@airpower/web 1.5.15 → 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 -2
- 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"])
|
|
@@ -14078,7 +14078,6 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
14078
14078
|
}
|
|
14079
14079
|
const fieldLabel = fieldConfig.value?.label || "";
|
|
14080
14080
|
if (dictionary.value || fieldConfig.value?.dictionary || props.list || props.tree || formConfig.value?.dateType !== void 0) {
|
|
14081
|
-
console.warn("field config", fieldConfig.value, fieldLabel);
|
|
14082
14081
|
return `${WebI18n.get().SelectPlease + fieldLabel}...`;
|
|
14083
14082
|
}
|
|
14084
14083
|
return `${WebI18n.get().InputPlease + fieldLabel}...`;
|