@public-ui/vue 1.6.0-rc.1 → 1.6.0-rc.3

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
@@ -139,6 +139,7 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
139
139
  ]);
140
140
  const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
141
141
  "_color",
142
+ "_hideLabel",
142
143
  "_icon",
143
144
  "_iconOnly",
144
145
  "_label",
@@ -157,6 +158,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
157
158
  "_ariaSelected",
158
159
  "_customClass",
159
160
  "_disabled",
161
+ "_hideLabel",
160
162
  "_icon",
161
163
  "_iconAlign",
162
164
  "_iconOnly",
@@ -180,6 +182,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
180
182
  "_ariaLabel",
181
183
  "_ariaSelected",
182
184
  "_disabled",
185
+ "_hideLabel",
183
186
  "_icon",
184
187
  "_iconOnly",
185
188
  "_id",
@@ -474,6 +477,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
474
477
  "_ariaSelected",
475
478
  "_disabled",
476
479
  "_download",
480
+ "_hideLabel",
477
481
  "_href",
478
482
  "_icon",
479
483
  "_iconAlign",
@@ -498,6 +502,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
498
502
  "_customClass",
499
503
  "_disabled",
500
504
  "_download",
505
+ "_hideLabel",
501
506
  "_href",
502
507
  "_icon",
503
508
  "_iconOnly",
@@ -553,7 +558,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
553
558
  "_variant"
554
559
  ]);
555
560
  const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
556
- "_alignment",
561
+ "_align",
557
562
  "_show"
558
563
  ]);
559
564
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
@@ -596,6 +601,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
596
601
  "_links"
597
602
  ]);
598
603
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
604
+ "_hideLabel",
599
605
  "_icon",
600
606
  "_iconOnly",
601
607
  "_label"
@@ -633,6 +639,7 @@ const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
633
639
  const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
634
640
  "_caption",
635
641
  "_data",
642
+ "_dataFoot",
636
643
  "_headers",
637
644
  "_minWidth",
638
645
  "_pagination"
package/dist/index.mjs CHANGED
@@ -137,6 +137,7 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
137
137
  ]);
138
138
  const KolBadge = /* @__PURE__ */ defineContainer("kol-badge", void 0, [
139
139
  "_color",
140
+ "_hideLabel",
140
141
  "_icon",
141
142
  "_iconOnly",
142
143
  "_label",
@@ -155,6 +156,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
155
156
  "_ariaSelected",
156
157
  "_customClass",
157
158
  "_disabled",
159
+ "_hideLabel",
158
160
  "_icon",
159
161
  "_iconAlign",
160
162
  "_iconOnly",
@@ -178,6 +180,7 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
178
180
  "_ariaLabel",
179
181
  "_ariaSelected",
180
182
  "_disabled",
183
+ "_hideLabel",
181
184
  "_icon",
182
185
  "_iconOnly",
183
186
  "_id",
@@ -472,6 +475,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
472
475
  "_ariaSelected",
473
476
  "_disabled",
474
477
  "_download",
478
+ "_hideLabel",
475
479
  "_href",
476
480
  "_icon",
477
481
  "_iconAlign",
@@ -496,6 +500,7 @@ const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0,
496
500
  "_customClass",
497
501
  "_disabled",
498
502
  "_download",
503
+ "_hideLabel",
499
504
  "_href",
500
505
  "_icon",
501
506
  "_iconOnly",
@@ -551,7 +556,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
551
556
  "_variant"
552
557
  ]);
553
558
  const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
554
- "_alignment",
559
+ "_align",
555
560
  "_show"
556
561
  ]);
557
562
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
@@ -594,6 +599,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
594
599
  "_links"
595
600
  ]);
596
601
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
602
+ "_hideLabel",
597
603
  "_icon",
598
604
  "_iconOnly",
599
605
  "_label"
@@ -631,6 +637,7 @@ const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
631
637
  const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
632
638
  "_caption",
633
639
  "_data",
640
+ "_dataFoot",
634
641
  "_headers",
635
642
  "_minWidth",
636
643
  "_pagination"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.6.0-rc.1",
3
+ "version": "1.6.0-rc.3",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -46,8 +46,8 @@
46
46
  "prepack": "unbuild"
47
47
  },
48
48
  "devDependencies": {
49
- "@babel/types": "7.22.4",
50
- "@public-ui/components": "1.6.0-rc.1",
49
+ "@babel/types": "7.22.5",
50
+ "@public-ui/components": "1.6.0-rc.3",
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.1",
60
+ "@public-ui/components": "1.6.0-rc.3",
61
61
  "vue": ">=3"
62
62
  },
63
63
  "sideEffects": false,