@public-ui/vue 2.0.0-rc.1 → 2.0.0-rc.10

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 CHANGED
@@ -152,6 +152,7 @@ const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0,
152
152
  "_links"
153
153
  ]);
154
154
  const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
155
+ "_accessKey",
155
156
  "_ariaControls",
156
157
  "_ariaExpanded",
157
158
  "_ariaSelected",
@@ -173,6 +174,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
173
174
  ]);
174
175
  const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
175
176
  const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
177
+ "_accessKey",
176
178
  "_ariaControls",
177
179
  "_ariaExpanded",
178
180
  "_ariaSelected",
@@ -482,6 +484,7 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
482
484
  "_labeled"
483
485
  ]);
484
486
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
487
+ "_accessKey",
485
488
  "_download",
486
489
  "_hideLabel",
487
490
  "_href",
@@ -496,6 +499,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
496
499
  "_tooltipAlign"
497
500
  ]);
498
501
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
502
+ "_accessKey",
499
503
  "_customClass",
500
504
  "_download",
501
505
  "_hideLabel",
@@ -529,6 +533,7 @@ const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
529
533
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
530
534
  "_ariaCurrentValue",
531
535
  "_collapsible",
536
+ "_hasCompactButton",
532
537
  "_hideLabel",
533
538
  "_label",
534
539
  "_links",
@@ -545,12 +550,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
545
550
  "_on",
546
551
  "_siblingCount",
547
552
  "_tooltipAlign",
548
- "_max",
549
- "_variant"
550
- ]);
551
- const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
552
- "_align",
553
- "_show"
553
+ "_max"
554
554
  ]);
555
555
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
556
556
  "_label",
@@ -593,6 +593,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
593
593
  "_links"
594
594
  ]);
595
595
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
596
+ "_accessKey",
596
597
  "_hideLabel",
597
598
  "_icons",
598
599
  "_label"
@@ -666,12 +667,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
666
667
  "_touched",
667
668
  "_value"
668
669
  ]);
669
- const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
670
- "_label",
671
- "_on",
672
- "_status",
673
- "_type"
674
- ]);
675
670
  const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
676
671
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
677
672
  "_label"
@@ -711,7 +706,6 @@ exports.KolLogo = KolLogo;
711
706
  exports.KolModal = KolModal;
712
707
  exports.KolNav = KolNav;
713
708
  exports.KolPagination = KolPagination;
714
- exports.KolPopover = KolPopover;
715
709
  exports.KolProgress = KolProgress;
716
710
  exports.KolQuote = KolQuote;
717
711
  exports.KolSelect = KolSelect;
@@ -723,6 +717,5 @@ exports.KolSymbol = KolSymbol;
723
717
  exports.KolTable = KolTable;
724
718
  exports.KolTabs = KolTabs;
725
719
  exports.KolTextarea = KolTextarea;
726
- exports.KolToast = KolToast;
727
720
  exports.KolToastContainer = KolToastContainer;
728
721
  exports.KolVersion = KolVersion;
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;
@@ -50,8 +49,7 @@ declare const KolSymbol: (props: JSX.KolSymbol & InputProps<string | number | bo
50
49
  declare const KolTable: (props: JSX.KolTable & InputProps<string | number | boolean> & {}) => any;
51
50
  declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
52
51
  declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
53
- declare const KolToast: (props: JSX.KolToast & InputProps<string | number | boolean> & {}) => any;
54
52
  declare const KolToastContainer: (props: JSX.KolToastContainer & InputProps<string | number | boolean> & {}) => any;
55
53
  declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
56
54
 
57
- 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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion };
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
@@ -150,6 +150,7 @@ const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0,
150
150
  "_links"
151
151
  ]);
152
152
  const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
153
+ "_accessKey",
153
154
  "_ariaControls",
154
155
  "_ariaExpanded",
155
156
  "_ariaSelected",
@@ -171,6 +172,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
171
172
  ]);
172
173
  const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
173
174
  const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
175
+ "_accessKey",
174
176
  "_ariaControls",
175
177
  "_ariaExpanded",
176
178
  "_ariaSelected",
@@ -480,6 +482,7 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
480
482
  "_labeled"
481
483
  ]);
482
484
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
485
+ "_accessKey",
483
486
  "_download",
484
487
  "_hideLabel",
485
488
  "_href",
@@ -494,6 +497,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
494
497
  "_tooltipAlign"
495
498
  ]);
496
499
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
500
+ "_accessKey",
497
501
  "_customClass",
498
502
  "_download",
499
503
  "_hideLabel",
@@ -527,6 +531,7 @@ const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
527
531
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
528
532
  "_ariaCurrentValue",
529
533
  "_collapsible",
534
+ "_hasCompactButton",
530
535
  "_hideLabel",
531
536
  "_label",
532
537
  "_links",
@@ -543,12 +548,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
543
548
  "_on",
544
549
  "_siblingCount",
545
550
  "_tooltipAlign",
546
- "_max",
547
- "_variant"
548
- ]);
549
- const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
550
- "_align",
551
- "_show"
551
+ "_max"
552
552
  ]);
553
553
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
554
554
  "_label",
@@ -591,6 +591,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
591
591
  "_links"
592
592
  ]);
593
593
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
594
+ "_accessKey",
594
595
  "_hideLabel",
595
596
  "_icons",
596
597
  "_label"
@@ -664,15 +665,9 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
664
665
  "_touched",
665
666
  "_value"
666
667
  ]);
667
- const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
668
- "_label",
669
- "_on",
670
- "_status",
671
- "_type"
672
- ]);
673
668
  const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
674
669
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
675
670
  "_label"
676
671
  ]);
677
672
 
678
- 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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion };
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.1",
3
+ "version": "2.0.0-rc.10",
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.1",
46
+ "@public-ui/components": "2.0.0-rc.10",
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.4"
53
+ "vue": "3.3.8"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "2.0.0-rc.1",
56
+ "@public-ui/components": "2.0.0-rc.10",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,