@public-ui/vue 4.1.1-rc.0 → 4.1.1-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/dist/index.cjs CHANGED
@@ -608,8 +608,8 @@ const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
608
608
  "_variant"
609
609
  ]);
610
610
  const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
611
- "_label",
612
611
  "_href",
612
+ "_label",
613
613
  "_quote",
614
614
  "_variant"
615
615
  ]);
@@ -719,6 +719,7 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
719
719
  "_allowMultiSort",
720
720
  "_data",
721
721
  "_dataFoot",
722
+ "_fixedCols",
722
723
  "_headers",
723
724
  "_label",
724
725
  "_pagination",
@@ -730,6 +731,7 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
730
731
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
731
732
  "_data",
732
733
  "_dataFoot",
734
+ "_fixedCols",
733
735
  "_headerCells",
734
736
  "_label",
735
737
  "_on",
package/dist/index.mjs CHANGED
@@ -606,8 +606,8 @@ const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
606
606
  "_variant"
607
607
  ]);
608
608
  const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
609
- "_label",
610
609
  "_href",
610
+ "_label",
611
611
  "_quote",
612
612
  "_variant"
613
613
  ]);
@@ -717,6 +717,7 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
717
717
  "_allowMultiSort",
718
718
  "_data",
719
719
  "_dataFoot",
720
+ "_fixedCols",
720
721
  "_headers",
721
722
  "_label",
722
723
  "_pagination",
@@ -728,6 +729,7 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
728
729
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
729
730
  "_data",
730
731
  "_dataFoot",
732
+ "_fixedCols",
731
733
  "_headerCells",
732
734
  "_label",
733
735
  "_on",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.1.1-rc.0",
3
+ "version": "4.1.1-rc.2",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -50,11 +50,11 @@
50
50
  "typescript": "5.9.3",
51
51
  "unbuild": "3.6.1",
52
52
  "vue": "3.5.29",
53
- "@public-ui/components": "4.1.1-rc.0"
53
+ "@public-ui/components": "4.1.1-rc.2"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "vue": "^3.5.29",
57
- "@public-ui/components": "4.1.1-rc.0"
57
+ "@public-ui/components": "4.1.1-rc.2"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",