@public-ui/vue 1.6.0-rc.2 → 1.6.0-rc.20

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 CHANGED
@@ -119,11 +119,13 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
119
119
  };
120
120
 
121
121
  const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
122
+ "_label",
122
123
  "_tooltipAlign",
123
124
  "_title"
124
125
  ]);
125
126
  const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
126
127
  "_heading",
128
+ "_label",
127
129
  "_level",
128
130
  "_on",
129
131
  "_open"
@@ -132,13 +134,23 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
132
134
  "_alert",
133
135
  "_hasCloser",
134
136
  "_heading",
137
+ "_label",
135
138
  "_level",
136
139
  "_on",
137
140
  "_type",
138
141
  "_variant"
139
142
  ]);
143
+ const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
144
+ "_src",
145
+ "_label"
146
+ ]);
147
+ const KolAvatarWc = /* @__PURE__ */ defineContainer("kol-avatar-wc", void 0, [
148
+ "_src",
149
+ "_label"
150
+ ]);
140
151
  const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
141
152
  "_color",
153
+ "_hideLabel",
142
154
  "_icon",
143
155
  "_iconOnly",
144
156
  "_label",
@@ -146,6 +158,7 @@ const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
146
158
  ]);
147
159
  const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0, [
148
160
  "_ariaLabel",
161
+ "_label",
149
162
  "_links"
150
163
  ]);
151
164
  const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
@@ -157,6 +170,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
157
170
  "_ariaSelected",
158
171
  "_customClass",
159
172
  "_disabled",
173
+ "_hideLabel",
160
174
  "_icon",
161
175
  "_iconAlign",
162
176
  "_iconOnly",
@@ -180,6 +194,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
180
194
  "_ariaLabel",
181
195
  "_ariaSelected",
182
196
  "_disabled",
197
+ "_hideLabel",
183
198
  "_icon",
184
199
  "_iconOnly",
185
200
  "_id",
@@ -195,9 +210,11 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
195
210
  "_hasFooter",
196
211
  "_heading",
197
212
  "_headline",
213
+ "_label",
198
214
  "_level"
199
215
  ]);
200
216
  const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
217
+ "_label",
201
218
  "_open",
202
219
  "_summary"
203
220
  ]);
@@ -213,6 +230,7 @@ const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
213
230
  const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
214
231
  "_ariaLabel",
215
232
  "_icon",
233
+ "_label",
216
234
  "_part"
217
235
  ]);
218
236
  const KolIconFontAwesome = /* @__PURE__ */ defineContainer("kol-icon-font-awesome", void 0, [
@@ -250,7 +268,9 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
250
268
  "_name",
251
269
  "_on",
252
270
  "_required",
271
+ "_syncValueBySelector",
253
272
  "_tabIndex",
273
+ "_tooltipAlign",
254
274
  "_touched",
255
275
  "_type",
256
276
  "_value",
@@ -271,7 +291,10 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
271
291
  "_name",
272
292
  "_on",
273
293
  "_smartButton",
294
+ "_suggestions",
295
+ "_syncValueBySelector",
274
296
  "_tabIndex",
297
+ "_tooltipAlign",
275
298
  "_touched",
276
299
  "_value"
277
300
  ]);
@@ -294,8 +317,11 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
294
317
  "_readOnly",
295
318
  "_required",
296
319
  "_smartButton",
320
+ "_suggestions",
321
+ "_syncValueBySelector",
297
322
  "_step",
298
323
  "_tabIndex",
324
+ "_tooltipAlign",
299
325
  "_touched",
300
326
  "_type",
301
327
  "_value"
@@ -306,6 +332,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
306
332
  "_autoComplete",
307
333
  "_disabled",
308
334
  "_error",
335
+ "_hasCounter",
309
336
  "_hideLabel",
310
337
  "_hint",
311
338
  "_icon",
@@ -322,7 +349,10 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
322
349
  "_required",
323
350
  "_size",
324
351
  "_smartButton",
352
+ "_suggestions",
353
+ "_syncValueBySelector",
325
354
  "_tabIndex",
355
+ "_tooltipAlign",
326
356
  "_touched",
327
357
  "_value"
328
358
  ]);
@@ -342,7 +372,9 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
342
372
  "_on",
343
373
  "_required",
344
374
  "_smartButton",
375
+ "_syncValueBySelector",
345
376
  "_tabIndex",
377
+ "_tooltipAlign",
346
378
  "_touched",
347
379
  "_value"
348
380
  ]);
@@ -366,8 +398,11 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
366
398
  "_readOnly",
367
399
  "_required",
368
400
  "_smartButton",
401
+ "_suggestions",
369
402
  "_step",
