@public-ui/vue 1.6.0-rc.16 → 1.6.0-rc.18

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
@@ -627,6 +627,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
627
627
  "_name",
628
628
  "_on",
629
629
  "_required",
630
+ "_rows",
630
631
  "_size",
631
632
  "_syncValueBySelector",
632
633
  "_tabIndex",
package/dist/index.mjs CHANGED
@@ -625,6 +625,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
625
625
  "_name",
626
626
  "_on",
627
627
  "_required",
628
+ "_rows",
628
629
  "_size",
629
630
  "_syncValueBySelector",
630
631
  "_tabIndex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.6.0-rc.16",
3
+ "version": "1.6.0-rc.18",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@babel/types": "7.22.5",
50
- "@public-ui/components": "1.6.0-rc.16",
50
+ "@public-ui/components": "1.6.0-rc.18",
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.16",
60
+ "@public-ui/components": "1.6.0-rc.18",
61
61
  "vue": ">=3"
62
62
  },
63
63
  "sideEffects": false,