@public-ui/svelte 4.0.0-alpha.5

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.mjs ADDED
@@ -0,0 +1,2686 @@
1
+ import '@public-ui/components/dist/loader';
2
+ import 'svelte/internal/disclose-version';
3
+ import 'svelte/internal/flags/legacy';
4
+ import * as $ from 'svelte/internal/client';
5
+ import { createEventDispatcher, onMount } from 'svelte';
6
+
7
+ var root$Q = $.from_html(`<kol-abbr><!></kol-abbr>`, 2);
8
+ function KolAbbr($$anchor, $$props) {
9
+ $.push($$props, false);
10
+ let __ref = $.mutable_source();
11
+ createEventDispatcher();
12
+ let _label = $.prop($$props, "_label", 8, void 0);
13
+ const getWebComponent = () => $.get(__ref);
14
+ onMount(() => {
15
+ });
16
+ var $$exports = { getWebComponent };
17
+ $.init();
18
+ var kol_abbr = root$Q();
19
+ $.template_effect(() => $.set_custom_element_data(kol_abbr, "_label", _label()));
20
+ var node = $.child(kol_abbr);
21
+ $.slot(node, $$props, "default", {}, null);
22
+ $.reset(kol_abbr);
23
+ $.bind_this(kol_abbr, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
24
+ $.append($$anchor, kol_abbr);
25
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
26
+ return $.pop($$exports);
27
+ }
28
+
29
+ var root$P = $.from_html(`<kol-accordion><!></kol-accordion>`, 2);
30
+ function KolAccordion($$anchor, $$props) {
31
+ $.push($$props, false);
32
+ let __ref = $.mutable_source();
33
+ let __mounted = $.mutable_source(false);
34
+ createEventDispatcher();
35
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
36
+ let _label = $.prop($$props, "_label", 8);
37
+ let _level = $.prop($$props, "_level", 8, void 0);
38
+ let _on = $.prop($$props, "_on", 8, void 0);
39
+ let _open = $.prop($$props, "_open", 8, void 0);
40
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
41
+ const getWebComponent = () => $.get(__ref);
42
+ onMount(() => {
43
+ $.set(__mounted, true);
44
+ });
45
+ const setProp = (prop, value) => {
46
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
47
+ };
48
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
49
+ if ($.get(__mounted)) setProp("_on", _on());
50
+ });
51
+ $.legacy_pre_effect_reset();
52
+ var $$exports = { kolFocus, getWebComponent };
53
+ $.init();
54
+ var kol_accordion = root$P();
55
+ $.template_effect(() => $.set_custom_element_data(kol_accordion, "_disabled", _disabled()));
56
+ $.template_effect(() => $.set_custom_element_data(kol_accordion, "_label", _label()));
57
+ $.template_effect(() => $.set_custom_element_data(kol_accordion, "_level", _level()));
58
+ $.template_effect(() => $.set_custom_element_data(kol_accordion, "_open", _open()));
59
+ var node = $.child(kol_accordion);
60
+ $.slot(node, $$props, "default", {}, null);
61
+ $.reset(kol_accordion);
62
+ $.bind_this(kol_accordion, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
63
+ $.append($$anchor, kol_accordion);
64
+ $.bind_prop($$props, "kolFocus", kolFocus);
65
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
66
+ return $.pop($$exports);
67
+ }
68
+
69
+ var root$O = $.from_html(`<kol-alert><!></kol-alert>`, 2);
70
+ function KolAlert($$anchor, $$props) {
71
+ $.push($$props, false);
72
+ let __ref = $.mutable_source();
73
+ let __mounted = $.mutable_source(false);
74
+ createEventDispatcher();
75
+ let _alert = $.prop($$props, "_alert", 8, void 0);
76
+ let _hasCloser = $.prop($$props, "_hasCloser", 8, void 0);
77
+ let _label = $.prop($$props, "_label", 8, void 0);
78
+ let _level = $.prop($$props, "_level", 8, void 0);
79
+ let _on = $.prop($$props, "_on", 8, void 0);
80
+ let _type = $.prop($$props, "_type", 8, void 0);
81
+ let _variant = $.prop($$props, "_variant", 8, void 0);
82
+ const getWebComponent = () => $.get(__ref);
83
+ onMount(() => {
84
+ $.set(__mounted, true);
85
+ });
86
+ const setProp = (prop, value) => {
87
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
88
+ };
89
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
90
+ if ($.get(__mounted)) setProp("_on", _on());
91
+ });
92
+ $.legacy_pre_effect_reset();
93
+ var $$exports = { getWebComponent };
94
+ $.init();
95
+ var kol_alert = root$O();
96
+ $.template_effect(() => $.set_custom_element_data(kol_alert, "_alert", _alert()));
97
+ $.template_effect(() => $.set_custom_element_data(kol_alert, "_has-closer", _hasCloser()));
98
+ $.template_effect(() => $.set_custom_element_data(kol_alert, "_label", _label()));
99
+ $.template_effect(() => $.set_custom_element_data(kol_alert, "_level", _level()));
100
+ $.template_effect(() => $.set_custom_element_data(kol_alert, "_type", _type()));
101
+ $.template_effect(() => $.set_custom_element_data(kol_alert, "_variant", _variant()));
102
+ var node = $.child(kol_alert);
103
+ $.slot(node, $$props, "default", {}, null);
104
+ $.reset(kol_alert);
105
+ $.bind_this(kol_alert, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
106
+ $.append($$anchor, kol_alert);
107
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
108
+ return $.pop($$exports);
109
+ }
110
+
111
+ var root$N = $.from_html(`<kol-avatar><!></kol-avatar>`, 2);
112
+ function KolAvatar($$anchor, $$props) {
113
+ $.push($$props, false);
114
+ let __ref = $.mutable_source();
115
+ createEventDispatcher();
116
+ let _color = $.prop($$props, "_color", 8, void 0);
117
+ let _src = $.prop($$props, "_src", 8, void 0);
118
+ let _label = $.prop($$props, "_label", 8);
119
+ const getWebComponent = () => $.get(__ref);
120
+ onMount(() => {
121
+ });
122
+ var $$exports = { getWebComponent };
123
+ $.init();
124
+ var kol_avatar = root$N();
125
+ $.template_effect(() => $.set_custom_element_data(kol_avatar, "_color", _color()));
126
+ $.template_effect(() => $.set_custom_element_data(kol_avatar, "_src", _src()));
127
+ $.template_effect(() => $.set_custom_element_data(kol_avatar, "_label", _label()));
128
+ var node = $.child(kol_avatar);
129
+ $.slot(node, $$props, "default", {}, null);
130
+ $.reset(kol_avatar);
131
+ $.bind_this(kol_avatar, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
132
+ $.append($$anchor, kol_avatar);
133
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
134
+ return $.pop($$exports);
135
+ }
136
+
137
+ var root$M = $.from_html(`<kol-badge><!></kol-badge>`, 2);
138
+ function KolBadge($$anchor, $$props) {
139
+ $.push($$props, false);
140
+ let __ref = $.mutable_source();
141
+ createEventDispatcher();
142
+ let _color = $.prop($$props, "_color", 8, void 0);
143
+ let _icons = $.prop($$props, "_icons", 8, void 0);
144
+ let _label = $.prop($$props, "_label", 8);
145
+ let _smartButton = $.prop($$props, "_smartButton", 8, void 0);
146
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
147
+ const getWebComponent = () => $.get(__ref);
148
+ onMount(() => {
149
+ });
150
+ var $$exports = { kolFocus, getWebComponent };
151
+ $.init();
152
+ var kol_badge = root$M();
153
+ $.template_effect(() => $.set_custom_element_data(kol_badge, "_color", _color()));
154
+ $.template_effect(() => $.set_custom_element_data(kol_badge, "_icons", _icons()));
155
+ $.template_effect(() => $.set_custom_element_data(kol_badge, "_label", _label()));
156
+ $.template_effect(() => $.set_custom_element_data(kol_badge, "_smart-button", _smartButton()));
157
+ var node = $.child(kol_badge);
158
+ $.slot(node, $$props, "default", {}, null);
159
+ $.reset(kol_badge);
160
+ $.bind_this(kol_badge, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
161
+ $.append($$anchor, kol_badge);
162
+ $.bind_prop($$props, "kolFocus", kolFocus);
163
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
164
+ return $.pop($$exports);
165
+ }
166
+
167
+ var root$L = $.from_html(`<kol-breadcrumb><!></kol-breadcrumb>`, 2);
168
+ function KolBreadcrumb($$anchor, $$props) {
169
+ $.push($$props, false);
170
+ let __ref = $.mutable_source();
171
+ createEventDispatcher();
172
+ let _label = $.prop($$props, "_label", 8);
173
+ let _links = $.prop($$props, "_links", 8);
174
+ const getWebComponent = () => $.get(__ref);
175
+ onMount(() => {
176
+ });
177
+ var $$exports = { getWebComponent };
178
+ $.init();
179
+ var kol_breadcrumb = root$L();
180
+ $.template_effect(() => $.set_custom_element_data(kol_breadcrumb, "_label", _label()));
181
+ $.template_effect(() => $.set_custom_element_data(kol_breadcrumb, "_links", _links()));
182
+ var node = $.child(kol_breadcrumb);
183
+ $.slot(node, $$props, "default", {}, null);
184
+ $.reset(kol_breadcrumb);
185
+ $.bind_this(kol_breadcrumb, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
186
+ $.append($$anchor, kol_breadcrumb);
187
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
188
+ return $.pop($$exports);
189
+ }
190
+
191
+ var root$K = $.from_html(`<kol-button><!></kol-button>`, 2);
192
+ function KolButton($$anchor, $$props) {
193
+ $.push($$props, false);
194
+ let __ref = $.mutable_source();
195
+ let __mounted = $.mutable_source(false);
196
+ createEventDispatcher();
197
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
198
+ let _ariaControls = $.prop($$props, "_ariaControls", 8, void 0);
199
+ let _ariaDescription = $.prop($$props, "_ariaDescription", 8, void 0);
200
+ let _ariaExpanded = $.prop($$props, "_ariaExpanded", 8, void 0);
201
+ let _ariaSelected = $.prop($$props, "_ariaSelected", 8, void 0);
202
+ let _customClass = $.prop($$props, "_customClass", 8, void 0);
203
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
204
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
205
+ let _icons = $.prop($$props, "_icons", 8, void 0);
206
+ let _id = $.prop($$props, "_id", 8, void 0);
207
+ let _label = $.prop($$props, "_label", 8);
208
+ let _name = $.prop($$props, "_name", 8, void 0);
209
+ let _on = $.prop($$props, "_on", 8, void 0);
210
+ let _role = $.prop($$props, "_role", 8, void 0);
211
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
212
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
213
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
214
+ let _type = $.prop($$props, "_type", 8, void 0);
215
+ let _value = $.prop($$props, "_value", 8, void 0);
216
+ let _variant = $.prop($$props, "_variant", 8, void 0);
217
+ const getValue = (...args) => $.get(__ref).getValue(...args);
218
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
219
+ const getWebComponent = () => $.get(__ref);
220
+ onMount(() => {
221
+ $.set(__mounted, true);
222
+ });
223
+ const setProp = (prop, value) => {
224
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
225
+ };
226
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
227
+ if ($.get(__mounted)) setProp("_on", _on());
228
+ });
229
+ $.legacy_pre_effect_reset();
230
+ var $$exports = { getValue, kolFocus, getWebComponent };
231
+ $.init();
232
+ var kol_button = root$K();
233
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_access-key", _accessKey()));
234
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_aria-controls", _ariaControls()));
235
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_aria-description", _ariaDescription()));
236
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_aria-expanded", _ariaExpanded()));
237
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_aria-selected", _ariaSelected()));
238
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_custom-class", _customClass()));
239
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_disabled", _disabled()));
240
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_hide-label", _hideLabel()));
241
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_icons", _icons()));
242
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_id", _id()));
243
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_label", _label()));
244
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_name", _name()));
245
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_role", _role()));
246
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_short-key", _shortKey()));
247
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_sync-value-by-selector", _syncValueBySelector()));
248
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_tooltip-align", _tooltipAlign()));
249
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_type", _type()));
250
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_value", _value()));
251
+ $.template_effect(() => $.set_custom_element_data(kol_button, "_variant", _variant()));
252
+ var node = $.child(kol_button);
253
+ $.slot(node, $$props, "default", {}, null);
254
+ $.reset(kol_button);
255
+ $.bind_this(kol_button, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
256
+ $.append($$anchor, kol_button);
257
+ $.bind_prop($$props, "getValue", getValue);
258
+ $.bind_prop($$props, "kolFocus", kolFocus);
259
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
260
+ return $.pop($$exports);
261
+ }
262
+
263
+ var root$J = $.from_html(`<kol-button-link><!></kol-button-link>`, 2);
264
+ function KolButtonLink($$anchor, $$props) {
265
+ $.push($$props, false);
266
+ let __ref = $.mutable_source();
267
+ let __mounted = $.mutable_source(false);
268
+ createEventDispatcher();
269
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
270
+ let _ariaControls = $.prop($$props, "_ariaControls", 8, void 0);
271
+ let _ariaDescription = $.prop($$props, "_ariaDescription", 8, void 0);
272
+ let _ariaExpanded = $.prop($$props, "_ariaExpanded", 8, void 0);
273
+ let _ariaSelected = $.prop($$props, "_ariaSelected", 8, void 0);
274
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
275
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
276
+ let _icons = $.prop($$props, "_icons", 8, void 0);
277
+ let _id = $.prop($$props, "_id", 8, void 0);
278
+ let _label = $.prop($$props, "_label", 8);
279
+ let _variant = $.prop($$props, "_variant", 8, void 0);
280
+ let _name = $.prop($$props, "_name", 8, void 0);
281
+ let _on = $.prop($$props, "_on", 8, void 0);
282
+ let _role = $.prop($$props, "_role", 8, void 0);
283
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
284
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
285
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
286
+ let _type = $.prop($$props, "_type", 8, void 0);
287
+ let _value = $.prop($$props, "_value", 8, void 0);
288
+ const getValue = (...args) => $.get(__ref).getValue(...args);
289
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
290
+ const getWebComponent = () => $.get(__ref);
291
+ onMount(() => {
292
+ $.set(__mounted, true);
293
+ });
294
+ const setProp = (prop, value) => {
295
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
296
+ };
297
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
298
+ if ($.get(__mounted)) setProp("_on", _on());
299
+ });
300
+ $.legacy_pre_effect_reset();
301
+ var $$exports = { getValue, kolFocus, getWebComponent };
302
+ $.init();
303
+ var kol_button_link = root$J();
304
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_access-key", _accessKey()));
305
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_aria-controls", _ariaControls()));
306
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_aria-description", _ariaDescription()));
307
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_aria-expanded", _ariaExpanded()));
308
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_aria-selected", _ariaSelected()));
309
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_disabled", _disabled()));
310
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_hide-label", _hideLabel()));
311
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_icons", _icons()));
312
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_id", _id()));
313
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_label", _label()));
314
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_variant", _variant()));
315
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_name", _name()));
316
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_role", _role()));
317
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_short-key", _shortKey()));
318
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_sync-value-by-selector", _syncValueBySelector()));
319
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_tooltip-align", _tooltipAlign()));
320
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_type", _type()));
321
+ $.template_effect(() => $.set_custom_element_data(kol_button_link, "_value", _value()));
322
+ var node = $.child(kol_button_link);
323
+ $.slot(node, $$props, "default", {}, null);
324
+ $.reset(kol_button_link);
325
+ $.bind_this(kol_button_link, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
326
+ $.append($$anchor, kol_button_link);
327
+ $.bind_prop($$props, "getValue", getValue);
328
+ $.bind_prop($$props, "kolFocus", kolFocus);
329
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
330
+ return $.pop($$exports);
331
+ }
332
+
333
+ var root$I = $.from_html(`<kol-card><!></kol-card>`, 2);
334
+ function KolCard($$anchor, $$props) {
335
+ $.push($$props, false);
336
+ let __ref = $.mutable_source();
337
+ let __mounted = $.mutable_source(false);
338
+ createEventDispatcher();
339
+ let _on = $.prop($$props, "_on", 8, void 0);
340
+ let _hasCloser = $.prop($$props, "_hasCloser", 8, void 0);
341
+ let _label = $.prop($$props, "_label", 8);
342
+ let _level = $.prop($$props, "_level", 8, void 0);
343
+ const getWebComponent = () => $.get(__ref);
344
+ onMount(() => {
345
+ $.set(__mounted, true);
346
+ });
347
+ const setProp = (prop, value) => {
348
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
349
+ };
350
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
351
+ if ($.get(__mounted)) setProp("_on", _on());
352
+ });
353
+ $.legacy_pre_effect_reset();
354
+ var $$exports = { getWebComponent };
355
+ $.init();
356
+ var kol_card = root$I();
357
+ $.template_effect(() => $.set_custom_element_data(kol_card, "_has-closer", _hasCloser()));
358
+ $.template_effect(() => $.set_custom_element_data(kol_card, "_label", _label()));
359
+ $.template_effect(() => $.set_custom_element_data(kol_card, "_level", _level()));
360
+ var node = $.child(kol_card);
361
+ $.slot(node, $$props, "default", {}, null);
362
+ $.reset(kol_card);
363
+ $.bind_this(kol_card, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
364
+ $.append($$anchor, kol_card);
365
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
366
+ return $.pop($$exports);
367
+ }
368
+
369
+ var root$H = $.from_html(`<kol-card-wc><!></kol-card-wc>`, 2);
370
+ function KolCardWc($$anchor, $$props) {
371
+ $.push($$props, false);
372
+ let __ref = $.mutable_source();
373
+ let __mounted = $.mutable_source(false);
374
+ createEventDispatcher();
375
+ let _on = $.prop($$props, "_on", 8, void 0);
376
+ let _hasCloser = $.prop($$props, "_hasCloser", 8, void 0);
377
+ let _label = $.prop($$props, "_label", 8);
378
+ let _level = $.prop($$props, "_level", 8, void 0);
379
+ const getWebComponent = () => $.get(__ref);
380
+ onMount(() => {
381
+ $.set(__mounted, true);
382
+ });
383
+ const setProp = (prop, value) => {
384
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
385
+ };
386
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
387
+ if ($.get(__mounted)) setProp("_on", _on());
388
+ });
389
+ $.legacy_pre_effect_reset();
390
+ var $$exports = { getWebComponent };
391
+ $.init();
392
+ var kol_card_wc = root$H();
393
+ $.template_effect(() => $.set_custom_element_data(kol_card_wc, "_has-closer", _hasCloser()));
394
+ $.template_effect(() => $.set_custom_element_data(kol_card_wc, "_label", _label()));
395
+ $.template_effect(() => $.set_custom_element_data(kol_card_wc, "_level", _level()));
396
+ var node = $.child(kol_card_wc);
397
+ $.slot(node, $$props, "default", {}, null);
398
+ $.reset(kol_card_wc);
399
+ $.bind_this(kol_card_wc, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
400
+ $.append($$anchor, kol_card_wc);
401
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
402
+ return $.pop($$exports);
403
+ }
404
+
405
+ var root$G = $.from_html(`<kol-combobox><!></kol-combobox>`, 2);
406
+ function KolCombobox($$anchor, $$props) {
407
+ $.push($$props, false);
408
+ let __ref = $.mutable_source();
409
+ let __mounted = $.mutable_source(false);
410
+ createEventDispatcher();
411
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
412
+ let _placeholder = $.prop($$props, "_placeholder", 8, void 0);
413
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
414
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
415
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
416
+ let _hint = $.prop($$props, "_hint", 8, void 0);
417
+ let _icons = $.prop($$props, "_icons", 8, void 0);
418
+ let _id = $.prop($$props, "_id", 8, void 0);
419
+ let _label = $.prop($$props, "_label", 8);
420
+ let _msg = $.prop($$props, "_msg", 8, void 0);
421
+ let _name = $.prop($$props, "_name", 8, void 0);
422
+ let _on = $.prop($$props, "_on", 8, void 0);
423
+ let _suggestions = $.prop($$props, "_suggestions", 8);
424
+ let _required = $.prop($$props, "_required", 8, void 0);
425
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
426
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
427
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
428
+ let _touched = $.prop($$props, "_touched", 8, void 0);
429
+ let _value = $.prop($$props, "_value", 8, void 0);
430
+ const getValue = (...args) => $.get(__ref).getValue(...args);
431
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
432
+ const getWebComponent = () => $.get(__ref);
433
+ onMount(() => {
434
+ $.set(__mounted, true);
435
+ });
436
+ const setProp = (prop, value) => {
437
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
438
+ };
439
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
440
+ if ($.get(__mounted)) setProp("_on", _on());
441
+ });
442
+ $.legacy_pre_effect_reset();
443
+ var $$exports = { getValue, kolFocus, getWebComponent };
444
+ $.init();
445
+ var kol_combobox = root$G();
446
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_access-key", _accessKey()));
447
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_placeholder", _placeholder()));
448
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_disabled", _disabled()));
449
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_hide-msg", _hideMsg()));
450
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_hide-label", _hideLabel()));
451
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_hint", _hint()));
452
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_icons", _icons()));
453
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_id", _id()));
454
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_label", _label()));
455
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_msg", _msg()));
456
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_name", _name()));
457
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_suggestions", _suggestions()));
458
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_required", _required()));
459
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_short-key", _shortKey()));
460
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_sync-value-by-selector", _syncValueBySelector()));
461
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_tooltip-align", _tooltipAlign()));
462
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_touched", _touched()));
463
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_value", _value()));
464
+ var node = $.child(kol_combobox);
465
+ $.slot(node, $$props, "default", {}, null);
466
+ $.reset(kol_combobox);
467
+ $.bind_this(kol_combobox, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
468
+ $.append($$anchor, kol_combobox);
469
+ $.bind_prop($$props, "getValue", getValue);
470
+ $.bind_prop($$props, "kolFocus", kolFocus);
471
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
472
+ return $.pop($$exports);
473
+ }
474
+
475
+ var root$F = $.from_html(`<kol-details><!></kol-details>`, 2);
476
+ function KolDetails($$anchor, $$props) {
477
+ $.push($$props, false);
478
+ let __ref = $.mutable_source();
479
+ let __mounted = $.mutable_source(false);
480
+ createEventDispatcher();
481
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
482
+ let _label = $.prop($$props, "_label", 8);
483
+ let _level = $.prop($$props, "_level", 8, void 0);
484
+ let _on = $.prop($$props, "_on", 8, void 0);
485
+ let _open = $.prop($$props, "_open", 8, void 0);
486
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
487
+ const getWebComponent = () => $.get(__ref);
488
+ onMount(() => {
489
+ $.set(__mounted, true);
490
+ });
491
+ const setProp = (prop, value) => {
492
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
493
+ };
494
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
495
+ if ($.get(__mounted)) setProp("_on", _on());
496
+ });
497
+ $.legacy_pre_effect_reset();
498
+ var $$exports = { kolFocus, getWebComponent };
499
+ $.init();
500
+ var kol_details = root$F();
501
+ $.template_effect(() => $.set_custom_element_data(kol_details, "_disabled", _disabled()));
502
+ $.template_effect(() => $.set_custom_element_data(kol_details, "_label", _label()));
503
+ $.template_effect(() => $.set_custom_element_data(kol_details, "_level", _level()));
504
+ $.template_effect(() => $.set_custom_element_data(kol_details, "_open", _open()));
505
+ var node = $.child(kol_details);
506
+ $.slot(node, $$props, "default", {}, null);
507
+ $.reset(kol_details);
508
+ $.bind_this(kol_details, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
509
+ $.append($$anchor, kol_details);
510
+ $.bind_prop($$props, "kolFocus", kolFocus);
511
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
512
+ return $.pop($$exports);
513
+ }
514
+
515
+ var root$E = $.from_html(`<kol-drawer><!></kol-drawer>`, 2);
516
+ function KolDrawer($$anchor, $$props) {
517
+ $.push($$props, false);
518
+ let __ref = $.mutable_source();
519
+ let __mounted = $.mutable_source(false);
520
+ createEventDispatcher();
521
+ let _open = $.prop($$props, "_open", 8, void 0);
522
+ let _align = $.prop($$props, "_align", 8, void 0);
523
+ let _hasCloser = $.prop($$props, "_hasCloser", 8, void 0);
524
+ let _label = $.prop($$props, "_label", 8);
525
+ let _on = $.prop($$props, "_on", 8, void 0);
526
+ const open = (...args) => $.get(__ref).open(...args);
527
+ const close = (...args) => $.get(__ref).close(...args);
528
+ const getWebComponent = () => $.get(__ref);
529
+ onMount(() => {
530
+ $.set(__mounted, true);
531
+ });
532
+ const setProp = (prop, value) => {
533
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
534
+ };
535
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
536
+ if ($.get(__mounted)) setProp("_on", _on());
537
+ });
538
+ $.legacy_pre_effect_reset();
539
+ var $$exports = { open, close, getWebComponent };
540
+ $.init();
541
+ var kol_drawer = root$E();
542
+ $.template_effect(() => $.set_custom_element_data(kol_drawer, "_open", _open()));
543
+ $.template_effect(() => $.set_custom_element_data(kol_drawer, "_align", _align()));
544
+ $.template_effect(() => $.set_custom_element_data(kol_drawer, "_has-closer", _hasCloser()));
545
+ $.template_effect(() => $.set_custom_element_data(kol_drawer, "_label", _label()));
546
+ var node = $.child(kol_drawer);
547
+ $.slot(node, $$props, "default", {}, null);
548
+ $.reset(kol_drawer);
549
+ $.bind_this(kol_drawer, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
550
+ $.append($$anchor, kol_drawer);
551
+ $.bind_prop($$props, "open", open);
552
+ $.bind_prop($$props, "close", close);
553
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
554
+ return $.pop($$exports);
555
+ }
556
+
557
+ var root$D = $.from_html(`<kol-form><!></kol-form>`, 2);
558
+ function KolForm($$anchor, $$props) {
559
+ $.push($$props, false);
560
+ let __ref = $.mutable_source();
561
+ let __mounted = $.mutable_source(false);
562
+ createEventDispatcher();
563
+ let _on = $.prop($$props, "_on", 8, void 0);
564
+ let _requiredText = $.prop($$props, "_requiredText", 8, void 0);
565
+ let _errorList = $.prop($$props, "_errorList", 8, void 0);
566
+ const focusErrorList = (...args) => $.get(__ref).focusErrorList(...args);
567
+ const getWebComponent = () => $.get(__ref);
568
+ onMount(() => {
569
+ $.set(__mounted, true);
570
+ });
571
+ const setProp = (prop, value) => {
572
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
573
+ };
574
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
575
+ if ($.get(__mounted)) setProp("_on", _on());
576
+ });
577
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_errorList())), () => {
578
+ if ($.get(__mounted)) setProp("_errorList", _errorList());
579
+ });
580
+ $.legacy_pre_effect_reset();
581
+ var $$exports = { focusErrorList, getWebComponent };
582
+ $.init();
583
+ var kol_form = root$D();
584
+ $.template_effect(() => $.set_custom_element_data(kol_form, "_required-text", _requiredText()));
585
+ var node = $.child(kol_form);
586
+ $.slot(node, $$props, "default", {}, null);
587
+ $.reset(kol_form);
588
+ $.bind_this(kol_form, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
589
+ $.append($$anchor, kol_form);
590
+ $.bind_prop($$props, "focusErrorList", focusErrorList);
591
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
592
+ return $.pop($$exports);
593
+ }
594
+
595
+ var root$C = $.from_html(`<kol-heading><!></kol-heading>`, 2);
596
+ function KolHeading($$anchor, $$props) {
597
+ $.push($$props, false);
598
+ let __ref = $.mutable_source();
599
+ createEventDispatcher();
600
+ let _label = $.prop($$props, "_label", 8);
601
+ let _level = $.prop($$props, "_level", 8, void 0);
602
+ let _secondaryHeadline = $.prop($$props, "_secondaryHeadline", 8, void 0);
603
+ const getWebComponent = () => $.get(__ref);
604
+ onMount(() => {
605
+ });
606
+ var $$exports = { getWebComponent };
607
+ $.init();
608
+ var kol_heading = root$C();
609
+ $.template_effect(() => $.set_custom_element_data(kol_heading, "_label", _label()));
610
+ $.template_effect(() => $.set_custom_element_data(kol_heading, "_level", _level()));
611
+ $.template_effect(() => $.set_custom_element_data(kol_heading, "_secondary-headline", _secondaryHeadline()));
612
+ var node = $.child(kol_heading);
613
+ $.slot(node, $$props, "default", {}, null);
614
+ $.reset(kol_heading);
615
+ $.bind_this(kol_heading, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
616
+ $.append($$anchor, kol_heading);
617
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
618
+ return $.pop($$exports);
619
+ }
620
+
621
+ var root$B = $.from_html(`<kol-icon><!></kol-icon>`, 2);
622
+ function KolIcon($$anchor, $$props) {
623
+ $.push($$props, false);
624
+ let __ref = $.mutable_source();
625
+ createEventDispatcher();
626
+ let _icons = $.prop($$props, "_icons", 8);
627
+ let _label = $.prop($$props, "_label", 8);
628
+ const getWebComponent = () => $.get(__ref);
629
+ onMount(() => {
630
+ });
631
+ var $$exports = { getWebComponent };
632
+ $.init();
633
+ var kol_icon = root$B();
634
+ $.template_effect(() => $.set_custom_element_data(kol_icon, "_icons", _icons()));
635
+ $.template_effect(() => $.set_custom_element_data(kol_icon, "_label", _label()));
636
+ var node = $.child(kol_icon);
637
+ $.slot(node, $$props, "default", {}, null);
638
+ $.reset(kol_icon);
639
+ $.bind_this(kol_icon, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
640
+ $.append($$anchor, kol_icon);
641
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
642
+ return $.pop($$exports);
643
+ }
644
+
645
+ var root$A = $.from_html(`<kol-image><!></kol-image>`, 2);
646
+ function KolImage($$anchor, $$props) {
647
+ $.push($$props, false);
648
+ let __ref = $.mutable_source();
649
+ createEventDispatcher();
650
+ let _alt = $.prop($$props, "_alt", 8);
651
+ let _loading = $.prop($$props, "_loading", 8, void 0);
652
+ let _sizes = $.prop($$props, "_sizes", 8, void 0);
653
+ let _src = $.prop($$props, "_src", 8);
654
+ let _srcset = $.prop($$props, "_srcset", 8, void 0);
655
+ const getWebComponent = () => $.get(__ref);
656
+ onMount(() => {
657
+ });
658
+ var $$exports = { getWebComponent };
659
+ $.init();
660
+ var kol_image = root$A();
661
+ $.template_effect(() => $.set_custom_element_data(kol_image, "_alt", _alt()));
662
+ $.template_effect(() => $.set_custom_element_data(kol_image, "_loading", _loading()));
663
+ $.template_effect(() => $.set_custom_element_data(kol_image, "_sizes", _sizes()));
664
+ $.template_effect(() => $.set_custom_element_data(kol_image, "_src", _src()));
665
+ $.template_effect(() => $.set_custom_element_data(kol_image, "_srcset", _srcset()));
666
+ var node = $.child(kol_image);
667
+ $.slot(node, $$props, "default", {}, null);
668
+ $.reset(kol_image);
669
+ $.bind_this(kol_image, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
670
+ $.append($$anchor, kol_image);
671
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
672
+ return $.pop($$exports);
673
+ }
674
+
675
+ var root$z = $.from_html(`<kol-input-checkbox><!></kol-input-checkbox>`, 2);
676
+ function KolInputCheckbox($$anchor, $$props) {
677
+ $.push($$props, false);
678
+ let __ref = $.mutable_source();
679
+ let __mounted = $.mutable_source(false);
680
+ createEventDispatcher();
681
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
682
+ let _checked = $.prop($$props, "_checked", 8, void 0);
683
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
684
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
685
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
686
+ let _hint = $.prop($$props, "_hint", 8, void 0);
687
+ let _icons = $.prop($$props, "_icons", 8, void 0);
688
+ let _id = $.prop($$props, "_id", 8, void 0);
689
+ let _indeterminate = $.prop($$props, "_indeterminate", 8, void 0);
690
+ let _label = $.prop($$props, "_label", 8);
691
+ let _labelAlign = $.prop($$props, "_labelAlign", 8, void 0);
692
+ let _msg = $.prop($$props, "_msg", 8, void 0);
693
+ let _name = $.prop($$props, "_name", 8, void 0);
694
+ let _on = $.prop($$props, "_on", 8, void 0);
695
+ let _required = $.prop($$props, "_required", 8, void 0);
696
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
697
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
698
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
699
+ let _touched = $.prop($$props, "_touched", 8, void 0);
700
+ let _value = $.prop($$props, "_value", 8, void 0);
701
+ let _variant = $.prop($$props, "_variant", 8, void 0);
702
+ const getValue = (...args) => $.get(__ref).getValue(...args);
703
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
704
+ const getWebComponent = () => $.get(__ref);
705
+ onMount(() => {
706
+ $.set(__mounted, true);
707
+ });
708
+ const setProp = (prop, value) => {
709
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
710
+ };
711
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
712
+ if ($.get(__mounted)) setProp("_on", _on());
713
+ });
714
+ $.legacy_pre_effect_reset();
715
+ var $$exports = { getValue, kolFocus, getWebComponent };
716
+ $.init();
717
+ var kol_input_checkbox = root$z();
718
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_access-key", _accessKey()));
719
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_checked", _checked()));
720
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_hide-msg", _hideMsg()));
721
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_disabled", _disabled()));
722
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_hide-label", _hideLabel()));
723
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_hint", _hint()));
724
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_icons", _icons()));
725
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_id", _id()));
726
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_indeterminate", _indeterminate()));
727
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_label", _label()));
728
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_label-align", _labelAlign()));
729
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_msg", _msg()));
730
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_name", _name()));
731
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_required", _required()));
732
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_short-key", _shortKey()));
733
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_sync-value-by-selector", _syncValueBySelector()));
734
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_tooltip-align", _tooltipAlign()));
735
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_touched", _touched()));
736
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_value", _value()));
737
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_variant", _variant()));
738
+ var node = $.child(kol_input_checkbox);
739
+ $.slot(node, $$props, "default", {}, null);
740
+ $.reset(kol_input_checkbox);
741
+ $.bind_this(kol_input_checkbox, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
742
+ $.append($$anchor, kol_input_checkbox);
743
+ $.bind_prop($$props, "getValue", getValue);
744
+ $.bind_prop($$props, "kolFocus", kolFocus);
745
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
746
+ return $.pop($$exports);
747
+ }
748
+
749
+ var root$y = $.from_html(`<kol-input-color><!></kol-input-color>`, 2);
750
+ function KolInputColor($$anchor, $$props) {
751
+ $.push($$props, false);
752
+ let __ref = $.mutable_source();
753
+ let __mounted = $.mutable_source(false);
754
+ createEventDispatcher();
755
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
756
+ let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
757
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
758
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
759
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
760
+ let _hint = $.prop($$props, "_hint", 8, void 0);
761
+ let _icons = $.prop($$props, "_icons", 8, void 0);
762
+ let _id = $.prop($$props, "_id", 8, void 0);
763
+ let _label = $.prop($$props, "_label", 8);
764
+ let _msg = $.prop($$props, "_msg", 8, void 0);
765
+ let _name = $.prop($$props, "_name", 8, void 0);
766
+ let _on = $.prop($$props, "_on", 8, void 0);
767
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
768
+ let _smartButton = $.prop($$props, "_smartButton", 8, void 0);
769
+ let _suggestions = $.prop($$props, "_suggestions", 8, void 0);
770
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
771
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
772
+ let _touched = $.prop($$props, "_touched", 8, void 0);
773
+ let _value = $.prop($$props, "_value", 8, void 0);
774
+ const getValue = (...args) => $.get(__ref).getValue(...args);
775
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
776
+ const getWebComponent = () => $.get(__ref);
777
+ onMount(() => {
778
+ $.set(__mounted, true);
779
+ });
780
+ const setProp = (prop, value) => {
781
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
782
+ };
783
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
784
+ if ($.get(__mounted)) setProp("_on", _on());
785
+ });
786
+ $.legacy_pre_effect_reset();
787
+ var $$exports = { getValue, kolFocus, getWebComponent };
788
+ $.init();
789
+ var kol_input_color = root$y();
790
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_access-key", _accessKey()));
791
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_auto-complete", _autoComplete()));
792
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_disabled", _disabled()));
793
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_hide-msg", _hideMsg()));
794
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_hide-label", _hideLabel()));
795
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_hint", _hint()));
796
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_icons", _icons()));
797
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_id", _id()));
798
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_label", _label()));
799
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_msg", _msg()));
800
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_name", _name()));
801
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_short-key", _shortKey()));
802
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_smart-button", _smartButton()));
803
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_suggestions", _suggestions()));
804
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_sync-value-by-selector", _syncValueBySelector()));
805
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_tooltip-align", _tooltipAlign()));
806
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_touched", _touched()));
807
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_value", _value()));
808
+ var node = $.child(kol_input_color);
809
+ $.slot(node, $$props, "default", {}, null);
810
+ $.reset(kol_input_color);
811
+ $.bind_this(kol_input_color, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
812
+ $.append($$anchor, kol_input_color);
813
+ $.bind_prop($$props, "getValue", getValue);
814
+ $.bind_prop($$props, "kolFocus", kolFocus);
815
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
816
+ return $.pop($$exports);
817
+ }
818
+
819
+ var root$x = $.from_html(`<kol-input-date><!></kol-input-date>`, 2);
820
+ function KolInputDate($$anchor, $$props) {
821
+ $.push($$props, false);
822
+ let __ref = $.mutable_source();
823
+ let __mounted = $.mutable_source(false);
824
+ createEventDispatcher();
825
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
826
+ let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
827
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
828
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
829
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
830
+ let _hint = $.prop($$props, "_hint", 8, void 0);
831
+ let _icons = $.prop($$props, "_icons", 8, void 0);
832
+ let _id = $.prop($$props, "_id", 8, void 0);
833
+ let _label = $.prop($$props, "_label", 8);
834
+ let _max = $.prop($$props, "_max", 8, void 0);
835
+ let _min = $.prop($$props, "_min", 8, void 0);
836
+ let _msg = $.prop($$props, "_msg", 8, void 0);
837
+ let _name = $.prop($$props, "_name", 8, void 0);
838
+ let _on = $.prop($$props, "_on", 8, void 0);
839
+ let _readOnly = $.prop($$props, "_readOnly", 8, void 0);
840
+ let _required = $.prop($$props, "_required", 8, void 0);
841
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
842
+ let _smartButton = $.prop($$props, "_smartButton", 8, void 0);
843
+ let _suggestions = $.prop($$props, "_suggestions", 8, void 0);
844
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
845
+ let _step = $.prop($$props, "_step", 8, void 0);
846
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
847
+ let _touched = $.prop($$props, "_touched", 8, void 0);
848
+ let _type = $.prop($$props, "_type", 8, void 0);
849
+ let _value = $.prop($$props, "_value", 8, void 0);
850
+ const getValue = (...args) => $.get(__ref).getValue(...args);
851
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
852
+ const reset = (...args) => $.get(__ref).reset(...args);
853
+ const getWebComponent = () => $.get(__ref);
854
+ onMount(() => {
855
+ $.set(__mounted, true);
856
+ });
857
+ const setProp = (prop, value) => {
858
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
859
+ };
860
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
861
+ if ($.get(__mounted)) setProp("_on", _on());
862
+ });
863
+ $.legacy_pre_effect_reset();
864
+ var $$exports = { getValue, kolFocus, reset, getWebComponent };
865
+ $.init();
866
+ var kol_input_date = root$x();
867
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_access-key", _accessKey()));
868
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_auto-complete", _autoComplete()));
869
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_disabled", _disabled()));
870
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_hide-msg", _hideMsg()));
871
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_hide-label", _hideLabel()));
872
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_hint", _hint()));
873
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_icons", _icons()));
874
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_id", _id()));
875
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_label", _label()));
876
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_max", _max()));
877
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_min", _min()));
878
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_msg", _msg()));
879
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_name", _name()));
880
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_read-only", _readOnly()));
881
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_required", _required()));
882
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_short-key", _shortKey()));
883
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_smart-button", _smartButton()));
884
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_suggestions", _suggestions()));
885
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_sync-value-by-selector", _syncValueBySelector()));
886
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_step", _step()));
887
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_tooltip-align", _tooltipAlign()));
888
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_touched", _touched()));
889
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_type", _type()));
890
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_value", _value()));
891
+ var node = $.child(kol_input_date);
892
+ $.slot(node, $$props, "default", {}, null);
893
+ $.reset(kol_input_date);
894
+ $.bind_this(kol_input_date, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
895
+ $.append($$anchor, kol_input_date);
896
+ $.bind_prop($$props, "getValue", getValue);
897
+ $.bind_prop($$props, "kolFocus", kolFocus);
898
+ $.bind_prop($$props, "reset", reset);
899
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
900
+ return $.pop($$exports);
901
+ }
902
+
903
+ var root$w = $.from_html(`<kol-input-email><!></kol-input-email>`, 2);
904
+ function KolInputEmail($$anchor, $$props) {
905
+ $.push($$props, false);
906
+ let __ref = $.mutable_source();
907
+ let __mounted = $.mutable_source(false);
908
+ createEventDispatcher();
909
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
910
+ let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
911
+ let _hasCounter = $.prop($$props, "_hasCounter", 8, void 0);
912
+ let _maxLengthBehavior = $.prop($$props, "_maxLengthBehavior", 8, void 0);
913
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
914
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
915
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
916
+ let _hint = $.prop($$props, "_hint", 8, void 0);
917
+ let _icons = $.prop($$props, "_icons", 8, void 0);
918
+ let _id = $.prop($$props, "_id", 8, void 0);
919
+ let _label = $.prop($$props, "_label", 8);
920
+ let _maxLength = $.prop($$props, "_maxLength", 8, void 0);
921
+ let _msg = $.prop($$props, "_msg", 8, void 0);
922
+ let _multiple = $.prop($$props, "_multiple", 8, void 0);
923
+ let _name = $.prop($$props, "_name", 8, void 0);
924
+ let _on = $.prop($$props, "_on", 8, void 0);
925
+ let _pattern = $.prop($$props, "_pattern", 8, void 0);
926
+ let _placeholder = $.prop($$props, "_placeholder", 8, void 0);
927
+ let _readOnly = $.prop($$props, "_readOnly", 8, void 0);
928
+ let _required = $.prop($$props, "_required", 8, void 0);
929
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
930
+ let _smartButton = $.prop($$props, "_smartButton", 8, void 0);
931
+ let _suggestions = $.prop($$props, "_suggestions", 8, void 0);
932
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
933
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
934
+ let _touched = $.prop($$props, "_touched", 8, void 0);
935
+ let _value = $.prop($$props, "_value", 8, void 0);
936
+ const getValue = (...args) => $.get(__ref).getValue(...args);
937
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
938
+ const getWebComponent = () => $.get(__ref);
939
+ onMount(() => {
940
+ $.set(__mounted, true);
941
+ });
942
+ const setProp = (prop, value) => {
943
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
944
+ };
945
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
946
+ if ($.get(__mounted)) setProp("_on", _on());
947
+ });
948
+ $.legacy_pre_effect_reset();
949
+ var $$exports = { getValue, kolFocus, getWebComponent };
950
+ $.init();
951
+ var kol_input_email = root$w();
952
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_access-key", _accessKey()));
953
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_auto-complete", _autoComplete()));
954
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_has-counter", _hasCounter()));
955
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_max-length-behavior", _maxLengthBehavior()));
956
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_disabled", _disabled()));
957
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_hide-msg", _hideMsg()));
958
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_hide-label", _hideLabel()));
959
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_hint", _hint()));
960
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_icons", _icons()));
961
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_id", _id()));
962
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_label", _label()));
963
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_max-length", _maxLength()));
964
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_msg", _msg()));
965
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_multiple", _multiple()));
966
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_name", _name()));
967
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_pattern", _pattern()));
968
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_placeholder", _placeholder()));
969
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_read-only", _readOnly()));
970
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_required", _required()));
971
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_short-key", _shortKey()));
972
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_smart-button", _smartButton()));
973
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_suggestions", _suggestions()));
974
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_sync-value-by-selector", _syncValueBySelector()));
975
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_tooltip-align", _tooltipAlign()));
976
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_touched", _touched()));
977
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_value", _value()));
978
+ var node = $.child(kol_input_email);
979
+ $.slot(node, $$props, "default", {}, null);
980
+ $.reset(kol_input_email);
981
+ $.bind_this(kol_input_email, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
982
+ $.append($$anchor, kol_input_email);
983
+ $.bind_prop($$props, "getValue", getValue);
984
+ $.bind_prop($$props, "kolFocus", kolFocus);
985
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
986
+ return $.pop($$exports);
987
+ }
988
+
989
+ var root$v = $.from_html(`<kol-input-file><!></kol-input-file>`, 2);
990
+ function KolInputFile($$anchor, $$props) {
991
+ $.push($$props, false);
992
+ let __ref = $.mutable_source();
993
+ let __mounted = $.mutable_source(false);
994
+ createEventDispatcher();
995
+ let _accept = $.prop($$props, "_accept", 8, void 0);
996
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
997
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
998
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
999
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1000
+ let _hint = $.prop($$props, "_hint", 8, void 0);
1001
+ let _icons = $.prop($$props, "_icons", 8, void 0);
1002
+ let _id = $.prop($$props, "_id", 8, void 0);
1003
+ let _label = $.prop($$props, "_label", 8);
1004
+ let _msg = $.prop($$props, "_msg", 8, void 0);
1005
+ let _multiple = $.prop($$props, "_multiple", 8, void 0);
1006
+ let _name = $.prop($$props, "_name", 8, void 0);
1007
+ let _on = $.prop($$props, "_on", 8, void 0);
1008
+ let _required = $.prop($$props, "_required", 8, void 0);
1009
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
1010
+ let _smartButton = $.prop($$props, "_smartButton", 8, void 0);
1011
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
1012
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1013
+ let _touched = $.prop($$props, "_touched", 8, void 0);
1014
+ const getValue = (...args) => $.get(__ref).getValue(...args);
1015
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
1016
+ const reset = (...args) => $.get(__ref).reset(...args);
1017
+ const getWebComponent = () => $.get(__ref);
1018
+ onMount(() => {
1019
+ $.set(__mounted, true);
1020
+ });
1021
+ const setProp = (prop, value) => {
1022
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1023
+ };
1024
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1025
+ if ($.get(__mounted)) setProp("_on", _on());
1026
+ });
1027
+ $.legacy_pre_effect_reset();
1028
+ var $$exports = { getValue, kolFocus, reset, getWebComponent };
1029
+ $.init();
1030
+ var kol_input_file = root$v();
1031
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_accept", _accept()));
1032
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_access-key", _accessKey()));
1033
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_disabled", _disabled()));
1034
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_hide-msg", _hideMsg()));
1035
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_hide-label", _hideLabel()));
1036
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_hint", _hint()));
1037
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_icons", _icons()));
1038
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_id", _id()));
1039
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_label", _label()));
1040
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_msg", _msg()));
1041
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_multiple", _multiple()));
1042
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_name", _name()));
1043
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_required", _required()));
1044
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_short-key", _shortKey()));
1045
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_smart-button", _smartButton()));
1046
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_sync-value-by-selector", _syncValueBySelector()));
1047
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_tooltip-align", _tooltipAlign()));
1048
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_touched", _touched()));
1049
+ var node = $.child(kol_input_file);
1050
+ $.slot(node, $$props, "default", {}, null);
1051
+ $.reset(kol_input_file);
1052
+ $.bind_this(kol_input_file, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1053
+ $.append($$anchor, kol_input_file);
1054
+ $.bind_prop($$props, "getValue", getValue);
1055
+ $.bind_prop($$props, "kolFocus", kolFocus);
1056
+ $.bind_prop($$props, "reset", reset);
1057
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1058
+ return $.pop($$exports);
1059
+ }
1060
+
1061
+ var root$u = $.from_html(`<kol-input-number><!></kol-input-number>`, 2);
1062
+ function KolInputNumber($$anchor, $$props) {
1063
+ $.push($$props, false);
1064
+ let __ref = $.mutable_source();
1065
+ let __mounted = $.mutable_source(false);
1066
+ createEventDispatcher();
1067
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1068
+ let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
1069
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
1070
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
1071
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1072
+ let _hint = $.prop($$props, "_hint", 8, void 0);
1073
+ let _icons = $.prop($$props, "_icons", 8, void 0);
1074
+ let _id = $.prop($$props, "_id", 8, void 0);
1075
+ let _label = $.prop($$props, "_label", 8);
1076
+ let _max = $.prop($$props, "_max", 8, void 0);
1077
+ let _min = $.prop($$props, "_min", 8, void 0);
1078
+ let _msg = $.prop($$props, "_msg", 8, void 0);
1079
+ let _name = $.prop($$props, "_name", 8, void 0);
1080
+ let _on = $.prop($$props, "_on", 8, void 0);
1081
+ let _placeholder = $.prop($$props, "_placeholder", 8, void 0);
1082
+ let _readOnly = $.prop($$props, "_readOnly", 8, void 0);
1083
+ let _required = $.prop($$props, "_required", 8, void 0);
1084
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
1085
+ let _smartButton = $.prop($$props, "_smartButton", 8, void 0);
1086
+ let _suggestions = $.prop($$props, "_suggestions", 8, void 0);
1087
+ let _step = $.prop($$props, "_step", 8, void 0);
1088
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
1089
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1090
+ let _touched = $.prop($$props, "_touched", 8, void 0);
1091
+ let _value = $.prop($$props, "_value", 8, void 0);
1092
+ const getValue = (...args) => $.get(__ref).getValue(...args);
1093
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
1094
+ const getWebComponent = () => $.get(__ref);
1095
+ onMount(() => {
1096
+ $.set(__mounted, true);
1097
+ });
1098
+ const setProp = (prop, value) => {
1099
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1100
+ };
1101
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1102
+ if ($.get(__mounted)) setProp("_on", _on());
1103
+ });
1104
+ $.legacy_pre_effect_reset();
1105
+ var $$exports = { getValue, kolFocus, getWebComponent };
1106
+ $.init();
1107
+ var kol_input_number = root$u();
1108
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_access-key", _accessKey()));
1109
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_auto-complete", _autoComplete()));
1110
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_disabled", _disabled()));
1111
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_hide-msg", _hideMsg()));
1112
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_hide-label", _hideLabel()));
1113
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_hint", _hint()));
1114
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_icons", _icons()));
1115
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_id", _id()));
1116
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_label", _label()));
1117
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_max", _max()));
1118
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_min", _min()));
1119
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_msg", _msg()));
1120
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_name", _name()));
1121
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_placeholder", _placeholder()));
1122
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_read-only", _readOnly()));
1123
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_required", _required()));
1124
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_short-key", _shortKey()));
1125
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_smart-button", _smartButton()));
1126
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_suggestions", _suggestions()));
1127
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_step", _step()));
1128
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_sync-value-by-selector", _syncValueBySelector()));
1129
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_tooltip-align", _tooltipAlign()));
1130
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_touched", _touched()));
1131
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_value", _value()));
1132
+ var node = $.child(kol_input_number);
1133
+ $.slot(node, $$props, "default", {}, null);
1134
+ $.reset(kol_input_number);
1135
+ $.bind_this(kol_input_number, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1136
+ $.append($$anchor, kol_input_number);
1137
+ $.bind_prop($$props, "getValue", getValue);
1138
+ $.bind_prop($$props, "kolFocus", kolFocus);
1139
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1140
+ return $.pop($$exports);
1141
+ }
1142
+
1143
+ var root$t = $.from_html(`<kol-input-password><!></kol-input-password>`, 2);
1144
+ function KolInputPassword($$anchor, $$props) {
1145
+ $.push($$props, false);
1146
+ let __ref = $.mutable_source();
1147
+ let __mounted = $.mutable_source(false);
1148
+ createEventDispatcher();
1149
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1150
+ let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
1151
+ let _hasCounter = $.prop($$props, "_hasCounter", 8, void 0);
1152
+ let _maxLengthBehavior = $.prop($$props, "_maxLengthBehavior", 8, void 0);
1153
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
1154
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
1155
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1156
+ let _hint = $.prop($$props, "_hint", 8, void 0);
1157
+ let _icons = $.prop($$props, "_icons", 8, void 0);
1158
+ let _id = $.prop($$props, "_id", 8, void 0);
1159
+ let _label = $.prop($$props, "_label", 8);
1160
+ let _maxLength = $.prop($$props, "_maxLength", 8, void 0);
1161
+ let _msg = $.prop($$props, "_msg", 8, void 0);
1162
+ let _name = $.prop($$props, "_name", 8, void 0);
1163
+ let _on = $.prop($$props, "_on", 8, void 0);
1164
+ let _pattern = $.prop($$props, "_pattern", 8, void 0);
1165
+ let _placeholder = $.prop($$props, "_placeholder", 8, void 0);
1166
+ let _readOnly = $.prop($$props, "_readOnly", 8, void 0);
1167
+ let _required = $.prop($$props, "_required", 8, void 0);
1168
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
1169
+ let _smartButton = $.prop($$props, "_smartButton", 8, void 0);
1170
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
1171
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1172
+ let _touched = $.prop($$props, "_touched", 8, void 0);
1173
+ let _value = $.prop($$props, "_value", 8, void 0);
1174
+ let _variant = $.prop($$props, "_variant", 8, void 0);
1175
+ const getValue = (...args) => $.get(__ref).getValue(...args);
1176
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
1177
+ const getWebComponent = () => $.get(__ref);
1178
+ onMount(() => {
1179
+ $.set(__mounted, true);
1180
+ });
1181
+ const setProp = (prop, value) => {
1182
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1183
+ };
1184
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1185
+ if ($.get(__mounted)) setProp("_on", _on());
1186
+ });
1187
+ $.legacy_pre_effect_reset();
1188
+ var $$exports = { getValue, kolFocus, getWebComponent };
1189
+ $.init();
1190
+ var kol_input_password = root$t();
1191
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_access-key", _accessKey()));
1192
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_auto-complete", _autoComplete()));
1193
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_has-counter", _hasCounter()));
1194
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_max-length-behavior", _maxLengthBehavior()));
1195
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_disabled", _disabled()));
1196
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_hide-msg", _hideMsg()));
1197
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_hide-label", _hideLabel()));
1198
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_hint", _hint()));
1199
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_icons", _icons()));
1200
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_id", _id()));
1201
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_label", _label()));
1202
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_max-length", _maxLength()));
1203
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_msg", _msg()));
1204
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_name", _name()));
1205
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_pattern", _pattern()));
1206
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_placeholder", _placeholder()));
1207
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_read-only", _readOnly()));
1208
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_required", _required()));
1209
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_short-key", _shortKey()));
1210
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_smart-button", _smartButton()));
1211
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_sync-value-by-selector", _syncValueBySelector()));
1212
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_tooltip-align", _tooltipAlign()));
1213
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_touched", _touched()));
1214
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_value", _value()));
1215
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_variant", _variant()));
1216
+ var node = $.child(kol_input_password);
1217
+ $.slot(node, $$props, "default", {}, null);
1218
+ $.reset(kol_input_password);
1219
+ $.bind_this(kol_input_password, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1220
+ $.append($$anchor, kol_input_password);
1221
+ $.bind_prop($$props, "getValue", getValue);
1222
+ $.bind_prop($$props, "kolFocus", kolFocus);
1223
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1224
+ return $.pop($$exports);
1225
+ }
1226
+
1227
+ var root$s = $.from_html(`<kol-input-radio><!></kol-input-radio>`, 2);
1228
+ function KolInputRadio($$anchor, $$props) {
1229
+ $.push($$props, false);
1230
+ let __ref = $.mutable_source();
1231
+ let __mounted = $.mutable_source(false);
1232
+ createEventDispatcher();
1233
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
1234
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
1235
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1236
+ let _hint = $.prop($$props, "_hint", 8, void 0);
1237
+ let _id = $.prop($$props, "_id", 8, void 0);
1238
+ let _label = $.prop($$props, "_label", 8);
1239
+ let _msg = $.prop($$props, "_msg", 8, void 0);
1240
+ let _name = $.prop($$props, "_name", 8, void 0);
1241
+ let _on = $.prop($$props, "_on", 8, void 0);
1242
+ let _options = $.prop($$props, "_options", 8, void 0);
1243
+ let _orientation = $.prop($$props, "_orientation", 8, void 0);
1244
+ let _required = $.prop($$props, "_required", 8, void 0);
1245
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
1246
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1247
+ let _touched = $.prop($$props, "_touched", 8, void 0);
1248
+ let _value = $.prop($$props, "_value", 8, void 0);
1249
+ const getValue = (...args) => $.get(__ref).getValue(...args);
1250
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
1251
+ const getWebComponent = () => $.get(__ref);
1252
+ onMount(() => {
1253
+ $.set(__mounted, true);
1254
+ });
1255
+ const setProp = (prop, value) => {
1256
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1257
+ };
1258
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1259
+ if ($.get(__mounted)) setProp("_on", _on());
1260
+ });
1261
+ $.legacy_pre_effect_reset();
1262
+ var $$exports = { getValue, kolFocus, getWebComponent };
1263
+ $.init();
1264
+ var kol_input_radio = root$s();
1265
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_disabled", _disabled()));
1266
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_hide-msg", _hideMsg()));
1267
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_hide-label", _hideLabel()));
1268
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_hint", _hint()));
1269
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_id", _id()));
1270
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_label", _label()));
1271
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_msg", _msg()));
1272
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_name", _name()));
1273
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_options", _options()));
1274
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_orientation", _orientation()));
1275
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_required", _required()));
1276
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_sync-value-by-selector", _syncValueBySelector()));
1277
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_tooltip-align", _tooltipAlign()));
1278
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_touched", _touched()));
1279
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_value", _value()));
1280
+ var node = $.child(kol_input_radio);
1281
+ $.slot(node, $$props, "default", {}, null);
1282
+ $.reset(kol_input_radio);
1283
+ $.bind_this(kol_input_radio, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1284
+ $.append($$anchor, kol_input_radio);
1285
+ $.bind_prop($$props, "getValue", getValue);
1286
+ $.bind_prop($$props, "kolFocus", kolFocus);
1287
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1288
+ return $.pop($$exports);
1289
+ }
1290
+
1291
+ var root$r = $.from_html(`<kol-input-range><!></kol-input-range>`, 2);
1292
+ function KolInputRange($$anchor, $$props) {
1293
+ $.push($$props, false);
1294
+ let __ref = $.mutable_source();
1295
+ let __mounted = $.mutable_source(false);
1296
+ createEventDispatcher();
1297
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1298
+ let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
1299
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
1300
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
1301
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1302
+ let _hint = $.prop($$props, "_hint", 8, void 0);
1303
+ let _icons = $.prop($$props, "_icons", 8, void 0);
1304
+ let _id = $.prop($$props, "_id", 8, void 0);
1305
+ let _label = $.prop($$props, "_label", 8);
1306
+ let _max = $.prop($$props, "_max", 8, void 0);
1307
+ let _min = $.prop($$props, "_min", 8, void 0);
1308
+ let _msg = $.prop($$props, "_msg", 8, void 0);
1309
+ let _name = $.prop($$props, "_name", 8, void 0);
1310
+ let _on = $.prop($$props, "_on", 8, void 0);
1311
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
1312
+ let _step = $.prop($$props, "_step", 8, void 0);
1313
+ let _suggestions = $.prop($$props, "_suggestions", 8, void 0);
1314
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
1315
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1316
+ let _touched = $.prop($$props, "_touched", 8, void 0);
1317
+ let _value = $.prop($$props, "_value", 8, void 0);
1318
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
1319
+ const getValue = (...args) => $.get(__ref).getValue(...args);
1320
+ const getWebComponent = () => $.get(__ref);
1321
+ onMount(() => {
1322
+ $.set(__mounted, true);
1323
+ });
1324
+ const setProp = (prop, value) => {
1325
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1326
+ };
1327
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1328
+ if ($.get(__mounted)) setProp("_on", _on());
1329
+ });
1330
+ $.legacy_pre_effect_reset();
1331
+ var $$exports = { kolFocus, getValue, getWebComponent };
1332
+ $.init();
1333
+ var kol_input_range = root$r();
1334
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_access-key", _accessKey()));
1335
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_auto-complete", _autoComplete()));
1336
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_disabled", _disabled()));
1337
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_hide-msg", _hideMsg()));
1338
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_hide-label", _hideLabel()));
1339
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_hint", _hint()));
1340
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_icons", _icons()));
1341
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_id", _id()));
1342
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_label", _label()));
1343
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_max", _max()));
1344
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_min", _min()));
1345
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_msg", _msg()));
1346
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_name", _name()));
1347
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_short-key", _shortKey()));
1348
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_step", _step()));
1349
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_suggestions", _suggestions()));
1350
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_sync-value-by-selector", _syncValueBySelector()));
1351
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_tooltip-align", _tooltipAlign()));
1352
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_touched", _touched()));
1353
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_value", _value()));
1354
+ var node = $.child(kol_input_range);
1355
+ $.slot(node, $$props, "default", {}, null);
1356
+ $.reset(kol_input_range);
1357
+ $.bind_this(kol_input_range, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1358
+ $.append($$anchor, kol_input_range);
1359
+ $.bind_prop($$props, "kolFocus", kolFocus);
1360
+ $.bind_prop($$props, "getValue", getValue);
1361
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1362
+ return $.pop($$exports);
1363
+ }
1364
+
1365
+ var root$q = $.from_html(`<kol-input-text><!></kol-input-text>`, 2);
1366
+ function KolInputText($$anchor, $$props) {
1367
+ $.push($$props, false);
1368
+ let __ref = $.mutable_source();
1369
+ let __mounted = $.mutable_source(false);
1370
+ createEventDispatcher();
1371
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1372
+ let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
1373
+ let _hasCounter = $.prop($$props, "_hasCounter", 8, void 0);
1374
+ let _maxLengthBehavior = $.prop($$props, "_maxLengthBehavior", 8, void 0);
1375
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
1376
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
1377
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1378
+ let _hint = $.prop($$props, "_hint", 8, void 0);
1379
+ let _icons = $.prop($$props, "_icons", 8, void 0);
1380
+ let _id = $.prop($$props, "_id", 8, void 0);
1381
+ let _label = $.prop($$props, "_label", 8);
1382
+ let _maxLength = $.prop($$props, "_maxLength", 8, void 0);
1383
+ let _msg = $.prop($$props, "_msg", 8, void 0);
1384
+ let _name = $.prop($$props, "_name", 8, void 0);
1385
+ let _on = $.prop($$props, "_on", 8, void 0);
1386
+ let _pattern = $.prop($$props, "_pattern", 8, void 0);
1387
+ let _placeholder = $.prop($$props, "_placeholder", 8, void 0);
1388
+ let _readOnly = $.prop($$props, "_readOnly", 8, void 0);
1389
+ let _required = $.prop($$props, "_required", 8, void 0);
1390
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
1391
+ let _spellCheck = $.prop($$props, "_spellCheck", 8, void 0);
1392
+ let _suggestions = $.prop($$props, "_suggestions", 8, void 0);
1393
+ let _smartButton = $.prop($$props, "_smartButton", 8, void 0);
1394
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
1395
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1396
+ let _touched = $.prop($$props, "_touched", 8, void 0);
1397
+ let _type = $.prop($$props, "_type", 8, void 0);
1398
+ let _value = $.prop($$props, "_value", 8, void 0);
1399
+ const getValue = (...args) => $.get(__ref).getValue(...args);
1400
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
1401
+ const selectionStart = (...args) => $.get(__ref).selectionStart(...args);
1402
+ const selectioconEnd = (...args) => $.get(__ref).selectioconEnd(...args);
1403
+ const setSelectionRange = (...args) => $.get(__ref).setSelectionRange(...args);
1404
+ const setSelectionStart = (...args) => $.get(__ref).setSelectionStart(...args);
1405
+ const setRangeText = (...args) => $.get(__ref).setRangeText(...args);
1406
+ const getWebComponent = () => $.get(__ref);
1407
+ onMount(() => {
1408
+ $.set(__mounted, true);
1409
+ });
1410
+ const setProp = (prop, value) => {
1411
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1412
+ };
1413
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1414
+ if ($.get(__mounted)) setProp("_on", _on());
1415
+ });
1416
+ $.legacy_pre_effect_reset();
1417
+ var $$exports = {
1418
+ getValue,
1419
+ kolFocus,
1420
+ selectionStart,
1421
+ selectioconEnd,
1422
+ setSelectionRange,
1423
+ setSelectionStart,
1424
+ setRangeText,
1425
+ getWebComponent
1426
+ };
1427
+ $.init();
1428
+ var kol_input_text = root$q();
1429
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_access-key", _accessKey()));
1430
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_auto-complete", _autoComplete()));
1431
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_has-counter", _hasCounter()));
1432
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_max-length-behavior", _maxLengthBehavior()));
1433
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_disabled", _disabled()));
1434
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_hide-msg", _hideMsg()));
1435
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_hide-label", _hideLabel()));
1436
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_hint", _hint()));
1437
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_icons", _icons()));
1438
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_id", _id()));
1439
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_label", _label()));
1440
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_max-length", _maxLength()));
1441
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_msg", _msg()));
1442
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_name", _name()));
1443
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_pattern", _pattern()));
1444
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_placeholder", _placeholder()));
1445
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_read-only", _readOnly()));
1446
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_required", _required()));
1447
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_short-key", _shortKey()));
1448
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_spell-check", _spellCheck()));
1449
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_suggestions", _suggestions()));
1450
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_smart-button", _smartButton()));
1451
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_sync-value-by-selector", _syncValueBySelector()));
1452
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_tooltip-align", _tooltipAlign()));
1453
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_touched", _touched()));
1454
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_type", _type()));
1455
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_value", _value()));
1456
+ var node = $.child(kol_input_text);
1457
+ $.slot(node, $$props, "default", {}, null);
1458
+ $.reset(kol_input_text);
1459
+ $.bind_this(kol_input_text, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1460
+ $.append($$anchor, kol_input_text);
1461
+ $.bind_prop($$props, "getValue", getValue);
1462
+ $.bind_prop($$props, "kolFocus", kolFocus);
1463
+ $.bind_prop($$props, "selectionStart", selectionStart);
1464
+ $.bind_prop($$props, "selectioconEnd", selectioconEnd);
1465
+ $.bind_prop($$props, "setSelectionRange", setSelectionRange);
1466
+ $.bind_prop($$props, "setSelectionStart", setSelectionStart);
1467
+ $.bind_prop($$props, "setRangeText", setRangeText);
1468
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1469
+ return $.pop($$exports);
1470
+ }
1471
+
1472
+ var root$p = $.from_html(`<kol-kolibri><!></kol-kolibri>`, 2);
1473
+ function KolKolibri($$anchor, $$props) {
1474
+ $.push($$props, false);
1475
+ let __ref = $.mutable_source();
1476
+ createEventDispatcher();
1477
+ let _color = $.prop($$props, "_color", 8, void 0);
1478
+ let _labeled = $.prop($$props, "_labeled", 8, void 0);
1479
+ const getWebComponent = () => $.get(__ref);
1480
+ onMount(() => {
1481
+ });
1482
+ var $$exports = { getWebComponent };
1483
+ $.init();
1484
+ var kol_kolibri = root$p();
1485
+ $.template_effect(() => $.set_custom_element_data(kol_kolibri, "_color", _color()));
1486
+ $.template_effect(() => $.set_custom_element_data(kol_kolibri, "_labeled", _labeled()));
1487
+ var node = $.child(kol_kolibri);
1488
+ $.slot(node, $$props, "default", {}, null);
1489
+ $.reset(kol_kolibri);
1490
+ $.bind_this(kol_kolibri, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1491
+ $.append($$anchor, kol_kolibri);
1492
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1493
+ return $.pop($$exports);
1494
+ }
1495
+
1496
+ var root$o = $.from_html(`<kol-link><!></kol-link>`, 2);
1497
+ function KolLink($$anchor, $$props) {
1498
+ $.push($$props, false);
1499
+ let __ref = $.mutable_source();
1500
+ let __mounted = $.mutable_source(false);
1501
+ createEventDispatcher();
1502
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1503
+ let _ariaCurrentValue = $.prop($$props, "_ariaCurrentValue", 8, void 0);
1504
+ let _ariaControls = $.prop($$props, "_ariaControls", 8, void 0);
1505
+ let _ariaDescription = $.prop($$props, "_ariaDescription", 8, void 0);
1506
+ let _ariaExpanded = $.prop($$props, "_ariaExpanded", 8, void 0);
1507
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
1508
+ let _download = $.prop($$props, "_download", 8, void 0);
1509
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1510
+ let _href = $.prop($$props, "_href", 8);
1511
+ let _icons = $.prop($$props, "_icons", 8, void 0);
1512
+ let _label = $.prop($$props, "_label", 8, void 0);
1513
+ let _variant = $.prop($$props, "_variant", 8, void 0);
1514
+ let _on = $.prop($$props, "_on", 8, void 0);
1515
+ let _role = $.prop($$props, "_role", 8, void 0);
1516
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
1517
+ let _target = $.prop($$props, "_target", 8, void 0);
1518
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1519
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
1520
+ const getWebComponent = () => $.get(__ref);
1521
+ onMount(() => {
1522
+ $.set(__mounted, true);
1523
+ });
1524
+ const setProp = (prop, value) => {
1525
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1526
+ };
1527
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1528
+ if ($.get(__mounted)) setProp("_on", _on());
1529
+ });
1530
+ $.legacy_pre_effect_reset();
1531
+ var $$exports = { kolFocus, getWebComponent };
1532
+ $.init();
1533
+ var kol_link = root$o();
1534
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_access-key", _accessKey()));
1535
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_aria-current-value", _ariaCurrentValue()));
1536
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_aria-controls", _ariaControls()));
1537
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_aria-description", _ariaDescription()));
1538
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_aria-expanded", _ariaExpanded()));
1539
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_disabled", _disabled()));
1540
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_download", _download()));
1541
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_hide-label", _hideLabel()));
1542
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_href", _href()));
1543
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_icons", _icons()));
1544
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_label", _label()));
1545
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_variant", _variant()));
1546
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_role", _role()));
1547
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_short-key", _shortKey()));
1548
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_target", _target()));
1549
+ $.template_effect(() => $.set_custom_element_data(kol_link, "_tooltip-align", _tooltipAlign()));
1550
+ var node = $.child(kol_link);
1551
+ $.slot(node, $$props, "default", {}, null);
1552
+ $.reset(kol_link);
1553
+ $.bind_this(kol_link, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1554
+ $.append($$anchor, kol_link);
1555
+ $.bind_prop($$props, "kolFocus", kolFocus);
1556
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1557
+ return $.pop($$exports);
1558
+ }
1559
+
1560
+ var root$n = $.from_html(`<kol-link-button><!></kol-link-button>`, 2);
1561
+ function KolLinkButton($$anchor, $$props) {
1562
+ $.push($$props, false);
1563
+ let __ref = $.mutable_source();
1564
+ let __mounted = $.mutable_source(false);
1565
+ createEventDispatcher();
1566
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1567
+ let _ariaCurrentValue = $.prop($$props, "_ariaCurrentValue", 8, void 0);
1568
+ let _ariaControls = $.prop($$props, "_ariaControls", 8, void 0);
1569
+ let _ariaDescription = $.prop($$props, "_ariaDescription", 8, void 0);
1570
+ let _customClass = $.prop($$props, "_customClass", 8, void 0);
1571
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
1572
+ let _download = $.prop($$props, "_download", 8, void 0);
1573
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1574
+ let _href = $.prop($$props, "_href", 8);
1575
+ let _icons = $.prop($$props, "_icons", 8, void 0);
1576
+ let _label = $.prop($$props, "_label", 8, void 0);
1577
+ let _on = $.prop($$props, "_on", 8, void 0);
1578
+ let _role = $.prop($$props, "_role", 8, void 0);
1579
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
1580
+ let _target = $.prop($$props, "_target", 8, void 0);
1581
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1582
+ let _variant = $.prop($$props, "_variant", 8, void 0);
1583
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
1584
+ const getWebComponent = () => $.get(__ref);
1585
+ onMount(() => {
1586
+ $.set(__mounted, true);
1587
+ });
1588
+ const setProp = (prop, value) => {
1589
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1590
+ };
1591
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1592
+ if ($.get(__mounted)) setProp("_on", _on());
1593
+ });
1594
+ $.legacy_pre_effect_reset();
1595
+ var $$exports = { kolFocus, getWebComponent };
1596
+ $.init();
1597
+ var kol_link_button = root$n();
1598
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_access-key", _accessKey()));
1599
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_aria-current-value", _ariaCurrentValue()));
1600
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_aria-controls", _ariaControls()));
1601
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_aria-description", _ariaDescription()));
1602
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_custom-class", _customClass()));
1603
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_disabled", _disabled()));
1604
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_download", _download()));
1605
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_hide-label", _hideLabel()));
1606
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_href", _href()));
1607
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_icons", _icons()));
1608
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_label", _label()));
1609
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_role", _role()));
1610
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_short-key", _shortKey()));
1611
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_target", _target()));
1612
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_tooltip-align", _tooltipAlign()));
1613
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_variant", _variant()));
1614
+ var node = $.child(kol_link_button);
1615
+ $.slot(node, $$props, "default", {}, null);
1616
+ $.reset(kol_link_button);
1617
+ $.bind_this(kol_link_button, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1618
+ $.append($$anchor, kol_link_button);
1619
+ $.bind_prop($$props, "kolFocus", kolFocus);
1620
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1621
+ return $.pop($$exports);
1622
+ }
1623
+
1624
+ var root$m = $.from_html(`<kol-modal><!></kol-modal>`, 2);
1625
+ function KolModal($$anchor, $$props) {
1626
+ $.push($$props, false);
1627
+ let __ref = $.mutable_source();
1628
+ let __mounted = $.mutable_source(false);
1629
+ createEventDispatcher();
1630
+ let _label = $.prop($$props, "_label", 8);
1631
+ let _on = $.prop($$props, "_on", 8, void 0);
1632
+ let _width = $.prop($$props, "_width", 8, void 0);
1633
+ let _variant = $.prop($$props, "_variant", 8, void 0);
1634
+ const openModal = (...args) => $.get(__ref).openModal(...args);
1635
+ const closeModal = (...args) => $.get(__ref).closeModal(...args);
1636
+ const getWebComponent = () => $.get(__ref);
1637
+ onMount(() => {
1638
+ $.set(__mounted, true);
1639
+ });
1640
+ const setProp = (prop, value) => {
1641
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1642
+ };
1643
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1644
+ if ($.get(__mounted)) setProp("_on", _on());
1645
+ });
1646
+ $.legacy_pre_effect_reset();
1647
+ var $$exports = { openModal, closeModal, getWebComponent };
1648
+ $.init();
1649
+ var kol_modal = root$m();
1650
+ $.template_effect(() => $.set_custom_element_data(kol_modal, "_label", _label()));
1651
+ $.template_effect(() => $.set_custom_element_data(kol_modal, "_width", _width()));
1652
+ $.template_effect(() => $.set_custom_element_data(kol_modal, "_variant", _variant()));
1653
+ var node = $.child(kol_modal);
1654
+ $.slot(node, $$props, "default", {}, null);
1655
+ $.reset(kol_modal);
1656
+ $.bind_this(kol_modal, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1657
+ $.append($$anchor, kol_modal);
1658
+ $.bind_prop($$props, "openModal", openModal);
1659
+ $.bind_prop($$props, "closeModal", closeModal);
1660
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1661
+ return $.pop($$exports);
1662
+ }
1663
+
1664
+ var root$l = $.from_html(`<kol-nav><!></kol-nav>`, 2);
1665
+ function KolNav($$anchor, $$props) {
1666
+ $.push($$props, false);
1667
+ let __ref = $.mutable_source();
1668
+ createEventDispatcher();
1669
+ let _collapsible = $.prop($$props, "_collapsible", 8, void 0);
1670
+ let _hasCompactButton = $.prop($$props, "_hasCompactButton", 8, void 0);
1671
+ let _hasIconsWhenExpanded = $.prop($$props, "_hasIconsWhenExpanded", 8, void 0);
1672
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1673
+ let _label = $.prop($$props, "_label", 8);
1674
+ let _links = $.prop($$props, "_links", 8);
1675
+ let _orientation = $.prop($$props, "_orientation", 8, void 0);
1676
+ const getWebComponent = () => $.get(__ref);
1677
+ onMount(() => {
1678
+ });
1679
+ var $$exports = { getWebComponent };
1680
+ $.init();
1681
+ var kol_nav = root$l();
1682
+ $.template_effect(() => $.set_custom_element_data(kol_nav, "_collapsible", _collapsible()));
1683
+ $.template_effect(() => $.set_custom_element_data(kol_nav, "_has-compact-button", _hasCompactButton()));
1684
+ $.template_effect(() => $.set_custom_element_data(kol_nav, "_has-icons-when-expanded", _hasIconsWhenExpanded()));
1685
+ $.template_effect(() => $.set_custom_element_data(kol_nav, "_hide-label", _hideLabel()));
1686
+ $.template_effect(() => $.set_custom_element_data(kol_nav, "_label", _label()));
1687
+ $.template_effect(() => $.set_custom_element_data(kol_nav, "_links", _links()));
1688
+ $.template_effect(() => $.set_custom_element_data(kol_nav, "_orientation", _orientation()));
1689
+ var node = $.child(kol_nav);
1690
+ $.slot(node, $$props, "default", {}, null);
1691
+ $.reset(kol_nav);
1692
+ $.bind_this(kol_nav, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1693
+ $.append($$anchor, kol_nav);
1694
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1695
+ return $.pop($$exports);
1696
+ }
1697
+
1698
+ var root$k = $.from_html(`<kol-pagination><!></kol-pagination>`, 2);
1699
+ function KolPagination($$anchor, $$props) {
1700
+ $.push($$props, false);
1701
+ let __ref = $.mutable_source();
1702
+ let __mounted = $.mutable_source(false);
1703
+ createEventDispatcher();
1704
+ let _boundaryCount = $.prop($$props, "_boundaryCount", 8, void 0);
1705
+ let _customClass = $.prop($$props, "_customClass", 8, void 0);
1706
+ let _label = $.prop($$props, "_label", 8, void 0);
1707
+ let _hasButtons = $.prop($$props, "_hasButtons", 8, void 0);
1708
+ let _page = $.prop($$props, "_page", 8);
1709
+ let _pageSize = $.prop($$props, "_pageSize", 8, void 0);
1710
+ let _pageSizeOptions = $.prop($$props, "_pageSizeOptions", 8, void 0);
1711
+ let _on = $.prop($$props, "_on", 8);
1712
+ let _siblingCount = $.prop($$props, "_siblingCount", 8, void 0);
1713
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1714
+ let _max = $.prop($$props, "_max", 8);
1715
+ const getWebComponent = () => $.get(__ref);
1716
+ onMount(() => {
1717
+ $.set(__mounted, true);
1718
+ });
1719
+ const setProp = (prop, value) => {
1720
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1721
+ };
1722
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1723
+ if ($.get(__mounted)) setProp("_on", _on());
1724
+ });
1725
+ $.legacy_pre_effect_reset();
1726
+ var $$exports = { getWebComponent };
1727
+ $.init();
1728
+ var kol_pagination = root$k();
1729
+ $.template_effect(() => $.set_custom_element_data(kol_pagination, "_boundary-count", _boundaryCount()));
1730
+ $.template_effect(() => $.set_custom_element_data(kol_pagination, "_custom-class", _customClass()));
1731
+ $.template_effect(() => $.set_custom_element_data(kol_pagination, "_label", _label()));
1732
+ $.template_effect(() => $.set_custom_element_data(kol_pagination, "_has-buttons", _hasButtons()));
1733
+ $.template_effect(() => $.set_custom_element_data(kol_pagination, "_page", _page()));
1734
+ $.template_effect(() => $.set_custom_element_data(kol_pagination, "_page-size", _pageSize()));
1735
+ $.template_effect(() => $.set_custom_element_data(kol_pagination, "_page-size-options", _pageSizeOptions()));
1736
+ $.template_effect(() => $.set_custom_element_data(kol_pagination, "_sibling-count", _siblingCount()));
1737
+ $.template_effect(() => $.set_custom_element_data(kol_pagination, "_tooltip-align", _tooltipAlign()));
1738
+ $.template_effect(() => $.set_custom_element_data(kol_pagination, "_max", _max()));
1739
+ var node = $.child(kol_pagination);
1740
+ $.slot(node, $$props, "default", {}, null);
1741
+ $.reset(kol_pagination);
1742
+ $.bind_this(kol_pagination, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1743
+ $.append($$anchor, kol_pagination);
1744
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1745
+ return $.pop($$exports);
1746
+ }
1747
+
1748
+ var root$j = $.from_html(`<kol-pagination-wc><!></kol-pagination-wc>`, 2);
1749
+ function KolPaginationWc($$anchor, $$props) {
1750
+ $.push($$props, false);
1751
+ let __ref = $.mutable_source();
1752
+ let __mounted = $.mutable_source(false);
1753
+ createEventDispatcher();
1754
+ let _boundaryCount = $.prop($$props, "_boundaryCount", 8, void 0);
1755
+ let _customClass = $.prop($$props, "_customClass", 8, void 0);
1756
+ let _label = $.prop($$props, "_label", 8, void 0);
1757
+ let _hasButtons = $.prop($$props, "_hasButtons", 8, void 0);
1758
+ let _page = $.prop($$props, "_page", 8);
1759
+ let _pageSize = $.prop($$props, "_pageSize", 8, void 0);
1760
+ let _pageSizeOptions = $.prop($$props, "_pageSizeOptions", 8, void 0);
1761
+ let _on = $.prop($$props, "_on", 8);
1762
+ let _siblingCount = $.prop($$props, "_siblingCount", 8, void 0);
1763
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1764
+ let _max = $.prop($$props, "_max", 8);
1765
+ const getWebComponent = () => $.get(__ref);
1766
+ onMount(() => {
1767
+ $.set(__mounted, true);
1768
+ });
1769
+ const setProp = (prop, value) => {
1770
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1771
+ };
1772
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1773
+ if ($.get(__mounted)) setProp("_on", _on());
1774
+ });
1775
+ $.legacy_pre_effect_reset();
1776
+ var $$exports = { getWebComponent };
1777
+ $.init();
1778
+ var kol_pagination_wc = root$j();
1779
+ $.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_boundary-count", _boundaryCount()));
1780
+ $.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_custom-class", _customClass()));
1781
+ $.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_label", _label()));
1782
+ $.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_has-buttons", _hasButtons()));
1783
+ $.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_page", _page()));
1784
+ $.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_page-size", _pageSize()));
1785
+ $.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_page-size-options", _pageSizeOptions()));
1786
+ $.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_sibling-count", _siblingCount()));
1787
+ $.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_tooltip-align", _tooltipAlign()));
1788
+ $.template_effect(() => $.set_custom_element_data(kol_pagination_wc, "_max", _max()));
1789
+ var node = $.child(kol_pagination_wc);
1790
+ $.slot(node, $$props, "default", {}, null);
1791
+ $.reset(kol_pagination_wc);
1792
+ $.bind_this(kol_pagination_wc, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1793
+ $.append($$anchor, kol_pagination_wc);
1794
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1795
+ return $.pop($$exports);
1796
+ }
1797
+
1798
+ var root$i = $.from_html(`<kol-popover-button><!></kol-popover-button>`, 2);
1799
+ function KolPopoverButton($$anchor, $$props) {
1800
+ $.push($$props, false);
1801
+ let __ref = $.mutable_source();
1802
+ let __mounted = $.mutable_source(false);
1803
+ createEventDispatcher();
1804
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1805
+ let _ariaControls = $.prop($$props, "_ariaControls", 8, void 0);
1806
+ let _ariaDescription = $.prop($$props, "_ariaDescription", 8, void 0);
1807
+ let _ariaSelected = $.prop($$props, "_ariaSelected", 8, void 0);
1808
+ let _customClass = $.prop($$props, "_customClass", 8, void 0);
1809
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
1810
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1811
+ let _icons = $.prop($$props, "_icons", 8, void 0);
1812
+ let _id = $.prop($$props, "_id", 8, void 0);
1813
+ let _label = $.prop($$props, "_label", 8);
1814
+ let _name = $.prop($$props, "_name", 8, void 0);
1815
+ let _on = $.prop($$props, "_on", 8, void 0);
1816
+ let _popoverAlign = $.prop($$props, "_popoverAlign", 8, void 0);
1817
+ let _role = $.prop($$props, "_role", 8, void 0);
1818
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
1819
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
1820
+ let _tabIndex = $.prop($$props, "_tabIndex", 8, void 0);
1821
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1822
+ let _type = $.prop($$props, "_type", 8, void 0);
1823
+ let _value = $.prop($$props, "_value", 8, void 0);
1824
+ let _variant = $.prop($$props, "_variant", 8, void 0);
1825
+ const hidePopover = (...args) => $.get(__ref).hidePopover(...args);
1826
+ const showPopover = (...args) => $.get(__ref).showPopover(...args);
1827
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
1828
+ const getWebComponent = () => $.get(__ref);
1829
+ onMount(() => {
1830
+ $.set(__mounted, true);
1831
+ });
1832
+ const setProp = (prop, value) => {
1833
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1834
+ };
1835
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1836
+ if ($.get(__mounted)) setProp("_on", _on());
1837
+ });
1838
+ $.legacy_pre_effect_reset();
1839
+ var $$exports = { hidePopover, showPopover, kolFocus, getWebComponent };
1840
+ $.init();
1841
+ var kol_popover_button = root$i();
1842
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_access-key", _accessKey()));
1843
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_aria-controls", _ariaControls()));
1844
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_aria-description", _ariaDescription()));
1845
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_aria-selected", _ariaSelected()));
1846
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_custom-class", _customClass()));
1847
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_disabled", _disabled()));
1848
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_hide-label", _hideLabel()));
1849
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_icons", _icons()));
1850
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_id", _id()));
1851
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_label", _label()));
1852
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_name", _name()));
1853
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_popover-align", _popoverAlign()));
1854
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_role", _role()));
1855
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_short-key", _shortKey()));
1856
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_sync-value-by-selector", _syncValueBySelector()));
1857
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_tab-index", _tabIndex()));
1858
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_tooltip-align", _tooltipAlign()));
1859
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_type", _type()));
1860
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_value", _value()));
1861
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button, "_variant", _variant()));
1862
+ var node = $.child(kol_popover_button);
1863
+ $.slot(node, $$props, "default", {}, null);
1864
+ $.reset(kol_popover_button);
1865
+ $.bind_this(kol_popover_button, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1866
+ $.append($$anchor, kol_popover_button);
1867
+ $.bind_prop($$props, "hidePopover", hidePopover);
1868
+ $.bind_prop($$props, "showPopover", showPopover);
1869
+ $.bind_prop($$props, "kolFocus", kolFocus);
1870
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1871
+ return $.pop($$exports);
1872
+ }
1873
+
1874
+ var root$h = $.from_html(`<kol-popover-button-wc><!></kol-popover-button-wc>`, 2);
1875
+ function KolPopoverButtonWc($$anchor, $$props) {
1876
+ $.push($$props, false);
1877
+ let __ref = $.mutable_source();
1878
+ let __mounted = $.mutable_source(false);
1879
+ createEventDispatcher();
1880
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1881
+ let _ariaControls = $.prop($$props, "_ariaControls", 8, void 0);
1882
+ let _ariaDescription = $.prop($$props, "_ariaDescription", 8, void 0);
1883
+ let _ariaSelected = $.prop($$props, "_ariaSelected", 8, void 0);
1884
+ let _customClass = $.prop($$props, "_customClass", 8, void 0);
1885
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
1886
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1887
+ let _icons = $.prop($$props, "_icons", 8, void 0);
1888
+ let _id = $.prop($$props, "_id", 8, void 0);
1889
+ let _label = $.prop($$props, "_label", 8);
1890
+ let _name = $.prop($$props, "_name", 8, void 0);
1891
+ let _on = $.prop($$props, "_on", 8, void 0);
1892
+ let _popoverAlign = $.prop($$props, "_popoverAlign", 8, void 0);
1893
+ let _role = $.prop($$props, "_role", 8, void 0);
1894
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
1895
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
1896
+ let _tabIndex = $.prop($$props, "_tabIndex", 8, void 0);
1897
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
1898
+ let _type = $.prop($$props, "_type", 8, void 0);
1899
+ let _value = $.prop($$props, "_value", 8, void 0);
1900
+ let _variant = $.prop($$props, "_variant", 8, void 0);
1901
+ const hidePopover = (...args) => $.get(__ref).hidePopover(...args);
1902
+ const showPopover = (...args) => $.get(__ref).showPopover(...args);
1903
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
1904
+ const getWebComponent = () => $.get(__ref);
1905
+ onMount(() => {
1906
+ $.set(__mounted, true);
1907
+ });
1908
+ const setProp = (prop, value) => {
1909
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
1910
+ };
1911
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
1912
+ if ($.get(__mounted)) setProp("_on", _on());
1913
+ });
1914
+ $.legacy_pre_effect_reset();
1915
+ var $$exports = { hidePopover, showPopover, kolFocus, getWebComponent };
1916
+ $.init();
1917
+ var kol_popover_button_wc = root$h();
1918
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_access-key", _accessKey()));
1919
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_aria-controls", _ariaControls()));
1920
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_aria-description", _ariaDescription()));
1921
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_aria-selected", _ariaSelected()));
1922
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_custom-class", _customClass()));
1923
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_disabled", _disabled()));
1924
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_hide-label", _hideLabel()));
1925
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_icons", _icons()));
1926
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_id", _id()));
1927
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_label", _label()));
1928
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_name", _name()));
1929
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_popover-align", _popoverAlign()));
1930
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_role", _role()));
1931
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_short-key", _shortKey()));
1932
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_sync-value-by-selector", _syncValueBySelector()));
1933
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_tab-index", _tabIndex()));
1934
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_tooltip-align", _tooltipAlign()));
1935
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_type", _type()));
1936
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_value", _value()));
1937
+ $.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_variant", _variant()));
1938
+ var node = $.child(kol_popover_button_wc);
1939
+ $.slot(node, $$props, "default", {}, null);
1940
+ $.reset(kol_popover_button_wc);
1941
+ $.bind_this(kol_popover_button_wc, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1942
+ $.append($$anchor, kol_popover_button_wc);
1943
+ $.bind_prop($$props, "hidePopover", hidePopover);
1944
+ $.bind_prop($$props, "showPopover", showPopover);
1945
+ $.bind_prop($$props, "kolFocus", kolFocus);
1946
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1947
+ return $.pop($$exports);
1948
+ }
1949
+
1950
+ var root$g = $.from_html(`<kol-progress><!></kol-progress>`, 2);
1951
+ function KolProgress($$anchor, $$props) {
1952
+ $.push($$props, false);
1953
+ let __ref = $.mutable_source();
1954
+ createEventDispatcher();
1955
+ let _label = $.prop($$props, "_label", 8, void 0);
1956
+ let _max = $.prop($$props, "_max", 8);
1957
+ let _unit = $.prop($$props, "_unit", 8, void 0);
1958
+ let _value = $.prop($$props, "_value", 8);
1959
+ let _variant = $.prop($$props, "_variant", 8, void 0);
1960
+ const getWebComponent = () => $.get(__ref);
1961
+ onMount(() => {
1962
+ });
1963
+ var $$exports = { getWebComponent };
1964
+ $.init();
1965
+ var kol_progress = root$g();
1966
+ $.template_effect(() => $.set_custom_element_data(kol_progress, "_label", _label()));
1967
+ $.template_effect(() => $.set_custom_element_data(kol_progress, "_max", _max()));
1968
+ $.template_effect(() => $.set_custom_element_data(kol_progress, "_unit", _unit()));
1969
+ $.template_effect(() => $.set_custom_element_data(kol_progress, "_value", _value()));
1970
+ $.template_effect(() => $.set_custom_element_data(kol_progress, "_variant", _variant()));
1971
+ var node = $.child(kol_progress);
1972
+ $.slot(node, $$props, "default", {}, null);
1973
+ $.reset(kol_progress);
1974
+ $.bind_this(kol_progress, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
1975
+ $.append($$anchor, kol_progress);
1976
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
1977
+ return $.pop($$exports);
1978
+ }
1979
+
1980
+ var root$f = $.from_html(`<kol-quote><!></kol-quote>`, 2);
1981
+ function KolQuote($$anchor, $$props) {
1982
+ $.push($$props, false);
1983
+ let __ref = $.mutable_source();
1984
+ createEventDispatcher();
1985
+ let _label = $.prop($$props, "_label", 8, void 0);
1986
+ let _href = $.prop($$props, "_href", 8);
1987
+ let _quote = $.prop($$props, "_quote", 8);
1988
+ let _variant = $.prop($$props, "_variant", 8, void 0);
1989
+ const getWebComponent = () => $.get(__ref);
1990
+ onMount(() => {
1991
+ });
1992
+ var $$exports = { getWebComponent };
1993
+ $.init();
1994
+ var kol_quote = root$f();
1995
+ $.template_effect(() => $.set_custom_element_data(kol_quote, "_label", _label()));
1996
+ $.template_effect(() => $.set_custom_element_data(kol_quote, "_href", _href()));
1997
+ $.template_effect(() => $.set_custom_element_data(kol_quote, "_quote", _quote()));
1998
+ $.template_effect(() => $.set_custom_element_data(kol_quote, "_variant", _variant()));
1999
+ var node = $.child(kol_quote);
2000
+ $.slot(node, $$props, "default", {}, null);
2001
+ $.reset(kol_quote);
2002
+ $.bind_this(kol_quote, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2003
+ $.append($$anchor, kol_quote);
2004
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2005
+ return $.pop($$exports);
2006
+ }
2007
+
2008
+ var root$e = $.from_html(`<kol-select><!></kol-select>`, 2);
2009
+ function KolSelect($$anchor, $$props) {
2010
+ $.push($$props, false);
2011
+ let __ref = $.mutable_source();
2012
+ let __mounted = $.mutable_source(false);
2013
+ createEventDispatcher();
2014
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
2015
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
2016
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
2017
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
2018
+ let _hint = $.prop($$props, "_hint", 8, void 0);
2019
+ let _icons = $.prop($$props, "_icons", 8, void 0);
2020
+ let _id = $.prop($$props, "_id", 8, void 0);
2021
+ let _label = $.prop($$props, "_label", 8);
2022
+ let _msg = $.prop($$props, "_msg", 8, void 0);
2023
+ let _multiple = $.prop($$props, "_multiple", 8, void 0);
2024
+ let _name = $.prop($$props, "_name", 8, void 0);
2025
+ let _on = $.prop($$props, "_on", 8, void 0);
2026
+ let _options = $.prop($$props, "_options", 8);
2027
+ let _required = $.prop($$props, "_required", 8, void 0);
2028
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
2029
+ let _rows = $.prop($$props, "_rows", 8, void 0);
2030
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
2031
+ let _tabIndex = $.prop($$props, "_tabIndex", 8, void 0);
2032
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
2033
+ let _touched = $.prop($$props, "_touched", 8, void 0);
2034
+ let _value = $.prop($$props, "_value", 8, void 0);
2035
+ const getValue = (...args) => $.get(__ref).getValue(...args);
2036
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
2037
+ const getWebComponent = () => $.get(__ref);
2038
+ onMount(() => {
2039
+ $.set(__mounted, true);
2040
+ });
2041
+ const setProp = (prop, value) => {
2042
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
2043
+ };
2044
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
2045
+ if ($.get(__mounted)) setProp("_on", _on());
2046
+ });
2047
+ $.legacy_pre_effect_reset();
2048
+ var $$exports = { getValue, kolFocus, getWebComponent };
2049
+ $.init();
2050
+ var kol_select = root$e();
2051
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_access-key", _accessKey()));
2052
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_disabled", _disabled()));
2053
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_hide-msg", _hideMsg()));
2054
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_hide-label", _hideLabel()));
2055
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_hint", _hint()));
2056
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_icons", _icons()));
2057
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_id", _id()));
2058
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_label", _label()));
2059
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_msg", _msg()));
2060
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_multiple", _multiple()));
2061
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_name", _name()));
2062
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_options", _options()));
2063
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_required", _required()));
2064
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_short-key", _shortKey()));
2065
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_rows", _rows()));
2066
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_sync-value-by-selector", _syncValueBySelector()));
2067
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_tab-index", _tabIndex()));
2068
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_tooltip-align", _tooltipAlign()));
2069
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_touched", _touched()));
2070
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_value", _value()));
2071
+ var node = $.child(kol_select);
2072
+ $.slot(node, $$props, "default", {}, null);
2073
+ $.reset(kol_select);
2074
+ $.bind_this(kol_select, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2075
+ $.append($$anchor, kol_select);
2076
+ $.bind_prop($$props, "getValue", getValue);
2077
+ $.bind_prop($$props, "kolFocus", kolFocus);
2078
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2079
+ return $.pop($$exports);
2080
+ }
2081
+
2082
+ var root$d = $.from_html(`<kol-single-select><!></kol-single-select>`, 2);
2083
+ function KolSingleSelect($$anchor, $$props) {
2084
+ $.push($$props, false);
2085
+ let __ref = $.mutable_source();
2086
+ let __mounted = $.mutable_source(false);
2087
+ createEventDispatcher();
2088
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
2089
+ let _placeholder = $.prop($$props, "_placeholder", 8, void 0);
2090
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
2091
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
2092
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
2093
+ let _hint = $.prop($$props, "_hint", 8, void 0);
2094
+ let _icons = $.prop($$props, "_icons", 8, void 0);
2095
+ let _id = $.prop($$props, "_id", 8, void 0);
2096
+ let _label = $.prop($$props, "_label", 8);
2097
+ let _msg = $.prop($$props, "_msg", 8, void 0);
2098
+ let _name = $.prop($$props, "_name", 8, void 0);
2099
+ let _on = $.prop($$props, "_on", 8, void 0);
2100
+ let _options = $.prop($$props, "_options", 8);
2101
+ let _required = $.prop($$props, "_required", 8, void 0);
2102
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
2103
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
2104
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
2105
+ let _touched = $.prop($$props, "_touched", 8, void 0);
2106
+ let _value = $.prop($$props, "_value", 8, void 0);
2107
+ let _hideClearButton = $.prop($$props, "_hideClearButton", 8, void 0);
2108
+ let _rows = $.prop($$props, "_rows", 8, void 0);
2109
+ const getValue = (...args) => $.get(__ref).getValue(...args);
2110
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
2111
+ const getWebComponent = () => $.get(__ref);
2112
+ onMount(() => {
2113
+ $.set(__mounted, true);
2114
+ });
2115
+ const setProp = (prop, value) => {
2116
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
2117
+ };
2118
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
2119
+ if ($.get(__mounted)) setProp("_on", _on());
2120
+ });
2121
+ $.legacy_pre_effect_reset();
2122
+ var $$exports = { getValue, kolFocus, getWebComponent };
2123
+ $.init();
2124
+ var kol_single_select = root$d();
2125
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_access-key", _accessKey()));
2126
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_placeholder", _placeholder()));
2127
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_disabled", _disabled()));
2128
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_hide-msg", _hideMsg()));
2129
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_hide-label", _hideLabel()));
2130
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_hint", _hint()));
2131
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_icons", _icons()));
2132
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_id", _id()));
2133
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_label", _label()));
2134
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_msg", _msg()));
2135
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_name", _name()));
2136
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_options", _options()));
2137
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_required", _required()));
2138
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_short-key", _shortKey()));
2139
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_sync-value-by-selector", _syncValueBySelector()));
2140
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_tooltip-align", _tooltipAlign()));
2141
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_touched", _touched()));
2142
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_value", _value()));
2143
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_hide-clear-button", _hideClearButton()));
2144
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_rows", _rows()));
2145
+ var node = $.child(kol_single_select);
2146
+ $.slot(node, $$props, "default", {}, null);
2147
+ $.reset(kol_single_select);
2148
+ $.bind_this(kol_single_select, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2149
+ $.append($$anchor, kol_single_select);
2150
+ $.bind_prop($$props, "getValue", getValue);
2151
+ $.bind_prop($$props, "kolFocus", kolFocus);
2152
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2153
+ return $.pop($$exports);
2154
+ }
2155
+
2156
+ var root$c = $.from_html(`<kol-skip-nav><!></kol-skip-nav>`, 2);
2157
+ function KolSkipNav($$anchor, $$props) {
2158
+ $.push($$props, false);
2159
+ let __ref = $.mutable_source();
2160
+ createEventDispatcher();
2161
+ let _label = $.prop($$props, "_label", 8);
2162
+ let _links = $.prop($$props, "_links", 8);
2163
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
2164
+ const getWebComponent = () => $.get(__ref);
2165
+ onMount(() => {
2166
+ });
2167
+ var $$exports = { kolFocus, getWebComponent };
2168
+ $.init();
2169
+ var kol_skip_nav = root$c();
2170
+ $.template_effect(() => $.set_custom_element_data(kol_skip_nav, "_label", _label()));
2171
+ $.template_effect(() => $.set_custom_element_data(kol_skip_nav, "_links", _links()));
2172
+ var node = $.child(kol_skip_nav);
2173
+ $.slot(node, $$props, "default", {}, null);
2174
+ $.reset(kol_skip_nav);
2175
+ $.bind_this(kol_skip_nav, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2176
+ $.append($$anchor, kol_skip_nav);
2177
+ $.bind_prop($$props, "kolFocus", kolFocus);
2178
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2179
+ return $.pop($$exports);
2180
+ }
2181
+
2182
+ var root$b = $.from_html(`<kol-spin><!></kol-spin>`, 2);
2183
+ function KolSpin($$anchor, $$props) {
2184
+ $.push($$props, false);
2185
+ let __ref = $.mutable_source();
2186
+ createEventDispatcher();
2187
+ let _show = $.prop($$props, "_show", 8, void 0);
2188
+ let _label = $.prop($$props, "_label", 8, void 0);
2189
+ let _variant = $.prop($$props, "_variant", 8, void 0);
2190
+ const getWebComponent = () => $.get(__ref);
2191
+ onMount(() => {
2192
+ });
2193
+ var $$exports = { getWebComponent };
2194
+ $.init();
2195
+ var kol_spin = root$b();
2196
+ $.template_effect(() => $.set_custom_element_data(kol_spin, "_show", _show()));
2197
+ $.template_effect(() => $.set_custom_element_data(kol_spin, "_label", _label()));
2198
+ $.template_effect(() => $.set_custom_element_data(kol_spin, "_variant", _variant()));
2199
+ var node = $.child(kol_spin);
2200
+ $.slot(node, $$props, "default", {}, null);
2201
+ $.reset(kol_spin);
2202
+ $.bind_this(kol_spin, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2203
+ $.append($$anchor, kol_spin);
2204
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2205
+ return $.pop($$exports);
2206
+ }
2207
+
2208
+ var root$a = $.from_html(`<kol-split-button><!></kol-split-button>`, 2);
2209
+ function KolSplitButton($$anchor, $$props) {
2210
+ $.push($$props, false);
2211
+ let __ref = $.mutable_source();
2212
+ let __mounted = $.mutable_source(false);
2213
+ createEventDispatcher();
2214
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
2215
+ let _ariaControls = $.prop($$props, "_ariaControls", 8, void 0);
2216
+ let _ariaDescription = $.prop($$props, "_ariaDescription", 8, void 0);
2217
+ let _ariaExpanded = $.prop($$props, "_ariaExpanded", 8, void 0);
2218
+ let _ariaSelected = $.prop($$props, "_ariaSelected", 8, void 0);
2219
+ let _customClass = $.prop($$props, "_customClass", 8, void 0);
2220
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
2221
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
2222
+ let _icons = $.prop($$props, "_icons", 8, void 0);
2223
+ let _id = $.prop($$props, "_id", 8, void 0);
2224
+ let _label = $.prop($$props, "_label", 8);
2225
+ let _name = $.prop($$props, "_name", 8, void 0);
2226
+ let _on = $.prop($$props, "_on", 8, void 0);
2227
+ let _role = $.prop($$props, "_role", 8, void 0);
2228
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
2229
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
2230
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
2231
+ let _type = $.prop($$props, "_type", 8, void 0);
2232
+ let _value = $.prop($$props, "_value", 8, void 0);
2233
+ let _variant = $.prop($$props, "_variant", 8, void 0);
2234
+ const getValue = (...args) => $.get(__ref).getValue(...args);
2235
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
2236
+ const closePopup = (...args) => $.get(__ref).closePopup(...args);
2237
+ const getWebComponent = () => $.get(__ref);
2238
+ onMount(() => {
2239
+ $.set(__mounted, true);
2240
+ });
2241
+ const setProp = (prop, value) => {
2242
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
2243
+ };
2244
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
2245
+ if ($.get(__mounted)) setProp("_on", _on());
2246
+ });
2247
+ $.legacy_pre_effect_reset();
2248
+ var $$exports = { getValue, kolFocus, closePopup, getWebComponent };
2249
+ $.init();
2250
+ var kol_split_button = root$a();
2251
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_access-key", _accessKey()));
2252
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_aria-controls", _ariaControls()));
2253
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_aria-description", _ariaDescription()));
2254
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_aria-expanded", _ariaExpanded()));
2255
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_aria-selected", _ariaSelected()));
2256
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_custom-class", _customClass()));
2257
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_disabled", _disabled()));
2258
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_hide-label", _hideLabel()));
2259
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_icons", _icons()));
2260
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_id", _id()));
2261
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_label", _label()));
2262
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_name", _name()));
2263
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_role", _role()));
2264
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_short-key", _shortKey()));
2265
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_sync-value-by-selector", _syncValueBySelector()));
2266
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_tooltip-align", _tooltipAlign()));
2267
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_type", _type()));
2268
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_value", _value()));
2269
+ $.template_effect(() => $.set_custom_element_data(kol_split_button, "_variant", _variant()));
2270
+ var node = $.child(kol_split_button);
2271
+ $.slot(node, $$props, "default", {}, null);
2272
+ $.reset(kol_split_button);
2273
+ $.bind_this(kol_split_button, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2274
+ $.append($$anchor, kol_split_button);
2275
+ $.bind_prop($$props, "getValue", getValue);
2276
+ $.bind_prop($$props, "kolFocus", kolFocus);
2277
+ $.bind_prop($$props, "closePopup", closePopup);
2278
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2279
+ return $.pop($$exports);
2280
+ }
2281
+
2282
+ var root$9 = $.from_html(`<kol-table-stateful><!></kol-table-stateful>`, 2);
2283
+ function KolTableStateful($$anchor, $$props) {
2284
+ $.push($$props, false);
2285
+ let __ref = $.mutable_source();
2286
+ let __mounted = $.mutable_source(false);
2287
+ createEventDispatcher();
2288
+ let _allowMultiSort = $.prop($$props, "_allowMultiSort", 8, void 0);
2289
+ let _data = $.prop($$props, "_data", 8);
2290
+ let _dataFoot = $.prop($$props, "_dataFoot", 8, void 0);
2291
+ let _headers = $.prop($$props, "_headers", 8);
2292
+ let _label = $.prop($$props, "_label", 8);
2293
+ let _minWidth = $.prop($$props, "_minWidth", 8);
2294
+ let _pagination = $.prop($$props, "_pagination", 8, void 0);
2295
+ let _paginationPosition = $.prop($$props, "_paginationPosition", 8, void 0);
2296
+ let _selection = $.prop($$props, "_selection", 8, void 0);
2297
+ let _on = $.prop($$props, "_on", 8, void 0);
2298
+ let _tableSettings = $.prop($$props, "_tableSettings", 8, void 0);
2299
+ let _hasSettingsMenu = $.prop($$props, "_hasSettingsMenu", 8, void 0);
2300
+ const getSelection = (...args) => $.get(__ref).getSelection(...args);
2301
+ const getWebComponent = () => $.get(__ref);
2302
+ onMount(() => {
2303
+ $.set(__mounted, true);
2304
+ });
2305
+ const setProp = (prop, value) => {
2306
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
2307
+ };
2308
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
2309
+ if ($.get(__mounted)) setProp("_on", _on());
2310
+ });
2311
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_tableSettings())), () => {
2312
+ if ($.get(__mounted)) setProp("_tableSettings", _tableSettings());
2313
+ });
2314
+ $.legacy_pre_effect_reset();
2315
+ var $$exports = { getSelection, getWebComponent };
2316
+ $.init();
2317
+ var kol_table_stateful = root$9();
2318
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_allow-multi-sort", _allowMultiSort()));
2319
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_data", _data()));
2320
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_data-foot", _dataFoot()));
2321
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_headers", _headers()));
2322
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_label", _label()));
2323
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_min-width", _minWidth()));
2324
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_pagination", _pagination()));
2325
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_pagination-position", _paginationPosition()));
2326
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_selection", _selection()));
2327
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_has-settings-menu", _hasSettingsMenu()));
2328
+ var node = $.child(kol_table_stateful);
2329
+ $.slot(node, $$props, "default", {}, null);
2330
+ $.reset(kol_table_stateful);
2331
+ $.bind_this(kol_table_stateful, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2332
+ $.append($$anchor, kol_table_stateful);
2333
+ $.bind_prop($$props, "getSelection", getSelection);
2334
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2335
+ return $.pop($$exports);
2336
+ }
2337
+
2338
+ var root$8 = $.from_html(`<kol-table-stateless><!></kol-table-stateless>`, 2);
2339
+ function KolTableStateless($$anchor, $$props) {
2340
+ $.push($$props, false);
2341
+ let __ref = $.mutable_source();
2342
+ let __mounted = $.mutable_source(false);
2343
+ createEventDispatcher();
2344
+ let _data = $.prop($$props, "_data", 8);
2345
+ let _dataFoot = $.prop($$props, "_dataFoot", 8, void 0);
2346
+ let _headerCells = $.prop($$props, "_headerCells", 8);
2347
+ let _label = $.prop($$props, "_label", 8);
2348
+ let _minWidth = $.prop($$props, "_minWidth", 8);
2349
+ let _on = $.prop($$props, "_on", 8, void 0);
2350
+ let _selection = $.prop($$props, "_selection", 8, void 0);
2351
+ let _tableSettings = $.prop($$props, "_tableSettings", 8, void 0);
2352
+ let _hasSettingsMenu = $.prop($$props, "_hasSettingsMenu", 8, void 0);
2353
+ const getWebComponent = () => $.get(__ref);
2354
+ onMount(() => {
2355
+ $.set(__mounted, true);
2356
+ });
2357
+ const setProp = (prop, value) => {
2358
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
2359
+ };
2360
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
2361
+ if ($.get(__mounted)) setProp("_on", _on());
2362
+ });
2363
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_tableSettings())), () => {
2364
+ if ($.get(__mounted)) setProp("_tableSettings", _tableSettings());
2365
+ });
2366
+ $.legacy_pre_effect_reset();
2367
+ var $$exports = { getWebComponent };
2368
+ $.init();
2369
+ var kol_table_stateless = root$8();
2370
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_data", _data()));
2371
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_data-foot", _dataFoot()));
2372
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_header-cells", _headerCells()));
2373
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_label", _label()));
2374
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_min-width", _minWidth()));
2375
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_selection", _selection()));
2376
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_has-settings-menu", _hasSettingsMenu()));
2377
+ var node = $.child(kol_table_stateless);
2378
+ $.slot(node, $$props, "default", {}, null);
2379
+ $.reset(kol_table_stateless);
2380
+ $.bind_this(kol_table_stateless, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2381
+ $.append($$anchor, kol_table_stateless);
2382
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2383
+ return $.pop($$exports);
2384
+ }
2385
+
2386
+ var root$7 = $.from_html(`<kol-tabs><!></kol-tabs>`, 2);
2387
+ function KolTabs($$anchor, $$props) {
2388
+ $.push($$props, false);
2389
+ let __ref = $.mutable_source();
2390
+ let __mounted = $.mutable_source(false);
2391
+ createEventDispatcher();
2392
+ let _align = $.prop($$props, "_align", 8, void 0);
2393
+ let _behavior = $.prop($$props, "_behavior", 8, void 0);
2394
+ let _hasCreateButton = $.prop($$props, "_hasCreateButton", 8, void 0);
2395
+ let _label = $.prop($$props, "_label", 8);
2396
+ let _on = $.prop($$props, "_on", 8, void 0);
2397
+ let _selected = $.prop($$props, "_selected", 8, void 0);
2398
+ let _tabs = $.prop($$props, "_tabs", 8);
2399
+ const getWebComponent = () => $.get(__ref);
2400
+ onMount(() => {
2401
+ $.set(__mounted, true);
2402
+ });
2403
+ const setProp = (prop, value) => {
2404
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
2405
+ };
2406
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
2407
+ if ($.get(__mounted)) setProp("_on", _on());
2408
+ });
2409
+ $.legacy_pre_effect_reset();
2410
+ var $$exports = { getWebComponent };
2411
+ $.init();
2412
+ var kol_tabs = root$7();
2413
+ $.template_effect(() => $.set_custom_element_data(kol_tabs, "_align", _align()));
2414
+ $.template_effect(() => $.set_custom_element_data(kol_tabs, "_behavior", _behavior()));
2415
+ $.template_effect(() => $.set_custom_element_data(kol_tabs, "_has-create-button", _hasCreateButton()));
2416
+ $.template_effect(() => $.set_custom_element_data(kol_tabs, "_label", _label()));
2417
+ $.template_effect(() => $.set_custom_element_data(kol_tabs, "_selected", _selected()));
2418
+ $.template_effect(() => $.set_custom_element_data(kol_tabs, "_tabs", _tabs()));
2419
+ var node = $.child(kol_tabs);
2420
+ $.slot(node, $$props, "default", {}, null);
2421
+ $.reset(kol_tabs);
2422
+ $.bind_this(kol_tabs, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2423
+ $.append($$anchor, kol_tabs);
2424
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2425
+ return $.pop($$exports);
2426
+ }
2427
+
2428
+ var root$6 = $.from_html(`<kol-textarea><!></kol-textarea>`, 2);
2429
+ function KolTextarea($$anchor, $$props) {
2430
+ $.push($$props, false);
2431
+ let __ref = $.mutable_source();
2432
+ let __mounted = $.mutable_source(false);
2433
+ createEventDispatcher();
2434
+ let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
2435
+ let _adjustHeight = $.prop($$props, "_adjustHeight", 8, void 0);
2436
+ let _disabled = $.prop($$props, "_disabled", 8, void 0);
2437
+ let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
2438
+ let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
2439
+ let _hint = $.prop($$props, "_hint", 8, void 0);
2440
+ let _icons = $.prop($$props, "_icons", 8, void 0);
2441
+ let _id = $.prop($$props, "_id", 8, void 0);
2442
+ let _label = $.prop($$props, "_label", 8);
2443
+ let _maxLength = $.prop($$props, "_maxLength", 8, void 0);
2444
+ let _hasCounter = $.prop($$props, "_hasCounter", 8, void 0);
2445
+ let _maxLengthBehavior = $.prop($$props, "_maxLengthBehavior", 8, void 0);
2446
+ let _msg = $.prop($$props, "_msg", 8, void 0);
2447
+ let _name = $.prop($$props, "_name", 8, void 0);
2448
+ let _on = $.prop($$props, "_on", 8, void 0);
2449
+ let _placeholder = $.prop($$props, "_placeholder", 8, void 0);
2450
+ let _readOnly = $.prop($$props, "_readOnly", 8, void 0);
2451
+ let _resize = $.prop($$props, "_resize", 8, void 0);
2452
+ let _required = $.prop($$props, "_required", 8, void 0);
2453
+ let _rows = $.prop($$props, "_rows", 8, void 0);
2454
+ let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
2455
+ let _spellCheck = $.prop($$props, "_spellCheck", 8, void 0);
2456
+ let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
2457
+ let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
2458
+ let _touched = $.prop($$props, "_touched", 8, void 0);
2459
+ let _value = $.prop($$props, "_value", 8, void 0);
2460
+ const getValue = (...args) => $.get(__ref).getValue(...args);
2461
+ const kolFocus = (...args) => $.get(__ref).kolFocus(...args);
2462
+ const getWebComponent = () => $.get(__ref);
2463
+ onMount(() => {
2464
+ $.set(__mounted, true);
2465
+ });
2466
+ const setProp = (prop, value) => {
2467
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
2468
+ };
2469
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
2470
+ if ($.get(__mounted)) setProp("_on", _on());
2471
+ });
2472
+ $.legacy_pre_effect_reset();
2473
+ var $$exports = { getValue, kolFocus, getWebComponent };
2474
+ $.init();
2475
+ var kol_textarea = root$6();
2476
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_access-key", _accessKey()));
2477
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_adjust-height", _adjustHeight()));
2478
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_disabled", _disabled()));
2479
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_hide-msg", _hideMsg()));
2480
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_hide-label", _hideLabel()));
2481
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_hint", _hint()));
2482
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_icons", _icons()));
2483
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_id", _id()));
2484
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_label", _label()));
2485
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_max-length", _maxLength()));
2486
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_has-counter", _hasCounter()));
2487
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_max-length-behavior", _maxLengthBehavior()));
2488
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_msg", _msg()));
2489
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_name", _name()));
2490
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_placeholder", _placeholder()));
2491
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_read-only", _readOnly()));
2492
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_resize", _resize()));
2493
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_required", _required()));
2494
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_rows", _rows()));
2495
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_short-key", _shortKey()));
2496
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_spell-check", _spellCheck()));
2497
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_sync-value-by-selector", _syncValueBySelector()));
2498
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_tooltip-align", _tooltipAlign()));
2499
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_touched", _touched()));
2500
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_value", _value()));
2501
+ var node = $.child(kol_textarea);
2502
+ $.slot(node, $$props, "default", {}, null);
2503
+ $.reset(kol_textarea);
2504
+ $.bind_this(kol_textarea, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2505
+ $.append($$anchor, kol_textarea);
2506
+ $.bind_prop($$props, "getValue", getValue);
2507
+ $.bind_prop($$props, "kolFocus", kolFocus);
2508
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2509
+ return $.pop($$exports);
2510
+ }
2511
+
2512
+ var root$5 = $.from_html(`<kol-toast-container><!></kol-toast-container>`, 2);
2513
+ function KolToastContainer($$anchor, $$props) {
2514
+ $.push($$props, false);
2515
+ let __ref = $.mutable_source();
2516
+ createEventDispatcher();
2517
+ const enqueue = (...args) => $.get(__ref).enqueue(...args);
2518
+ const closeAll = (...args) => $.get(__ref).closeAll(...args);
2519
+ const getWebComponent = () => $.get(__ref);
2520
+ onMount(() => {
2521
+ });
2522
+ var $$exports = { enqueue, closeAll, getWebComponent };
2523
+ $.init();
2524
+ var kol_toast_container = root$5();
2525
+ var node = $.child(kol_toast_container);
2526
+ $.slot(node, $$props, "default", {}, null);
2527
+ $.reset(kol_toast_container);
2528
+ $.bind_this(kol_toast_container, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2529
+ $.append($$anchor, kol_toast_container);
2530
+ $.bind_prop($$props, "enqueue", enqueue);
2531
+ $.bind_prop($$props, "closeAll", closeAll);
2532
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2533
+ return $.pop($$exports);
2534
+ }
2535
+
2536
+ var root$4 = $.from_html(`<kol-toolbar><!></kol-toolbar>`, 2);
2537
+ function KolToolbar($$anchor, $$props) {
2538
+ $.push($$props, false);
2539
+ let __ref = $.mutable_source();
2540
+ let __mounted = $.mutable_source(false);
2541
+ createEventDispatcher();
2542
+ let _label = $.prop($$props, "_label", 8);
2543
+ let _items = $.prop($$props, "_items", 8);
2544
+ let _orientation = $.prop($$props, "_orientation", 8, void 0);
2545
+ const getWebComponent = () => $.get(__ref);
2546
+ onMount(() => {
2547
+ $.set(__mounted, true);
2548
+ });
2549
+ const setProp = (prop, value) => {
2550
+ if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
2551
+ };
2552
+ $.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_items())), () => {
2553
+ if ($.get(__mounted)) setProp("_items", _items());
2554
+ });
2555
+ $.legacy_pre_effect_reset();
2556
+ var $$exports = { getWebComponent };
2557
+ $.init();
2558
+ var kol_toolbar = root$4();
2559
+ $.template_effect(() => $.set_custom_element_data(kol_toolbar, "_label", _label()));
2560
+ $.template_effect(() => $.set_custom_element_data(kol_toolbar, "_orientation", _orientation()));
2561
+ var node = $.child(kol_toolbar);
2562
+ $.slot(node, $$props, "default", {}, null);
2563
+ $.reset(kol_toolbar);
2564
+ $.bind_this(kol_toolbar, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2565
+ $.append($$anchor, kol_toolbar);
2566
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2567
+ return $.pop($$exports);
2568
+ }
2569
+
2570
+ var root$3 = $.from_html(`<kol-tree><!></kol-tree>`, 2);
2571
+ function KolTree($$anchor, $$props) {
2572
+ $.push($$props, false);
2573
+ let __ref = $.mutable_source();
2574
+ createEventDispatcher();
2575
+ let _label = $.prop($$props, "_label", 8);
2576
+ const getWebComponent = () => $.get(__ref);
2577
+ onMount(() => {
2578
+ });
2579
+ var $$exports = { getWebComponent };
2580
+ $.init();
2581
+ var kol_tree = root$3();
2582
+ $.template_effect(() => $.set_custom_element_data(kol_tree, "_label", _label()));
2583
+ var node = $.child(kol_tree);
2584
+ $.slot(node, $$props, "default", {}, null);
2585
+ $.reset(kol_tree);
2586
+ $.bind_this(kol_tree, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2587
+ $.append($$anchor, kol_tree);
2588
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2589
+ return $.pop($$exports);
2590
+ }
2591
+
2592
+ var root$2 = $.from_html(`<kol-tree-item><!></kol-tree-item>`, 2);
2593
+ function KolTreeItem($$anchor, $$props) {
2594
+ $.push($$props, false);
2595
+ let __ref = $.mutable_source();
2596
+ createEventDispatcher();
2597
+ let _active = $.prop($$props, "_active", 8, void 0);
2598
+ let _label = $.prop($$props, "_label", 8);
2599
+ let _open = $.prop($$props, "_open", 8, void 0);
2600
+ let _href = $.prop($$props, "_href", 8);
2601
+ const focusLink = (...args) => $.get(__ref).focusLink(...args);
2602
+ const expand = (...args) => $.get(__ref).expand(...args);
2603
+ const collapse = (...args) => $.get(__ref).collapse(...args);
2604
+ const isOpen = (...args) => $.get(__ref).isOpen(...args);
2605
+ const getWebComponent = () => $.get(__ref);
2606
+ onMount(() => {
2607
+ });
2608
+ var $$exports = { focusLink, expand, collapse, isOpen, getWebComponent };
2609
+ $.init();
2610
+ var kol_tree_item = root$2();
2611
+ $.template_effect(() => $.set_custom_element_data(kol_tree_item, "_active", _active()));
2612
+ $.template_effect(() => $.set_custom_element_data(kol_tree_item, "_label", _label()));
2613
+ $.template_effect(() => $.set_custom_element_data(kol_tree_item, "_open", _open()));
2614
+ $.template_effect(() => $.set_custom_element_data(kol_tree_item, "_href", _href()));
2615
+ var node = $.child(kol_tree_item);
2616
+ $.slot(node, $$props, "default", {}, null);
2617
+ $.reset(kol_tree_item);
2618
+ $.bind_this(kol_tree_item, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2619
+ $.append($$anchor, kol_tree_item);
2620
+ $.bind_prop($$props, "focusLink", focusLink);
2621
+ $.bind_prop($$props, "expand", expand);
2622
+ $.bind_prop($$props, "collapse", collapse);
2623
+ $.bind_prop($$props, "isOpen", isOpen);
2624
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2625
+ return $.pop($$exports);
2626
+ }
2627
+
2628
+ var root$1 = $.from_html(`<kol-tree-item-wc><!></kol-tree-item-wc>`, 2);
2629
+ function KolTreeItemWc($$anchor, $$props) {
2630
+ $.push($$props, false);
2631
+ let __ref = $.mutable_source();
2632
+ createEventDispatcher();
2633
+ let _active = $.prop($$props, "_active", 8, void 0);
2634
+ let _label = $.prop($$props, "_label", 8);
2635
+ let _open = $.prop($$props, "_open", 8, void 0);
2636
+ let _href = $.prop($$props, "_href", 8);
2637
+ const focusLink = (...args) => $.get(__ref).focusLink(...args);
2638
+ const expand = (...args) => $.get(__ref).expand(...args);
2639
+ const collapse = (...args) => $.get(__ref).collapse(...args);
2640
+ const isOpen = (...args) => $.get(__ref).isOpen(...args);
2641
+ const getWebComponent = () => $.get(__ref);
2642
+ onMount(() => {
2643
+ });
2644
+ var $$exports = { focusLink, expand, collapse, isOpen, getWebComponent };
2645
+ $.init();
2646
+ var kol_tree_item_wc = root$1();
2647
+ $.template_effect(() => $.set_custom_element_data(kol_tree_item_wc, "_active", _active()));
2648
+ $.template_effect(() => $.set_custom_element_data(kol_tree_item_wc, "_label", _label()));
2649
+ $.template_effect(() => $.set_custom_element_data(kol_tree_item_wc, "_open", _open()));
2650
+ $.template_effect(() => $.set_custom_element_data(kol_tree_item_wc, "_href", _href()));
2651
+ var node = $.child(kol_tree_item_wc);
2652
+ $.slot(node, $$props, "default", {}, null);
2653
+ $.reset(kol_tree_item_wc);
2654
+ $.bind_this(kol_tree_item_wc, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2655
+ $.append($$anchor, kol_tree_item_wc);
2656
+ $.bind_prop($$props, "focusLink", focusLink);
2657
+ $.bind_prop($$props, "expand", expand);
2658
+ $.bind_prop($$props, "collapse", collapse);
2659
+ $.bind_prop($$props, "isOpen", isOpen);
2660
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2661
+ return $.pop($$exports);
2662
+ }
2663
+
2664
+ var root = $.from_html(`<kol-version><!></kol-version>`, 2);
2665
+ function KolVersion($$anchor, $$props) {
2666
+ $.push($$props, false);
2667
+ let __ref = $.mutable_source();
2668
+ createEventDispatcher();
2669
+ let _label = $.prop($$props, "_label", 8);
2670
+ const getWebComponent = () => $.get(__ref);
2671
+ onMount(() => {
2672
+ });
2673
+ var $$exports = { getWebComponent };
2674
+ $.init();
2675
+ var kol_version = root();
2676
+ $.template_effect(() => $.set_custom_element_data(kol_version, "_label", _label()));
2677
+ var node = $.child(kol_version);
2678
+ $.slot(node, $$props, "default", {}, null);
2679
+ $.reset(kol_version);
2680
+ $.bind_this(kol_version, ($$value) => $.set(__ref, $$value), () => $.get(__ref));
2681
+ $.append($$anchor, kol_version);
2682
+ $.bind_prop($$props, "getWebComponent", getWebComponent);
2683
+ return $.pop($$exports);
2684
+ }
2685
+
2686
+ 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 };