@aplus-frontend/ui 0.0.1-beta.1 → 0.0.1-beta.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.
- package/es/index.mjs +124 -118
- package/es/src/ap-field/checkbox/helper.d.ts +6 -0
- package/es/src/ap-field/date/constant.d.ts +1 -0
- package/es/src/ap-field/index.d.ts +5 -0
- package/es/src/ap-field/interface.d.ts +29 -0
- package/es/src/ap-form/ap-form-item-group/helper.d.ts +8 -0
- package/es/src/ap-form/ap-form-item-group/helper.mjs +14 -0
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +45 -0
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +58 -0
- package/es/src/ap-form/ap-form-item-group/index.vue2.mjs +4 -0
- package/es/src/ap-form/ap-form-item.vue.d.ts +47 -0
- package/es/src/ap-form/ap-form-item.vue.mjs +76 -0
- package/es/src/ap-form/ap-form-item.vue2.mjs +4 -0
- package/es/src/ap-form/ap-form.d.ts +1681 -0
- package/es/src/ap-form/ap-form.mjs +5 -0
- package/es/src/ap-form/constant.d.ts +3 -0
- package/es/src/ap-form/constant.mjs +17 -0
- package/es/src/ap-form/index.d.ts +2593 -0
- package/es/src/ap-form/index.mjs +10 -0
- package/es/src/ap-form/interface.d.ts +7 -0
- package/es/src/ap-form/style/ap-form-item-group.css +9 -0
- package/es/src/base-button/button.vue.d.ts +5 -5
- package/es/src/base-button/index.d.ts +53 -48
- 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 +6 -6
- 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 +28 -16
- package/es/src/config-provider/config-provider-props.mjs +8 -4
- package/es/src/config-provider/config-provider.d.ts +92 -68
- package/es/src/config-provider/constants.d.ts +3 -0
- package/es/src/config-provider/hooks/use-global-config.d.ts +47 -32
- package/es/src/config-provider/hooks/use-namespace.d.ts +3 -3
- package/es/src/config-provider/index.d.ts +532 -156
- package/es/src/container/collapse/header.vue.d.ts +3 -3
- package/es/src/container/collapse/index.vue.d.ts +4 -4
- package/es/src/container/index.d.ts +119 -38
- 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 +7 -7
- package/es/src/cropper/cropper-modal.vue.d.ts +4 -4
- package/es/src/cropper/index.d.ts +308 -93
- package/es/src/description/description.vue.d.ts +6 -6
- package/es/src/description/index.d.ts +169 -48
- package/es/src/dropdown/dropdown.vue.d.ts +6 -5
- package/es/src/dropdown/index.d.ts +35 -28
- package/es/src/hooks/index.d.ts +1 -0
- package/es/src/hooks/useControllableValue.d.ts +13 -0
- package/es/src/hooks/useControllableValue.mjs +24 -0
- 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 +9 -8
- package/es/src/icon-picker/index.d.ts +160 -51
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +79 -75
- package/es/src/modal/basic.vue.d.ts +70 -64
- package/es/src/modal/components/modal-close.vue.d.ts +6 -5
- package/es/src/modal/components/modal-footer.vue.d.ts +69 -64
- package/es/src/modal/components/modal-header.vue.d.ts +4 -3
- package/es/src/modal/components/modal-wrapper.vue.d.ts +5 -4
- package/es/src/modal/components/modal.d.ts +69 -63
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +2 -2
- package/es/src/modal/index.d.ts +144 -134
- 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 +7 -6
- package/es/src/pro-form/components/api-select.vue.d.ts +8 -7
- 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 +7 -6
- 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 +51 -50
- package/es/src/pro-form/pro-form.vue.d.ts +16 -13
- 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/const.d.ts +3 -0
- package/es/src/pro-table/const.mjs +10 -4
- package/es/src/pro-table/hooks/use-data-source.d.ts +2 -1
- package/es/src/pro-table/interface.d.ts +4 -0
- package/es/src/pro-table/pro-table.vue.d.ts +45 -36
- package/es/src/pro-table/pro-table.vue.mjs +221 -211
- package/es/src/pro-table/style/pro-table.css +10 -5
- 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 -53
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +8 -9
- package/es/src/scroll-bar/scroll-bar.vue.mjs +44 -44
- 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/theme/ap-form/ap-form-item-group.css +9 -0
- package/es/src/theme/pro-table/pro-table.css +10 -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/index.js +1 -1
- package/lib/src/ap-field/checkbox/helper.d.ts +6 -0
- package/lib/src/ap-field/date/constant.d.ts +1 -0
- package/lib/src/ap-field/index.d.ts +5 -0
- package/lib/src/ap-field/interface.d.ts +29 -0
- package/lib/src/ap-form/ap-form-item-group/helper.d.ts +8 -0
- package/lib/src/ap-form/ap-form-item-group/helper.js +1 -0
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +45 -0
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -0
- package/lib/src/ap-form/ap-form-item-group/index.vue2.js +1 -0
- package/lib/src/ap-form/ap-form-item.vue.d.ts +47 -0
- package/lib/src/ap-form/ap-form-item.vue.js +1 -0
- package/lib/src/ap-form/ap-form-item.vue2.js +1 -0
- package/lib/src/ap-form/ap-form.d.ts +1681 -0
- package/lib/src/ap-form/ap-form.js +1 -0
- package/lib/src/ap-form/constant.d.ts +3 -0
- package/lib/src/ap-form/constant.js +1 -0
- package/lib/src/ap-form/index.d.ts +2593 -0
- package/lib/src/ap-form/index.js +1 -0
- package/lib/src/ap-form/interface.d.ts +7 -0
- package/lib/src/ap-form/style/ap-form-item-group.css +9 -0
- package/lib/src/base-button/button.vue.d.ts +5 -5
- package/lib/src/base-button/index.d.ts +53 -48
- 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 +6 -6
- 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 +28 -16
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +92 -68
- package/lib/src/config-provider/constants.d.ts +3 -0
- package/lib/src/config-provider/hooks/use-global-config.d.ts +47 -32
- package/lib/src/config-provider/hooks/use-namespace.d.ts +3 -3
- package/lib/src/config-provider/index.d.ts +532 -156
- package/lib/src/container/collapse/header.vue.d.ts +3 -3
- package/lib/src/container/collapse/index.vue.d.ts +4 -4
- package/lib/src/container/index.d.ts +119 -38
- 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 +7 -7
- package/lib/src/cropper/cropper-modal.vue.d.ts +4 -4
- package/lib/src/cropper/index.d.ts +308 -93
- package/lib/src/description/description.vue.d.ts +6 -6
- package/lib/src/description/index.d.ts +169 -48
- package/lib/src/dropdown/dropdown.vue.d.ts +6 -5
- package/lib/src/dropdown/index.d.ts +35 -28
- package/lib/src/hooks/index.d.ts +1 -0
- package/lib/src/hooks/useControllableValue.d.ts +13 -0
- package/lib/src/hooks/useControllableValue.js +1 -0
- 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 +9 -8
- package/lib/src/icon-picker/index.d.ts +160 -51
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +70 -64
- package/lib/src/modal/components/modal-close.vue.d.ts +6 -5
- package/lib/src/modal/components/modal-footer.vue.d.ts +69 -64
- package/lib/src/modal/components/modal-header.vue.d.ts +4 -3
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +5 -4
- package/lib/src/modal/components/modal.d.ts +69 -63
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +2 -2
- package/lib/src/modal/index.d.ts +144 -134
- 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 +7 -6
- package/lib/src/pro-form/components/api-select.vue.d.ts +8 -7
- 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 +7 -6
- 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 +51 -50
- package/lib/src/pro-form/pro-form.vue.d.ts +16 -13
- 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/const.d.ts +3 -0
- package/lib/src/pro-table/const.js +1 -1
- package/lib/src/pro-table/hooks/use-data-source.d.ts +2 -1
- package/lib/src/pro-table/interface.d.ts +4 -0
- package/lib/src/pro-table/pro-table.vue.d.ts +45 -36
- package/lib/src/pro-table/pro-table.vue.js +1 -1
- package/lib/src/pro-table/style/pro-table.css +10 -5
- 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 -53
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +8 -9
- package/lib/src/scroll-bar/scroll-bar.vue.js +1 -1
- 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/theme/ap-form/ap-form-item-group.css +9 -0
- package/lib/src/theme/pro-table/pro-table.css +10 -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
- package/es/src/constants/component-setting.d.ts +0 -74
- package/es/src/constants/component-setting.mjs +0 -90
- package/lib/src/constants/component-setting.d.ts +0 -74
- package/lib/src/constants/component-setting.js +0 -1
|
@@ -1,75 +1,74 @@
|
|
|
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:
|
|
6
|
-
default: boolean;
|
|
7
|
+
type: PropType<boolean>;
|
|
7
8
|
};
|
|
8
9
|
scrollHeight: {
|
|
9
|
-
type:
|
|
10
|
+
type: PropType<number>;
|
|
10
11
|
default: number;
|
|
11
12
|
};
|
|
12
13
|
wrapStyle: {
|
|
13
|
-
type:
|
|
14
|
+
type: PropType<StyleValue>;
|
|
14
15
|
default: string;
|
|
15
16
|
};
|
|
16
17
|
wrapClass: {
|
|
17
|
-
type:
|
|
18
|
+
type: PropType<string | string[]>;
|
|
18
19
|
default: string;
|
|
19
20
|
};
|
|
20
21
|
viewClass: {
|
|
21
|
-
type:
|
|
22
|
+
type: PropType<string | string[]>;
|
|
22
23
|
default: string;
|
|
23
24
|
};
|
|
24
25
|
viewStyle: {
|
|
25
|
-
type:
|
|
26
|
+
type: PropType<string | string[]>;
|
|
26
27
|
default: string;
|
|
27
28
|
};
|
|
28
29
|
noresize: {
|
|
29
|
-
type:
|
|
30
|
+
type: PropType<boolean>;
|
|
30
31
|
};
|
|
31
32
|
tag: {
|
|
32
|
-
type:
|
|
33
|
+
type: PropType<string>;
|
|
33
34
|
default: string;
|
|
34
35
|
};
|
|
35
36
|
}>>, {
|
|
36
|
-
wrap:
|
|
37
|
-
}, unknown, {}, {},
|
|
37
|
+
wrap: Ref<any>;
|
|
38
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
38
39
|
native: {
|
|
39
|
-
type:
|
|
40
|
-
default: boolean;
|
|
40
|
+
type: PropType<boolean>;
|
|
41
41
|
};
|
|
42
42
|
scrollHeight: {
|
|
43
|
-
type:
|
|
43
|
+
type: PropType<number>;
|
|
44
44
|
default: number;
|
|
45
45
|
};
|
|
46
46
|
wrapStyle: {
|
|
47
|
-
type:
|
|
47
|
+
type: PropType<StyleValue>;
|
|
48
48
|
default: string;
|
|
49
49
|
};
|
|
50
50
|
wrapClass: {
|
|
51
|
-
type:
|
|
51
|
+
type: PropType<string | string[]>;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
54
|
viewClass: {
|
|
55
|
-
type:
|
|
55
|
+
type: PropType<string | string[]>;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
58
|
viewStyle: {
|
|
59
|
-
type:
|
|
59
|
+
type: PropType<string | string[]>;
|
|
60
60
|
default: string;
|
|
61
61
|
};
|
|
62
62
|
noresize: {
|
|
63
|
-
type:
|
|
63
|
+
type: PropType<boolean>;
|
|
64
64
|
};
|
|
65
65
|
tag: {
|
|
66
|
-
type:
|
|
66
|
+
type: PropType<string>;
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
}>>, {
|
|
70
|
-
native: boolean;
|
|
71
70
|
scrollHeight: number;
|
|
72
|
-
wrapStyle:
|
|
71
|
+
wrapStyle: StyleValue;
|
|
73
72
|
wrapClass: string | string[];
|
|
74
73
|
viewClass: string | string[];
|
|
75
74
|
viewStyle: string | string[];
|
|
@@ -81,44 +80,42 @@ export declare const Scrollbar: import('@aplus-frontend/utils/src/vue/install').
|
|
|
81
80
|
C: {};
|
|
82
81
|
M: {};
|
|
83
82
|
Defaults: {};
|
|
84
|
-
}, Readonly<
|
|
83
|
+
}, Readonly< ExtractPropTypes<{
|
|
85
84
|
native: {
|
|
86
|
-
type:
|
|
87
|
-
default: boolean;
|
|
85
|
+
type: PropType<boolean>;
|
|
88
86
|
};
|
|
89
87
|
scrollHeight: {
|
|
90
|
-
type:
|
|
88
|
+
type: PropType<number>;
|
|
91
89
|
default: number;
|
|
92
90
|
};
|
|
93
91
|
wrapStyle: {
|
|
94
|
-
type:
|
|
92
|
+
type: PropType<StyleValue>;
|
|
95
93
|
default: string;
|
|
96
94
|
};
|
|
97
95
|
wrapClass: {
|
|
98
|
-
type:
|
|
96
|
+
type: PropType<string | string[]>;
|
|
99
97
|
default: string;
|
|
100
98
|
};
|
|
101
99
|
viewClass: {
|
|
102
|
-
type:
|
|
100
|
+
type: PropType<string | string[]>;
|
|
103
101
|
default: string;
|
|
104
102
|
};
|
|
105
103
|
viewStyle: {
|
|
106
|
-
type:
|
|
104
|
+
type: PropType<string | string[]>;
|
|
107
105
|
default: string;
|
|
108
106
|
};
|
|
109
107
|
noresize: {
|
|
110
|
-
type:
|
|
108
|
+
type: PropType<boolean>;
|
|
111
109
|
};
|
|
112
110
|
tag: {
|
|
113
|
-
type:
|
|
111
|
+
type: PropType<string>;
|
|
114
112
|
default: string;
|
|
115
113
|
};
|
|
116
114
|
}>>, {
|
|
117
|
-
wrap:
|
|
115
|
+
wrap: Ref<any>;
|
|
118
116
|
}, {}, {}, {}, {
|
|
119
|
-
native: boolean;
|
|
120
117
|
scrollHeight: number;
|
|
121
|
-
wrapStyle:
|
|
118
|
+
wrapStyle: StyleValue;
|
|
122
119
|
wrapClass: string | string[];
|
|
123
120
|
viewClass: string | string[];
|
|
124
121
|
viewStyle: string | string[];
|
|
@@ -127,51 +124,53 @@ export declare const Scrollbar: import('@aplus-frontend/utils/src/vue/install').
|
|
|
127
124
|
__isFragment?: undefined;
|
|
128
125
|
__isTeleport?: undefined;
|
|
129
126
|
__isSuspense?: undefined;
|
|
130
|
-
} &
|
|
127
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
131
128
|
native: {
|
|
132
|
-
type:
|
|
133
|
-
default: boolean;
|
|
129
|
+
type: PropType<boolean>;
|
|
134
130
|
};
|
|
135
131
|
scrollHeight: {
|
|
136
|
-
type:
|
|
132
|
+
type: PropType<number>;
|
|
137
133
|
default: number;
|
|
138
134
|
};
|
|
139
135
|
wrapStyle: {
|
|
140
|
-
type:
|
|
136
|
+
type: PropType<StyleValue>;
|
|
141
137
|
default: string;
|
|
142
138
|
};
|
|
143
139
|
wrapClass: {
|
|
144
|
-
type:
|
|
140
|
+
type: PropType<string | string[]>;
|
|
145
141
|
default: string;
|
|
146
142
|
};
|
|
147
143
|
viewClass: {
|
|
148
|
-
type:
|
|
144
|
+
type: PropType<string | string[]>;
|
|
149
145
|
default: string;
|
|
150
146
|
};
|
|
151
147
|
viewStyle: {
|
|
152
|
-
type:
|
|
148
|
+
type: PropType<string | string[]>;
|
|
153
149
|
default: string;
|
|
154
150
|
};
|
|
155
151
|
noresize: {
|
|
156
|
-
type:
|
|
152
|
+
type: PropType<boolean>;
|
|
157
153
|
};
|
|
158
154
|
tag: {
|
|
159
|
-
type:
|
|
155
|
+
type: PropType<string>;
|
|
160
156
|
default: string;
|
|
161
157
|
};
|
|
162
158
|
}>>, {
|
|
163
|
-
wrap:
|
|
164
|
-
}, unknown, {}, {},
|
|
165
|
-
native: boolean;
|
|
159
|
+
wrap: Ref<any>;
|
|
160
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
166
161
|
scrollHeight: number;
|
|
167
|
-
wrapStyle:
|
|
162
|
+
wrapStyle: StyleValue;
|
|
168
163
|
wrapClass: string | string[];
|
|
169
164
|
viewClass: string | string[];
|
|
170
165
|
viewStyle: string | string[];
|
|
171
166
|
tag: string;
|
|
172
|
-
}, {}, string, {}> &
|
|
167
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
173
168
|
$slots: {
|
|
174
169
|
default?(_: {}): any;
|
|
175
170
|
};
|
|
176
|
-
})
|
|
171
|
+
}) & Plugin<any[]> & (new (...args: any[]) => {
|
|
172
|
+
$props: {
|
|
173
|
+
onClick?: (() => void) | undefined;
|
|
174
|
+
};
|
|
175
|
+
});
|
|
177
176
|
export default Scrollbar;
|
|
@@ -1,7 +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<
|
|
4
|
-
native: boolean;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScrollbarProps>, {
|
|
5
6
|
wrapStyle: string;
|
|
6
7
|
wrapClass: string;
|
|
7
8
|
viewStyle: string;
|
|
@@ -9,9 +10,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
9
10
|
tag: string;
|
|
10
11
|
scrollHeight: number;
|
|
11
12
|
}>, {
|
|
12
|
-
wrap:
|
|
13
|
-
}, unknown, {}, {},
|
|
14
|
-
native: boolean;
|
|
13
|
+
wrap: Ref<any>;
|
|
14
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScrollbarProps>, {
|
|
15
15
|
wrapStyle: string;
|
|
16
16
|
wrapClass: string;
|
|
17
17
|
viewStyle: string;
|
|
@@ -19,9 +19,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
19
19
|
tag: string;
|
|
20
20
|
scrollHeight: number;
|
|
21
21
|
}>>>, {
|
|
22
|
-
native: boolean;
|
|
23
22
|
scrollHeight: number;
|
|
24
|
-
wrapStyle:
|
|
23
|
+
wrapStyle: StyleValue;
|
|
25
24
|
wrapClass: string | string[];
|
|
26
25
|
viewClass: string | string[];
|
|
27
26
|
viewStyle: string | string[];
|
|
@@ -33,9 +32,9 @@ export default _default;
|
|
|
33
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
33
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
34
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type:
|
|
35
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
36
|
} : {
|
|
38
|
-
type:
|
|
37
|
+
type: PropType<T[K]>;
|
|
39
38
|
required: true;
|
|
40
39
|
};
|
|
41
40
|
};
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { addResizeListener as
|
|
3
|
-
import
|
|
4
|
-
import g from "./bar-item.mjs";
|
|
1
|
+
import { defineComponent as W, computed as V, ref as a, provide as _, watch as P, onMounted as R, nextTick as T, unref as e, onBeforeUnmount as A, openBlock as c, createElementBlock as w, normalizeClass as u, createElementVNode as D, normalizeStyle as z, createBlock as F, resolveDynamicComponent as G, withCtx as M, renderSlot as U, Fragment as X, createVNode as g, createCommentVNode as Y } from "vue";
|
|
2
|
+
import { addResizeListener as y, removeResizeListener as C } from "@aplus-frontend/utils";
|
|
3
|
+
import b from "./bar-item.mjs";
|
|
5
4
|
import "./style/index.css";
|
|
6
5
|
import "../config-provider/index.mjs";
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
const
|
|
6
|
+
import { useGlobalConfig as $ } from "../config-provider/hooks/use-global-config.mjs";
|
|
7
|
+
import { useNamespace as j } from "../config-provider/hooks/use-namespace.mjs";
|
|
8
|
+
const x = /* @__PURE__ */ W({
|
|
10
9
|
name: "ApScrollbar",
|
|
11
10
|
__name: "scroll-bar",
|
|
12
11
|
props: {
|
|
13
|
-
native: { type: Boolean
|
|
12
|
+
native: { type: Boolean },
|
|
14
13
|
wrapStyle: { default: "" },
|
|
15
14
|
wrapClass: { default: "" },
|
|
16
15
|
viewClass: { default: "" },
|
|
@@ -19,68 +18,69 @@ const K = /* @__PURE__ */ L({
|
|
|
19
18
|
tag: { default: "div" },
|
|
20
19
|
scrollHeight: { default: 0 }
|
|
21
20
|
},
|
|
22
|
-
setup(
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
21
|
+
setup(S, { expose: k }) {
|
|
22
|
+
var h;
|
|
23
|
+
const B = $(), s = S, H = !!((h = B.value.scrollbar) != null && h.native), r = V(() => s.native || H), v = a("0"), m = a("0"), d = a(0), f = a(0), t = a(), i = a(), { b: N, e: p, em: L } = j("scrollbar");
|
|
24
|
+
_("scroll-bar-wrap", t);
|
|
25
|
+
const E = () => {
|
|
26
|
+
r.value || (f.value = e(t).scrollTop * 100 / e(t).clientHeight, d.value = e(t).scrollLeft * 100 / e(t).clientWidth);
|
|
27
|
+
}, o = () => {
|
|
28
28
|
if (!e(t))
|
|
29
29
|
return;
|
|
30
|
-
const
|
|
31
|
-
|
|
30
|
+
const l = e(t).clientHeight * 100 / e(t).scrollHeight, n = e(t).clientWidth * 100 / e(t).scrollWidth;
|
|
31
|
+
m.value = l < 100 ? l + "%" : "", v.value = n < 100 ? n + "%" : "";
|
|
32
32
|
};
|
|
33
|
-
return
|
|
34
|
-
() =>
|
|
33
|
+
return P(
|
|
34
|
+
() => s.scrollHeight,
|
|
35
35
|
() => {
|
|
36
|
-
|
|
36
|
+
r.value || o();
|
|
37
37
|
}
|
|
38
38
|
), k({
|
|
39
39
|
wrap: t
|
|
40
|
-
}),
|
|
41
|
-
|
|
42
|
-
}),
|
|
43
|
-
|
|
44
|
-
}), (
|
|
45
|
-
class:
|
|
40
|
+
}), R(() => {
|
|
41
|
+
r.value || (T(o), s.noresize || (y(e(i), o), y(e(t), o), addEventListener("resize", o)));
|
|
42
|
+
}), A(() => {
|
|
43
|
+
r.value || s.noresize || (C(e(i), o), C(e(t), o), removeEventListener("resize", o));
|
|
44
|
+
}), (l, n) => (c(), w("div", {
|
|
45
|
+
class: u(e(N)())
|
|
46
46
|
}, [
|
|
47
|
-
|
|
47
|
+
D("div", {
|
|
48
48
|
ref_key: "wrap",
|
|
49
49
|
ref: t,
|
|
50
|
-
class:
|
|
51
|
-
|
|
52
|
-
e(
|
|
53
|
-
r.
|
|
50
|
+
class: u([
|
|
51
|
+
l.wrapClass,
|
|
52
|
+
e(p)("wrap"),
|
|
53
|
+
r.value ? "" : e(L)("wrap", "hidden-default")
|
|
54
54
|
]),
|
|
55
|
-
style:
|
|
56
|
-
onScroll:
|
|
55
|
+
style: z(l.wrapStyle),
|
|
56
|
+
onScroll: E
|
|
57
57
|
}, [
|
|
58
|
-
(
|
|
58
|
+
(c(), F(G(l.tag), {
|
|
59
59
|
ref_key: "resize",
|
|
60
60
|
ref: i,
|
|
61
|
-
class:
|
|
62
|
-
style:
|
|
61
|
+
class: u([e(p)("view"), l.viewClass]),
|
|
62
|
+
style: z(l.viewStyle)
|
|
63
63
|
}, {
|
|
64
|
-
default:
|
|
65
|
-
|
|
64
|
+
default: M(() => [
|
|
65
|
+
U(l.$slots, "default")
|
|
66
66
|
]),
|
|
67
67
|
_: 3
|
|
68
68
|
}, 8, ["class", "style"]))
|
|
69
69
|
], 38),
|
|
70
|
-
r.
|
|
71
|
-
|
|
70
|
+
r.value ? Y("", !0) : (c(), w(X, { key: 0 }, [
|
|
71
|
+
g(e(b), {
|
|
72
72
|
move: d.value,
|
|
73
|
-
size:
|
|
73
|
+
size: v.value
|
|
74
74
|
}, null, 8, ["move", "size"]),
|
|
75
|
-
|
|
75
|
+
g(e(b), {
|
|
76
76
|
vertical: "",
|
|
77
|
-
move:
|
|
78
|
-
size:
|
|
77
|
+
move: f.value,
|
|
78
|
+
size: m.value
|
|
79
79
|
}, null, 8, ["move", "size"])
|
|
80
80
|
], 64))
|
|
81
81
|
], 2));
|
|
82
82
|
}
|
|
83
83
|
});
|
|
84
84
|
export {
|
|
85
|
-
|
|
85
|
+
x as default
|
|
86
86
|
};
|
|
@@ -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,20 +1,25 @@
|
|
|
1
1
|
.aplus-pro-table {
|
|
2
2
|
max-width: 100%;
|
|
3
3
|
height: 100%;
|
|
4
|
+
padding: 16px;
|
|
5
|
+
}
|
|
6
|
+
.aplus-pro-table-no-divide .ant-table-wrapper {
|
|
7
|
+
border-top-left-radius: 0 !important;
|
|
8
|
+
border-top-right-radius: 0 !important;
|
|
4
9
|
}
|
|
5
10
|
.aplus-pro-table-row__striped td {
|
|
6
11
|
background-color: #fafafa !important;
|
|
7
12
|
}
|
|
8
|
-
.aplus-pro-table-form-container {
|
|
9
|
-
padding: 16px;
|
|
10
|
-
}
|
|
11
13
|
.aplus-pro-table-form-container .ant-form {
|
|
12
14
|
width: 100%;
|
|
13
|
-
|
|
14
|
-
padding: 16px 16px 4px;
|
|
15
|
+
padding: 16px 16px 8px;
|
|
15
16
|
border-radius: 2px;
|
|
16
17
|
background-color: #fff;
|
|
17
18
|
}
|
|
19
|
+
.aplus-pro-table-form-container-no-divide .ant-form {
|
|
20
|
+
border-bottom-left-radius: 0 !important;
|
|
21
|
+
border-bottom-right-radius: 0 !important;
|
|
22
|
+
}
|
|
18
23
|
.aplus-pro-table .ant-table-cell .ant-tag {
|
|
19
24
|
margin-right: 0;
|
|
20
25
|
}
|
|
@@ -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";
|