403
+ "_syncValueBySelector",
370
404
  "_tabIndex",
405
+ "_tooltipAlign",
371
406
  "_touched",
372
407
  "_type",
373
408
  "_value"
@@ -378,6 +413,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
378
413
  "_autoComplete",
379
414
  "_disabled",
380
415
  "_error",
416
+ "_hasCounter",
381
417
  "_hideLabel",
382
418
  "_hint",
383
419
  "_icon",
@@ -392,7 +428,9 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
392
428
  "_required",
393
429
  "_size",
394
430
  "_smartButton",
431
+ "_syncValueBySelector",
395
432
  "_tabIndex",
433
+ "_tooltipAlign",
396
434
  "_touched",
397
435
  "_value"
398
436
  ]);
@@ -408,9 +446,12 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
408
446
  "_list",
409
447
  "_name",
410
448
  "_on",
449
+ "_options",
411
450
  "_orientation",
412
451
  "_required",
452
+ "_syncValueBySelector",
413
453
  "_tabIndex",
454
+ "_tooltipAlign",
414
455
  "_touched",
415
456
  "_value"
416
457
  ]);
@@ -431,7 +472,10 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
431
472
  "_name",
432
473
  "_on",
433
474
  "_step",
475
+ "_suggestions",
476
+ "_syncValueBySelector",
434
477
  "_tabIndex",
478
+ "_tooltipAlign",
435
479
  "_touched",
436
480
  "_value"
437
481
  ]);
@@ -441,6 +485,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
441
485
  "_autoComplete",
442
486
  "_disabled",
443
487
  "_error",
488
+ "_hasCounter",
444
489
  "_hideLabel",
445
490
  "_hint",
446
491
  "_icon",
@@ -455,8 +500,11 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
455
500
  "_readOnly",
456
501
  "_required",
457
502
  "_size",
503
+ "_suggestions",
458
504
  "_smartButton",
505
+ "_syncValueBySelector",
459
506
  "_tabIndex",
507
+ "_tooltipAlign",
460
508
  "_touched",
461
509
  "_type",
462
510
  "_value"
@@ -474,11 +522,13 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
474
522
  "_ariaSelected",
475
523
  "_disabled",
476
524
  "_download",
525
+ "_hideLabel",
477
526
  "_href",
478
527
  "_icon",
479
528
  "_iconAlign",
480
529
  "_iconOnly",
481
530
  "_label",
531
+ "_listenAriaCurrent",
482
532
  "_on",
483
533
  "_role",
484
534
  "_selector",
@@ -498,10 +548,12 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
498
548
  "_customClass",
499
549
  "_disabled",
500
550
  "_download",
551
+ "_hideLabel",
501
552
  "_href",
502
553
  "_icon",
503
554
  "_iconOnly",
504
555
  "_label",
556
+ "_listenAriaCurrent",
505
557
  "_on",
506
558
  "_role",
507
559
  "_tabIndex",
@@ -514,6 +566,7 @@ const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
514
566
  "_ariaLabel",
515
567
  "_listStyleType",
516
568
  "_heading",
569
+ "_label",
517
570
  "_level",
518
571
  "_links",
519
572
  "_ordered",
@@ -526,6 +579,7 @@ const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
526
579
  const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
527
580
  "_activeElement",
528
581
  "_ariaLabel",
582
+ "_label",
529
583
  "_on",
530
584
  "_width"
531
585
  ]);
@@ -535,8 +589,10 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
535
589
  "_collapsible",
536
590
  "_compact",
537
591
  "_hasCompactButton",
538
- "_orientation",
592
+ "_hideLabel",
593
+ "_label",
539
594
  "_links",
595
+ "_orientation",
540
596
  "_variant"
541
597
  ]);
542
598
  const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0, [
@@ -566,6 +622,7 @@ const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
566
622
  ]);
567
623
  const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
568
624
  "_caption",
625
+ "_label",
569
626
  "_href",
570
627
  "_quote",
571
628
  "_variant"
@@ -585,17 +642,23 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
585
642
  "_multiple",
586
643
  "_name",
587
644
  "_on",
645
+ "_options",
588
646
  "_required",
647
+ "_rows",
589
648
  "_size",
649
+ "_syncValueBySelector",
590
650
  "_tabIndex",
651
+ "_tooltipAlign",
591
652
  "_touched",
592
653
  "_value"
593
654
  ]);
594
655
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
595
656
  "_ariaLabel",
657
+ "_label",
596
658
  "_links"
597
659
  ]);
598
660
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
661
+ "_hideLabel",
599
662
  "_icon",
600
663
  "_iconOnly",
601
664
  "_label"
@@ -628,17 +691,22 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
628
691
  ]);
629
692
  const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
