mooho-base-admin-plus 2.5.2 → 2.5.4

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/history.md CHANGED
@@ -97,3 +97,5 @@ mooho-base-admin-plus@2.4.62 - 修复添加数据源控件后报错的bug
97
97
  mooho-base-admin-plus@2.5.0 - 编译工具升级到Vite5
98
98
  mooho-base-admin-plus@2.5.1 - 修复静态表格分页超出限制的bug
99
99
  mooho-base-admin-plus@2.5.2 - 筛选项允许只查空值
100
+ mooho-base-admin-plus@2.5.3 - excel导出上限改为100W,pdf上限改为1W
101
+ mooho-base-admin-plus@2.5.4 - 输入框允许删除
@@ -10404,7 +10404,7 @@ const saveAs = /* @__PURE__ */ getDefaultExportFromCjs(FileSaver_minExports), mo
10404
10404
  r.functionName != null && r.functionName != "" && (o = r.functionName), r.functionType != null && r.functionType != "" && (s = r.functionType);
10405
10405
  let l = {
10406
10406
  ...a,
10407
- per: 1e5,
10407
+ per: 1e6,
10408
10408
  returnType: 1,
10409
10409
  viewCode: (r.exportDataViewCode || "").trim() ? r.exportDataViewCode : r.code
10410
10410
  }, u;
@@ -10429,7 +10429,7 @@ const saveAs = /* @__PURE__ */ getDefaultExportFromCjs(FileSaver_minExports), mo
10429
10429
  r.functionName != null && r.functionName != "" && (o = r.functionName), r.functionType != null && r.functionType != "" && (s = r.functionType);
10430
10430
  let l = {
10431
10431
  ...a,
10432
- per: 1e5,
10432
+ per: 1e4,
10433
10433
  returnType: 3,
10434
10434
  viewCode: (r.exportDataViewCode || "").trim() ? r.exportDataViewCode : r.code
10435
10435
  }, u;
