@public-ui/vue 1.7.0-rc.0 → 1.7.0-rc.11

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 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://github.com/public-ui/kolibri/blob/main/docs/ARCHITECTURE.md) nachgelesen werden.
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://github.com/public-ui/kolibri/#readme) nachgelesen werden.
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
  ]);
@@ -690,6 +686,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
690
686
  "_on",
691
687
  "_role",
692
688
  "_syncValueBySelector",
689
+ "_show",
693
690
  "_showDropdown",
694
691
  "_tabIndex",
695
692
  "_tooltipAlign",
@@ -746,16 +743,12 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
746
743
  "_value"
747
744
  ]);
748
745
  const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
749
- "_alert",
750
- "_hasCloser",
751
- "_heading",
752
746
  "_label",
753
- "_level",
754
747
  "_on",
755
- "_show",
756
- "_showDuration",
748
+ "_status",
757
749
  "_type"
758
750
  ]);
751
+ const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
759
752
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
760
753
  "_label",
761
754
  "_version"
@@ -765,12 +758,10 @@ exports.KolAbbr = KolAbbr;
765
758
  exports.KolAccordion = KolAccordion;
766
759
  exports.KolAlert = KolAlert;
767
760
  exports.KolAvatar = KolAvatar;
768
- exports.KolAvatarWc = KolAvatarWc;
769
761
  exports.KolBadge = KolBadge;
770
762
  exports.KolBreadcrumb = KolBreadcrumb;
771
763
  exports.KolButton = KolButton;
772
764
  exports.KolButtonGroup = KolButtonGroup;
773
- exports.KolButtonGroupWc = KolButtonGroupWc;
774
765
  exports.KolButtonLink = KolButtonLink;
775
766
  exports.KolCard = KolCard;
776
767
  exports.KolDetails = KolDetails;
@@ -813,4 +804,5 @@ exports.KolTable = KolTable;
813
804
  exports.KolTabs = KolTabs;
814
805
  exports.KolTextarea = KolTextarea;
815
806
  exports.KolToast = KolToast;
807
+ exports.KolToastContainer = KolToastContainer;
816
808
  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, 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, KolVersion };
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
  ]);
@@ -688,6 +684,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
688
684
  "_on",
689
685
  "_role",
690
686
  "_syncValueBySelector",
687
+ "_show",
691
688
  "_showDropdown",
692
689
  "_tabIndex",
693
690
  "_tooltipAlign",
@@ -744,19 +741,15 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
744
741
  "_value"
745
742
  ]);
746
743
  const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
747
- "_alert",
748
- "_hasCloser",
749
- "_heading",
750
744
  "_label",
751
- "_level",
752
745
  "_on",
753
- "_show",
754
- "_showDuration",
746
+ "_status",
755
747
  "_type"
756
748
  ]);
749
+ const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
757
750
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
758
751
  "_label",
759
752
  "_version"
760
753
  ]);
761
754
 
762
- 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, KolVersion };
755
+ 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.0",
3
+ "version": "1.7.0-rc.11",
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.10",
50
- "@public-ui/components": "1.7.0-rc.0",
49
+ "@babel/types": "7.22.19",
50
+ "@public-ui/components": "1.7.0-rc.11",
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
- "vue": "3.3.4",
56
- "typescript": "5.1.6",
57
- "unbuild": "1.2.1"
55
+ "typescript": "5.2.2",
56
+ "unbuild": "1.2.1",
57
+ "vue": "3.3.4"
58
58
  },
59
59
  "peerDependencies": {
60
- "@public-ui/components": "1.7.0-rc.0-rc.0-rc.0-rc.0-rc.0-rc.0",
60
+ "@public-ui/components": "1.7.0-rc.11",
61
61
  "vue": ">=3"
62
62
  },
63
63
  "sideEffects": false,