-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
versions5.json
204 lines (204 loc) · 6.15 KB
/
versions5.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"kvision": "5.18.1",
"kotlin": "1.7.21",
"serialization": "1.4.1",
"coroutines": "1.6.4",
"template-javalin": {
},
"template-jooby": {
"jooby": "2.16.1"
},
"template-ktor": {
"ktor": "2.1.3"
},
"template-micronaut": {
"micronaut": "3.7.4"
},
"template-spring-boot": {
"spring-boot": "2.7.6"
},
"template-vertx": {
"vertx-plugin": "1.3.0"
},
"modules": [
{
"name": "kvision-bootstrap",
"description": "Bootstrap based components",
"excludes": [
"kvision-onsenui"
],
"initializer": "BootstrapModule"
},
{
"name": "kvision-bootstrap-css",
"description": "Standard Bootstrap CSS styling",
"excludes": [
"kvision-onsenui"
],
"initializer": "BootstrapCssModule"
},
{
"name": "kvision-bootstrap-spinner",
"description": "Bootstrap based spinner form component",
"excludes": [
"kvision-onsenui"
],
"initializer": "BootstrapSpinnerModule"
},
{
"name": "kvision-bootstrap-upload",
"description": "Bootstrap based upload form component",
"excludes": [
"kvision-onsenui"
],
"initializer": "BootstrapUploadModule"
},
{
"name": "kvision-bootstrap-dialog",
"description": "Bootstrap based Dialog form component",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-bootstrap-icons",
"description": "Bootstrap Icons support",
"excludes": [
"kvision-onsenui"
],
"initializer": "BootstrapIconsModule"
},
{
"name": "kvision-tom-select",
"description": "Advanced select and typeahead (autocomplete) form components",
"initializer": "TomSelectModule"
},
{
"name": "kvision-tom-select-remote",
"description": "Fullstack versions of the select and typeahead (autocomplete) form components",
"initializer": "TomSelectModule"
},
{
"name": "kvision-datetime",
"description": "Date and time picker form components",
"initializer": "DatetimeModule"
},
{
"name": "kvision-fontawesome",
"description": "Font Awesome support",
"initializer": "FontAwesomeModule"
},
{
"name": "kvision-state",
"description": "State bindings and observable data structures"
},
{
"name": "kvision-state-flow",
"description": "Extensions for Kotlin coroutines Flow, StateFlow and SharedFlow"
},
{
"name": "kvision-rest",
"description": "Configurable REST/HTTP client"
},
{
"name": "kvision-jquery",
"description": "jQuery bindings, events and animations"
},
{
"name": "kvision-handlebars",
"description": "Handlebars.js templates support"
},
{
"name": "kvision-i18n",
"description": "Internationalization support"
},
{
"name": "kvision-imask",
"description": "Text input mask support with Imask.js library",
"initializer": "ImaskModule"
},
{
"name": "kvision-richtext",
"description": "Rich text form component",
"initializer": "RichTextModule"
},
{
"name": "kvision-chart",
"description": "Chart component",
"initializer": "ChartModule"
},
{
"name": "kvision-tabulator",
"description": "Tabulator component",
"initializer": "TabulatorModule"
},
{
"name": "kvision-tabulator-remote",
"description": "Fullstack version of the tabulator component",
"initializer": "TabulatorModule"
},
{
"name": "kvision-simple-select-remote",
"description": "Fullstack version of the simple select form component"
},
{
"name": "kvision-pace",
"description": "Pace automatic page loader"
},
{
"name": "kvision-redux",
"description": "Redux state container",
"excludes": [
"kvision-redux-kotlin"
]
},
{
"name": "kvision-redux-kotlin",
"description": "Redux Kotlin state container",
"excludes": [
"kvision-redux"
]
},
{
"name": "kvision-maps",
"description": "Maps component, based on Leaflet library",
"initializer": "MapsModule"
},
{
"name": "kvision-toastify",
"description": "Toast messages",
"initializer": "ToastifyModule"
},
{
"name": "kvision-print",
"description": "Printing support with Print.js library",
"initializer": "PrintModule"
},
{
"name": "kvision-routing-navigo",
"description": "Routing module based on Navigo 7 library",
"excludes": [
"kvision-routing-navigo-ng"
]
},
{
"name": "kvision-routing-navigo-ng",
"description": "Routing module based on Navigo 8+ library",
"excludes": [
"kvision-routing-navigo"
]
},
{
"name": "kvision-onsenui",
"description": "Onsen UI mobile web components",
"excludes": [
"kvision-bootstrap",
"kvision-bootstrap-css",
"kvision-bootstrap-spinner",
"kvision-bootstrap-upload",
"kvision-bootstrap-dialog"
],
"initializer": "OnsenUIModule"
}
]
}