@public-ui/vue 1.7.0-rc.0 → 1.7.0-rc.2
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/README.md +2 -2
- package/dist/index.cjs +4 -13
- package/dist/index.d.ts +2 -3
- package/dist/index.mjs +4 -12
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Das [**Vue**](https://v3.vue.org)-Modul ist der Framework-Adapter für die Komponenten-Bibliothek.
|
|
4
4
|
|
|
5
|
-
Mehr zur **Modularisierung** kann im [Architekturkonzept](https://
|
|
5
|
+
Mehr zur **Modularisierung** kann im [Architekturkonzept](https://public-ui.github.io/docs/concepts/architecture) nachgelesen werden.
|
|
6
6
|
|
|
7
|
-
Mehr zum **Projekt** kann in der [README](https://
|
|
7
|
+
Mehr zum **Projekt** kann in der [README](https://public-ui.github.io/docs) nachgelesen werden.
|
package/dist/index.cjs
CHANGED
|
@@ -144,10 +144,6 @@ const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
|
|
|
144
144
|
"_src",
|
|
145
145
|
"_label"
|
|
146
146
|
]);
|
|
147
|
-
const KolAvatarWc = /* @__PURE__ */ defineContainer("kol-avatar-wc", void 0, [
|
|
148
|
-
"_src",
|
|
149
|
-
"_label"
|
|
150
|
-
]);
|
|
151
147
|
const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
152
148
|
"_color",
|
|
153
149
|
"_hideLabel",
|
|
@@ -187,7 +183,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
187
183
|
"_variant"
|
|
188
184
|
]);
|
|
189
185
|
const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
|
|
190
|
-
const KolButtonGroupWc = /* @__PURE__ */ defineContainer("kol-button-group-wc", void 0);
|
|
191
186
|
const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
|
|
192
187
|
"_accessKey",
|
|
193
188
|
"_ariaControls",
|
|
@@ -221,6 +216,7 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
221
216
|
]);
|
|
222
217
|
const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
223
218
|
"_label",
|
|
219
|
+
"_on",
|
|
224
220
|
"_open",
|
|
225
221
|
"_summary"
|
|
226
222
|
]);
|
|
@@ -746,16 +742,12 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
746
742
|
"_value"
|
|
747
743
|
]);
|
|
748
744
|
const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
|
|
749
|
-
"_alert",
|
|
750
|
-
"_hasCloser",
|
|
751
|
-
"_heading",
|
|
752
745
|
"_label",
|
|
753
|
-
"_level",
|
|
754
746
|
"_on",
|
|
755
|
-
"
|
|
756
|
-
"_showDuration",
|
|
747
|
+
"_status",
|
|
757
748
|
"_type"
|
|
758
749
|
]);
|
|
750
|
+
const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
|
|
759
751
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
760
752
|
"_label",
|
|
761
753
|
"_version"
|
|
@@ -765,12 +757,10 @@ exports.KolAbbr = KolAbbr;
|
|
|
765
757
|
exports.KolAccordion = KolAccordion;
|
|
766
758
|
exports.KolAlert = KolAlert;
|
|
767
759
|
exports.KolAvatar = KolAvatar;
|
|
768
|
-
exports.KolAvatarWc = KolAvatarWc;
|
|
769
760
|
exports.KolBadge = KolBadge;
|
|
770
761
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
771
762
|
exports.KolButton = KolButton;
|
|
772
763
|
exports.KolButtonGroup = KolButtonGroup;
|
|
773
|
-
exports.KolButtonGroupWc = KolButtonGroupWc;
|
|
774
764
|
exports.KolButtonLink = KolButtonLink;
|
|
775
765
|
exports.KolCard = KolCard;
|
|
776
766
|
exports.KolDetails = KolDetails;
|
|
@@ -813,4 +803,5 @@ exports.KolTable = KolTable;
|
|
|
813
803
|
exports.KolTabs = KolTabs;
|
|
814
804
|
exports.KolTextarea = KolTextarea;
|
|
815
805
|
exports.KolToast = KolToast;
|
|
806
|
+
exports.KolToastContainer = KolToastContainer;
|
|
816
807
|
exports.KolVersion = KolVersion;
|
package/dist/index.d.ts
CHANGED
|
@@ -8,12 +8,10 @@ declare const KolAbbr: (props: JSX.KolAbbr & InputProps<string | number | boolea
|
|
|
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
10
|
declare const KolAvatar: (props: JSX.KolAvatar & InputProps<string | number | boolean> & {}) => any;
|
|
11
|
-
declare const KolAvatarWc: (props: JSX.KolAvatarWc & InputProps<string | number | boolean> & {}) => any;
|
|
12
11
|
declare const KolBadge: (props: JSX.KolBadge & InputProps<string | number | boolean> & {}) => any;
|
|
13
12
|
declare const KolBreadcrumb: (props: JSX.KolBreadcrumb & InputProps<string | number | boolean> & {}) => any;
|
|
14
13
|
declare const KolButton: (props: JSX.KolButton & InputProps<string | number | boolean> & {}) => any;
|
|
15
14
|
declare const KolButtonGroup: (props: JSX.KolButtonGroup & InputProps<string | number | boolean> & {}) => any;
|
|
16
|
-
declare const KolButtonGroupWc: (props: JSX.KolButtonGroupWc & InputProps<string | number | boolean> & {}) => any;
|
|
17
15
|
declare const KolButtonLink: (props: JSX.KolButtonLink & InputProps<string | number | boolean> & {}) => any;
|
|
18
16
|
declare const KolCard: (props: JSX.KolCard & InputProps<string | number | boolean> & {}) => any;
|
|
19
17
|
declare const KolDetails: (props: JSX.KolDetails & InputProps<string | number | boolean> & {}) => any;
|
|
@@ -56,6 +54,7 @@ declare const KolTable: (props: JSX.KolTable & InputProps<string | number | bool
|
|
|
56
54
|
declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
|
|
57
55
|
declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
|
|
58
56
|
declare const KolToast: (props: JSX.KolToast & InputProps<string | number | boolean> & {}) => any;
|
|
57
|
+
declare const KolToastContainer: (props: JSX.KolToastContainer & InputProps<string | number | boolean> & {}) => any;
|
|
59
58
|
declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
|
|
60
59
|
|
|
61
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar,
|
|
60
|
+
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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -142,10 +142,6 @@ const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
|
|
|
142
142
|
"_src",
|
|
143
143
|
"_label"
|
|
144
144
|
]);
|
|
145
|
-
const KolAvatarWc = /* @__PURE__ */ defineContainer("kol-avatar-wc", void 0, [
|
|
146
|
-
"_src",
|
|
147
|
-
"_label"
|
|
148
|
-
]);
|
|
149
145
|
const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
|
|
150
146
|
"_color",
|
|
151
147
|
"_hideLabel",
|
|
@@ -185,7 +181,6 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
|
|
|
185
181
|
"_variant"
|
|
186
182
|
]);
|
|
187
183
|
const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
|
|
188
|
-
const KolButtonGroupWc = /* @__PURE__ */ defineContainer("kol-button-group-wc", void 0);
|
|
189
184
|
const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
|
|
190
185
|
"_accessKey",
|
|
191
186
|
"_ariaControls",
|
|
@@ -219,6 +214,7 @@ const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
|
|
|
219
214
|
]);
|
|
220
215
|
const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
|
|
221
216
|
"_label",
|
|
217
|
+
"_on",
|
|
222
218
|
"_open",
|
|
223
219
|
"_summary"
|
|
224
220
|
]);
|
|
@@ -744,19 +740,15 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
|
|
|
744
740
|
"_value"
|
|
745
741
|
]);
|
|
746
742
|
const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
|
|
747
|
-
"_alert",
|
|
748
|
-
"_hasCloser",
|
|
749
|
-
"_heading",
|
|
750
743
|
"_label",
|
|
751
|
-
"_level",
|
|
752
744
|
"_on",
|
|
753
|
-
"
|
|
754
|
-
"_showDuration",
|
|
745
|
+
"_status",
|
|
755
746
|
"_type"
|
|
756
747
|
]);
|
|
748
|
+
const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
|
|
757
749
|
const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
|
|
758
750
|
"_label",
|
|
759
751
|
"_version"
|
|
760
752
|
]);
|
|
761
753
|
|
|
762
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar,
|
|
754
|
+
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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/vue",
|
|
3
|
-
"version": "1.7.0-rc.
|
|
3
|
+
"version": "1.7.0-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
"prepack": "unbuild"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/types": "7.22.
|
|
50
|
-
"@public-ui/components": "1.7.0-rc.
|
|
49
|
+
"@babel/types": "7.22.11",
|
|
50
|
+
"@public-ui/components": "1.7.0-rc.2",
|
|
51
51
|
"@types/minimatch": "5.1.2",
|
|
52
52
|
"@types/minimist": "1.2.2",
|
|
53
53
|
"@types/node": "ts5.1",
|
|
54
54
|
"@types/normalize-package-data": "2.4.1",
|
|
55
55
|
"vue": "3.3.4",
|
|
56
|
-
"typescript": "5.
|
|
56
|
+
"typescript": "5.2.2",
|
|
57
57
|
"unbuild": "1.2.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@public-ui/components": "1.7.0-rc.
|
|
60
|
+
"@public-ui/components": "1.7.0-rc.2",
|
|
61
61
|
"vue": ">=3"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|