hzzt-plus 0.0.2-dev08 → 0.0.3

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.
Files changed (53) hide show
  1. package/dist/index.full.js +171 -101
  2. package/dist/index.full.min.js +14 -14
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +14 -14
  5. package/dist/index.full.min.mjs.map +1 -1
  6. package/dist/index.full.mjs +171 -102
  7. package/es/component.mjs +3 -1
  8. package/es/component.mjs.map +1 -1
  9. package/es/components/confirm-password/index.d.ts +487 -0
  10. package/es/components/confirm-password/index.mjs +8 -0
  11. package/es/components/confirm-password/index.mjs.map +1 -0
  12. package/es/components/confirm-password/src/confirm-password.mjs +72 -0
  13. package/es/components/confirm-password/src/confirm-password.mjs.map +1 -0
  14. package/es/components/confirm-password/src/confirm-password.vue.d.ts +487 -0
  15. package/es/components/confirm-password/style/css.d.ts +2 -0
  16. package/es/components/confirm-password/style/css.mjs +3 -0
  17. package/es/components/confirm-password/style/css.mjs.map +1 -0
  18. package/es/components/confirm-password/style/index.d.ts +2 -0
  19. package/es/components/confirm-password/style/index.mjs +3 -0
  20. package/es/components/confirm-password/style/index.mjs.map +1 -0
  21. package/es/components/index.d.ts +1 -0
  22. package/es/components/index.mjs +1 -0
  23. package/es/components/index.mjs.map +1 -1
  24. package/es/components/page-size/index.d.ts +4 -4
  25. package/es/components/page-size/src/index.vue.d.ts +4 -4
  26. package/es/index.mjs +1 -0
  27. package/es/index.mjs.map +1 -1
  28. package/global.d.ts +1 -0
  29. package/lib/component.js +3 -1
  30. package/lib/component.js.map +1 -1
  31. package/lib/components/confirm-password/index.d.ts +487 -0
  32. package/lib/components/confirm-password/index.js +13 -0
  33. package/lib/components/confirm-password/index.js.map +1 -0
  34. package/lib/components/confirm-password/src/confirm-password.js +76 -0
  35. package/lib/components/confirm-password/src/confirm-password.js.map +1 -0
  36. package/lib/components/confirm-password/src/confirm-password.vue.d.ts +487 -0
  37. package/lib/components/confirm-password/style/css.d.ts +2 -0
  38. package/lib/components/confirm-password/style/css.js +6 -0
  39. package/lib/components/confirm-password/style/css.js.map +1 -0
  40. package/lib/components/confirm-password/style/index.d.ts +2 -0
  41. package/lib/components/confirm-password/style/index.js +6 -0
  42. package/lib/components/confirm-password/style/index.js.map +1 -0
  43. package/lib/components/index.d.ts +1 -0
  44. package/lib/components/index.js +2 -0
  45. package/lib/components/index.js.map +1 -1
  46. package/lib/components/page-size/index.d.ts +4 -4
  47. package/lib/components/page-size/src/index.vue.d.ts +4 -4
  48. package/lib/index.js +26 -24
  49. package/lib/index.js.map +1 -1
  50. package/package.json +1 -1
  51. package/theme/hzzt-confirm-password.css +0 -0
  52. package/theme/src/confirm-password.scss +0 -0
  53. package/theme/src/index.scss +1 -0
