@airpower/web 1.5.13 → 1.5.14
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/main.js +1 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -10547,7 +10547,6 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
10547
10547
|
"disabled-value": __props.disabledValue,
|
|
10548
10548
|
entity: unref(EntityClass),
|
|
10549
10549
|
list: __props.list,
|
|
10550
|
-
"model-modifiers": { field: __props.field },
|
|
10551
10550
|
modifier: __props.field,
|
|
10552
10551
|
readonly: __props.readonly,
|
|
10553
10552
|
tree: __props.tree,
|
|
@@ -10555,7 +10554,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
10555
10554
|
onChange,
|
|
10556
10555
|
onClear: _cache[2] || (_cache[2] = ($event) => emits("clear")),
|
|
10557
10556
|
onFocus: _cache[3] || (_cache[3] = ($event) => emits("focus"))
|
|
10558
|
-
}, null, 8, ["modelValue", "disabled", "disabled-value", "entity", "list", "
|
|
10557
|
+
}, null, 8, ["modelValue", "disabled", "disabled-value", "entity", "list", "modifier", "readonly", "tree"])
|
|
10559
10558
|
])
|
|
10560
10559
|
]),
|
|
10561
10560
|
_: 3
|