@public-ui/themes 1.7.7 → 1.7.9

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.d.ts CHANGED
@@ -1,219 +1,3 @@
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-FORM"?: string | undefined;
18
- "KOL-HEADING"?: string | undefined;
19
- "KOL-ICON"?: string | undefined;
20
- "KOL-IMAGE"?: string | undefined;
21
- "KOL-INDENTED-TEXT"?: string | undefined;
22
- "KOL-INPUT-CHECKBOX"?: string | undefined;
23
- "KOL-INPUT-COLOR"?: string | undefined;
24
- "KOL-INPUT-DATE"?: string | undefined;
25
- "KOL-INPUT-EMAIL"?: string | undefined;
26
- "KOL-INPUT-FILE"?: string | undefined;
27
- "KOL-INPUT-NUMBER"?: string | undefined;
28
- "KOL-INPUT-PASSWORD"?: string | undefined;
29
- "KOL-INPUT-RADIO"?: string | undefined;
30
- "KOL-INPUT-RANGE"?: string | undefined;
31
- "KOL-INPUT-TEXT"?: string | undefined;
32
- "KOL-LINK"?: string | undefined;
33
- "KOL-LINK-BUTTON"?: string | undefined;
34
- "KOL-LINK-GROUP"?: string | undefined;
35
- "KOL-MODAL"?: string | undefined;
36
- "KOL-NAV"?: string | undefined;
37
- "KOL-PAGINATION"?: string | undefined;
38
- "KOL-PROGRESS"?: string | undefined;
39
- "KOL-SELECT"?: string | undefined;
40
- "KOL-SEPARATOR"?: string | undefined;
41
- "KOL-SKIP-NAV"?: string | undefined;
42
- "KOL-SPIN"?: string | undefined;
43
- "KOL-SPLIT-BUTTON"?: string | undefined;
44
- "KOL-TABLE"?: string | undefined;
45
- "KOL-TABS"?: string | undefined;
46
- "KOL-TEXTAREA"?: string | undefined;
47
- "KOL-TOAST"?: string | undefined;
48
- "KOL-TOAST-CONTAINER"?: string | undefined;
49
- "KOL-TOOLBAR"?: string | undefined;
50
- "KOL-TOOLTIP"?: string | undefined;
51
- }, options?: {
52
- append?: boolean | undefined;
53
- } | undefined) => string) => string;
54
-
55
- declare const DESYv1: (patch: (name: string, map: {
56
- GLOBAL?: string | undefined;
57
- PROPERTIES?: string | undefined;
58
- "KOL-SYMBOL"?: string | undefined;
59
- "KOL-ABBR"?: string | undefined;
60
- "KOL-ACCORDION"?: string | undefined;
61
- "KOL-ACCORDION-GROUP"?: string | undefined;
62
- "KOL-ALERT"?: string | undefined;
63
- "KOL-AVATAR"?: string | undefined;
64
- "KOL-BADGE"?: string | undefined;
65
- "KOL-BREADCRUMB"?: string | undefined;
66
- "KOL-BUTTON"?: string | undefined;
67
- "KOL-BUTTON-GROUP"?: string | undefined;
68
- "KOL-BUTTON-LINK"?: string | undefined;
69
- "KOL-CARD"?: string | undefined;
70
- "KOL-DETAILS"?: string | undefined;
71
- "KOL-FORM"?: string | undefined;
72
- "KOL-HEADING"?: string | undefined;
73
- "KOL-ICON"?: string | undefined;
74
- "KOL-IMAGE"?: string | undefined;
75
- "KOL-INDENTED-TEXT"?: string | undefined;
76
- "KOL-INPUT-CHECKBOX"?: string | undefined;
77
- "KOL-INPUT-COLOR"?: string | undefined;
78
- "KOL-INPUT-DATE"?: string | undefined;
79
- "KOL-INPUT-EMAIL"?: string | undefined;
80
- "KOL-INPUT-FILE"?: string | undefined;
81
- "KOL-INPUT-NUMBER"?: string | undefined;
82
- "KOL-INPUT-PASSWORD"?: string | undefined;
83
- "KOL-INPUT-RADIO"?: string | undefined;
84
- "KOL-INPUT-RANGE"?: string | undefined;
85
- "KOL-INPUT-TEXT"?: string | undefined;
86
- "KOL-LINK"?: string | undefined;
87
- "KOL-LINK-BUTTON"?: string | undefined;
88
- "KOL-LINK-GROUP"?: string | undefined;
89
- "KOL-MODAL"?: string | undefined;
90
- "KOL-NAV"?: string | undefined;
91
- "KOL-PAGINATION"?: string | undefined;
92
- "KOL-PROGRESS"?: string | undefined;
93
- "KOL-SELECT"?: string | undefined;
94
- "KOL-SEPARATOR"?: string | undefined;
95
- "KOL-SKIP-NAV"?: string | undefined;
96
- "KOL-SPIN"?: string | undefined;
97
- "KOL-SPLIT-BUTTON"?: string | undefined;
98
- "KOL-TABLE"?: string | undefined;
99
- "KOL-TABS"?: string | undefined;
100
- "KOL-TEXTAREA"?: string | undefined;
101
- "KOL-TOAST"?: string | undefined;
102
- "KOL-TOAST-CONTAINER"?: string | undefined;
103
- "KOL-TOOLBAR"?: string | undefined;
104
- "KOL-TOOLTIP"?: string | undefined;
105
- }, options?: {
106
- append?: boolean | undefined;
107
- } | undefined) => string) => string;
108
-
109
- declare const DESYv2: (patch: (name: string, map: {
110
- GLOBAL?: string | undefined;
111
- PROPERTIES?: string | undefined;
112
- "KOL-SYMBOL"?: string | undefined;
113
- "KOL-ABBR"?: string | undefined;
114
- "KOL-ACCORDION"?: string | undefined;
115
- "KOL-ACCORDION-GROUP"?: string | undefined;
116
- "KOL-ALERT"?: string | undefined;
117
- "KOL-AVATAR"?: string | undefined;
118
- "KOL-BADGE"?: string | undefined;
119
- "KOL-BREADCRUMB"?: string | undefined;
120
- "KOL-BUTTON"?: string | undefined;
121
- "KOL-BUTTON-GROUP"?: string | undefined;
122
- "KOL-BUTTON-LINK"?: string | undefined;
123
- "KOL-CARD"?: string | undefined;
124
- "KOL-DETAILS"?: 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-EMAIL"?: string | undefined;
134
- "KOL-INPUT-FILE"?: 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-PROGRESS"?: string | undefined;
147
- "KOL-SELECT"?: string | undefined;
148
- "KOL-SEPARATOR"?: string | undefined;
149
- "KOL-SKIP-NAV"?: string | undefined;
150
- "KOL-SPIN"?: string | undefined;
151
- "KOL-SPLIT-BUTTON"?: string | undefined;
152
- "KOL-TABLE"?: string | undefined;
153
- "KOL-TABS"?: string | undefined;
154
- "KOL-TEXTAREA"?: string | undefined;
155
- "KOL-TOAST"?: string | undefined;
156
- "KOL-TOAST-CONTAINER"?: string | undefined;
157
- "KOL-TOOLBAR"?: string | undefined;
158
- "KOL-TOOLTIP"?: string | undefined;
159
- }, options?: {
160
- append?: boolean | undefined;
161
- } | undefined) => string) => string;
162
-
163
- declare const BZSt: (patch: (name: string, map: {
164
- GLOBAL?: string | undefined;
165
- PROPERTIES?: string | undefined;
166
- "KOL-SYMBOL"?: string | undefined;
167
- "KOL-ABBR"?: string | undefined;
168
- "KOL-ACCORDION"?: string | undefined;
169
- "KOL-ACCORDION-GROUP"?: string | undefined;
170
- "KOL-ALERT"?: string | undefined;
171
- "KOL-AVATAR"?: string | undefined;
172
- "KOL-BADGE"?: string | undefined;
173
- "KOL-BREADCRUMB"?: string | undefined;
174
- "KOL-BUTTON"?: string | undefined;
175
- "KOL-BUTTON-GROUP"?: string | undefined;
176
- "KOL-BUTTON-LINK"?: string | undefined;
177
- "KOL-CARD"?: string | undefined;
178
- "KOL-DETAILS"?: string | undefined;
179
- "KOL-FORM"?: string | undefined;
180
- "KOL-HEADING"?: string | undefined;
181
- "KOL-ICON"?: string | undefined;
182
- "KOL-IMAGE"?: string | undefined;
183
- "KOL-INDENTED-TEXT"?: string | undefined;
184
- "KOL-INPUT-CHECKBOX"?: string | undefined;
185
- "KOL-INPUT-COLOR"?: string | undefined;
186
- "KOL-INPUT-DATE"?: string | undefined;
187
- "KOL-INPUT-EMAIL"?: string | undefined;
188
- "KOL-INPUT-FILE"?: string | undefined;
189
- "KOL-INPUT-NUMBER"?: string | undefined;
190
- "KOL-INPUT-PASSWORD"?: string | undefined;
191
- "KOL-INPUT-RADIO"?: string | undefined;
192
- "KOL-INPUT-RANGE"?: string | undefined;
193
- "KOL-INPUT-TEXT"?: string | undefined;
194
- "KOL-LINK"?: string | undefined;
195
- "KOL-LINK-BUTTON"?: string | undefined;
196
- "KOL-LINK-GROUP"?: string | undefined;
197
- "KOL-MODAL"?: string | undefined;
198
- "KOL-NAV"?: string | undefined;
199
- "KOL-PAGINATION"?: 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-SPLIT-BUTTON"?: string | undefined;
206
- "KOL-TABLE"?: string | undefined;
207
- "KOL-TABS"?: string | undefined;
208
- "KOL-TEXTAREA"?: string | undefined;
209
- "KOL-TOAST"?: string | undefined;
210
- "KOL-TOAST-CONTAINER"?: string | undefined;
211
- "KOL-TOOLBAR"?: string | undefined;
212
- "KOL-TOOLTIP"?: string | undefined;
213
- }, options?: {
214
- append?: boolean | undefined;
215
- } | undefined) => string) => string;
216
-
217
1
  declare const BMF: (patch: (name: string, map: {
218
2
  GLOBAL?: string | undefined;
219
3
  PROPERTIES?: string | undefined;
@@ -484,226 +268,4 @@ declare const ITZBund: (patch: (name: string, map: {
484
268
  append?: boolean | undefined;
485
269
  } | undefined) => string) => string;
486
270
 
487
- declare const MFM: (patch: (name: string, map: {
488
- GLOBAL?: string | undefined;
489
- PROPERTIES?: string | undefined;
490
- "KOL-SYMBOL"?: string | undefined;
491
- "KOL-ABBR"?: string | undefined;
492
- "KOL-ACCORDION"?: string | undefined;
493
- "KOL-ACCORDION-GROUP"?: string | undefined;
494
- "KOL-ALERT"?: string | undefined;
495
- "KOL-AVATAR"?: string | undefined;
496
- "KOL-BADGE"?: string | undefined;
497
- "KOL-BREADCRUMB"?: string | undefined;
498
- "KOL-BUTTON"?: string | undefined;
499
- "KOL-BUTTON-GROUP"?: string | undefined;
500
- "KOL-BUTTON-LINK"?: string | undefined;
501
- "KOL-CARD"?: string | undefined;
502
- "KOL-DETAILS"?: string | undefined;
503
- "KOL-FORM"?: string | undefined;
504
- "KOL-HEADING"?: string | undefined;
505
- "KOL-ICON"?: string | undefined;
506
- "KOL-IMAGE"?: string | undefined;
507
- "KOL-INDENTED-TEXT"?: string | undefined;
508
- "KOL-INPUT-CHECKBOX"?: string | undefined;
509
- "KOL-INPUT-COLOR"?: string | undefined;
510
- "KOL-INPUT-DATE"?: string | undefined;
511
- "KOL-INPUT-EMAIL"?: string | undefined;
512
- "KOL-INPUT-FILE"?: string | undefined;
513
- "KOL-INPUT-NUMBER"?: string | undefined;
514
- "KOL-INPUT-PASSWORD"?: string | undefined;
515
- "KOL-INPUT-RADIO"?: string | undefined;
516
- "KOL-INPUT-RANGE"?: string | undefined;
517
- "KOL-INPUT-TEXT"?: string | undefined;
518
- "KOL-LINK"?: string | undefined;
519
- "KOL-LINK-BUTTON"?: string | undefined;
520
- "KOL-LINK-GROUP"?: string | undefined;
521
- "KOL-MODAL"?: string | undefined;
522
- "KOL-NAV"?: string | undefined;
523
- "KOL-PAGINATION"?: string | undefined;
524
- "KOL-PROGRESS"?: string | undefined;
525
- "KOL-SELECT"?: string | undefined;
526
- "KOL-SEPARATOR"?: string | undefined;
527
- "KOL-SKIP-NAV"?: string | undefined;
528
- "KOL-SPIN"?: string | undefined;
529
- "KOL-SPLIT-BUTTON"?: string | undefined;
530
- "KOL-TABLE"?: string | undefined;
531
- "KOL-TABS"?: string | undefined;
532
- "KOL-TEXTAREA"?: string | undefined;
533
- "KOL-TOAST"?: string | undefined;
534
- "KOL-TOAST-CONTAINER"?: string | undefined;
535
- "KOL-TOOLBAR"?: string | undefined;
536
- "KOL-TOOLTIP"?: string | undefined;
537
- }, options?: {
538
- append?: boolean | undefined;
539
- } | undefined) => string) => string;
540
-
541
- declare const MAPZ: (patch: (name: string, map: {
542
- GLOBAL?: string | undefined;
543
- PROPERTIES?: string | undefined;
544
- "KOL-SYMBOL"?: string | undefined;
545
- "KOL-ABBR"?: string | undefined;
546
- "KOL-ACCORDION"?: string | undefined;
547
- "KOL-ACCORDION-GROUP"?: string | undefined;
548
- "KOL-ALERT"?: string | undefined;
549
- "KOL-AVATAR"?: string | undefined;
550
- "KOL-BADGE"?: string | undefined;
551
- "KOL-BREADCRUMB"?: string | undefined;
552
- "KOL-BUTTON"?: string | undefined;
553
- "KOL-BUTTON-GROUP"?: string | undefined;
554
- "KOL-BUTTON-LINK"?: string | undefined;
555
- "KOL-CARD"?: string | undefined;
556
- "KOL-DETAILS"?: string | undefined;
557
- "KOL-FORM"?: string | undefined;
558
- "KOL-HEADING"?: string | undefined;
559
- "KOL-ICON"?: string | undefined;
560
- "KOL-IMAGE"?: string | undefined;
561
- "KOL-INDENTED-TEXT"?: string | undefined;
562
- "KOL-INPUT-CHECKBOX"?: string | undefined;
563
- "KOL-INPUT-COLOR"?: string | undefined;
564
- "KOL-INPUT-DATE"?: string | undefined;
565
- "KOL-INPUT-EMAIL"?: string | undefined;
566
- "KOL-INPUT-FILE"?: string | undefined;
567
- "KOL-INPUT-NUMBER"?: string | undefined;
568
- "KOL-INPUT-PASSWORD"?: string | undefined;
569
- "KOL-INPUT-RADIO"?: string | undefined;
570
- "KOL-INPUT-RANGE"?: string | undefined;
571
- "KOL-INPUT-TEXT"?: string | undefined;
572
- "KOL-LINK"?: string | undefined;
573
- "KOL-LINK-BUTTON"?: string | undefined;
574
- "KOL-LINK-GROUP"?: string | undefined;
575
- "KOL-MODAL"?: string | undefined;
576
- "KOL-NAV"?: string | undefined;
577
- "KOL-PAGINATION"?: string | undefined;
578
- "KOL-PROGRESS"?: string | undefined;
579
- "KOL-SELECT"?: string | undefined;
580
- "KOL-SEPARATOR"?: string | undefined;
581
- "KOL-SKIP-NAV"?: string | undefined;
582
- "KOL-SPIN"?: string | undefined;
583
- "KOL-SPLIT-BUTTON"?: string | undefined;
584
- "KOL-TABLE"?: string | undefined;
585
- "KOL-TABS"?: string | undefined;
586
- "KOL-TEXTAREA"?: string | undefined;
587
- "KOL-TOAST"?: string | undefined;
588
- "KOL-TOAST-CONTAINER"?: string | undefined;
589
- "KOL-TOOLBAR"?: string | undefined;
590
- "KOL-TOOLTIP"?: string | undefined;
591
- }, options?: {
592
- append?: boolean | undefined;
593
- } | undefined) => string) => string;
594
-
595
- declare const ZOLLv2: (patch: (name: string, map: {
596
- GLOBAL?: string | undefined;
597
- PROPERTIES?: string | undefined;
598
- "KOL-SYMBOL"?: string | undefined;
599
- "KOL-ABBR"?: string | undefined;
600
- "KOL-ACCORDION"?: string | undefined;
601
- "KOL-ACCORDION-GROUP"?: string | undefined;
602
- "KOL-ALERT"?: string | undefined;
603
- "KOL-AVATAR"?: string | undefined;
604
- "KOL-BADGE"?: string | undefined;
605
- "KOL-BREADCRUMB"?: string | undefined;
606
- "KOL-BUTTON"?: string | undefined;
607
- "KOL-BUTTON-GROUP"?: string | undefined;
608
- "KOL-BUTTON-LINK"?: string | undefined;
609
- "KOL-CARD"?: string | undefined;
610
- "KOL-DETAILS"?: string | undefined;
611
- "KOL-FORM"?: string | undefined;
612
- "KOL-HEADING"?: string | undefined;
613
- "KOL-ICON"?: string | undefined;
614
- "KOL-IMAGE"?: string | undefined;
615
- "KOL-INDENTED-TEXT"?: string | undefined;
616
- "KOL-INPUT-CHECKBOX"?: string | undefined;
617
- "KOL-INPUT-COLOR"?: string | undefined;
618
- "KOL-INPUT-DATE"?: string | undefined;
619
- "KOL-INPUT-EMAIL"?: string | undefined;
620
- "KOL-INPUT-FILE"?: string | undefined;
621
- "KOL-INPUT-NUMBER"?: string | undefined;
622
- "KOL-INPUT-PASSWORD"?: string | undefined;
623
- "KOL-INPUT-RADIO"?: string | undefined;
624
- "KOL-INPUT-RANGE"?: string | undefined;
625
- "KOL-INPUT-TEXT"?: string | undefined;
626
- "KOL-LINK"?: string | undefined;
627
- "KOL-LINK-BUTTON"?: string | undefined;
628
- "KOL-LINK-GROUP"?: string | undefined;
629
- "KOL-MODAL"?: string | undefined;
630
- "KOL-NAV"?: string | undefined;
631
- "KOL-PAGINATION"?: string | undefined;
632
- "KOL-PROGRESS"?: string | undefined;
633
- "KOL-SELECT"?: string | undefined;
634
- "KOL-SEPARATOR"?: string | undefined;
635
- "KOL-SKIP-NAV"?: string | undefined;
636
- "KOL-SPIN"?: string | undefined;
637
- "KOL-SPLIT-BUTTON"?: string | undefined;
638
- "KOL-TABLE"?: string | undefined;
639
- "KOL-TABS"?: string | undefined;
640
- "KOL-TEXTAREA"?: string | undefined;
641
- "KOL-TOAST"?: string | undefined;
642
- "KOL-TOAST-CONTAINER"?: string | undefined;
643
- "KOL-TOOLBAR"?: string | undefined;
644
- "KOL-TOOLTIP"?: string | undefined;
645
- }, options?: {
646
- append?: boolean | undefined;
647
- } | undefined) => string) => string;
648
-
649
- 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: {
650
- "kol-error"?: string | undefined;
651
- "kol-warning"?: string | undefined;
652
- "kol-info"?: string | undefined;
653
- "kol-success"?: string | undefined;
654
- "kol-message"?: string | undefined;
655
- "kol-close"?: string | undefined;
656
- "kol-form-description"?: string | undefined;
657
- "kol-of"?: string | undefined;
658
- "kol-characters"?: string | undefined;
659
- "kol-new"?: string | undefined;
660
- "kol-no-entries"?: string | undefined;
661
- "kol-change-order"?: string | undefined;
662
- "kol-action-running"?: string | undefined;
663
- "kol-action-done"?: string | undefined;
664
- "kol-page-first"?: string | undefined;
665
- "kol-page-back"?: string | undefined;
666
- "kol-page-next"?: string | undefined;
667
- "kol-page-last"?: string | undefined;
668
- "kol-entries-per-site"?: string | undefined;
669
- "kol-page-current"?: string | undefined;
670
- "kol-page-selected"?: string | undefined;
671
- "kol-page-per-site"?: string | undefined;
672
- "kol-nav-maximize"?: string | undefined;
673
- "kol-nav-minimize"?: string | undefined;
674
- "kol-logo-description"?: string | undefined;
675
- "kol-open-link-in-tab"?: string | undefined;
676
- "kol-kolibri-logo"?: string | undefined;
677
- }) => "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";
678
-
679
- 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: {
680
- "kol-error"?: string | undefined;
681
- "kol-warning"?: string | undefined;
682
- "kol-info"?: string | undefined;
683
- "kol-success"?: string | undefined;
684
- "kol-message"?: string | undefined;
685
- "kol-close"?: string | undefined;
686
- "kol-form-description"?: string | undefined;
687
- "kol-of"?: string | undefined;
688
- "kol-characters"?: string | undefined;
689
- "kol-new"?: string | undefined;
690
- "kol-no-entries"?: string | undefined;
691
- "kol-change-order"?: string | undefined;
692
- "kol-action-running"?: string | undefined;
693
- "kol-action-done"?: string | undefined;
694
- "kol-page-first"?: string | undefined;
695
- "kol-page-back"?: string | undefined;
696
- "kol-page-next"?: string | undefined;
697
- "kol-page-last"?: string | undefined;
698
- "kol-entries-per-site"?: string | undefined;
699
- "kol-page-current"?: string | undefined;
700
- "kol-page-selected"?: string | undefined;
701
- "kol-page-per-site"?: string | undefined;
702
- "kol-nav-maximize"?: string | undefined;
703
- "kol-nav-minimize"?: string | undefined;
704
- "kol-logo-description"?: string | undefined;
705
- "kol-open-link-in-tab"?: string | undefined;
706
- "kol-kolibri-logo"?: string | undefined;
707
- }) => "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";
708
-
709
- export { BAMF, BMF, BZSt, DE, DEFAULT, DESYv1, DESYv2, ECL_EC, ECL_EU, EN, ITZBund, MAPZ, MFM, ZOLLv2 };
271
+ export { BMF, DEFAULT, ECL_EC, ECL_EU, ITZBund };