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