@public-ui/vue 1.4.2 → 1.5.0-rc.1
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 -2
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +10 -3
- package/package.json +4 -5
package/dist/index.cjs
CHANGED
|
@@ -204,9 +204,9 @@ const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
|
204
204
|
"_requiredText"
|
|
205
205
|
]);
|
|
206
206
|
const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
207
|
+
"_headline",
|
|
207
208
|
"_level",
|
|
208
|
-
"
|
|
209
|
-
"_overline"
|
|
209
|
+
"_secondaryHeadline"
|
|
210
210
|
]);
|
|
211
211
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
212
212
|
"_ariaLabel",
|
|
@@ -224,6 +224,13 @@ const KolIconIcofont = /* @__PURE__ */ defineContainer("kol-icon-icofont", void
|
|
|
224
224
|
"_icon",
|
|
225
225
|
"_part"
|
|
226
226
|
]);
|
|
227
|
+
const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
228
|
+
"_alt",
|
|
229
|
+
"_loading",
|
|
230
|
+
"_sizes",
|
|
231
|
+
"_src",
|
|
232
|
+
"_srcset"
|
|
233
|
+
]);
|
|
227
234
|
const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
|
|
228
235
|
const KolInputAdapterLeanup = /* @__PURE__ */ defineContainer("kol-input-adapter-leanup", void 0);
|
|
229
236
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
@@ -645,6 +652,7 @@ exports.KolHeading = KolHeading;
|
|
|
645
652
|
exports.KolIcon = KolIcon;
|
|
646
653
|
exports.KolIconFontAwesome = KolIconFontAwesome;
|
|
647
654
|
exports.KolIconIcofont = KolIconIcofont;
|
|
655
|
+
exports.KolImage = KolImage;
|
|
648
656
|
exports.KolIndentedText = KolIndentedText;
|
|
649
657
|
exports.KolInputAdapterLeanup = KolInputAdapterLeanup;
|
|
650
658
|
exports.KolInputCheckbox = KolInputCheckbox;
|
package/dist/index.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ declare const KolHeading: vue.DefineComponent<JSX.KolHeading & InputProps<string
|
|
|
21
21
|
declare const KolIcon: vue.DefineComponent<JSX.KolIcon & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolIcon & InputProps<string | number | boolean>>, {}>;
|
|
22
22
|
declare const KolIconFontAwesome: vue.DefineComponent<JSX.KolIconFontAwesome & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolIconFontAwesome & InputProps<string | number | boolean>>, {}>;
|
|
23
23
|
declare const KolIconIcofont: vue.DefineComponent<JSX.KolIconIcofont & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolIconIcofont & InputProps<string | number | boolean>>, {}>;
|
|
24
|
+
declare const KolImage: vue.DefineComponent<JSX.KolImage & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolImage & InputProps<string | number | boolean>>, {}>;
|
|
24
25
|
declare const KolIndentedText: vue.DefineComponent<JSX.KolIndentedText & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolIndentedText & InputProps<string | number | boolean>>, {}>;
|
|
25
26
|
declare const KolInputAdapterLeanup: vue.DefineComponent<JSX.KolInputAdapterLeanup & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputAdapterLeanup & InputProps<string | number | boolean>>, {}>;
|
|
26
27
|
declare const KolInputCheckbox: vue.DefineComponent<JSX.KolInputCheckbox & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolInputCheckbox & InputProps<string | number | boolean>>, {}>;
|
|
@@ -54,4 +55,4 @@ declare const KolToast: vue.DefineComponent<JSX.KolToast & InputProps<string | n
|
|
|
54
55
|
declare const KolTooltip: vue.DefineComponent<JSX.KolTooltip & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolTooltip & InputProps<string | number | boolean>>, {}>;
|
|
55
56
|
declare const KolVersion: vue.DefineComponent<JSX.KolVersion & InputProps<string | number | boolean>, object, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<JSX.KolVersion & InputProps<string | number | boolean>>, {}>;
|
|
56
57
|
|
|
57
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
58
|
+
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, KolProgress, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -202,9 +202,9 @@ const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
|
|
|
202
202
|
"_requiredText"
|
|
203
203
|
]);
|
|
204
204
|
const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
|
|
205
|
+
"_headline",
|
|
205
206
|
"_level",
|
|
206
|
-
"
|
|
207
|
-
"_overline"
|
|
207
|
+
"_secondaryHeadline"
|
|
208
208
|
]);
|
|
209
209
|
const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
|
|
210
210
|
"_ariaLabel",
|
|
@@ -222,6 +222,13 @@ const KolIconIcofont = /* @__PURE__ */ defineContainer("kol-icon-icofont", void
|
|
|
222
222
|
"_icon",
|
|
223
223
|
"_part"
|
|
224
224
|
]);
|
|
225
|
+
const KolImage = /* @__PURE__ */ defineContainer("kol-image", void 0, [
|
|
226
|
+
"_alt",
|
|
227
|
+
"_loading",
|
|
228
|
+
"_sizes",
|
|
229
|
+
"_src",
|
|
230
|
+
"_srcset"
|
|
231
|
+
]);
|
|
225
232
|
const KolIndentedText = /* @__PURE__ */ defineContainer("kol-indented-text", void 0);
|
|
226
233
|
const KolInputAdapterLeanup = /* @__PURE__ */ defineContainer("kol-input-adapter-leanup", void 0);
|
|
227
234
|
const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", void 0, [
|
|
@@ -627,4 +634,4 @@ const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
|
627
634
|
"_version"
|
|
628
635
|
]);
|
|
629
636
|
|
|
630
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
637
|
+
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, KolProgress, KolSelect, KolSkipNav, KolSpan, KolSpin, 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.
|
|
3
|
+
"version": "1.5.0-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -46,9 +46,8 @@
|
|
|
46
46
|
"prepack": "unbuild"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/types": "7.21.
|
|
50
|
-
"@public-ui/
|
|
51
|
-
"@public-ui/components": "1.4.2",
|
|
49
|
+
"@babel/types": "7.21.3",
|
|
50
|
+
"@public-ui/components": "1.5.0-rc.1",
|
|
52
51
|
"@types/minimatch": "5.1.2",
|
|
53
52
|
"@types/minimist": "1.2.2",
|
|
54
53
|
"@types/node": "ts4.9",
|
|
@@ -58,7 +57,7 @@
|
|
|
58
57
|
"unbuild": "1.1.2"
|
|
59
58
|
},
|
|
60
59
|
"peerDependencies": {
|
|
61
|
-
"@public-ui/components": "1.
|
|
60
|
+
"@public-ui/components": "1.5.0-rc.1",
|
|
62
61
|
"vue": ">=3"
|
|
63
62
|
},
|
|
64
63
|
"sideEffects": false,
|