@public-ui/vue 2.0.0-rc.2 → 2.0.0-rc.4
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 +1 -9
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +2 -9
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -546,8 +546,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
546
546
|
"_on",
|
|
547
547
|
"_siblingCount",
|
|
548
548
|
"_tooltipAlign",
|
|
549
|
-
"_max"
|
|
550
|
-
"_variant"
|
|
549
|
+
"_max"
|
|
551
550
|
]);
|
|
552
551
|
const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
|
|
553
552
|
"_align",
|
|
@@ -667,12 +666,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
667
666
|
"_touched",
|
|
668
667
|
"_value"
|
|
669
668
|
]);
|
|
670
|
-
const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
|
|
671
|
-
"_label",
|
|
672
|
-
"_on",
|
|
673
|
-
"_status",
|
|
674
|
-
"_type"
|
|
675
|
-
]);
|
|
676
669
|
const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
|
|
677
670
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
678
671
|
"_label"
|
|
@@ -724,6 +717,5 @@ exports.KolSymbol = KolSymbol;
|
|
|
724
717
|
exports.KolTable = KolTable;
|
|
725
718
|
exports.KolTabs = KolTabs;
|
|
726
719
|
exports.KolTextarea = KolTextarea;
|
|
727
|
-
exports.KolToast = KolToast;
|
|
728
720
|
exports.KolToastContainer = KolToastContainer;
|
|
729
721
|
exports.KolVersion = KolVersion;
|
package/dist/index.d.ts
CHANGED
|
@@ -50,8 +50,7 @@ declare const KolSymbol: (props: JSX.KolSymbol & InputProps<string | number | bo
|
|
|
50
50
|
declare const KolTable: (props: JSX.KolTable & InputProps<string | number | boolean> & {}) => any;
|
|
51
51
|
declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
|
|
52
52
|
declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
|
|
53
|
-
declare const KolToast: (props: JSX.KolToast & InputProps<string | number | boolean> & {}) => any;
|
|
54
53
|
declare const KolToastContainer: (props: JSX.KolToastContainer & InputProps<string | number | boolean> & {}) => any;
|
|
55
54
|
declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
|
|
56
55
|
|
|
57
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea,
|
|
56
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -544,8 +544,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
544
544
|
"_on",
|
|
545
545
|
"_siblingCount",
|
|
546
546
|
"_tooltipAlign",
|
|
547
|
-
"_max"
|
|
548
|
-
"_variant"
|
|
547
|
+
"_max"
|
|
549
548
|
]);
|
|
550
549
|
const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
|
|
551
550
|
"_align",
|
|
@@ -665,15 +664,9 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
665
664
|
"_touched",
|
|
666
665
|
"_value"
|
|
667
666
|
]);
|
|
668
|
-
const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
|
|
669
|
-
"_label",
|
|
670
|
-
"_on",
|
|
671
|
-
"_status",
|
|
672
|
-
"_type"
|
|
673
|
-
]);
|
|
674
667
|
const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
|
|
675
668
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
676
669
|
"_label"
|
|
677
670
|
]);
|
|
678
671
|
|
|
679
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea,
|
|
672
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.4",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/types": "7.23.0",
|
|
46
|
-
"@public-ui/components": "2.0.0-rc.
|
|
46
|
+
"@public-ui/components": "2.0.0-rc.4",
|
|
47
47
|
"@types/minimatch": "5.1.2",
|
|
48
48
|
"@types/minimist": "1.2.4",
|
|
49
49
|
"@types/node": "ts5.1",
|
|
50
50
|
"@types/normalize-package-data": "2.4.3",
|
|
51
51
|
"typescript": "5.2.2",
|
|
52
52
|
"unbuild": "1.2.1",
|
|
53
|
-
"vue": "3.3.
|
|
53
|
+
"vue": "3.3.7"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@public-ui/components": "2.0.0-rc.
|
|
56
|
+
"@public-ui/components": "2.0.0-rc.4",
|
|
57
57
|
"vue": ">=3"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|