@public-ui/vue 1.6.0-rc.15 → 1.6.0-rc.17
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 +10 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +9 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -137,6 +137,14 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
|
|
|
137
137
|
"_type",
|
|
138
138
|
"_variant"
|
|
139
139
|
]);
|
|
140
|
+
const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
|
|
141
|
+
"_src",
|
|
142
|
+
"_label"
|
|
143
|
+
]);
|
|
144
|
+
const KolAvatarWc = /* @__PURE__ */ defineContainer("kol-avatar-wc", void 0, [
|
|
145
|
+
"_src",
|
|
146
|
+
"_label"
|
|
147
|
+
]);
|
|
140
148
|
const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
141
149
|
"_color",
|
|
142
150
|
"_hideLabel",
|
|
@@ -732,6 +740,8 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
732
740
|
exports.KolAbbr = KolAbbr;
|
|
733
741
|
exports.KolAccordion = KolAccordion;
|
|
734
742
|
exports.KolAlert = KolAlert;
|
|
743
|
+
exports.KolAvatar = KolAvatar;
|
|
744
|
+
exports.KolAvatarWc = KolAvatarWc;
|
|
735
745
|
exports.KolBadge = KolBadge;
|
|
736
746
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
737
747
|
exports.KolButton = KolButton;
|
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ interface InputProps<T> {
|
|
|
7
7
|
declare const KolAbbr: (props: JSX.KolAbbr & InputProps<string | number | boolean> & {}) => any;
|
|
8
8
|
declare const KolAccordion: (props: JSX.KolAccordion & InputProps<string | number | boolean> & {}) => any;
|
|
9
9
|
declare const KolAlert: (props: JSX.KolAlert & InputProps<string | number | boolean> & {}) => any;
|
|
10
|
+
declare const KolAvatar: (props: JSX.KolAvatar & InputProps<string | number | boolean> & {}) => any;
|
|
11
|
+
declare const KolAvatarWc: (props: JSX.KolAvatarWc & InputProps<string | number | boolean> & {}) => any;
|
|
10
12
|
declare const KolBadge: (props: JSX.KolBadge & InputProps<string | number | boolean> & {}) => any;
|
|
11
13
|
declare const KolBreadcrumb: (props: JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}) => any;
|
|
12
14
|
declare const KolButton: (props: JSX.KolButton & InputProps<string | number | boolean> & {}) => any;
|
|
@@ -57,4 +59,4 @@ declare const KolToast: (props: JSX.KolToast & InputProps<string | number | bool
|
|
|
57
59
|
declare const KolTooltip: (props: JSX.KolTooltip & InputProps<string | number | boolean> & {}) => any;
|
|
58
60
|
declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
|
|
59
61
|
|
|
60
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
62
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -135,6 +135,14 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
|
|
|
135
135
|
"_type",
|
|
136
136
|
"_variant"
|
|
137
137
|
]);
|
|
138
|
+
const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
|
|
139
|
+
"_src",
|
|
140
|
+
"_label"
|
|
141
|
+
]);
|
|
142
|
+
const KolAvatarWc = /* @__PURE__ */ defineContainer("kol-avatar-wc", void 0, [
|
|
143
|
+
"_src",
|
|
144
|
+
"_label"
|
|
145
|
+
]);
|
|
138
146
|
const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
139
147
|
"_color",
|
|
140
148
|
"_hideLabel",
|
|
@@ -727,4 +735,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
727
735
|
"_version"
|
|
728
736
|
]);
|
|
729
737
|
|
|
730
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
738
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "1.6.0-rc.
|
|
3
|
+
"version": "1.6.0-rc.17",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/types": "7.22.5",
|
|
50
|
-
"@public-ui/components": "1.6.0-rc.
|
|
50
|
+
"@public-ui/components": "1.6.0-rc.17",
|
|
51
51
|
"@types/minimatch": "5.1.2",
|
|
52
52
|
"@types/minimist": "1.2.2",
|
|
53
53
|
"@types/node": "ts4.9",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"unbuild": "1.2.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@public-ui/components": "1.6.0-rc.
|
|
60
|
+
"@public-ui/components": "1.6.0-rc.17",
|
|
61
61
|
"vue": ">=3"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|