@public-ui/vue 4.2.0-rc.2 → 4.2.0-rc.4

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
@@ -676,6 +676,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
676
676
  "_variant"
677
677
  ]);
678
678
  const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
679
+ "_ariaLabelledby",
679
680
  "_allowMultiSort",
680
681
  "_data",
681
682
  "_dataFoot",
@@ -690,6 +691,7 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
690
691
  "_variant"
691
692
  ]);
692
693
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
694
+ "_ariaLabelledby",
693
695
  "_data",
694
696
  "_dataFoot",
695
697
  "_fixedCols",
package/dist/index.mjs CHANGED
@@ -674,6 +674,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
674
674
  "_variant"
675
675
  ]);
676
676
  const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", void 0, [
677
+ "_ariaLabelledby",
677
678
  "_allowMultiSort",
678
679
  "_data",
679
680
  "_dataFoot",
@@ -688,6 +689,7 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
688
689
  "_variant"
689
690
  ]);
690
691
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
692
+ "_ariaLabelledby",
691
693
  "_data",
692
694
  "_dataFoot",
693
695
  "_fixedCols",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.2.0-rc.2",
3
+ "version": "4.2.0-rc.4",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -45,16 +45,16 @@
45
45
  "vue"
46
46
  ],
47
47
  "devDependencies": {
48
- "@babel/types": "7.29.0",
48
+ "@babel/types": "7.29.7",
49
49
  "minimatch": "10.2.5",
50
50
  "typescript": "5.9.3",
51
51
  "unbuild": "3.6.1",
52
52
  "vue": "3.5.34",
53
- "@public-ui/components": "4.2.0-rc.2"
53
+ "@public-ui/components": "4.2.0-rc.4"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "vue": "3.x",
57
- "@public-ui/components": "4.2.0-rc.2"
57
+ "@public-ui/components": "4.2.0-rc.4"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",