@@ -0,0 +1,487 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ placeholder: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ modelValue: StringConstructor;
7
+ }, {
8
+ emit: (event: "update:modelValue" | "confirm", ...args: any[]) => void;
9
+ passForm: import("vue").Ref<{
10
+ password: string;
11
+ }>;
12
+ dotPassword: import("vue").Ref<string>;
13
+ trueValue: any;
14
+ instance: import("vue").ComponentInternalInstance | null;
15
+ dotInput: (val: string) => void;
16
+ confirmPassForm: (e: KeyboardEvent) => void;
17
+ ElInput: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
18
+ readonly ariaLabel: StringConstructor;
19
+ readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
20
+ readonly size: {
21
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
22
+ readonly required: false;
23
+ readonly validator: ((val: unknown) => boolean) | undefined;
24
+ __epPropKey: true;
25
+ };
26
+ readonly disabled: BooleanConstructor;
27
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
28
+ readonly maxlength: {
29
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
30
+ readonly required: false;
31
+ readonly validator: ((val: unknown) => boolean) | undefined;
32
+ __epPropKey: true;
33
+ };
34
+ readonly minlength: {
35
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
36
+ readonly required: false;
37
+ readonly validator: ((val: unknown) => boolean) | undefined;
38
+ __epPropKey: true;
39
+ };
40
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
41
+ readonly resize: {
42
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
43
+ readonly required: false;
44
+ readonly validator: ((val: unknown) => boolean) | undefined;
45
+ __epPropKey: true;
46
+ };
47
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
48
+ readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
49
+ readonly formatter: {
50
+ readonly type: import("vue").PropType<Function>;
51
+ readonly required: false;
52
+ readonly validator: ((val: unknown) => boolean) | undefined;
53
+ __epPropKey: true;
54
+ };
55
+ readonly parser: {
56
+ readonly type: import("vue").PropType<Function>;
57
+ readonly required: false;
58
+ readonly validator: ((val: unknown) => boolean) | undefined;
59
+ __epPropKey: true;
60
+ };
61
+ readonly placeholder: {
62
+ readonly type: import("vue").PropType<string>;
63
+ readonly required: false;
64
+ readonly validator: ((val: unknown) => boolean) | undefined;
65
+ __epPropKey: true;
66
+ };
67
+ readonly form: {
68
+ readonly type: import("vue").PropType<string>;
69
+ readonly required: false;
70
+ readonly validator: ((val: unknown) => boolean) | undefined;
71
+ __epPropKey: true;
72
+ };
73
+ readonly readonly: BooleanConstructor;
74
+ readonly clearable: BooleanConstructor;
75
+ readonly showPassword: BooleanConstructor;
76
+ readonly showWordLimit: BooleanConstructor;
77
+ readonly suffixIcon: {
78
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
79
+ readonly required: false;
80
+ readonly validator: ((val: unknown) => boolean) | undefined;
81
+ __epPropKey: true;
82
+ };
83
+ readonly prefixIcon: {
84
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
85
+ readonly required: false;
86
+ readonly validator: ((val: unknown) => boolean) | undefined;
87
+ __epPropKey: true;
88
+ };
89
+ readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
90
+ readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
91
+ readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
92
+ readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
93
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
94
+ readonly autofocus: BooleanConstructor;
95
+ readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
96
+ }, {
97
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
98
+ readonly ariaLabel: StringConstructor;
99
+ readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
100
+ readonly size: {
101
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
102
+ readonly required: false;
103
+ readonly validator: ((val: unknown) => boolean) | undefined;
104
+ __epPropKey: true;
105
+ };
106
+ readonly disabled: BooleanConstructor;
107
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
108
+ readonly maxlength: {
109
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
110
+ readonly required: false;
111
+ readonly validator: ((val: unknown) => boolean) | undefined;
112
+ __epPropKey: true;
113
+ };
114
+ readonly minlength: {
115
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
116
+ readonly required: false;
117
+ readonly validator: ((val: unknown) => boolean) | undefined;
118
+ __epPropKey: true;
119
+ };
120
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
121
+ readonly resize: {
122
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
123
+ readonly required: false;
124
+ readonly validator: ((val: unknown) => boolean) | undefined;
125
+ __epPropKey: true;
126
+ };
127
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
128
+ readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
129
+ readonly formatter: {
130
+ readonly type: import("vue").PropType<Function>;
131
+ readonly required: false;
132
+ readonly validator: ((val: unknown) => boolean) | undefined;
133
+ __epPropKey: true;
134
+ };
135
+ readonly parser: {
136
+ readonly type: import("vue").PropType<Function>;
137
+ readonly required: false;
138
+ readonly validator: ((val: unknown) => boolean) | undefined;
139
+ __epPropKey: true;
140
+ };
141
+ readonly placeholder: {
142
+ readonly type: import("vue").PropType<string>;
143
+ readonly required: false;
144
+ readonly validator: ((val: unknown) => boolean) | undefined;
145
+ __epPropKey: true;
146
+ };
147
+ readonly form: {
148
+ readonly type: import("vue").PropType<string>;
149
+ readonly required: false;
150
+ readonly validator: ((val: unknown) => boolean) | undefined;
151
+ __epPropKey: true;
152
+ };
153
+ readonly readonly: BooleanConstructor;
154
+ readonly clearable: BooleanConstructor;
155
+ readonly showPassword: BooleanConstructor;
156
+ readonly showWordLimit: BooleanConstructor;
157
+ readonly suffixIcon: {
158
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
159
+ readonly required: false;
160
+ readonly validator: ((val: unknown) => boolean) | undefined;
161
+ __epPropKey: true;
162
+ };
163
+ readonly prefixIcon: {
164
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
165
+ readonly required: false;
166
+ readonly validator: ((val: unknown) => boolean) | undefined;
167
+ __epPropKey: true;
168
+ };
169
+ readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
170
+ readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
171
+ readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
172
+ readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
173
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
174
+ readonly autofocus: BooleanConstructor;
175
+ readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
176
+ }>> & {
177
+ onChange?: ((value: string) => any) | undefined;
178
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
179
+ onInput?: ((value: string) => any) | undefined;
180
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
181
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
182
+ onClear?: (() => any) | undefined;
183
+ onMouseleave?: ((evt: MouseEvent) => any) | undefined;
184
+ onMouseenter?: ((evt: MouseEvent) => any) | undefined;
185
+ onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
186
+ onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
187
+ onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
188
+ onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
189
+ }>>;
190
+ emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
191
+ rawAttrs: {
192
+ [x: string]: unknown;
193
+ };
194
+ slots: Readonly<{
195
+ [name: string]: import("vue").Slot | undefined;
196
+ }>;
197
+ containerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
198
+ containerKls: import("vue").ComputedRef<unknown[]>;
199
+ wrapperKls: import("vue").ComputedRef<string[]>;
200
+ attrs: import("vue").ComputedRef<Record<string, unknown>>;
201
+ elForm: import("element-plus").FormContext | undefined;
202
+ elFormItem: import("element-plus").FormItemContext | undefined;
203
+ inputId: import("vue").Ref<string | undefined>;
204
+ inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
205
+ inputDisabled: import("vue").ComputedRef<boolean>;
206
+ nsInput: {
207
+ namespace: import("vue").ComputedRef<string>;
208
+ b: (blockSuffix?: string | undefined) => string;
209
+ e: (element?: string | undefined) => string;
210
+ m: (modifier?: string | undefined) => string;
211
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
212
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
213
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
214
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
215
+ is: {
216
+ (name: string, state: boolean | undefined): string;
217
+ (name: string): string;
218
+ };
219
+ cssVar: (object: Record<string, string>) => Record<string, string>;
220
+ cssVarName: (name: string) => string;
221
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
222
+ cssVarBlockName: (name: string) => string;
223
+ };
224
+ nsTextarea: {
225
+ namespace: import("vue").ComputedRef<string>;
226
+ b: (blockSuffix?: string | undefined) => string;
227
+ e: (element?: string | undefined) => string;
228
+ m: (modifier?: string | undefined) => string;
229
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
230
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
231
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
232
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
233
+ is: {
234
+ (name: string, state: boolean | undefined): string;
235
+ (name: string): string;
236
+ };
237
+ cssVar: (object: Record<string, string>) => Record<string, string>;
238
+ cssVarName: (name: string) => string;
239
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
240
+ cssVarBlockName: (name: string) => string;
241
+ };
242
+ input: import("vue").ShallowRef<HTMLInputElement | undefined>;
243
+ textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
244
+ hovering: import("vue").Ref<boolean>;
245
+ isComposing: import("vue").Ref<boolean>;
246
+ passwordVisible: import("vue").Ref<boolean>;
247
+ countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
248
+ textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
249
+ _ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
250
+ wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
251
+ isFocused: import("vue").Ref<boolean>;
252
+ handleFocus: (event: FocusEvent) => void;
253
+ handleBlur: (event: FocusEvent) => void;
254
+ needStatusIcon: import("vue").ComputedRef<boolean>;
255
+ validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
256
+ validateIcon: import("vue").ComputedRef<any>;
257
+ passwordIcon: import("vue").ComputedRef<any>;
258
+ containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
259
+ textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
260
+ nativeInputValue: import("vue").ComputedRef<string>;
261
+ showClear: import("vue").ComputedRef<boolean>;
262
+ showPwdVisible: import("vue").ComputedRef<boolean>;
263
+ isWordLimitVisible: import("vue").ComputedRef<boolean>;
264
+ textLength: import("vue").ComputedRef<number>;
265
+ inputExceed: import("vue").ComputedRef<boolean>;
266
+ suffixVisible: import("vue").ComputedRef<boolean>;
267
+ recordCursor: () => void;
268
+ setCursor: () => void;
269
+ resizeTextarea: () => void;
270
+ createOnceInitResize: (resizeTextarea: () => void) => () => void;
271
+ onceInitSizeTextarea: () => void;
272
+ setNativeInputValue: () => void;
273
+ handleInput: (event: Event) => Promise<void>;
274
+ handleChange: (event: Event) => void;
275
+ handleCompositionStart: (event: CompositionEvent) => void;
276
+ handleCompositionUpdate: (event: CompositionEvent) => void;
277
+ handleCompositionEnd: (event: CompositionEvent) => void;
278
+ handlePasswordVisible: () => void;
279
+ focus: () => Promise<void>;
280
+ blur: () => void | undefined;
281
+ handleMouseLeave: (evt: MouseEvent) => void;
282
+ handleMouseEnter: (evt: MouseEvent) => void;
283
+ handleKeydown: (evt: KeyboardEvent) => void;
284
+ select: () => void;
285
+ clear: () => void;
286
+ ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
287
+ readonly size: {
288
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
289
+ readonly required: false;
290
+ readonly validator: ((val: unknown) => boolean) | undefined;
291
+ __epPropKey: true;
292
+ };
293
+ readonly color: {
294
+ readonly type: import("vue").PropType<string>;
295
+ readonly required: false;
296
+ readonly validator: ((val: unknown) => boolean) | undefined;
297
+ __epPropKey: true;
298
+ };
299
+ }, {
300
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
301
+ readonly size: {
302
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
303
+ readonly required: false;
304
+ readonly validator: ((val: unknown) => boolean) | undefined;
305
+ __epPropKey: true;
306
+ };
307
+ readonly color: {
308
+ readonly type: import("vue").PropType<string>;
309
+ readonly required: false;
310
+ readonly validator: ((val: unknown) => boolean) | undefined;
311
+ __epPropKey: true;
312
+ };
313
+ }>> & {
314
+ [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
315
+ }>>;
316
+ ns: {
317
+ namespace: import("vue").ComputedRef<string>;
318
+ b: (blockSuffix?: string | undefined) => string;
319
+ e: (element?: string | undefined) => string;
320
+ m: (modifier?: string | undefined) => string;
321
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
322
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
323
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
324
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
325
+ is: {
326
+ (name: string, state: boolean | undefined): string;
327
+ (name: string): string;
328
+ };
329
+ cssVar: (object: Record<string, string>) => Record<string, string>;
330
+ cssVarName: (name: string) => string;
331
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
332
+ cssVarBlockName: (name: string) => string;
333
+ };
334
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
335
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
336
+ readonly size: {
337
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
338
+ readonly required: false;
339
+ readonly validator: ((val: unknown) => boolean) | undefined;
340
+ __epPropKey: true;
341
+ };
342
+ readonly color: {
343
+ readonly type: import("vue").PropType<string>;
344
+ readonly required: false;
345
+ readonly validator: ((val: unknown) => boolean) | undefined;
346
+ __epPropKey: true;
347
+ };
348
+ }>>, {}>> & Record<string, any>;
349
+ CircleClose: any;
350
+ NOOP: () => void;
351
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
352
+ "update:modelValue": (value: string) => boolean;
353
+ input: (value: string) => boolean;
354
+ change: (value: string) => boolean;
355
+ focus: (evt: FocusEvent) => boolean;
356
+ blur: (evt: FocusEvent) => boolean;
357
+ clear: () => boolean;
358
+ mouseleave: (evt: MouseEvent) => boolean;
359
+ mouseenter: (evt: MouseEvent) => boolean;
360
+ keydown: (evt: Event | KeyboardEvent) => boolean;
361
+ compositionstart: (evt: CompositionEvent) => boolean;
362
+ compositionupdate: (evt: CompositionEvent) => boolean;
363
+ compositionend: (evt: CompositionEvent) => boolean;
364
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
365
+ readonly ariaLabel: StringConstructor;
366
+ readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
367
+ readonly size: {
368
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
369
+ readonly required: false;
370
+ readonly validator: ((val: unknown) => boolean) | undefined;
371
+ __epPropKey: true;
372
+ };
373
+ readonly disabled: BooleanConstructor;
374
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
375
+ readonly maxlength: {
376
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
377
+ readonly required: false;
378
+ readonly validator: ((val: unknown) => boolean) | undefined;
379
+ __epPropKey: true;
380
+ };
381
+ readonly minlength: {
382
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
383
+ readonly required: false;
384
+ readonly validator: ((val: unknown) => boolean) | undefined;
385
+ __epPropKey: true;
386
+ };
387
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
388
+ readonly resize: {
389
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
390
+ readonly required: false;
391
+ readonly validator: ((val: unknown) => boolean) | undefined;
392
+ __epPropKey: true;
393
+ };
394
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
395
+ readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
396
+ readonly formatter: {
397
+ readonly type: import("vue").PropType<Function>;
398
+ readonly required: false;
399
+ readonly validator: ((val: unknown) => boolean) | undefined;
400
+ __epPropKey: true;
401
+ };
402
+ readonly parser: {
403
+ readonly type: import("vue").PropType<Function>;
404
+ readonly required: false;
405
+ readonly validator: ((val: unknown) => boolean) | undefined;
406
+ __epPropKey: true;
407
+ };
408
+ readonly placeholder: {
409
+ readonly type: import("vue").PropType<string>;
410
+ readonly required: false;
411
+ readonly validator: ((val: unknown) => boolean) | undefined;
412
+ __epPropKey: true;
413
+ };
414
+ readonly form: {
415
+ readonly type: import("vue").PropType<string>;
416
+ readonly required: false;
417
+ readonly validator: ((val: unknown) => boolean) | undefined;
418
+ __epPropKey: true;
419
+ };
420
+ readonly readonly: BooleanConstructor;
421
+ readonly clearable: BooleanConstructor;
422
+ readonly showPassword: BooleanConstructor;
423
+ readonly showWordLimit: BooleanConstructor;
424
+ readonly suffixIcon: {
425
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
426
+ readonly required: false;
427
+ readonly validator: ((val: unknown) => boolean) | undefined;
428
+ __epPropKey: true;
429
+ };
430
+ readonly prefixIcon: {
431
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
432
+ readonly required: false;
433
+ readonly validator: ((val: unknown) => boolean) | undefined;
434
+ __epPropKey: true;
435
+ };
436
+ readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
437
+ readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
438
+ readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
439
+ readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
440
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
441
+ readonly autofocus: BooleanConstructor;
442
+ readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
443
+ }>> & {
444
+ onChange?: ((value: string) => any) | undefined;
445
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
446
+ onInput?: ((value: string) => any) | undefined;
447
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
448
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
449
+ onClear?: (() => any) | undefined;
450
+ onMouseleave?: ((evt: MouseEvent) => any) | undefined;
451
+ onMouseenter?: ((evt: MouseEvent) => any) | undefined;
452
+ onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
453
+ onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
454
+ onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
455
+ onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
456
+ }, {
457
+ readonly type: string;
458
+ readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
459
+ readonly id: string;
460
+ readonly disabled: boolean;
461
+ readonly clearable: boolean;
462
+ readonly autosize: import("element-plus").InputAutoSize;
463
+ readonly autocomplete: string;
464
+ readonly containerRole: string;
465
+ readonly label: string;
466
+ readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
467
+ readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
468
+ readonly inputStyle: import("vue").StyleValue;
469
+ readonly rows: number;
470
+ readonly readonly: boolean;
471
+ readonly showPassword: boolean;
472
+ readonly showWordLimit: boolean;
473
+ readonly autofocus: boolean;
474
+ }>> & Record<string, any>;
475
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "confirm")[], "update:modelValue" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
476
+ placeholder: {
477
+ type: StringConstructor;
478
+ default: string;
479
+ };
480
+ modelValue: StringConstructor;
481
+ }>> & {
482
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
483
+ onConfirm?: ((...args: any[]) => any) | undefined;
484
+ }, {
485
+ placeholder: string;
486
+ }>;
487
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import 'hzzt-plus/es/components/base/style/css';
2
+ import 'hzzt-plus/theme/hzzt-confirm-password.css';
@@ -0,0 +1,3 @@
1
+ import '../../base/style/css.mjs';
2
+ import 'hzzt-plus/theme/hzzt-confirm-password.css';
3
+ //# sourceMappingURL=css.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,2 @@
1
+ import 'hzzt-plus/es/components/base/style';
2
+ import 'hzzt-plus/theme/src/confirm-password.scss';
@@ -0,0 +1,3 @@
1
+ import '../../base/style/index.mjs';
2
+ import 'hzzt-plus/theme/src/confirm-password.scss';
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -7,3 +7,4 @@ export * from './icon';
7
7
  export * from './pagination';
