@kp-ui/lowcode 2.14.0-beta.24 → 2.14.0-beta.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kp-ui/lowcode",
3
- "version": "2.14.0-beta.24",
3
+ "version": "2.14.0-beta.27",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -4,7 +4,7 @@ import w from "../../../../utils/i18n.js";
4
4
  import C from "./fieldMixin.js";
5
5
  import { SvgIcon as v } from "tmgc2-share";
6
6
  import F from "../../../../mixins/useSelectMixin.js";
7
- import { resolveComponent as l, createBlock as I, createCommentVNode as s, openBlock as d, withCtx as M, withDirectives as r, createElementBlock as a, createElementVNode as O, normalizeClass as x, createVNode as m, mergeProps as y, vShow as u, toDisplayString as R } from "vue";
7
+ import { resolveComponent as l, createBlock as I, createCommentVNode as d, openBlock as s, withCtx as M, withDirectives as r, createElementBlock as a, createElementVNode as O, normalizeClass as x, createVNode as m, mergeProps as y, vShow as u, toDisplayString as R } from "vue";
8
8
  /* empty css */
9
9
  import k from "../../../../../_virtual/_plugin-vue_export-helper.js";
10
10
  const z = {
@@ -106,7 +106,7 @@ const z = {
106
106
  };
107
107
  function L(t, i, e, S, o, f) {
108
108
  const c = l("a-select"), p = l("svg-icon"), h = l("form-item-wrapper");
109
- return t.handleHidden() ? s("", !0) : (d(), I(h, {
109
+ return t.handleHidden() ? d("", !0) : (s(), I(h, {
110
110
  key: 0,
111
111
  designer: e.designer,
112
112
  field: e.field,
@@ -132,7 +132,7 @@ function L(t, i, e, S, o, f) {
132
132
  disabled: t.handleDisabled(),
133
133
  allowClear: e.field.options.allowClear,
134
134
  showArrow: !0,
135
- dropdownMatchSelectWidth: !1,
135
+ dropdownMatchSelectWidth: !0,
136
136
  mode: e.field.options.mode,
137
137
  maxTagCount: e.field.options.maxTagCount,
138
138
  placeholder: e.field.options.placeholder || t.i18nt("render.hint.selectPlaceholder"),
@@ -143,22 +143,22 @@ function L(t, i, e, S, o, f) {
143
143
  }, t.selectOps), null, 16, ["value", "size", "disabled", "allowClear", "mode", "maxTagCount", "placeholder", "onFocus", "onBlur", "onChange", "options"]), [
144
144
  [u, !t.isReadMode]
145
145
  ]),
146
- e.field.options.useModal ? (d(), a("div", {
146
+ e.field.options.useModal ? (s(), a("div", {
147
147
  key: 0,
148
148
  class: "useModal-svg",
149
149
  onClick: i[1] || (i[1] = (...n) => t.handleClickIcon && t.handleClickIcon(...n))
150
150
  }, [
151
151
  m(p, { "icon-class": "icon-sousuo" })
152
- ])) : s("", !0)
152
+ ])) : d("", !0)
153
153
  ], 2), [
154
154
  [u, !t.isReadMode]
155
155
  ]),
156
- t.isReadMode ? (d(), a("span", E, R(t.optionLabel), 1)) : s("", !0)
156
+ t.isReadMode ? (s(), a("span", E, R(t.optionLabel), 1)) : d("", !0)
157
157
  ]),
158
158
  _: 1
159
159
  }, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]));
160
160
  }
161
- const A = /* @__PURE__ */ k(z, [["render", L], ["__scopeId", "data-v-99c8e24a"]]);
161
+ const A = /* @__PURE__ */ k(z, [["render", L], ["__scopeId", "data-v-cea009a5"]]);
162
162
  export {
163
163
  A as default
164
164
  };