@public-ui/vue 1.7.24 → 1.7.25
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 +0 -8
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +1 -8
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -684,13 +684,6 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
|
684
684
|
"_label",
|
|
685
685
|
"_links"
|
|
686
686
|
]);
|
|
687
|
-
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
688
|
-
"_hideLabel",
|
|
689
|
-
"_icon",
|
|
690
|
-
"_icons",
|
|
691
|
-
"_iconOnly",
|
|
692
|
-
"_label"
|
|
693
|
-
]);
|
|
694
687
|
const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
|
|
695
688
|
"_show",
|
|
696
689
|
"_variant"
|
|
@@ -827,7 +820,6 @@ exports.KolProgress = KolProgress;
|
|
|
827
820
|
exports.KolQuote = KolQuote;
|
|
828
821
|
exports.KolSelect = KolSelect;
|
|
829
822
|
exports.KolSkipNav = KolSkipNav;
|
|
830
|
-
exports.KolSpan = KolSpan;
|
|
831
823
|
exports.KolSpin = KolSpin;
|
|
832
824
|
exports.KolSplitButton = KolSplitButton;
|
|
833
825
|
exports.KolSymbol = KolSymbol;
|
package/dist/index.d.ts
CHANGED
|
@@ -49,7 +49,6 @@ declare const KolProgress: vue.DefineSetupFnComponent<JSX.KolProgress & InputPro
|
|
|
49
49
|
declare const KolQuote: vue.DefineSetupFnComponent<JSX.KolQuote & InputProps<string | number | boolean>, {}, {}, JSX.KolQuote & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
50
50
|
declare const KolSelect: vue.DefineSetupFnComponent<JSX.KolSelect & InputProps<string | number | boolean>, {}, {}, JSX.KolSelect & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
51
51
|
declare const KolSkipNav: vue.DefineSetupFnComponent<JSX.KolSkipNav & InputProps<string | number | boolean>, {}, {}, JSX.KolSkipNav & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
52
|
-
declare const KolSpan: vue.DefineSetupFnComponent<JSX.KolSpan & InputProps<string | number | boolean>, {}, {}, JSX.KolSpan & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
53
52
|
declare const KolSpin: vue.DefineSetupFnComponent<JSX.KolSpin & InputProps<string | number | boolean>, {}, {}, JSX.KolSpin & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
54
53
|
declare const KolSplitButton: vue.DefineSetupFnComponent<JSX.KolSplitButton & InputProps<string | number | boolean>, {}, {}, JSX.KolSplitButton & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
55
54
|
declare const KolSymbol: vue.DefineSetupFnComponent<JSX.KolSymbol & InputProps<string | number | boolean>, {}, {}, JSX.KolSymbol & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
@@ -60,4 +59,4 @@ declare const KolToast: vue.DefineSetupFnComponent<JSX.KolToast & InputProps<str
|
|
|
60
59
|
declare const KolToastContainer: vue.DefineSetupFnComponent<JSX.KolToastContainer & InputProps<string | number | boolean>, {}, {}, JSX.KolToastContainer & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
61
60
|
declare const KolVersion: vue.DefineSetupFnComponent<JSX.KolVersion & InputProps<string | number | boolean>, {}, {}, JSX.KolVersion & InputProps<string | number | boolean> & {}, vue.PublicProps>;
|
|
62
61
|
|
|
63
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav,
|
|
62
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -682,13 +682,6 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
|
|
|
682
682
|
"_label",
|
|
683
683
|
"_links"
|
|
684
684
|
]);
|
|
685
|
-
const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
|
|
686
|
-
"_hideLabel",
|
|
687
|
-
"_icon",
|
|
688
|
-
"_icons",
|
|
689
|
-
"_iconOnly",
|
|
690
|
-
"_label"
|
|
691
|
-
]);
|
|
692
685
|
const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
|
|
693
686
|
"_show",
|
|
694
687
|
"_variant"
|
|
@@ -784,4 +777,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
784
777
|
"_version"
|
|
785
778
|
]);
|
|
786
779
|
|
|
787
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav,
|
|
780
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.25",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@types/minimist": "1.2.5",
|
|
51
51
|
"@types/node": "ts5.4",
|
|
52
52
|
"@types/normalize-package-data": "2.4.4",
|
|
53
|
-
"typescript": "5.
|
|
53
|
+
"typescript": "5.5.2",
|
|
54
54
|
"unbuild": "1.2.1",
|
|
55
55
|
"vue": "3.4.21",
|
|
56
|
-
"@public-ui/components": "1.7.
|
|
56
|
+
"@public-ui/components": "1.7.25"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"vue": ">=3",
|
|
60
|
-
"@public-ui/components": "1.7.
|
|
60
|
+
"@public-ui/components": "1.7.25"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"type": "module",
|