@public-ui/themes 1.4.0-rc.12 → 1.4.0-rc.14
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 +158 -7
- package/dist/index.d.ts +266 -1
- package/dist/index.mjs +154 -8
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,56 @@
|
|
|
1
|
+
declare const BAMF: (patch: (name: string, map: {
|
|
2
|
+
GLOBAL?: string | undefined;
|
|
3
|
+
PROPERTIES?: string | undefined;
|
|
4
|
+
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
+
"KOL-ABBR"?: string | undefined;
|
|
6
|
+
"KOL-ACCORDION"?: string | undefined;
|
|
7
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
8
|
+
"KOL-ALERT"?: string | undefined;
|
|
9
|
+
"KOL-AVATAR"?: string | undefined;
|
|
10
|
+
"KOL-BADGE"?: string | undefined;
|
|
11
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
12
|
+
"KOL-BUTTON"?: string | undefined;
|
|
13
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
14
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
15
|
+
"KOL-CARD"?: string | undefined;
|
|
16
|
+
"KOL-DETAILS"?: string | undefined;
|
|
17
|
+
"KOL-DIALOG"?: string | undefined;
|
|
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;
|
|
23
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
24
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
25
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
26
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
27
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
28
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
29
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
30
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
31
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
32
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
33
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
34
|
+
"KOL-LINK"?: string | undefined;
|
|
35
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
36
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
37
|
+
"KOL-MODAL"?: string | undefined;
|
|
38
|
+
"KOL-NAV"?: string | undefined;
|
|
39
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
40
|
+
"KOL-POPOVER"?: string | undefined;
|
|
41
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
42
|
+
"KOL-SELECT"?: string | undefined;
|
|
43
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
44
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
45
|
+
"KOL-SPIN"?: string | undefined;
|
|
46
|
+
"KOL-TABLE"?: string | undefined;
|
|
47
|
+
"KOL-TABS"?: string | undefined;
|
|
48
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
49
|
+
"KOL-TOAST"?: string | undefined;
|
|
50
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
51
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
52
|
+
}) => string) => string;
|
|
53
|
+
|
|
1
54
|
declare const BMF: (patch: (name: string, map: {
|
|
2
55
|
GLOBAL?: string | undefined;
|
|
3
56
|
PROPERTIES?: string | undefined;
|
|
@@ -104,6 +157,59 @@ declare const BPA: (patch: (name: string, map: {
|
|
|
104
157
|
"KOL-TOOLTIP"?: string | undefined;
|
|
105
158
|
}) => string) => string;
|
|
106
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;
|
|
167
|
+
"KOL-ALERT"?: string | undefined;
|
|
168
|
+
"KOL-AVATAR"?: string | undefined;
|
|
169
|
+
"KOL-BADGE"?: string | undefined;
|
|
170
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
171
|
+
"KOL-BUTTON"?: string | undefined;
|
|
172
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
173
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
174
|
+
"KOL-CARD"?: string | undefined;
|
|
175
|
+
"KOL-DETAILS"?: string | undefined;
|
|
176
|
+
"KOL-DIALOG"?: string | undefined;
|
|
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;
|
|
182
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
183
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
184
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
185
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
186
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
187
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
188
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
189
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
190
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
191
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
192
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
193
|
+
"KOL-LINK"?: string | undefined;
|
|
194
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
195
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
196
|
+
"KOL-MODAL"?: string | undefined;
|
|
197
|
+
"KOL-NAV"?: string | undefined;
|
|
198
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
199
|
+
"KOL-POPOVER"?: string | undefined;
|
|
200
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
201
|
+
"KOL-SELECT"?: string | undefined;
|
|
202
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
203
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
204
|
+
"KOL-SPIN"?: string | undefined;
|
|
205
|
+
"KOL-TABLE"?: string | undefined;
|
|
206
|
+
"KOL-TABS"?: string | undefined;
|
|
207
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
208
|
+
"KOL-TOAST"?: string | undefined;
|
|
209
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
210
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
211
|
+
}) => string) => string;
|
|
212
|
+
|
|
107
213
|
declare const DEFAULT: (patch: (name: string, map: {
|
|
108
214
|
GLOBAL?: string | undefined;
|
|
109
215
|
PROPERTIES?: string | undefined;
|
|
@@ -157,6 +263,112 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
157
263
|
"KOL-TOOLTIP"?: string | undefined;
|
|
158
264
|
}) => string) => string;
|
|
159
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;
|
|
273
|
+
"KOL-ALERT"?: string | undefined;
|
|
274
|
+
"KOL-AVATAR"?: string | undefined;
|
|
275
|
+
"KOL-BADGE"?: string | undefined;
|
|
276
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
277
|
+
"KOL-BUTTON"?: string | undefined;
|
|
278
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
279
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
280
|
+
"KOL-CARD"?: string | undefined;
|
|
281
|
+
"KOL-DETAILS"?: string | undefined;
|
|
282
|
+
"KOL-DIALOG"?: string | undefined;
|
|
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;
|
|
288
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
289
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
290
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
291
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
292
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
293
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
294
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
295
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
296
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
297
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
298
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
299
|
+
"KOL-LINK"?: string | undefined;
|
|
300
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
301
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
302
|
+
"KOL-MODAL"?: string | undefined;
|
|
303
|
+
"KOL-NAV"?: string | undefined;
|
|
304
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
305
|
+
"KOL-POPOVER"?: string | undefined;
|
|
306
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
307
|
+
"KOL-SELECT"?: string | undefined;
|
|
308
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
309
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
310
|
+
"KOL-SPIN"?: string | undefined;
|
|
311
|
+
"KOL-TABLE"?: string | undefined;
|
|
312
|
+
"KOL-TABS"?: string | undefined;
|
|
313
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
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;
|
|
369
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
370
|
+
}) => string) => string;
|
|
371
|
+
|
|
160
372
|
declare const ITZBund: (patch: (name: string, map: {
|
|
161
373
|
GLOBAL?: string | undefined;
|
|
162
374
|
PROPERTIES?: string | undefined;
|
|
@@ -263,6 +475,59 @@ declare const MAPZ: (patch: (name: string, map: {
|
|
|
263
475
|
"KOL-TOOLTIP"?: string | undefined;
|
|
264
476
|
}) => string) => string;
|
|
265
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;
|
|
485
|
+
"KOL-ALERT"?: string | undefined;
|
|
486
|
+
"KOL-AVATAR"?: string | undefined;
|
|
487
|
+
"KOL-BADGE"?: string | undefined;
|
|
488
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
489
|
+
"KOL-BUTTON"?: string | undefined;
|
|
490
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
491
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
492
|
+
"KOL-CARD"?: string | undefined;
|
|
493
|
+
"KOL-DETAILS"?: string | undefined;
|
|
494
|
+
"KOL-DIALOG"?: string | undefined;
|
|
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;
|
|
500
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
501
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
502
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
503
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
504
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
505
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
506
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
507
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
508
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
509
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
510
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
511
|
+
"KOL-LINK"?: string | undefined;
|
|
512
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
513
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
514
|
+
"KOL-MODAL"?: string | undefined;
|
|
515
|
+
"KOL-NAV"?: string | undefined;
|
|
516
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
517
|
+
"KOL-POPOVER"?: string | undefined;
|
|
518
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
519
|
+
"KOL-SELECT"?: string | undefined;
|
|
520
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
521
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
522
|
+
"KOL-SPIN"?: string | undefined;
|
|
523
|
+
"KOL-TABLE"?: string | undefined;
|
|
524
|
+
"KOL-TABS"?: string | undefined;
|
|
525
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
526
|
+
"KOL-TOAST"?: string | undefined;
|
|
527
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
528
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
529
|
+
}) => string) => string;
|
|
530
|
+
|
|
266
531
|
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: {
|
|
267
532
|
"kol-alert-error-label"?: string | undefined;
|
|
268
533
|
"kol-alert-info-label"?: string | undefined;
|
|
@@ -315,4 +580,4 @@ declare const EN: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
|
|
|
315
580
|
"kol-toast-button-close-label"?: string | undefined;
|
|
316
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";
|
|
317
582
|
|
|
318
|
-
export { BMF, BPA, DE, DEFAULT, EN, ITZBund, MAPZ };
|
|
583
|
+
export { BAMF, BMF, BPA, BZSt, DE, DEFAULT, DESYv1, DESYv2, EN, ITZBund, MAPZ, ZOLLv2 };
|