vft 0.0.442 → 0.0.445
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/attributes.json +1 -1
- package/dist/index.css +2 -2
- package/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +6 -6
- package/es/components/autocomplete/autocomplete.vue.d.ts +22 -22
- package/es/components/autocomplete/index.d.ts +64 -64
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +33 -33
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/cascader/cascader.d.ts +2 -2
- package/es/components/cascader/cascader.vue.d.ts +9 -9
- package/es/components/checkbox/index.d.ts +54 -54
- package/es/components/col/col.vue.d.ts +1 -1
- package/es/components/col/index.d.ts +9 -9
- package/es/components/collapse/collapse-item.vue.d.ts +1 -1
- package/es/components/color-picker/index.d.ts +12 -12
- package/es/components/config-provider/config-provider.vue.d.ts +1 -1
- package/es/components/config-provider/config-provider.vue2.js +8 -9
- package/es/components/date-picker/date-picker.d.ts +6 -6
- package/es/components/date-picker/index.d.ts +12 -12
- package/es/components/date-picker/props/date-picker.d.ts +2 -2
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/dropdown/dropdown.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +39 -39
- package/es/components/form/index.d.ts +27 -27
- package/es/components/input/index.d.ts +13 -13
- package/es/components/input/input.vue.d.ts +4 -4
- package/es/components/input-number/index.d.ts +4 -4
- package/es/components/input-number/input-number.vue.d.ts +2 -2
- package/es/components/input-tag/input-tag.d.ts +1 -1
- package/es/components/input-tag/input-tag.vue.d.ts +9 -9
- package/es/components/md-container/md-container.vue2.js +15 -15
- package/es/components/message/message.vue.d.ts +1 -18
- package/es/components/message/message.vue2.js +62 -54
- package/es/components/message/types.d.ts +23 -7
- package/es/components/modal/index.d.ts +15 -15
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/radio/index.d.ts +60 -60
- package/es/components/radio/radio.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +5 -5
- package/es/components/search/index.d.ts +9 -9
- package/es/components/search/search.vue.d.ts +2 -2
- package/es/components/segmented/index.d.ts +6 -6
- package/es/components/segmented/segmented.d.ts +1 -1
- package/es/components/segmented/segmented.vue.d.ts +3 -3
- package/es/components/select/index.d.ts +45 -45
- package/es/components/select/select.vue.d.ts +45 -45
- package/es/components/select/useSelect.d.ts +36 -36
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/slider/slider.vue.d.ts +2 -2
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/super-form/component-map.js +25 -25
- package/es/components/super-form/index.d.ts +3 -3
- package/es/components/super-form/super-form-item.vue2.js +184 -184
- package/es/components/super-form/use/helper.js +34 -34
- package/es/components/super-form/use/use-auto-focus.js +4 -4
- package/es/components/super-form/use/use-form-events.js +56 -56
- package/es/components/switch/index.d.ts +21 -21
- package/es/components/switch/switch.vue.d.ts +3 -3
- package/es/components/table/table.vue.d.ts +1 -1
- package/es/components/table/table.vue2.js +18 -18
- package/es/components/tabs/index.d.ts +4 -4
- package/es/components/tabs/tabs.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +8 -8
- package/es/components/time-picker/common/props.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +12 -12
- package/es/components/time-picker/time-picker.d.ts +6 -6
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/tooltip/index.d.ts +5 -5
- package/es/components/tooltip/tooltip.vue.d.ts +2 -2
- package/es/components/tree/tree-node.vue.d.ts +39 -39
- package/es/components/upload/index.d.ts +18 -18
- package/es/components/verify-code/useImageVerify.js +1 -1
- package/es/components/verify-code/verify-code.vue2.js +16 -16
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/form-register.d.ts +28 -28
- package/es/utils/form-register.js +44 -44
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +3 -3
- package/lib/components/affix/index.d.ts +6 -6
- package/lib/components/autocomplete/autocomplete.vue.d.ts +22 -22
- package/lib/components/autocomplete/index.d.ts +64 -64
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +33 -33
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/cascader/cascader.d.ts +2 -2
- package/lib/components/cascader/cascader.vue.d.ts +9 -9
- package/lib/components/checkbox/index.d.ts +54 -54
- package/lib/components/col/col.vue.d.ts +1 -1
- package/lib/components/col/index.d.ts +9 -9
- package/lib/components/collapse/collapse-item.vue.d.ts +1 -1
- package/lib/components/color-picker/index.d.ts +12 -12
- package/lib/components/config-provider/config-provider.vue.d.ts +1 -1
- package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker.d.ts +6 -6
- package/lib/components/date-picker/index.d.ts +12 -12
- package/lib/components/date-picker/props/date-picker.d.ts +2 -2
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +39 -39
- package/lib/components/form/index.d.ts +27 -27
- package/lib/components/input/index.d.ts +13 -13
- package/lib/components/input/input.vue.d.ts +4 -4
- package/lib/components/input-number/index.d.ts +4 -4
- package/lib/components/input-number/input-number.vue.d.ts +2 -2
- package/lib/components/input-tag/input-tag.d.ts +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +9 -9
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/message/message.vue.d.ts +1 -18
- package/lib/components/message/message.vue2.cjs +1 -1
- package/lib/components/message/types.d.ts +23 -7
- package/lib/components/modal/index.d.ts +15 -15
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/radio/index.d.ts +60 -60
- package/lib/components/radio/radio.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +5 -5
- package/lib/components/search/index.d.ts +9 -9
- package/lib/components/search/search.vue.d.ts +2 -2
- package/lib/components/segmented/index.d.ts +6 -6
- package/lib/components/segmented/segmented.d.ts +1 -1
- package/lib/components/segmented/segmented.vue.d.ts +3 -3
- package/lib/components/select/index.d.ts +45 -45
- package/lib/components/select/select.vue.d.ts +45 -45
- package/lib/components/select/useSelect.d.ts +36 -36
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/slider/slider.vue.d.ts +2 -2
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/steps/index.d.ts +3 -3
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/index.d.ts +3 -3
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/use/helper.cjs +1 -1
- package/lib/components/super-form/use/use-auto-focus.cjs +1 -1
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/switch/index.d.ts +21 -21
- package/lib/components/switch/switch.vue.d.ts +3 -3
- package/lib/components/table/table.vue.d.ts +1 -1
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/tabs/index.d.ts +4 -4
- package/lib/components/tabs/tabs.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +8 -8
- package/lib/components/time-picker/common/props.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +12 -12
- package/lib/components/time-picker/time-picker.d.ts +6 -6
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/tooltip/index.d.ts +5 -5
- package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
- package/lib/components/tree/tree-node.vue.d.ts +39 -39
- package/lib/components/upload/index.d.ts +18 -18
- package/lib/components/verify-code/useImageVerify.cjs +1 -1
- package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/form-register.cjs +1 -1
- package/lib/utils/form-register.d.ts +28 -28
- package/package.json +5 -5
- package/tags.json +1 -1
- package/theme-style/base.css +1 -1
- package/theme-style/dark/css-vars.css +1 -1
- package/theme-style/index.css +2 -2
- package/theme-style/src/common/var.scss +7 -7
- package/theme-style/src/dark/css-vars.scss +7 -1
- package/theme-style/src/icon.scss +1 -0
- package/theme-style/src/md-container.scss +1 -1
- package/theme-style/src/message.scss +8 -14
- package/theme-style/src/mixins/_var.scss +9 -0
- package/theme-style/src/var.scss +2 -1
- package/theme-style/vft-date-picker.css +1 -1
- package/theme-style/vft-icon.css +1 -1
- package/theme-style/vft-input.css +1 -1
- package/theme-style/vft-md-container.css +1 -1
- package/theme-style/vft-message.css +1 -1
- package/theme-style/vft-time-picker.css +1 -1
- package/theme-style/vft-time-select.css +1 -1
- package/theme-style/vft-var.css +1 -1
- package/web-types.json +1 -1
|
@@ -15,7 +15,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
15
15
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
16
16
|
};
|
|
17
17
|
labelPosition: {
|
|
18
|
-
type: import("vue").PropType<"
|
|
18
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
19
19
|
};
|
|
20
20
|
requireAsteriskPosition: {
|
|
21
21
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -81,7 +81,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
81
81
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
82
82
|
};
|
|
83
83
|
labelPosition: {
|
|
84
|
-
type: import("vue").PropType<"
|
|
84
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
85
85
|
};
|
|
86
86
|
requireAsteriskPosition: {
|
|
87
87
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -142,7 +142,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
142
142
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
143
143
|
};
|
|
144
144
|
labelPosition: {
|
|
145
|
-
type: import("vue").PropType<"
|
|
145
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
146
146
|
};
|
|
147
147
|
requireAsteriskPosition: {
|
|
148
148
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -194,9 +194,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
194
194
|
})> & {
|
|
195
195
|
FormItem: {
|
|
196
196
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
197
|
-
size: {
|
|
198
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
199
|
-
};
|
|
200
197
|
label: {
|
|
201
198
|
type: import("vue").PropType<string>;
|
|
202
199
|
};
|
|
@@ -206,6 +203,9 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
206
203
|
prop: {
|
|
207
204
|
type: import("vue").PropType<string | string[]>;
|
|
208
205
|
};
|
|
206
|
+
size: {
|
|
207
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
208
|
+
};
|
|
209
209
|
required: {
|
|
210
210
|
type: import("vue").PropType<boolean>;
|
|
211
211
|
default: undefined;
|
|
@@ -214,7 +214,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
214
214
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
215
215
|
};
|
|
216
216
|
labelPosition: {
|
|
217
|
-
type: import("vue").PropType<"
|
|
217
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
218
218
|
};
|
|
219
219
|
labelWidth: {
|
|
220
220
|
type: import("vue").PropType<string | number>;
|
|
@@ -266,9 +266,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
266
266
|
M: {};
|
|
267
267
|
Defaults: {};
|
|
268
268
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
269
|
-
size: {
|
|
270
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
271
|
-
};
|
|
272
269
|
label: {
|
|
273
270
|
type: import("vue").PropType<string>;
|
|
274
271
|
};
|
|
@@ -278,6 +275,9 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
278
275
|
prop: {
|
|
279
276
|
type: import("vue").PropType<string | string[]>;
|
|
280
277
|
};
|
|
278
|
+
size: {
|
|
279
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
280
|
+
};
|
|
281
281
|
required: {
|
|
282
282
|
type: import("vue").PropType<boolean>;
|
|
283
283
|
default: undefined;
|
|
@@ -286,7 +286,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
286
286
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
287
287
|
};
|
|
288
288
|
labelPosition: {
|
|
289
|
-
type: import("vue").PropType<"
|
|
289
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
290
290
|
};
|
|
291
291
|
labelWidth: {
|
|
292
292
|
type: import("vue").PropType<string | number>;
|
|
@@ -333,9 +333,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
333
333
|
__isTeleport?: never;
|
|
334
334
|
__isSuspense?: never;
|
|
335
335
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
336
|
-
size: {
|
|
337
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
338
|
-
};
|
|
339
336
|
label: {
|
|
340
337
|
type: import("vue").PropType<string>;
|
|
341
338
|
};
|
|
@@ -345,6 +342,9 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
345
342
|
prop: {
|
|
346
343
|
type: import("vue").PropType<string | string[]>;
|
|
347
344
|
};
|
|
345
|
+
size: {
|
|
346
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
347
|
+
};
|
|
348
348
|
required: {
|
|
349
349
|
type: import("vue").PropType<boolean>;
|
|
350
350
|
default: undefined;
|
|
@@ -353,7 +353,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
353
353
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
354
354
|
};
|
|
355
355
|
labelPosition: {
|
|
356
|
-
type: import("vue").PropType<"
|
|
356
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
357
357
|
};
|
|
358
358
|
labelWidth: {
|
|
359
359
|
type: import("vue").PropType<string | number>;
|
|
@@ -411,9 +411,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
411
411
|
};
|
|
412
412
|
export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
413
413
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
414
|
-
size: {
|
|
415
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
416
|
-
};
|
|
417
414
|
label: {
|
|
418
415
|
type: import("vue").PropType<string>;
|
|
419
416
|
};
|
|
@@ -423,6 +420,9 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
423
420
|
prop: {
|
|
424
421
|
type: import("vue").PropType<string | string[]>;
|
|
425
422
|
};
|
|
423
|
+
size: {
|
|
424
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
425
|
+
};
|
|
426
426
|
required: {
|
|
427
427
|
type: import("vue").PropType<boolean>;
|
|
428
428
|
default: undefined;
|
|
@@ -431,7 +431,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
431
431
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
432
432
|
};
|
|
433
433
|
labelPosition: {
|
|
434
|
-
type: import("vue").PropType<"
|
|
434
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
435
435
|
};
|
|
436
436
|
labelWidth: {
|
|
437
437
|
type: import("vue").PropType<string | number>;
|
|
@@ -483,9 +483,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
483
483
|
M: {};
|
|
484
484
|
Defaults: {};
|
|
485
485
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
486
|
-
size: {
|
|
487
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
488
|
-
};
|
|
489
486
|
label: {
|
|
490
487
|
type: import("vue").PropType<string>;
|
|
491
488
|
};
|
|
@@ -495,6 +492,9 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
495
492
|
prop: {
|
|
496
493
|
type: import("vue").PropType<string | string[]>;
|
|
497
494
|
};
|
|
495
|
+
size: {
|
|
496
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
497
|
+
};
|
|
498
498
|
required: {
|
|
499
499
|
type: import("vue").PropType<boolean>;
|
|
500
500
|
default: undefined;
|
|
@@ -503,7 +503,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
503
503
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
504
504
|
};
|
|
505
505
|
labelPosition: {
|
|
506
|
-
type: import("vue").PropType<"
|
|
506
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
507
507
|
};
|
|
508
508
|
labelWidth: {
|
|
509
509
|
type: import("vue").PropType<string | number>;
|
|
@@ -550,9 +550,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
550
550
|
__isTeleport?: never;
|
|
551
551
|
__isSuspense?: never;
|
|
552
552
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
553
|
-
size: {
|
|
554
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
555
|
-
};
|
|
556
553
|
label: {
|
|
557
554
|
type: import("vue").PropType<string>;
|
|
558
555
|
};
|
|
@@ -562,6 +559,9 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
562
559
|
prop: {
|
|
563
560
|
type: import("vue").PropType<string | string[]>;
|
|
564
561
|
};
|
|
562
|
+
size: {
|
|
563
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
564
|
+
};
|
|
565
565
|
required: {
|
|
566
566
|
type: import("vue").PropType<boolean>;
|
|
567
567
|
default: undefined;
|
|
@@ -570,7 +570,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
570
570
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
571
571
|
};
|
|
572
572
|
labelPosition: {
|
|
573
|
-
type: import("vue").PropType<"
|
|
573
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
574
574
|
};
|
|
575
575
|
labelWidth: {
|
|
576
576
|
type: import("vue").PropType<string | number>;
|
|
@@ -5,7 +5,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
5
5
|
type: import("vue").PropType<string>;
|
|
6
6
|
};
|
|
7
7
|
size: {
|
|
8
|
-
type: import("vue").PropType<"
|
|
8
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
9
9
|
};
|
|
10
10
|
disabled: {
|
|
11
11
|
type: import("vue").PropType<boolean>;
|
|
@@ -77,10 +77,10 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
77
77
|
type: import("vue").PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
78
78
|
};
|
|
79
79
|
}>> & Readonly<{
|
|
80
|
-
onInput?: ((value: string) => any) | undefined;
|
|
81
|
-
onClear?: (() => any) | undefined;
|
|
82
80
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
83
81
|
onChange?: ((value: string) => any) | undefined;
|
|
82
|
+
onInput?: ((value: string) => any) | undefined;
|
|
83
|
+
onClear?: (() => any) | undefined;
|
|
84
84
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
85
85
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
86
86
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -107,10 +107,10 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
107
107
|
clear: () => void;
|
|
108
108
|
resizeTextarea: () => void;
|
|
109
109
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
110
|
-
input: (value: string) => void;
|
|
111
|
-
clear: () => void;
|
|
112
110
|
"update:modelValue": (value: string) => void;
|
|
113
111
|
change: (value: string) => void;
|
|
112
|
+
input: (value: string) => void;
|
|
113
|
+
clear: () => void;
|
|
114
114
|
blur: (evt: FocusEvent) => void;
|
|
115
115
|
compositionend: (evt: CompositionEvent) => void;
|
|
116
116
|
compositionstart: (evt: CompositionEvent) => void;
|
|
@@ -134,7 +134,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
134
134
|
type: import("vue").PropType<string>;
|
|
135
135
|
};
|
|
136
136
|
size: {
|
|
137
|
-
type: import("vue").PropType<"
|
|
137
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
138
138
|
};
|
|
139
139
|
disabled: {
|
|
140
140
|
type: import("vue").PropType<boolean>;
|
|
@@ -206,10 +206,10 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
206
206
|
type: import("vue").PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
207
207
|
};
|
|
208
208
|
}>> & Readonly<{
|
|
209
|
-
onInput?: ((value: string) => any) | undefined;
|
|
210
|
-
onClear?: (() => any) | undefined;
|
|
211
209
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
212
210
|
onChange?: ((value: string) => any) | undefined;
|
|
211
|
+
onInput?: ((value: string) => any) | undefined;
|
|
212
|
+
onClear?: (() => any) | undefined;
|
|
213
213
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
214
214
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
215
215
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -244,7 +244,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
244
244
|
type: import("vue").PropType<string>;
|
|
245
245
|
};
|
|
246
246
|
size: {
|
|
247
|
-
type: import("vue").PropType<"
|
|
247
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
248
248
|
};
|
|
249
249
|
disabled: {
|
|
250
250
|
type: import("vue").PropType<boolean>;
|
|
@@ -316,10 +316,10 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
316
316
|
type: import("vue").PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
317
317
|
};
|
|
318
318
|
}>> & Readonly<{
|
|
319
|
-
onInput?: ((value: string) => any) | undefined;
|
|
320
|
-
onClear?: (() => any) | undefined;
|
|
321
319
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
322
320
|
onChange?: ((value: string) => any) | undefined;
|
|
321
|
+
onInput?: ((value: string) => any) | undefined;
|
|
322
|
+
onClear?: (() => any) | undefined;
|
|
323
323
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
324
324
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
325
325
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -346,10 +346,10 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
346
346
|
clear: () => void;
|
|
347
347
|
resizeTextarea: () => void;
|
|
348
348
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
349
|
-
input: (value: string) => void;
|
|
350
|
-
clear: () => void;
|
|
351
349
|
"update:modelValue": (value: string) => void;
|
|
352
350
|
change: (value: string) => void;
|
|
351
|
+
input: (value: string) => void;
|
|
352
|
+
clear: () => void;
|
|
353
353
|
blur: (evt: FocusEvent) => void;
|
|
354
354
|
compositionend: (evt: CompositionEvent) => void;
|
|
355
355
|
compositionstart: (evt: CompositionEvent) => void;
|
|
@@ -60,10 +60,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
60
60
|
/** @description resize textarea. */
|
|
61
61
|
resizeTextarea: () => void;
|
|
62
62
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
|
-
input: (value: string) => void;
|
|
64
|
-
clear: () => void;
|
|
65
63
|
"update:modelValue": (value: string) => void;
|
|
66
64
|
change: (value: string) => void;
|
|
65
|
+
input: (value: string) => void;
|
|
66
|
+
clear: () => void;
|
|
67
67
|
blur: (evt: FocusEvent) => void;
|
|
68
68
|
compositionend: (evt: CompositionEvent) => void;
|
|
69
69
|
compositionstart: (evt: CompositionEvent) => void;
|
|
@@ -76,10 +76,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
76
76
|
prefixClick: (value: any) => void;
|
|
77
77
|
enter: () => void;
|
|
78
78
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>> & Readonly<{
|
|
79
|
-
onInput?: ((value: string) => any) | undefined;
|
|
80
|
-
onClear?: (() => any) | undefined;
|
|
81
79
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
82
80
|
onChange?: ((value: string) => any) | undefined;
|
|
81
|
+
onInput?: ((value: string) => any) | undefined;
|
|
82
|
+
onClear?: (() => any) | undefined;
|
|
83
83
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
84
84
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
85
85
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -26,7 +26,7 @@ export declare const VftInputNumber: import("vft/es/utils").SFCWithInstall<impor
|
|
|
26
26
|
type: import("vue").PropType<boolean>;
|
|
27
27
|
};
|
|
28
28
|
size: {
|
|
29
|
-
type: import("vue").PropType<"
|
|
29
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
30
30
|
};
|
|
31
31
|
controls: {
|
|
32
32
|
type: import("vue").PropType<boolean>;
|
|
@@ -56,9 +56,9 @@ export declare const VftInputNumber: import("vft/es/utils").SFCWithInstall<impor
|
|
|
56
56
|
focus: () => void;
|
|
57
57
|
blur: () => void;
|
|
58
58
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
|
-
input: (val: number | null | undefined) => void;
|
|
60
59
|
"update:modelValue": (val: number | undefined) => void;
|
|
61
60
|
change: (cur: number | undefined, prev: number | undefined) => void;
|
|
61
|
+
input: (val: number | null | undefined) => void;
|
|
62
62
|
blur: (e: FocusEvent) => void;
|
|
63
63
|
focus: (e: FocusEvent) => void;
|
|
64
64
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -87,7 +87,7 @@ export declare const VftInputNumber: import("vft/es/utils").SFCWithInstall<impor
|
|
|
87
87
|
type: import("vue").PropType<boolean>;
|
|
88
88
|
};
|
|
89
89
|
size: {
|
|
90
|
-
type: import("vue").PropType<"
|
|
90
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
91
91
|
};
|
|
92
92
|
controls: {
|
|
93
93
|
type: import("vue").PropType<boolean>;
|
|
@@ -114,9 +114,9 @@ export declare const VftInputNumber: import("vft/es/utils").SFCWithInstall<impor
|
|
|
114
114
|
type: import("vue").PropType<boolean>;
|
|
115
115
|
};
|
|
116
116
|
}>> & Readonly<{
|
|
117
|
-
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
118
117
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
119
118
|
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
119
|
+
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
120
120
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
121
121
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
122
122
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
@@ -74,15 +74,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
74
74
|
/** @description remove focus the input component */
|
|
75
75
|
blur: () => void;
|
|
76
76
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
77
|
-
input: (val: number | null | undefined) => void;
|
|
78
77
|
"update:modelValue": (val: number | undefined) => void;
|
|
79
78
|
change: (cur: number | undefined, prev: number | undefined) => void;
|
|
79
|
+
input: (val: number | null | undefined) => void;
|
|
80
80
|
blur: (e: FocusEvent) => void;
|
|
81
81
|
focus: (e: FocusEvent) => void;
|
|
82
82
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputNumberProps>>> & Readonly<{
|
|
83
|
-
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
84
83
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
85
84
|
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
85
|
+
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
86
86
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
87
87
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
88
88
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -19,7 +19,7 @@ export declare const inputTagProps: {
|
|
|
19
19
|
readonly draggable: BooleanConstructor;
|
|
20
20
|
readonly delimiter: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, RegExpConstructor], unknown, unknown, "", boolean>;
|
|
21
21
|
readonly size: {
|
|
22
|
-
readonly type: PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "
|
|
22
|
+
readonly type: PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => ComponentSize) | (((new (...args: any[]) => "" | "default" | "small" | "large") | (() => ComponentSize)) | null)[], unknown, unknown>>;
|
|
23
23
|
readonly required: false;
|
|
24
24
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
25
|
__epPropKey: true;
|
|
@@ -25,7 +25,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
25
25
|
readonly draggable: BooleanConstructor;
|
|
26
26
|
readonly delimiter: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, RegExpConstructor], unknown, unknown, "", boolean>;
|
|
27
27
|
readonly size: {
|
|
28
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "
|
|
28
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => import("vft/es/constants").ComponentSize) | (((new (...args: any[]) => "" | "default" | "small" | "large") | (() => import("vft/es/constants").ComponentSize)) | null)[], unknown, unknown>>;
|
|
29
29
|
readonly required: false;
|
|
30
30
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
31
|
__epPropKey: true;
|
|
@@ -57,10 +57,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
57
57
|
focus: () => void;
|
|
58
58
|
blur: () => void;
|
|
59
59
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
60
|
-
input: (value: string) => void;
|
|
61
|
-
clear: () => void;
|
|
62
60
|
"update:modelValue": (value?: string[] | undefined) => void;
|
|
63
61
|
change: (value?: string[] | undefined) => void;
|
|
62
|
+
input: (value: string) => void;
|
|
63
|
+
clear: () => void;
|
|
64
64
|
blur: (evt: FocusEvent) => void;
|
|
65
65
|
focus: (evt: FocusEvent) => void;
|
|
66
66
|
"remove-tag": (value: string) => void;
|
|
@@ -84,7 +84,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
84
84
|
readonly draggable: BooleanConstructor;
|
|
85
85
|
readonly delimiter: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, RegExpConstructor], unknown, unknown, "", boolean>;
|
|
86
86
|
readonly size: {
|
|
87
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "
|
|
87
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => import("vft/es/constants").ComponentSize) | (((new (...args: any[]) => "" | "default" | "small" | "large") | (() => import("vft/es/constants").ComponentSize)) | null)[], unknown, unknown>>;
|
|
88
88
|
readonly required: false;
|
|
89
89
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
90
90
|
__epPropKey: true;
|
|
@@ -113,23 +113,23 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
113
113
|
readonly saveOnBlur: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
114
114
|
readonly ariaLabel: StringConstructor;
|
|
115
115
|
}>> & Readonly<{
|
|
116
|
-
onInput?: ((value: string) => any) | undefined;
|
|
117
|
-
onClear?: (() => any) | undefined;
|
|
118
116
|
"onUpdate:modelValue"?: ((value?: string[] | undefined) => any) | undefined;
|
|
119
117
|
onChange?: ((value?: string[] | undefined) => any) | undefined;
|
|
118
|
+
onInput?: ((value: string) => any) | undefined;
|
|
119
|
+
onClear?: (() => any) | undefined;
|
|
120
120
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
121
121
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
122
122
|
"onRemove-tag"?: ((value: string) => any) | undefined;
|
|
123
123
|
"onAdd-tag"?: ((value: string | string[]) => any) | undefined;
|
|
124
124
|
}>, {
|
|
125
|
-
readonly autocomplete: string;
|
|
126
|
-
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
127
125
|
readonly draggable: boolean;
|
|
128
126
|
readonly id: string;
|
|
129
127
|
readonly autofocus: boolean;
|
|
128
|
+
readonly autocomplete: string;
|
|
129
|
+
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
130
130
|
readonly tabindex: import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
131
|
-
readonly readonly: boolean;
|
|
132
131
|
readonly trigger: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "Enter" | "Space") | (() => "Enter" | "Space") | (((new (...args: any[]) => "Enter" | "Space") | (() => "Enter" | "Space")) | null)[], unknown, unknown>;
|
|
132
|
+
readonly readonly: boolean;
|
|
133
133
|
readonly validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
134
134
|
readonly clearable: boolean;
|
|
135
135
|
readonly tagType: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as T, getCurrentInstance as
|
|
1
|
+
import { defineComponent as T, getCurrentInstance as N, ref as $, computed as y, onMounted as P, nextTick as q, onDeactivated as z, onBeforeMount as A, createElementBlock as f, openBlock as s, normalizeClass as c, unref as e, createBlock as C, createCommentVNode as x, createElementVNode as i, createVNode as m, toDisplayString as k, Fragment as I, renderList as B, withCtx as F, createTextVNode as H, renderSlot as J } from "vue";
|
|
2
2
|
import { VftIcon as b } from "../icon/index.js";
|
|
3
3
|
import { VftIconText as O } from "../icon-text/index.js";
|
|
4
4
|
import { VftMdComment as j } from "../md-comment/index.js";
|
|
@@ -26,35 +26,35 @@ const re = { class: "info-container" }, se = {
|
|
|
26
26
|
}, ce = { class: "infos" }, me = {
|
|
27
27
|
class: "reading",
|
|
28
28
|
title: "阅读量"
|
|
29
|
-
},
|
|
29
|
+
}, ue = ["data-path"], de = T({
|
|
30
30
|
name: "vft-md-container"
|
|
31
31
|
}), qe = /* @__PURE__ */ T({
|
|
32
|
-
...
|
|
32
|
+
...de,
|
|
33
33
|
props: {
|
|
34
34
|
tocList: {},
|
|
35
35
|
scrollDom: { default: ".layout-content" }
|
|
36
36
|
},
|
|
37
37
|
setup(r) {
|
|
38
|
-
const l = Z("md-container"), _ =
|
|
38
|
+
const l = Z("md-container"), _ = N(), u = $(), d = y(() => r.tocList && r.tocList !== "undefined" ? JSON.parse(r.tocList) : ""), { initPhotoSwipe: D } = oe(`.${l.e("content")} img`);
|
|
39
39
|
D(), ae();
|
|
40
40
|
const p = _.appContext.config.globalProperties.$router, a = p.currentRoute.value, L = W(), V = Q ? location.pathname : "", { go: w } = ee(p);
|
|
41
41
|
function E(o) {
|
|
42
42
|
w(`/?classify=${o}`);
|
|
43
43
|
}
|
|
44
|
-
const M =
|
|
44
|
+
const M = y(() => a.meta.category?.includes("api")), g = X(
|
|
45
45
|
() => G({
|
|
46
46
|
scrollDom: ".layout-content",
|
|
47
47
|
contentDom: ".header-anchor",
|
|
48
48
|
selectAttrName: "href",
|
|
49
49
|
offset: 130,
|
|
50
50
|
callback: (o) => {
|
|
51
|
-
|
|
51
|
+
u.value?.menuRef && (u.value.menuRef.activeIndex = o.slice(1));
|
|
52
52
|
}
|
|
53
53
|
}),
|
|
54
54
|
100
|
|
55
55
|
), h = (o) => {
|
|
56
56
|
S(`#${o.index}`, r.scrollDom, 120);
|
|
57
|
-
},
|
|
57
|
+
}, v = () => {
|
|
58
58
|
const o = document.querySelector(r.scrollDom);
|
|
59
59
|
o && o.removeEventListener("scroll", g);
|
|
60
60
|
};
|
|
@@ -75,16 +75,16 @@ const re = { class: "info-container" }, se = {
|
|
|
75
75
|
});
|
|
76
76
|
});
|
|
77
77
|
}), z(() => {
|
|
78
|
-
|
|
78
|
+
v();
|
|
79
79
|
}), A(() => {
|
|
80
|
-
|
|
81
|
-
}), (o, n) => (s(),
|
|
80
|
+
v();
|
|
81
|
+
}), (o, n) => (s(), f("div", {
|
|
82
82
|
class: c([e(l).b(), e(l).is("api", M.value)])
|
|
83
83
|
}, [
|
|
84
84
|
d.value?.length ? (s(), C(e(U), {
|
|
85
85
|
key: 0,
|
|
86
86
|
ref_key: "sideMenuRef",
|
|
87
|
-
ref:
|
|
87
|
+
ref: u,
|
|
88
88
|
"default-active": d.value[0].slug,
|
|
89
89
|
class: "toc-side-menu",
|
|
90
90
|
menus: d.value,
|
|
@@ -105,17 +105,17 @@ const re = { class: "info-container" }, se = {
|
|
|
105
105
|
class: c(e(l).e("title"))
|
|
106
106
|
}, k(e(a).meta?.title), 3),
|
|
107
107
|
i("div", re, [
|
|
108
|
-
e(a).meta?.category?.length ? (s(),
|
|
108
|
+
e(a).meta?.category?.length ? (s(), f("div", se, [
|
|
109
109
|
m(e(b), {
|
|
110
110
|
size: 14,
|
|
111
111
|
color: e(L),
|
|
112
112
|
icon: "icon-category"
|
|
113
113
|
}, null, 8, ["color"]),
|
|
114
|
-
(s(!0),
|
|
114
|
+
(s(!0), f(I, null, B(e(a).meta?.category, (t, R) => (s(), C(e(Y), {
|
|
115
115
|
size: "small",
|
|
116
116
|
class: "tag",
|
|
117
117
|
type: e(K)(e(le), 1)[0],
|
|
118
|
-
key:
|
|
118
|
+
key: R,
|
|
119
119
|
onClick: (fe) => E(t)
|
|
120
120
|
}, {
|
|
121
121
|
default: F(() => [
|
|
@@ -144,7 +144,7 @@ const re = { class: "info-container" }, se = {
|
|
|
144
144
|
i("div", {
|
|
145
145
|
class: "waline-pageview-count lh-1",
|
|
146
146
|
"data-path": e(V)
|
|
147
|
-
}, "0", 8,
|
|
147
|
+
}, "0", 8, ue)
|
|
148
148
|
])
|
|
149
149
|
])
|
|
150
150
|
])
|
|
@@ -1,21 +1,4 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { MessageType } from './types';
|
|
3
|
-
export interface MessageProps {
|
|
4
|
-
customClass?: string;
|
|
5
|
-
center?: boolean;
|
|
6
|
-
dangerouslyUseHTMLString?: boolean;
|
|
7
|
-
duration: number;
|
|
8
|
-
icon?: string;
|
|
9
|
-
id: string;
|
|
10
|
-
message?: string | VNode | (() => VNode);
|
|
11
|
-
onClose?: Function;
|
|
12
|
-
showClose?: boolean;
|
|
13
|
-
type: MessageType;
|
|
14
|
-
offset: number;
|
|
15
|
-
zIndex?: number;
|
|
16
|
-
grouping?: boolean;
|
|
17
|
-
repeatNum?: number;
|
|
18
|
-
}
|
|
1
|
+
import type { MessageProps } from './types';
|
|
19
2
|
declare function close(): void;
|
|
20
3
|
declare function __VLS_template(): {
|
|
21
4
|
default?(_: {}): any;
|