630
693
  "_ariaLabel",
694
+ "_label",
631
695
  "_symbol"
632
696
  ]);
633
697
  const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
634
698
  "_caption",
635
699
  "_data",
700
+ "_dataFoot",
636
701
  "_headers",
702
+ "_label",
637
703
  "_minWidth",
638
704
  "_pagination"
639
705
  ]);
640
706
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
707
+ "_align",
641
708
  "_ariaLabel",
709
+ "_label",
642
710
  "_on",
643
711
  "_selected",
644
712
  "_tabs",
@@ -663,7 +731,9 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
663
731
  "_resize",
664
732
  "_required",
665
733
  "_rows",
734
+ "_syncValueBySelector",
666
735
  "_tabIndex",
736
+ "_tooltipAlign",
667
737
  "_touched",
668
738
  "_value"
669
739
  ]);
@@ -671,6 +741,7 @@ const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
671
741
  "_alert",
672
742
  "_hasCloser",
673
743
  "_heading",
744
+ "_label",
674
745
  "_level",
675
746
  "_on",
676
747
  "_show",
@@ -683,12 +754,15 @@ const KolTooltip = /* @__PURE__ */ defineContainer("kol-tooltip", void 0, [
683
754
  "_label"
684
755
  ]);
685
756
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
757
+ "_label",
686
758
  "_version"
687
759
  ]);
688
760
 
689
761
  exports.KolAbbr = KolAbbr;
690
762
  exports.KolAccordion = KolAccordion;
691
763
  exports.KolAlert = KolAlert;
764
+ exports.KolAvatar = KolAvatar;
765
+ exports.KolAvatarWc = KolAvatarWc;
692
766
  exports.KolBadge = KolBadge;
693
767
  exports.KolBreadcrumb = KolBreadcrumb;
694
768
  exports.KolButton = KolButton;
package/dist/index.d.ts CHANGED
@@ -1,61 +1,62 @@
1
- import * as vue from 'vue';
2
1
  import { JSX } from '@public-ui/components';
3
2
 
4
3
  interface InputProps<T> {
5
4
  modelValue?: T;
6
5
  }
7
6
 
8
- declare const KolAbbr: vue.DefineComponent<JSX.KolAbbr & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolAbbr & InputProps<string | number | boolean>>, {}>;
9
- declare const KolAccordion: vue.DefineComponent<JSX.KolAccordion & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolAccordion & InputProps<string | number | boolean>>, {}>;
10
- declare const KolAlert: vue.DefineComponent<JSX.KolAlert & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolAlert & InputProps<string | number | boolean>>, {}>;
11
- declare const KolBadge: vue.DefineComponent<JSX.KolBadge & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolBadge & InputProps<string | number | boolean>>, {}>;
12
- declare const KolBreadcrumb: vue.DefineComponent<JSX.KolBreadcrumb & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolBreadcrumb & InputProps<string | number | boolean>>, {}>;
13
- declare const KolButton: vue.DefineComponent<JSX.KolButton & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolButton & InputProps<string | number | boolean>>, {}>;
14
- declare const KolButtonGroup: vue.DefineComponent<JSX.KolButtonGroup & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolButtonGroup & InputProps<string | number | boolean>>, {}>;
15
- declare const KolButtonGroupWc: vue.DefineComponent<JSX.KolButtonGroupWc & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolButtonGroupWc & InputProps<string | number | boolean>>, {}>;
16
- declare const KolButtonLink: vue.DefineComponent<JSX.KolButtonLink & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolButtonLink & InputProps<string | number | boolean>>, {}>;
17
- declare const KolCard: vue.DefineComponent<JSX.KolCard & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolCard & InputProps<string | number | boolean>>, {}>;
18
- declare const KolDetails: vue.DefineComponent<JSX.KolDetails & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolDetails & InputProps<string | number | boolean>>, {}>;
19
- declare const KolForm: vue.DefineComponent<JSX.KolForm & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolForm & InputProps<string | number | boolean>>, {}>;
20
- declare const KolHeading: vue.DefineComponent<JSX.KolHeading & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolHeading & InputProps<string | number | boolean>>, {}>;
21
- declare const KolIcon: vue.DefineComponent<JSX.KolIcon & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolIcon & InputProps<string | number | boolean>>, {}>;
22
- declare const KolIconFontAwesome: vue.DefineComponent<JSX.KolIconFontAwesome & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolIconFontAwesome & InputProps<string | number | boolean>>, {}>;
23
- declare const KolIconIcofont: vue.DefineComponent<JSX.KolIconIcofont & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolIconIcofont & InputProps<string | number | boolean>>, {}>;
24
- declare const KolImage: vue.DefineComponent<JSX.KolImage & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolImage & InputProps<string | number | boolean>>, {}>;
25
- declare const KolIndentedText: vue.DefineComponent<JSX.KolIndentedText & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolIndentedText & InputProps<string | number | boolean>>, {}>;
26
- declare const KolInputAdapterLeanup: vue.DefineComponent<JSX.KolInputAdapterLeanup & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputAdapterLeanup & InputProps<string | number | boolean>>, {}>;
27
- declare const KolInputCheckbox: vue.DefineComponent<JSX.KolInputCheckbox & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputCheckbox & InputProps<string | number | boolean>>, {}>;
28
- declare const KolInputColor: vue.DefineComponent<JSX.KolInputColor & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputColor & InputProps<string | number | boolean>>, {}>;
29
- declare const KolInputDate: vue.DefineComponent<JSX.KolInputDate & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputDate & InputProps<string | number | boolean>>, {}>;
30
- declare const KolInputEmail: vue.DefineComponent<JSX.KolInputEmail & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputEmail & InputProps<string | number | boolean>>, {}>;
31
- declare const KolInputFile: vue.DefineComponent<JSX.KolInputFile & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputFile & InputProps<string | number | boolean>>, {}>;
32
- declare const KolInputNumber: vue.DefineComponent<JSX.KolInputNumber & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputNumber & InputProps<string | number | boolean>>, {}>;
33
- declare const KolInputPassword: vue.DefineComponent<JSX.KolInputPassword & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputPassword & InputProps<string | number | boolean>>, {}>;
34
- declare const KolInputRadio: vue.DefineComponent<JSX.KolInputRadio & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputRadio & InputProps<string | number | boolean>>, {}>;
35
- declare const KolInputRange: vue.DefineComponent<JSX.KolInputRange & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputRange & InputProps<string | number | boolean>>, {}>;
36
- declare const KolInputText: vue.DefineComponent<JSX.KolInputText & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputText & InputProps<string | number | boolean>>, {}>;
37
- declare const KolKolibri: vue.DefineComponent<JSX.KolKolibri & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolKolibri & InputProps<string | number | boolean>>, {}>;
38
- declare const KolLink: vue.DefineComponent<JSX.KolLink & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolLink & InputProps<string | number | boolean>>, {}>;
39
- declare const KolLinkButton: vue.DefineComponent<JSX.KolLinkButton & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolLinkButton & InputProps<string | number | boolean>>, {}>;
40
- declare const KolLinkGroup: vue.DefineComponent<JSX.KolLinkGroup & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolLinkGroup & InputProps<string | number | boolean>>, {}>;
41
- declare const KolLogo: vue.DefineComponent<JSX.KolLogo & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolLogo & InputProps<string | number | boolean>>, {}>;
42
- declare const KolModal: vue.DefineComponent<JSX.KolModal & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolModal & InputProps<string | number | boolean>>, {}>;
43
- declare const KolNav: vue.DefineComponent<JSX.KolNav & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolNav & InputProps<string | number | boolean>>, {}>;
44
- declare const KolPagination: vue.DefineComponent<JSX.KolPagination & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolPagination & InputProps<string | number | boolean>>, {}>;
45
- declare const KolPopover: vue.DefineComponent<JSX.KolPopover & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolPopover & InputProps<string | number | boolean>>, {}>;
46
- declare const KolProgress: vue.DefineComponent<JSX.KolProgress & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolProgress & InputProps<string | number | boolean>>, {}>;
47
- declare const KolQuote: vue.DefineComponent<JSX.KolQuote & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolQuote & InputProps<string | number | boolean>>, {}>;
48
- declare const KolSelect: vue.DefineComponent<JSX.KolSelect & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolSelect & InputProps<string | number | boolean>>, {}>;
49
- declare const KolSkipNav: vue.DefineComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolSkipNav & InputProps<string | number | boolean>>, {}>;
50
- declare const KolSpan: vue.DefineComponent<JSX.KolSpan & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolSpan & InputProps<string | number | boolean>>, {}>;
51
- declare const KolSpin: vue.DefineComponent<JSX.KolSpin & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolSpin & InputProps<string | number | boolean>>, {}>;
52
- declare const KolSplitButton: vue.DefineComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolSplitButton & InputProps<string | number | boolean>>, {}>;
53
- declare const KolSymbol: vue.DefineComponent<JSX.KolSymbol & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolSymbol & InputProps<string | number | boolean>>, {}>;
54
- declare const KolTable: vue.DefineComponent<JSX.KolTable & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolTable & InputProps<string | number | boolean>>, {}>;
55
- declare const KolTabs: vue.DefineComponent<JSX.KolTabs & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolTabs & InputProps<string | number | boolean>>, {}>;
56
- declare const KolTextarea: vue.DefineComponent<JSX.KolTextarea & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolTextarea & InputProps<string | number | boolean>>, {}>;
57
- declare const KolToast: vue.DefineComponent<JSX.KolToast & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolToast & InputProps<string | number | boolean>>, {}>;
58
- declare const KolTooltip: vue.DefineComponent<JSX.KolTooltip & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolTooltip & InputProps<string | number | boolean>>, {}>;
59
- declare const KolVersion: vue.DefineComponent<JSX.KolVersion & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolVersion & InputProps<string | number | boolean>>, {}>;
7
+ declare const KolAbbr: (props: JSX.KolAbbr & InputProps<string | number | boolean> & {}) => any;
8
+ declare const KolAccordion: (props: JSX.KolAccordion & InputProps<string | number | boolean> & {}) => any;
9
+ declare const KolAlert: (props: JSX.KolAlert & InputProps<string | number | boolean> & {}) => any;
10
+ declare const KolAvatar: (props: JSX.KolAvatar & InputProps<string | number | boolean> & {}) => any;
11
+ declare const KolAvatarWc: (props: JSX.KolAvatarWc & InputProps<string | number | boolean> & {}) => any;
12
+ declare const KolBadge: (props: JSX.KolBadge & InputProps<string | number | boolean> & {}) => any;
13
+ declare const KolBreadcrumb: (props: JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}) => any;
14
+ declare const KolButton: (props: JSX.KolButton & InputProps<string | number | boolean> & {}) => any;
15
+ declare const KolButtonGroup: (props: JSX.KolButtonGroup & InputProps<string | number | boolean> & {}) => any;
16
+ declare const KolButtonGroupWc: (props: JSX.KolButtonGroupWc & InputProps<string | number | boolean> & {}) => any;
17
+ declare const KolButtonLink: (props: JSX.KolButtonLink & InputProps<string | number | boolean> & {}) => any;
18
+ declare const KolCard: (props: JSX.KolCard & InputProps<string | number | boolean> & {}) => any;
19
+ declare const KolDetails: (props: JSX.KolDetails & InputProps<string | number | boolean> & {}) => any;
20
+ declare const KolForm: (props: JSX.KolForm & InputProps<string | number | boolean> & {}) => any;
21
+ declare const KolHeading: (props: JSX.KolHeading & InputProps<string | number | boolean> & {}) => any;
22
+ declare const KolIcon: (props: JSX.KolIcon & InputProps<string | number | boolean> & {}) => any;
23
+ declare const KolIconFontAwesome: (props: JSX.KolIconFontAwesome & InputProps<string | number | boolean> & {}) => any;
24
+ declare const KolIconIcofont: (props: JSX.KolIconIcofont & InputProps<string | number | boolean> & {}) => any;
25
+ declare const KolImage: (props: JSX.KolImage & InputProps<string | number | boolean> & {}) => any;
26
+ declare const KolIndentedText: (props: JSX.KolIndentedText & InputProps<string | number | boolean> & {}) => any;
27
+ declare const KolInputAdapterLeanup: (props: JSX.KolInputAdapterLeanup & InputProps<string | number | boolean> & {}) => any;
28
+ declare const KolInputCheckbox: (props: JSX.KolInputCheckbox & InputProps<string | number | boolean> & {}) => any;
29
+ declare const KolInputColor: (props: JSX.KolInputColor & InputProps<string | number | boolean> & {}) => any;
30
+ declare const KolInputDate: (props: JSX.KolInputDate & InputProps<string | number | boolean> & {}) => any;
31
+ declare const KolInputEmail: (props: JSX.KolInputEmail & InputProps<string | number | boolean> & {}) => any;
32
+ declare const KolInputFile: (props: JSX.KolInputFile & InputProps<string | number | boolean> & {}) => any;
33
+ declare const KolInputNumber: (props: JSX.KolInputNumber & InputProps<string | number | boolean> & {}) => any;
34
+ declare const KolInputPassword: (props: JSX.KolInputPassword & InputProps<string | number | boolean> & {}) => any;
35
+ declare const KolInputRadio: (props: JSX.KolInputRadio & InputProps<string | number | boolean> & {}) => any;
36
+ declare const KolInputRange: (props: JSX.KolInputRange & InputProps<string | number | boolean> & {}) => any;
37
+ declare const KolInputText: (props: JSX.KolInputText & InputProps<string | number | boolean> & {}) => any;
38
+ declare const KolKolibri: (props: JSX.KolKolibri & InputProps<string | number | boolean> & {}) => any;
39
+ declare const KolLink: (props: JSX.KolLink & InputProps<string | number | boolean> & {}) => any;
40
+ declare const KolLinkButton: (props: JSX.KolLinkButton & InputProps<string | number | boolean> & {}) => any;
41
+ declare const KolLinkGroup: (props: JSX.KolLinkGroup & InputProps<string | number | boolean> & {}) => any;
42
+ declare const KolLogo: (props: JSX.KolLogo & InputProps<string | number | boolean> & {}) => any;
43
+ declare const KolModal: (props: JSX.KolModal & InputProps<string | number | boolean> & {}) => any;
44
+ declare const KolNav: (props: JSX.KolNav & InputProps<string | number | boolean> & {}) => any;
45
+ declare const KolPagination: (props: JSX.KolPagination & InputProps<string | number | boolean> & {}) => any;
46
+ declare const KolPopover: (props: JSX.KolPopover & InputProps<string | number | boolean> & {}) => any;
47
+ declare const KolProgress: (props: JSX.KolProgress & InputProps<string | number | boolean> & {}) => any;
48
+ declare const KolQuote: (props: JSX.KolQuote & InputProps<string | number | boolean> & {}) => any;
49
+ declare const KolSelect: (props: JSX.KolSelect & InputProps<string | number | boolean> & {}) => any;
50
+ declare const KolSkipNav: (props: JSX.KolSkipNav & InputProps<string | number | boolean> & {}) => any;
51
+ declare const KolSpan: (props: JSX.KolSpan & InputProps<string | number | boolean> & {}) => any;
52
+ declare const KolSpin: (props: JSX.KolSpin & InputProps<string | number | boolean> & {}) => any;
53
+ declare const KolSplitButton: (props: JSX.KolSplitButton & InputProps<string | number | boolean> & {}) => any;
54
+ declare const KolSymbol: (props: JSX.KolSymbol & InputProps<string | number | boolean> & {}) => any;
55
+ declare const KolTable: (props: JSX.KolTable & InputProps<string | number | boolean> & {}) => any;
56
+ declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
57
+ declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
58
+ declare const KolToast: (props: JSX.KolToast & InputProps<string | number | boolean> & {}) => any;
59
+ declare const KolTooltip: (props: JSX.KolTooltip & InputProps<string | number | boolean> & {}) => any;
60
+ declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
60
61
 
