@public-ui/svelte 4.0.0-alpha.5

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