@juit/vue-z 0.0.17 → 0.0.19

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/dist/index.css CHANGED
@@ -104,7 +104,7 @@
104
104
  font-weight: 600;
105
105
  }
106
106
 
107
- .json-scroll[data-v-61808671] {
107
+ .json-scroll[data-v-494e69f9] {
108
108
  position: absolute;
109
109
  left: 0px;
110
110
  right: 0px;
package/dist/index.d.ts CHANGED
@@ -2638,6 +2638,8 @@ declare type __VLS_Slots_18 = {
2638
2638
  'caption'?: () => VNode[];
2639
2639
  /** Extra buttons to add when not editing */
2640
2640
  'buttons'?: () => VNode[];
2641
+ /** Additional content for the info section */
2642
+ 'more-info'?: () => VNode[];
2641
2643
  /** Extra controls to add before the main ones */
2642
2644
  'controls-before'?: () => VNode[];
2643
2645
  /** Extra controls to add after the main ones */
package/dist/index.js CHANGED
@@ -5426,7 +5426,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
5426
5426
  class: "cursor-pointer",
5427
5427
  size: "sm",
5428
5428
  onClick: _cache[1] || (_cache[1] = ($event) => _showJson.value = !_showJson.value)
5429
- })
5429
+ }),
5430
+ renderSlot(_ctx.$slots, "more-info", {}, void 0, true)
5430
5431
  ]),
5431
5432
  default: withCtx(() => [
5432
5433
  createElementVNode("div", _hoisted_1$3, [
@@ -5595,7 +5596,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
5595
5596
  };
5596
5597
  }
5597
5598
  });
5598
- const ZObject = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-61808671"]]);
5599
+ const ZObject = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-494e69f9"]]);
5599
5600
  const tableProps = {
5600
5601
  /** Make this compact (or not!) */
5601
5602
  dense: {