61
- export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
62
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
package/dist/index.mjs CHANGED
@@ -117,11 +117,13 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
117
117
  };
118
118
 
119
119
  const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
120
+ "_label",
120
121
  "_tooltipAlign",
121
122
  "_title"
122
123
  ]);
123
124
  const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
124
125
  "_heading",
126
+ "_label",
125
127
  "_level",
126
128
  "_on",
127
129
  "_open"
@@ -130,13 +132,23 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
130
132
  "_alert",
131
133
  "_hasCloser",
132
134
  "_heading",
135
+ "_label",
133
136
  "_level",
134
137
  "_on",
135
138
  "_type",
136
139
  "_variant"
137
140
  ]);
141
+ const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
142
+ "_src",
143
+ "_label"
144
+ ]);
145
+ const KolAvatarWc = /* @__PURE__ */ defineContainer("kol-avatar-wc", void 0, [
146
+ "_src",
147
+ "_label"
148
+ ]);
138
149
  const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
139
150
  "_color",
151
+ "_hideLabel",
140
152
  "_icon",
141
153
  "_iconOnly",
142
154
  "_label",
@@ -144,6 +156,7 @@ const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
144
156
  ]);
145
157
  const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0, [
146
158
  "_ariaLabel",
159
+ "_label",
147
160
  "_links"
148
161
  ]);
