@public-ui/vue 2.2.11-rc.1 → 3.0.0-023e727fba43bcd74fd9f7ce52558eee4a3aa906.0

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/README.md CHANGED
@@ -28,7 +28,7 @@ First, initialize KoliBri with a [theme](https://github.com/public-ui/kolibri/tr
28
28
 
29
29
  ```ts
30
30
  import { createApp } from 'vue';
31
- import { DEFAULT } from '@public-ui/themes';
31
+ import { DEFAULT } from '@public-ui/theme-default';
32
32
  import { defineCustomElements } from '@public-ui/components/dist/loader';
33
33
  import { register } from '@public-ui/components';
34
34
 
package/dist/index.cjs CHANGED
@@ -122,8 +122,7 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
122
122
  };
123
123
 
124
124
  const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
125
- "_label",
126
- "_tooltipAlign"
125
+ "_label"
127
126
  ]);
128
127
  const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
129
128
  "_disabled",
@@ -172,13 +171,11 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
172
171
  "_role",
173
172
  "_shortKey",
174
173
  "_syncValueBySelector",
175
- "_tabIndex",
176
174
  "_tooltipAlign",
177
175
  "_type",
178
176
  "_value",
179
177
  "_variant"
180
178
  ]);
181
- const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
182
179
  const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
183
180
  "_accessKey",
184
181
  "_ariaControls",
@@ -195,7 +192,6 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
195
192
  "_role",
196
193
  "_shortKey",
197
194
  "_syncValueBySelector",
198
- "_tabIndex",
199
195
  "_tooltipAlign",
200
196
  "_type",
201
197
  "_value"
@@ -209,9 +205,8 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
209
205
  const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
210
206
  "_accessKey",
211
207
  "_placeholder",
212
- "_alert",
213
208
  "_disabled",
214
- "_hideError",
209
+ "_hideMsg",
215
210
  "_hideLabel",
216
211
  "_hint",
217
212
  "_icons",
@@ -224,7 +219,6 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
224
219
  "_required",
225
220
  "_shortKey",
226
221
  "_syncValueBySelector",
227
- "_tabIndex",
228
222
  "_tooltipAlign",
229
223
  "_touched",
230
224
  "_value"
@@ -240,7 +234,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
240
234
  "_open",
241
235
  "_align",
242
236
  "_label",
243
- "_modal",
244
237
  "_on"
245
238
  ]);
246
239
  const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
@@ -265,14 +258,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
265
258
  "_src",
266
259
  "_srcset"
267
260
  ]);
268
- const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
269
261
  const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
270
262
  "_accessKey",
271
- "_alert",
272
263
  "_checked",
273
- "_hideError",
264
+ "_hideMsg",
274
265
  "_disabled",
275
- "_error",
276
266
  "_hideLabel",
277
267
  "_hint",
278
268
  "_icons",
@@ -286,7 +276,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
286
276
  "_required",
287
277
  "_shortKey",
288
278
  "_syncValueBySelector",
289
- "_tabIndex",
290
279
  "_tooltipAlign",
291
280
  "_touched",
292
281
  "_value",
@@ -294,11 +283,9 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
294
283
  ]);
295
284
  const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
296
285
  "_accessKey",
297
- "_alert",
298
286
  "_autoComplete",
299
287
  "_disabled",
300
- "_error",
301
- "_hideError",
288
+ "_hideMsg",
302
289
  "_hideLabel",
303
290
  "_hint",
304
291
  "_icons",
@@ -311,18 +298,15 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
311
298
  "_smartButton",
312
299
  "_suggestions",
313
300
  "_syncValueBySelector",
314
- "_tabIndex",
315
301
  "_tooltipAlign",
316
302
  "_touched",
317
303
  "_value"
318
304
  ]);
319
305
  const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
320
306
  "_accessKey",
321
- "_alert",
322
307
  "_autoComplete",
323
308
  "_disabled",
324
- "_error",
325
- "_hideError",
309
+ "_hideMsg",
326
310
  "_hideLabel",
327
311
  "_hint",
328
312
  "_icons",
@@ -340,7 +324,6 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
340
324
  "_suggestions",
341
325
  "_syncValueBySelector",
342
326
  "_step",
343
- "_tabIndex",
344
327
  "_tooltipAlign",
345
328
  "_touched",
346
329
  "_type",
@@ -348,12 +331,10 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
348
331
  ]);
349
332
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
350
333
  "_accessKey",
351
- "_alert",
352
334
  "_autoComplete",
353
335
  "_disabled",
354
- "_error",
355
336
  "_hasCounter",
356
- "_hideError",
337
+ "_hideMsg",
357
338
  "_hideLabel",
358
339
  "_hint",
359
340
  "_icons",
@@ -372,7 +353,6 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
372
353
  "_smartButton",
373
354
  "_suggestions",
374
355
  "_syncValueBySelector",
375
- "_tabIndex",
376
356
  "_tooltipAlign",
377
357
  "_touched",
378
358
  "_value"
@@ -380,10 +360,8 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
380
360
  const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
381
361
  "_accept",
382
362
  "_accessKey",
383
- "_alert",
384
363
  "_disabled",
385
- "_error",
386
- "_hideError",
364
+ "_hideMsg",
387
365
  "_hideLabel",
388
366
  "_hint",
389
367
  "_icons",
@@ -397,18 +375,14 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
397
375
  "_shortKey",
398
376
  "_smartButton",
399
377
  "_syncValueBySelector",
400
- "_tabIndex",
401
378
  "_tooltipAlign",
402
- "_touched",
403
- "_value"
379
+ "_touched"
404
380
  ]);
405
381
  const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
406
382
  "_accessKey",
407
- "_alert",
408
383
  "_autoComplete",
409
384
  "_disabled",
410
- "_error",
411
- "_hideError",
385
+ "_hideMsg",
412
386
  "_hideLabel",
413
387
  "_hint",
414
388
  "_icons",
@@ -427,19 +401,16 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
427
401
  "_suggestions",
428
402
  "_step",
429
403
  "_syncValueBySelector",
430
- "_tabIndex",
431
404
  "_tooltipAlign",
432
405
  "_touched",
433
406
  "_value"
434
407
  ]);
435
408
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
436
409
  "_accessKey",
437
- "_alert",
438
410
  "_autoComplete",
439
411
  "_disabled",
440
- "_error",
441
412
  "_hasCounter",
442
- "_hideError",
413
+ "_hideMsg",
443
414
  "_hideLabel",
444
415
  "_hint",
445
416
  "_icons",
@@ -456,7 +427,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
456
427
  "_shortKey",
457
428
  "_smartButton",
458
429
  "_syncValueBySelector",
459
- "_tabIndex",
460
430
  "_tooltipAlign",
461
431
  "_touched",
462
432
  "_value",
@@ -464,10 +434,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
464
434
  ]);
465
435
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
466
436
  "_accessKey",
467
- "_alert",
468
437
  "_disabled",
469
- "_error",
470
- "_hideError",
438
+ "_hideMsg",
471
439
  "_hideLabel",
472
440
  "_hint",
473
441
  "_id",
@@ -480,18 +448,15 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
480
448
  "_required",
481
449
  "_shortKey",
482
450
  "_syncValueBySelector",
483
- "_tabIndex",
484
451
  "_tooltipAlign",
485
452
  "_touched",
486
453
  "_value"
487
454
  ]);
488
455
  const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
489
456
  "_accessKey",
490
- "_alert",
491
457
  "_autoComplete",
492
458
  "_disabled",
493
- "_error",
494
- "_hideError",
459
+ "_hideMsg",
495
460
  "_hideLabel",
496
461
  "_hint",
497
462
  "_icons",
@@ -506,19 +471,16 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
506
471
  "_step",
507
472
  "_suggestions",
508
473
  "_syncValueBySelector",
509
- "_tabIndex",
510
474
  "_tooltipAlign",
511
475
  "_touched",
512
476
  "_value"
513
477
  ]);
514
478
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
515
479
  "_accessKey",
516
- "_alert",
517
480
  "_autoComplete",
518
481
  "_disabled",
519
- "_error",
520
482
  "_hasCounter",
521
- "_hideError",
483
+ "_hideMsg",
522
484
  "_hideLabel",
523
485
  "_hint",
524
486
  "_icons",
@@ -537,7 +499,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
537
499
  "_suggestions",
538
500
  "_smartButton",
539
501
  "_syncValueBySelector",
540
- "_tabIndex",
541
502
  "_tooltipAlign",
542
503
  "_touched",
543
504
  "_type",
@@ -560,7 +521,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
560
521
  "_on",
561
522
  "_role",
562
523
  "_shortKey",
563
- "_tabIndex",
564
524
  "_target",
565
525
  "_tooltipAlign"
566
526
  ]);
@@ -578,25 +538,15 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
578
538
  "_on",
579
539
  "_role",
580
540
  "_shortKey",
581
- "_tabIndex",
582
541
  "_target",
583
542
  "_tooltipAlign",
584
543
  "_variant"
585
544
  ]);
586
- const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
587
- "_listStyleType",
588
- "_label",
589
- "_links",
590
- "_orientation"
591
- ]);
592
- const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
593
- "_org"
594
- ]);
595
545
  const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
596
- "_activeElement",
597
546
  "_label",
598
547
  "_on",
599
- "_width"
548
+ "_width",
549
+ "_variant"
600
550
  ]);
601
551
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
602
552
  "_collapsible",
@@ -644,6 +594,30 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
644
594
  "_value",
645
595
  "_variant"
646
596
  ]);
597
+ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
598
+ "_accessKey",
599
+ "_ariaControls",
600
+ "_ariaDescription",
601
+ "_ariaExpanded",
602
+ "_ariaSelected",
603
+ "_customClass",
604
+ "_disabled",
605
+ "_hideLabel",
606
+ "_icons",
607
+ "_id",
608
+ "_label",
609
+ "_name",
610
+ "_on",
611
+ "_popoverAlign",
612
+ "_role",
613
+ "_shortKey",
614
+ "_syncValueBySelector",
615
+ "_tabIndex",
616
+ "_tooltipAlign",
617
+ "_type",
618
+ "_value",
619
+ "_variant"
620
+ ]);
647
621
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
648
622
  "_label",
649
623
  "_max",
@@ -659,10 +633,8 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
659
633
  ]);
660
634
  const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
661
635
  "_accessKey",
662
- "_alert",
663
636
  "_disabled",
664
- "_error",
665
- "_hideError",
637
+ "_hideMsg",
666
638
  "_hideLabel",
667
639
  "_hint",
668
640
  "_icons",
@@ -685,9 +657,8 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
685
657
  const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
686
658
  "_accessKey",
687
659
  "_placeholder",
688
- "_alert",
689
660
  "_disabled",
690
- "_hideError",
661
+ "_hideMsg",
691
662
  "_hideLabel",
692
663
  "_hint",
693
664
  "_icons",
@@ -700,7 +671,6 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
700
671
  "_required",
701
672
  "_shortKey",
702
673
  "_syncValueBySelector",
703
- "_tabIndex",
704
674
  "_tooltipAlign",
705
675
  "_touched",
706
676
  "_value",
@@ -728,28 +698,11 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
728
698
  "_on",
729
699
  "_role",
730
700
  "_syncValueBySelector",
731
- "_tabIndex",
732
701
  "_tooltipAlign",
733
702
  "_type",
734
703
  "_value",
735
704
  "_variant"
736
705
  ]);
737
- const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
738
- "_label",
739
- "_symbol"
740
- ]);
741
- const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
742
- "_allowMultiSort",
743
- "_data",
744
- "_dataFoot",
745
- "_headers",
746
- "_label",
747
- "_minWidth",
748
- "_pagination",
749
- "_paginationPosition",
750
- "_selection",
751
- "_on"
752
- ]);
753
706
  const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
754
707
  "_allowMultiSort",
755
708
  "_data",
@@ -760,7 +713,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
760
713
  "_pagination",
761
714
  "_paginationPosition",
762
715
  "_selection",
763
- "_on"
716
+ "_on",
717
+ "_tableSettings"
764
718
  ]);
765
719
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
766
720
  "_data",
@@ -769,7 +723,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
769
723
  "_label",
770
724
  "_minWidth",
771
725
  "_on",
772
- "_selection"
726
+ "_selection",
727
+ "_tableSettings"
773
728
  ]);
774
729
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
775
730
  "_align",
@@ -782,11 +737,9 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
782
737
  const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
783
738
  "_accessKey",
784
739
  "_adjustHeight",
785
- "_alert",
786
740
  "_disabled",
787
- "_error",
788
741
  "_hasCounter",
789
- "_hideError",
742
+ "_hideMsg",
790
743
  "_hideLabel",
791
744
  "_hint",
792
745
  "_icons",
@@ -804,7 +757,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
804
757
  "_shortKey",
805
758
  "_spellCheck",
806
759
  "_syncValueBySelector",
807
- "_tabIndex",
808
760
  "_tooltipAlign",
809
761
  "_touched",
810
762
  "_value"
@@ -840,7 +792,6 @@ exports.KolAvatar = KolAvatar;
840
792
  exports.KolBadge = KolBadge;
841
793
  exports.KolBreadcrumb = KolBreadcrumb;
842
794
  exports.KolButton = KolButton;
843
- exports.KolButtonGroup = KolButtonGroup;
844
795
  exports.KolButtonLink = KolButtonLink;
845
796
  exports.KolCard = KolCard;
846
797
  exports.KolCombobox = KolCombobox;
@@ -850,7 +801,6 @@ exports.KolForm = KolForm;
850
801
  exports.KolHeading = KolHeading;
851
802
  exports.KolIcon = KolIcon;
852
803
  exports.KolImage = KolImage;
853
- exports.KolIndentedText = KolIndentedText;
854
804
  exports.KolInputCheckbox = KolInputCheckbox;
855
805
  exports.KolInputColor = KolInputColor;
856
806
  exports.KolInputDate = KolInputDate;
@@ -864,12 +814,11 @@ exports.KolInputText = KolInputText;
864
814
  exports.KolKolibri = KolKolibri;
865
815
  exports.KolLink = KolLink;
866
816
  exports.KolLinkButton = KolLinkButton;
867
- exports.KolLinkGroup = KolLinkGroup;
868
- exports.KolLogo = KolLogo;
869
817
  exports.KolModal = KolModal;
870
818
  exports.KolNav = KolNav;
871
819
  exports.KolPagination = KolPagination;
872
820
  exports.KolPopoverButton = KolPopoverButton;
821
+ exports.KolPopoverButtonWc = KolPopoverButtonWc;
873
822
  exports.KolProgress = KolProgress;
874
823
  exports.KolQuote = KolQuote;
875
824
  exports.KolSelect = KolSelect;
@@ -877,8 +826,6 @@ exports.KolSingleSelect = KolSingleSelect;
877
826
  exports.KolSkipNav = KolSkipNav;
878
827
  exports.KolSpin = KolSpin;
879
828
  exports.KolSplitButton = KolSplitButton;
880
- exports.KolSymbol = KolSymbol;
881
- exports.KolTable = KolTable;
882
829
  exports.KolTableStateful = KolTableStateful;
883
830
  exports.KolTableStateless = KolTableStateless;
884
831
  exports.KolTabs = KolTabs;
package/dist/index.d.ts CHANGED
@@ -15,7 +15,6 @@ declare const KolAvatar: vue.DefineSetupFnComponent<JSX.KolAvatar & InputProps<s
15
15
  declare const KolBadge: vue.DefineSetupFnComponent<JSX.KolBadge & InputProps<string | number | boolean>, {}, {}, JSX.KolBadge & InputProps<string | number | boolean> & {}, vue.PublicProps>;
16
16
  declare const KolBreadcrumb: vue.DefineSetupFnComponent<JSX.KolBreadcrumb & InputProps<string | number | boolean>, {}, {}, JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}, vue.PublicProps>;
17
17
  declare const KolButton: vue.DefineSetupFnComponent<JSX.KolButton & InputProps<string | number | boolean>, {}, {}, JSX.KolButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
18
- declare const KolButtonGroup: vue.DefineSetupFnComponent<JSX.KolButtonGroup & InputProps<string | number | boolean>, {}, {}, JSX.KolButtonGroup & InputProps<string | number | boolean> & {}, vue.PublicProps>;
19
18
  declare const KolButtonLink: vue.DefineSetupFnComponent<JSX.KolButtonLink & InputProps<string | number | boolean>, {}, {}, JSX.KolButtonLink & InputProps<string | number | boolean> & {}, vue.PublicProps>;
20
19
  declare const KolCard: vue.DefineSetupFnComponent<JSX.KolCard & InputProps<string | number | boolean>, {}, {}, JSX.KolCard & InputProps<string | number | boolean> & {}, vue.PublicProps>;
21
20
  declare const KolCombobox: vue.DefineSetupFnComponent<JSX.KolCombobox & InputProps<string | number | boolean>, {}, {}, JSX.KolCombobox & InputProps<string | number | boolean> & {}, vue.PublicProps>;
@@ -25,7 +24,6 @@ declare const KolForm: vue.DefineSetupFnComponent<JSX.KolForm & InputProps<strin
25
24
  declare const KolHeading: vue.DefineSetupFnComponent<JSX.KolHeading & InputProps<string | number | boolean>, {}, {}, JSX.KolHeading & InputProps<string | number | boolean> & {}, vue.PublicProps>;
26
25
  declare const KolIcon: vue.DefineSetupFnComponent<JSX.KolIcon & InputProps<string | number | boolean>, {}, {}, JSX.KolIcon & InputProps<string | number | boolean> & {}, vue.PublicProps>;
27
26
  declare const KolImage: vue.DefineSetupFnComponent<JSX.KolImage & InputProps<string | number | boolean>, {}, {}, JSX.KolImage & InputProps<string | number | boolean> & {}, vue.PublicProps>;
28
- declare const KolIndentedText: vue.DefineSetupFnComponent<JSX.KolIndentedText & InputProps<string | number | boolean>, {}, {}, JSX.KolIndentedText & InputProps<string | number | boolean> & {}, vue.PublicProps>;
29
27
  declare const KolInputCheckbox: vue.DefineSetupFnComponent<JSX.KolInputCheckbox & InputProps<string | number | boolean>, {}, {}, JSX.KolInputCheckbox & InputProps<string | number | boolean> & {}, vue.PublicProps>;
30
28
  declare const KolInputColor: vue.DefineSetupFnComponent<JSX.KolInputColor & InputProps<string | number | boolean>, {}, {}, JSX.KolInputColor & InputProps<string | number | boolean> & {}, vue.PublicProps>;
31
29
  declare const KolInputDate: vue.DefineSetupFnComponent<JSX.KolInputDate & InputProps<string | number | boolean>, {}, {}, JSX.KolInputDate & InputProps<string | number | boolean> & {}, vue.PublicProps>;
@@ -39,12 +37,11 @@ declare const KolInputText: vue.DefineSetupFnComponent<JSX.KolInputText & InputP
39
37
  declare const KolKolibri: vue.DefineSetupFnComponent<JSX.KolKolibri & InputProps<string | number | boolean>, {}, {}, JSX.KolKolibri & InputProps<string | number | boolean> & {}, vue.PublicProps>;
40
38
  declare const KolLink: vue.DefineSetupFnComponent<JSX.KolLink & InputProps<string | number | boolean>, {}, {}, JSX.KolLink & InputProps<string | number | boolean> & {}, vue.PublicProps>;
41
39
  declare const KolLinkButton: vue.DefineSetupFnComponent<JSX.KolLinkButton & InputProps<string | number | boolean>, {}, {}, JSX.KolLinkButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
42
- declare const KolLinkGroup: vue.DefineSetupFnComponent<JSX.KolLinkGroup & InputProps<string | number | boolean>, {}, {}, JSX.KolLinkGroup & InputProps<string | number | boolean> & {}, vue.PublicProps>;
43
- declare const KolLogo: vue.DefineSetupFnComponent<JSX.KolLogo & InputProps<string | number | boolean>, {}, {}, JSX.KolLogo & InputProps<string | number | boolean> & {}, vue.PublicProps>;
44
40
  declare const KolModal: vue.DefineSetupFnComponent<JSX.KolModal & InputProps<string | number | boolean>, {}, {}, JSX.KolModal & InputProps<string | number | boolean> & {}, vue.PublicProps>;
45
41
  declare const KolNav: vue.DefineSetupFnComponent<JSX.KolNav & InputProps<string | number | boolean>, {}, {}, JSX.KolNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
46
42
  declare const KolPagination: vue.DefineSetupFnComponent<JSX.KolPagination & InputProps<string | number | boolean>, {}, {}, JSX.KolPagination & InputProps<string | number | boolean> & {}, vue.PublicProps>;
47
43
  declare const KolPopoverButton: vue.DefineSetupFnComponent<JSX.KolPopoverButton & InputProps<string | number | boolean>, {}, {}, JSX.KolPopoverButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
44
+ declare const KolPopoverButtonWc: vue.DefineSetupFnComponent<JSX.KolPopoverButtonWc & InputProps<string | number | boolean>, {}, {}, JSX.KolPopoverButtonWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
48
45
  declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
49
46
  declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
50
47
  declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
@@ -52,8 +49,6 @@ declare const KolSingleSelect: vue.DefineSetupFnComponent<JSX.KolSingleSelect &
52
49
  declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
53
50
  declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
54
51
  declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
55
- declare const KolSymbol: vue.DefineSetupFnComponent<JSX.KolSymbol & InputProps<string | number | boolean>, {}, {}, JSX.KolSymbol & InputProps<string | number | boolean> & {}, vue.PublicProps>;
56
- declare const KolTable: vue.DefineSetupFnComponent<JSX.KolTable & InputProps<string | number | boolean>, {}, {}, JSX.KolTable & InputProps<string | number | boolean> & {}, vue.PublicProps>;
57
52
  declare const KolTableStateful: vue.DefineSetupFnComponent<JSX.KolTableStateful & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateful & InputProps<string | number | boolean> & {}, vue.PublicProps>;
58
53
  declare const KolTableStateless: vue.DefineSetupFnComponent<JSX.KolTableStateless & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateless & InputProps<string | number | boolean> & {}, vue.PublicProps>;
59
54
  declare const KolTabs: vue.DefineSetupFnComponent<JSX.KolTabs & InputProps<string | number | boolean>, {}, {}, JSX.KolTabs & InputProps<string | number | boolean> & {}, vue.PublicProps>;
@@ -65,4 +60,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
65
60
  declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
66
61
  declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
67
62
 
68
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
63
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -120,8 +120,7 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
120
120
  };
121
121
 
122
122
  const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
123
- "_label",
124
- "_tooltipAlign"
123
+ "_label"
125
124
  ]);
126
125
  const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
127
126
  "_disabled",
@@ -170,13 +169,11 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
170
169
  "_role",
171
170
  "_shortKey",
172
171
  "_syncValueBySelector",
173
- "_tabIndex",
174
172
  "_tooltipAlign",
175
173
  "_type",
176
174
  "_value",
177
175
  "_variant"
178
176
  ]);
179
- const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
180
177
  const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
181
178
  "_accessKey",
182
179
  "_ariaControls",
@@ -193,7 +190,6 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
193
190
  "_role",
194
191
  "_shortKey",
195
192
  "_syncValueBySelector",
196
- "_tabIndex",
197
193
  "_tooltipAlign",
198
194
  "_type",
199
195
  "_value"
@@ -207,9 +203,8 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
207
203
  const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
208
204
  "_accessKey",
209
205
  "_placeholder",
210
- "_alert",
211
206
  "_disabled",
212
- "_hideError",
207
+ "_hideMsg",
213
208
  "_hideLabel",
214
209
  "_hint",
215
210
  "_icons",
@@ -222,7 +217,6 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
222
217
  "_required",
223
218
  "_shortKey",
224
219
  "_syncValueBySelector",
225
- "_tabIndex",
226
220
  "_tooltipAlign",
227
221
  "_touched",
228
222
  "_value"
@@ -238,7 +232,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
238
232
  "_open",
239
233
  "_align",
240
234
  "_label",
241
- "_modal",
242
235
  "_on"
243
236
  ]);
244
237
  const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
@@ -263,14 +256,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
263
256
  "_src",
264
257
  "_srcset"
265
258
  ]);
266
- const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
267
259
  const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
268
260
  "_accessKey",
269
- "_alert",
270
261
  "_checked",
271
- "_hideError",
262
+ "_hideMsg",
272
263
  "_disabled",
273
- "_error",
274
264
  "_hideLabel",
275
265
  "_hint",
276
266
  "_icons",
@@ -284,7 +274,6 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
284
274
  "_required",
285
275
  "_shortKey",
286
276
  "_syncValueBySelector",
287
- "_tabIndex",
288
277
  "_tooltipAlign",
289
278
  "_touched",
290
279
  "_value",
@@ -292,11 +281,9 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
292
281
  ]);
293
282
  const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
294
283
  "_accessKey",
295
- "_alert",
296
284
  "_autoComplete",
297
285
  "_disabled",
298
- "_error",
299
- "_hideError",
286
+ "_hideMsg",
300
287
  "_hideLabel",
301
288
  "_hint",
302
289
  "_icons",
@@ -309,18 +296,15 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
309
296
  "_smartButton",
310
297
  "_suggestions",
311
298
  "_syncValueBySelector",
312
- "_tabIndex",
313
299
  "_tooltipAlign",
314
300
  "_touched",
315
301
  "_value"
316
302
  ]);
317
303
  const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
318
304
  "_accessKey",
319
- "_alert",
320
305
  "_autoComplete",
321
306
  "_disabled",
322
- "_error",
323
- "_hideError",
307
+ "_hideMsg",
324
308
  "_hideLabel",
325
309
  "_hint",
326
310
  "_icons",
@@ -338,7 +322,6 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
338
322
  "_suggestions",
339
323
  "_syncValueBySelector",
340
324
  "_step",
341
- "_tabIndex",
342
325
  "_tooltipAlign",
343
326
  "_touched",
344
327
  "_type",
@@ -346,12 +329,10 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
346
329
  ]);
347
330
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
348
331
  "_accessKey",
349
- "_alert",
350
332
  "_autoComplete",
351
333
  "_disabled",
352
- "_error",
353
334
  "_hasCounter",
354
- "_hideError",
335
+ "_hideMsg",
355
336
  "_hideLabel",
356
337
  "_hint",
357
338
  "_icons",
@@ -370,7 +351,6 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
370
351
  "_smartButton",
371
352
  "_suggestions",
372
353
  "_syncValueBySelector",
373
- "_tabIndex",
374
354
  "_tooltipAlign",
375
355
  "_touched",
376
356
  "_value"
@@ -378,10 +358,8 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
378
358
  const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
379
359
  "_accept",
380
360
  "_accessKey",
381
- "_alert",
382
361
  "_disabled",
383
- "_error",
384
- "_hideError",
362
+ "_hideMsg",
385
363
  "_hideLabel",
386
364
  "_hint",
387
365
  "_icons",
@@ -395,18 +373,14 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
395
373
  "_shortKey",
396
374
  "_smartButton",
397
375
  "_syncValueBySelector",
398
- "_tabIndex",
399
376
  "_tooltipAlign",
400
- "_touched",
401
- "_value"
377
+ "_touched"
402
378
  ]);
403
379
  const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
404
380
  "_accessKey",
405
- "_alert",
406
381
  "_autoComplete",
407
382
  "_disabled",
408
- "_error",
409
- "_hideError",
383
+ "_hideMsg",
410
384
  "_hideLabel",
411
385
  "_hint",
412
386
  "_icons",
@@ -425,19 +399,16 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
425
399
  "_suggestions",
426
400
  "_step",
427
401
  "_syncValueBySelector",
428
- "_tabIndex",
429
402
  "_tooltipAlign",
430
403
  "_touched",
431
404
  "_value"
432
405
  ]);
433
406
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
434
407
  "_accessKey",
435
- "_alert",
436
408
  "_autoComplete",
437
409
  "_disabled",
438
- "_error",
439
410
  "_hasCounter",
440
- "_hideError",
411
+ "_hideMsg",
441
412
  "_hideLabel",
442
413
  "_hint",
443
414
  "_icons",
@@ -454,7 +425,6 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
454
425
  "_shortKey",
455
426
  "_smartButton",
456
427
  "_syncValueBySelector",
457
- "_tabIndex",
458
428
  "_tooltipAlign",
459
429
  "_touched",
460
430
  "_value",
@@ -462,10 +432,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
462
432
  ]);
463
433
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
464
434
  "_accessKey",
465
- "_alert",
466
435
  "_disabled",
467
- "_error",
468
- "_hideError",
436
+ "_hideMsg",
469
437
  "_hideLabel",
470
438
  "_hint",
471
439
  "_id",
@@ -478,18 +446,15 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
478
446
  "_required",
479
447
  "_shortKey",
480
448
  "_syncValueBySelector",
481
- "_tabIndex",
482
449
  "_tooltipAlign",
483
450
  "_touched",
484
451
  "_value"
485
452
  ]);
486
453
  const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
487
454
  "_accessKey",
488
- "_alert",
489
455
  "_autoComplete",
490
456
  "_disabled",
491
- "_error",
492
- "_hideError",
457
+ "_hideMsg",
493
458
  "_hideLabel",
494
459
  "_hint",
495
460
  "_icons",
@@ -504,19 +469,16 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
504
469
  "_step",
505
470
  "_suggestions",
506
471
  "_syncValueBySelector",
507
- "_tabIndex",
508
472
  "_tooltipAlign",
509
473
  "_touched",
510
474
  "_value"
511
475
  ]);
512
476
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
513
477
  "_accessKey",
514
- "_alert",
515
478
  "_autoComplete",
516
479
  "_disabled",
517
- "_error",
518
480
  "_hasCounter",
519
- "_hideError",
481
+ "_hideMsg",
520
482
  "_hideLabel",
521
483
  "_hint",
522
484
  "_icons",
@@ -535,7 +497,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
535
497
  "_suggestions",
536
498
  "_smartButton",
537
499
  "_syncValueBySelector",
538
- "_tabIndex",
539
500
  "_tooltipAlign",
540
501
  "_touched",
541
502
  "_type",
@@ -558,7 +519,6 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
558
519
  "_on",
559
520
  "_role",
560
521
  "_shortKey",
561
- "_tabIndex",
562
522
  "_target",
563
523
  "_tooltipAlign"
564
524
  ]);
@@ -576,25 +536,15 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
576
536
  "_on",
577
537
  "_role",
578
538
  "_shortKey",
579
- "_tabIndex",
580
539
  "_target",
581
540
  "_tooltipAlign",
582
541
  "_variant"
583
542
  ]);
584
- const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
585
- "_listStyleType",
586
- "_label",
587
- "_links",
588
- "_orientation"
589
- ]);
590
- const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
591
- "_org"
592
- ]);
593
543
  const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
594
- "_activeElement",
595
544
  "_label",
596
545
  "_on",
597
- "_width"
546
+ "_width",
547
+ "_variant"
598
548
  ]);
599
549
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
600
550
  "_collapsible",
@@ -642,6 +592,30 @@ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", v
642
592
  "_value",
643
593
  "_variant"
644
594
  ]);
595
+ const KolPopoverButtonWc = /* @__PURE__ */ defineContainer("kol-popover-button-wc", void 0, [
596
+ "_accessKey",
597
+ "_ariaControls",
598
+ "_ariaDescription",
599
+ "_ariaExpanded",
600
+ "_ariaSelected",
601
+ "_customClass",
602
+ "_disabled",
603
+ "_hideLabel",
604
+ "_icons",
605
+ "_id",
606
+ "_label",
607
+ "_name",
608
+ "_on",
609
+ "_popoverAlign",
610
+ "_role",
611
+ "_shortKey",
612
+ "_syncValueBySelector",
613
+ "_tabIndex",
614
+ "_tooltipAlign",
615
+ "_type",
616
+ "_value",
617
+ "_variant"
618
+ ]);
645
619
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
646
620
  "_label",
647
621
  "_max",
@@ -657,10 +631,8 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
657
631
  ]);
658
632
  const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
659
633
  "_accessKey",
660
- "_alert",
661
634
  "_disabled",
662
- "_error",
663
- "_hideError",
635
+ "_hideMsg",
664
636
  "_hideLabel",
665
637
  "_hint",
666
638
  "_icons",
@@ -683,9 +655,8 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
683
655
  const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
684
656
  "_accessKey",
685
657
  "_placeholder",
686
- "_alert",
687
658
  "_disabled",
688
- "_hideError",
659
+ "_hideMsg",
689
660
  "_hideLabel",
690
661
  "_hint",
691
662
  "_icons",
@@ -698,7 +669,6 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
698
669
  "_required",
699
670
  "_shortKey",
700
671
  "_syncValueBySelector",
701
- "_tabIndex",
702
672
  "_tooltipAlign",
703
673
  "_touched",
704
674
  "_value",
@@ -726,28 +696,11 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
726
696
  "_on",
727
697
  "_role",
728
698
  "_syncValueBySelector",
729
- "_tabIndex",
730
699
  "_tooltipAlign",
731
700
  "_type",
732
701
  "_value",
733
702
  "_variant"
734
703
  ]);
735
- const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
736
- "_label",
737
- "_symbol"
738
- ]);
739
- const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
740
- "_allowMultiSort",
741
- "_data",
742
- "_dataFoot",
743
- "_headers",
744
- "_label",
745
- "_minWidth",
746
- "_pagination",
747
- "_paginationPosition",
748
- "_selection",
749
- "_on"
750
- ]);
751
704
  const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
752
705
  "_allowMultiSort",
753
706
  "_data",
@@ -758,7 +711,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
758
711
  "_pagination",
759
712
  "_paginationPosition",
760
713
  "_selection",
761
- "_on"
714
+ "_on",
715
+ "_tableSettings"
762
716
  ]);
763
717
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
764
718
  "_data",
@@ -767,7 +721,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
767
721
  "_label",
768
722
  "_minWidth",
769
723
  "_on",
770
- "_selection"
724
+ "_selection",
725
+ "_tableSettings"
771
726
  ]);
772
727
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
773
728
  "_align",
@@ -780,11 +735,9 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
780
735
  const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
781
736
  "_accessKey",
782
737
  "_adjustHeight",
783
- "_alert",
784
738
  "_disabled",
785
- "_error",
786
739
  "_hasCounter",
787
- "_hideError",
740
+ "_hideMsg",
788
741
  "_hideLabel",
789
742
  "_hint",
790
743
  "_icons",
@@ -802,7 +755,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
802
755
  "_shortKey",
803
756
  "_spellCheck",
804
757
  "_syncValueBySelector",
805
- "_tabIndex",
806
758
  "_tooltipAlign",
807
759
  "_touched",
808
760
  "_value"
@@ -831,4 +783,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
831
783
  "_label"
832
784
  ]);
833
785
 
834
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
786
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.2.11-rc.1",
3
+ "version": "3.0.0-023e727fba43bcd74fd9f7ce52558eee4a3aa906.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -52,11 +52,11 @@
52
52
  "typescript": "5.8.2",
53
53
  "unbuild": "1.2.1",
54
54
  "vue": "3.4.21",
55
- "@public-ui/components": "2.2.11-rc.1"
55
+ "@public-ui/components": "3.0.0-023e727fba43bcd74fd9f7ce52558eee4a3aa906.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "2.2.11-rc.1"
59
+ "@public-ui/components": "3.0.0-023e727fba43bcd74fd9f7ce52558eee4a3aa906.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",