8
8
  export * from './tooltip';
9
9
  export * from './page-size';
10
+ export * from './confirm-password';
@@ -7,6 +7,7 @@ export { HzztIcon } from './icon/index.mjs';
7
7
  export { HzztPagination } from './pagination/index.mjs';
8
8
  export { HzztTooltip } from './tooltip/index.mjs';
9
9
  export { HzztPageSize } from './page-size/index.mjs';
10
+ export { HzztConfirmPassword } from './confirm-password/index.mjs';
10
11
  export { configProviderProps } from './config-provider/src/config-provider-props.mjs';
11
12
  export { configProviderContextKey } from './config-provider/src/constants.mjs';
12
13
  export { provideGlobalConfig, useGlobalConfig } from './config-provider/src/hooks/use-global-config.mjs';
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
@@ -545,7 +545,7 @@ export declare const HzztPageSize: import("hzzt-plus/es/utils").SFCWithInstall<i
545
545
  onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
546
546
  onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
547
547
  onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
548
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "modelValue" | "disabled" | "autofocus" | "id" | "readonly" | "validateEvent" | "autocomplete" | "clearable" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "inputStyle" | "rows">;
548
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "id" | "disabled" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "label" | "tabindex" | "validateEvent" | "inputStyle" | "autofocus" | "rows">;
549
549
  $attrs: {
550
550
  [x: string]: unknown;
551
551
  };
