tsv2-library 1.0.61-alpha.28 → 1.0.61-alpha.29

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.
@@ -76,6 +76,10 @@ export type SelectTreeDialogEmits = {
76
76
  'hide': [];
77
77
  };
78
78
 
79
+ export interface SelectTreeDialogSlots {
80
+ description: VNode[];
81
+ }
82
+
79
83
  /**
80
84
  * **TSVue v2 - SelectTreeDialog**
81
85
  *
@@ -86,7 +90,7 @@ export type SelectTreeDialogEmits = {
86
90
  */
87
91
  declare class SelectTreeDialog extends ClassComponent<
88
92
  SelectTreeDialogProps,
89
- Record<string, unknown>,
93
+ SelectTreeDialogSlots,
90
94
  SelectTreeDialogEmits
91
95
  > {}
92
96
 
@@ -40143,6 +40143,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
40143
40143
  key: 1,
40144
40144
  class: normalizeClass([...unref(DialogPreset).title.class, "!leading-6 text-sm"])
40145
40145
  }, toDisplayString$1(_ctx.subHeader), 3)) : createCommentVNode("", true),
40146
+ renderSlot(_ctx.$slots, "description"),
40146
40147
  !((_a = treeComponent.value) == null ? void 0 : _a.isLoading) ? (openBlock(), createBlock(_sfc_main$_, {
40147
40148
  key: 2,
40148
40149
  modelValue: treeFilter.value,