@public-ui/themes 1.5.0-rc.21 → 1.5.0-rc.22
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/dist/index.cjs +400 -14
- package/dist/index.d.ts +195 -195
- package/dist/index.mjs +387 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -2,32 +2,24 @@ declare const BAMF: (patch: (name: string, map: {
|
|
|
2
2
|
GLOBAL?: string | undefined;
|
|
3
3
|
PROPERTIES?: string | undefined;
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
-
"KOL-CARD"?: string | undefined;
|
|
6
5
|
"KOL-ABBR"?: string | undefined;
|
|
7
|
-
"KOL-BUTTON"?: string | undefined;
|
|
8
|
-
"KOL-DETAILS"?: string | undefined;
|
|
9
|
-
"KOL-DIALOG"?: string | undefined;
|
|
10
|
-
"KOL-FORM"?: string | undefined;
|
|
11
|
-
"KOL-LINK"?: string | undefined;
|
|
12
|
-
"KOL-NAV"?: string | undefined;
|
|
13
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
14
|
-
"KOL-SELECT"?: string | undefined;
|
|
15
|
-
"KOL-TABLE"?: string | undefined;
|
|
16
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
17
|
-
"KOL-IMAGE"?: string | undefined;
|
|
18
|
-
"KOL-HEADING"?: string | undefined;
|
|
19
|
-
"KOL-BADGE"?: string | undefined;
|
|
20
|
-
"KOL-ICON"?: string | undefined;
|
|
21
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
22
|
-
"KOL-TABS"?: string | undefined;
|
|
23
6
|
"KOL-ACCORDION"?: string | undefined;
|
|
24
7
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
25
8
|
"KOL-ALERT"?: string | undefined;
|
|
26
9
|
"KOL-AVATAR"?: string | undefined;
|
|
10
|
+
"KOL-BADGE"?: string | undefined;
|
|
27
11
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
12
|
+
"KOL-BUTTON"?: string | undefined;
|
|
28
13
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
29
14
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
15
|
+
"KOL-CARD"?: string | undefined;
|
|
16
|
+
"KOL-DETAILS"?: string | undefined;
|
|
17
|
+
"KOL-DIALOG"?: string | undefined;
|
|
30
18
|
"KOL-DROPDOWN"?: string | undefined;
|
|
19
|
+
"KOL-FORM"?: string | undefined;
|
|
20
|
+
"KOL-HEADING"?: string | undefined;
|
|
21
|
+
"KOL-ICON"?: string | undefined;
|
|
22
|
+
"KOL-IMAGE"?: string | undefined;
|
|
31
23
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
32
24
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
33
25
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -39,13 +31,21 @@ declare const BAMF: (patch: (name: string, map: {
|
|
|
39
31
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
40
32
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
41
33
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
34
|
+
"KOL-LINK"?: string | undefined;
|
|
42
35
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
43
36
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
44
37
|
"KOL-MODAL"?: string | undefined;
|
|
38
|
+
"KOL-NAV"?: string | undefined;
|
|
45
39
|
"KOL-PAGINATION"?: string | undefined;
|
|
46
40
|
"KOL-POPOVER"?: string | undefined;
|
|
41
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
42
|
+
"KOL-SELECT"?: string | undefined;
|
|
43
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
47
44
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
48
45
|
"KOL-SPIN"?: string | undefined;
|
|
46
|
+
"KOL-TABLE"?: string | undefined;
|
|
47
|
+
"KOL-TABS"?: string | undefined;
|
|
48
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
49
49
|
"KOL-TOAST"?: string | undefined;
|
|
50
50
|
"KOL-TOOLBAR"?: string | undefined;
|
|
51
51
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -55,32 +55,24 @@ declare const BPA: (patch: (name: string, map: {
|
|
|
55
55
|
GLOBAL?: string | undefined;
|
|
56
56
|
PROPERTIES?: string | undefined;
|
|
57
57
|
"KOL-SYMBOL"?: string | undefined;
|
|
58
|
-
"KOL-CARD"?: string | undefined;
|
|
59
58
|
"KOL-ABBR"?: string | undefined;
|
|
60
|
-
"KOL-BUTTON"?: string | undefined;
|
|
61
|
-
"KOL-DETAILS"?: string | undefined;
|
|
62
|
-
"KOL-DIALOG"?: string | undefined;
|
|
63
|
-
"KOL-FORM"?: string | undefined;
|
|
64
|
-
"KOL-LINK"?: string | undefined;
|
|
65
|
-
"KOL-NAV"?: string | undefined;
|
|
66
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
67
|
-
"KOL-SELECT"?: string | undefined;
|
|
68
|
-
"KOL-TABLE"?: string | undefined;
|
|
69
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
70
|
-
"KOL-IMAGE"?: string | undefined;
|
|
71
|
-
"KOL-HEADING"?: string | undefined;
|
|
72
|
-
"KOL-BADGE"?: string | undefined;
|
|
73
|
-
"KOL-ICON"?: string | undefined;
|
|
74
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
75
|
-
"KOL-TABS"?: string | undefined;
|
|
76
59
|
"KOL-ACCORDION"?: string | undefined;
|
|
77
60
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
78
61
|
"KOL-ALERT"?: string | undefined;
|
|
79
62
|
"KOL-AVATAR"?: string | undefined;
|
|
63
|
+
"KOL-BADGE"?: string | undefined;
|
|
80
64
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
65
|
+
"KOL-BUTTON"?: string | undefined;
|
|
81
66
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
82
67
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
68
|
+
"KOL-CARD"?: string | undefined;
|
|
69
|
+
"KOL-DETAILS"?: string | undefined;
|
|
70
|
+
"KOL-DIALOG"?: string | undefined;
|
|
83
71
|
"KOL-DROPDOWN"?: string | undefined;
|
|
72
|
+
"KOL-FORM"?: string | undefined;
|
|
73
|
+
"KOL-HEADING"?: string | undefined;
|
|
74
|
+
"KOL-ICON"?: string | undefined;
|
|
75
|
+
"KOL-IMAGE"?: string | undefined;
|
|
84
76
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
85
77
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
86
78
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -92,13 +84,21 @@ declare const BPA: (patch: (name: string, map: {
|
|
|
92
84
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
93
85
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
94
86
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
87
|
+
"KOL-LINK"?: string | undefined;
|
|
95
88
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
96
89
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
97
90
|
"KOL-MODAL"?: string | undefined;
|
|
91
|
+
"KOL-NAV"?: string | undefined;
|
|
98
92
|
"KOL-PAGINATION"?: string | undefined;
|
|
99
93
|
"KOL-POPOVER"?: string | undefined;
|
|
94
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
95
|
+
"KOL-SELECT"?: string | undefined;
|
|
96
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
100
97
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
101
98
|
"KOL-SPIN"?: string | undefined;
|
|
99
|
+
"KOL-TABLE"?: string | undefined;
|
|
100
|
+
"KOL-TABS"?: string | undefined;
|
|
101
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
102
102
|
"KOL-TOAST"?: string | undefined;
|
|
103
103
|
"KOL-TOOLBAR"?: string | undefined;
|
|
104
104
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -108,32 +108,24 @@ declare const BZSt: (patch: (name: string, map: {
|
|
|
108
108
|
GLOBAL?: string | undefined;
|
|
109
109
|
PROPERTIES?: string | undefined;
|
|
110
110
|
"KOL-SYMBOL"?: string | undefined;
|
|
111
|
-
"KOL-CARD"?: string | undefined;
|
|
112
111
|
"KOL-ABBR"?: string | undefined;
|
|
113
|
-
"KOL-BUTTON"?: string | undefined;
|
|
114
|
-
"KOL-DETAILS"?: string | undefined;
|
|
115
|
-
"KOL-DIALOG"?: string | undefined;
|
|
116
|
-
"KOL-FORM"?: string | undefined;
|
|
117
|
-
"KOL-LINK"?: string | undefined;
|
|
118
|
-
"KOL-NAV"?: string | undefined;
|
|
119
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
120
|
-
"KOL-SELECT"?: string | undefined;
|
|
121
|
-
"KOL-TABLE"?: string | undefined;
|
|
122
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
123
|
-
"KOL-IMAGE"?: string | undefined;
|
|
124
|
-
"KOL-HEADING"?: string | undefined;
|
|
125
|
-
"KOL-BADGE"?: string | undefined;
|
|
126
|
-
"KOL-ICON"?: string | undefined;
|
|
127
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
128
|
-
"KOL-TABS"?: string | undefined;
|
|
129
112
|
"KOL-ACCORDION"?: string | undefined;
|
|
130
113
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
131
114
|
"KOL-ALERT"?: string | undefined;
|
|
132
115
|
"KOL-AVATAR"?: string | undefined;
|
|
116
|
+
"KOL-BADGE"?: string | undefined;
|
|
133
117
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
118
|
+
"KOL-BUTTON"?: string | undefined;
|
|
134
119
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
135
120
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
121
|
+
"KOL-CARD"?: string | undefined;
|
|
122
|
+
"KOL-DETAILS"?: string | undefined;
|
|
123
|
+
"KOL-DIALOG"?: string | undefined;
|
|
136
124
|
"KOL-DROPDOWN"?: string | undefined;
|
|
125
|
+
"KOL-FORM"?: string | undefined;
|
|
126
|
+
"KOL-HEADING"?: string | undefined;
|
|
127
|
+
"KOL-ICON"?: string | undefined;
|
|
128
|
+
"KOL-IMAGE"?: string | undefined;
|
|
137
129
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
138
130
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
139
131
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -145,13 +137,21 @@ declare const BZSt: (patch: (name: string, map: {
|
|
|
145
137
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
146
138
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
147
139
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
140
|
+
"KOL-LINK"?: string | undefined;
|
|
148
141
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
149
142
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
150
143
|
"KOL-MODAL"?: string | undefined;
|
|
144
|
+
"KOL-NAV"?: string | undefined;
|
|
151
145
|
"KOL-PAGINATION"?: string | undefined;
|
|
152
146
|
"KOL-POPOVER"?: string | undefined;
|
|
147
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
148
|
+
"KOL-SELECT"?: string | undefined;
|
|
149
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
153
150
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
154
151
|
"KOL-SPIN"?: string | undefined;
|
|
152
|
+
"KOL-TABLE"?: string | undefined;
|
|
153
|
+
"KOL-TABS"?: string | undefined;
|
|
154
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
155
155
|
"KOL-TOAST"?: string | undefined;
|
|
156
156
|
"KOL-TOOLBAR"?: string | undefined;
|
|
157
157
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -161,32 +161,24 @@ declare const BMF: (patch: (name: string, map: {
|
|
|
161
161
|
GLOBAL?: string | undefined;
|
|
162
162
|
PROPERTIES?: string | undefined;
|
|
163
163
|
"KOL-SYMBOL"?: string | undefined;
|
|
164
|
-
"KOL-CARD"?: string | undefined;
|
|
165
164
|
"KOL-ABBR"?: string | undefined;
|
|
166
|
-
"KOL-BUTTON"?: string | undefined;
|
|
167
|
-
"KOL-DETAILS"?: string | undefined;
|
|
168
|
-
"KOL-DIALOG"?: string | undefined;
|
|
169
|
-
"KOL-FORM"?: string | undefined;
|
|
170
|
-
"KOL-LINK"?: string | undefined;
|
|
171
|
-
"KOL-NAV"?: string | undefined;
|
|
172
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
173
|
-
"KOL-SELECT"?: string | undefined;
|
|
174
|
-
"KOL-TABLE"?: string | undefined;
|
|
175
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
176
|
-
"KOL-IMAGE"?: string | undefined;
|
|
177
|
-
"KOL-HEADING"?: string | undefined;
|
|
178
|
-
"KOL-BADGE"?: string | undefined;
|
|
179
|
-
"KOL-ICON"?: string | undefined;
|
|
180
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
181
|
-
"KOL-TABS"?: string | undefined;
|
|
182
165
|
"KOL-ACCORDION"?: string | undefined;
|
|
183
166
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
184
167
|
"KOL-ALERT"?: string | undefined;
|
|
185
168
|
"KOL-AVATAR"?: string | undefined;
|
|
169
|
+
"KOL-BADGE"?: string | undefined;
|
|
186
170
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
171
|
+
"KOL-BUTTON"?: string | undefined;
|
|
187
172
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
188
173
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
174
|
+
"KOL-CARD"?: string | undefined;
|
|
175
|
+
"KOL-DETAILS"?: string | undefined;
|
|
176
|
+
"KOL-DIALOG"?: string | undefined;
|
|
189
177
|
"KOL-DROPDOWN"?: string | undefined;
|
|
178
|
+
"KOL-FORM"?: string | undefined;
|
|
179
|
+
"KOL-HEADING"?: string | undefined;
|
|
180
|
+
"KOL-ICON"?: string | undefined;
|
|
181
|
+
"KOL-IMAGE"?: string | undefined;
|
|
190
182
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
191
183
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
192
184
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -198,13 +190,21 @@ declare const BMF: (patch: (name: string, map: {
|
|
|
198
190
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
199
191
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
200
192
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
193
|
+
"KOL-LINK"?: string | undefined;
|
|
201
194
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
202
195
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
203
196
|
"KOL-MODAL"?: string | undefined;
|
|
197
|
+
"KOL-NAV"?: string | undefined;
|
|
204
198
|
"KOL-PAGINATION"?: string | undefined;
|
|
205
199
|
"KOL-POPOVER"?: string | undefined;
|
|
200
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
201
|
+
"KOL-SELECT"?: string | undefined;
|
|
202
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
206
203
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
207
204
|
"KOL-SPIN"?: string | undefined;
|
|
205
|
+
"KOL-TABLE"?: string | undefined;
|
|
206
|
+
"KOL-TABS"?: string | undefined;
|
|
207
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
208
208
|
"KOL-TOAST"?: string | undefined;
|
|
209
209
|
"KOL-TOOLBAR"?: string | undefined;
|
|
210
210
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -214,32 +214,24 @@ declare const DESYv1: (patch: (name: string, map: {
|
|
|
214
214
|
GLOBAL?: string | undefined;
|
|
215
215
|
PROPERTIES?: string | undefined;
|
|
216
216
|
"KOL-SYMBOL"?: string | undefined;
|
|
217
|
-
"KOL-CARD"?: string | undefined;
|
|
218
217
|
"KOL-ABBR"?: string | undefined;
|
|
219
|
-
"KOL-BUTTON"?: string | undefined;
|
|
220
|
-
"KOL-DETAILS"?: string | undefined;
|
|
221
|
-
"KOL-DIALOG"?: string | undefined;
|
|
222
|
-
"KOL-FORM"?: string | undefined;
|
|
223
|
-
"KOL-LINK"?: string | undefined;
|
|
224
|
-
"KOL-NAV"?: string | undefined;
|
|
225
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
226
|
-
"KOL-SELECT"?: string | undefined;
|
|
227
|
-
"KOL-TABLE"?: string | undefined;
|
|
228
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
229
|
-
"KOL-IMAGE"?: string | undefined;
|
|
230
|
-
"KOL-HEADING"?: string | undefined;
|
|
231
|
-
"KOL-BADGE"?: string | undefined;
|
|
232
|
-
"KOL-ICON"?: string | undefined;
|
|
233
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
234
|
-
"KOL-TABS"?: string | undefined;
|
|
235
218
|
"KOL-ACCORDION"?: string | undefined;
|
|
236
219
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
237
220
|
"KOL-ALERT"?: string | undefined;
|
|
238
221
|
"KOL-AVATAR"?: string | undefined;
|
|
222
|
+
"KOL-BADGE"?: string | undefined;
|
|
239
223
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
224
|
+
"KOL-BUTTON"?: string | undefined;
|
|
240
225
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
241
226
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
227
|
+
"KOL-CARD"?: string | undefined;
|
|
228
|
+
"KOL-DETAILS"?: string | undefined;
|
|
229
|
+
"KOL-DIALOG"?: string | undefined;
|
|
242
230
|
"KOL-DROPDOWN"?: string | undefined;
|
|
231
|
+
"KOL-FORM"?: string | undefined;
|
|
232
|
+
"KOL-HEADING"?: string | undefined;
|
|
233
|
+
"KOL-ICON"?: string | undefined;
|
|
234
|
+
"KOL-IMAGE"?: string | undefined;
|
|
243
235
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
244
236
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
245
237
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -251,13 +243,21 @@ declare const DESYv1: (patch: (name: string, map: {
|
|
|
251
243
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
252
244
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
253
245
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
246
|
+
"KOL-LINK"?: string | undefined;
|
|
254
247
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
255
248
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
256
249
|
"KOL-MODAL"?: string | undefined;
|
|
250
|
+
"KOL-NAV"?: string | undefined;
|
|
257
251
|
"KOL-PAGINATION"?: string | undefined;
|
|
258
252
|
"KOL-POPOVER"?: string | undefined;
|
|
253
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
254
|
+
"KOL-SELECT"?: string | undefined;
|
|
255
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
259
256
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
260
257
|
"KOL-SPIN"?: string | undefined;
|
|
258
|
+
"KOL-TABLE"?: string | undefined;
|
|
259
|
+
"KOL-TABS"?: string | undefined;
|
|
260
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
261
261
|
"KOL-TOAST"?: string | undefined;
|
|
262
262
|
"KOL-TOOLBAR"?: string | undefined;
|
|
263
263
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -267,32 +267,24 @@ declare const DESYv2: (patch: (name: string, map: {
|
|
|
267
267
|
GLOBAL?: string | undefined;
|
|
268
268
|
PROPERTIES?: string | undefined;
|
|
269
269
|
"KOL-SYMBOL"?: string | undefined;
|
|
270
|
-
"KOL-CARD"?: string | undefined;
|
|
271
270
|
"KOL-ABBR"?: string | undefined;
|
|
272
|
-
"KOL-BUTTON"?: string | undefined;
|
|
273
|
-
"KOL-DETAILS"?: string | undefined;
|
|
274
|
-
"KOL-DIALOG"?: string | undefined;
|
|
275
|
-
"KOL-FORM"?: string | undefined;
|
|
276
|
-
"KOL-LINK"?: string | undefined;
|
|
277
|
-
"KOL-NAV"?: string | undefined;
|
|
278
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
279
|
-
"KOL-SELECT"?: string | undefined;
|
|
280
|
-
"KOL-TABLE"?: string | undefined;
|
|
281
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
282
|
-
"KOL-IMAGE"?: string | undefined;
|
|
283
|
-
"KOL-HEADING"?: string | undefined;
|
|
284
|
-
"KOL-BADGE"?: string | undefined;
|
|
285
|
-
"KOL-ICON"?: string | undefined;
|
|
286
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
287
|
-
"KOL-TABS"?: string | undefined;
|
|
288
271
|
"KOL-ACCORDION"?: string | undefined;
|
|
289
272
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
290
273
|
"KOL-ALERT"?: string | undefined;
|
|
291
274
|
"KOL-AVATAR"?: string | undefined;
|
|
275
|
+
"KOL-BADGE"?: string | undefined;
|
|
292
276
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
277
|
+
"KOL-BUTTON"?: string | undefined;
|
|
293
278
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
294
279
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
280
|
+
"KOL-CARD"?: string | undefined;
|
|
281
|
+
"KOL-DETAILS"?: string | undefined;
|
|
282
|
+
"KOL-DIALOG"?: string | undefined;
|
|
295
283
|
"KOL-DROPDOWN"?: string | undefined;
|
|
284
|
+
"KOL-FORM"?: string | undefined;
|
|
285
|
+
"KOL-HEADING"?: string | undefined;
|
|
286
|
+
"KOL-ICON"?: string | undefined;
|
|
287
|
+
"KOL-IMAGE"?: string | undefined;
|
|
296
288
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
297
289
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
298
290
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -304,13 +296,21 @@ declare const DESYv2: (patch: (name: string, map: {
|
|
|
304
296
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
305
297
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
306
298
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
299
|
+
"KOL-LINK"?: string | undefined;
|
|
307
300
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
308
301
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
309
302
|
"KOL-MODAL"?: string | undefined;
|
|
303
|
+
"KOL-NAV"?: string | undefined;
|
|
310
304
|
"KOL-PAGINATION"?: string | undefined;
|
|
311
305
|
"KOL-POPOVER"?: string | undefined;
|
|
306
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
307
|
+
"KOL-SELECT"?: string | undefined;
|
|
308
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
312
309
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
313
310
|
"KOL-SPIN"?: string | undefined;
|
|
311
|
+
"KOL-TABLE"?: string | undefined;
|
|
312
|
+
"KOL-TABS"?: string | undefined;
|
|
313
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
314
314
|
"KOL-TOAST"?: string | undefined;
|
|
315
315
|
"KOL-TOOLBAR"?: string | undefined;
|
|
316
316
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -320,32 +320,24 @@ declare const ECL_EC: (patch: (name: string, map: {
|
|
|
320
320
|
GLOBAL?: string | undefined;
|
|
321
321
|
PROPERTIES?: string | undefined;
|
|
322
322
|
"KOL-SYMBOL"?: string | undefined;
|
|
323
|
-
"KOL-CARD"?: string | undefined;
|
|
324
323
|
"KOL-ABBR"?: string | undefined;
|
|
325
|
-
"KOL-BUTTON"?: string | undefined;
|
|
326
|
-
"KOL-DETAILS"?: string | undefined;
|
|
327
|
-
"KOL-DIALOG"?: string | undefined;
|
|
328
|
-
"KOL-FORM"?: string | undefined;
|
|
329
|
-
"KOL-LINK"?: string | undefined;
|
|
330
|
-
"KOL-NAV"?: string | undefined;
|
|
331
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
332
|
-
"KOL-SELECT"?: string | undefined;
|
|
333
|
-
"KOL-TABLE"?: string | undefined;
|
|
334
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
335
|
-
"KOL-IMAGE"?: string | undefined;
|
|
336
|
-
"KOL-HEADING"?: string | undefined;
|
|
337
|
-
"KOL-BADGE"?: string | undefined;
|
|
338
|
-
"KOL-ICON"?: string | undefined;
|
|
339
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
340
|
-
"KOL-TABS"?: string | undefined;
|
|
341
324
|
"KOL-ACCORDION"?: string | undefined;
|
|
342
325
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
343
326
|
"KOL-ALERT"?: string | undefined;
|
|
344
327
|
"KOL-AVATAR"?: string | undefined;
|
|
328
|
+
"KOL-BADGE"?: string | undefined;
|
|
345
329
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
330
|
+
"KOL-BUTTON"?: string | undefined;
|
|
346
331
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
347
332
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
333
|
+
"KOL-CARD"?: string | undefined;
|
|
334
|
+
"KOL-DETAILS"?: string | undefined;
|
|
335
|
+
"KOL-DIALOG"?: string | undefined;
|
|
348
336
|
"KOL-DROPDOWN"?: string | undefined;
|
|
337
|
+
"KOL-FORM"?: string | undefined;
|
|
338
|
+
"KOL-HEADING"?: string | undefined;
|
|
339
|
+
"KOL-ICON"?: string | undefined;
|
|
340
|
+
"KOL-IMAGE"?: string | undefined;
|
|
349
341
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
350
342
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
351
343
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -357,13 +349,21 @@ declare const ECL_EC: (patch: (name: string, map: {
|
|
|
357
349
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
358
350
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
359
351
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
352
|
+
"KOL-LINK"?: string | undefined;
|
|
360
353
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
361
354
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
362
355
|
"KOL-MODAL"?: string | undefined;
|
|
356
|
+
"KOL-NAV"?: string | undefined;
|
|
363
357
|
"KOL-PAGINATION"?: string | undefined;
|
|
364
358
|
"KOL-POPOVER"?: string | undefined;
|
|
359
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
360
|
+
"KOL-SELECT"?: string | undefined;
|
|
361
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
365
362
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
366
363
|
"KOL-SPIN"?: string | undefined;
|
|
364
|
+
"KOL-TABLE"?: string | undefined;
|
|
365
|
+
"KOL-TABS"?: string | undefined;
|
|
366
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
367
367
|
"KOL-TOAST"?: string | undefined;
|
|
368
368
|
"KOL-TOOLBAR"?: string | undefined;
|
|
369
369
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -373,32 +373,24 @@ declare const ECL_EU: (patch: (name: string, map: {
|
|
|
373
373
|
GLOBAL?: string | undefined;
|
|
374
374
|
PROPERTIES?: string | undefined;
|
|
375
375
|
"KOL-SYMBOL"?: string | undefined;
|
|
376
|
-
"KOL-CARD"?: string | undefined;
|
|
377
376
|
"KOL-ABBR"?: string | undefined;
|
|
378
|
-
"KOL-BUTTON"?: string | undefined;
|
|
379
|
-
"KOL-DETAILS"?: string | undefined;
|
|
380
|
-
"KOL-DIALOG"?: string | undefined;
|
|
381
|
-
"KOL-FORM"?: string | undefined;
|
|
382
|
-
"KOL-LINK"?: string | undefined;
|
|
383
|
-
"KOL-NAV"?: string | undefined;
|
|
384
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
385
|
-
"KOL-SELECT"?: string | undefined;
|
|
386
|
-
"KOL-TABLE"?: string | undefined;
|
|
387
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
388
|
-
"KOL-IMAGE"?: string | undefined;
|
|
389
|
-
"KOL-HEADING"?: string | undefined;
|
|
390
|
-
"KOL-BADGE"?: string | undefined;
|
|
391
|
-
"KOL-ICON"?: string | undefined;
|
|
392
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
393
|
-
"KOL-TABS"?: string | undefined;
|
|
394
377
|
"KOL-ACCORDION"?: string | undefined;
|
|
395
378
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
396
379
|
"KOL-ALERT"?: string | undefined;
|
|
397
380
|
"KOL-AVATAR"?: string | undefined;
|
|
381
|
+
"KOL-BADGE"?: string | undefined;
|
|
398
382
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
383
|
+
"KOL-BUTTON"?: string | undefined;
|
|
399
384
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
400
385
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
386
|
+
"KOL-CARD"?: string | undefined;
|
|
387
|
+
"KOL-DETAILS"?: string | undefined;
|
|
388
|
+
"KOL-DIALOG"?: string | undefined;
|
|
401
389
|
"KOL-DROPDOWN"?: string | undefined;
|
|
390
|
+
"KOL-FORM"?: string | undefined;
|
|
391
|
+
"KOL-HEADING"?: string | undefined;
|
|
392
|
+
"KOL-ICON"?: string | undefined;
|
|
393
|
+
"KOL-IMAGE"?: string | undefined;
|
|
402
394
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
403
395
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
404
396
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -410,13 +402,21 @@ declare const ECL_EU: (patch: (name: string, map: {
|
|
|
410
402
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
411
403
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
412
404
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
405
|
+
"KOL-LINK"?: string | undefined;
|
|
413
406
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
414
407
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
415
408
|
"KOL-MODAL"?: string | undefined;
|
|
409
|
+
"KOL-NAV"?: string | undefined;
|
|
416
410
|
"KOL-PAGINATION"?: string | undefined;
|
|
417
411
|
"KOL-POPOVER"?: string | undefined;
|
|
412
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
413
|
+
"KOL-SELECT"?: string | undefined;
|
|
414
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
418
415
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
419
416
|
"KOL-SPIN"?: string | undefined;
|
|
417
|
+
"KOL-TABLE"?: string | undefined;
|
|
418
|
+
"KOL-TABS"?: string | undefined;
|
|
419
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
420
420
|
"KOL-TOAST"?: string | undefined;
|
|
421
421
|
"KOL-TOOLBAR"?: string | undefined;
|
|
422
422
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -426,32 +426,24 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
426
426
|
GLOBAL?: string | undefined;
|
|
427
427
|
PROPERTIES?: string | undefined;
|
|
428
428
|
"KOL-SYMBOL"?: string | undefined;
|
|
429
|
-
"KOL-CARD"?: string | undefined;
|
|
430
429
|
"KOL-ABBR"?: string | undefined;
|
|
431
|
-
"KOL-BUTTON"?: string | undefined;
|
|
432
|
-
"KOL-DETAILS"?: string | undefined;
|
|
433
|
-
"KOL-DIALOG"?: string | undefined;
|
|
434
|
-
"KOL-FORM"?: string | undefined;
|
|
435
|
-
"KOL-LINK"?: string | undefined;
|
|
436
|
-
"KOL-NAV"?: string | undefined;
|
|
437
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
438
|
-
"KOL-SELECT"?: string | undefined;
|
|
439
|
-
"KOL-TABLE"?: string | undefined;
|
|
440
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
441
|
-
"KOL-IMAGE"?: string | undefined;
|
|
442
|
-
"KOL-HEADING"?: string | undefined;
|
|
443
|
-
"KOL-BADGE"?: string | undefined;
|
|
444
|
-
"KOL-ICON"?: string | undefined;
|
|
445
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
446
|
-
"KOL-TABS"?: string | undefined;
|
|
447
430
|
"KOL-ACCORDION"?: string | undefined;
|
|
448
431
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
449
432
|
"KOL-ALERT"?: string | undefined;
|
|
450
433
|
"KOL-AVATAR"?: string | undefined;
|
|
434
|
+
"KOL-BADGE"?: string | undefined;
|
|
451
435
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
436
|
+
"KOL-BUTTON"?: string | undefined;
|
|
452
437
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
453
438
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
439
|
+
"KOL-CARD"?: string | undefined;
|
|
440
|
+
"KOL-DETAILS"?: string | undefined;
|
|
441
|
+
"KOL-DIALOG"?: string | undefined;
|
|
454
442
|
"KOL-DROPDOWN"?: string | undefined;
|
|
443
|
+
"KOL-FORM"?: string | undefined;
|
|
444
|
+
"KOL-HEADING"?: string | undefined;
|
|
445
|
+
"KOL-ICON"?: string | undefined;
|
|
446
|
+
"KOL-IMAGE"?: string | undefined;
|
|
455
447
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
456
448
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
457
449
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -463,13 +455,21 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
463
455
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
464
456
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
465
457
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
458
|
+
"KOL-LINK"?: string | undefined;
|
|
466
459
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
467
460
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
468
461
|
"KOL-MODAL"?: string | undefined;
|
|
462
|
+
"KOL-NAV"?: string | undefined;
|
|
469
463
|
"KOL-PAGINATION"?: string | undefined;
|
|
470
464
|
"KOL-POPOVER"?: string | undefined;
|
|
465
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
466
|
+
"KOL-SELECT"?: string | undefined;
|
|
467
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
471
468
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
472
469
|
"KOL-SPIN"?: string | undefined;
|
|
470
|
+
"KOL-TABLE"?: string | undefined;
|
|
471
|
+
"KOL-TABS"?: string | undefined;
|
|
472
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
473
473
|
"KOL-TOAST"?: string | undefined;
|
|
474
474
|
"KOL-TOOLBAR"?: string | undefined;
|
|
475
475
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -479,32 +479,24 @@ declare const MAPZ: (patch: (name: string, map: {
|
|
|
479
479
|
GLOBAL?: string | undefined;
|
|
480
480
|
PROPERTIES?: string | undefined;
|
|
481
481
|
"KOL-SYMBOL"?: string | undefined;
|
|
482
|
-
"KOL-CARD"?: string | undefined;
|
|
483
482
|
"KOL-ABBR"?: string | undefined;
|
|
484
|
-
"KOL-BUTTON"?: string | undefined;
|
|
485
|
-
"KOL-DETAILS"?: string | undefined;
|
|
486
|
-
"KOL-DIALOG"?: string | undefined;
|
|
487
|
-
"KOL-FORM"?: string | undefined;
|
|
488
|
-
"KOL-LINK"?: string | undefined;
|
|
489
|
-
"KOL-NAV"?: string | undefined;
|
|
490
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
491
|
-
"KOL-SELECT"?: string | undefined;
|
|
492
|
-
"KOL-TABLE"?: string | undefined;
|
|
493
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
494
|
-
"KOL-IMAGE"?: string | undefined;
|
|
495
|
-
"KOL-HEADING"?: string | undefined;
|
|
496
|
-
"KOL-BADGE"?: string | undefined;
|
|
497
|
-
"KOL-ICON"?: string | undefined;
|
|
498
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
499
|
-
"KOL-TABS"?: string | undefined;
|
|
500
483
|
"KOL-ACCORDION"?: string | undefined;
|
|
501
484
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
502
485
|
"KOL-ALERT"?: string | undefined;
|
|
503
486
|
"KOL-AVATAR"?: string | undefined;
|
|
487
|
+
"KOL-BADGE"?: string | undefined;
|
|
504
488
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
489
|
+
"KOL-BUTTON"?: string | undefined;
|
|
505
490
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
506
491
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
492
|
+
"KOL-CARD"?: string | undefined;
|
|
493
|
+
"KOL-DETAILS"?: string | undefined;
|
|
494
|
+
"KOL-DIALOG"?: string | undefined;
|
|
507
495
|
"KOL-DROPDOWN"?: string | undefined;
|
|
496
|
+
"KOL-FORM"?: string | undefined;
|
|
497
|
+
"KOL-HEADING"?: string | undefined;
|
|
498
|
+
"KOL-ICON"?: string | undefined;
|
|
499
|
+
"KOL-IMAGE"?: string | undefined;
|
|
508
500
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
509
501
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
510
502
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -516,13 +508,21 @@ declare const MAPZ: (patch: (name: string, map: {
|
|
|
516
508
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
517
509
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
518
510
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
511
|
+
"KOL-LINK"?: string | undefined;
|
|
519
512
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
520
513
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
521
514
|
"KOL-MODAL"?: string | undefined;
|
|
515
|
+
"KOL-NAV"?: string | undefined;
|
|
522
516
|
"KOL-PAGINATION"?: string | undefined;
|
|
523
517
|
"KOL-POPOVER"?: string | undefined;
|
|
518
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
519
|
+
"KOL-SELECT"?: string | undefined;
|
|
520
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
524
521
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
525
522
|
"KOL-SPIN"?: string | undefined;
|
|
523
|
+
"KOL-TABLE"?: string | undefined;
|
|
524
|
+
"KOL-TABS"?: string | undefined;
|
|
525
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
526
526
|
"KOL-TOAST"?: string | undefined;
|
|
527
527
|
"KOL-TOOLBAR"?: string | undefined;
|
|
528
528
|
"KOL-TOOLTIP"?: string | undefined;
|
|
@@ -532,32 +532,24 @@ declare const ZOLLv2: (patch: (name: string, map: {
|
|
|
532
532
|
GLOBAL?: string | undefined;
|
|
533
533
|
PROPERTIES?: string | undefined;
|
|
534
534
|
"KOL-SYMBOL"?: string | undefined;
|
|
535
|
-
"KOL-CARD"?: string | undefined;
|
|
536
535
|
"KOL-ABBR"?: string | undefined;
|
|
537
|
-
"KOL-BUTTON"?: string | undefined;
|
|
538
|
-
"KOL-DETAILS"?: string | undefined;
|
|
539
|
-
"KOL-DIALOG"?: string | undefined;
|
|
540
|
-
"KOL-FORM"?: string | undefined;
|
|
541
|
-
"KOL-LINK"?: string | undefined;
|
|
542
|
-
"KOL-NAV"?: string | undefined;
|
|
543
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
544
|
-
"KOL-SELECT"?: string | undefined;
|
|
545
|
-
"KOL-TABLE"?: string | undefined;
|
|
546
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
547
|
-
"KOL-IMAGE"?: string | undefined;
|
|
548
|
-
"KOL-HEADING"?: string | undefined;
|
|
549
|
-
"KOL-BADGE"?: string | undefined;
|
|
550
|
-
"KOL-ICON"?: string | undefined;
|
|
551
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
552
|
-
"KOL-TABS"?: string | undefined;
|
|
553
536
|
"KOL-ACCORDION"?: string | undefined;
|
|
554
537
|
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
555
538
|
"KOL-ALERT"?: string | undefined;
|
|
556
539
|
"KOL-AVATAR"?: string | undefined;
|
|
540
|
+
"KOL-BADGE"?: string | undefined;
|
|
557
541
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
542
|
+
"KOL-BUTTON"?: string | undefined;
|
|
558
543
|
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
559
544
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
545
|
+
"KOL-CARD"?: string | undefined;
|
|
546
|
+
"KOL-DETAILS"?: string | undefined;
|
|
547
|
+
"KOL-DIALOG"?: string | undefined;
|
|
560
548
|
"KOL-DROPDOWN"?: string | undefined;
|
|
549
|
+
"KOL-FORM"?: string | undefined;
|
|
550
|
+
"KOL-HEADING"?: string | undefined;
|
|
551
|
+
"KOL-ICON"?: string | undefined;
|
|
552
|
+
"KOL-IMAGE"?: string | undefined;
|
|
561
553
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
562
554
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
563
555
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -569,28 +561,36 @@ declare const ZOLLv2: (patch: (name: string, map: {
|
|
|
569
561
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
570
562
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
571
563
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
564
|
+
"KOL-LINK"?: string | undefined;
|
|
572
565
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
573
566
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
574
567
|
"KOL-MODAL"?: string | undefined;
|
|
568
|
+
"KOL-NAV"?: string | undefined;
|
|
575
569
|
"KOL-PAGINATION"?: string | undefined;
|
|
576
570
|
"KOL-POPOVER"?: string | undefined;
|
|
571
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
572
|
+
"KOL-SELECT"?: string | undefined;
|
|
573
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
577
574
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
578
575
|
"KOL-SPIN"?: string | undefined;
|
|
576
|
+
"KOL-TABLE"?: string | undefined;
|
|
577
|
+
"KOL-TABS"?: string | undefined;
|
|
578
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
579
579
|
"KOL-TOAST"?: string | undefined;
|
|
580
580
|
"KOL-TOOLBAR"?: string | undefined;
|
|
581
581
|
"KOL-TOOLTIP"?: string | undefined;
|
|
582
582
|
}) => string) => string;
|
|
583
583
|
|
|
584
584
|
declare const DE: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bh" | "bi" | "nb" | "bs" | "br" | "bg" | "my" | "es" | "ca" | "km" | "ch" | "ce" | "ny" | "zh" | "za" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "nl" | "dz" | "en" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fr" | "ff" | "gd" | "gl" | "lg" | "ka" | "de" | "ki" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "id" | "ia" | "ie" | "iu" | "ik" | "ga" | "it" | "ja" | "jv" | "kn" | "kr" | "ks" | "kk" | "rw" | "ky" | "kv" | "kg" | "ko" | "kj" | "ku" | "lo" | "la" | "lv" | "lb" | "li" | "ln" | "lt" | "lu" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "ro" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "se" | "no" | "nn" | "ii" | "oc" | "oj" | "or" | "om" | "os" | "pi" | "pa" | "ps" | "fa" | "pl" | "pt" | "qu" | "rm" | "rn" | "ru" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "to" | "ts" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "fy" | "wo" | "xh" | "yi" | "yo" | "zu", map: {
|
|
585
|
+
"kol-error"?: string | undefined;
|
|
586
|
+
"kol-warning"?: string | undefined;
|
|
585
587
|
"kol-info"?: string | undefined;
|
|
586
588
|
"kol-success"?: string | undefined;
|
|
587
|
-
"kol-warning"?: string | undefined;
|
|
588
|
-
"kol-error"?: string | undefined;
|
|
589
|
-
"kol-of"?: string | undefined;
|
|
590
|
-
"kol-characters"?: string | undefined;
|
|
591
589
|
"kol-message"?: string | undefined;
|
|
592
590
|
"kol-close"?: string | undefined;
|
|
593
591
|
"kol-form-description"?: string | undefined;
|
|
592
|
+
"kol-of"?: string | undefined;
|
|
593
|
+
"kol-characters"?: string | undefined;
|
|
594
594
|
"kol-new"?: string | undefined;
|
|
595
595
|
"kol-no-entries"?: string | undefined;
|
|
596
596
|
"kol-change-order"?: string | undefined;
|
|
@@ -612,15 +612,15 @@ declare const DE: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
|
|
|
612
612
|
}) => "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bh" | "bi" | "nb" | "bs" | "br" | "bg" | "my" | "es" | "ca" | "km" | "ch" | "ce" | "ny" | "zh" | "za" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "nl" | "dz" | "en" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fr" | "ff" | "gd" | "gl" | "lg" | "ka" | "de" | "ki" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "id" | "ia" | "ie" | "iu" | "ik" | "ga" | "it" | "ja" | "jv" | "kn" | "kr" | "ks" | "kk" | "rw" | "ky" | "kv" | "kg" | "ko" | "kj" | "ku" | "lo" | "la" | "lv" | "lb" | "li" | "ln" | "lt" | "lu" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "ro" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "se" | "no" | "nn" | "ii" | "oc" | "oj" | "or" | "om" | "os" | "pi" | "pa" | "ps" | "fa" | "pl" | "pt" | "qu" | "rm" | "rn" | "ru" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "to" | "ts" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "fy" | "wo" | "xh" | "yi" | "yo" | "zu") => "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bh" | "bi" | "nb" | "bs" | "br" | "bg" | "my" | "es" | "ca" | "km" | "ch" | "ce" | "ny" | "zh" | "za" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "nl" | "dz" | "en" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fr" | "ff" | "gd" | "gl" | "lg" | "ka" | "de" | "ki" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "id" | "ia" | "ie" | "iu" | "ik" | "ga" | "it" | "ja" | "jv" | "kn" | "kr" | "ks" | "kk" | "rw" | "ky" | "kv" | "kg" | "ko" | "kj" | "ku" | "lo" | "la" | "lv" | "lb" | "li" | "ln" | "lt" | "lu" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "ro" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "se" | "no" | "nn" | "ii" | "oc" | "oj" | "or" | "om" | "os" | "pi" | "pa" | "ps" | "fa" | "pl" | "pt" | "qu" | "rm" | "rn" | "ru" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "to" | "ts" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "fy" | "wo" | "xh" | "yi" | "yo" | "zu";
|
|
613
613
|
|
|
614
614
|
declare const EN: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bh" | "bi" | "nb" | "bs" | "br" | "bg" | "my" | "es" | "ca" | "km" | "ch" | "ce" | "ny" | "zh" | "za" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "nl" | "dz" | "en" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fr" | "ff" | "gd" | "gl" | "lg" | "ka" | "de" | "ki" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "id" | "ia" | "ie" | "iu" | "ik" | "ga" | "it" | "ja" | "jv" | "kn" | "kr" | "ks" | "kk" | "rw" | "ky" | "kv" | "kg" | "ko" | "kj" | "ku" | "lo" | "la" | "lv" | "lb" | "li" | "ln" | "lt" | "lu" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "ro" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "se" | "no" | "nn" | "ii" | "oc" | "oj" | "or" | "om" | "os" | "pi" | "pa" | "ps" | "fa" | "pl" | "pt" | "qu" | "rm" | "rn" | "ru" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "to" | "ts" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "fy" | "wo" | "xh" | "yi" | "yo" | "zu", map: {
|
|
615
|
+
"kol-error"?: string | undefined;
|
|
616
|
+
"kol-warning"?: string | undefined;
|
|
615
617
|
"kol-info"?: string | undefined;
|
|
616
618
|
"kol-success"?: string | undefined;
|
|
617
|
-
"kol-warning"?: string | undefined;
|
|
618
|
-
"kol-error"?: string | undefined;
|
|
619
|
-
"kol-of"?: string | undefined;
|
|
620
|
-
"kol-characters"?: string | undefined;
|
|
621
619
|
"kol-message"?: string | undefined;
|
|
622
620
|
"kol-close"?: string | undefined;
|
|
623
621
|
"kol-form-description"?: string | undefined;
|
|
622
|
+
"kol-of"?: string | undefined;
|
|
623
|
+
"kol-characters"?: string | undefined;
|
|
624
624
|
"kol-new"?: string | undefined;
|
|
625
625
|
"kol-no-entries"?: string | undefined;
|
|
626
626
|
"kol-change-order"?: string | undefined;
|