@public-ui/themes 1.4.0-rc.8 → 1.4.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/dist/index.cjs +205 -20
- package/dist/index.d.ts +352 -2
- package/dist/index.mjs +199 -20
- package/package.json +8 -9
- package/reports/KoliBri-BF-BITV_BMF.xlsx +0 -0
- package/reports/KoliBri-BF-BITV_MAPZ.xlsx +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const BAMF: (patch: (name: string, map: {
|
|
2
2
|
GLOBAL?: string | undefined;
|
|
3
3
|
PROPERTIES?: string | undefined;
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
5
|
"KOL-ABBR"?: string | undefined;
|
|
6
6
|
"KOL-ACCORDION"?: string | undefined;
|
|
7
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
7
8
|
"KOL-ALERT"?: string | undefined;
|
|
9
|
+
"KOL-AVATAR"?: string | undefined;
|
|
8
10
|
"KOL-BADGE"?: string | undefined;
|
|
9
11
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
10
12
|
"KOL-BUTTON"?: string | undefined;
|
|
@@ -12,9 +14,12 @@ declare const HaVdB: (patch: (name: string, map: {
|
|
|
12
14
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
13
15
|
"KOL-CARD"?: string | undefined;
|
|
14
16
|
"KOL-DETAILS"?: string | undefined;
|
|
17
|
+
"KOL-DIALOG"?: string | undefined;
|
|
18
|
+
"KOL-DROPDOWN"?: string | undefined;
|
|
15
19
|
"KOL-FORM"?: string | undefined;
|
|
16
20
|
"KOL-HEADING"?: string | undefined;
|
|
17
21
|
"KOL-ICON"?: string | undefined;
|
|
22
|
+
"KOL-IMAGE"?: string | undefined;
|
|
18
23
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
19
24
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
20
25
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -32,14 +37,70 @@ declare const HaVdB: (patch: (name: string, map: {
|
|
|
32
37
|
"KOL-MODAL"?: string | undefined;
|
|
33
38
|
"KOL-NAV"?: string | undefined;
|
|
34
39
|
"KOL-PAGINATION"?: string | undefined;
|
|
40
|
+
"KOL-POPOVER"?: string | undefined;
|
|
35
41
|
"KOL-PROGRESS"?: string | undefined;
|
|
36
42
|
"KOL-SELECT"?: string | undefined;
|
|
43
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
37
44
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
38
45
|
"KOL-SPIN"?: string | undefined;
|
|
39
46
|
"KOL-TABLE"?: string | undefined;
|
|
40
47
|
"KOL-TABS"?: string | undefined;
|
|
41
48
|
"KOL-TEXTAREA"?: string | undefined;
|
|
42
49
|
"KOL-TOAST"?: string | undefined;
|
|
50
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
51
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
52
|
+
}) => string) => string;
|
|
53
|
+
|
|
54
|
+
declare const BMF: (patch: (name: string, map: {
|
|
55
|
+
GLOBAL?: string | undefined;
|
|
56
|
+
PROPERTIES?: string | undefined;
|
|
57
|
+
"KOL-SYMBOL"?: string | undefined;
|
|
58
|
+
"KOL-ABBR"?: string | undefined;
|
|
59
|
+
"KOL-ACCORDION"?: string | undefined;
|
|
60
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
61
|
+
"KOL-ALERT"?: string | undefined;
|
|
62
|
+
"KOL-AVATAR"?: string | undefined;
|
|
63
|
+
"KOL-BADGE"?: string | undefined;
|
|
64
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
65
|
+
"KOL-BUTTON"?: string | undefined;
|
|
66
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
67
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
68
|
+
"KOL-CARD"?: string | undefined;
|
|
69
|
+
"KOL-DETAILS"?: string | undefined;
|
|
70
|
+
"KOL-DIALOG"?: string | undefined;
|
|
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;
|
|
76
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
77
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
78
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
79
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
80
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
81
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
82
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
83
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
84
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
85
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
86
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
87
|
+
"KOL-LINK"?: string | undefined;
|
|
88
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
89
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
90
|
+
"KOL-MODAL"?: string | undefined;
|
|
91
|
+
"KOL-NAV"?: string | undefined;
|
|
92
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
93
|
+
"KOL-POPOVER"?: string | undefined;
|
|
94
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
95
|
+
"KOL-SELECT"?: string | undefined;
|
|
96
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
97
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
98
|
+
"KOL-SPIN"?: string | undefined;
|
|
99
|
+
"KOL-TABLE"?: string | undefined;
|
|
100
|
+
"KOL-TABS"?: string | undefined;
|
|
101
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
102
|
+
"KOL-TOAST"?: string | undefined;
|
|
103
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
43
104
|
"KOL-TOOLTIP"?: string | undefined;
|
|
44
105
|
}) => string) => string;
|
|
45
106
|
|
|
@@ -49,7 +110,62 @@ declare const BPA: (patch: (name: string, map: {
|
|
|
49
110
|
"KOL-SYMBOL"?: string | undefined;
|
|
50
111
|
"KOL-ABBR"?: string | undefined;
|
|
51
112
|
"KOL-ACCORDION"?: string | undefined;
|
|
113
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
114
|
+
"KOL-ALERT"?: string | undefined;
|
|
115
|
+
"KOL-AVATAR"?: string | undefined;
|
|
116
|
+
"KOL-BADGE"?: string | undefined;
|
|
117
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
118
|
+
"KOL-BUTTON"?: string | undefined;
|
|
119
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
120
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
121
|
+
"KOL-CARD"?: string | undefined;
|
|
122
|
+
"KOL-DETAILS"?: string | undefined;
|
|
123
|
+
"KOL-DIALOG"?: string | undefined;
|
|
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;
|
|
129
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
130
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
131
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
132
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
133
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
134
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
135
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
136
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
137
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
138
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
139
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
140
|
+
"KOL-LINK"?: string | undefined;
|
|
141
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
142
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
143
|
+
"KOL-MODAL"?: string | undefined;
|
|
144
|
+
"KOL-NAV"?: string | undefined;
|
|
145
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
146
|
+
"KOL-POPOVER"?: string | undefined;
|
|
147
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
148
|
+
"KOL-SELECT"?: string | undefined;
|
|
149
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
150
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
151
|
+
"KOL-SPIN"?: string | undefined;
|
|
152
|
+
"KOL-TABLE"?: string | undefined;
|
|
153
|
+
"KOL-TABS"?: string | undefined;
|
|
154
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
155
|
+
"KOL-TOAST"?: string | undefined;
|
|
156
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
157
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
158
|
+
}) => string) => string;
|
|
159
|
+
|
|
160
|
+
declare const BZSt: (patch: (name: string, map: {
|
|
161
|
+
GLOBAL?: string | undefined;
|
|
162
|
+
PROPERTIES?: string | undefined;
|
|
163
|
+
"KOL-SYMBOL"?: string | undefined;
|
|
164
|
+
"KOL-ABBR"?: string | undefined;
|
|
165
|
+
"KOL-ACCORDION"?: string | undefined;
|
|
166
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
52
167
|
"KOL-ALERT"?: string | undefined;
|
|
168
|
+
"KOL-AVATAR"?: string | undefined;
|
|
53
169
|
"KOL-BADGE"?: string | undefined;
|
|
54
170
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
55
171
|
"KOL-BUTTON"?: string | undefined;
|
|
@@ -57,9 +173,12 @@ declare const BPA: (patch: (name: string, map: {
|
|
|
57
173
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
58
174
|
"KOL-CARD"?: string | undefined;
|
|
59
175
|
"KOL-DETAILS"?: string | undefined;
|
|
176
|
+
"KOL-DIALOG"?: string | undefined;
|
|
177
|
+
"KOL-DROPDOWN"?: string | undefined;
|
|
60
178
|
"KOL-FORM"?: string | undefined;
|
|
61
179
|
"KOL-HEADING"?: string | undefined;
|
|
62
180
|
"KOL-ICON"?: string | undefined;
|
|
181
|
+
"KOL-IMAGE"?: string | undefined;
|
|
63
182
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
64
183
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
65
184
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -77,14 +196,17 @@ declare const BPA: (patch: (name: string, map: {
|
|
|
77
196
|
"KOL-MODAL"?: string | undefined;
|
|
78
197
|
"KOL-NAV"?: string | undefined;
|
|
79
198
|
"KOL-PAGINATION"?: string | undefined;
|
|
199
|
+
"KOL-POPOVER"?: string | undefined;
|
|
80
200
|
"KOL-PROGRESS"?: string | undefined;
|
|
81
201
|
"KOL-SELECT"?: string | undefined;
|
|
202
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
82
203
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
83
204
|
"KOL-SPIN"?: string | undefined;
|
|
84
205
|
"KOL-TABLE"?: string | undefined;
|
|
85
206
|
"KOL-TABS"?: string | undefined;
|
|
86
207
|
"KOL-TEXTAREA"?: string | undefined;
|
|
87
208
|
"KOL-TOAST"?: string | undefined;
|
|
209
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
88
210
|
"KOL-TOOLTIP"?: string | undefined;
|
|
89
211
|
}) => string) => string;
|
|
90
212
|
|
|
@@ -94,7 +216,62 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
94
216
|
"KOL-SYMBOL"?: string | undefined;
|
|
95
217
|
"KOL-ABBR"?: string | undefined;
|
|
96
218
|
"KOL-ACCORDION"?: string | undefined;
|
|
219
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
220
|
+
"KOL-ALERT"?: string | undefined;
|
|
221
|
+
"KOL-AVATAR"?: string | undefined;
|
|
222
|
+
"KOL-BADGE"?: string | undefined;
|
|
223
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
224
|
+
"KOL-BUTTON"?: string | undefined;
|
|
225
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
226
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
227
|
+
"KOL-CARD"?: string | undefined;
|
|
228
|
+
"KOL-DETAILS"?: string | undefined;
|
|
229
|
+
"KOL-DIALOG"?: string | undefined;
|
|
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;
|
|
235
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
236
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
237
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
238
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
239
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
240
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
241
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
242
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
243
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
244
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
245
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
246
|
+
"KOL-LINK"?: string | undefined;
|
|
247
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
248
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
249
|
+
"KOL-MODAL"?: string | undefined;
|
|
250
|
+
"KOL-NAV"?: string | undefined;
|
|
251
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
252
|
+
"KOL-POPOVER"?: string | undefined;
|
|
253
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
254
|
+
"KOL-SELECT"?: string | undefined;
|
|
255
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
256
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
257
|
+
"KOL-SPIN"?: string | undefined;
|
|
258
|
+
"KOL-TABLE"?: string | undefined;
|
|
259
|
+
"KOL-TABS"?: string | undefined;
|
|
260
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
261
|
+
"KOL-TOAST"?: string | undefined;
|
|
262
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
263
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
264
|
+
}) => string) => string;
|
|
265
|
+
|
|
266
|
+
declare const DESYv1: (patch: (name: string, map: {
|
|
267
|
+
GLOBAL?: string | undefined;
|
|
268
|
+
PROPERTIES?: string | undefined;
|
|
269
|
+
"KOL-SYMBOL"?: string | undefined;
|
|
270
|
+
"KOL-ABBR"?: string | undefined;
|
|
271
|
+
"KOL-ACCORDION"?: string | undefined;
|
|
272
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
97
273
|
"KOL-ALERT"?: string | undefined;
|
|
274
|
+
"KOL-AVATAR"?: string | undefined;
|
|
98
275
|
"KOL-BADGE"?: string | undefined;
|
|
99
276
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
100
277
|
"KOL-BUTTON"?: string | undefined;
|
|
@@ -102,9 +279,12 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
102
279
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
103
280
|
"KOL-CARD"?: string | undefined;
|
|
104
281
|
"KOL-DETAILS"?: string | undefined;
|
|
282
|
+
"KOL-DIALOG"?: string | undefined;
|
|
283
|
+
"KOL-DROPDOWN"?: string | undefined;
|
|
105
284
|
"KOL-FORM"?: string | undefined;
|
|
106
285
|
"KOL-HEADING"?: string | undefined;
|
|
107
286
|
"KOL-ICON"?: string | undefined;
|
|
287
|
+
"KOL-IMAGE"?: string | undefined;
|
|
108
288
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
109
289
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
110
290
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -122,14 +302,70 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
122
302
|
"KOL-MODAL"?: string | undefined;
|
|
123
303
|
"KOL-NAV"?: string | undefined;
|
|
124
304
|
"KOL-PAGINATION"?: string | undefined;
|
|
305
|
+
"KOL-POPOVER"?: string | undefined;
|
|
125
306
|
"KOL-PROGRESS"?: string | undefined;
|
|
126
307
|
"KOL-SELECT"?: string | undefined;
|
|
308
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
127
309
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
128
310
|
"KOL-SPIN"?: string | undefined;
|
|
129
311
|
"KOL-TABLE"?: string | undefined;
|
|
130
312
|
"KOL-TABS"?: string | undefined;
|
|
131
313
|
"KOL-TEXTAREA"?: string | undefined;
|
|
132
314
|
"KOL-TOAST"?: string | undefined;
|
|
315
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
316
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
317
|
+
}) => string) => string;
|
|
318
|
+
|
|
319
|
+
declare const DESYv2: (patch: (name: string, map: {
|
|
320
|
+
GLOBAL?: string | undefined;
|
|
321
|
+
PROPERTIES?: string | undefined;
|
|
322
|
+
"KOL-SYMBOL"?: string | undefined;
|
|
323
|
+
"KOL-ABBR"?: string | undefined;
|
|
324
|
+
"KOL-ACCORDION"?: string | undefined;
|
|
325
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
326
|
+
"KOL-ALERT"?: string | undefined;
|
|
327
|
+
"KOL-AVATAR"?: string | undefined;
|
|
328
|
+
"KOL-BADGE"?: string | undefined;
|
|
329
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
330
|
+
"KOL-BUTTON"?: string | undefined;
|
|
331
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
332
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
333
|
+
"KOL-CARD"?: string | undefined;
|
|
334
|
+
"KOL-DETAILS"?: string | undefined;
|
|
335
|
+
"KOL-DIALOG"?: string | undefined;
|
|
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;
|
|
341
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
342
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
343
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
344
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
345
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
346
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
347
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
348
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
349
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
350
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
351
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
352
|
+
"KOL-LINK"?: string | undefined;
|
|
353
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
354
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
355
|
+
"KOL-MODAL"?: string | undefined;
|
|
356
|
+
"KOL-NAV"?: string | undefined;
|
|
357
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
358
|
+
"KOL-POPOVER"?: string | undefined;
|
|
359
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
360
|
+
"KOL-SELECT"?: string | undefined;
|
|
361
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
362
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
363
|
+
"KOL-SPIN"?: string | undefined;
|
|
364
|
+
"KOL-TABLE"?: string | undefined;
|
|
365
|
+
"KOL-TABS"?: string | undefined;
|
|
366
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
367
|
+
"KOL-TOAST"?: string | undefined;
|
|
368
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
133
369
|
"KOL-TOOLTIP"?: string | undefined;
|
|
134
370
|
}) => string) => string;
|
|
135
371
|
|
|
@@ -139,7 +375,115 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
139
375
|
"KOL-SYMBOL"?: string | undefined;
|
|
140
376
|
"KOL-ABBR"?: string | undefined;
|
|
141
377
|
"KOL-ACCORDION"?: string | undefined;
|
|
378
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
379
|
+
"KOL-ALERT"?: string | undefined;
|
|
380
|
+
"KOL-AVATAR"?: string | undefined;
|
|
381
|
+
"KOL-BADGE"?: string | undefined;
|
|
382
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
383
|
+
"KOL-BUTTON"?: string | undefined;
|
|
384
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
385
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
386
|
+
"KOL-CARD"?: string | undefined;
|
|
387
|
+
"KOL-DETAILS"?: string | undefined;
|
|
388
|
+
"KOL-DIALOG"?: string | undefined;
|
|
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;
|
|
394
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
395
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
396
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
397
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
398
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
399
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
400
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
401
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
402
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
403
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
404
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
405
|
+
"KOL-LINK"?: string | undefined;
|
|
406
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
407
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
408
|
+
"KOL-MODAL"?: string | undefined;
|
|
409
|
+
"KOL-NAV"?: string | undefined;
|
|
410
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
411
|
+
"KOL-POPOVER"?: string | undefined;
|
|
412
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
413
|
+
"KOL-SELECT"?: string | undefined;
|
|
414
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
415
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
416
|
+
"KOL-SPIN"?: string | undefined;
|
|
417
|
+
"KOL-TABLE"?: string | undefined;
|
|
418
|
+
"KOL-TABS"?: string | undefined;
|
|
419
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
420
|
+
"KOL-TOAST"?: string | undefined;
|
|
421
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
422
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
423
|
+
}) => string) => string;
|
|
424
|
+
|
|
425
|
+
declare const MAPZ: (patch: (name: string, map: {
|
|
426
|
+
GLOBAL?: string | undefined;
|
|
427
|
+
PROPERTIES?: string | undefined;
|
|
428
|
+
"KOL-SYMBOL"?: string | undefined;
|
|
429
|
+
"KOL-ABBR"?: string | undefined;
|
|
430
|
+
"KOL-ACCORDION"?: string | undefined;
|
|
431
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
432
|
+
"KOL-ALERT"?: string | undefined;
|
|
433
|
+
"KOL-AVATAR"?: string | undefined;
|
|
434
|
+
"KOL-BADGE"?: string | undefined;
|
|
435
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
436
|
+
"KOL-BUTTON"?: string | undefined;
|
|
437
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
438
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
439
|
+
"KOL-CARD"?: string | undefined;
|
|
440
|
+
"KOL-DETAILS"?: string | undefined;
|
|
441
|
+
"KOL-DIALOG"?: string | undefined;
|
|
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;
|
|
447
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
448
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
449
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
450
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
451
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
452
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
453
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
454
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
455
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
456
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
457
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
458
|
+
"KOL-LINK"?: string | undefined;
|
|
459
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
460
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
461
|
+
"KOL-MODAL"?: string | undefined;
|
|
462
|
+
"KOL-NAV"?: string | undefined;
|
|
463
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
464
|
+
"KOL-POPOVER"?: string | undefined;
|
|
465
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
466
|
+
"KOL-SELECT"?: string | undefined;
|
|
467
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
468
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
469
|
+
"KOL-SPIN"?: string | undefined;
|
|
470
|
+
"KOL-TABLE"?: string | undefined;
|
|
471
|
+
"KOL-TABS"?: string | undefined;
|
|
472
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
473
|
+
"KOL-TOAST"?: string | undefined;
|
|
474
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
475
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
476
|
+
}) => string) => string;
|
|
477
|
+
|
|
478
|
+
declare const ZOLLv2: (patch: (name: string, map: {
|
|
479
|
+
GLOBAL?: string | undefined;
|
|
480
|
+
PROPERTIES?: string | undefined;
|
|
481
|
+
"KOL-SYMBOL"?: string | undefined;
|
|
482
|
+
"KOL-ABBR"?: string | undefined;
|
|
483
|
+
"KOL-ACCORDION"?: string | undefined;
|
|
484
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
142
485
|
"KOL-ALERT"?: string | undefined;
|
|
486
|
+
"KOL-AVATAR"?: string | undefined;
|
|
143
487
|
"KOL-BADGE"?: string | undefined;
|
|
144
488
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
145
489
|
"KOL-BUTTON"?: string | undefined;
|
|
@@ -147,9 +491,12 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
147
491
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
148
492
|
"KOL-CARD"?: string | undefined;
|
|
149
493
|
"KOL-DETAILS"?: string | undefined;
|
|
494
|
+
"KOL-DIALOG"?: string | undefined;
|
|
495
|
+
"KOL-DROPDOWN"?: string | undefined;
|
|
150
496
|
"KOL-FORM"?: string | undefined;
|
|
151
497
|
"KOL-HEADING"?: string | undefined;
|
|
152
498
|
"KOL-ICON"?: string | undefined;
|
|
499
|
+
"KOL-IMAGE"?: string | undefined;
|
|
153
500
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
154
501
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
155
502
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -167,14 +514,17 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
167
514
|
"KOL-MODAL"?: string | undefined;
|
|
168
515
|
"KOL-NAV"?: string | undefined;
|
|
169
516
|
"KOL-PAGINATION"?: string | undefined;
|
|
517
|
+
"KOL-POPOVER"?: string | undefined;
|
|
170
518
|
"KOL-PROGRESS"?: string | undefined;
|
|
171
519
|
"KOL-SELECT"?: string | undefined;
|
|
520
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
172
521
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
173
522
|
"KOL-SPIN"?: string | undefined;
|
|
174
523
|
"KOL-TABLE"?: string | undefined;
|
|
175
524
|
"KOL-TABS"?: string | undefined;
|
|
176
525
|
"KOL-TEXTAREA"?: string | undefined;
|
|
177
526
|
"KOL-TOAST"?: string | undefined;
|
|
527
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
178
528
|
"KOL-TOOLTIP"?: string | undefined;
|
|
179
529
|
}) => string) => string;
|
|
180
530
|
|
|
@@ -230,4 +580,4 @@ declare const EN: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
|
|
|
230
580
|
"kol-toast-button-close-label"?: string | undefined;
|
|
231
581
|
}) => "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";
|
|
232
582
|
|
|
233
|
-
export { BPA, DE, DEFAULT,
|
|
583
|
+
export { BAMF, BMF, BPA, BZSt, DE, DEFAULT, DESYv1, DESYv2, EN, ITZBund, MAPZ, ZOLLv2 };
|