@airpower/web 1.5.14 → 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 +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -10547,6 +10547,7 @@ 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 },
10550
10551
  modifier: __props.field,
10551
10552
  readonly: __props.readonly,
10552
10553
  tree: __props.tree,
@@ -10554,7 +10555,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
10554
10555
  onChange,
10555
10556
  onClear: _cache[2] || (_cache[2] = ($event) => emits("clear")),
10556
10557
  onFocus: _cache[3] || (_cache[3] = ($event) => emits("focus"))
10557
- }, null, 8, ["modelValue", "disabled", "disabled-value", "entity", "list", "modifier", "readonly", "tree"])
10558
+ }, null, 8, ["modelValue", "disabled", "disabled-value", "entity", "list", "model-modifiers", "modifier", "readonly", "tree"])
10558
10559
  ])
10559
10560
  ]),
10560
10561
  _: 3
@@ -14077,7 +14078,6 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
14077
14078
  }
14078
14079
  const fieldLabel = fieldConfig.value?.label || "";
14079
14080
  if (dictionary.value || fieldConfig.value?.dictionary || props.list || props.tree || formConfig.value?.dateType !== void 0) {
14080
- console.warn("field config", fieldConfig.value, fieldLabel);
14081
14081
  return `${WebI18n.get().SelectPlease + fieldLabel}...`;
14082
14082
  }
14083
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.14",
4
+ "version": "1.6.0",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",