@public-ui/themes 2.0.2 → 2.0.4-rc.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/README.md +2 -10
- package/dist/index.cjs +11703 -61419
- package/dist/index.d.ts +1 -481
- package/dist/index.mjs +11704 -61410
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -1,215 +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-CONTAINER"?: string | undefined;
|
|
48
|
-
"KOL-TOOLBAR"?: string | undefined;
|
|
49
|
-
"KOL-TOOLTIP"?: string | undefined;
|
|
50
|
-
}, options?: {
|
|
51
|
-
append?: boolean | undefined;
|
|
52
|
-
} | undefined) => string) => string;
|
|
53
|
-
|
|
54
|
-
declare const DESYv1: (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-FORM"?: string | undefined;
|
|
71
|
-
"KOL-HEADING"?: string | undefined;
|
|
72
|
-
"KOL-ICON"?: string | undefined;
|
|
73
|
-
"KOL-IMAGE"?: string | undefined;
|
|
74
|
-
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
75
|
-
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
76
|
-
"KOL-INPUT-COLOR"?: string | undefined;
|
|
77
|
-
"KOL-INPUT-DATE"?: string | undefined;
|
|
78
|
-
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
79
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
80
|
-
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
81
|
-
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
82
|
-
"KOL-INPUT-RADIO"?: string | undefined;
|
|
83
|
-
"KOL-INPUT-RANGE"?: string | undefined;
|
|
84
|
-
"KOL-INPUT-TEXT"?: string | undefined;
|
|
85
|
-
"KOL-LINK"?: string | undefined;
|
|
86
|
-
"KOL-LINK-BUTTON"?: string | undefined;
|
|
87
|
-
"KOL-LINK-GROUP"?: string | undefined;
|
|
88
|
-
"KOL-MODAL"?: string | undefined;
|
|
89
|
-
"KOL-NAV"?: string | undefined;
|
|
90
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
91
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
92
|
-
"KOL-SELECT"?: string | undefined;
|
|
93
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
94
|
-
"KOL-SKIP-NAV"?: string | undefined;
|
|
95
|
-
"KOL-SPIN"?: string | undefined;
|
|
96
|
-
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
97
|
-
"KOL-TABLE"?: string | undefined;
|
|
98
|
-
"KOL-TABS"?: string | undefined;
|
|
99
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
100
|
-
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
101
|
-
"KOL-TOOLBAR"?: string | undefined;
|
|
102
|
-
"KOL-TOOLTIP"?: string | undefined;
|
|
103
|
-
}, options?: {
|
|
104
|
-
append?: boolean | undefined;
|
|
105
|
-
} | undefined) => string) => string;
|
|
106
|
-
|
|
107
|
-
declare const DESYv2: (patch: (name: string, map: {
|
|
108
|
-
GLOBAL?: string | undefined;
|
|
109
|
-
PROPERTIES?: string | undefined;
|
|
110
|
-
"KOL-SYMBOL"?: string | undefined;
|
|
111
|
-
"KOL-ABBR"?: string | undefined;
|
|
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-FORM"?: string | undefined;
|
|
124
|
-
"KOL-HEADING"?: string | undefined;
|
|
125
|
-
"KOL-ICON"?: string | undefined;
|
|
126
|
-
"KOL-IMAGE"?: string | undefined;
|
|
127
|
-
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
128
|
-
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
129
|
-
"KOL-INPUT-COLOR"?: string | undefined;
|
|
130
|
-
"KOL-INPUT-DATE"?: string | undefined;
|
|
131
|
-
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
132
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
133
|
-
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
134
|
-
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
135
|
-
"KOL-INPUT-RADIO"?: string | undefined;
|
|
136
|
-
"KOL-INPUT-RANGE"?: string | undefined;
|
|
137
|
-
"KOL-INPUT-TEXT"?: string | undefined;
|
|
138
|
-
"KOL-LINK"?: string | undefined;
|
|
139
|
-
"KOL-LINK-BUTTON"?: string | undefined;
|
|
140
|
-
"KOL-LINK-GROUP"?: string | undefined;
|
|
141
|
-
"KOL-MODAL"?: string | undefined;
|
|
142
|
-
"KOL-NAV"?: string | undefined;
|
|
143
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
144
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
145
|
-
"KOL-SELECT"?: string | undefined;
|
|
146
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
147
|
-
"KOL-SKIP-NAV"?: string | undefined;
|
|
148
|
-
"KOL-SPIN"?: string | undefined;
|
|
149
|
-
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
150
|
-
"KOL-TABLE"?: string | undefined;
|
|
151
|
-
"KOL-TABS"?: string | undefined;
|
|
152
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
153
|
-
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
154
|
-
"KOL-TOOLBAR"?: string | undefined;
|
|
155
|
-
"KOL-TOOLTIP"?: string | undefined;
|
|
156
|
-
}, options?: {
|
|
157
|
-
append?: boolean | undefined;
|
|
158
|
-
} | undefined) => string) => string;
|
|
159
|
-
|
|
160
|
-
declare const BZStv1: (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-FORM"?: string | undefined;
|
|
177
|
-
"KOL-HEADING"?: string | undefined;
|
|
178
|
-
"KOL-ICON"?: string | undefined;
|
|
179
|
-
"KOL-IMAGE"?: string | undefined;
|
|
180
|
-
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
181
|
-
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
182
|
-
"KOL-INPUT-COLOR"?: string | undefined;
|
|
183
|
-
"KOL-INPUT-DATE"?: string | undefined;
|
|
184
|
-
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
185
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
186
|
-
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
187
|
-
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
188
|
-
"KOL-INPUT-RADIO"?: string | undefined;
|
|
189
|
-
"KOL-INPUT-RANGE"?: string | undefined;
|
|
190
|
-
"KOL-INPUT-TEXT"?: string | undefined;
|
|
191
|
-
"KOL-LINK"?: string | undefined;
|
|
192
|
-
"KOL-LINK-BUTTON"?: string | undefined;
|
|
193
|
-
"KOL-LINK-GROUP"?: string | undefined;
|
|
194
|
-
"KOL-MODAL"?: string | undefined;
|
|
195
|
-
"KOL-NAV"?: string | undefined;
|
|
196
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
197
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
198
|
-
"KOL-SELECT"?: string | undefined;
|
|
199
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
200
|
-
"KOL-SKIP-NAV"?: string | undefined;
|
|
201
|
-
"KOL-SPIN"?: string | undefined;
|
|
202
|
-
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
203
|
-
"KOL-TABLE"?: string | undefined;
|
|
204
|
-
"KOL-TABS"?: string | undefined;
|
|
205
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
206
|
-
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
207
|
-
"KOL-TOOLBAR"?: string | undefined;
|
|
208
|
-
"KOL-TOOLTIP"?: string | undefined;
|
|
209
|
-
}, options?: {
|
|
210
|
-
append?: boolean | undefined;
|
|
211
|
-
} | undefined) => string) => string;
|
|
212
|
-
|
|
213
1
|
declare const BMF: (patch: (name: string, map: {
|
|
214
2
|
GLOBAL?: string | undefined;
|
|
215
3
|
PROPERTIES?: string | undefined;
|
|
@@ -475,272 +263,4 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
475
263
|
append?: boolean | undefined;
|
|
476
264
|
} | undefined) => string) => string;
|
|
477
265
|
|
|
478
|
-
|
|
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-FORM"?: string | undefined;
|
|
495
|
-
"KOL-HEADING"?: string | undefined;
|
|
496
|
-
"KOL-ICON"?: string | undefined;
|
|
497
|
-
"KOL-IMAGE"?: string | undefined;
|
|
498
|
-
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
499
|
-
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
500
|
-
"KOL-INPUT-COLOR"?: string | undefined;
|
|
501
|
-
"KOL-INPUT-DATE"?: string | undefined;
|
|
502
|
-
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
503
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
504
|
-
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
505
|
-
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
506
|
-
"KOL-INPUT-RADIO"?: string | undefined;
|
|
507
|
-
"KOL-INPUT-RANGE"?: string | undefined;
|
|
508
|
-
"KOL-INPUT-TEXT"?: string | undefined;
|
|
509
|
-
"KOL-LINK"?: string | undefined;
|
|
510
|
-
"KOL-LINK-BUTTON"?: string | undefined;
|
|
511
|
-
"KOL-LINK-GROUP"?: string | undefined;
|
|
512
|
-
"KOL-MODAL"?: string | undefined;
|
|
513
|
-
"KOL-NAV"?: string | undefined;
|
|
514
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
515
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
516
|
-
"KOL-SELECT"?: string | undefined;
|
|
517
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
518
|
-
"KOL-SKIP-NAV"?: string | undefined;
|
|
519
|
-
"KOL-SPIN"?: string | undefined;
|
|
520
|
-
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
521
|
-
"KOL-TABLE"?: string | undefined;
|
|
522
|
-
"KOL-TABS"?: string | undefined;
|
|
523
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
524
|
-
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
525
|
-
"KOL-TOOLBAR"?: string | undefined;
|
|
526
|
-
"KOL-TOOLTIP"?: string | undefined;
|
|
527
|
-
}, options?: {
|
|
528
|
-
append?: boolean | undefined;
|
|
529
|
-
} | undefined) => string) => string;
|
|
530
|
-
|
|
531
|
-
declare const MAPZ: (patch: (name: string, map: {
|
|
532
|
-
GLOBAL?: string | undefined;
|
|
533
|
-
PROPERTIES?: string | undefined;
|
|
534
|
-
"KOL-SYMBOL"?: string | undefined;
|
|
535
|
-
"KOL-ABBR"?: string | undefined;
|
|
536
|
-
"KOL-ACCORDION"?: string | undefined;
|
|
537
|
-
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
538
|
-
"KOL-ALERT"?: string | undefined;
|
|
539
|
-
"KOL-AVATAR"?: string | undefined;
|
|
540
|
-
"KOL-BADGE"?: string | undefined;
|
|
541
|
-
"KOL-BREADCRUMB"?: string | undefined;
|
|
542
|
-
"KOL-BUTTON"?: string | undefined;
|
|
543
|
-
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
544
|
-
"KOL-BUTTON-LINK"?: string | undefined;
|
|
545
|
-
"KOL-CARD"?: string | undefined;
|
|
546
|
-
"KOL-DETAILS"?: string | undefined;
|
|
547
|
-
"KOL-FORM"?: string | undefined;
|
|
548
|
-
"KOL-HEADING"?: string | undefined;
|
|
549
|
-
"KOL-ICON"?: string | undefined;
|
|
550
|
-
"KOL-IMAGE"?: string | undefined;
|
|
551
|
-
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
552
|
-
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
553
|
-
"KOL-INPUT-COLOR"?: string | undefined;
|
|
554
|
-
"KOL-INPUT-DATE"?: string | undefined;
|
|
555
|
-
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
556
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
557
|
-
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
558
|
-
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
559
|
-
"KOL-INPUT-RADIO"?: string | undefined;
|
|
560
|
-
"KOL-INPUT-RANGE"?: string | undefined;
|
|
561
|
-
"KOL-INPUT-TEXT"?: string | undefined;
|
|
562
|
-
"KOL-LINK"?: string | undefined;
|
|
563
|
-
"KOL-LINK-BUTTON"?: string | undefined;
|
|
564
|
-
"KOL-LINK-GROUP"?: string | undefined;
|
|
565
|
-
"KOL-MODAL"?: string | undefined;
|
|
566
|
-
"KOL-NAV"?: string | undefined;
|
|
567
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
568
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
569
|
-
"KOL-SELECT"?: string | undefined;
|
|
570
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
571
|
-
"KOL-SKIP-NAV"?: string | undefined;
|
|
572
|
-
"KOL-SPIN"?: string | undefined;
|
|
573
|
-
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
574
|
-
"KOL-TABLE"?: string | undefined;
|
|
575
|
-
"KOL-TABS"?: string | undefined;
|
|
576
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
577
|
-
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
578
|
-
"KOL-TOOLBAR"?: string | undefined;
|
|
579
|
-
"KOL-TOOLTIP"?: string | undefined;
|
|
580
|
-
}, options?: {
|
|
581
|
-
append?: boolean | undefined;
|
|
582
|
-
} | undefined) => string) => string;
|
|
583
|
-
|
|
584
|
-
declare const ZOLLv2: (patch: (name: string, map: {
|
|
585
|
-
GLOBAL?: string | undefined;
|
|
586
|
-
PROPERTIES?: string | undefined;
|
|
587
|
-
"KOL-SYMBOL"?: string | undefined;
|
|
588
|
-
"KOL-ABBR"?: string | undefined;
|
|
589
|
-
"KOL-ACCORDION"?: string | undefined;
|
|
590
|
-
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
591
|
-
"KOL-ALERT"?: string | undefined;
|
|
592
|
-
"KOL-AVATAR"?: string | undefined;
|
|
593
|
-
"KOL-BADGE"?: string | undefined;
|
|
594
|
-
"KOL-BREADCRUMB"?: string | undefined;
|
|
595
|
-
"KOL-BUTTON"?: string | undefined;
|
|
596
|
-
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
597
|
-
"KOL-BUTTON-LINK"?: string | undefined;
|
|
598
|
-
"KOL-CARD"?: string | undefined;
|
|
599
|
-
"KOL-DETAILS"?: string | undefined;
|
|
600
|
-
"KOL-FORM"?: string | undefined;
|
|
601
|
-
"KOL-HEADING"?: string | undefined;
|
|
602
|
-
"KOL-ICON"?: string | undefined;
|
|
603
|
-
"KOL-IMAGE"?: string | undefined;
|
|
604
|
-
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
605
|
-
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
606
|
-
"KOL-INPUT-COLOR"?: string | undefined;
|
|
607
|
-
"KOL-INPUT-DATE"?: string | undefined;
|
|
608
|
-
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
609
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
610
|
-
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
611
|
-
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
612
|
-
"KOL-INPUT-RADIO"?: string | undefined;
|
|
613
|
-
"KOL-INPUT-RANGE"?: string | undefined;
|
|
614
|
-
"KOL-INPUT-TEXT"?: string | undefined;
|
|
615
|
-
"KOL-LINK"?: string | undefined;
|
|
616
|
-
"KOL-LINK-BUTTON"?: string | undefined;
|
|
617
|
-
"KOL-LINK-GROUP"?: string | undefined;
|
|
618
|
-
"KOL-MODAL"?: string | undefined;
|
|
619
|
-
"KOL-NAV"?: string | undefined;
|
|
620
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
621
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
622
|
-
"KOL-SELECT"?: string | undefined;
|
|
623
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
624
|
-
"KOL-SKIP-NAV"?: string | undefined;
|
|
625
|
-
"KOL-SPIN"?: string | undefined;
|
|
626
|
-
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
627
|
-
"KOL-TABLE"?: string | undefined;
|
|
628
|
-
"KOL-TABS"?: string | undefined;
|
|
629
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
630
|
-
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
631
|
-
"KOL-TOOLBAR"?: string | undefined;
|
|
632
|
-
"KOL-TOOLTIP"?: string | undefined;
|
|
633
|
-
}, options?: {
|
|
634
|
-
append?: boolean | undefined;
|
|
635
|
-
} | undefined) => string) => string;
|
|
636
|
-
|
|
637
|
-
declare const ZOLLv3: (patch: (name: string, map: {
|
|
638
|
-
GLOBAL?: string | undefined;
|
|
639
|
-
PROPERTIES?: string | undefined;
|
|
640
|
-
"KOL-SYMBOL"?: string | undefined;
|
|
641
|
-
"KOL-ABBR"?: string | undefined;
|
|
642
|
-
"KOL-ACCORDION"?: string | undefined;
|
|
643
|
-
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
644
|
-
"KOL-ALERT"?: string | undefined;
|
|
645
|
-
"KOL-AVATAR"?: string | undefined;
|
|
646
|
-
"KOL-BADGE"?: string | undefined;
|
|
647
|
-
"KOL-BREADCRUMB"?: string | undefined;
|
|
648
|
-
"KOL-BUTTON"?: string | undefined;
|
|
649
|
-
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
650
|
-
"KOL-BUTTON-LINK"?: string | undefined;
|
|
651
|
-
"KOL-CARD"?: string | undefined;
|
|
652
|
-
"KOL-DETAILS"?: string | undefined;
|
|
653
|
-
"KOL-FORM"?: string | undefined;
|
|
654
|
-
"KOL-HEADING"?: string | undefined;
|
|
655
|
-
"KOL-ICON"?: string | undefined;
|
|
656
|
-
"KOL-IMAGE"?: string | undefined;
|
|
657
|
-
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
658
|
-
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
659
|
-
"KOL-INPUT-COLOR"?: string | undefined;
|
|
660
|
-
"KOL-INPUT-DATE"?: string | undefined;
|
|
661
|
-
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
662
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
663
|
-
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
664
|
-
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
665
|
-
"KOL-INPUT-RADIO"?: string | undefined;
|
|
666
|
-
"KOL-INPUT-RANGE"?: string | undefined;
|
|
667
|
-
"KOL-INPUT-TEXT"?: string | undefined;
|
|
668
|
-
"KOL-LINK"?: string | undefined;
|
|
669
|
-
"KOL-LINK-BUTTON"?: string | undefined;
|
|
670
|
-
"KOL-LINK-GROUP"?: string | undefined;
|
|
671
|
-
"KOL-MODAL"?: string | undefined;
|
|
672
|
-
"KOL-NAV"?: string | undefined;
|
|
673
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
674
|
-
"KOL-PROGRESS"?: string | undefined;
|
|
675
|
-
"KOL-SELECT"?: string | undefined;
|
|
676
|
-
"KOL-SEPARATOR"?: string | undefined;
|
|
677
|
-
"KOL-SKIP-NAV"?: string | undefined;
|
|
678
|
-
"KOL-SPIN"?: string | undefined;
|
|
679
|
-
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
680
|
-
"KOL-TABLE"?: string | undefined;
|
|
681
|
-
"KOL-TABS"?: string | undefined;
|
|
682
|
-
"KOL-TEXTAREA"?: string | undefined;
|
|
683
|
-
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
684
|
-
"KOL-TOOLBAR"?: string | undefined;
|
|
685
|
-
"KOL-TOOLTIP"?: string | undefined;
|
|
686
|
-
}, options?: {
|
|
687
|
-
append?: boolean | undefined;
|
|
688
|
-
} | undefined) => string) => string;
|
|
689
|
-
|
|
690
|
-
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: {
|
|
691
|
-
"kol-error"?: string | undefined;
|
|
692
|
-
"kol-warning"?: string | undefined;
|
|
693
|
-
"kol-info"?: string | undefined;
|
|
694
|
-
"kol-success"?: string | undefined;
|
|
695
|
-
"kol-message"?: string | undefined;
|
|
696
|
-
"kol-close"?: string | undefined;
|
|
697
|
-
"kol-form-description"?: string | undefined;
|
|
698
|
-
"kol-of"?: string | undefined;
|
|
699
|
-
"kol-characters"?: string | undefined;
|
|
700
|
-
"kol-new"?: string | undefined;
|
|
701
|
-
"kol-no-entries"?: string | undefined;
|
|
702
|
-
"kol-change-order"?: string | undefined;
|
|
703
|
-
"kol-action-running"?: string | undefined;
|
|
704
|
-
"kol-action-done"?: string | undefined;
|
|
705
|
-
"kol-page-first"?: string | undefined;
|
|
706
|
-
"kol-page-back"?: string | undefined;
|
|
707
|
-
"kol-page-next"?: string | undefined;
|
|
708
|
-
"kol-page-last"?: string | undefined;
|
|
709
|
-
"kol-entries-per-site"?: string | undefined;
|
|
710
|
-
"kol-page-current"?: string | undefined;
|
|
711
|
-
"kol-page-selected"?: string | undefined;
|
|
712
|
-
"kol-page-per-site"?: string | undefined;
|
|
713
|
-
"kol-logo-description"?: string | undefined;
|
|
714
|
-
"kol-open-link-in-tab"?: string | undefined;
|
|
715
|
-
"kol-kolibri-logo"?: string | undefined;
|
|
716
|
-
}) => "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";
|
|
717
|
-
|
|
718
|
-
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: {
|
|
719
|
-
"kol-error"?: string | undefined;
|
|
720
|
-
"kol-warning"?: string | undefined;
|
|
721
|
-
"kol-info"?: string | undefined;
|
|
722
|
-
"kol-success"?: string | undefined;
|
|
723
|
-
"kol-message"?: string | undefined;
|
|
724
|
-
"kol-close"?: string | undefined;
|
|
725
|
-
"kol-form-description"?: string | undefined;
|
|
726
|
-
"kol-of"?: string | undefined;
|
|
727
|
-
"kol-characters"?: string | undefined;
|
|
728
|
-
"kol-new"?: string | undefined;
|
|
729
|
-
"kol-no-entries"?: string | undefined;
|
|
730
|
-
"kol-change-order"?: string | undefined;
|
|
731
|
-
"kol-action-running"?: string | undefined;
|
|
732
|
-
"kol-action-done"?: string | undefined;
|
|
733
|
-
"kol-page-first"?: string | undefined;
|
|
734
|
-
"kol-page-back"?: string | undefined;
|
|
735
|
-
"kol-page-next"?: string | undefined;
|
|
736
|
-
"kol-page-last"?: string | undefined;
|
|
737
|
-
"kol-entries-per-site"?: string | undefined;
|
|
738
|
-
"kol-page-current"?: string | undefined;
|
|
739
|
-
"kol-page-selected"?: string | undefined;
|
|
740
|
-
"kol-page-per-site"?: string | undefined;
|
|
741
|
-
"kol-logo-description"?: string | undefined;
|
|
742
|
-
"kol-open-link-in-tab"?: string | undefined;
|
|
743
|
-
"kol-kolibri-logo"?: string | undefined;
|
|
744
|
-
}) => "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";
|
|
745
|
-
|
|
746
|
-
export { BAMF, BMF, BZStv1, DE, DEFAULT, DESYv1, DESYv2, ECL_EC, ECL_EU, EN, ITZBund, MAPZ, MFM, ZOLLv2, ZOLLv3 };
|
|
266
|
+
export { BMF, DEFAULT, ECL_EC, ECL_EU, ITZBund };
|