jwt-ui 1.11.17 → 1.11.18

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/lib/jwt-ui.es.js CHANGED
@@ -897,7 +897,10 @@ function bn(e, t) {
897
897
  return (E = e.item) != null && E.optionsFun && Ft(e.item.optionsFun) ? e.item.optionsFun(e.sourceData) : (x = e == null ? void 0 : e.item) == null ? void 0 : x.options;
898
898
  }), a = ((T = e == null ? void 0 : e.item) == null ? void 0 : T.formAttrs) || ((C = e == null ? void 0 : e.item) == null ? void 0 : C.attrs) || {}, s = ((k = e == null ? void 0 : e.item) == null ? void 0 : k.formSelectAttrs) || ((A = e == null ? void 0 : e.item) == null ? void 0 : A.selectAttrs) || {}, o = ((D = e.item) == null ? void 0 : D.key) || ((S = e.item) == null ? void 0 : S.prop) || "", l = ze(() => {
899
899
  var E, x, B, _;
900
- return (E = e == null ? void 0 : e.item) != null && E.value && Ft((x = e == null ? void 0 : e.item) == null ? void 0 : x.value) ? (B = e == null ? void 0 : e.item) == null ? void 0 : B.value(e.sourceData) : ((_ = e == null ? void 0 : e.item) == null ? void 0 : _.value) || Cr(o, i.value);
900
+ return (E = e == null ? void 0 : e.item) != null && E.value && Ft((x = e == null ? void 0 : e.item) == null ? void 0 : x.value) ? (B = e == null ? void 0 : e.item) == null ? void 0 : B.value(
901
+ (e == null ? void 0 : e.sourceData) || {},
902
+ (e == null ? void 0 : e.selectionRow) || []
903
+ ) : ((_ = e == null ? void 0 : e.item) == null ? void 0 : _.value) || Cr(o, i.value);
901
904
  }), u = ze(() => {
902
905
  const E = l.value;
903
906
  return Dx(
@@ -77217,13 +77220,14 @@ function yxe(e, t, n, i, r, a) {
77217
77220
  "onUpdate:modelValue": (_) => e.appModel[w.key] = _,
77218
77221
  item: w,
77219
77222
  "source-data": e.appModel,
77223
+ "selection-row": e.selectionRow,
77220
77224
  onAddOption: (_) => e.handleAddOption(w),
77221
77225
  onAfterBtnClick: (_) => e.handleAfterBtnClick(_, w),
77222
77226
  onAfterBtnsClick: e.handleAfterBtnsClick,
77223
77227
  onChange: (_) => e.handleComponentChange(_, w),
77224
77228
  onInputSelectChange: (_) => e.handleInputSelectChange(_, w),
77225
77229
  onPictureAction: (_) => e.handlePictureAction(_, w)
77226
- }, null, 8, ["modelValue", "onUpdate:modelValue", "item", "source-data", "onAddOption", "onAfterBtnClick", "onAfterBtnsClick", "onChange", "onInputSelectChange", "onPictureAction"]),
77230
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "item", "source-data", "selection-row", "onAddOption", "onAfterBtnClick", "onAfterBtnsClick", "onChange", "onInputSelectChange", "onPictureAction"]),
77227
77231
  w.type === "selectServer" ? (q(), Fe(u, gt({
77228
77232
  key: 0,
77229
77233
  ref_for: !0
@@ -78108,7 +78112,9 @@ const bxe = /* @__PURE__ */ yn(gxe, [["render", yxe]]), wxe = /* @__PURE__ */ Ob
78108
78112
  item: { type: Object, default: () => {
78109
78113
  } },
78110
78114
  sourceData: { type: Object, default: () => {
78111
- } }
78115
+ } },
78116
+ selectionRow: { type: Array, default: () => [] }
78117
+ // 列表选中的列
78112
78118
  },
78113
78119
  emits: [
78114
78120
  "change",
@@ -78145,7 +78151,8 @@ const bxe = /* @__PURE__ */ yn(gxe, [["render", yxe]]), wxe = /* @__PURE__ */ Ob
78145
78151
  function Wxe(e, t, n, i, r, a) {
78146
78152
  return q(), Fe(Sx(e.item.currentComponentName), gt({
78147
78153
  item: e.item,
78148
- "source-data": e.sourceData
78154
+ "source-data": e.sourceData,
78155
+ "selection-row": e.selectionRow
78149
78156
  }, e.item.formAttrs, ai(e.item.formEvents), {
78150
78157
  onChange: t[0] || (t[0] = (s) => e.handleComponentChange(s, e.item)),
78151
78158
  onAddOption: t[1] || (t[1] = (s) => e.handleAddOption(e.item)),
@@ -78153,7 +78160,7 @@ function Wxe(e, t, n, i, r, a) {
78153
78160
  onAfterBtnsClick: e.handleAfterBtnsClick,
78154
78161
  onPictureAction: t[3] || (t[3] = (s) => e.handlePictureAction(s, e.item)),
78155
78162
  onInputSelectChange: t[4] || (t[4] = (s) => e.handleInputSelectChange(s, e.item))
78156
- }), null, 16, ["item", "source-data", "onAfterBtnsClick"]);
78163
+ }), null, 16, ["item", "source-data", "selection-row", "onAfterBtnsClick"]);
78157
78164
  }
78158
78165
  const Gxe = /* @__PURE__ */ yn(Kxe, [["render", Wxe]]), Jxe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
78159
78166
  __proto__: null,