@public-ui/vue 2.2.6-rc.2 → 2.2.7-rc.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/dist/index.cjs CHANGED
@@ -620,6 +620,30 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
620
620
  "_tooltipAlign",
621
621
  "_max"
622
622
  ]);
623
+ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", void 0, [
624
+ "_accessKey",
625
+ "_ariaControls",
626
+ "_ariaDescription",
627
+ "_ariaExpanded",
628
+ "_ariaSelected",
629
+ "_customClass",
630
+ "_disabled",
631
+ "_hideLabel",
632
+ "_icons",
633
+ "_id",
634
+ "_label",
635
+ "_name",
636
+ "_on",
637
+ "_popoverAlign",
638
+ "_role",
639
+ "_shortKey",
640
+ "_syncValueBySelector",
641
+ "_tabIndex",
642
+ "_tooltipAlign",
643
+ "_type",
644
+ "_value",
645
+ "_variant"
646
+ ]);
623
647
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
624
648
  "_label",
625
649
  "_max",
@@ -679,7 +703,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
679
703
  "_tabIndex",
680
704
  "_tooltipAlign",
681
705
  "_touched",
682
- "_value"
706
+ "_value",
707
+ "_hideClearButton"
683
708
  ]);
684
709
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
685
710
  "_label",
@@ -844,6 +869,7 @@ exports.KolLogo = KolLogo;
844
869
  exports.KolModal = KolModal;
845
870
  exports.KolNav = KolNav;
846
871
  exports.KolPagination = KolPagination;
872
+ exports.KolPopoverButton = KolPopoverButton;
847
873
  exports.KolProgress = KolProgress;
848
874
  exports.KolQuote = KolQuote;
849
875
  exports.KolSelect = KolSelect;
package/dist/index.d.ts CHANGED
@@ -44,6 +44,7 @@ declare const KolLogo: vue.DefineSetupFnComponent<JSX.KolLogo & InputProps<strin
44
44
  declare const KolModal: vue.DefineSetupFnComponent<JSX.KolModal & InputProps<string | number | boolean>, {}, {}, JSX.KolModal & InputProps<string | number | boolean> & {}, vue.PublicProps>;
45
45
  declare const KolNav: vue.DefineSetupFnComponent<JSX.KolNav & InputProps<string | number | boolean>, {}, {}, JSX.KolNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
46
46
  declare const KolPagination: vue.DefineSetupFnComponent<JSX.KolPagination & InputProps<string | number | boolean>, {}, {}, JSX.KolPagination & InputProps<string | number | boolean> & {}, vue.PublicProps>;
47
+ declare const KolPopoverButton: vue.DefineSetupFnComponent<JSX.KolPopoverButton & InputProps<string | number | boolean>, {}, {}, JSX.KolPopoverButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
47
48
  declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
48
49
  declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
49
50
  declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
@@ -64,4 +65,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
64
65
  declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
65
66
  declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
66
67
 
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 };
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 };
package/dist/index.mjs CHANGED
@@ -618,6 +618,30 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
618
618
  "_tooltipAlign",
619
619
  "_max"
620
620
  ]);
621
+ const KolPopoverButton = /* @__PURE__ */ defineContainer("kol-popover-button", void 0, [
622
+ "_accessKey",
623
+ "_ariaControls",
624
+ "_ariaDescription",
625
+ "_ariaExpanded",
626
+ "_ariaSelected",
627
+ "_customClass",
628
+ "_disabled",
629
+ "_hideLabel",
630
+ "_icons",
631
+ "_id",
632
+ "_label",
633
+ "_name",
634
+ "_on",
635
+ "_popoverAlign",
636
+ "_role",
637
+ "_shortKey",
638
+ "_syncValueBySelector",
639
+ "_tabIndex",
640
+ "_tooltipAlign",
641
+ "_type",
642
+ "_value",
643
+ "_variant"
644
+ ]);
621
645
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
622
646
  "_label",
623
647
  "_max",
@@ -677,7 +701,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
677
701
  "_tabIndex",
678
702
  "_tooltipAlign",
679
703
  "_touched",
680
- "_value"
704
+ "_value",
705
+ "_hideClearButton"
681
706
  ]);
682
707
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
683
708
  "_label",
@@ -806,4 +831,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
806
831
  "_label"
807
832
  ]);
808
833
 
809
- 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 };
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.2.6-rc.2",
3
+ "version": "2.2.7-rc.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.7.3",
53
53
  "unbuild": "1.2.1",
54
54
  "vue": "3.4.21",
55
- "@public-ui/components": "2.2.6-rc.2"
55
+ "@public-ui/components": "2.2.7-rc.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "2.2.6-rc.2"
59
+ "@public-ui/components": "2.2.7-rc.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",