@airpower/web 1.5.10 → 1.5.12
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/dist/web.css +4 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -13920,8 +13920,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
13920
13920
|
if (formConfig.value && formConfig.value.placeholder) {
|
|
13921
13921
|
return formConfig.value.placeholder;
|
|
13922
13922
|
}
|
|
13923
|
-
console.warn("field config", fieldConfig.value);
|
|
13924
13923
|
const fieldLabel = ((_a = fieldConfig.value) == null ? void 0 : _a.label) || "";
|
|
13924
|
+
console.warn("field config", fieldConfig.value, fieldLabel);
|
|
13925
13925
|
if (dictionary.value || ((_b = fieldConfig.value) == null ? void 0 : _b.dictionary) || props.list || props.tree || ((_c = formConfig.value) == null ? void 0 : _c.dateType) !== void 0) {
|
|
13926
13926
|
return `${WebI18n.get().SelectPlease + fieldLabel}...`;
|
|
13927
13927
|
}
|
package/dist/web.css
CHANGED