@hoenergy/hoenergy-template-pc 1.1.52 → 1.1.55

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.
@@ -4,8 +4,10 @@ type __VLS_Props = {
4
4
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
5
5
  "update:value": (value: string | null) => any;
6
6
  "on-confirm": (value: string | null) => any;
7
+ "update:show": (value: boolean) => any;
7
8
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
9
  "onUpdate:value"?: ((value: string | null) => any) | undefined;
9
10
  "onOn-confirm"?: ((value: string | null) => any) | undefined;
11
+ "onUpdate:show"?: ((value: boolean) => any) | undefined;
10
12
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
13
  export default _default;
@@ -1,6 +1,7 @@
1
1
  declare function __VLS_template(): {
2
2
  attrs: Partial<{}>;
3
3
  slots: {
4
+ name?(_: {}): any;
4
5
  header?(_: {}): any;
5
6
  action?(_: {}): any;
6
7
  footer?(_: {}): any;
@@ -25,6 +26,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
25
26
  type: StringConstructor;
26
27
  default: string;
27
28
  };
29
+ selectable: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
28
33
  data: {
29
34
  type: ObjectConstructor;
30
35
  required: true;
@@ -49,6 +54,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
49
54
  type: StringConstructor;
50
55
  default: string;
51
56
  };
57
+ selectable: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
52
61
  data: {
53
62
  type: ObjectConstructor;
54
63
  required: true;
@@ -61,6 +70,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
61
70
  data: Record<string, any>;
62
71
  height: string;
63
72
  tooltip: string;
73
+ selectable: boolean;
64
74
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
65
75
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
66
76
  export default _default;