@public-ui/vue 1.6.0-rc.21 → 1.6.0-rc.22

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
@@ -176,8 +176,10 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
176
176
  "_iconOnly",
177
177
  "_id",
178
178
  "_label",
179
+ "_name",
179
180
  "_on",
180
181
  "_role",
182
+ "_syncValueBySelector",
181
183
  "_tabIndex",
182
184
  "_tooltipAlign",
183
185
  "_type",
@@ -199,14 +201,18 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
199
201
  "_iconOnly",
200
202
  "_id",
201
203
  "_label",
204
+ "_name",
202
205
  "_on",
203
206
  "_role",
207
+ "_syncValueBySelector",
204
208
  "_tabIndex",
205
209
  "_tooltipAlign",
206
210
  "_type",
207
211
  "_value"
208
212
  ]);
209
213
  const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
214
+ "_on",
215
+ "_hasCloser",
210
216
  "_hasFooter",
211
217
  "_heading",
212
218
  "_headline",
@@ -680,8 +686,10 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
680
686
  "_icon",
681
687
  "_iconOnly",
682
688
  "_label",
689
+ "_name",
683
690
  "_on",
684
691
  "_role",
692
+ "_syncValueBySelector",
685
693
  "_showDropdown",
686
694
  "_tabIndex",
687
695
  "_tooltipAlign",
package/dist/index.mjs CHANGED
@@ -174,8 +174,10 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
174
174
  "_iconOnly",
175
175
  "_id",
176
176
  "_label",
177
+ "_name",
177
178
  "_on",
178
179
  "_role",
180
+ "_syncValueBySelector",
179
181
  "_tabIndex",
180
182
  "_tooltipAlign",
181
183
  "_type",
@@ -197,14 +199,18 @@ const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0,
197
199
  "_iconOnly",
198
200
  "_id",
199
201
  "_label",
202
+ "_name",
200
203
  "_on",
201
204
  "_role",
205
+ "_syncValueBySelector",
202
206
  "_tabIndex",
203
207
  "_tooltipAlign",
204
208
  "_type",
205
209
  "_value"
206
210
  ]);
207
211
  const KolCard = /* @__PURE__ */ defineContainer("kol-card", void 0, [
212
+ "_on",
213
+ "_hasCloser",
208
214
  "_hasFooter",
209
215
  "_heading",
210
216
  "_headline",
@@ -678,8 +684,10 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
678
684
  "_icon",
679
685
  "_iconOnly",
680
686
  "_label",
687
+ "_name",
681
688
  "_on",
682
689
  "_role",
690
+ "_syncValueBySelector",
683
691
  "_showDropdown",
684
692
  "_tabIndex",
685
693
  "_tooltipAlign",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.6.0-rc.21",
3
+ "version": "1.6.0-rc.22",
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.21",
50
+ "@public-ui/components": "1.6.0-rc.22",
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.21",
60
+ "@public-ui/components": "1.6.0-rc.22",
61
61
  "vue": ">=3"
62
62
  },
63
63
  "sideEffects": false,