@aplus-frontend/ui 0.0.1-beta.1 → 0.0.1-beta.2
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/es/src/base-button/button.vue.d.ts +5 -5
- package/es/src/base-button/index.d.ts +45 -40
- package/es/src/base-button/modal-button.vue.d.ts +8 -6
- package/es/src/base-button/pop-confirm-button.vue.d.ts +4 -3
- package/es/src/basic/arrow.vue.d.ts +4 -3
- package/es/src/basic/help.vue.d.ts +5 -5
- package/es/src/basic/index.d.ts +196 -70
- package/es/src/basic/title.vue.d.ts +5 -4
- package/es/src/button/index.d.ts +20 -15
- package/es/src/config-provider/config-provider-props.d.ts +21 -15
- package/es/src/config-provider/config-provider.d.ts +78 -67
- package/es/src/config-provider/hooks/use-global-config.d.ts +41 -32
- package/es/src/config-provider/hooks/use-namespace.d.ts +3 -3
- package/es/src/config-provider/index.d.ts +504 -155
- package/es/src/constants/component-setting.d.ts +2 -2
- package/es/src/container/collapse/header.vue.d.ts +3 -3
- package/es/src/container/collapse/index.vue.d.ts +3 -3
- package/es/src/container/index.d.ts +118 -37
- package/es/src/container/scroll-container.vue.d.ts +5 -4
- package/es/src/count-down/button.vue.d.ts +5 -4
- package/es/src/count-down/index.d.ts +88 -41
- package/es/src/count-down/input.vue.d.ts +5 -4
- package/es/src/cropper/cropper-avatar.vue.d.ts +6 -5
- package/es/src/cropper/cropper-image.vue.d.ts +6 -6
- package/es/src/cropper/cropper-modal.vue.d.ts +4 -4
- package/es/src/cropper/index.d.ts +307 -92
- package/es/src/description/description.vue.d.ts +3 -3
- package/es/src/description/index.d.ts +167 -46
- package/es/src/dropdown/dropdown.vue.d.ts +6 -5
- package/es/src/dropdown/index.d.ts +35 -28
- package/es/src/hooks/useMessage.d.ts +9 -7
- package/es/src/icon/icon.vue.d.ts +5 -4
- package/es/src/icon/index.d.ts +175 -52
- package/es/src/icon/svg-icon.vue.d.ts +5 -4
- package/es/src/icon-picker/icon-picker.vue.d.ts +6 -5
- package/es/src/icon-picker/index.d.ts +155 -46
- package/es/src/modal/basic.vue.d.ts +68 -62
- package/es/src/modal/components/modal-close.vue.d.ts +6 -5
- package/es/src/modal/components/modal-footer.vue.d.ts +67 -62
- package/es/src/modal/components/modal-header.vue.d.ts +4 -3
- package/es/src/modal/components/modal-wrapper.vue.d.ts +4 -3
- package/es/src/modal/components/modal.d.ts +67 -61
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +2 -2
- package/es/src/modal/index.d.ts +138 -128
- package/es/src/modal/props.d.ts +19 -16
- package/es/src/pro-form/component-map.d.ts +2 -2
- package/es/src/pro-form/components/api-cascader.vue.d.ts +6 -5
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +6 -5
- package/es/src/pro-form/components/api-select.vue.d.ts +6 -5
- package/es/src/pro-form/components/api-transfer.vue.d.ts +6 -5
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +6 -5
- package/es/src/pro-form/components/api-tree.vue.d.ts +6 -5
- package/es/src/pro-form/components/form-action.vue.d.ts +6 -5
- package/es/src/pro-form/components/form-item.vue.d.ts +3 -3
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +5 -4
- package/es/src/pro-form/hooks/use-advanced.d.ts +2 -2
- package/es/src/pro-form/hooks/use-break-point.d.ts +4 -3
- package/es/src/pro-form/hooks/use-label-width.d.ts +42 -41
- package/es/src/pro-form/pro-form.vue.d.ts +15 -12
- package/es/src/pro-table/component-map.d.ts +2 -2
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +3 -2
- package/es/src/pro-table/components/editable/cell-component.d.ts +2 -1
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +19 -18
- package/es/src/pro-table/components/editable/index.d.ts +2 -2
- package/es/src/pro-table/components/header-cell.vue.d.ts +3 -3
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -2
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -1
- package/es/src/pro-table/components/settings/index.vue.d.ts +4 -4
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -1
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -1
- package/es/src/pro-table/components/table-action.vue.d.ts +3 -3
- package/es/src/pro-table/components/table-footer.vue.d.ts +7 -5
- package/es/src/pro-table/components/table-header.vue.d.ts +4 -4
- package/es/src/pro-table/components/table-image.vue.d.ts +5 -4
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +5 -4
- package/es/src/pro-table/components/table-title.vue.d.ts +3 -3
- package/es/src/pro-table/hooks/use-data-source.d.ts +2 -1
- package/es/src/pro-table/pro-table.vue.d.ts +42 -36
- package/es/src/prompt/dialog.vue.d.ts +4 -3
- package/es/src/prompt/index.d.ts +2 -2
- package/es/src/scroll-bar/bar-item.d.ts +4 -3
- package/es/src/scroll-bar/index.d.ts +52 -46
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +8 -6
- package/es/src/strength-meter/index.d.ts +26 -21
- package/es/src/strength-meter/strength-meter.vue.d.ts +6 -5
- package/es/src/transition/collapse-transition.vue.d.ts +2 -1
- package/es/src/transition/create-transition.d.ts +5 -5
- package/es/src/transition/index.d.ts +97 -96
- package/es/src/utils/slot.d.ts +2 -2
- package/lib/src/base-button/button.vue.d.ts +5 -5
- package/lib/src/base-button/index.d.ts +45 -40
- package/lib/src/base-button/modal-button.vue.d.ts +8 -6
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +4 -3
- package/lib/src/basic/arrow.vue.d.ts +4 -3
- package/lib/src/basic/help.vue.d.ts +5 -5
- package/lib/src/basic/index.d.ts +196 -70
- package/lib/src/basic/title.vue.d.ts +5 -4
- package/lib/src/button/index.d.ts +20 -15
- package/lib/src/config-provider/config-provider-props.d.ts +21 -15
- package/lib/src/config-provider/config-provider.d.ts +78 -67
- package/lib/src/config-provider/hooks/use-global-config.d.ts +41 -32
- package/lib/src/config-provider/hooks/use-namespace.d.ts +3 -3
- package/lib/src/config-provider/index.d.ts +504 -155
- package/lib/src/constants/component-setting.d.ts +2 -2
- package/lib/src/container/collapse/header.vue.d.ts +3 -3
- package/lib/src/container/collapse/index.vue.d.ts +3 -3
- package/lib/src/container/index.d.ts +118 -37
- package/lib/src/container/scroll-container.vue.d.ts +5 -4
- package/lib/src/count-down/button.vue.d.ts +5 -4
- package/lib/src/count-down/index.d.ts +88 -41
- package/lib/src/count-down/input.vue.d.ts +5 -4
- package/lib/src/cropper/cropper-avatar.vue.d.ts +6 -5
- package/lib/src/cropper/cropper-image.vue.d.ts +6 -6
- package/lib/src/cropper/cropper-modal.vue.d.ts +4 -4
- package/lib/src/cropper/index.d.ts +307 -92
- package/lib/src/description/description.vue.d.ts +3 -3
- package/lib/src/description/index.d.ts +167 -46
- package/lib/src/dropdown/dropdown.vue.d.ts +6 -5
- package/lib/src/dropdown/index.d.ts +35 -28
- package/lib/src/hooks/useMessage.d.ts +9 -7
- package/lib/src/icon/icon.vue.d.ts +5 -4
- package/lib/src/icon/index.d.ts +175 -52
- package/lib/src/icon/svg-icon.vue.d.ts +5 -4
- package/lib/src/icon-picker/icon-picker.vue.d.ts +6 -5
- package/lib/src/icon-picker/index.d.ts +155 -46
- package/lib/src/modal/basic.vue.d.ts +68 -62
- package/lib/src/modal/components/modal-close.vue.d.ts +6 -5
- package/lib/src/modal/components/modal-footer.vue.d.ts +67 -62
- package/lib/src/modal/components/modal-header.vue.d.ts +4 -3
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +4 -3
- package/lib/src/modal/components/modal.d.ts +67 -61
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +2 -2
- package/lib/src/modal/index.d.ts +138 -128
- package/lib/src/modal/props.d.ts +19 -16
- package/lib/src/pro-form/component-map.d.ts +2 -2
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +6 -5
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +6 -5
- package/lib/src/pro-form/components/api-select.vue.d.ts +6 -5
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +6 -5
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +6 -5
- package/lib/src/pro-form/components/api-tree.vue.d.ts +6 -5
- package/lib/src/pro-form/components/form-action.vue.d.ts +6 -5
- package/lib/src/pro-form/components/form-item.vue.d.ts +3 -3
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +5 -4
- package/lib/src/pro-form/hooks/use-advanced.d.ts +2 -2
- package/lib/src/pro-form/hooks/use-break-point.d.ts +4 -3
- package/lib/src/pro-form/hooks/use-label-width.d.ts +42 -41
- package/lib/src/pro-form/pro-form.vue.d.ts +15 -12
- package/lib/src/pro-table/component-map.d.ts +2 -2
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +3 -2
- package/lib/src/pro-table/components/editable/cell-component.d.ts +2 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +19 -18
- package/lib/src/pro-table/components/editable/index.d.ts +2 -2
- package/lib/src/pro-table/components/header-cell.vue.d.ts +3 -3
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -2
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -1
- package/lib/src/pro-table/components/settings/index.vue.d.ts +4 -4
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -1
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -1
- package/lib/src/pro-table/components/table-action.vue.d.ts +3 -3
- package/lib/src/pro-table/components/table-footer.vue.d.ts +7 -5
- package/lib/src/pro-table/components/table-header.vue.d.ts +4 -4
- package/lib/src/pro-table/components/table-image.vue.d.ts +5 -4
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +5 -4
- package/lib/src/pro-table/components/table-title.vue.d.ts +3 -3
- package/lib/src/pro-table/hooks/use-data-source.d.ts +2 -1
- package/lib/src/pro-table/pro-table.vue.d.ts +42 -36
- package/lib/src/prompt/dialog.vue.d.ts +4 -3
- package/lib/src/prompt/index.d.ts +2 -2
- package/lib/src/scroll-bar/bar-item.d.ts +4 -3
- package/lib/src/scroll-bar/index.d.ts +52 -46
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +8 -6
- package/lib/src/strength-meter/index.d.ts +26 -21
- package/lib/src/strength-meter/strength-meter.vue.d.ts +6 -5
- package/lib/src/transition/collapse-transition.vue.d.ts +2 -1
- package/lib/src/transition/create-transition.d.ts +5 -5
- package/lib/src/transition/index.d.ts +97 -96
- package/lib/src/utils/slot.d.ts +2 -2
- package/package.json +2 -2
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { DefineComponent, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
1
2
|
|
|
2
|
-
declare const _default:
|
|
3
|
+
declare const _default: DefineComponent<{
|
|
3
4
|
vertical: BooleanConstructor;
|
|
4
5
|
size: StringConstructor;
|
|
5
6
|
move: NumberConstructor;
|
|
6
|
-
}, () =>
|
|
7
|
+
}, () => VNode<RendererNode, RendererElement, {
|
|
7
8
|
[key: string]: any;
|
|
8
|
-
}>, unknown, {}, {},
|
|
9
|
+
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
9
10
|
vertical: BooleanConstructor;
|
|
10
11
|
size: StringConstructor;
|
|
11
12
|
move: NumberConstructor;
|
|
@@ -1,75 +1,77 @@
|
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
|
+
import { StyleValue } from '../type';
|
|
1
3
|
export * from './interface';
|
|
2
|
-
export declare const Scrollbar:
|
|
3
|
-
new (...args: any[]):
|
|
4
|
+
export declare const Scrollbar: {
|
|
5
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
4
6
|
native: {
|
|
5
|
-
type:
|
|
7
|
+
type: PropType<boolean>;
|
|
6
8
|
default: boolean;
|
|
7
9
|
};
|
|
8
10
|
scrollHeight: {
|
|
9
|
-
type:
|
|
11
|
+
type: PropType<number>;
|
|
10
12
|
default: number;
|
|
11
13
|
};
|
|
12
14
|
wrapStyle: {
|
|
13
|
-
type:
|
|
15
|
+
type: PropType<StyleValue>;
|
|
14
16
|
default: string;
|
|
15
17
|
};
|
|
16
18
|
wrapClass: {
|
|
17
|
-
type:
|
|
19
|
+
type: PropType<string | string[]>;
|
|
18
20
|
default: string;
|
|
19
21
|
};
|
|
20
22
|
viewClass: {
|
|
21
|
-
type:
|
|
23
|
+
type: PropType<string | string[]>;
|
|
22
24
|
default: string;
|
|
23
25
|
};
|
|
24
26
|
viewStyle: {
|
|
25
|
-
type:
|
|
27
|
+
type: PropType<string | string[]>;
|
|
26
28
|
default: string;
|
|
27
29
|
};
|
|
28
30
|
noresize: {
|
|
29
|
-
type:
|
|
31
|
+
type: PropType<boolean>;
|
|
30
32
|
};
|
|
31
33
|
tag: {
|
|
32
|
-
type:
|
|
34
|
+
type: PropType<string>;
|
|
33
35
|
default: string;
|
|
34
36
|
};
|
|
35
37
|
}>>, {
|
|
36
|
-
wrap:
|
|
37
|
-
}, unknown, {}, {},
|
|
38
|
+
wrap: Ref<any>;
|
|
39
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
38
40
|
native: {
|
|
39
|
-
type:
|
|
41
|
+
type: PropType<boolean>;
|
|
40
42
|
default: boolean;
|
|
41
43
|
};
|
|
42
44
|
scrollHeight: {
|
|
43
|
-
type:
|
|
45
|
+
type: PropType<number>;
|
|
44
46
|
default: number;
|
|
45
47
|
};
|
|
46
48
|
wrapStyle: {
|
|
47
|
-
type:
|
|
49
|
+
type: PropType<StyleValue>;
|
|
48
50
|
default: string;
|
|
49
51
|
};
|
|
50
52
|
wrapClass: {
|
|
51
|
-
type:
|
|
53
|
+
type: PropType<string | string[]>;
|
|
52
54
|
default: string;
|
|
53
55
|
};
|
|
54
56
|
viewClass: {
|
|
55
|
-
type:
|
|
57
|
+
type: PropType<string | string[]>;
|
|
56
58
|
default: string;
|
|
57
59
|
};
|
|
58
60
|
viewStyle: {
|
|
59
|
-
type:
|
|
61
|
+
type: PropType<string | string[]>;
|
|
60
62
|
default: string;
|
|
61
63
|
};
|
|
62
64
|
noresize: {
|
|
63
|
-
type:
|
|
65
|
+
type: PropType<boolean>;
|
|
64
66
|
};
|
|
65
67
|
tag: {
|
|
66
|
-
type:
|
|
68
|
+
type: PropType<string>;
|
|
67
69
|
default: string;
|
|
68
70
|
};
|
|
69
71
|
}>>, {
|
|
70
72
|
native: boolean;
|
|
71
73
|
scrollHeight: number;
|
|
72
|
-
wrapStyle:
|
|
74
|
+
wrapStyle: StyleValue;
|
|
73
75
|
wrapClass: string | string[];
|
|
74
76
|
viewClass: string | string[];
|
|
75
77
|
viewStyle: string | string[];
|
|
@@ -81,44 +83,44 @@ export declare const Scrollbar: import('@aplus-frontend/utils/src/vue/install').
|
|
|
81
83
|
C: {};
|
|
82
84
|
M: {};
|
|
83
85
|
Defaults: {};
|
|
84
|
-
}, Readonly<
|
|
86
|
+
}, Readonly< ExtractPropTypes<{
|
|
85
87
|
native: {
|
|
86
|
-
type:
|
|
88
|
+
type: PropType<boolean>;
|
|
87
89
|
default: boolean;
|
|
88
90
|
};
|
|
89
91
|
scrollHeight: {
|
|
90
|
-
type:
|
|
92
|
+
type: PropType<number>;
|
|
91
93
|
default: number;
|
|
92
94
|
};
|
|
93
95
|
wrapStyle: {
|
|
94
|
-
type:
|
|
96
|
+
type: PropType<StyleValue>;
|
|
95
97
|
default: string;
|
|
96
98
|
};
|
|
97
99
|
wrapClass: {
|
|
98
|
-
type:
|
|
100
|
+
type: PropType<string | string[]>;
|
|
99
101
|
default: string;
|
|
100
102
|
};
|
|
101
103
|
viewClass: {
|
|
102
|
-
type:
|
|
104
|
+
type: PropType<string | string[]>;
|
|
103
105
|
default: string;
|
|
104
106
|
};
|
|
105
107
|
viewStyle: {
|
|
106
|
-
type:
|
|
108
|
+
type: PropType<string | string[]>;
|
|
107
109
|
default: string;
|
|
108
110
|
};
|
|
109
111
|
noresize: {
|
|
110
|
-
type:
|
|
112
|
+
type: PropType<boolean>;
|
|
111
113
|
};
|
|
112
114
|
tag: {
|
|
113
|
-
type:
|
|
115
|
+
type: PropType<string>;
|
|
114
116
|
default: string;
|
|
115
117
|
};
|
|
116
118
|
}>>, {
|
|
117
|
-
wrap:
|
|
119
|
+
wrap: Ref<any>;
|
|
118
120
|
}, {}, {}, {}, {
|
|
119
121
|
native: boolean;
|
|
120
122
|
scrollHeight: number;
|
|
121
|
-
wrapStyle:
|
|
123
|
+
wrapStyle: StyleValue;
|
|
122
124
|
wrapClass: string | string[];
|
|
123
125
|
viewClass: string | string[];
|
|
124
126
|
viewStyle: string | string[];
|
|
@@ -127,51 +129,55 @@ export declare const Scrollbar: import('@aplus-frontend/utils/src/vue/install').
|
|
|
127
129
|
__isFragment?: undefined;
|
|
128
130
|
__isTeleport?: undefined;
|
|
129
131
|
__isSuspense?: undefined;
|
|
130
|
-
} &
|
|
132
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
131
133
|
native: {
|
|
132
|
-
type:
|
|
134
|
+
type: PropType<boolean>;
|
|
133
135
|
default: boolean;
|
|
134
136
|
};
|
|
135
137
|
scrollHeight: {
|
|
136
|
-
type:
|
|
138
|
+
type: PropType<number>;
|
|
137
139
|
default: number;
|
|
138
140
|
};
|
|
139
141
|
wrapStyle: {
|
|
140
|
-
type:
|
|
142
|
+
type: PropType<StyleValue>;
|
|
141
143
|
default: string;
|
|
142
144
|
};
|
|
143
145
|
wrapClass: {
|
|
144
|
-
type:
|
|
146
|
+
type: PropType<string | string[]>;
|
|
145
147
|
default: string;
|
|
146
148
|
};
|
|
147
149
|
viewClass: {
|
|
148
|
-
type:
|
|
150
|
+
type: PropType<string | string[]>;
|
|
149
151
|
default: string;
|
|
150
152
|
};
|
|
151
153
|
viewStyle: {
|
|
152
|
-
type:
|
|
154
|
+
type: PropType<string | string[]>;
|
|
153
155
|
default: string;
|
|
154
156
|
};
|
|
155
157
|
noresize: {
|
|
156
|
-
type:
|
|
158
|
+
type: PropType<boolean>;
|
|
157
159
|
};
|
|
158
160
|
tag: {
|
|
159
|
-
type:
|
|
161
|
+
type: PropType<string>;
|
|
160
162
|
default: string;
|
|
161
163
|
};
|
|
162
164
|
}>>, {
|
|
163
|
-
wrap:
|
|
164
|
-
}, unknown, {}, {},
|
|
165
|
+
wrap: Ref<any>;
|
|
166
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
165
167
|
native: boolean;
|
|
166
168
|
scrollHeight: number;
|
|
167
|
-
wrapStyle:
|
|
169
|
+
wrapStyle: StyleValue;
|
|
168
170
|
wrapClass: string | string[];
|
|
169
171
|
viewClass: string | string[];
|
|
170
172
|
viewStyle: string | string[];
|
|
171
173
|
tag: string;
|
|
172
|
-
}, {}, string, {}> &
|
|
174
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
173
175
|
$slots: {
|
|
174
176
|
default?(_: {}): any;
|
|
175
177
|
};
|
|
176
|
-
})
|
|
178
|
+
}) & Plugin<any[]> & (new (...args: any[]) => {
|
|
179
|
+
$props: {
|
|
180
|
+
onClick?: (() => void) | undefined;
|
|
181
|
+
};
|
|
182
|
+
});
|
|
177
183
|
export default Scrollbar;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { ScrollbarProps } from './interface';
|
|
2
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
+
import { StyleValue } from '../type';
|
|
2
4
|
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScrollbarProps>, {
|
|
4
6
|
native: boolean;
|
|
5
7
|
wrapStyle: string;
|
|
6
8
|
wrapClass: string;
|
|
@@ -9,8 +11,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
9
11
|
tag: string;
|
|
10
12
|
scrollHeight: number;
|
|
11
13
|
}>, {
|
|
12
|
-
wrap:
|
|
13
|
-
}, unknown, {}, {},
|
|
14
|
+
wrap: Ref<any>;
|
|
15
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScrollbarProps>, {
|
|
14
16
|
native: boolean;
|
|
15
17
|
wrapStyle: string;
|
|
16
18
|
wrapClass: string;
|
|
@@ -21,7 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
21
23
|
}>>>, {
|
|
22
24
|
native: boolean;
|
|
23
25
|
scrollHeight: number;
|
|
24
|
-
wrapStyle:
|
|
26
|
+
wrapStyle: StyleValue;
|
|
25
27
|
wrapClass: string | string[];
|
|
26
28
|
viewClass: string | string[];
|
|
27
29
|
viewStyle: string | string[];
|
|
@@ -33,9 +35,9 @@ export default _default;
|
|
|
33
35
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
36
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
37
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type:
|
|
38
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
39
|
} : {
|
|
38
|
-
type:
|
|
40
|
+
type: PropType<T[K]>;
|
|
39
41
|
required: true;
|
|
40
42
|
};
|
|
41
43
|
};
|
|
@@ -1,31 +1,32 @@
|
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
1
2
|
export * from './interface';
|
|
2
|
-
export declare const StrengthMeter:
|
|
3
|
-
new (...args: any[]):
|
|
3
|
+
export declare const StrengthMeter: {
|
|
4
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
4
5
|
value: {
|
|
5
|
-
type:
|
|
6
|
+
type: PropType<string>;
|
|
6
7
|
};
|
|
7
8
|
disabled: {
|
|
8
|
-
type:
|
|
9
|
+
type: PropType<boolean>;
|
|
9
10
|
};
|
|
10
11
|
showInput: {
|
|
11
|
-
type:
|
|
12
|
+
type: PropType<boolean>;
|
|
12
13
|
default: boolean;
|
|
13
14
|
};
|
|
14
15
|
}>> & {
|
|
15
16
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
16
17
|
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}, {}, unknown, {}, {},
|
|
18
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
19
|
change: (...args: any[]) => void;
|
|
19
20
|
"score-change": (...args: any[]) => void;
|
|
20
|
-
},
|
|
21
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
21
22
|
value: {
|
|
22
|
-
type:
|
|
23
|
+
type: PropType<string>;
|
|
23
24
|
};
|
|
24
25
|
disabled: {
|
|
25
|
-
type:
|
|
26
|
+
type: PropType<boolean>;
|
|
26
27
|
};
|
|
27
28
|
showInput: {
|
|
28
|
-
type:
|
|
29
|
+
type: PropType<boolean>;
|
|
29
30
|
default: boolean;
|
|
30
31
|
};
|
|
31
32
|
}>> & {
|
|
@@ -40,15 +41,15 @@ export declare const StrengthMeter: import('@aplus-frontend/utils/src/vue/instal
|
|
|
40
41
|
C: {};
|
|
41
42
|
M: {};
|
|
42
43
|
Defaults: {};
|
|
43
|
-
}, Readonly<
|
|
44
|
+
}, Readonly< ExtractPropTypes<{
|
|
44
45
|
value: {
|
|
45
|
-
type:
|
|
46
|
+
type: PropType<string>;
|
|
46
47
|
};
|
|
47
48
|
disabled: {
|
|
48
|
-
type:
|
|
49
|
+
type: PropType<boolean>;
|
|
49
50
|
};
|
|
50
51
|
showInput: {
|
|
51
|
-
type:
|
|
52
|
+
type: PropType<boolean>;
|
|
52
53
|
default: boolean;
|
|
53
54
|
};
|
|
54
55
|
}>> & {
|
|
@@ -60,25 +61,29 @@ export declare const StrengthMeter: import('@aplus-frontend/utils/src/vue/instal
|
|
|
60
61
|
__isFragment?: undefined;
|
|
61
62
|
__isTeleport?: undefined;
|
|
62
63
|
__isSuspense?: undefined;
|
|
63
|
-
} &
|
|
64
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
64
65
|
value: {
|
|
65
|
-
type:
|
|
66
|
+
type: PropType<string>;
|
|
66
67
|
};
|
|
67
68
|
disabled: {
|
|
68
|
-
type:
|
|
69
|
+
type: PropType<boolean>;
|
|
69
70
|
};
|
|
70
71
|
showInput: {
|
|
71
|
-
type:
|
|
72
|
+
type: PropType<boolean>;
|
|
72
73
|
default: boolean;
|
|
73
74
|
};
|
|
74
75
|
}>> & {
|
|
75
76
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
76
77
|
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
77
|
-
}, {}, unknown, {}, {},
|
|
78
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
78
79
|
change: (...args: any[]) => void;
|
|
79
80
|
"score-change": (...args: any[]) => void;
|
|
80
81
|
}, string, {
|
|
81
82
|
showInput: boolean;
|
|
82
|
-
}, {}, string, {}> &
|
|
83
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
83
84
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
84
|
-
})
|
|
85
|
+
}) & Plugin<any[]> & (new (...args: any[]) => {
|
|
86
|
+
$props: {
|
|
87
|
+
onClick?: (() => void) | undefined;
|
|
88
|
+
};
|
|
89
|
+
});
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { StrengthMeterProps } from './interface';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
3
|
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<StrengthMeterProps>, {
|
|
4
5
|
showInput: boolean;
|
|
5
|
-
}>, {}, unknown, {}, {},
|
|
6
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6
7
|
change: (...args: any[]) => void;
|
|
7
8
|
"score-change": (...args: any[]) => void;
|
|
8
|
-
}, string,
|
|
9
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<StrengthMeterProps>, {
|
|
9
10
|
showInput: boolean;
|
|
10
11
|
}>>> & {
|
|
11
12
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -17,9 +18,9 @@ export default _default;
|
|
|
17
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
19
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
20
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type:
|
|
21
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
22
|
} : {
|
|
22
|
-
type:
|
|
23
|
+
type: PropType<T[K]>;
|
|
23
24
|
required: true;
|
|
24
25
|
};
|
|
25
26
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
1
2
|
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>, {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
}>;
|
|
5
6
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
1
|
+
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
2
|
|
|
3
3
|
type Mode = 'in-out' | 'out-in' | 'default' | undefined;
|
|
4
|
-
export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode):
|
|
4
|
+
export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode): DefineComponent<{
|
|
5
5
|
group: {
|
|
6
6
|
type: PropType<boolean>;
|
|
7
7
|
default: boolean;
|
|
@@ -14,7 +14,7 @@ export declare function createSimpleTransition(name: string, origin?: string, mo
|
|
|
14
14
|
type: PropType<string>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {},
|
|
17
|
+
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
18
18
|
group: {
|
|
19
19
|
type: PropType<boolean>;
|
|
20
20
|
default: boolean;
|
|
@@ -32,12 +32,12 @@ export declare function createSimpleTransition(name: string, origin?: string, mo
|
|
|
32
32
|
group: boolean;
|
|
33
33
|
origin: string;
|
|
34
34
|
}, {}>;
|
|
35
|
-
export declare function createJavascriptTransition(name: string, functions: Record<string, any>, mode?: Mode):
|
|
35
|
+
export declare function createJavascriptTransition(name: string, functions: Record<string, any>, mode?: Mode): DefineComponent<{
|
|
36
36
|
mode: {
|
|
37
37
|
type: PropType<Mode>;
|
|
38
38
|
default: "default" | "in-out" | "out-in";
|
|
39
39
|
};
|
|
40
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {},
|
|
40
|
+
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
41
41
|
mode: {
|
|
42
42
|
type: PropType<Mode>;
|
|
43
43
|
default: "default" | "in-out" | "out-in";
|