@@ -1328,8 +1328,8 @@ export declare const HzztPageSize: import("hzzt-plus/es/utils").SFCWithInstall<i
1328
1328
  handleInputChange: (value: string) => void;
1329
1329
  focus: () => void;
1330
1330
  blur: () => void;
1331
- handleFocus: (event: MouseEvent | FocusEvent) => void;
1332
- handleBlur: (event: MouseEvent | FocusEvent) => void;
1331
+ handleFocus: (event: FocusEvent | MouseEvent) => void;
1332
+ handleBlur: (event: FocusEvent | MouseEvent) => void;
1333
1333
  setCurrentValueToModelValue: () => void;
1334
1334
  handleWheel: (e: WheelEvent) => void;
1335
1335
  ElInput: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
@@ -14018,7 +14018,7 @@ export declare const HzztPageSize: import("hzzt-plus/es/utils").SFCWithInstall<i
14018
14018
  menuRef: import("vue").Ref<HTMLElement>;
14019
14019
  tagMenuRef: import("vue").Ref<HTMLElement>;
14020
14020
  collapseItemRef: import("vue").Ref<HTMLElement>;
14021
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus" | "clear" | "visible-change" | "remove-tag" | "blur")[], "update:modelValue" | "change" | "focus" | "clear" | "visible-change" | "remove-tag" | "blur", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14021
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus" | "blur" | "clear" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "focus" | "blur" | "clear" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14022
14022
  ariaLabel: StringConstructor;
