@vunk/form 2.12.0 → 2.12.1

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.
@@ -488,10 +488,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
488
488
  _: 2
489
489
  /* DYNAMIC */
490
490
  }, [
491
- !$setup.readonly && _ctx.splicable && _ctx.labelActions ? {
491
+ _ctx.labelActions ? {
492
492
  name: "labelActions",
493
493
  fn: vue.withCtx(() => [
494
- vue.createVNode($setup["ElButton"], {
494
+ vue.renderSlot(_ctx.$slots, "labelActions"),
495
+ !$setup.readonly && _ctx.splicable ? (vue.openBlock(), vue.createBlock($setup["ElButton"], {
496
+ key: 0,
495
497
  size: "small",
496
498
  icon: $setup.Plus,
497
499
  onClick: _cache[0] || (_cache[0] = ($event) => $setup.handlePlus(-1))
@@ -501,7 +503,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
501
503
  ])),
502
504
  _: 1,
503
505
  __: [4]
504
- }, 8, ["icon"])
506
+ }, 8, ["icon"])) : vue.createCommentVNode("v-if", true)
505
507
  ]),
506
508
  key: "0"
507
509
  } : void 0
@@ -536,8 +538,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
536
538
  /* STABLE */
537
539
  }, 8, ["visible", "modelValue", "form-items", "dialog-form-props"])
538
540
  ]),
539
- _: 1
540
- /* STABLE */
541
+ _: 3
542
+ /* FORWARDED */
541
543
  }, 8, ["data"]),
542
544
  vue.renderSlot(_ctx.$slots, "default")
543
545
  ],
@@ -484,10 +484,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
484
484
  _: 2
485
485
  /* DYNAMIC */
486
486
  }, [
487
- !$setup.readonly && _ctx.splicable && _ctx.labelActions ? {
487
+ _ctx.labelActions ? {
488
488
  name: "labelActions",
489
489
  fn: withCtx(() => [
490
- createVNode($setup["ElButton"], {
490
+ renderSlot(_ctx.$slots, "labelActions"),
491
+ !$setup.readonly && _ctx.splicable ? (openBlock(), createBlock($setup["ElButton"], {
492
+ key: 0,
491
493
  size: "small",
492
494
  icon: $setup.Plus,
493
495
  onClick: _cache[0] || (_cache[0] = ($event) => $setup.handlePlus(-1))
@@ -497,7 +499,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
497
499
  ])),
498
500
  _: 1,
499
501
  __: [4]
500
- }, 8, ["icon"])
502
+ }, 8, ["icon"])) : createCommentVNode("v-if", true)
501
503
  ]),
502
504
  key: "0"
503
505
  } : void 0
@@ -532,8 +534,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
532
534
  /* STABLE */
533
535
  }, 8, ["visible", "modelValue", "form-items", "dialog-form-props"])
534
536
  ]),
535
- _: 1
536
- /* STABLE */
537
+ _: 3
538
+ /* FORWARDED */
537
539
  }, 8, ["data"]),
538
540
  renderSlot(_ctx.$slots, "default")
539
541
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {