@fkui/vue 5.43.0 → 5.44.0

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.
@@ -242,12 +242,40 @@ module.exports = defineMetadata({
242
242
  anchor: {
243
243
  required: true,
244
244
  },
245
- numOfItems: {
245
+ "num-of-items": {
246
246
  required: true,
247
247
  },
248
- itemHeight: {
248
+ "item-height": {
249
249
  required: false,
250
250
  },
251
251
  },
252
252
  },
253
+ "i-combobox-dropdown": {
254
+ flow: true,
255
+ interactive: true,
256
+ permittedContent: ["@flow"],
257
+ permittedDescendants: [{ exclude: ["@interactive"] }],
258
+ attributes: {
259
+ "is-open": {
260
+ boolean: true,
261
+ required: true,
262
+ },
263
+ options: {
264
+ required: true,
265
+ },
266
+ "active-option": {
267
+ required: false,
268
+ },
269
+ "active-option-id": {
270
+ required: false,
271
+ },
272
+ "input-node": {
273
+ required: true,
274
+ },
275
+ },
276
+ },
277
+ "i-combobox-toggle-button": {
278
+ flow: true,
279
+ interactive: true,
280
+ },
253
281
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/vue",
3
- "version": "5.43.0",
3
+ "version": "5.44.0",
4
4
  "description": "Vue implementation of FKUI components",
5
5
  "keywords": [
6
6
  "fkui",
@@ -79,5 +79,5 @@
79
79
  "node": ">= 20",
80
80
  "npm": ">= 7"
81
81
  },
82
- "gitHead": "ba47827ac97cfa01defc879b00bb07c5b01ca5b0"
82
+ "gitHead": "f04fd4b699713829d5bf82eda42dc59c99a1bec3"
83
83
  }