@public-ui/vue 3.0.0-rc.1 → 3.0.0-rc.2

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
@@ -177,7 +177,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
177
177
  "_value",
178
178
  "_variant"
179
179
  ]);
180
- const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
181
180
  const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
182
181
  "_accessKey",
183
182
  "_ariaControls",
@@ -208,7 +207,6 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
208
207
  const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
209
208
  "_accessKey",
210
209
  "_placeholder",
211
- "_alert",
212
210
  "_disabled",
213
211
  "_hideError",
214
212
  "_hideLabel",
@@ -264,14 +262,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
264
262
  "_src",
265
263
  "_srcset"
266
264
  ]);
267
- const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
268
265
  const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
269
266
  "_accessKey",
270
- "_alert",
271
267
  "_checked",
272
268
  "_hideError",
273
269
  "_disabled",
274
- "_error",
275
270
  "_hideLabel",
276
271
  "_hint",
277
272
  "_icons",
@@ -293,10 +288,8 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
293
288
  ]);
294
289
  const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
295
290
  "_accessKey",
296
- "_alert",
297
291
  "_autoComplete",
298
292
  "_disabled",
299
- "_error",
300
293
  "_hideError",
301
294
  "_hideLabel",
302
295
  "_hint",
@@ -317,10 +310,8 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
317
310
  ]);
318
311
  const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
319
312
  "_accessKey",
320
- "_alert",
321
313
  "_autoComplete",
322
314
  "_disabled",
323
- "_error",
324
315
  "_hideError",
325
316
  "_hideLabel",
326
317
  "_hint",
@@ -347,10 +338,8 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
347
338
  ]);
348
339
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
349
340
  "_accessKey",
350
- "_alert",
351
341
  "_autoComplete",
352
342
  "_disabled",
353
- "_error",
354
343
  "_hasCounter",
355
344
  "_hideError",
356
345
  "_hideLabel",
@@ -379,9 +368,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
379
368
  const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
380
369
  "_accept",
381
370
  "_accessKey",
382
- "_alert",
383
371
  "_disabled",
384
- "_error",
385
372
  "_hideError",
386
373
  "_hideLabel",
387
374
  "_hint",
@@ -398,15 +385,12 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
398
385
  "_syncValueBySelector",
399
386
  "_tabIndex",
400
387
  "_tooltipAlign",
401
- "_touched",
402
- "_value"
388
+ "_touched"
403
389
  ]);
404
390
  const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
405
391
  "_accessKey",
406
- "_alert",
407
392
  "_autoComplete",
408
393
  "_disabled",
409
- "_error",
410
394
  "_hideError",
411
395
  "_hideLabel",
412
396
  "_hint",
@@ -433,10 +417,8 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
433
417
  ]);
434
418
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
435
419
  "_accessKey",
436
- "_alert",
437
420
  "_autoComplete",
438
421
  "_disabled",
439
- "_error",
440
422
  "_hasCounter",
441
423
  "_hideError",
442
424
  "_hideLabel",
@@ -463,9 +445,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
463
445
  ]);
464
446
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
465
447
  "_accessKey",
466
- "_alert",
467
448
  "_disabled",
468
- "_error",
469
449
  "_hideError",
470
450
  "_hideLabel",
471
451
  "_hint",
@@ -486,10 +466,8 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
486
466
  ]);
487
467
  const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
488
468
  "_accessKey",
489
- "_alert",
490
469
  "_autoComplete",
491
470
  "_disabled",
492
- "_error",
493
471
  "_hideError",
494
472
  "_hideLabel",
495
473
  "_hint",
@@ -512,10 +490,8 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
512
490
  ]);
513
491
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
514
492
  "_accessKey",
515
- "_alert",
516
493
  "_autoComplete",
517
494
  "_disabled",
518
- "_error",
519
495
  "_hasCounter",
520
496
  "_hideError",
521
497
  "_hideLabel",
@@ -582,17 +558,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
582
558
  "_tooltipAlign",
