@public-ui/svelte 4.0.0-alpha.10 → 4.0.0-alpha.11
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 +157 -82
- package/dist/index.d.cts +3 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +157 -83
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import 'svelte/internal/flags/legacy';
|
|
|
4
4
|
import * as $ from 'svelte/internal/client';
|
|
5
5
|
import { createEventDispatcher, onMount } from 'svelte';
|
|
6
6
|
|
|
7
|
-
var root$
|
|
7
|
+
var root$R = $.from_html(`<kol-abbr><!></kol-abbr>`, 2);
|
|
8
8
|
function KolAbbr($$anchor, $$props) {
|
|
9
9
|
$.push($$props, false);
|
|
10
10
|
let __ref = $.mutable_source();
|
|
@@ -15,7 +15,7 @@ function KolAbbr($$anchor, $$props) {
|
|
|
15
15
|
});
|
|
16
16
|
var $$exports = { getWebComponent };
|
|
17
17
|
$.init();
|
|
18
|
-
var kol_abbr = root$
|
|
18
|
+
var kol_abbr = root$R();
|
|
19
19
|
$.template_effect(() => $.set_custom_element_data(kol_abbr, "_label", _label()));
|
|
20
20
|
var node = $.child(kol_abbr);
|
|
21
21
|
$.slot(node, $$props, "default", {}, null);
|
|
@@ -26,7 +26,7 @@ function KolAbbr($$anchor, $$props) {
|
|
|
26
26
|
return $.pop($$exports);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
var root$
|
|
29
|
+
var root$Q = $.from_html(`<kol-accordion><!></kol-accordion>`, 2);
|
|
30
30
|
function KolAccordion($$anchor, $$props) {
|
|
31
31
|
$.push($$props, false);
|
|
32
32
|
let __ref = $.mutable_source();
|
|
@@ -51,7 +51,7 @@ function KolAccordion($$anchor, $$props) {
|
|
|
51
51
|
$.legacy_pre_effect_reset();
|
|
52
52
|
var $$exports = { kolFocus, getWebComponent };
|
|
53
53
|
$.init();
|
|
54
|
-
var kol_accordion = root$
|
|
54
|
+
var kol_accordion = root$Q();
|
|
55
55
|
$.template_effect(() => $.set_custom_element_data(kol_accordion, "_disabled", _disabled()));
|
|
56
56
|
$.template_effect(() => $.set_custom_element_data(kol_accordion, "_label", _label()));
|
|
57
57
|
$.template_effect(() => $.set_custom_element_data(kol_accordion, "_level", _level()));
|
|
@@ -66,7 +66,7 @@ function KolAccordion($$anchor, $$props) {
|
|
|
66
66
|
return $.pop($$exports);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
var root$
|
|
69
|
+
var root$P = $.from_html(`<kol-alert><!></kol-alert>`, 2);
|
|
70
70
|
function KolAlert($$anchor, $$props) {
|
|
71
71
|
$.push($$props, false);
|
|
72
72
|
let __ref = $.mutable_source();
|
|
@@ -92,7 +92,7 @@ function KolAlert($$anchor, $$props) {
|
|
|
92
92
|
$.legacy_pre_effect_reset();
|
|
93
93
|
var $$exports = { getWebComponent };
|
|
94
94
|
$.init();
|
|
95
|
-
var kol_alert = root$
|
|
95
|
+
var kol_alert = root$P();
|
|
96
96
|
$.template_effect(() => $.set_custom_element_data(kol_alert, "_alert", _alert()));
|
|
97
97
|
$.template_effect(() => $.set_custom_element_data(kol_alert, "_has-closer", _hasCloser()));
|
|
98
98
|
$.template_effect(() => $.set_custom_element_data(kol_alert, "_label", _label()));
|
|
@@ -108,7 +108,7 @@ function KolAlert($$anchor, $$props) {
|
|
|
108
108
|
return $.pop($$exports);
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
var root$
|
|
111
|
+
var root$O = $.from_html(`<kol-avatar><!></kol-avatar>`, 2);
|
|
112
112
|
function KolAvatar($$anchor, $$props) {
|
|
113
113
|
$.push($$props, false);
|
|
114
114
|
let __ref = $.mutable_source();
|
|
@@ -121,7 +121,7 @@ function KolAvatar($$anchor, $$props) {
|
|
|
121
121
|
});
|
|
122
122
|
var $$exports = { getWebComponent };
|
|
123
123
|
$.init();
|
|
124
|
-
var kol_avatar = root$
|
|
124
|
+
var kol_avatar = root$O();
|
|
125
125
|
$.template_effect(() => $.set_custom_element_data(kol_avatar, "_color", _color()));
|
|
126
126
|
$.template_effect(() => $.set_custom_element_data(kol_avatar, "_src", _src()));
|
|
127
127
|
$.template_effect(() => $.set_custom_element_data(kol_avatar, "_label", _label()));
|
|
@@ -134,7 +134,7 @@ function KolAvatar($$anchor, $$props) {
|
|
|
134
134
|
return $.pop($$exports);
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
var root$
|
|
137
|
+
var root$N = $.from_html(`<kol-badge><!></kol-badge>`, 2);
|
|
138
138
|
function KolBadge($$anchor, $$props) {
|
|
139
139
|
$.push($$props, false);
|
|
140
140
|
let __ref = $.mutable_source();
|
|
@@ -149,7 +149,7 @@ function KolBadge($$anchor, $$props) {
|
|
|
149
149
|
});
|
|
150
150
|
var $$exports = { kolFocus, getWebComponent };
|
|
151
151
|
$.init();
|
|
152
|
-
var kol_badge = root$
|
|
152
|
+
var kol_badge = root$N();
|
|
153
153
|
$.template_effect(() => $.set_custom_element_data(kol_badge, "_color", _color()));
|
|
154
154
|
$.template_effect(() => $.set_custom_element_data(kol_badge, "_icons", _icons()));
|
|
155
155
|
$.template_effect(() => $.set_custom_element_data(kol_badge, "_label", _label()));
|
|
@@ -164,7 +164,7 @@ function KolBadge($$anchor, $$props) {
|
|
|
164
164
|
return $.pop($$exports);
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
var root$
|
|
167
|
+
var root$M = $.from_html(`<kol-breadcrumb><!></kol-breadcrumb>`, 2);
|
|
168
168
|
function KolBreadcrumb($$anchor, $$props) {
|
|
169
169
|
$.push($$props, false);
|
|
170
170
|
let __ref = $.mutable_source();
|
|
@@ -176,7 +176,7 @@ function KolBreadcrumb($$anchor, $$props) {
|
|
|
176
176
|
});
|
|
177
177
|
var $$exports = { getWebComponent };
|
|
178
178
|
$.init();
|
|
179
|
-
var kol_breadcrumb = root$
|
|
179
|
+
var kol_breadcrumb = root$M();
|
|
180
180
|
$.template_effect(() => $.set_custom_element_data(kol_breadcrumb, "_label", _label()));
|
|
181
181
|
$.template_effect(() => $.set_custom_element_data(kol_breadcrumb, "_links", _links()));
|
|
182
182
|
var node = $.child(kol_breadcrumb);
|
|
@@ -188,7 +188,7 @@ function KolBreadcrumb($$anchor, $$props) {
|
|
|
188
188
|
return $.pop($$exports);
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
var root$
|
|
191
|
+
var root$L = $.from_html(`<kol-button><!></kol-button>`, 2);
|
|
192
192
|
function KolButton($$anchor, $$props) {
|
|
193
193
|
$.push($$props, false);
|
|
194
194
|
let __ref = $.mutable_source();
|
|
@@ -230,7 +230,7 @@ function KolButton($$anchor, $$props) {
|
|
|
230
230
|
$.legacy_pre_effect_reset();
|
|
231
231
|
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
232
232
|
$.init();
|
|
233
|
-
var kol_button = root$
|
|
233
|
+
var kol_button = root$L();
|
|
234
234
|
$.template_effect(() => $.set_custom_element_data(kol_button, "_access-key", _accessKey()));
|
|
235
235
|
$.template_effect(() => $.set_custom_element_data(kol_button, "_aria-controls", _ariaControls()));
|
|
236
236
|
$.template_effect(() => $.set_custom_element_data(kol_button, "_aria-description", _ariaDescription()));
|
|
@@ -262,7 +262,7 @@ function KolButton($$anchor, $$props) {
|
|
|
262
262
|
return $.pop($$exports);
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
var root$
|
|
265
|
+
var root$K = $.from_html(`<kol-button-link><!></kol-button-link>`, 2);
|
|
266
266
|
function KolButtonLink($$anchor, $$props) {
|
|
267
267
|
$.push($$props, false);
|
|
268
268
|
let __ref = $.mutable_source();
|
|
@@ -302,7 +302,7 @@ function KolButtonLink($$anchor, $$props) {
|
|
|
302
302
|
$.legacy_pre_effect_reset();
|
|
303
303
|
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
304
304
|
$.init();
|
|
305
|
-
var kol_button_link = root$
|
|
305
|
+
var kol_button_link = root$K();
|
|
306
306
|
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_access-key", _accessKey()));
|
|
307
307
|
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_aria-controls", _ariaControls()));
|
|
308
308
|
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_aria-description", _ariaDescription()));
|
|
@@ -332,7 +332,7 @@ function KolButtonLink($$anchor, $$props) {
|
|
|
332
332
|
return $.pop($$exports);
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
-
var root$
|
|
335
|
+
var root$J = $.from_html(`<kol-card><!></kol-card>`, 2);
|
|
336
336
|
function KolCard($$anchor, $$props) {
|
|
337
337
|
$.push($$props, false);
|
|
338
338
|
let __ref = $.mutable_source();
|
|
@@ -355,7 +355,7 @@ function KolCard($$anchor, $$props) {
|
|
|
355
355
|
$.legacy_pre_effect_reset();
|
|
356
356
|
var $$exports = { getWebComponent };
|
|
357
357
|
$.init();
|
|
358
|
-
var kol_card = root$
|
|
358
|
+
var kol_card = root$J();
|
|
359
359
|
$.template_effect(() => $.set_custom_element_data(kol_card, "_has-closer", _hasCloser()));
|
|
360
360
|
$.template_effect(() => $.set_custom_element_data(kol_card, "_label", _label()));
|
|
361
361
|
$.template_effect(() => $.set_custom_element_data(kol_card, "_level", _level()));
|
|
@@ -368,7 +368,7 @@ function KolCard($$anchor, $$props) {
|
|
|
368
368
|
return $.pop($$exports);
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
var root$
|
|
371
|
+
var root$I = $.from_html(`<kol-card-wc><!></kol-card-wc>`, 2);
|
|
372
372
|
function KolCardWc($$anchor, $$props) {
|
|
373
373
|
$.push($$props, false);
|
|
374
374
|
let __ref = $.mutable_source();
|
|
@@ -391,7 +391,7 @@ function KolCardWc($$anchor, $$props) {
|
|
|
391
391
|
$.legacy_pre_effect_reset();
|
|
392
392
|
var $$exports = { getWebComponent };
|
|
393
393
|
$.init();
|
|
394
|
-
var kol_card_wc = root$
|
|
394
|
+
var kol_card_wc = root$I();
|
|
395
395
|
$.template_effect(() => $.set_custom_element_data(kol_card_wc, "_has-closer", _hasCloser()));
|
|
396
396
|
$.template_effect(() => $.set_custom_element_data(kol_card_wc, "_label", _label()));
|
|
397
397
|
$.template_effect(() => $.set_custom_element_data(kol_card_wc, "_level", _level()));
|
|
@@ -404,7 +404,7 @@ function KolCardWc($$anchor, $$props) {
|
|
|
404
404
|
return $.pop($$exports);
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
var root$
|
|
407
|
+
var root$H = $.from_html(`<kol-combobox><!></kol-combobox>`, 2);
|
|
408
408
|
function KolCombobox($$anchor, $$props) {
|
|
409
409
|
$.push($$props, false);
|
|
410
410
|
let __ref = $.mutable_source();
|
|
@@ -422,7 +422,7 @@ function KolCombobox($$anchor, $$props) {
|
|
|
422
422
|
let _msg = $.prop($$props, "_msg", 8, void 0);
|
|
423
423
|
let _name = $.prop($$props, "_name", 8, void 0);
|
|
424
424
|
let _on = $.prop($$props, "_on", 8, void 0);
|
|
425
|
-
let
|
|
425
|
+
let _hasClearButton = $.prop($$props, "_hasClearButton", 8, void 0);
|
|
426
426
|
let _suggestions = $.prop($$props, "_suggestions", 8);
|
|
427
427
|
let _required = $.prop($$props, "_required", 8, void 0);
|
|
428
428
|
let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
|
|
@@ -445,7 +445,7 @@ function KolCombobox($$anchor, $$props) {
|
|
|
445
445
|
$.legacy_pre_effect_reset();
|
|
446
446
|
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
447
447
|
$.init();
|
|
448
|
-
var kol_combobox = root$
|
|
448
|
+
var kol_combobox = root$H();
|
|
449
449
|
$.template_effect(() => $.set_custom_element_data(kol_combobox, "_access-key", _accessKey()));
|
|
450
450
|
$.template_effect(() => $.set_custom_element_data(kol_combobox, "_placeholder", _placeholder()));
|
|
451
451
|
$.template_effect(() => $.set_custom_element_data(kol_combobox, "_disabled", _disabled()));
|
|
@@ -457,7 +457,7 @@ function KolCombobox($$anchor, $$props) {
|
|
|
457
457
|
$.template_effect(() => $.set_custom_element_data(kol_combobox, "_label", _label()));
|
|
458
458
|
$.template_effect(() => $.set_custom_element_data(kol_combobox, "_msg", _msg()));
|
|
459
459
|
$.template_effect(() => $.set_custom_element_data(kol_combobox, "_name", _name()));
|
|
460
|
-
$.template_effect(() => $.set_custom_element_data(kol_combobox, "
|
|
460
|
+
$.template_effect(() => $.set_custom_element_data(kol_combobox, "_has-clear-button", _hasClearButton()));
|
|
461
461
|
$.template_effect(() => $.set_custom_element_data(kol_combobox, "_suggestions", _suggestions()));
|
|
462
462
|
$.template_effect(() => $.set_custom_element_data(kol_combobox, "_required", _required()));
|
|
463
463
|
$.template_effect(() => $.set_custom_element_data(kol_combobox, "_short-key", _shortKey()));
|
|
@@ -476,7 +476,7 @@ function KolCombobox($$anchor, $$props) {
|
|
|
476
476
|
return $.pop($$exports);
|
|
477
477
|
}
|
|
478
478
|
|
|
479
|
-
var root$
|
|
479
|
+
var root$G = $.from_html(`<kol-details><!></kol-details>`, 2);
|
|
480
480
|
function KolDetails($$anchor, $$props) {
|
|
481
481
|
$.push($$props, false);
|
|
482
482
|
let __ref = $.mutable_source();
|
|
@@ -501,7 +501,7 @@ function KolDetails($$anchor, $$props) {
|
|
|
501
501
|
$.legacy_pre_effect_reset();
|
|
502
502
|
var $$exports = { kolFocus, getWebComponent };
|
|
503
503
|
$.init();
|
|
504
|
-
var kol_details = root$
|
|
504
|
+
var kol_details = root$G();
|
|
505
505
|
$.template_effect(() => $.set_custom_element_data(kol_details, "_disabled", _disabled()));
|
|
506
506
|
$.template_effect(() => $.set_custom_element_data(kol_details, "_label", _label()));
|
|
507
507
|
$.template_effect(() => $.set_custom_element_data(kol_details, "_level", _level()));
|
|
@@ -516,7 +516,7 @@ function KolDetails($$anchor, $$props) {
|
|
|
516
516
|
return $.pop($$exports);
|
|
517
517
|
}
|
|
518
518
|
|
|
519
|
-
var root$
|
|
519
|
+
var root$F = $.from_html(`<kol-drawer><!></kol-drawer>`, 2);
|
|
520
520
|
function KolDrawer($$anchor, $$props) {
|
|
521
521
|
$.push($$props, false);
|
|
522
522
|
let __ref = $.mutable_source();
|
|
@@ -542,7 +542,7 @@ function KolDrawer($$anchor, $$props) {
|
|
|
542
542
|
$.legacy_pre_effect_reset();
|
|
543
543
|
var $$exports = { open, close, getWebComponent };
|
|
544
544
|
$.init();
|
|
545
|
-
var kol_drawer = root$
|
|
545
|
+
var kol_drawer = root$F();
|
|
546
546
|
$.template_effect(() => $.set_custom_element_data(kol_drawer, "_open", _open()));
|
|
547
547
|
$.template_effect(() => $.set_custom_element_data(kol_drawer, "_align", _align()));
|
|
548
548
|
$.template_effect(() => $.set_custom_element_data(kol_drawer, "_has-closer", _hasCloser()));
|
|
@@ -558,7 +558,7 @@ function KolDrawer($$anchor, $$props) {
|
|
|
558
558
|
return $.pop($$exports);
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
-
var root$
|
|
561
|
+
var root$E = $.from_html(`<kol-form><!></kol-form>`, 2);
|
|
562
562
|
function KolForm($$anchor, $$props) {
|
|
563
563
|
$.push($$props, false);
|
|
564
564
|
let __ref = $.mutable_source();
|
|
@@ -584,7 +584,7 @@ function KolForm($$anchor, $$props) {
|
|
|
584
584
|
$.legacy_pre_effect_reset();
|
|
585
585
|
var $$exports = { focusErrorList, getWebComponent };
|
|
586
586
|
$.init();
|
|
587
|
-
var kol_form = root$
|
|
587
|
+
var kol_form = root$E();
|
|
588
588
|
$.template_effect(() => $.set_custom_element_data(kol_form, "_required-text", _requiredText()));
|
|
589
589
|
var node = $.child(kol_form);
|
|
590
590
|
$.slot(node, $$props, "default", {}, null);
|
|
@@ -596,7 +596,7 @@ function KolForm($$anchor, $$props) {
|
|
|
596
596
|
return $.pop($$exports);
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
-
var root$
|
|
599
|
+
var root$D = $.from_html(`<kol-heading><!></kol-heading>`, 2);
|
|
600
600
|
function KolHeading($$anchor, $$props) {
|
|
601
601
|
$.push($$props, false);
|
|
602
602
|
let __ref = $.mutable_source();
|
|
@@ -609,7 +609,7 @@ function KolHeading($$anchor, $$props) {
|
|
|
609
609
|
});
|
|
610
610
|
var $$exports = { getWebComponent };
|
|
611
611
|
$.init();
|
|
612
|
-
var kol_heading = root$
|
|
612
|
+
var kol_heading = root$D();
|
|
613
613
|
$.template_effect(() => $.set_custom_element_data(kol_heading, "_label", _label()));
|
|
614
614
|
$.template_effect(() => $.set_custom_element_data(kol_heading, "_level", _level()));
|
|
615
615
|
$.template_effect(() => $.set_custom_element_data(kol_heading, "_secondary-headline", _secondaryHeadline()));
|
|
@@ -622,7 +622,7 @@ function KolHeading($$anchor, $$props) {
|
|
|
622
622
|
return $.pop($$exports);
|
|
623
623
|
}
|
|
624
624
|
|
|
625
|
-
var root$
|
|
625
|
+
var root$C = $.from_html(`<kol-icon><!></kol-icon>`, 2);
|
|
626
626
|
function KolIcon($$anchor, $$props) {
|
|
627
627
|
$.push($$props, false);
|
|
628
628
|
let __ref = $.mutable_source();
|
|
@@ -634,7 +634,7 @@ function KolIcon($$anchor, $$props) {
|
|
|
634
634
|
});
|
|
635
635
|
var $$exports = { getWebComponent };
|
|
636
636
|
$.init();
|
|
637
|
-
var kol_icon = root$
|
|
637
|
+
var kol_icon = root$C();
|
|
638
638
|
$.template_effect(() => $.set_custom_element_data(kol_icon, "_icons", _icons()));
|
|
639
639
|
$.template_effect(() => $.set_custom_element_data(kol_icon, "_label", _label()));
|
|
640
640
|
var node = $.child(kol_icon);
|
|
@@ -646,7 +646,7 @@ function KolIcon($$anchor, $$props) {
|
|
|
646
646
|
return $.pop($$exports);
|
|
647
647
|
}
|
|
648
648
|
|
|
649
|
-
var root$
|
|
649
|
+
var root$B = $.from_html(`<kol-image><!></kol-image>`, 2);
|
|
650
650
|
function KolImage($$anchor, $$props) {
|
|
651
651
|
$.push($$props, false);
|
|
652
652
|
let __ref = $.mutable_source();
|
|
@@ -661,7 +661,7 @@ function KolImage($$anchor, $$props) {
|
|
|
661
661
|
});
|
|
662
662
|
var $$exports = { getWebComponent };
|
|
663
663
|
$.init();
|
|
664
|
-
var kol_image = root$
|
|
664
|
+
var kol_image = root$B();
|
|
665
665
|
$.template_effect(() => $.set_custom_element_data(kol_image, "_alt", _alt()));
|
|
666
666
|
$.template_effect(() => $.set_custom_element_data(kol_image, "_loading", _loading()));
|
|
667
667
|
$.template_effect(() => $.set_custom_element_data(kol_image, "_sizes", _sizes()));
|
|
@@ -676,7 +676,7 @@ function KolImage($$anchor, $$props) {
|
|
|
676
676
|
return $.pop($$exports);
|
|
677
677
|
}
|
|
678
678
|
|
|
679
|
-
var root$
|
|
679
|
+
var root$A = $.from_html(`<kol-input-checkbox><!></kol-input-checkbox>`, 2);
|
|
680
680
|
function KolInputCheckbox($$anchor, $$props) {
|
|
681
681
|
$.push($$props, false);
|
|
682
682
|
let __ref = $.mutable_source();
|
|
@@ -718,7 +718,7 @@ function KolInputCheckbox($$anchor, $$props) {
|
|
|
718
718
|
$.legacy_pre_effect_reset();
|
|
719
719
|
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
720
720
|
$.init();
|
|
721
|
-
var kol_input_checkbox = root$
|
|
721
|
+
var kol_input_checkbox = root$A();
|
|
722
722
|
$.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_access-key", _accessKey()));
|
|
723
723
|
$.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_checked", _checked()));
|
|
724
724
|
$.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_hide-msg", _hideMsg()));
|
|
@@ -750,7 +750,7 @@ function KolInputCheckbox($$anchor, $$props) {
|
|
|
750
750
|
return $.pop($$exports);
|
|
751
751
|
}
|
|
752
752
|
|
|
753
|
-
var root$
|
|
753
|
+
var root$z = $.from_html(`<kol-input-color><!></kol-input-color>`, 2);
|
|
754
754
|
function KolInputColor($$anchor, $$props) {
|
|
755
755
|
$.push($$props, false);
|
|
756
756
|
let __ref = $.mutable_source();
|
|
@@ -790,7 +790,7 @@ function KolInputColor($$anchor, $$props) {
|
|
|
790
790
|
$.legacy_pre_effect_reset();
|
|
791
791
|
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
792
792
|
$.init();
|
|
793
|
-
var kol_input_color = root$
|
|
793
|
+
var kol_input_color = root$z();
|
|
794
794
|
$.template_effect(() => $.set_custom_element_data(kol_input_color, "_access-key", _accessKey()));
|
|
795
795
|
$.template_effect(() => $.set_custom_element_data(kol_input_color, "_auto-complete", _autoComplete()));
|
|
796
796
|
$.template_effect(() => $.set_custom_element_data(kol_input_color, "_disabled", _disabled()));
|
|
@@ -820,7 +820,7 @@ function KolInputColor($$anchor, $$props) {
|
|
|
820
820
|
return $.pop($$exports);
|
|
821
821
|
}
|
|
822
822
|
|
|
823
|
-
var root$
|
|
823
|
+
var root$y = $.from_html(`<kol-input-date><!></kol-input-date>`, 2);
|
|
824
824
|
function KolInputDate($$anchor, $$props) {
|
|
825
825
|
$.push($$props, false);
|
|
826
826
|
let __ref = $.mutable_source();
|
|
@@ -867,7 +867,7 @@ function KolInputDate($$anchor, $$props) {
|
|
|
867
867
|
$.legacy_pre_effect_reset();
|
|
868
868
|
var $$exports = { getValue, kolFocus, reset, getWebComponent };
|
|
869
869
|
$.init();
|
|
870
|
-
var kol_input_date = root$
|
|
870
|
+
var kol_input_date = root$y();
|
|
871
871
|
$.template_effect(() => $.set_custom_element_data(kol_input_date, "_access-key", _accessKey()));
|
|
872
872
|
$.template_effect(() => $.set_custom_element_data(kol_input_date, "_auto-complete", _autoComplete()));
|
|
873
873
|
$.template_effect(() => $.set_custom_element_data(kol_input_date, "_disabled", _disabled()));
|
|
@@ -904,7 +904,7 @@ function KolInputDate($$anchor, $$props) {
|
|
|
904
904
|
return $.pop($$exports);
|
|
905
905
|
}
|
|
906
906
|
|
|
907
|
-
var root$
|
|
907
|
+
var root$x = $.from_html(`<kol-input-email><!></kol-input-email>`, 2);
|
|
908
908
|
function KolInputEmail($$anchor, $$props) {
|
|
909
909
|
$.push($$props, false);
|
|
910
910
|
let __ref = $.mutable_source();
|
|
@@ -952,7 +952,7 @@ function KolInputEmail($$anchor, $$props) {
|
|
|
952
952
|
$.legacy_pre_effect_reset();
|
|
953
953
|
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
954
954
|
$.init();
|
|
955
|
-
var kol_input_email = root$
|
|
955
|
+
var kol_input_email = root$x();
|
|
956
956
|
$.template_effect(() => $.set_custom_element_data(kol_input_email, "_access-key", _accessKey()));
|
|
957
957
|
$.template_effect(() => $.set_custom_element_data(kol_input_email, "_auto-complete", _autoComplete()));
|
|
958
958
|
$.template_effect(() => $.set_custom_element_data(kol_input_email, "_has-counter", _hasCounter()));
|
|
@@ -990,7 +990,7 @@ function KolInputEmail($$anchor, $$props) {
|
|
|
990
990
|
return $.pop($$exports);
|
|
991
991
|
}
|
|
992
992
|
|
|
993
|
-
var root$
|
|
993
|
+
var root$w = $.from_html(`<kol-input-file><!></kol-input-file>`, 2);
|
|
994
994
|
function KolInputFile($$anchor, $$props) {
|
|
995
995
|
$.push($$props, false);
|
|
996
996
|
let __ref = $.mutable_source();
|
|
@@ -1031,7 +1031,7 @@ function KolInputFile($$anchor, $$props) {
|
|
|
1031
1031
|
$.legacy_pre_effect_reset();
|
|
1032
1032
|
var $$exports = { getValue, kolFocus, reset, getWebComponent };
|
|
1033
1033
|
$.init();
|
|
1034
|
-
var kol_input_file = root$
|
|
1034
|
+
var kol_input_file = root$w();
|
|
1035
1035
|
$.template_effect(() => $.set_custom_element_data(kol_input_file, "_accept", _accept()));
|
|
1036
1036
|
$.template_effect(() => $.set_custom_element_data(kol_input_file, "_access-key", _accessKey()));
|
|
1037
1037
|
$.template_effect(() => $.set_custom_element_data(kol_input_file, "_disabled", _disabled()));
|
|
@@ -1062,7 +1062,7 @@ function KolInputFile($$anchor, $$props) {
|
|
|
1062
1062
|
return $.pop($$exports);
|
|
1063
1063
|
}
|
|
1064
1064
|
|
|
1065
|
-
var root$
|
|
1065
|
+
var root$v = $.from_html(`<kol-input-number><!></kol-input-number>`, 2);
|
|
1066
1066
|
function KolInputNumber($$anchor, $$props) {
|
|
1067
1067
|
$.push($$props, false);
|
|
1068
1068
|
let __ref = $.mutable_source();
|
|
@@ -1108,7 +1108,7 @@ function KolInputNumber($$anchor, $$props) {
|
|
|
1108
1108
|
$.legacy_pre_effect_reset();
|
|
1109
1109
|
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
1110
1110
|
$.init();
|
|
1111
|
-
var kol_input_number = root$
|
|
1111
|
+
var kol_input_number = root$v();
|
|
1112
1112
|
$.template_effect(() => $.set_custom_element_data(kol_input_number, "_access-key", _accessKey()));
|
|
1113
1113
|
$.template_effect(() => $.set_custom_element_data(kol_input_number, "_auto-complete", _autoComplete()));
|
|
1114
1114
|
$.template_effect(() => $.set_custom_element_data(kol_input_number, "_disabled", _disabled()));
|
|
@@ -1144,7 +1144,7 @@ function KolInputNumber($$anchor, $$props) {
|
|
|
1144
1144
|
return $.pop($$exports);
|
|
1145
1145
|
}
|
|
1146
1146
|
|
|
1147
|
-
var root$
|
|
1147
|
+
var root$u = $.from_html(`<kol-input-password><!></kol-input-password>`, 2);
|
|
1148
1148
|
function KolInputPassword($$anchor, $$props) {
|
|
1149
1149
|
$.push($$props, false);
|
|
1150
1150
|
let __ref = $.mutable_source();
|
|
@@ -1191,7 +1191,7 @@ function KolInputPassword($$anchor, $$props) {
|
|
|
1191
1191
|
$.legacy_pre_effect_reset();
|
|
1192
1192
|
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
1193
1193
|
$.init();
|
|
1194
|
-
var kol_input_password = root$
|
|
1194
|
+
var kol_input_password = root$u();
|
|
1195
1195
|
$.template_effect(() => $.set_custom_element_data(kol_input_password, "_access-key", _accessKey()));
|
|
1196
1196
|
$.template_effect(() => $.set_custom_element_data(kol_input_password, "_auto-complete", _autoComplete()));
|
|
1197
1197
|
$.template_effect(() => $.set_custom_element_data(kol_input_password, "_has-counter", _hasCounter()));
|
|
@@ -1228,7 +1228,7 @@ function KolInputPassword($$anchor, $$props) {
|
|
|
1228
1228
|
return $.pop($$exports);
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
|
-
var root$
|
|
1231
|
+
var root$t = $.from_html(`<kol-input-radio><!></kol-input-radio>`, 2);
|
|
1232
1232
|
function KolInputRadio($$anchor, $$props) {
|
|
1233
1233
|
$.push($$props, false);
|
|
1234
1234
|
let __ref = $.mutable_source();
|
|
@@ -1265,7 +1265,7 @@ function KolInputRadio($$anchor, $$props) {
|
|
|
1265
1265
|
$.legacy_pre_effect_reset();
|
|
1266
1266
|
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
1267
1267
|
$.init();
|
|
1268
|
-
var kol_input_radio = root$
|
|
1268
|
+
var kol_input_radio = root$t();
|
|
1269
1269
|
$.template_effect(() => $.set_custom_element_data(kol_input_radio, "_disabled", _disabled()));
|
|
1270
1270
|
$.template_effect(() => $.set_custom_element_data(kol_input_radio, "_hide-msg", _hideMsg()));
|
|
1271
1271
|
$.template_effect(() => $.set_custom_element_data(kol_input_radio, "_hide-label", _hideLabel()));
|
|
@@ -1292,7 +1292,7 @@ function KolInputRadio($$anchor, $$props) {
|
|
|
1292
1292
|
return $.pop($$exports);
|
|
1293
1293
|
}
|
|
1294
1294
|
|
|
1295
|
-
var root$
|
|
1295
|
+
var root$s = $.from_html(`<kol-input-range><!></kol-input-range>`, 2);
|
|
1296
1296
|
function KolInputRange($$anchor, $$props) {
|
|
1297
1297
|
$.push($$props, false);
|
|
1298
1298
|
let __ref = $.mutable_source();
|
|
@@ -1334,7 +1334,7 @@ function KolInputRange($$anchor, $$props) {
|
|
|
1334
1334
|
$.legacy_pre_effect_reset();
|
|
1335
1335
|
var $$exports = { kolFocus, getValue, getWebComponent };
|
|
1336
1336
|
$.init();
|
|
1337
|
-
var kol_input_range = root$
|
|
1337
|
+
var kol_input_range = root$s();
|
|
1338
1338
|
$.template_effect(() => $.set_custom_element_data(kol_input_range, "_access-key", _accessKey()));
|
|
1339
1339
|
$.template_effect(() => $.set_custom_element_data(kol_input_range, "_auto-complete", _autoComplete()));
|
|
1340
1340
|
$.template_effect(() => $.set_custom_element_data(kol_input_range, "_disabled", _disabled()));
|
|
@@ -1366,7 +1366,7 @@ function KolInputRange($$anchor, $$props) {
|
|
|
1366
1366
|
return $.pop($$exports);
|
|
1367
1367
|
}
|
|
1368
1368
|
|
|
1369
|
-
var root$
|
|
1369
|
+
var root$r = $.from_html(`<kol-input-text><!></kol-input-text>`, 2);
|
|
1370
1370
|
function KolInputText($$anchor, $$props) {
|
|
1371
1371
|
$.push($$props, false);
|
|
1372
1372
|
let __ref = $.mutable_source();
|
|
@@ -1429,7 +1429,7 @@ function KolInputText($$anchor, $$props) {
|
|
|
1429
1429
|
getWebComponent
|
|
1430
1430
|
};
|
|
1431
1431
|
$.init();
|
|
1432
|
-
var kol_input_text = root$
|
|
1432
|
+
var kol_input_text = root$r();
|
|
1433
1433
|
$.template_effect(() => $.set_custom_element_data(kol_input_text, "_access-key", _accessKey()));
|
|
1434
1434
|
$.template_effect(() => $.set_custom_element_data(kol_input_text, "_auto-complete", _autoComplete()));
|
|
1435
1435
|
$.template_effect(() => $.set_custom_element_data(kol_input_text, "_has-counter", _hasCounter()));
|
|
@@ -1473,7 +1473,7 @@ function KolInputText($$anchor, $$props) {
|
|
|
1473
1473
|
return $.pop($$exports);
|
|
1474
1474
|
}
|
|
1475
1475
|
|
|
1476
|
-
var root$
|
|
1476
|
+
var root$q = $.from_html(`<kol-kolibri><!></kol-kolibri>`, 2);
|
|
1477
1477
|
function KolKolibri($$anchor, $$props) {
|
|
1478
1478
|
$.push($$props, false);
|
|
1479
1479
|
let __ref = $.mutable_source();
|
|
@@ -1485,7 +1485,7 @@ function KolKolibri($$anchor, $$props) {
|
|
|
1485
1485
|
});
|
|
1486
1486
|
var $$exports = { getWebComponent };
|
|
1487
1487
|
$.init();
|
|
1488
|
-
var kol_kolibri = root$
|
|
1488
|
+
var kol_kolibri = root$q();
|
|
1489
1489
|
$.template_effect(() => $.set_custom_element_data(kol_kolibri, "_color", _color()));
|
|
1490
1490
|
$.template_effect(() => $.set_custom_element_data(kol_kolibri, "_labeled", _labeled()));
|
|
1491
1491
|
var node = $.child(kol_kolibri);
|
|
@@ -1497,7 +1497,7 @@ function KolKolibri($$anchor, $$props) {
|
|
|
1497
1497
|
return $.pop($$exports);
|
|
1498
1498
|
}
|
|
1499
1499
|
|
|
1500
|
-
var root$
|
|
1500
|
+
var root$p = $.from_html(`<kol-link><!></kol-link>`, 2);
|
|
1501
1501
|
function KolLink($$anchor, $$props) {
|
|
1502
1502
|
$.push($$props, false);
|
|
1503
1503
|
let __ref = $.mutable_source();
|
|
@@ -1534,7 +1534,7 @@ function KolLink($$anchor, $$props) {
|
|
|
1534
1534
|
$.legacy_pre_effect_reset();
|
|
1535
1535
|
var $$exports = { kolFocus, getWebComponent };
|
|
1536
1536
|
$.init();
|
|
1537
|
-
var kol_link = root$
|
|
1537
|
+
var kol_link = root$p();
|
|
1538
1538
|
$.template_effect(() => $.set_custom_element_data(kol_link, "_access-key", _accessKey()));
|
|
1539
1539
|
$.template_effect(() => $.set_custom_element_data(kol_link, "_aria-current-value", _ariaCurrentValue()));
|
|
1540
1540
|
$.template_effect(() => $.set_custom_element_data(kol_link, "_aria-controls", _ariaControls()));
|
|
@@ -1561,7 +1561,7 @@ function KolLink($$anchor, $$props) {
|
|
|
1561
1561
|
return $.pop($$exports);
|
|
1562
1562
|
}
|
|
1563
1563
|
|
|
1564
|
-
var root$
|
|
1564
|
+
var root$o = $.from_html(`<kol-link-button><!></kol-link-button>`, 2);
|
|
1565
1565
|
function KolLinkButton($$anchor, $$props) {
|
|
1566
1566
|
$.push($$props, false);
|
|
1567
1567
|
let __ref = $.mutable_source();
|
|
@@ -1598,7 +1598,7 @@ function KolLinkButton($$anchor, $$props) {
|
|
|
1598
1598
|
$.legacy_pre_effect_reset();
|
|
1599
1599
|
var $$exports = { kolFocus, getWebComponent };
|
|
1600
1600
|
$.init();
|
|
1601
|
-
var kol_link_button = root$
|
|
1601
|
+
var kol_link_button = root$o();
|
|
1602
1602
|
$.template_effect(() => $.set_custom_element_data(kol_link_button, "_access-key", _accessKey()));
|
|
1603
1603
|
$.template_effect(() => $.set_custom_element_data(kol_link_button, "_aria-current-value", _ariaCurrentValue()));
|
|
1604
1604
|
$.template_effect(() => $.set_custom_element_data(kol_link_button, "_aria-controls", _ariaControls()));
|
|
@@ -1625,7 +1625,7 @@ function KolLinkButton($$anchor, $$props) {
|
|
|
1625
1625
|
return $.pop($$exports);
|
|
1626
1626
|
}
|
|
1627
1627
|
|
|
1628
|
-
var root$
|
|
1628
|
+
var root$n = $.from_html(`<kol-modal><!></kol-modal>`, 2);
|
|
1629
1629
|
function KolModal($$anchor, $$props) {
|
|
1630
1630
|
$.push($$props, false);
|
|
1631
1631
|
let __ref = $.mutable_source();
|
|
@@ -1650,7 +1650,7 @@ function KolModal($$anchor, $$props) {
|
|
|
1650
1650
|
$.legacy_pre_effect_reset();
|
|
1651
1651
|
var $$exports = { openModal, closeModal, getWebComponent };
|
|
1652
1652
|
$.init();
|
|
1653
|
-
var kol_modal = root$
|
|
1653
|
+
var kol_modal = root$n();
|
|
1654
1654
|
$.template_effect(() => $.set_custom_element_data(kol_modal, "_label", _label()));
|
|
1655
1655
|
$.template_effect(() => $.set_custom_element_data(kol_modal, "_width", _width()));
|
|
1656
1656
|
$.template_effect(() => $.set_custom_element_data(kol_modal, "_variant", _variant()));
|
|
@@ -1665,7 +1665,7 @@ function KolModal($$anchor, $$props) {
|
|
|
1665
1665
|
return $.pop($$exports);
|
|
1666
1666
|
}
|
|
1667
1667
|
|
|
1668
|
-
var root$
|
|
1668
|
+
var root$m = $.from_html(`<kol-nav><!></kol-nav>`, 2);
|
|
1669
1669
|
function KolNav($$anchor, $$props) {
|
|
1670
1670
|
$.push($$props, false);
|
|
1671
1671
|
let __ref = $.mutable_source();
|
|
@@ -1681,7 +1681,7 @@ function KolNav($$anchor, $$props) {
|
|
|
1681
1681
|
});
|
|
1682
1682
|
var $$exports = { getWebComponent };
|
|
1683
1683
|
$.init();
|
|
1684
|
-
var kol_nav = root$
|
|
1684
|
+
var kol_nav = root$m();
|
|
1685
1685
|
$.template_effect(() => $.set_custom_element_data(kol_nav, "_collapsible", _collapsible()));
|
|
1686
1686
|
$.template_effect(() => $.set_custom_element_data(kol_nav, "_has-compact-button", _hasCompactButton()));
|
|
1687
1687
|
$.template_effect(() => $.set_custom_element_data(kol_nav, "_has-icons-when-expanded", _hasIconsWhenExpanded()));
|
|
@@ -1697,7 +1697,7 @@ function KolNav($$anchor, $$props) {
|
|
|
1697
1697
|
return $.pop($$exports);
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
|
-
var root$
|
|
1700
|
+
var root$l = $.from_html(`<kol-pagination><!></kol-pagination>`, 2);
|
|
1701
1701
|
function KolPagination($$anchor, $$props) {
|
|
1702
1702
|
$.push($$props, false);
|
|
1703
1703
|
let __ref = $.mutable_source();
|
|
@@ -1727,7 +1727,7 @@ function KolPagination($$anchor, $$props) {
|
|
|
1727
1727
|
$.legacy_pre_effect_reset();
|
|
1728
1728
|
var $$exports = { getWebComponent };
|
|
1729
1729
|
$.init();
|
|
1730
|
-
var kol_pagination = root$
|
|
1730
|
+
var kol_pagination = root$l();
|
|
1731
1731
|
$.template_effect(() => $.set_custom_element_data(kol_pagination, "_boundary-count", _boundaryCount()));
|
|
1732
1732
|
$.template_effect(() => $.set_custom_element_data(kol_pagination, "_custom-class", _customClass()));
|
|
1733
1733
|
$.template_effect(() => $.set_custom_element_data(kol_pagination, "_label", _label()));
|
|
@@ -1747,7 +1747,7 @@ function KolPagination($$anchor, $$props) {
|
|
|
1747
1747
|
return $.pop($$exports);
|
|
1748
1748
|
}
|
|
1749
1749
|
|
|
1750
|
-
var root$
|
|
1750
|
+
var root$k = $.from_html(`<kol-pagination-wc><!></kol-pagination-wc>`, 2);
|
|
1751
1751
|
function KolPaginationWc($$anchor, $$props) {
|
|
1752
1752
|
$.push($$props, false);
|
|
1753
1753
|
let __ref = $.mutable_source();
|
|
@@ -1777,7 +1777,7 @@ function KolPaginationWc($$anchor, $$props) {
|
|
|
1777
1777
|
$.legacy_pre_effect_reset();
|
|
1778
1778
|
var $$exports = { getWebComponent };
|
|
1779
1779
|
$.init();
|
|
1780
|
-
var kol_pagination_wc = root$
|
|
1780
|
+
var kol_pagination_wc = root$k();
|
|
1781
1781
|
$.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_boundary-count", _boundaryCount()));
|
|
1782
1782
|
$.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_custom-class", _customClass()));
|
|
1783
1783
|
$.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_label", _label()));
|
|
@@ -1797,7 +1797,7 @@ function KolPaginationWc($$anchor, $$props) {
|
|
|
1797
1797
|
return $.pop($$exports);
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
-
var root$
|
|
1800
|
+
var root$j = $.from_html(`<kol-popover-button><!></kol-popover-button>`, 2);
|
|
1801
1801
|
function KolPopoverButton($$anchor, $$props) {
|
|
1802
1802
|
$.push($$props, false);
|
|
1803
1803
|
let __ref = $.mutable_source();
|
|
@@ -1841,7 +1841,7 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1841
1841
|
$.legacy_pre_effect_reset();
|
|
1842
1842
|
var $$exports = { hidePopover, showPopover, kolFocus, getWebComponent };
|
|
1843
1843
|
$.init();
|
|
1844
|
-
var kol_popover_button = root$
|
|
1844
|
+
var kol_popover_button = root$j();
|
|
1845
1845
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_access-key", _accessKey()));
|
|
1846
1846
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_aria-controls", _ariaControls()));
|
|
1847
1847
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_aria-description", _ariaDescription()));
|
|
@@ -1875,7 +1875,7 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1875
1875
|
return $.pop($$exports);
|
|
1876
1876
|
}
|
|
1877
1877
|
|
|
1878
|
-
var root$
|
|
1878
|
+
var root$i = $.from_html(`<kol-popover-button-wc><!></kol-popover-button-wc>`, 2);
|
|
1879
1879
|
function KolPopoverButtonWc($$anchor, $$props) {
|
|
1880
1880
|
$.push($$props, false);
|
|
1881
1881
|
let __ref = $.mutable_source();
|
|
@@ -1919,7 +1919,7 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1919
1919
|
$.legacy_pre_effect_reset();
|
|
1920
1920
|
var $$exports = { hidePopover, showPopover, kolFocus, getWebComponent };
|
|
1921
1921
|
$.init();
|
|
1922
|
-
var kol_popover_button_wc = root$
|
|
1922
|
+
var kol_popover_button_wc = root$i();
|
|
1923
1923
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_access-key", _accessKey()));
|
|
1924
1924
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_aria-controls", _ariaControls()));
|
|
1925
1925
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_aria-description", _ariaDescription()));
|
|
@@ -1953,7 +1953,7 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1953
1953
|
return $.pop($$exports);
|
|
1954
1954
|
}
|
|
1955
1955
|
|
|
1956
|
-
var root$
|
|
1956
|
+
var root$h = $.from_html(`<kol-progress><!></kol-progress>`, 2);
|
|
1957
1957
|
function KolProgress($$anchor, $$props) {
|
|
1958
1958
|
$.push($$props, false);
|
|
1959
1959
|
let __ref = $.mutable_source();
|
|
@@ -1968,7 +1968,7 @@ function KolProgress($$anchor, $$props) {
|
|
|
1968
1968
|
});
|
|
1969
1969
|
var $$exports = { getWebComponent };
|
|
1970
1970
|
$.init();
|
|
1971
|
-
var kol_progress = root$
|
|
1971
|
+
var kol_progress = root$h();
|
|
1972
1972
|
$.template_effect(() => $.set_custom_element_data(kol_progress, "_label", _label()));
|
|
1973
1973
|
$.template_effect(() => $.set_custom_element_data(kol_progress, "_max", _max()));
|
|
1974
1974
|
$.template_effect(() => $.set_custom_element_data(kol_progress, "_unit", _unit()));
|
|
@@ -1983,7 +1983,7 @@ function KolProgress($$anchor, $$props) {
|
|
|
1983
1983
|
return $.pop($$exports);
|
|
1984
1984
|
}
|
|
1985
1985
|
|
|
1986
|
-
var root$
|
|
1986
|
+
var root$g = $.from_html(`<kol-quote><!></kol-quote>`, 2);
|
|
1987
1987
|
function KolQuote($$anchor, $$props) {
|
|
1988
1988
|
$.push($$props, false);
|
|
1989
1989
|
let __ref = $.mutable_source();
|
|
@@ -1997,7 +1997,7 @@ function KolQuote($$anchor, $$props) {
|
|
|
1997
1997
|
});
|
|
1998
1998
|
var $$exports = { getWebComponent };
|
|
1999
1999
|
$.init();
|
|
2000
|
-
var kol_quote = root$
|
|
2000
|
+
var kol_quote = root$g();
|
|
2001
2001
|
$.template_effect(() => $.set_custom_element_data(kol_quote, "_label", _label()));
|
|
2002
2002
|
$.template_effect(() => $.set_custom_element_data(kol_quote, "_href", _href()));
|
|
2003
2003
|
$.template_effect(() => $.set_custom_element_data(kol_quote, "_quote", _quote()));
|
|
@@ -2011,7 +2011,7 @@ function KolQuote($$anchor, $$props) {
|
|
|
2011
2011
|
return $.pop($$exports);
|
|
2012
2012
|
}
|
|
2013
2013
|
|
|
2014
|
-
var root$
|
|
2014
|
+
var root$f = $.from_html(`<kol-select><!></kol-select>`, 2);
|
|
2015
2015
|
function KolSelect($$anchor, $$props) {
|
|
2016
2016
|
$.push($$props, false);
|
|
2017
2017
|
let __ref = $.mutable_source();
|
|
@@ -2053,7 +2053,7 @@ function KolSelect($$anchor, $$props) {
|
|
|
2053
2053
|
$.legacy_pre_effect_reset();
|
|
2054
2054
|
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
2055
2055
|
$.init();
|
|
2056
|
-
var kol_select = root$
|
|
2056
|
+
var kol_select = root$f();
|
|
2057
2057
|
$.template_effect(() => $.set_custom_element_data(kol_select, "_access-key", _accessKey()));
|
|
2058
2058
|
$.template_effect(() => $.set_custom_element_data(kol_select, "_disabled", _disabled()));
|
|
2059
2059
|
$.template_effect(() => $.set_custom_element_data(kol_select, "_hide-msg", _hideMsg()));
|
|
@@ -2085,6 +2085,80 @@ function KolSelect($$anchor, $$props) {
|
|
|
2085
2085
|
return $.pop($$exports);
|
|
2086
2086
|
}
|
|
2087
2087
|
|
|
2088
|
+
var root$e = $.from_html(`<kol-select-wc><!></kol-select-wc>`, 2);
|
|
2089
|
+
function KolSelectWc($$anchor, $$props) {
|
|
2090
|
+
$.push($$props, false);
|
|
2091
|
+
let __ref = $.mutable_source();
|
|
2092
|
+
let __mounted = $.mutable_source(false);
|
|
2093
|
+
createEventDispatcher();
|
|
2094
|
+
let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
|
|
2095
|
+
let _disabled = $.prop($$props, "_disabled", 8, void 0);
|
|
2096
|
+
let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
|
|
2097
|
+
let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
|
|
2098
|
+
let _hint = $.prop($$props, "_hint", 8, void 0);
|
|
2099
|
+
let _icons = $.prop($$props, "_icons", 8, void 0);
|
|
2100
|
+
let _id = $.prop($$props, "_id", 8, void 0);
|
|
2101
|
+
let _label = $.prop($$props, "_label", 8);
|
|
2102
|
+
let _msg = $.prop($$props, "_msg", 8, void 0);
|
|
2103
|
+
let _multiple = $.prop($$props, "_multiple", 8, void 0);
|
|
2104
|
+
let _name = $.prop($$props, "_name", 8, void 0);
|
|
2105
|
+
let _on = $.prop($$props, "_on", 8, void 0);
|
|
2106
|
+
let _options = $.prop($$props, "_options", 8);
|
|
2107
|
+
let _required = $.prop($$props, "_required", 8, void 0);
|
|
2108
|
+
let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
|
|
2109
|
+
let _rows = $.prop($$props, "_rows", 8, void 0);
|
|
2110
|
+
let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
|
|
2111
|
+
let _tabIndex = $.prop($$props, "_tabIndex", 8, void 0);
|
|
2112
|
+
let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
|
|
2113
|
+
let _touched = $.prop($$props, "_touched", 8, void 0);
|
|
2114
|
+
let _value = $.prop($$props, "_value", 8, void 0);
|
|
2115
|
+
const getValue = (...args) => $.get(__ref).getValue(...args);
|
|
2116
|
+
const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
|
|
2117
|
+
const getWebComponent = () => $.get(__ref);
|
|
2118
|
+
onMount(() => {
|
|
2119
|
+
$.set(__mounted, true);
|
|
2120
|
+
});
|
|
2121
|
+
const setProp = (prop, value) => {
|
|
2122
|
+
if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
|
|
2123
|
+
};
|
|
2124
|
+
$.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
|
|
2125
|
+
if ($.get(__mounted)) setProp("_on", _on());
|
|
2126
|
+
});
|
|
2127
|
+
$.legacy_pre_effect_reset();
|
|
2128
|
+
var $$exports = { getValue, kolFocus, getWebComponent };
|
|
2129
|
+
$.init();
|
|
2130
|
+
var kol_select_wc = root$e();
|
|
2131
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_access-key", _accessKey()));
|
|
2132
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_disabled", _disabled()));
|
|
2133
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_hide-msg", _hideMsg()));
|
|
2134
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_hide-label", _hideLabel()));
|
|
2135
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_hint", _hint()));
|
|
2136
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_icons", _icons()));
|
|
2137
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_id", _id()));
|
|
2138
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_label", _label()));
|
|
2139
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_msg", _msg()));
|
|
2140
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_multiple", _multiple()));
|
|
2141
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_name", _name()));
|
|
2142
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_options", _options()));
|
|
2143
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_required", _required()));
|
|
2144
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_short-key", _shortKey()));
|
|
2145
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_rows", _rows()));
|
|
2146
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_sync-value-by-selector", _syncValueBySelector()));
|
|
2147
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_tab-index", _tabIndex()));
|
|
2148
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_tooltip-align", _tooltipAlign()));
|
|
2149
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_touched", _touched()));
|
|
2150
|
+
$.template_effect(() => $.set_custom_element_data(kol_select_wc, "_value", _value()));
|
|
2151
|
+
var node = $.child(kol_select_wc);
|
|
2152
|
+
$.slot(node, $$props, "default", {}, null);
|
|
2153
|
+
$.reset(kol_select_wc);
|
|
2154
|
+
$.bind_this(kol_select_wc, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
|
|
2155
|
+
$.append($$anchor, kol_select_wc);
|
|
2156
|
+
$.bind_prop($$props, "getValue", getValue);
|
|
2157
|
+
$.bind_prop($$props, "kolFocus", kolFocus);
|
|
2158
|
+
$.bind_prop($$props, "getWebComponent", getWebComponent);
|
|
2159
|
+
return $.pop($$exports);
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2088
2162
|
var root$d = $.from_html(`<kol-single-select><!></kol-single-select>`, 2);
|
|
2089
2163
|
function KolSingleSelect($$anchor, $$props) {
|
|
2090
2164
|
$.push($$props, false);
|
|
@@ -2110,7 +2184,7 @@ function KolSingleSelect($$anchor, $$props) {
|
|
|
2110
2184
|
let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
|
|
2111
2185
|
let _touched = $.prop($$props, "_touched", 8, void 0);
|
|
2112
2186
|
let _value = $.prop($$props, "_value", 8, void 0);
|
|
2113
|
-
let
|
|
2187
|
+
let _hasClearButton = $.prop($$props, "_hasClearButton", 8, void 0);
|
|
2114
2188
|
let _rows = $.prop($$props, "_rows", 8, void 0);
|
|
2115
2189
|
const getValue = (...args) => $.get(__ref).getValue(...args);
|
|
2116
2190
|
const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
|
|
@@ -2146,7 +2220,7 @@ function KolSingleSelect($$anchor, $$props) {
|
|
|
2146
2220
|
$.template_effect(() => $.set_custom_element_data(kol_single_select, "_tooltip-align", _tooltipAlign()));
|
|
2147
2221
|
$.template_effect(() => $.set_custom_element_data(kol_single_select, "_touched", _touched()));
|
|
2148
2222
|
$.template_effect(() => $.set_custom_element_data(kol_single_select, "_value", _value()));
|
|
2149
|
-
$.template_effect(() => $.set_custom_element_data(kol_single_select, "
|
|
2223
|
+
$.template_effect(() => $.set_custom_element_data(kol_single_select, "_has-clear-button", _hasClearButton()));
|
|
2150
2224
|
$.template_effect(() => $.set_custom_element_data(kol_single_select, "_rows", _rows()));
|
|
2151
2225
|
var node = $.child(kol_single_select);
|
|
2152
2226
|
$.slot(node, $$props, "default", {}, null);
|
|
@@ -2689,4 +2763,4 @@ function KolVersion($$anchor, $$props) {
|
|
|
2689
2763
|
return $.pop($$exports);
|
|
2690
2764
|
}
|
|
2691
2765
|
|
|
2692
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion };
|
|
2766
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion };
|