-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
versions.json
195 lines (195 loc) · 4.68 KB
/
versions.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
{
"kvision": "4.8.3",
"kotlin": "1.5.10",
"serialization": "1.2.1",
"coroutines": "1.5.0",
"template-javalin": {
},
"template-jooby": {
"jooby": "2.9.6"
},
"template-ktor": {
"ktor": "1.6.0"
},
"template-micronaut": {
"micronaut": "2.5.5"
},
"template-spring-boot": {
"spring-boot": "2.5.0"
},
"template-vertx": {
"vertx-plugin": "1.1.3"
},
"modules": [
{
"name": "kvision-bootstrap",
"description": "Bootstrap based components",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-bootstrap-css",
"description": "Standard Bootstrap CSS styling",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-bootstrap-select",
"description": "Bootstrap based advanced select form component",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-bootstrap-select-remote",
"description": "Fullstack version of the select form component",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-bootstrap-datetime",
"description": "Bootstrap based date and time picker form components",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-bootstrap-spinner",
"description": "Bootstrap based spinner form component",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-bootstrap-upload",
"description": "Bootstrap based upload form component",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-bootstrap-typeahead",
"description": "Bootstrap based typeahead (autocomplete) form component",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-bootstrap-typeahead-remote",
"description": "Fullstack version of the typeahead (autocomplete) form component",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-bootstrap-dialog",
"description": "Bootstrap based Dialog form component",
"excludes": [
"kvision-onsenui"
]
},
{
"name": "kvision-fontawesome",
"description": "Font Awesome support"
},
{
"name": "kvision-handlebars",
"description": "Handlebars.js templates support"
},
{
"name": "kvision-i18n",
"description": "Internationalization support"
},
{
"name": "kvision-richtext",
"description": "Rich text form component"
},
{
"name": "kvision-chart",
"description": "Chart component"
},
{
"name": "kvision-datacontainer",
"description": "DataContainer component"
},
{
"name": "kvision-tabulator",
"description": "Tabulator component"
},
{
"name": "kvision-tabulator-remote",
"description": "Fullstack version of the tabulator component"
},
{
"name": "kvision-moment",
"description": "Kotlin language bindings for Moment.js library"
},
{
"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-event-flow",
"description": "Extension functions for coroutines Flow, StateFlow and SharedFlow"
},
{
"name": "kvision-maps",
"description": "Maps component, based on Leaflet library"
},
{
"name": "kvision-toast",
"description": "Toast messages"
},
{
"name": "kvision-print",
"description": "Printing support with Print.js library"
},
{
"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-select",
"kvision-bootstrap-select-remote",
"kvision-bootstrap-datetime",
"kvision-bootstrap-spinner",
"kvision-bootstrap-upload",
"kvision-bootstrap-typeahead",
"kvision-bootstrap-typeahead-remote",
"kvision-bootstrap-dialog"
]
}
]
}