@public-ui/svelte 4.0.0-alpha.10

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