@airpower/web 1.6.0 → 1.6.1
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 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -10552,7 +10552,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
10552
10552
|
readonly: __props.readonly,
|
|
10553
10553
|
tree: __props.tree,
|
|
10554
10554
|
onBlur: _cache[1] || (_cache[1] = ($event) => emits("blur")),
|
|
10555
|
-
onChange,
|
|
10555
|
+
onChanged: onChange,
|
|
10556
10556
|
onClear: _cache[2] || (_cache[2] = ($event) => emits("clear")),
|
|
10557
10557
|
onFocus: _cache[3] || (_cache[3] = ($event) => emits("focus"))
|
|
10558
10558
|
}, null, 8, ["modelValue", "disabled", "disabled-value", "entity", "list", "model-modifiers", "modifier", "readonly", "tree"])
|