zzz-pc-view 0.0.63 → 0.0.64

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.63",
3
+ "version": "0.0.64",
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
@@ -11335,6 +11335,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
11335
11335
  __name: "DialogEditorView",
11336
11336
  props: {
11337
11337
  formHeight: {},
11338
+ showSaveAndContinueBtn: { type: Boolean },
11338
11339
  saveBtnOption: {},
11339
11340
  viewHandler: {}
11340
11341
  },
@@ -11360,8 +11361,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
11360
11361
  createVNode(_sfc_main$f, {
11361
11362
  "view-handler": _ctx.viewHandler,
11362
11363
  "save-btn-option": _ctx.saveBtnOption,
11364
+ "show-save-and-continue-btn": _ctx.showSaveAndContinueBtn,
11363
11365
  class: "align-right"
11364
- }, null, 8, ["view-handler", "save-btn-option"])
11366
+ }, null, 8, ["view-handler", "save-btn-option", "show-save-and-continue-btn"])
11365
11367
  ]),
11366
11368
  default: withCtx(() => [
11367
11369
  withDirectives((openBlock(), createElementBlock("div", {
@@ -11402,6 +11404,7 @@ const _hoisted_1$5 = {
11402
11404
  const _sfc_main$9 = /* @__PURE__ */ defineComponent({
11403
11405
  __name: "DrawerEditorView",
11404
11406
  props: {
11407
+ showSaveAndContinueBtn: { type: Boolean },
11405
11408
  saveBtnOption: {},
11406
11409
  viewHandler: {}
11407
11410
  },
@@ -11423,9 +11426,10 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
11423
11426
  createVNode(_sfc_main$f, {
11424
11427
  "view-handler": _ctx.viewHandler,
11425
11428
  "save-btn-option": _ctx.saveBtnOption,
11429
+ "show-save-and-continue-btn": _ctx.showSaveAndContinueBtn,
11426
11430
  size: "large",
11427
11431
  class: "align-left"
11428
- }, null, 8, ["view-handler", "save-btn-option"])
11432
+ }, null, 8, ["view-handler", "save-btn-option", "show-save-and-continue-btn"])
11429
11433
  ]),
11430
11434
  default: withCtx(() => [
11431
11435
  _ctx.viewHandler.editorData ? withDirectives((openBlock(), createBlock(_sfc_main$b, {