583
559
  "_variant"
584
560
  ]);
585
- const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
586
- "_listStyleType",
587
- "_label",
588
- "_links",
589
- "_orientation"
590
- ]);
591
- const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
592
- "_org"
593
- ]);
594
561
  const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
595
- "_activeElement",
596
562
  "_label",
597
563
  "_on",
598
564
  "_width"
@@ -634,9 +600,7 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
634
600
  ]);
635
601
  const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
636
602
  "_accessKey",
637
- "_alert",
638
603
  "_disabled",
639
- "_error",
640
604
  "_hideError",
641
605
  "_hideLabel",
642
606
  "_hint",
@@ -660,7 +624,6 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
660
624
  const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
661
625
  "_accessKey",
662
626
  "_placeholder",
663
- "_alert",
664
627
  "_disabled",
665
628
  "_hideError",
666
629
  "_hideLabel",
@@ -712,18 +675,6 @@ const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
712
675
  "_label",
713
676
  "_symbol"
714
677
  ]);
715
- const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
716
- "_allowMultiSort",
717
- "_data",
718
- "_dataFoot",
719
- "_headers",
720
- "_label",
721
- "_minWidth",
722
- "_pagination",
723
- "_paginationPosition",
724
- "_selection",
725
- "_on"
726
- ]);
727
678
  const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
728
679
  "_allowMultiSort",
729
680
  "_data",
@@ -756,9 +707,7 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
756
707
  const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
757
708
  "_accessKey",
758
709
  "_adjustHeight",
759
- "_alert",
760
710
  "_disabled",
761
- "_error",
762
711
  "_hasCounter",
763
712
  "_hideError",
764
713
  "_hideLabel",
@@ -814,7 +763,6 @@ exports.KolAvatar = KolAvatar;
814
763
  exports.KolBadge = KolBadge;
815
764
  exports.KolBreadcrumb = KolBreadcrumb;
816
765
  exports.KolButton = KolButton;
817
- exports.KolButtonGroup = KolButtonGroup;
818
766
  exports.KolButtonLink = KolButtonLink;
819
767
  exports.KolCard = KolCard;
820
768
  exports.KolCombobox = KolCombobox;
@@ -824,7 +772,6 @@ exports.KolForm = KolForm;
824
772
  exports.KolHeading = KolHeading;
825
773
  exports.KolIcon = KolIcon;
826
774
  exports.KolImage = KolImage;
827
- exports.KolIndentedText = KolIndentedText;
828
775
  exports.KolInputCheckbox = KolInputCheckbox;
829
776
  exports.KolInputColor = KolInputColor;
830
777
  exports.KolInputDate = KolInputDate;
@@ -838,8 +785,6 @@ exports.KolInputText = KolInputText;
838
785
  exports.KolKolibri = KolKolibri;
839
786
  exports.KolLink = KolLink;
840
787
  exports.KolLinkButton = KolLinkButton;
841
- exports.KolLinkGroup = KolLinkGroup;
842
- exports.KolLogo = KolLogo;
843
788
  exports.KolModal = KolModal;
844
789
  exports.KolNav = KolNav;
845
790
  exports.KolPagination = KolPagination;
@@ -851,7 +796,6 @@ exports.KolSkipNav = KolSkipNav;
851
796
  exports.KolSpin = KolSpin;
852
797
  exports.KolSplitButton = KolSplitButton;
853
798
  exports.KolSymbol = KolSymbol;
854
- exports.KolTable = KolTable;
855
799
  exports.KolTableStateful = KolTableStateful;
856
800
  exports.KolTableStateless = KolTableStateless;
857
801
  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,8 +37,6 @@ 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>;
@@ -52,7 +48,6 @@ declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps
52
48
  declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
53
49
  declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
54
50
  declare const KolSymbol: vue.DefineSetupFnComponent<JSX.KolSymbol & InputProps<string | number | boolean>, {}, {}, JSX.KolSymbol & InputProps<string | number | boolean> & {}, vue.PublicProps>;