@@ -20154,7 +20154,7 @@ function _sfc_render$12(r, a, o, s, l, u) {
20154
20154
  key: 0,
20155
20155
  modelValue: y[_],
20156
20156
  "onUpdate:modelValue": (S) => y[_] = S,
20157
- clearable: "",
20157
+ clearable: !0,
20158
20158
  placeholder: "退回发起人",
20159
20159
  transfer: !0
20160
20160
  }, {
@@ -21674,7 +21674,7 @@ function _sfc_render$_(r, a, o, s, l, u) {
21674
21674
  size: "small",
21675
21675
  modelValue: I.propertyValue,
21676
21676
  "onUpdate:modelValue": (U) => I.propertyValue = U,
21677
- clearable: "",
21677
+ clearable: !0,
21678
21678
  transfer: !0
21679
21679
  }, {
21680
21680
  default: withCtx(() => [
@@ -24925,7 +24925,7 @@ function _sfc_render$O(r, a, o, s, l, u) {
24925
24925
  size: "small",
24926
24926
  modelValue: T.propertyValue,
24927
24927
  "onUpdate:modelValue": (D) => T.propertyValue = D,
24928
- clearable: "",
24928
+ clearable: !0,
24929
24929
  transfer: !0
24930
24930
  }, {
24931
24931
  default: withCtx(() => [
@@ -28420,7 +28420,7 @@ function _sfc_render$y(r, a, o, s, l, u) {
28420
28420
  createVNode$1(y, {
28421
28421
  modelValue: l.data.columnWidth,
28422
28422
  "onUpdate:modelValue": a[31] || (a[31] = (I) => l.data.columnWidth = I),
28423
- clearable: "",
28423
+ clearable: !0,
28424
28424
  transfer: !0
28425
28425
  }, {
28426
28426
  default: withCtx(() => [
@@ -28495,7 +28495,7 @@ function _sfc_render$y(r, a, o, s, l, u) {
28495
28495
  createVNode$1(y, {
28496
28496
  modelValue: l.data.displayFormat,
28497
28497
  "onUpdate:modelValue": a[34] || (a[34] = (I) => l.data.displayFormat = I),
28498
- clearable: "",
28498
+ clearable: !0,
28499
28499
  transfer: !0
28500
28500
  }, {
28501
28501
  default: withCtx(() => [
@@ -34391,7 +34391,7 @@ function _sfc_render$x(r, a, o, s, l, u) {
34391
34391
  "model-value": r.parseData(l.data, R.code),
34392
34392
  "onUpdate:modelValue": (L) => r.setData(l.data, R.code, L),
34393
34393
  disabled: R.isReadonly,
34394
- clearable: "",
34394
+ clearable: !0,
34395
34395
  style: normalizeStyle$1({ width: R.controlWidth == null ? null : R.controlWidth + "px" }),
34396
34396
  placeholder: R.description,
34397
34397
  transfer: !0,
@@ -34415,7 +34415,7 @@ function _sfc_render$x(r, a, o, s, l, u) {
34415
34415
  "onUpdate:modelValue": (L) => r.setArrayData(l.data, R.code, L),
34416
34416
  disabled: R.isReadonly,
34417
34417
  multiple: !0,
34418
- clearable: "",
34418
+ clearable: !0,
34419
34419
  style: normalizeStyle$1({ width: R.controlWidth == null ? null : R.controlWidth + "px" }),
34420
34420
  placeholder: R.description,
34421
34421
  transfer: !0,
@@ -34460,7 +34460,7 @@ function _sfc_render$x(r, a, o, s, l, u) {
34460
34460
  "model-value": u.parseDataWithOther(l.data, R),
34461
34461
  "onUpdate:modelValue": (L) => u.setDataWithOther(l.data, R.code, L),
34462
34462
  disabled: R.isReadonly,
34463
- clearable: "",
34463
+ clearable: !0,
34464
34464
  style: normalizeStyle$1({ width: R.controlWidth == null ? "40%" : R.controlWidth + "px" }),
34465
34465
  placeholder: R.description,
34466
34466
  transfer: !0,
@@ -37372,6 +37372,7 @@ function _sfc_render$q(r, a, o, s, l, u) {
37372
37372
  "model-value": u.parseFilterData(l.data, A),
37373
37373
  "onUpdate:modelValue": (M) => u.setFilterData(l.data, A, M),
37374
37374
  onOnKeyup: a[0] || (a[0] = (M) => u.onKeyup(M)),
37375
+ clearable: !0,
37375
37376
  style: normalizeStyle$1({ width: A.controlWidth == null ? null : A.controlWidth + "px" }),
37376
37377
  placeholder: A.description
37377
37378
  }, null, 8, ["model-value", "onUpdate:modelValue", "style", "placeholder"])) : A.controlType === "NumberInput" ? (openBlock(), createBlock(c, {
@@ -37382,6 +37383,7 @@ function _sfc_render$q(r, a, o, s, l, u) {
37382
37383
  "model-value": u.parseFilterData(l.data, A),
37383
37384
  "onUpdate:modelValue": (M) => u.setFilterData(l.data, A, M),
37384
37385
  onOnKeyup: a[1] || (a[1] = (M) => u.onKeyup(M)),
37386
+ clearable: !0,
37385
37387
  style: normalizeStyle$1({ width: A.controlWidth == null ? "100px" : A.controlWidth + "px" }),
37386
37388
  placeholder: A.description
37387
37389
  }, null, 8, ["model-value", "onUpdate:modelValue", "style", "placeholder"])) : A.controlType === "Select" ? (openBlock(), createBlock(f, {
@@ -37389,7 +37391,7 @@ function _sfc_render$q(r, a, o, s, l, u) {
37389
37391
  size: "small",
37390
37392
  "model-value": u.parseFilterData(l.data, A),
37391
37393
  "onUpdate:modelValue": (M) => u.setFilterData(l.data, A, M),
37392
- clearable: "",
37394
+ clearable: !0,
37393
37395
  style: normalizeStyle$1({ width: A.controlWidth == null ? null : A.controlWidth + "px" }),
37394
37396
  placeholder: A.description,
37395
37397
  transfer: !0,
@@ -37412,7 +37414,7 @@ function _sfc_render$q(r, a, o, s, l, u) {
37412
37414
  size: "small",
37413
37415
  "model-value": u.parseArrayFilterData(l.data, A),
37414
37416
  multiple: !0,
37415
- clearable: "",
37417
+ clearable: !0,
37416
37418
  "onUpdate:modelValue": (M) => u.setArrayFilterData(l.data, A, M),
37417
37419
  style: normalizeStyle$1({ width: A.controlWidth == null ? null : A.controlWidth + "px" }),
37418
37420
  placeholder: A.description,
@@ -37460,7 +37462,7 @@ function _sfc_render$q(r, a, o, s, l, u) {
37460
37462
  size: "small",
37461
37463
  "model-value": u.parseFilterDataWithOther(l.data, A),
37462
37464
  "onUpdate:modelValue": (M) => u.setFilterDataWithOther(l.data, A, M),
37463
- clearable: "",
37465
+ clearable: !0,
37464
37466
  style: normalizeStyle$1({ width: A.controlWidth == null ? "40%" : A.controlWidth + "px" }),
37465
37467
  placeholder: A.description,
37466
37468
  transfer: !0,
@@ -39003,6 +39005,7 @@ function _sfc_render$o(r, a, o, s, l, u) {
39003
39005
  "model-value": r.parseData(l.data, L.code),
39004
39006
  "onUpdate:modelValue": (W) => r.setData(l.data, L.code, W),
39005
39007
  readonly: o.readonly || L.isReadonly,
39008
+ clearable: !0,
39006
39009
  style: normalizeStyle$1({ width: L.controlWidth == null ? null : L.controlWidth + "px" }),
39007
39010
  maxlength: L.maxLength,
39008
39011
  placeholder: L.description,
@@ -39015,6 +39018,7 @@ function _sfc_render$o(r, a, o, s, l, u) {
39015
39018
  "model-value": r.parseData(l.data, L.code),
39016
39019
  "onUpdate:modelValue": (W) => r.setData(l.data, L.code, W),
39017
39020
  readonly: o.readonly || L.isReadonly,
39021
+ clearable: !0,
39018
39022
  style: normalizeStyle$1({ width: L.controlWidth == null ? "100px" : L.controlWidth + "px" }),
39019
39023
  placeholder: L.description,
39020
39024
  max: L.maxValue,
@@ -40724,6 +40728,7 @@ function _sfc_render$n(r, a, o, s, l, u) {
40724
40728
  "model-value": r.parseData(u.rowData(q, re), K.code),
40725
40729
  "onUpdate:modelValue": (ne) => r.setData(u.rowData(q, re), K.code, ne),
40726
40730
  readonly: u.isReadonly(u.rowData(q, re), K),
40731
+ clearable: !0,
40727
40732
  style: normalizeStyle$1({ width: K.controlWidth == null ? null : K.controlWidth - 8 + "px" }),
40728
40733
  maxlength: K.maxLength,
40729
40734
  pattern: K.pattern,
@@ -40749,6 +40754,7 @@ function _sfc_render$n(r, a, o, s, l, u) {
40749
40754
  "model-value": r.parseData(u.rowData(q, re), K.code),
40750
40755
  "onUpdate:modelValue": (ne) => r.setData(u.rowData(q, re), K.code, ne),
40751
40756
  readonly: u.isReadonly(u.rowData(q, re), K),
40757
+ clearable: !0,
40752
40758
  style: normalizeStyle$1({ width: K.controlWidth == null ? null : K.controlWidth - 8 + "px" }),
40753
40759
  placeholder: K.description,
40754
40760
  onOnChange: (ne) => u.onDataChange(u.rowData(q, re), K),
@@ -40759,7 +40765,7 @@ function _sfc_render$n(r, a, o, s, l, u) {
40759
40765
  "model-value": r.parseData(u.rowData(q, re), K.code),
40760
40766
  "onUpdate:modelValue": (ne) => r.setData(u.rowData(q, re), K.code, ne),
40761
40767
  disabled: u.isReadonly(u.rowData(q, re), K),
40762
- clearable: "",
40768
+ clearable: !0,
40763
40769
  style: normalizeStyle$1({ width: K.controlWidth == null ? null : K.controlWidth - 8 + "px" }),
40764
40770
  placeholder: K.description,
40765
40771
  transfer: !0,
@@ -40784,7 +40790,7 @@ function _sfc_render$n(r, a, o, s, l, u) {
40784
40790
  "onUpdate:modelValue": (ne) => r.setArrayData(u.rowData(q, re), K.code, ne),
40785
40791
  disabled: u.isReadonly(u.rowData(q, re), K),
40786
40792
  multiple: !0,
40787
- clearable: "",
40793
+ clearable: !0,
40788
40794
  style: normalizeStyle$1({ width: K.controlWidth == null ? null : K.controlWidth - 8 + "px" }),
40789
40795
  placeholder: K.description,
40790
40796
  transfer: !0,
@@ -41228,7 +41234,7 @@ function _sfc_render$n(r, a, o, s, l, u) {
41228
41234
  ], 2)
41229
41235
  ], 2);
41230
41236
  }
41231
- const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-4754f91c"]]), __vite_glob_1_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
41237
+ const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-d31849a3"]]), __vite_glob_1_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
41232
41238
  __proto__: null,
41233
41239
  default: viewTable
41234
41240
  }, Symbol.toStringTag, { value: "Module" })), res$1 = "Task", taskApi = {