@halo-dev/components 1.1.0 → 1.2.0

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.
@@ -114,6 +114,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
114
114
  required: false;
115
115
  default: boolean;
116
116
  };
117
+ layerClosable: {
118
+ type: BooleanConstructor;
119
+ required: false;
120
+ default: boolean;
121
+ };
117
122
  }, {
118
123
  props: any;
119
124
  emit: {
@@ -131,6 +136,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
131
136
  height: string;
132
137
  }>;
133
138
  handleClose: () => void;
139
+ focus: import("vue").Ref<boolean>;
140
+ handleClickLayer: () => void;
134
141
  readonly IconClose: any;
135
142
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible")[], "close" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
136
143
  visible: {
@@ -173,6 +180,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
173
180
  required: false;
174
181
  default: boolean;
175
182
  };
183
+ layerClosable: {
184
+ type: BooleanConstructor;
185
+ required: false;
186
+ default: boolean;
187
+ };
176
188
  }>> & {
177
189
  onClose?: (...args: any[]) => any;
178
190
  "onUpdate:visible"?: (...args: any[]) => any;
@@ -185,6 +197,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
185
197
  fullscreen: boolean;
186
198
  mountToBody: boolean;
187
199
  centered: boolean;
200
+ layerClosable: boolean;
188
201
  }>;
189
202
  readonly VButton: import("vue").DefineComponent<{
190
203
  type: {
@@ -39,6 +39,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
39
39
  required: false;
40
40
  default: boolean;
41
41
  };
42
+ layerClosable: {
43
+ type: BooleanConstructor;
44
+ required: false;
45
+ default: boolean;
46
+ };
42
47
  }, {
43
48
  props: any;
44
49
  emit: {
@@ -56,6 +61,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
56
61
  height: string;
57
62
  }>;
58
63
  handleClose: () => void;
64
+ focus: import("vue").Ref<boolean>;
65
+ handleClickLayer: () => void;
59
66
  readonly IconClose: any;
60
67
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible")[], "close" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
68
  visible: {
@@ -98,6 +105,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
98
105
  required: false;
99
106
  default: boolean;
100
107
  };
108
+ layerClosable: {
109
+ type: BooleanConstructor;
110
+ required: false;
111
+ default: boolean;
112
+ };
101
113
  }>> & {
102
114
  onClose?: (...args: any[]) => any;
103
115
  "onUpdate:visible"?: (...args: any[]) => any;
@@ -110,5 +122,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
110
122
  fullscreen: boolean;
111
123
  mountToBody: boolean;
112
124
  centered: boolean;
125
+ layerClosable: boolean;
113
126
  }>;
114
127
  export default _sfc_main;