@public-ui/vue 3.0.0-alpha.1 → 3.0.0-ec88c9a9f00b83411c02bb7c1e982732e1259613.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
@@ -1,5 +1,13 @@
1
1
  # KoliBri - Vue-Adapter
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@public-ui/vue)](https://www.npmjs.com/package/@public-ui/components)
4
+ [![license](https://img.shields.io/npm/l/@public-ui/vue)](https://github.com/public-ui/kolibri/blob/main/LICENSE)
5
+ [![downloads](https://img.shields.io/npm/dt/@public-ui/vue)](https://www.npmjs.com/package/@public-ui/vue)
6
+ [![issues](https://img.shields.io/github/issues/public-ui/kolibri)](https://github.com/public-ui/kolibri/issues)
7
+ [![pull requests](https://img.shields.io/github/issues-pr/public-ui/kolibri)](https://github.com/public-ui/kolibri/pulls)
8
+ [![size](https://img.shields.io/bundlephobia/min/@public-ui/vue)](https://bundlephobia.com/result?p=@public-ui/vue)
9
+ ![contributors](https://img.shields.io/github/contributors/public-ui/kolibri)
10
+
3
11
  ## Motivation
4
12
 
5
13
  Provide an adapter for [Vue](https://vuejs.org/) to use the KoliBri components.
@@ -16,11 +24,11 @@ yarn add -g @public-ui/vue
16
24
 
17
25
  ## Usage
18
26
 
19
- First, initialize KoliBri with a [theme](https://github.com/public-ui/kolibri/tree/develop/packages/themes) and create a Vue app:
27
+ First, initialize KoliBri with a [theme](https://github.com/public-ui/kolibri/tree/develop/packages/vue) and create a Vue app:
20
28
 
21
29
  ```ts
22
30
  import { createApp } from 'vue';
23
- import { DEFAULT } from '@public-ui/themes';
31
+ import { DEFAULT } from '@public-ui/theme-default';
24
32
  import { defineCustomElements } from '@public-ui/components/dist/loader';
25
33
  import { register } from '@public-ui/components';
26
34
 
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,9 +207,8 @@ 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
- "_hideError",
211
+ "_hideMsg",
214
212
  "_hideLabel",
215
213
  "_hint",
216
214
  "_icons",
@@ -239,7 +237,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
239
237
  "_open",
240
238
  "_align",
241
239
  "_label",
242
- "_modal",
243
240
  "_on"
244
241
  ]);
245
242
  const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
@@ -264,14 +261,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
264
261
  "_src",
265
262
  "_srcset"
266
263
  ]);
267
- const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
268
264
  const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
269
265
  "_accessKey",
270
- "_alert",
271
266
  "_checked",
272
- "_hideError",
267
+ "_hideMsg",
273
268
  "_disabled",
274
- "_error",
275
269
  "_hideLabel",
276
270
  "_hint",
277
271
  "_icons",
@@ -293,11 +287,9 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
293
287
  ]);
294
288
  const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
295
289
  "_accessKey",
296
- "_alert",
297
290
  "_autoComplete",
298
291
  "_disabled",
299
- "_error",
300
- "_hideError",
292
+ "_hideMsg",
301
293
  "_hideLabel",
302
294
  "_hint",
303
295
  "_icons",
@@ -317,11 +309,9 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
317
309
  ]);
318
310
  const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
319
311
  "_accessKey",
320
- "_alert",
321
312
  "_autoComplete",
322
313
  "_disabled",
323
- "_error",
324
- "_hideError",
314
+ "_hideMsg",
325
315
  "_hideLabel",
326
316
  "_hint",
327
317
  "_icons",
@@ -347,12 +337,10 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
347
337
  ]);
348
338
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
349
339
  "_accessKey",
350
- "_alert",
351
340
  "_autoComplete",
352
341
  "_disabled",
353
- "_error",
354
342
  "_hasCounter",
355
- "_hideError",
343
+ "_hideMsg",
356
344
  "_hideLabel",
357
345
  "_hint",
358
346
  "_icons",
@@ -379,10 +367,8 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
379
367
  const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
380
368
  "_accept",
381
369
  "_accessKey",
382
- "_alert",
383
370
  "_disabled",
384
- "_error",
385
- "_hideError",
371
+ "_hideMsg",
386
372
  "_hideLabel",
387
373
  "_hint",
388
374
  "_icons",
@@ -398,16 +384,13 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
398
384
  "_syncValueBySelector",
399
385
  "_tabIndex",
400
386
  "_tooltipAlign",
401
- "_touched",
402
- "_value"
387
+ "_touched"
403
388
  ]);
404
389
  const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
405
390
  "_accessKey",
406
- "_alert",
407
391
  "_autoComplete",
408
392
  "_disabled",
409
- "_error",
410
- "_hideError",
393
+ "_hideMsg",
411
394
  "_hideLabel",
412
395
  "_hint",
413
396
  "_icons",
@@ -433,12 +416,10 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
433
416
  ]);
434
417
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
435
418
  "_accessKey",
436
- "_alert",
437
419
  "_autoComplete",
438
420
  "_disabled",
439
- "_error",
440
421
  "_hasCounter",
441
- "_hideError",
422
+ "_hideMsg",
442
423
  "_hideLabel",
443
424
  "_hint",
444
425
  "_icons",
@@ -463,10 +444,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
463
444
  ]);
464
445
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
465
446
  "_accessKey",
466
- "_alert",
467
447
  "_disabled",
468
- "_error",
469
- "_hideError",
448
+ "_hideMsg",
470
449
  "_hideLabel",
471
450
  "_hint",
472
451
  "_id",
@@ -486,11 +465,9 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
486
465
  ]);
487
466
  const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
488
467
  "_accessKey",
489
- "_alert",
490
468
  "_autoComplete",
491
469
  "_disabled",
492
- "_error",
493
- "_hideError",
470
+ "_hideMsg",
494
471
  "_hideLabel",
495
472
  "_hint",
496
473
  "_icons",
@@ -512,12 +489,10 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
512
489
  ]);
513
490
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
514
491
  "_accessKey",
515
- "_alert",
516
492
  "_autoComplete",
517
493
  "_disabled",
518
- "_error",
519
494
  "_hasCounter",
520
- "_hideError",
495
+ "_hideMsg",
521
496
  "_hideLabel",
522
497
  "_hint",
523
498
  "_icons",
@@ -582,20 +557,11 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
582
557
  "_tooltipAlign",
583
558
  "_variant"
584
559
  ]);
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
560
  const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
595
- "_activeElement",
596
561
  "_label",
597
562
  "_on",
598
- "_width"
563
+ "_width",
564
+ "_variant"
599
565
  ]);
600
566
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
601
567
  "_collapsible",
@@ -619,6 +585,30 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
619
585
  "_tooltipAlign",
620
586
  "_max"
621
587
  ]);
588
+ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", void 0, [
589
+ "_accessKey",
590
+ "_ariaControls",
591
+ "_ariaDescription",
592
+ "_ariaExpanded",
593
+ "_ariaSelected",
594
+ "_customClass",
595
+ "_disabled",
596
+ "_hideLabel",
597
+ "_icons",
598
+ "_id",
599
+ "_label",
600
+ "_name",
601
+ "_on",
602
+ "_popoverAlign",
603
+ "_role",
604
+ "_shortKey",
605
+ "_syncValueBySelector",
606
+ "_tabIndex",
607
+ "_tooltipAlign",
608
+ "_type",
609
+ "_value",
610
+ "_variant"
611
+ ]);
622
612
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
623
613
  "_label",
624
614
  "_max",
@@ -634,10 +624,8 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
634
624
  ]);
635
625
  const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
636
626
  "_accessKey",
637
- "_alert",
638
627
  "_disabled",
639
- "_error",
640
- "_hideError",
628
+ "_hideMsg",
641
629
  "_hideLabel",
642
630
  "_hint",
643
631
  "_icons",
@@ -660,9 +648,8 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
660
648
  const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
661
649
  "_accessKey",
662
650
  "_placeholder",
663
- "_alert",
664
651
  "_disabled",
665
- "_hideError",
652
+ "_hideMsg",
666
653
  "_hideLabel",
667
654
  "_hint",
668
655
  "_icons",
@@ -708,22 +695,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
708
695
  "_value",
709
696
  "_variant"
710
697
  ]);
711
- const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
712
- "_label",
713
- "_symbol"
714
- ]);
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
698
  const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
728
699
  "_allowMultiSort",
729
700
  "_data",
@@ -756,11 +727,9 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
756
727
  const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
757
728
  "_accessKey",
758
729
  "_adjustHeight",
759
- "_alert",
760
730
  "_disabled",
761
- "_error",
762
731
  "_hasCounter",
763
- "_hideError",
732
+ "_hideMsg",
764
733
  "_hideLabel",
765
734
  "_hint",
766
735
  "_icons",
@@ -814,7 +783,6 @@ exports.KolAvatar = KolAvatar;
814
783
  exports.KolBadge = KolBadge;
815
784
  exports.KolBreadcrumb = KolBreadcrumb;
816
785
  exports.KolButton = KolButton;
817
- exports.KolButtonGroup = KolButtonGroup;
818
786
  exports.KolButtonLink = KolButtonLink;
819
787
  exports.KolCard = KolCard;
820
788
  exports.KolCombobox = KolCombobox;
@@ -824,7 +792,6 @@ exports.KolForm = KolForm;
824
792
  exports.KolHeading = KolHeading;
825
793
  exports.KolIcon = KolIcon;
826
794
  exports.KolImage = KolImage;
827
- exports.KolIndentedText = KolIndentedText;
828
795
  exports.KolInputCheckbox = KolInputCheckbox;
829
796
  exports.KolInputColor = KolInputColor;
830
797
  exports.KolInputDate = KolInputDate;
@@ -838,11 +805,10 @@ exports.KolInputText = KolInputText;
838
805
  exports.KolKolibri = KolKolibri;
839
806
  exports.KolLink = KolLink;
840
807
  exports.KolLinkButton = KolLinkButton;
841
- exports.KolLinkGroup = KolLinkGroup;
842
- exports.KolLogo = KolLogo;
843
808
  exports.KolModal = KolModal;
844
809
  exports.KolNav = KolNav;
845
810
  exports.KolPagination = KolPagination;
811
+ exports.KolPopoverButton = KolPopoverButton;
846
812
  exports.KolProgress = KolProgress;
847
813
  exports.KolQuote = KolQuote;
848
814
  exports.KolSelect = KolSelect;
@@ -850,8 +816,6 @@ exports.KolSingleSelect = KolSingleSelect;
850
816
  exports.KolSkipNav = KolSkipNav;
851
817
  exports.KolSpin = KolSpin;
852
818
  exports.KolSplitButton = KolSplitButton;
853
- exports.KolSymbol = KolSymbol;
854
- exports.KolTable = KolTable;
855
819
  exports.KolTableStateful = KolTableStateful;
856
820
  exports.KolTableStateless = KolTableStateless;
857
821
  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,11 +37,10 @@ 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>;
43
+ declare const KolPopoverButton: vue.DefineSetupFnComponent<JSX.KolPopoverButton & InputProps<string | number | boolean>, {}, {}, JSX.KolPopoverButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
47
44
  declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
48
45
  declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
49
46
  declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
@@ -51,8 +48,6 @@ declare const KolSingleSelect: vue.DefineSetupFnComponent<JSX.KolSingleSelect &
51
48
  declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
52
49
  declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
53
50
  declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
54
- 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, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, 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,9 +205,8 @@ 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
- "_hideError",
209
+ "_hideMsg",
212
210
  "_hideLabel",
213
211
  "_hint",
214
212
  "_icons",
@@ -237,7 +235,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
237
235
  "_open",
238
236
  "_align",
239
237
  "_label",
240
- "_modal",
241
238
  "_on"
242
239
  ]);
243
240
  const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
@@ -262,14 +259,11 @@ const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
262
259
  "_src",
263
260
  "_srcset"
264
261
  ]);
265
- const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
266
262
  const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
267
263
  "_accessKey",
268
- "_alert",
269
264
  "_checked",
270
- "_hideError",
265
+ "_hideMsg",
271
266
  "_disabled",
272
- "_error",
273
267
  "_hideLabel",
274
268
  "_hint",
275
269
  "_icons",
@@ -291,11 +285,9 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
291
285
  ]);
292
286
  const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0, [
293
287
  "_accessKey",
294
- "_alert",
295
288
  "_autoComplete",
296
289
  "_disabled",
297
- "_error",
298
- "_hideError",
290
+ "_hideMsg",
299
291
  "_hideLabel",
300
292
  "_hint",
301
293
  "_icons",
@@ -315,11 +307,9 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
315
307
  ]);
316
308
  const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
317
309
  "_accessKey",
318
- "_alert",
319
310
  "_autoComplete",
320
311
  "_disabled",
321
- "_error",
322
- "_hideError",
312
+ "_hideMsg",
323
313
  "_hideLabel",
324
314
  "_hint",
325
315
  "_icons",
@@ -345,12 +335,10 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
345
335
  ]);
346
336
  const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0, [
347
337
  "_accessKey",
348
- "_alert",
349
338
  "_autoComplete",
350
339
  "_disabled",
351
- "_error",
352
340
  "_hasCounter",
353
- "_hideError",
341
+ "_hideMsg",
354
342
  "_hideLabel",
355
343
  "_hint",
356
344
  "_icons",
@@ -377,10 +365,8 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
377
365
  const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
378
366
  "_accept",
379
367
  "_accessKey",
380
- "_alert",
381
368
  "_disabled",
382
- "_error",
383
- "_hideError",
369
+ "_hideMsg",
384
370
  "_hideLabel",
385
371
  "_hint",
386
372
  "_icons",
@@ -396,16 +382,13 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
396
382
  "_syncValueBySelector",
397
383
  "_tabIndex",
398
384
  "_tooltipAlign",
399
- "_touched",
400
- "_value"
385
+ "_touched"
401
386
  ]);
402
387
  const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void 0, [
403
388
  "_accessKey",
404
- "_alert",
405
389
  "_autoComplete",
406
390
  "_disabled",
407
- "_error",
408
- "_hideError",
391
+ "_hideMsg",
409
392
  "_hideLabel",
410
393
  "_hint",
411
394
  "_icons",
@@ -431,12 +414,10 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
431
414
  ]);
432
415
  const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", void 0, [
433
416
  "_accessKey",
434
- "_alert",
435
417
  "_autoComplete",
436
418
  "_disabled",
437
- "_error",
438
419
  "_hasCounter",
439
- "_hideError",
420
+ "_hideMsg",
440
421
  "_hideLabel",
441
422
  "_hint",
442
423
  "_icons",
@@ -461,10 +442,8 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
461
442
  ]);
462
443
  const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0, [
463
444
  "_accessKey",
464
- "_alert",
465
445
  "_disabled",
466
- "_error",
467
- "_hideError",
446
+ "_hideMsg",
468
447
  "_hideLabel",
469
448
  "_hint",
470
449
  "_id",
@@ -484,11 +463,9 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
484
463
  ]);
485
464
  const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0, [
486
465
  "_accessKey",
487
- "_alert",
488
466
  "_autoComplete",
489
467
  "_disabled",
490
- "_error",
491
- "_hideError",
468
+ "_hideMsg",
492
469
  "_hideLabel",
493
470
  "_hint",
494
471
  "_icons",
@@ -510,12 +487,10 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
510
487
  ]);
511
488
  const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
512
489
  "_accessKey",
513
- "_alert",
514
490
  "_autoComplete",
515
491
  "_disabled",
516
- "_error",
517
492
  "_hasCounter",
518
- "_hideError",
493
+ "_hideMsg",
519
494
  "_hideLabel",
520
495
  "_hint",
521
496
  "_icons",
@@ -580,20 +555,11 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
580
555
  "_tooltipAlign",
581
556
  "_variant"
582
557
  ]);
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
558
  const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
593
- "_activeElement",
594
559
  "_label",
595
560
  "_on",
596
- "_width"
561
+ "_width",
562
+ "_variant"
597
563
  ]);
598
564
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
599
565
  "_collapsible",
@@ -617,6 +583,30 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
617
583
  "_tooltipAlign",
618
584
  "_max"
619
585
  ]);
586
+ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", void 0, [
587
+ "_accessKey",
588
+ "_ariaControls",
589
+ "_ariaDescription",
590
+ "_ariaExpanded",
591
+ "_ariaSelected",
592
+ "_customClass",
593
+ "_disabled",
594
+ "_hideLabel",
595
+ "_icons",
596
+ "_id",
597
+ "_label",
598
+ "_name",
599
+ "_on",
600
+ "_popoverAlign",
601
+ "_role",
602
+ "_shortKey",
603
+ "_syncValueBySelector",
604
+ "_tabIndex",
605
+ "_tooltipAlign",
606
+ "_type",
607
+ "_value",
608
+ "_variant"
609
+ ]);
620
610
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
621
611
  "_label",
622
612
  "_max",
@@ -632,10 +622,8 @@ const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
632
622
  ]);
633
623
  const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
634
624
  "_accessKey",
635
- "_alert",
636
625
  "_disabled",
637
- "_error",
638
- "_hideError",
626
+ "_hideMsg",
639
627
  "_hideLabel",
640
628
  "_hint",
641
629
  "_icons",
@@ -658,9 +646,8 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
658
646
  const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
659
647
  "_accessKey",
660
648
  "_placeholder",
661
- "_alert",
662
649
  "_disabled",
663
- "_hideError",
650
+ "_hideMsg",
664
651
  "_hideLabel",
665
652
  "_hint",
666
653
  "_icons",
@@ -706,22 +693,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
706
693
  "_value",
707
694
  "_variant"
708
695
  ]);
709
- const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
710
- "_label",
711
- "_symbol"
712
- ]);
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
696
  const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
726
697
  "_allowMultiSort",
727
698
  "_data",
@@ -754,11 +725,9 @@ const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
754
725
  const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
755
726
  "_accessKey",
756
727
  "_adjustHeight",
757
- "_alert",
758
728
  "_disabled",
759
- "_error",
760
729
  "_hasCounter",
761
- "_hideError",
730
+ "_hideMsg",
762
731
  "_hideLabel",
763
732
  "_hint",
764
733
  "_icons",
@@ -805,4 +774,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
805
774
  "_label"
806
775
  ]);
807
776
 
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 };
777
+ 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, 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": "3.0.0-alpha.1",
3
+ "version": "3.0.0-ec88c9a9f00b83411c02bb7c1e982732e1259613.0",
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.7",
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.3",
53
53
  "unbuild": "1.2.1",
54
54
  "vue": "3.4.21",
55
- "@public-ui/components": "3.0.0-alpha.1"
55
+ "@public-ui/components": "3.0.0-ec88c9a9f00b83411c02bb7c1e982732e1259613.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.0-alpha.1"
59
+ "@public-ui/components": "3.0.0-ec88c9a9f00b83411c02bb7c1e982732e1259613.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",