@progress/kendo-vue-common 9.1.0-develop.1 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Draggable.js +1 -1
- package/Draggable.mjs +3 -3
- package/NOTICE.txt +18 -40
- package/dist/cdn/js/kendo-vue-common.js +1 -1
- package/package.json +1 -1
- package/unstyled/buttons.js +1 -1
- package/unstyled/buttons.mjs +43 -43
- package/unstyled/dateinputs.js +1 -1
- package/unstyled/dateinputs.mjs +171 -171
- package/unstyled/dropdowns.js +1 -1
- package/unstyled/dropdowns.mjs +80 -80
- package/unstyled/form.js +1 -1
- package/unstyled/form.mjs +11 -11
- package/unstyled/inputs.js +1 -1
- package/unstyled/inputs.mjs +49 -48
- package/unstyled/popup.js +1 -1
- package/unstyled/popup.mjs +11 -11
- package/validate-package.js +1 -1
- package/validate-package.mjs +10 -10
package/unstyled/dropdowns.mjs
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { getClassByName as s } from "./common.mjs";
|
|
9
|
-
import { base as e, containers as i, elements as o, sizeMap as
|
|
9
|
+
import { base as e, containers as i, elements as o, sizeMap as m, components as b, inputPrefix as p, states as u, icon as G, roundedMap as M, fillModeMap as z, comboBoxPrefix as A, pickerPrefix as g, inputs as q, dropDownListPrefix as N, cssUtils as F, dimensions as U } from "./json-classes.mjs";
|
|
10
10
|
const d = {
|
|
11
11
|
clearButton: `${e.prefix}-${e.clear}-${e.value}`,
|
|
12
12
|
groupStickyHeader: `${e.prefix}-${i.list}-${i.group}-${u.sticky}-${o.header}`,
|
|
@@ -30,28 +30,28 @@ const d = {
|
|
|
30
30
|
},
|
|
31
31
|
itemGroupLabel: `${e.prefix}-${i.list}-${i.item}-${i.group}-${o.label}`,
|
|
32
32
|
noData: `${e.prefix}-${e.nodata}`,
|
|
33
|
-
heightContainer: `${e.prefix}-${
|
|
33
|
+
heightContainer: `${e.prefix}-${U.height}-${i.container}`,
|
|
34
34
|
optionLabel: {
|
|
35
35
|
main: `${e.prefix}-${i.list}-${i.optionLabel}`,
|
|
36
36
|
selected: `${e.prefix}-${u.selected}`
|
|
37
37
|
},
|
|
38
|
-
inputInner: `${p}-${
|
|
39
|
-
inputIcon: `${e.prefix}-${
|
|
38
|
+
inputInner: `${p}-${q.inner}`,
|
|
39
|
+
inputIcon: `${e.prefix}-${q.input}-${G.prefix}`,
|
|
40
40
|
searchbox: `${e.prefix}-${b.searchbox}`,
|
|
41
41
|
listFilter: `${e.prefix}-${i.list}-${e.filter}`
|
|
42
|
-
},
|
|
42
|
+
}, J = {
|
|
43
43
|
clearButton: s(d, "clearButton"),
|
|
44
44
|
groupStickyHeader: s(d, "groupStickyHeader"),
|
|
45
45
|
listHeaderText: s(d, "listHeaderText"),
|
|
46
46
|
ul: s(d, "ul"),
|
|
47
47
|
li: (n) => {
|
|
48
|
-
const { c: $ = d, selected: t, focused: l, first: c, disabled: f } = n,
|
|
48
|
+
const { c: $ = d, selected: t, focused: l, first: c, disabled: f } = n, x = $.li;
|
|
49
49
|
return {
|
|
50
|
-
[
|
|
51
|
-
[
|
|
52
|
-
[
|
|
53
|
-
[
|
|
54
|
-
[
|
|
50
|
+
[x.main]: !0,
|
|
51
|
+
[x.selected]: t,
|
|
52
|
+
[x.focused]: l,
|
|
53
|
+
[x.first]: c,
|
|
54
|
+
[x.disabled]: f
|
|
55
55
|
};
|
|
56
56
|
},
|
|
57
57
|
groupLi: (n) => {
|
|
@@ -83,55 +83,55 @@ const d = {
|
|
|
83
83
|
inputIcon: s(d, "inputIcon"),
|
|
84
84
|
searchbox: s(d, "searchbox"),
|
|
85
85
|
listFilter: s(d, "listFilter")
|
|
86
|
-
},
|
|
86
|
+
}, I = {
|
|
87
87
|
wrapper: {
|
|
88
88
|
main: `${e.prefix}-${u.adaptive}-${b.actionsheet}`,
|
|
89
89
|
fullscreen: `${e.prefix}-${b.actionsheet}-${u.fullscreen}`,
|
|
90
90
|
bottom: `${e.prefix}-${b.actionsheet}-${u.bottom}`
|
|
91
91
|
},
|
|
92
|
-
header: `${e.prefix}-${o.text}-${
|
|
92
|
+
header: `${e.prefix}-${o.text}-${F.center}`,
|
|
93
93
|
titleBar: {
|
|
94
94
|
main: `${e.prefix}-${b.actionsheet}-${i.titlebar}-${i.group}`,
|
|
95
|
-
position: `${e.prefix}-${
|
|
95
|
+
position: `${e.prefix}-${F.hbox}`
|
|
96
96
|
},
|
|
97
97
|
title: `${e.prefix}-${b.actionsheet}-${o.title}`,
|
|
98
98
|
subtitle: {
|
|
99
99
|
main: `${e.prefix}-${b.actionsheet}-${o.subtitle}`,
|
|
100
|
-
textCenter: `${e.prefix}-${o.text}-${
|
|
100
|
+
textCenter: `${e.prefix}-${o.text}-${F.center}`
|
|
101
101
|
},
|
|
102
102
|
actions: `${e.prefix}-${b.actionsheet}-${i.actions}`,
|
|
103
103
|
titleBarGroup: {
|
|
104
104
|
main: `${e.prefix}-${b.actionsheet}-${i.titlebar}-${i.group}`,
|
|
105
105
|
filter: `${e.prefix}-${b.actionsheet}-${e.filter}`
|
|
106
106
|
}
|
|
107
|
-
},
|
|
107
|
+
}, K = {
|
|
108
108
|
wrapper: (n) => {
|
|
109
|
-
const { c: $ =
|
|
109
|
+
const { c: $ = I, isFullScreen: t } = n, l = $.wrapper;
|
|
110
110
|
return {
|
|
111
111
|
[l.main]: !0,
|
|
112
112
|
[l.fullscreen]: t,
|
|
113
113
|
[l.bottom]: !t
|
|
114
114
|
};
|
|
115
115
|
},
|
|
116
|
-
header: s(
|
|
116
|
+
header: s(I, "header"),
|
|
117
117
|
titleBar: (n) => {
|
|
118
|
-
const { c: $ =
|
|
118
|
+
const { c: $ = I } = n, t = $.titleBar;
|
|
119
119
|
return {
|
|
120
120
|
[t.main]: !0,
|
|
121
121
|
[t.position]: !0
|
|
122
122
|
};
|
|
123
123
|
},
|
|
124
|
-
title: s(
|
|
124
|
+
title: s(I, "title"),
|
|
125
125
|
subtitle: (n) => {
|
|
126
|
-
const { c: $ =
|
|
126
|
+
const { c: $ = I } = n, t = $.subtitle;
|
|
127
127
|
return {
|
|
128
128
|
[t.main]: !0,
|
|
129
129
|
[t.textCenter]: !0
|
|
130
130
|
};
|
|
131
131
|
},
|
|
132
|
-
actions: s(
|
|
132
|
+
actions: s(I, "actions"),
|
|
133
133
|
titleBarGroup: (n) => {
|
|
134
|
-
const { c: $ =
|
|
134
|
+
const { c: $ = I } = n, t = $.titleBarGroup;
|
|
135
135
|
return {
|
|
136
136
|
[t.main]: !0,
|
|
137
137
|
[t.filter]: !0
|
|
@@ -139,12 +139,12 @@ const d = {
|
|
|
139
139
|
}
|
|
140
140
|
}, h = {
|
|
141
141
|
wrapper: {
|
|
142
|
-
main:
|
|
142
|
+
main: N,
|
|
143
143
|
picker: g,
|
|
144
144
|
size: {
|
|
145
|
-
small: `${g}-${
|
|
146
|
-
medium: `${g}-${
|
|
147
|
-
large: `${g}-${
|
|
145
|
+
small: `${g}-${m.small}`,
|
|
146
|
+
medium: `${g}-${m.medium}`,
|
|
147
|
+
large: `${g}-${m.large}`
|
|
148
148
|
},
|
|
149
149
|
fillMode: {
|
|
150
150
|
solid: `${g}-${z.solid}`,
|
|
@@ -164,52 +164,52 @@ const d = {
|
|
|
164
164
|
loading: `${e.prefix}-${u.loading}`,
|
|
165
165
|
required: `${e.prefix}-${u.required}`
|
|
166
166
|
},
|
|
167
|
-
loadingIcon: `${p}-${u.loading}-${
|
|
167
|
+
loadingIcon: `${p}-${u.loading}-${G.prefix}`,
|
|
168
168
|
inputButton: `${p}-${o.button}`,
|
|
169
169
|
listContainer: {
|
|
170
170
|
main: `${e.prefix}-${i.list}-${i.container}`,
|
|
171
171
|
popup: `${e.prefix}-${b.dropdownlist}-${i.popup}`
|
|
172
172
|
},
|
|
173
|
-
inputInner: `${p}-${
|
|
173
|
+
inputInner: `${p}-${q.inner}`,
|
|
174
174
|
inputText: `${p}-${e.value}-${o.text}`,
|
|
175
175
|
listHeader: `${e.prefix}-${i.list}-${o.header}`,
|
|
176
176
|
list: {
|
|
177
177
|
main: `${e.prefix}-${i.list}`,
|
|
178
178
|
size: {
|
|
179
|
-
small: `${e.prefix}-${i.list}-${
|
|
180
|
-
medium: `${e.prefix}-${i.list}-${
|
|
181
|
-
large: `${e.prefix}-${i.list}-${
|
|
179
|
+
small: `${e.prefix}-${i.list}-${m.small}`,
|
|
180
|
+
medium: `${e.prefix}-${i.list}-${m.medium}`,
|
|
181
|
+
large: `${e.prefix}-${i.list}-${m.large}`
|
|
182
182
|
},
|
|
183
183
|
virtual: `${e.prefix}-${e.virtual}-${i.list}`
|
|
184
184
|
},
|
|
185
185
|
listContent: `${e.prefix}-${i.list}-${i.content}`,
|
|
186
186
|
listFooter: `${e.prefix}-${i.list}-${o.footer}`
|
|
187
|
-
},
|
|
187
|
+
}, O = {
|
|
188
188
|
wrapper: (n) => {
|
|
189
|
-
var
|
|
189
|
+
var v, D, T, H, S, k, y, P;
|
|
190
190
|
const {
|
|
191
191
|
c: $ = h,
|
|
192
192
|
size: t,
|
|
193
193
|
rounded: l,
|
|
194
194
|
fillMode: c,
|
|
195
195
|
focused: f,
|
|
196
|
-
disabled:
|
|
197
|
-
invalid:
|
|
196
|
+
disabled: x,
|
|
197
|
+
invalid: B,
|
|
198
198
|
loading: L,
|
|
199
199
|
required: r
|
|
200
200
|
} = n, a = $.wrapper;
|
|
201
201
|
return {
|
|
202
202
|
[a.main]: !0,
|
|
203
203
|
[a.picker]: !0,
|
|
204
|
-
[a.size[t]]: (
|
|
205
|
-
[`${g}-${t}`]: t && !((
|
|
206
|
-
[a.fillMode[c]]: (
|
|
207
|
-
[a.rounded[l]]: (
|
|
208
|
-
[`${e.prefix}-${e.rounded}-${l}`]: l && !((
|
|
204
|
+
[(v = a.size) == null ? void 0 : v[t]]: (D = a.size) == null ? void 0 : D[t],
|
|
205
|
+
[`${g}-${t}`]: t && !((T = a.size) != null && T[t]),
|
|
206
|
+
[(H = a.fillMode) == null ? void 0 : H[c]]: (S = a.fillMode) == null ? void 0 : S[c],
|
|
207
|
+
[(k = a.rounded) == null ? void 0 : k[l]]: (y = a.rounded) == null ? void 0 : y[l],
|
|
208
|
+
[`${e.prefix}-${e.rounded}-${l}`]: l && !((P = a.rounded) != null && P[l]),
|
|
209
209
|
[a.focused]: f,
|
|
210
|
-
[a.disabled]:
|
|
210
|
+
[a.disabled]: x,
|
|
211
211
|
[a.loading]: L,
|
|
212
|
-
[a.invalid]:
|
|
212
|
+
[a.invalid]: B,
|
|
213
213
|
[a.required]: r
|
|
214
214
|
};
|
|
215
215
|
},
|
|
@@ -226,25 +226,25 @@ const d = {
|
|
|
226
226
|
inputText: s(h, "inputText"),
|
|
227
227
|
listHeader: s(h, "listHeader"),
|
|
228
228
|
list: (n) => {
|
|
229
|
-
var f;
|
|
229
|
+
var f, x, B;
|
|
230
230
|
const { c: $ = h, size: t, virtual: l } = n, c = $.list;
|
|
231
231
|
return {
|
|
232
232
|
[c.main]: !0,
|
|
233
|
-
[c.size[t]]: c.size[t],
|
|
234
|
-
[`${e.prefix}-${i.list}-${t}`]: t && !((
|
|
233
|
+
[(f = c.size) == null ? void 0 : f[t]]: (x = c.size) == null ? void 0 : x[t],
|
|
234
|
+
[`${e.prefix}-${i.list}-${t}`]: t && !((B = c.size) != null && B[t]),
|
|
235
235
|
[c.virtual]: l
|
|
236
236
|
};
|
|
237
237
|
},
|
|
238
238
|
listContent: s(h, "listContent"),
|
|
239
239
|
listFooter: s(h, "listFooter")
|
|
240
|
-
},
|
|
240
|
+
}, C = {
|
|
241
241
|
wrapper: {
|
|
242
|
-
main:
|
|
242
|
+
main: A,
|
|
243
243
|
input: p,
|
|
244
244
|
size: {
|
|
245
|
-
small: `${p}-${
|
|
246
|
-
medium: `${p}-${
|
|
247
|
-
large: `${p}-${
|
|
245
|
+
small: `${p}-${m.small}`,
|
|
246
|
+
medium: `${p}-${m.medium}`,
|
|
247
|
+
large: `${p}-${m.large}`
|
|
248
248
|
},
|
|
249
249
|
fillMode: {
|
|
250
250
|
solid: `${p}-${z.solid}`,
|
|
@@ -263,7 +263,7 @@ const d = {
|
|
|
263
263
|
loading: `${e.prefix}-${u.loading}`,
|
|
264
264
|
required: `${e.prefix}-${u.required}`
|
|
265
265
|
},
|
|
266
|
-
loadingIcon: `${p}-${u.loading}-${
|
|
266
|
+
loadingIcon: `${p}-${u.loading}-${G.prefix}`,
|
|
267
267
|
inputButton: `${p}-${o.button}`,
|
|
268
268
|
listContainer: {
|
|
269
269
|
main: `${e.prefix}-${i.list}-${i.container}`,
|
|
@@ -275,15 +275,15 @@ const d = {
|
|
|
275
275
|
table: `${e.prefix}-${e.data}-${o.table}`,
|
|
276
276
|
size: {
|
|
277
277
|
prefix: `${e.prefix}-${i.list}-`,
|
|
278
|
-
small: `${e.prefix}-${i.list}-${
|
|
279
|
-
medium: `${e.prefix}-${i.list}-${
|
|
280
|
-
large: `${e.prefix}-${i.list}-${
|
|
278
|
+
small: `${e.prefix}-${i.list}-${m.small}`,
|
|
279
|
+
medium: `${e.prefix}-${i.list}-${m.medium}`,
|
|
280
|
+
large: `${e.prefix}-${i.list}-${m.large}`
|
|
281
281
|
},
|
|
282
282
|
tableSize: {
|
|
283
283
|
prefix: `${e.prefix}-${o.table}-`,
|
|
284
|
-
small: `${e.prefix}-${o.table}-${
|
|
285
|
-
medium: `${e.prefix}-${o.table}-${
|
|
286
|
-
large: `${e.prefix}-${o.table}-${
|
|
284
|
+
small: `${e.prefix}-${o.table}-${m.small}`,
|
|
285
|
+
medium: `${e.prefix}-${o.table}-${m.medium}`,
|
|
286
|
+
large: `${e.prefix}-${o.table}-${m.large}`
|
|
287
287
|
},
|
|
288
288
|
virtual: `${e.prefix}-${e.virtual}-${i.list}`
|
|
289
289
|
},
|
|
@@ -292,10 +292,10 @@ const d = {
|
|
|
292
292
|
scroller: `${e.prefix}-${i.list}-${e.scroller}`
|
|
293
293
|
},
|
|
294
294
|
listFooter: `${e.prefix}-${i.list}-${o.footer}`
|
|
295
|
-
},
|
|
295
|
+
}, Q = {
|
|
296
296
|
wrapper: (n) => {
|
|
297
|
-
var a,
|
|
298
|
-
const { c: $ =
|
|
297
|
+
var a, v;
|
|
298
|
+
const { c: $ = C, size: t, rounded: l, fillMode: c, disabled: f, invalid: x, loading: B, required: L } = n, r = $.wrapper;
|
|
299
299
|
return {
|
|
300
300
|
[r == null ? void 0 : r.main]: !0,
|
|
301
301
|
[r == null ? void 0 : r.input]: !0,
|
|
@@ -303,48 +303,48 @@ const d = {
|
|
|
303
303
|
[`${g}-${t}`]: t && !(r != null && r.size[t]),
|
|
304
304
|
[r == null ? void 0 : r.fillMode[c]]: r == null ? void 0 : r.fillMode[c],
|
|
305
305
|
[r == null ? void 0 : r.rounded[l]]: r == null ? void 0 : r.rounded[l],
|
|
306
|
-
[`${(a = e) == null ? void 0 : a.prefix}-${(
|
|
306
|
+
[`${(a = e) == null ? void 0 : a.prefix}-${(v = e) == null ? void 0 : v.rounded}-${l}`]: l && !(r != null && r.rounded[l]),
|
|
307
307
|
[r == null ? void 0 : r.disabled]: f,
|
|
308
|
-
[r == null ? void 0 : r.loading]:
|
|
309
|
-
[r == null ? void 0 : r.invalid]:
|
|
308
|
+
[r == null ? void 0 : r.loading]: B,
|
|
309
|
+
[r == null ? void 0 : r.invalid]: x,
|
|
310
310
|
[r == null ? void 0 : r.required]: L
|
|
311
311
|
};
|
|
312
312
|
},
|
|
313
|
-
loadingIcon: s(
|
|
314
|
-
inputButton: s(
|
|
313
|
+
loadingIcon: s(C, "loadingIcon"),
|
|
314
|
+
inputButton: s(C, "inputButton"),
|
|
315
315
|
listContainer: (n) => {
|
|
316
|
-
const { c: $ =
|
|
316
|
+
const { c: $ = C, popup: t } = n, l = $.listContainer;
|
|
317
317
|
return {
|
|
318
318
|
[l == null ? void 0 : l.main]: !0,
|
|
319
319
|
[l == null ? void 0 : l.popup]: t
|
|
320
320
|
};
|
|
321
321
|
},
|
|
322
|
-
listHeader: s(
|
|
322
|
+
listHeader: s(C, "listHeader"),
|
|
323
323
|
list: (n) => {
|
|
324
|
-
var
|
|
325
|
-
const { c: $ =
|
|
324
|
+
var x, B, L, r, a, v, D, T, H, S, k;
|
|
325
|
+
const { c: $ = C, size: t, tableSize: l, virtual: c, list: f } = n;
|
|
326
326
|
return {
|
|
327
|
-
[(
|
|
328
|
-
[(
|
|
327
|
+
[(x = $.list) == null ? void 0 : x.list]: !f,
|
|
328
|
+
[(B = $.list) == null ? void 0 : B.table]: f,
|
|
329
329
|
[(L = $.list) == null ? void 0 : L.size[t]]: !f && ((r = $.list) == null ? void 0 : r.size[t]),
|
|
330
|
-
[`${(a = $.list) == null ? void 0 : a.size.prefix}${t}`]: !f && t && !((
|
|
330
|
+
[`${(a = $.list) == null ? void 0 : a.size.prefix}${t}`]: !f && t && !((v = $.list) != null && v.size[t]),
|
|
331
331
|
[(D = $.list) == null ? void 0 : D.tableSize[l]]: f && ((T = $.list) == null ? void 0 : T.tableSize[l]),
|
|
332
332
|
[`${(H = $.list) == null ? void 0 : H.tableSize.prefix}${l}`]: f && l && !((S = $.list) != null && S.tableSize[l]),
|
|
333
|
-
[(
|
|
333
|
+
[(k = $.list) == null ? void 0 : k.virtual]: c
|
|
334
334
|
};
|
|
335
335
|
},
|
|
336
336
|
listContent: (n) => {
|
|
337
|
-
const { c: $ =
|
|
337
|
+
const { c: $ = C, virtual: t } = n, l = $.listContent;
|
|
338
338
|
return {
|
|
339
339
|
[l == null ? void 0 : l.main]: !0,
|
|
340
340
|
[l == null ? void 0 : l.scroller]: !t
|
|
341
341
|
};
|
|
342
342
|
},
|
|
343
|
-
listFooter: s(
|
|
343
|
+
listFooter: s(C, "listFooter")
|
|
344
344
|
};
|
|
345
345
|
export {
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
346
|
+
Q as uComboBox,
|
|
347
|
+
O as uDropDownList,
|
|
348
|
+
K as uDropDownsActionSheet,
|
|
349
|
+
J as uDropDownsBase
|
|
350
350
|
};
|
package/unstyled/form.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./json-classes.js"),i=`${e.base.prefix}-${e.forms.form}`,
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./json-classes.js"),i=`${e.base.prefix}-${e.forms.form}`,d=`${e.base.prefix}-${e.forms.form}-${e.forms.field}`,a={form:{main:i,size:{prefix:`${i}-`,small:`${i}-${e.sizeMap.small}`,medium:`${i}-${e.sizeMap.medium}`,large:`${i}-${e.sizeMap.large}`},orientation:{horizontal:`${i}-${e.orientationMap.horizontal}`,vertical:`${i}-${e.orientationMap.vertical}`}},formLayout:{main:`${e.base.prefix}-${e.forms.form}-layout ${e.base.prefix}-d-grid`},fieldset:{main:`${e.base.prefix}-${e.forms.form}-${e.forms.fieldset}`},legend:{main:`${e.base.prefix}-${e.forms.form}-${e.forms.legend}`},field:{main:d,isRtl:`${e.base.prefix}-${e.base.rtl}`},separator:{main:`${e.base.prefix}-${e.forms.form}-${e.forms.separator}`}},p={form:o=>{var f,m,l,$,c,u;const{size:r,orientation:s,c:n=a}=o,t=n.form;return{[t.main]:!0,[(f=t.size)==null?void 0:f[r]]:(m=t.size)==null?void 0:m[r],[((l=t.size)==null?void 0:l.prefix)||""]:r&&!(($=t.size)!=null&&$[r]),[(c=t.orientation)==null?void 0:c[s]]:(u=t.orientation)==null?void 0:u[s]}},formLayout:o=>{const{c:r=a}=o;return{[r.formLayout.main]:!0}},fieldset:o=>{const{c:r=a}=o;return{[r.fieldset.main]:!0}},legend:o=>{const{c:r=a}=o;return{[r.legend.main]:!0}},field:o=>{const{isRtl:r,c:s=a}=o,n=s.field;return{[n.main]:!0,[n.isRtl]:r}},separator:o=>{const{c:r=a}=o;return{[r.separator.main]:!0}}};exports.uForm=p;
|
package/unstyled/form.mjs
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { base as o, forms as t, orientationMap as
|
|
9
|
-
const n = `${o.prefix}-${t.form}`,
|
|
8
|
+
import { base as o, forms as t, orientationMap as x, sizeMap as m } from "./json-classes.mjs";
|
|
9
|
+
const n = `${o.prefix}-${t.form}`, g = `${o.prefix}-${t.form}-${t.field}`, a = {
|
|
10
10
|
form: {
|
|
11
11
|
main: n,
|
|
12
12
|
size: {
|
|
@@ -16,8 +16,8 @@ const n = `${o.prefix}-${t.form}`, p = `${o.prefix}-${t.form}-${t.field}`, a = {
|
|
|
16
16
|
large: `${n}-${m.large}`
|
|
17
17
|
},
|
|
18
18
|
orientation: {
|
|
19
|
-
horizontal: `${n}-${
|
|
20
|
-
vertical: `${n}-${
|
|
19
|
+
horizontal: `${n}-${x.horizontal}`,
|
|
20
|
+
vertical: `${n}-${x.vertical}`
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
formLayout: {
|
|
@@ -30,21 +30,21 @@ const n = `${o.prefix}-${t.form}`, p = `${o.prefix}-${t.form}-${t.field}`, a = {
|
|
|
30
30
|
main: `${o.prefix}-${t.form}-${t.legend}`
|
|
31
31
|
},
|
|
32
32
|
field: {
|
|
33
|
-
main:
|
|
33
|
+
main: g,
|
|
34
34
|
isRtl: `${o.prefix}-${o.rtl}`
|
|
35
35
|
},
|
|
36
36
|
separator: {
|
|
37
37
|
main: `${o.prefix}-${t.form}-${t.separator}`
|
|
38
38
|
}
|
|
39
|
-
},
|
|
39
|
+
}, y = {
|
|
40
40
|
form: (r) => {
|
|
41
|
-
var l, $, c, d;
|
|
41
|
+
var l, $, c, d, u, p;
|
|
42
42
|
const { size: e, orientation: i, c: f = a } = r, s = f.form;
|
|
43
43
|
return {
|
|
44
44
|
[s.main]: !0,
|
|
45
|
-
[s.size[e]]: (
|
|
46
|
-
[((
|
|
47
|
-
[s.orientation[i]]: (
|
|
45
|
+
[(l = s.size) == null ? void 0 : l[e]]: ($ = s.size) == null ? void 0 : $[e],
|
|
46
|
+
[((c = s.size) == null ? void 0 : c.prefix) || ""]: e && !((d = s.size) != null && d[e]),
|
|
47
|
+
[(u = s.orientation) == null ? void 0 : u[i]]: (p = s.orientation) == null ? void 0 : p[i]
|
|
48
48
|
};
|
|
49
49
|
},
|
|
50
50
|
formLayout: (r) => {
|
|
@@ -80,5 +80,5 @@ const n = `${o.prefix}-${t.form}`, p = `${o.prefix}-${t.form}-${t.field}`, a = {
|
|
|
80
80
|
}
|
|
81
81
|
};
|
|
82
82
|
export {
|
|
83
|
-
|
|
83
|
+
y as uForm
|
|
84
84
|
};
|
package/unstyled/inputs.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const z=require("./common.js"),e=require("./json-classes.js"),o=`${e.base.prefix}-${e.inputs.input}`,
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const z=require("./common.js"),e=require("./json-classes.js"),o=`${e.base.prefix}-${e.inputs.input}`,k=`${e.base.prefix}-${e.inputs.maskedtextbox}`,u=`${e.base.prefix}-${e.inputs.radio}`,T=`${e.base.prefix}-${e.inputs.textbox}`,x=`${e.base.prefix}-${e.inputs.input}-${e.inputs.prefix}`,p=`${e.base.prefix}-${e.inputs.input}-${e.inputs.suffix}`,m={input:{radio:u,size:{prefix:`${u}-`,small:`${u}-${e.sizeMap.small}`,medium:`${u}-${e.sizeMap.medium}`,large:`${u}-${e.sizeMap.large}`},invalid:`${e.base.prefix}-${e.states.invalid}`,checked:`${e.base.prefix}-${e.states.checked}`},wrap:`${u}-${e.containers.wrap}`,label:`${u}-${e.elements.label}`},y={input:d=>{var l;const{size:t,invalid:r,checked:a,c:n=m}=d,s=n.input;return{[s==null?void 0:s.radio]:!0,[s==null?void 0:s.size[t]]:s==null?void 0:s.size[t],[`${(l=s==null?void 0:s.size)==null?void 0:l.prefix}${t}`]:t&&!(s!=null&&s.size[t]),[s==null?void 0:s.invalid]:r,[s==null?void 0:s.checked]:a}},label:d=>{const{c:t=m}=d;return{[t==null?void 0:t.label]:!0}},wrap:d=>{const{c:t=m}=d;return{[t==null?void 0:t.wrap]:!0}}},M={ul:{main:`${u}-${e.containers.list}`,horizontal:`${e.base.prefix}-${e.containers.list}-${e.states.horizontal}`,vertical:`${e.base.prefix}-${e.containers.list}-${e.states.vertical}`},item:{main:`${u}-${e.containers.list}-${e.containers.item}`,disabled:`${e.base.prefix}-${e.states.disabled}`}},G={ul:d=>{const{horizontal:t,vertical:r,c:a=M}=d,n=a.ul;return{[n==null?void 0:n.main]:!0,[n==null?void 0:n.horizontal]:t,[n==null?void 0:n.vertical]:r}},item:d=>{const{disabled:t,c:r=M}=d,a=r.item;return{[a==null?void 0:a.main]:!0,[a==null?void 0:a.disabled]:t}}},R={wrapper:{main:k,input:o,size:{small:`${o}-${e.sizeMap.small}`,medium:`${o}-${e.sizeMap.medium}`,large:`${o}-${e.sizeMap.large}`},fillMode:{solid:`${o}-${e.fillModeMap.solid}`,outline:`${o}-${e.fillModeMap.outline}`,flat:`${o}-${e.fillModeMap.flat}`},rounded:{small:`${e.base.prefix}-${e.base.rounded}-${e.roundedMap.small}`,medium:`${e.base.prefix}-${e.base.rounded}-${e.roundedMap.medium}`,large:`${e.base.prefix}-${e.base.rounded}-${e.roundedMap.large}`},disabled:`${e.base.prefix}-${e.states.disabled}`,invalid:`${e.base.prefix}-${e.states.invalid}`,isRtl:`${e.base.prefix}-${e.base.rtl}`},inputInner:`${o}-${e.inputs.inner}`},N={wrapper:d=>{var c,b,i,v,B,C,g,h;const{invalid:t,disabled:r,size:a,fillMode:n,rounded:s,c:l=R}=d,$=l.wrapper;return{[$.main]:!0,[$.input]:!0,[(c=$.size)==null?void 0:c[a]]:(b=$.size)==null?void 0:b[a],[`${o}-${a}`]:!((i=$.size)!=null&&i[a]),[(v=$.fillMode)==null?void 0:v[n]]:(B=$.fillMode)==null?void 0:B[n],[(C=$.rounded)==null?void 0:C[s]]:(g=$.rounded)==null?void 0:g[s],[`${e.base.prefix}-${e.base.rounded}-${s}`]:s&&!((h=$.rounded)!=null&&h[s]),[$.disabled]:r,[$.invalid]:t}},inputInner:z.getClassByName(R,"inputInner")},f={wrapper:{main:T,input:o,size:{small:`${o}-${e.sizeMap.small}`,medium:`${o}-${e.sizeMap.medium}`,large:`${o}-${e.sizeMap.large}`},fillMode:{solid:`${o}-${e.fillModeMap.solid}`,outline:`${o}-${e.fillModeMap.outline}`,flat:`${o}-${e.fillModeMap.flat}`},rounded:{small:`${e.base.prefix}-${e.base.rounded}-${e.roundedMap.small}`,medium:`${e.base.prefix}-${e.base.rounded}-${e.roundedMap.medium}`,large:`${e.base.prefix}-${e.base.rounded}-${e.roundedMap.large}`},disabled:`${e.base.prefix}-${e.states.disabled}`,focused:`${e.base.prefix}-${e.states.focus}`,required:`${e.base.prefix}-${e.states.required}`,invalid:`${e.base.prefix}-${e.states.invalid}`,isRtl:`${e.base.prefix}-${e.base.rtl}`},inputInner:`${o}-${e.inputs.inner}`,prefix:{main:x,orientation:{horizontal:`${x}-${e.orientationMap.horizontal}`,vertical:`${x}-${e.orientationMap.vertical}`}},suffix:{main:p,orientation:{horizontal:`${p}-${e.orientationMap.horizontal}`,vertical:`${p}-${e.orientationMap.vertical}`}}},S={wrapper:d=>{const{disabled:t,invalid:r,focused:a,required:n,size:s,fillMode:l,rounded:$,isRtl:c,c:b=f}=d,i=b.wrapper;return{[i==null?void 0:i.main]:!0,[i==null?void 0:i.input]:!0,[i==null?void 0:i.size[s]]:i==null?void 0:i.size[s],[`${o}-${s}`]:s&&!(i!=null&&i.size[s]),[i==null?void 0:i.fillMode[l]]:i==null?void 0:i.fillMode[l],[i==null?void 0:i.rounded[$]]:i==null?void 0:i.rounded[$],[`${e.base.prefix}-${e.base.rounded}-${$}`]:$&&!(i!=null&&i.rounded[$]),[i==null?void 0:i.disabled]:t,[i==null?void 0:i.focused]:a,[i==null?void 0:i.required]:n,[i==null?void 0:i.invalid]:r,[i==null?void 0:i.isRtl]:c}},inputInner:z.getClassByName(f,"inputInner"),prefix:d=>{var n,s;const{orientation:t,c:r=f}=d,a=r.prefix;return{[a.main]:!0,[(n=a.orientation)==null?void 0:n[t]]:(s=a.orientation)==null?void 0:s[t]}},suffix:d=>{var n,s;const{orientation:t,c:r=f}=d,a=r.suffix;return{[a==null?void 0:a.main]:!0,[(n=a==null?void 0:a.orientation)==null?void 0:n[t]]:(s=a==null?void 0:a.orientation)==null?void 0:s[t]}}},q={input:{main:`${o} ${o}-${e.sizeMap.medium} ${e.base.prefix}-${e.base.rounded}-${e.roundedMap.medium} ${o}-${e.fillModeMap.solid}`,disabled:`${e.base.prefix}-${e.states.disabled}`,required:`${e.base.prefix}-${e.states.required}`,invalid:`${e.base.prefix}-${e.states.invalid}`,isRtl:`${e.base.prefix}-${e.base.rtl}`},clearButton:`${e.base.prefix}-${e.base.clear}-${e.base.value}`},j={input:d=>{const{disabled:t,invalid:r,required:a,isRtl:n,c:s=q}=d,l=s.input;return{[l==null?void 0:l.main]:!0,[l==null?void 0:l.disabled]:t,[l==null?void 0:l.required]:a,[l==null?void 0:l.invalid]:r,[l==null?void 0:l.isRtl]:n}},clearButton:z.getClassByName(q,"clearButton")};exports.radioButtonClasses=m;exports.radioGroupClasses=M;exports.uInput=j;exports.uMaskedTextBox=N;exports.uRadioButton=y;exports.uRadioGroup=G;exports.uTextBox=S;
|
package/unstyled/inputs.mjs
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { getClassByName as R } from "./common.mjs";
|
|
9
|
-
import { base as e, inputs as f, elements as
|
|
10
|
-
const d = `${e.prefix}-${f.input}`,
|
|
9
|
+
import { base as e, inputs as f, elements as j, containers as z, states as u, sizeMap as c, roundedMap as x, fillModeMap as v, orientationMap as h } from "./json-classes.mjs";
|
|
10
|
+
const d = `${e.prefix}-${f.input}`, A = `${e.prefix}-${f.maskedtextbox}`, m = `${e.prefix}-${f.radio}`, D = `${e.prefix}-${f.textbox}`, C = `${e.prefix}-${f.input}-${f.prefix}`, g = `${e.prefix}-${f.input}-${f.suffix}`, B = {
|
|
11
11
|
input: {
|
|
12
12
|
radio: m,
|
|
13
13
|
size: {
|
|
@@ -20,15 +20,15 @@ const d = `${e.prefix}-${f.input}`, P = `${e.prefix}-${f.maskedtextbox}`, m = `$
|
|
|
20
20
|
checked: `${e.prefix}-${u.checked}`
|
|
21
21
|
},
|
|
22
22
|
wrap: `${m}-${z.wrap}`,
|
|
23
|
-
label: `${m}-${
|
|
24
|
-
},
|
|
23
|
+
label: `${m}-${j.label}`
|
|
24
|
+
}, H = {
|
|
25
25
|
input: (o) => {
|
|
26
|
-
var
|
|
27
|
-
const { size: t, invalid: a, checked: l, c:
|
|
26
|
+
var s;
|
|
27
|
+
const { size: t, invalid: a, checked: l, c: $ = B } = o, n = $.input;
|
|
28
28
|
return {
|
|
29
29
|
[n == null ? void 0 : n.radio]: !0,
|
|
30
30
|
[n == null ? void 0 : n.size[t]]: n == null ? void 0 : n.size[t],
|
|
31
|
-
[`${(
|
|
31
|
+
[`${(s = n == null ? void 0 : n.size) == null ? void 0 : s.prefix}${t}`]: t && !(n != null && n.size[t]),
|
|
32
32
|
[n == null ? void 0 : n.invalid]: a,
|
|
33
33
|
[n == null ? void 0 : n.checked]: l
|
|
34
34
|
};
|
|
@@ -45,7 +45,7 @@ const d = `${e.prefix}-${f.input}`, P = `${e.prefix}-${f.maskedtextbox}`, m = `$
|
|
|
45
45
|
[t == null ? void 0 : t.wrap]: !0
|
|
46
46
|
};
|
|
47
47
|
}
|
|
48
|
-
},
|
|
48
|
+
}, N = {
|
|
49
49
|
ul: {
|
|
50
50
|
main: `${m}-${z.list}`,
|
|
51
51
|
horizontal: `${e.prefix}-${z.list}-${u.horizontal}`,
|
|
@@ -55,25 +55,25 @@ const d = `${e.prefix}-${f.input}`, P = `${e.prefix}-${f.maskedtextbox}`, m = `$
|
|
|
55
55
|
main: `${m}-${z.list}-${z.item}`,
|
|
56
56
|
disabled: `${e.prefix}-${u.disabled}`
|
|
57
57
|
}
|
|
58
|
-
},
|
|
58
|
+
}, J = {
|
|
59
59
|
ul: (o) => {
|
|
60
|
-
const { horizontal: t, vertical: a, c: l =
|
|
60
|
+
const { horizontal: t, vertical: a, c: l = N } = o, $ = l.ul;
|
|
61
61
|
return {
|
|
62
|
-
[
|
|
63
|
-
[
|
|
64
|
-
[
|
|
62
|
+
[$ == null ? void 0 : $.main]: !0,
|
|
63
|
+
[$ == null ? void 0 : $.horizontal]: t,
|
|
64
|
+
[$ == null ? void 0 : $.vertical]: a
|
|
65
65
|
};
|
|
66
66
|
},
|
|
67
67
|
item: (o) => {
|
|
68
|
-
const { disabled: t, c: a =
|
|
68
|
+
const { disabled: t, c: a = N } = o, l = a.item;
|
|
69
69
|
return {
|
|
70
70
|
[l == null ? void 0 : l.main]: !0,
|
|
71
71
|
[l == null ? void 0 : l.disabled]: t
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
|
-
},
|
|
74
|
+
}, P = {
|
|
75
75
|
wrapper: {
|
|
76
|
-
main:
|
|
76
|
+
main: A,
|
|
77
77
|
input: d,
|
|
78
78
|
size: {
|
|
79
79
|
small: `${d}-${c.small}`,
|
|
@@ -95,26 +95,26 @@ const d = `${e.prefix}-${f.input}`, P = `${e.prefix}-${f.maskedtextbox}`, m = `$
|
|
|
95
95
|
isRtl: `${e.prefix}-${e.rtl}`
|
|
96
96
|
},
|
|
97
97
|
inputInner: `${d}-${f.inner}`
|
|
98
|
-
},
|
|
98
|
+
}, K = {
|
|
99
99
|
wrapper: (o) => {
|
|
100
|
-
var b, M, i, k, q;
|
|
101
|
-
const { invalid: t, disabled: a, size: l, fillMode:
|
|
100
|
+
var b, M, i, k, q, T, G, y;
|
|
101
|
+
const { invalid: t, disabled: a, size: l, fillMode: $, rounded: n, c: s = P } = o, r = s.wrapper;
|
|
102
102
|
return {
|
|
103
103
|
[r.main]: !0,
|
|
104
104
|
[r.input]: !0,
|
|
105
|
-
[r.size[l]]: (
|
|
106
|
-
[`${d}-${l}`]: !((
|
|
107
|
-
[r.fillMode[
|
|
108
|
-
[r.rounded[n]]: (
|
|
109
|
-
[`${e.prefix}-${e.rounded}-${n}`]: n && !((
|
|
105
|
+
[(b = r.size) == null ? void 0 : b[l]]: (M = r.size) == null ? void 0 : M[l],
|
|
106
|
+
[`${d}-${l}`]: !((i = r.size) != null && i[l]),
|
|
107
|
+
[(k = r.fillMode) == null ? void 0 : k[$]]: (q = r.fillMode) == null ? void 0 : q[$],
|
|
108
|
+
[(T = r.rounded) == null ? void 0 : T[n]]: (G = r.rounded) == null ? void 0 : G[n],
|
|
109
|
+
[`${e.prefix}-${e.rounded}-${n}`]: n && !((y = r.rounded) != null && y[n]),
|
|
110
110
|
[r.disabled]: a,
|
|
111
111
|
[r.invalid]: t
|
|
112
112
|
};
|
|
113
113
|
},
|
|
114
|
-
inputInner: R(
|
|
114
|
+
inputInner: R(P, "inputInner")
|
|
115
115
|
}, p = {
|
|
116
116
|
wrapper: {
|
|
117
|
-
main:
|
|
117
|
+
main: D,
|
|
118
118
|
input: d,
|
|
119
119
|
size: {
|
|
120
120
|
small: `${d}-${c.small}`,
|
|
@@ -152,41 +152,42 @@ const d = `${e.prefix}-${f.input}`, P = `${e.prefix}-${f.maskedtextbox}`, m = `$
|
|
|
152
152
|
vertical: `${g}-${h.vertical}`
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
},
|
|
155
|
+
}, L = {
|
|
156
156
|
wrapper: (o) => {
|
|
157
|
-
const { disabled: t, invalid: a, focused: l, required:
|
|
157
|
+
const { disabled: t, invalid: a, focused: l, required: $, size: n, fillMode: s, rounded: r, isRtl: b, c: M = p } = o, i = M.wrapper;
|
|
158
158
|
return {
|
|
159
159
|
[i == null ? void 0 : i.main]: !0,
|
|
160
160
|
[i == null ? void 0 : i.input]: !0,
|
|
161
161
|
[i == null ? void 0 : i.size[n]]: i == null ? void 0 : i.size[n],
|
|
162
162
|
[`${d}-${n}`]: n && !(i != null && i.size[n]),
|
|
163
|
-
[i == null ? void 0 : i.fillMode[
|
|
163
|
+
[i == null ? void 0 : i.fillMode[s]]: i == null ? void 0 : i.fillMode[s],
|
|
164
164
|
[i == null ? void 0 : i.rounded[r]]: i == null ? void 0 : i.rounded[r],
|
|
165
165
|
[`${e.prefix}-${e.rounded}-${r}`]: r && !(i != null && i.rounded[r]),
|
|
166
166
|
[i == null ? void 0 : i.disabled]: t,
|
|
167
167
|
[i == null ? void 0 : i.focused]: l,
|
|
168
|
-
[i == null ? void 0 : i.required]:
|
|
168
|
+
[i == null ? void 0 : i.required]: $,
|
|
169
169
|
[i == null ? void 0 : i.invalid]: a,
|
|
170
170
|
[i == null ? void 0 : i.isRtl]: b
|
|
171
171
|
};
|
|
172
172
|
},
|
|
173
173
|
inputInner: R(p, "inputInner"),
|
|
174
174
|
prefix: (o) => {
|
|
175
|
-
var
|
|
175
|
+
var $, n;
|
|
176
176
|
const { orientation: t, c: a = p } = o, l = a.prefix;
|
|
177
177
|
return {
|
|
178
178
|
[l.main]: !0,
|
|
179
|
-
[l.orientation[t]]: (
|
|
179
|
+
[($ = l.orientation) == null ? void 0 : $[t]]: (n = l.orientation) == null ? void 0 : n[t]
|
|
180
180
|
};
|
|
181
181
|
},
|
|
182
182
|
suffix: (o) => {
|
|
183
|
+
var $, n;
|
|
183
184
|
const { orientation: t, c: a = p } = o, l = a.suffix;
|
|
184
185
|
return {
|
|
185
186
|
[l == null ? void 0 : l.main]: !0,
|
|
186
|
-
[l == null ? void 0 : l.orientation[t]]: l == null ? void 0 : l.orientation[t]
|
|
187
|
+
[($ = l == null ? void 0 : l.orientation) == null ? void 0 : $[t]]: (n = l == null ? void 0 : l.orientation) == null ? void 0 : n[t]
|
|
187
188
|
};
|
|
188
189
|
}
|
|
189
|
-
},
|
|
190
|
+
}, S = {
|
|
190
191
|
input: {
|
|
191
192
|
main: `${d} ${d}-${c.medium} ${e.prefix}-${e.rounded}-${x.medium} ${d}-${v.solid}`,
|
|
192
193
|
disabled: `${e.prefix}-${u.disabled}`,
|
|
@@ -195,25 +196,25 @@ const d = `${e.prefix}-${f.input}`, P = `${e.prefix}-${f.maskedtextbox}`, m = `$
|
|
|
195
196
|
isRtl: `${e.prefix}-${e.rtl}`
|
|
196
197
|
},
|
|
197
198
|
clearButton: `${e.prefix}-${e.clear}-${e.value}`
|
|
198
|
-
},
|
|
199
|
+
}, O = {
|
|
199
200
|
input: (o) => {
|
|
200
|
-
const { disabled: t, invalid: a, required: l, isRtl:
|
|
201
|
+
const { disabled: t, invalid: a, required: l, isRtl: $, c: n = S } = o, s = n.input;
|
|
201
202
|
return {
|
|
202
|
-
[
|
|
203
|
-
[
|
|
204
|
-
[
|
|
205
|
-
[
|
|
206
|
-
[
|
|
203
|
+
[s == null ? void 0 : s.main]: !0,
|
|
204
|
+
[s == null ? void 0 : s.disabled]: t,
|
|
205
|
+
[s == null ? void 0 : s.required]: l,
|
|
206
|
+
[s == null ? void 0 : s.invalid]: a,
|
|
207
|
+
[s == null ? void 0 : s.isRtl]: $
|
|
207
208
|
};
|
|
208
209
|
},
|
|
209
|
-
clearButton: R(
|
|
210
|
+
clearButton: R(S, "clearButton")
|
|
210
211
|
};
|
|
211
212
|
export {
|
|
212
213
|
B as radioButtonClasses,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
214
|
+
N as radioGroupClasses,
|
|
215
|
+
O as uInput,
|
|
216
|
+
K as uMaskedTextBox,
|
|
217
|
+
H as uRadioButton,
|
|
218
|
+
J as uRadioGroup,
|
|
219
|
+
L as uTextBox
|
|
219
220
|
};
|