@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 +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.scss +10 -0
- package/package.json +7 -7
package/dist/index.css
CHANGED
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-
|
|
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: {
|