@public-ui/vue 4.0.0-alpha.8 → 4.0.0-beta.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 +26 -4
- package/dist/index.d.cts +2 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +26 -5
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -190,7 +190,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
190
190
|
"_msg",
|
|
191
191
|
"_name",
|
|
192
192
|
"_on",
|
|
193
|
-
"
|
|
193
|
+
"_hasClearButton",
|
|
194
194
|
"_suggestions",
|
|
195
195
|
"_required",
|
|
196
196
|
"_shortKey",
|
|
@@ -647,6 +647,29 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
647
647
|
"_touched",
|
|
648
648
|
"_value"
|
|
649
649
|
]);
|
|
650
|
+
const KolSelectWc = /* @__PURE__ */ defineContainer("kol-select-wc", void 0, [
|
|
651
|
+
"_accessKey",
|
|
652
|
+
"_disabled",
|
|
653
|
+
"_hideMsg",
|
|
654
|
+
"_hideLabel",
|
|
655
|
+
"_hint",
|
|
656
|
+
"_icons",
|
|
657
|
+
"_id",
|
|
658
|
+
"_label",
|
|
659
|
+
"_msg",
|
|
660
|
+
"_multiple",
|
|
661
|
+
"_name",
|
|
662
|
+
"_on",
|
|
663
|
+
"_options",
|
|
664
|
+
"_required",
|
|
665
|
+
"_shortKey",
|
|
666
|
+
"_rows",
|
|
667
|
+
"_syncValueBySelector",
|
|
668
|
+
"_tabIndex",
|
|
669
|
+
"_tooltipAlign",
|
|
670
|
+
"_touched",
|
|
671
|
+
"_value"
|
|
672
|
+
]);
|
|
650
673
|
const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
|
|
651
674
|
"_accessKey",
|
|
652
675
|
"_placeholder",
|
|
@@ -667,7 +690,7 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
667
690
|
"_tooltipAlign",
|
|
668
691
|
"_touched",
|
|
669
692
|
"_value",
|
|
670
|
-
"
|
|
693
|
+
"_hasClearButton",
|
|
671
694
|
"_rows"
|
|
672
695
|
]);
|
|
673
696
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
@@ -712,7 +735,6 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
|
|
|
712
735
|
"_paginationPosition",
|
|
713
736
|
"_selection",
|
|
714
737
|
"_on",
|
|
715
|
-
"_tableSettings",
|
|
716
738
|
"_hasSettingsMenu"
|
|
717
739
|
]);
|
|
718
740
|
const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
|
|
@@ -723,7 +745,6 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
|
|
|
723
745
|
"_minWidth",
|
|
724
746
|
"_on",
|
|
725
747
|
"_selection",
|
|
726
|
-
"_tableSettings",
|
|
727
748
|
"_hasSettingsMenu"
|
|
728
749
|
]);
|
|
729
750
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
@@ -827,6 +848,7 @@ exports.KolPopoverButtonWc = KolPopoverButtonWc;
|
|
|
827
848
|
exports.KolProgress = KolProgress;
|
|
828
849
|
exports.KolQuote = KolQuote;
|
|
829
850
|
exports.KolSelect = KolSelect;
|
|
851
|
+
exports.KolSelectWc = KolSelectWc;
|
|
830
852
|
exports.KolSingleSelect = KolSingleSelect;
|
|
831
853
|
exports.KolSkipNav = KolSkipNav;
|
|
832
854
|
exports.KolSpin = KolSpin;
|
package/dist/index.d.cts
CHANGED
|
@@ -47,6 +47,7 @@ declare const KolPopoverButtonWc: vue.DefineSetupFnComponent<JSX.KolPopoverButto
|
|
|
47
47
|
declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
48
48
|
declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
49
49
|
declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
50
|
+
declare const KolSelectWc: vue.DefineSetupFnComponent<JSX.KolSelectWc & InputProps<string | number | boolean>, {}, {}, JSX.KolSelectWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
50
51
|
declare const KolSingleSelect: vue.DefineSetupFnComponent<JSX.KolSingleSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSingleSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
51
52
|
declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
52
53
|
declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -62,4 +63,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
|
|
|
62
63
|
declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
63
64
|
declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
64
65
|
|
|
65
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
|
66
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/dist/index.d.mts
CHANGED
|
@@ -47,6 +47,7 @@ declare const KolPopoverButtonWc: vue.DefineSetupFnComponent<JSX.KolPopoverButto
|
|
|
47
47
|
declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
48
48
|
declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
49
49
|
declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
50
|
+
declare const KolSelectWc: vue.DefineSetupFnComponent<JSX.KolSelectWc & InputProps<string | number | boolean>, {}, {}, JSX.KolSelectWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
50
51
|
declare const KolSingleSelect: vue.DefineSetupFnComponent<JSX.KolSingleSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSingleSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
51
52
|
declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
52
53
|
declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -62,4 +63,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
|
|
|
62
63
|
declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
63
64
|
declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
64
65
|
|
|
65
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
|
66
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/dist/index.d.ts
CHANGED
|
@@ -47,6 +47,7 @@ declare const KolPopoverButtonWc: vue.DefineSetupFnComponent<JSX.KolPopoverButto
|
|
|
47
47
|
declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputProps<string | number | boolean>, {}, {}, JSX.KolProgress & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
48
48
|
declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
49
49
|
declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
50
|
+
declare const KolSelectWc: vue.DefineSetupFnComponent<JSX.KolSelectWc & InputProps<string | number | boolean>, {}, {}, JSX.KolSelectWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
50
51
|
declare const KolSingleSelect: vue.DefineSetupFnComponent<JSX.KolSingleSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSingleSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
51
52
|
declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
52
53
|
declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -62,4 +63,4 @@ declare const KolTreeItem: vue.DefineSetupFnComponent<JSX.KolTreeItem & InputPro
|
|
|
62
63
|
declare const KolTreeItemWc: vue.DefineSetupFnComponent<JSX.KolTreeItemWc & InputProps<string | number | boolean>, {}, {}, JSX.KolTreeItemWc & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
63
64
|
declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
64
65
|
|
|
65
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
|
66
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -188,7 +188,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
|
|
|
188
188
|
"_msg",
|
|
189
189
|
"_name",
|
|
190
190
|
"_on",
|
|
191
|
-
"
|
|
191
|
+
"_hasClearButton",
|
|
192
192
|
"_suggestions",
|
|
193
193
|
"_required",
|
|
194
194
|
"_shortKey",
|
|
@@ -645,6 +645,29 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
|
|
|
645
645
|
"_touched",
|
|
646
646
|
"_value"
|
|
647
647
|
]);
|
|
648
|
+
const KolSelectWc = /* @__PURE__ */ defineContainer("kol-select-wc", void 0, [
|
|
649
|
+
"_accessKey",
|
|
650
|
+
"_disabled",
|
|
651
|
+
"_hideMsg",
|
|
652
|
+
"_hideLabel",
|
|
653
|
+
"_hint",
|
|
654
|
+
"_icons",
|
|
655
|
+
"_id",
|
|
656
|
+
"_label",
|
|
657
|
+
"_msg",
|
|
658
|
+
"_multiple",
|
|
659
|
+
"_name",
|
|
660
|
+
"_on",
|
|
661
|
+
"_options",
|
|
662
|
+
"_required",
|
|
663
|
+
"_shortKey",
|
|
664
|
+
"_rows",
|
|
665
|
+
"_syncValueBySelector",
|
|
666
|
+
"_tabIndex",
|
|
667
|
+
"_tooltipAlign",
|
|
668
|
+
"_touched",
|
|
669
|
+
"_value"
|
|
670
|
+
]);
|
|
648
671
|
const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", void 0, [
|
|
649
672
|
"_accessKey",
|
|
650
673
|
"_placeholder",
|
|
@@ -665,7 +688,7 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
|
|
|
665
688
|
"_tooltipAlign",
|
|
666
689
|
"_touched",
|
|
667
690
|
"_value",
|
|
668
|
-
"
|
|
691
|
+
"_hasClearButton",
|
|
669
692
|
"_rows"
|
|
670
693
|
]);
|
|
671
694
|
const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
@@ -710,7 +733,6 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
|
|
|
710
733
|
"_paginationPosition",
|
|
711
734
|
"_selection",
|
|
712
735
|
"_on",
|
|
713
|
-
"_tableSettings",
|
|
714
736
|
"_hasSettingsMenu"
|
|
715
737
|
]);
|
|
716
738
|
const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
|
|
@@ -721,7 +743,6 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
|
|
|
721
743
|
"_minWidth",
|
|
722
744
|
"_on",
|
|
723
745
|
"_selection",
|
|
724
|
-
"_tableSettings",
|
|
725
746
|
"_hasSettingsMenu"
|
|
726
747
|
]);
|
|
727
748
|
const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
|
|
@@ -786,4 +807,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
786
807
|
"_label"
|
|
787
808
|
]);
|
|
788
809
|
|
|
789
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
|
810
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, 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": "4.0.0-
|
|
3
|
+
"version": "4.0.0-beta.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.9.3",
|
|
53
53
|
"unbuild": "3.6.1",
|
|
54
54
|
"vue": "3.5.25",
|
|
55
|
-
"@public-ui/components": "4.0.0-
|
|
55
|
+
"@public-ui/components": "4.0.0-beta.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"vue": "^3.5.25",
|
|
59
|
-
"@public-ui/components": "4.0.0-
|
|
59
|
+
"@public-ui/components": "4.0.0-beta.0"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|