55
- declare const KolTable: vue.DefineSetupFnComponent<JSX.KolTable & InputProps<string | number | boolean>, {}, {}, JSX.KolTable & InputProps<string | number | boolean> & {}, vue.PublicProps>;
56
51
  declare const KolTableStateful: vue.DefineSetupFnComponent<JSX.KolTableStateful & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateful & InputProps<string | number | boolean> & {}, vue.PublicProps>;
57
52
  declare const KolTableStateless: vue.DefineSetupFnComponent<JSX.KolTableStateless & InputProps<string | number | boolean>, {}, {}, JSX.KolTableStateless & InputProps<string | number | boolean> & {}, vue.PublicProps>;
58
53
  declare const KolTabs: vue.DefineSetupFnComponent<JSX.KolTabs & InputProps<string | number | boolean>, {}, {}, JSX.KolTabs & InputProps<string | number | boolean> & {}, vue.PublicProps>;
@@ -64,4 +59,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
64
59
  declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
65
60
  declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
66
61
 
67
- 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, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
62
+ 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, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -175,7 +175,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
175
175
  "_value",
176
176
  "_variant"
177
177
  ]);
178
- const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
179
178
  const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
180
179
  "_accessKey",
181
180
  "_ariaControls",
@@ -206,7 +205,6 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
206
205
  const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
207
206
  "_accessKey",
208
207
  "_placeholder",
209
- "_alert",
210
208
  "_disabled",
211
209
  "_hideError",
212
210
  "_hideLabel",
@@ -262,14 +260,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
262
260
  "_src",
263
261
  "_srcset"
264
262
  ]);
265
- const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
266
263
  const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
267
264
  "_accessKey",
268
- "_alert",
269
265
  "_checked",
270
266
  "_hideError",
271
267
  "_disabled",
272
- "_error",
273
268
  "_hideLabel",
274
269
  "_hint",
275
270
  "_icons",
@@ -291,10 +286,8 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
291
286
  ]);
292
287
  const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
293
288
  "_accessKey",
294
- "_alert",
295
289
  "_autoComplete",
296
290
  "_disabled",
297
- "_error",
298
291
  "_hideError",
299
292
  "_hideLabel",
300
293
  "_hint",
@@ -315,10 +308,8 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
315
308
  ]);
316
309
  const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
317
310
  "_accessKey",
318
- "_alert",
319
311
  "_autoComplete",
320
312
  "_disabled",
321
- "_error",
322
313
  "_hideError",
323
314
  "_hideLabel",
324
315
  "_hint",
@@ -345,10 +336,8 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
345
336
  ]);
346
337
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
347
338
  "_accessKey",
348
- "_alert",
349
339
  "_autoComplete",
350
340
  "_disabled",
351
- "_error",
352
341
  "_hasCounter",
353
342
  "_hideError",
354
343
  "_hideLabel",
@@ -377,9 +366,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
377
366
  const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
378
367
  "_accept",
379
368
  "_accessKey",
380
- "_alert",
381
369
  "_disabled",
382
- "_error",
383
370
  "_hideError",
384
371
  "_hideLabel",
385
372
  "_hint",
@@ -396,15 +383,12 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
396
383
  "_syncValueBySelector",
397
384
  "_tabIndex",
398
385
  "_tooltipAlign",
399
- "_touched",
400
- "_value"
386
+ "_touched"
401
387
  ]);
402
388
  const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
403
389
  "_accessKey",
404
- "_alert",
405
390
  "_autoComplete",
406
391
  "_disabled",
407
- "_error",
408
392
  "_hideError",
409
393
  "_hideLabel",
410
394
  "_hint",
@@ -431,10 +415,8 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
431
415
  ]);
432
416
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
433
417
  "_accessKey",
434
- "_alert",
435
418
  "_autoComplete",
436
419
  "_disabled",
437
- "_error",
438
420
  "_hasCounter",
439
421
  "_hideError",
440
422
  "_hideLabel",
@@ -461,9 +443,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
461
443
  ]);
462
444
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
463
445
  "_accessKey",
464
- "_alert",
465
446
  "_disabled",
466
- "_error",
467
447
  "_hideError",
468
448
  "_hideLabel",
469
449
  "_hint",
@@ -484,10 +464,8 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
484
464
  ]);
485
465
  const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
486
466
  "_accessKey",
487
- "_alert",
488
467
  "_autoComplete",
489
468
  "_disabled",
490
- "_error",
491
469
  "_hideError",
492
470
  "_hideLabel",
493
471
  "_hint",
@@ -510,10 +488,8 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
510
488
  ]);
511
489
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
512
490
  "_accessKey",
513
- "_alert",
514
491
  "_autoComplete",
515
492
  "_disabled",
516
- "_error",
517
493
  "_hasCounter",
518
494
  "_hideError",
519
495
  "_hideLabel",
@@ -580,17 +556,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
580
556
  "_tooltipAlign",
581
557
  "_variant"
582
558
  ]);
583
- const KolLinkGroup = /* @__PURE__ */ defineContainer("kol-link-group", void 0, [
584
- "_listStyleType",
585
- "_label",
586
- "_links",
587
- "_orientation"
588
- ]);
589
- const KolLogo = /* @__PURE__ */ defineContainer("kol-logo", void 0, [
590
- "_org"
591
- ]);
592
559
  const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
593
- "_activeElement",
594
560
  "_label",
595
561
  "_on",
596
562
  "_width"
@@ -632,9 +598,7 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
632
598
  ]);
633
599
  const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
634
600
  "_accessKey",
635
- "_alert",
636
601
  "_disabled",
637
- "_error",
638
602
  "_hideError",
639
603
  "_hideLabel",
640
604
  "_hint",
@@ -658,7 +622,6 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
658
622
  const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
659
623
  "_accessKey",
660
624
  "_placeholder",
661
- "_alert",
662
625
  "_disabled",
663
626
  "_hideError",
664
627
  "_hideLabel",
@@ -710,18 +673,6 @@ const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
710
673
  "_label",
711
674
  "_symbol"
712
675
  ]);
713
- const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
714
- "_allowMultiSort",
715
- "_data",
716
- "_dataFoot",
717
- "_headers",
718
- "_label",
719
- "_minWidth",
720
- "_pagination",
721
- "_paginationPosition",
722
- "_selection",
723
- "_on"
724
- ]);
725
676
  const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
726
677
  "_allowMultiSort",
727
678
  "_data",
@@ -754,9 +705,7 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
754
705
  const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
755
706
  "_accessKey",
756
707
  "_adjustHeight",
757
- "_alert",
758
708
  "_disabled",
759
- "_error",
760
709
  "_hasCounter",
761
710
  "_hideError",
762
711
  "_hideLabel",
@@ -805,4 +754,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
805
754
  "_label"
806
755
  ]);
807
756
 
808
- 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, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
757
+ 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, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, 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": "3.0.0-rc.1",
3
+ "version": "3.0.0-rc.2",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -45,18 +45,18 @@
45
45
  "vue"
46
46
  ],
47
47
  "devDependencies": {
48
- "@babel/types": "7.26.0",
48
+ "@babel/types": "7.26.3",
49
49
  "@types/minimatch": "5.1.2",
50
50
  "@types/minimist": "1.2.5",
51
51
  "@types/normalize-package-data": "2.4.4",
52
- "typescript": "5.6.3",
52
+ "typescript": "5.7.2",
53
53
  "unbuild": "1.2.1",
54
54
  "vue": "3.4.21",
55
- "@public-ui/components": "3.0.0-rc.1"
55
+ "@public-ui/components": "3.0.0-rc.2"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.0-rc.1"
59
+ "@public-ui/components": "3.0.0-rc.2"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",