149
162
  const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
@@ -155,6 +168,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
155
168
  "_ariaSelected",
156
169
  "_customClass",
157
170
  "_disabled",
171
+ "_hideLabel",
158
172
  "_icon",
159
173
  "_iconAlign",
160
174
  "_iconOnly",
@@ -178,6 +192,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
178
192
  "_ariaLabel",
179
193
  "_ariaSelected",
180
194
  "_disabled",
195
+ "_hideLabel",
181
196
  "_icon",
182
197
  "_iconOnly",
183
198
  "_id",
@@ -193,9 +208,11 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
193
208
  "_hasFooter",
194
209
  "_heading",
195
210
  "_headline",
211
+ "_label",
196
212
  "_level"
197
213
  ]);
198
214
  const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
215
+ "_label",
199
216
  "_open",
200
217
  "_summary"
201
218
  ]);
@@ -211,6 +228,7 @@ const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
211
228
  const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
212
229
  "_ariaLabel",
213
230
  "_icon",
231
+ "_label",
214
232
  "_part"
215
233
  ]);
216
234
  const KolIconFontAwesome = /* @__PURE__ */ defineContainer("kol-icon-font-awesome", void 0, [
@@ -248,7 +266,9 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
248
266
  "_name",
249
267
  "_on",
250
268
  "_required",
269
+ "_syncValueBySelector",
251
270
  "_tabIndex",
271
+ "_tooltipAlign",
252
272
  "_touched",
253
273
  "_type",
254
274
  "_value",
@@ -269,7 +289,10 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
269
289
  "_name",
270
290
  "_on",
271
291
  "_smartButton",
292
+ "_suggestions",
293
+ "_syncValueBySelector",
272
294
  "_tabIndex",
295
+ "_tooltipAlign",
273
296
  "_touched",
274
297
  "_value"
275
298
  ]);