14023
14023
  emptyValues: ArrayConstructor;
14024
14024
  valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
@@ -545,7 +545,7 @@ declare const _default: import("vue").DefineComponent<{
545
545
  onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
546
546
  onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
547
547
  onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
548
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "modelValue" | "disabled" | "autofocus" | "id" | "readonly" | "validateEvent" | "autocomplete" | "clearable" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "inputStyle" | "rows">;
548
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "id" | "disabled" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "label" | "tabindex" | "validateEvent" | "inputStyle" | "autofocus" | "rows">;
549
549
  $attrs: {
550
550
  [x: string]: unknown;
551
551
  };
@@ -1328,8 +1328,8 @@ declare const _default: import("vue").DefineComponent<{
1328
1328
  handleInputChange: (value: string) => void;
1329
1329
  focus: () => void;
1330
1330
  blur: () => void;
1331
- handleFocus: (event: MouseEvent | FocusEvent) => void;
1332
- handleBlur: (event: MouseEvent | FocusEvent) => void;
1331
+ handleFocus: (event: FocusEvent | MouseEvent) => void;
1332
+ handleBlur: (event: FocusEvent | MouseEvent) => void;
1333
1333
  setCurrentValueToModelValue: () => void;
1334
1334
  handleWheel: (e: WheelEvent) => void;
1335
1335
  ElInput: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
@@ -14018,7 +14018,7 @@ declare const _default: import("vue").DefineComponent<{
14018
14018
  menuRef: import("vue").Ref<HTMLElement>;
14019
14019
  tagMenuRef: import("vue").Ref<HTMLElement>;
14020
14020
  collapseItemRef: import("vue").Ref<HTMLElement>;
14021
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus" | "clear" | "visible-change" | "remove-tag" | "blur")[], "update:modelValue" | "change" | "focus" | "clear" | "visible-change" | "remove-tag" | "blur", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14021
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus" | "blur" | "clear" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "focus" | "blur" | "clear" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14022
14022
  ariaLabel: StringConstructor;
14023
14023
  emptyValues: ArrayConstructor;
14024
14024
  valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
package/es/index.mjs CHANGED
@@ -17,6 +17,7 @@ export { HzztIcon } from './components/icon/index.mjs';
17
17
  export { HzztPagination } from './components/pagination/index.mjs';
18
18
  export { HzztTooltip } from './components/tooltip/index.mjs';
19
19
  export { HzztPageSize } from './components/page-size/index.mjs';
20
+ export { HzztConfirmPassword } from './components/confirm-password/index.mjs';
20
21
  export { INSTALLED_KEY } from './constants/key.mjs';
21
22
  export { componentSizeMap, componentSizes } from './constants/size.mjs';
22
23
  export { WEEK_DAYS, datePickTypes } from './constants/date.mjs';
package/es/index.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../packages/hzzt-plus/index.ts"],"sourcesContent":["import installer from './defaults'\nexport * from '@hzzt-plus/components'\nexport * from '@hzzt-plus/constants'\nexport * from '@hzzt-plus/directives'\nexport * from '@hzzt-plus/hooks'\nexport * from './make-installer'\n\nexport const install = installer.install\nexport const version = installer.version\nexport default installer\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMY,MAAC,OAAO,GAAG,SAAS,CAAC,QAAQ;AAC7B,MAAC,OAAO,GAAG,SAAS,CAAC;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":["../../../packages/hzzt-plus/index.ts"],"sourcesContent":["import installer from './defaults'\nexport * from '@hzzt-plus/components'\nexport * from '@hzzt-plus/constants'\nexport * from '@hzzt-plus/directives'\nexport * from '@hzzt-plus/hooks'\nexport * from './make-installer'\n\nexport const install = installer.install\nexport const version = installer.version\nexport default installer\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMY,MAAC,OAAO,GAAG,SAAS,CAAC,QAAQ;AAC7B,MAAC,OAAO,GAAG,SAAS,CAAC;;;;"}