@public-ui/vue 2.0.0-rc.7 → 2.0.0-rc.9
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 -5
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +1 -5
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -552,10 +552,6 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
552
552
|
"_tooltipAlign",
|
|
553
553
|
"_max"
|
|
554
554
|
]);
|
|
555
|
-
const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
|
|
556
|
-
"_align",
|
|
557
|
-
"_show"
|
|
558
|
-
]);
|
|
559
555
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
560
556
|
"_label",
|
|
561
557
|
"_max",
|
|
@@ -710,7 +706,6 @@ exports.KolLogo = KolLogo;
|
|
|
710
706
|
exports.KolModal = KolModal;
|
|
711
707
|
exports.KolNav = KolNav;
|
|
712
708
|
exports.KolPagination = KolPagination;
|
|
713
|
-
exports.KolPopover = KolPopover;
|
|
714
709
|
exports.KolProgress = KolProgress;
|
|
715
710
|
exports.KolQuote = KolQuote;
|
|
716
711
|
exports.KolSelect = KolSelect;
|
package/dist/index.d.ts
CHANGED
|
@@ -38,7 +38,6 @@ declare const KolLogo: (props: JSX.KolLogo & InputProps<string | number | boolea
|
|
|
38
38
|
declare const KolModal: (props: JSX.KolModal & InputProps<string | number | boolean> & {}) => any;
|
|
39
39
|
declare const KolNav: (props: JSX.KolNav & InputProps<string | number | boolean> & {}) => any;
|
|
40
40
|
declare const KolPagination: (props: JSX.KolPagination & InputProps<string | number | boolean> & {}) => any;
|
|
41
|
-
declare const KolPopover: (props: JSX.KolPopover & InputProps<string | number | boolean> & {}) => any;
|
|
42
41
|
declare const KolProgress: (props: JSX.KolProgress & InputProps<string | number | boolean> & {}) => any;
|
|
43
42
|
declare const KolQuote: (props: JSX.KolQuote & InputProps<string | number | boolean> & {}) => any;
|
|
44
43
|
declare const KolSelect: (props: JSX.KolSelect & InputProps<string | number | boolean> & {}) => any;
|
|
@@ -53,4 +52,4 @@ declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number
|
|
|
53
52
|
declare const KolToastContainer: (props: JSX.KolToastContainer & InputProps<string | number | boolean> & {}) => any;
|
|
54
53
|
declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
|
|
55
54
|
|
|
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,
|
|
55
|
+
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, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -550,10 +550,6 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
|
|
|
550
550
|
"_tooltipAlign",
|
|
551
551
|
"_max"
|
|
552
552
|
]);
|
|
553
|
-
const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
|
|
554
|
-
"_align",
|
|
555
|
-
"_show"
|
|
556
|
-
]);
|
|
557
553
|
const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
|
|
558
554
|
"_label",
|
|
559
555
|
"_max",
|
|
@@ -674,4 +670,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
674
670
|
"_label"
|
|
675
671
|
]);
|
|
676
672
|
|
|
677
|
-
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,
|
|
673
|
+
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, 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.9",
|
|
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.9",
|
|
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.8"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@public-ui/components": "2.0.0-rc.
|
|
56
|
+
"@public-ui/components": "2.0.0-rc.9",
|
|
57
57
|
"vue": ">=3"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|