@@ -292,8 +315,11 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
292
315
  "_readOnly",
293
316
  "_required",
294
317
  "_smartButton",
318
+ "_suggestions",
319
+ "_syncValueBySelector",
295
320
  "_step",
296
321
  "_tabIndex",
322
+ "_tooltipAlign",
297
323
  "_touched",
298
324
  "_type",
299
325
  "_value"
@@ -304,6 +330,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
304
330
  "_autoComplete",
305
331
  "_disabled",
306
332
  "_error",
333
+ "_hasCounter",
307
334
  "_hideLabel",
308
335
  "_hint",
309
336
  "_icon",
@@ -320,7 +347,10 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
320
347
  "_required",
321
348
  "_size",
322
349
  "_smartButton",
350
+ "_suggestions",
351
+ "_syncValueBySelector",
323
352
  "_tabIndex",
353
+ "_tooltipAlign",
324
354
  "_touched",
325
355
  "_value"
326
356
  ]);
@@ -340,7 +370,9 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
340
370
  "_on",
341
371
  "_required",
342
372
  "_smartButton",
373
+ "_syncValueBySelector",
343
374
  "_tabIndex",
375
+ "_tooltipAlign",
344
376
  "_touched",
345
377
  "_value"
346
378
  ]);
@@ -364,8 +396,11 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
364
396
  "_readOnly",
365
397
  "_required",
366
398
  "_smartButton",
399
+ "_suggestions",
367
400
  "_step",
401
+ "_syncValueBySelector",
368
402
  "_tabIndex",
403
+ "_tooltipAlign",
369
404
  "_touched",
370
405
  "_type",
371
406
  "_value"
@@ -376,6 +411,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
376
411
  "_autoComplete",
377
412
  "_disabled",
378
413
  "_error",
414
+ "_hasCounter",
379
415
  "_hideLabel",
380
416
  "_hint",
381
417
  "_icon",
@@ -390,7 +426,9 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
390
426
  "_required",
391
427
  "_size",
392
428
  "_smartButton",
429
+ "_syncValueBySelector",
393
430
  "_tabIndex",
431
+ "_tooltipAlign",
394
432
  "_touched",
395
433
  "_value"
396
434
  ]);
@@ -406,9 +444,12 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
406
444
  "_list",
407
445
  "_name",
408
446
  "_on",
447
+ "_options",
409
448
  "_orientation",
410
449
  "_required",
450
+ "_syncValueBySelector",
411
451
  "_tabIndex",
452
+ "_tooltipAlign",
412
453
  "_touched",
413
454
  "_value"
414
455
  ]);
@@ -429,7 +470,10 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
429
470
  "_name",
430
471
  "_on",
431
472
  "_step",
473
+ "_suggestions",
474
+ "_syncValueBySelector",
432
475
  "_tabIndex",
476
+ "_tooltipAlign",
433
477
  "_touched",
434
478
  "_value"
435
479
  ]);
@@ -439,6 +483,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
439
483
  "_autoComplete",
440
484
  "_disabled",
441
485
  "_error",
486
+ "_hasCounter",
442
487
  "_hideLabel",
443
488
  "_hint",
444
489
  "_icon",
@@ -453,8 +498,11 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
453
498
  "_readOnly",
454
499
  "_required",
455
500
  "_size",
501
+ "_suggestions",
456
502
  "_smartButton",
503
+ "_syncValueBySelector",
457
504
  "_tabIndex",
505
+ "_tooltipAlign",
458
506
  "_touched",
459
507
  "_type",
460
508
  "_value"
@@ -472,11 +520,13 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
472
520
  "_ariaSelected",
473
521
  "_disabled",
474
522
  "_download",
523
+ "_hideLabel",
475
524
  "_href",
476
525
  "_icon",
477
526
  "_iconAlign",
478
527
  "_iconOnly",
479
528
  "_label",
529
+ "_listenAriaCurrent",
480
530
  "_on",
481
531
  "_role",
482
532
  "_selector",
@@ -496,10 +546,12 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
496
546
  "_customClass",
497
547
  "_disabled",
498
548
  "_download",
549
+ "_hideLabel",
499
550
  "_href",
500
551
  "_icon",
501
552
  "_iconOnly",
502
553
  "_label",
554
+ "_listenAriaCurrent",
503
555
  "_on",
504
556
  "_role",
505
557
  "_tabIndex",
@@ -512,6 +564,7 @@ const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
512
564
  "_ariaLabel",
513
565
  "_listStyleType",
514
566
  "_heading",
567
+ "_label",
515
568
  "_level",
516
569
  "_links",
517
570
  "_ordered",
@@ -524,6 +577,7 @@ const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
524
577
  const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
525
578
  "_activeElement",
526
579
  "_ariaLabel",
580
+ "_label",
527
581
  "_on",
528
582
  "_width"
529
583
  ]);
@@ -533,8 +587,10 @@ const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
533
587
  "_collapsible",
534
588
  "_compact",
535
589
  "_hasCompactButton",
536
- "_orientation",
590
+ "_hideLabel",
591
+ "_label",
537
592
  "_links",
593
+ "_orientation",
538
594
  "_variant"
539
595
  ]);
540
596
  const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0, [
@@ -564,6 +620,7 @@ const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
564
620
  ]);
565
621
  const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
566
622
  "_caption",
623
+ "_label",
567
624
  "_href",
568
625
  "_quote",
569
626
  "_variant"
@@ -583,17 +640,23 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
583
640
  "_multiple",
584
641
  "_name",
585
642
  "_on",
643
+ "_options",
586
644
  "_required",
645
+ "_rows",
587
646
  "_size",
647
+ "_syncValueBySelector",
588
648
  "_tabIndex",
649
+ "_tooltipAlign",
589
650
  "_touched",
590
651
  "_value"
591
652
  ]);
592
653
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
593
654
  "_ariaLabel",
655
+ "_label",
594
656
  "_links"
595
657
  ]);
596
658
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
659
+ "_hideLabel",
597
660
  "_icon",
598
661
  "_iconOnly",
599
662
  "_label"
@@ -626,17 +689,22 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
626
689
  ]);
627
690
  const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
628
691
  "_ariaLabel",
692
+ "_label",
629
693
  "_symbol"
630
694
  ]);
631
695
  const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
632
696
  "_caption",
633
697
  "_data",
698
+ "_dataFoot",
634
699
  "_headers",
700
+ "_label",
635
701
  "_minWidth",
636
702
  "_pagination"
637
703
  ]);
638
704
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
705
+ "_align",
639
706
  "_ariaLabel",
707
+ "_label",
640
708
  "_on",
641
709
  "_selected",
642
710
  "_tabs",
@@ -661,7 +729,9 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
661
729
  "_resize",
662
730
  "_required",
663
731
  "_rows",
732
+ "_syncValueBySelector",
664
733
  "_tabIndex",
734
+ "_tooltipAlign",
665
735
  "_touched",
666
736
  "_value"
667
737
  ]);
@@ -669,6 +739,7 @@ const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
669
739
  "_alert",
670
740
  "_hasCloser",
671
741
  "_heading",
742
+ "_label",
672
743
  "_level",
673
744
  "_on",
674
745
  "_show",
@@ -681,7 +752,8 @@ const KolTooltip = /* @__PURE__ */ defineContainer("kol-tooltip", void 0, [
681
752
  "_label"
682
753
  ]);
683
754
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
755
+ "_label",
684
756
  "_version"
685
757
  ]);
686
758
 
687
- export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
759
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.6.0-rc.2",
3
+ "version": "1.6.0-rc.20",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -46,18 +46,18 @@
46
46
  "prepack": "unbuild"
47
47
  },
48
48
  "devDependencies": {
49
- "@babel/types": "7.22.4",
50
- "@public-ui/components": "1.6.0-rc.2",
49
+ "@babel/types": "7.22.5",
50
+ "@public-ui/components": "1.6.0-rc.20",
51
51
  "@types/minimatch": "5.1.2",
52
52
  "@types/minimist": "1.2.2",
53
53
  "@types/node": "ts4.9",
54
54
  "@types/normalize-package-data": "2.4.1",
55
- "vue": "3.2.47",
56
- "typescript": "5.0.4",
55
+ "vue": "3.3.4",
56
+ "typescript": "5.1.6",
57
57
  "unbuild": "1.2.1"
58
58
  },
59
59
  "peerDependencies": {
60
- "@public-ui/components": "1.6.0-rc.2",
60
+ "@public-ui/components": "1.6.0-rc.20",
61
61
  "vue": ">=3"
62
62
  },
63
63
  "sideEffects": false,