@fecp/designer 5.2.1 → 5.2.2

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/es/designer.css CHANGED
@@ -5305,18 +5305,18 @@ body,
5305
5305
  }
5306
5306
  .approval-history-content.flowChart[data-v-7be2a6d2] {
5307
5307
  background-color: #f9fafc;
5308
- }.dialog-header-content[data-v-a05d18cf] {
5308
+ }.dialog-header-content[data-v-1e8ea0b4] {
5309
5309
  font-size: 16px;
5310
5310
  font-weight: 600;
5311
5311
  color: #303133;
5312
5312
  }
5313
- .dialog-content-wrapper[data-v-a05d18cf] {
5313
+ .dialog-content-wrapper[data-v-1e8ea0b4] {
5314
5314
  min-height: 500px;
5315
5315
  flex-grow: 1;
5316
5316
  display: flex;
5317
5317
  flex-direction: column;
5318
5318
  }
5319
- .empty-content[data-v-a05d18cf] {
5319
+ .empty-content[data-v-1e8ea0b4] {
5320
5320
  display: flex;
5321
5321
  align-items: center;
5322
5322
  justify-content: center;
@@ -5324,13 +5324,13 @@ body,
5324
5324
  color: #909399;
5325
5325
  font-size: 14px;
5326
5326
  }
5327
- .component-error[data-v-a05d18cf] {
5327
+ .component-error[data-v-1e8ea0b4] {
5328
5328
  padding: 40px 20px;
5329
5329
  text-align: center;
5330
5330
  color: #f56c6c;
5331
5331
  font-size: 14px;
5332
5332
  }
5333
- .fec-dialog-table[data-v-a05d18cf] .table-pagination {
5333
+ .fec-dialog-table[data-v-1e8ea0b4] .table-pagination {
5334
5334
  padding: 8px 0 0 0;
5335
5335
  }.text-field-wrapper[data-v-b0c0d80f] {
5336
5336
  width: 100%;
@@ -301,7 +301,7 @@ const _sfc_main = {
301
301
  const _component_el_dialog = ElDialog;
302
302
  return openBlock(), createBlock(_component_el_dialog, {
303
303
  modelValue: dialogVisible.value,
304
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dialogVisible.value = $event),
304
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => dialogVisible.value = $event),
305
305
  width: dialogWidth.value,
306
306
  draggable: true,
307
307
  "close-on-click-modal": false,
@@ -320,7 +320,7 @@ const _sfc_main = {
320
320
  var _a, _b, _c;
321
321
  return [
322
322
  createVNode(_component_el_button, { onClick: handleCancel }, {
323
- default: withCtx(() => _cache[1] || (_cache[1] = [
323
+ default: withCtx(() => _cache[2] || (_cache[2] = [
324
324
  createTextVNode("取消")
325
325
  ])),
326
326
  _: 1
@@ -331,7 +331,7 @@ const _sfc_main = {
331
331
  type: "primary",
332
332
  onClick: handleConfirm
333
333
  }, {
334
- default: withCtx(() => _cache[2] || (_cache[2] = [
334
+ default: withCtx(() => _cache[3] || (_cache[3] = [
335
335
  createTextVNode("确定")
336
336
  ])),
337
337
  _: 1
@@ -387,12 +387,13 @@ const _sfc_main = {
387
387
  key: 1,
388
388
  templateKey: __props.dialogConfig.subFormKey,
389
389
  isDialog: "",
390
- initSearchData: initDialogParams.value,
390
+ modelValue: initDialogParams.value,
391
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => initDialogParams.value = $event),
391
392
  onLoaded: subFormLoaded,
392
393
  initFormMode: __props.dialogConfig.subFormMode,
393
394
  ref_key: "dialogFormRef",
394
395
  ref: dialogFormRef
395
- }, null, 8, ["templateKey", "initSearchData", "initFormMode"])) : ((_d = __props.dialogConfig) == null ? void 0 : _d.contentSource) === "component" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
396
+ }, null, 8, ["templateKey", "modelValue", "initFormMode"])) : ((_d = __props.dialogConfig) == null ? void 0 : _d.contentSource) === "component" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
396
397
  loadComponent(__props.dialogConfig.componentPath) ? (openBlock(), createBlock(resolveDynamicComponent(loadComponent(__props.dialogConfig.componentPath)), {
397
398
  key: 0,
398
399
  "dialog-params": __props.dialogConfig.dialogParams,
@@ -408,7 +409,7 @@ const _sfc_main = {
408
409
  };
409
410
  }
410
411
  };
411
- const DialogRenderer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a05d18cf"]]);
412
+ const DialogRenderer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1e8ea0b4"]]);
412
413
  export {
413
414
  DialogRenderer as default
414
415
  };
package/lib/designer.css CHANGED
@@ -5305,18 +5305,18 @@ body,
5305
5305
  }
5306
5306
  .approval-history-content.flowChart[data-v-7be2a6d2] {
5307
5307
  background-color: #f9fafc;
5308
- }.dialog-header-content[data-v-a05d18cf] {
5308
+ }.dialog-header-content[data-v-1e8ea0b4] {
5309
5309
  font-size: 16px;
5310
5310
  font-weight: 600;
5311
5311
  color: #303133;
5312
5312
  }
5313
- .dialog-content-wrapper[data-v-a05d18cf] {
5313
+ .dialog-content-wrapper[data-v-1e8ea0b4] {
5314
5314
  min-height: 500px;
5315
5315
  flex-grow: 1;
5316
5316
  display: flex;
5317
5317
  flex-direction: column;
5318
5318
  }
5319
- .empty-content[data-v-a05d18cf] {
5319
+ .empty-content[data-v-1e8ea0b4] {
5320
5320
  display: flex;
5321
5321
  align-items: center;
5322
5322
  justify-content: center;
@@ -5324,13 +5324,13 @@ body,
5324
5324
  color: #909399;
5325
5325
  font-size: 14px;
5326
5326
  }
5327
- .component-error[data-v-a05d18cf] {
5327
+ .component-error[data-v-1e8ea0b4] {
5328
5328
  padding: 40px 20px;
5329
5329
  text-align: center;
5330
5330
  color: #f56c6c;
5331
5331
  font-size: 14px;
5332
5332
  }
5333
- .fec-dialog-table[data-v-a05d18cf] .table-pagination {
5333
+ .fec-dialog-table[data-v-1e8ea0b4] .table-pagination {
5334
5334
  padding: 8px 0 0 0;
5335
5335
  }.text-field-wrapper[data-v-b0c0d80f] {
5336
5336
  width: 100%;
@@ -303,7 +303,7 @@ const _sfc_main = {
303
303
  const _component_el_dialog = index.ElDialog;
304
304
  return vue.openBlock(), vue.createBlock(_component_el_dialog, {
305
305
  modelValue: dialogVisible.value,
306
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dialogVisible.value = $event),
306
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => dialogVisible.value = $event),
307
307
  width: dialogWidth.value,
308
308
  draggable: true,
309
309
  "close-on-click-modal": false,
@@ -322,7 +322,7 @@ const _sfc_main = {
322
322
  var _a, _b, _c;
323
323
  return [
324
324
  vue.createVNode(_component_el_button, { onClick: handleCancel }, {
325
- default: vue.withCtx(() => _cache[1] || (_cache[1] = [
325
+ default: vue.withCtx(() => _cache[2] || (_cache[2] = [
326
326
  vue.createTextVNode("取消")
327
327
  ])),
328
328
  _: 1
@@ -333,7 +333,7 @@ const _sfc_main = {
333
333
  type: "primary",
334
334
  onClick: handleConfirm
335
335
  }, {
336
- default: vue.withCtx(() => _cache[2] || (_cache[2] = [
336
+ default: vue.withCtx(() => _cache[3] || (_cache[3] = [
337
337
  vue.createTextVNode("确定")
338
338
  ])),
339
339
  _: 1
@@ -389,12 +389,13 @@ const _sfc_main = {
389
389
  key: 1,
390
390
  templateKey: __props.dialogConfig.subFormKey,
391
391
  isDialog: "",
392
- initSearchData: initDialogParams.value,
392
+ modelValue: initDialogParams.value,
393
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => initDialogParams.value = $event),
393
394
  onLoaded: subFormLoaded,
394
395
  initFormMode: __props.dialogConfig.subFormMode,
395
396
  ref_key: "dialogFormRef",
396
397
  ref: dialogFormRef
397
- }, null, 8, ["templateKey", "initSearchData", "initFormMode"])) : ((_d = __props.dialogConfig) == null ? void 0 : _d.contentSource) === "component" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
398
+ }, null, 8, ["templateKey", "modelValue", "initFormMode"])) : ((_d = __props.dialogConfig) == null ? void 0 : _d.contentSource) === "component" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
398
399
  loadComponent(__props.dialogConfig.componentPath) ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(loadComponent(__props.dialogConfig.componentPath)), {
399
400
  key: 0,
400
401
  "dialog-params": __props.dialogConfig.dialogParams,
@@ -410,5 +411,5 @@ const _sfc_main = {
410
411
  };
411
412
  }
412
413
  };
413
- const DialogRenderer = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a05d18cf"]]);
414
+ const DialogRenderer = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-1e8ea0b4"]]);
414
415
  exports.default = DialogRenderer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "main": "lib/packages/designer/index.js",
5
5
  "module": "es/packages/designer/index.mjs",
6
6
  "files": [