@vunk/form 2.14.1 → 2.14.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.
@@ -350,6 +350,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
350
350
  !$setup.readonly && _ctx.splicable && _ctx.labelActions ? {
351
351
  name: "labelActions",
352
352
  fn: vue.withCtx(() => [
353
+ vue.renderSlot(_ctx.$slots, "labelActions"),
353
354
  vue.createVNode($setup["ElButton"], {
354
355
  size: "small",
355
356
  icon: $setup.Plus,
@@ -369,8 +370,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
369
370
  /* FULL_PROPS, DYNAMIC_SLOTS */
370
371
  )
371
372
  ]),
372
- _: 1
373
- /* STABLE */
373
+ _: 3
374
+ /* FORWARDED */
374
375
  }, 8, ["data"]),
375
376
  vue.renderSlot(_ctx.$slots, "default")
376
377
  ]),
@@ -346,6 +346,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
346
346
  !$setup.readonly && _ctx.splicable && _ctx.labelActions ? {
347
347
  name: "labelActions",
348
348
  fn: withCtx(() => [
349
+ renderSlot(_ctx.$slots, "labelActions"),
349
350
  createVNode($setup["ElButton"], {
350
351
  size: "small",
351
352
  icon: $setup.Plus,
@@ -365,8 +366,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
365
366
  /* FULL_PROPS, DYNAMIC_SLOTS */
366
367
  )
367
368
  ]),
368
- _: 1
369
- /* STABLE */
369
+ _: 3
370
+ /* FORWARDED */
370
371
  }, 8, ["data"]),
371
372
  renderSlot(_ctx.$slots, "default")
372
373
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "2.14.1",
3
+ "version": "2.14.2",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {