@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 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
@@ -8,6 +8,10 @@
8
8
  opacity: 1 !important;
9
9
  }
10
10
 
11
+ .el-tabs--top {
12
+ flex-direction: column !important;
13
+ }
14
+
11
15
  .el-popper.is-customized {
12
16
  padding: 6px 12px;
13
17
  background: #666;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "1.5.10",
4
+ "version": "1.5.12",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",