zzz-pc-view 0.0.133 → 0.0.135

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": "zzz-pc-view",
3
- "version": "0.0.133",
3
+ "version": "0.0.135",
4
4
  "main": "src/index.umd.js",
5
5
  "module": "src/index.es.js",
6
6
  "types": "src/index.d.ts",
package/src/index.es.js CHANGED
@@ -6056,8 +6056,7 @@ class CurdHandler extends FilterHandler {
6056
6056
  const minStepIndex = Math.max(0, formStepIndex);
6057
6057
  const maxStepIndex = Math.min(minStepIndex, this.displayStepFormItemsGroup.length - 1);
6058
6058
  this.formStepIndexRef.value = maxStepIndex;
6059
- setTimeout(() => {
6060
- });
6059
+ this.onStepIndexChange();
6061
6060
  }
6062
6061
  /**
6063
6062
  * 更改表单步骤索引。
@@ -12606,13 +12605,13 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
12606
12605
  title: _ctx.viewHandler.permission.Edit.title,
12607
12606
  type: "primary",
12608
12607
  icon: "EditorSvg",
12609
- underline: false,
12608
+ underline: "never",
12610
12609
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.viewHandler.onEditorBtnClick(unref(ZDecorators).CurdKey.EditTypeEnum.UPDATE, _ctx.model), ["stop"]))
12611
12610
  }, null, 8, ["title"])) : _ctx.viewHandler.permission.Detail ? (openBlock(), createBlock(_component_el_link, {
12612
12611
  key: 2,
12613
12612
  title: _ctx.viewHandler.permission.Detail.title,
12614
12613
  icon: "InfoFilled",
12615
- underline: false,
12614
+ underline: "never",
12616
12615
  onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.viewHandler.onEditorBtnClick(unref(ZDecorators).CurdKey.EditTypeEnum.DETAIL, _ctx.model), ["stop"]))
12617
12616
  }, null, 8, ["title"])) : createCommentVNode("", true),
12618
12617
  _ctx.viewHandler.permission.Delete ? (openBlock(), createBlock(_component_el_link, {
@@ -12620,7 +12619,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
12620
12619
  title: _ctx.viewHandler.permission.Delete.title,
12621
12620
  type: "danger",
12622
12621
  icon: "Delete",
12623
- underline: false,
12622
+ underline: "never",
12624
12623
  onClick: _cache[2] || (_cache[2] = withModifiers(($event) => _ctx.viewHandler.onDeleteBtnClick(_ctx.model), ["stop"]))
12625
12624
  }, null, 8, ["title"])) : createCommentVNode("", true),
12626
12625
  Array.isArray(_ctx.operatorAfterComponents) ? (openBlock(true), createElementBlock(Fragment, { key: 4 }, renderList(_ctx.operatorAfterComponents, (operatorComponent, index2) => {