@airpower/web 1.5.15 → 1.6.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.
Files changed (2) hide show
  1. package/dist/main.js +0 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -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}...`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "1.5.15",
4
+ "version": "1.6.0",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",