3h1-ui 1.2.6 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/{ui/types/global.d.ts → global.d.ts} +102 -102
- package/es/{ui/types/index.d.ts → index.d.ts} +28 -28
- package/es/index.js +7751 -5410
- package/es/style.css +853 -625
- package/lib/global.d.ts +102 -0
- package/lib/index.d.ts +28 -0
- package/lib/index.js +7718 -5380
- package/package.json +8 -6
- package/es/ui/index.d.ts +0 -20
- package/es/ui/src/Basic/index.d.ts +0 -4
- package/es/ui/src/Basic/src/BasicHelp.vue.d.ts +0 -99
- package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +0 -117
- package/es/ui/src/Button/index.d.ts +0 -5
- package/es/ui/src/Button/src/BasicButton.vue.d.ts +0 -2
- package/es/ui/src/Button/src/PopConfirmButton.vue.d.ts +0 -24
- package/es/ui/src/Button/src/props.d.ts +0 -37
- package/es/ui/src/ClickOutSide/index.d.ts +0 -2
- package/es/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +0 -8
- package/es/ui/src/Container/index.d.ts +0 -5
- package/es/ui/src/Container/src/LazyContainer.vue.d.ts +0 -121
- package/es/ui/src/Container/src/ScrollContainer.vue.d.ts +0 -9
- package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +0 -553
- package/es/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +0 -42
- package/es/ui/src/Container/src/typing.d.ts +0 -15
- package/es/ui/src/ContextMenu/index.d.ts +0 -3
- package/es/ui/src/ContextMenu/src/ContextMenu.vue.d.ts +0 -64
- package/es/ui/src/ContextMenu/src/createContextMenu.d.ts +0 -3
- package/es/ui/src/ContextMenu/src/typing.d.ts +0 -33
- package/es/ui/src/ContextMenu/src/useContextMenu.d.ts +0 -3
- package/es/ui/src/CountDown/index.d.ts +0 -3
- package/es/ui/src/CountDown/src/CountButton.vue.d.ts +0 -35
- package/es/ui/src/CountDown/src/CountdownInput.vue.d.ts +0 -41
- package/es/ui/src/CountDown/src/useCountdown.d.ts +0 -9
- package/es/ui/src/CountTo/index.d.ts +0 -2
- package/es/ui/src/CountTo/src/CountTo.vue.d.ts +0 -137
- package/es/ui/src/Cropper/index.d.ts +0 -4
- package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +0 -39
- package/es/ui/src/Cropper/src/Cropper.vue.d.ts +0 -87
- package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +0 -73
- package/es/ui/src/Cropper/src/typing.d.ts +0 -6
- package/es/ui/src/Description/index.d.ts +0 -4
- package/es/ui/src/Description/src/Description.vue.d.ts +0 -101
- package/es/ui/src/Description/src/typing.d.ts +0 -39
- package/es/ui/src/Description/src/useDescription.d.ts +0 -2
- package/es/ui/src/Drawer/index.d.ts +0 -3
- package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +0 -170
- package/es/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +0 -95
- package/es/ui/src/Drawer/src/props.d.ts +0 -115
- package/es/ui/src/Drawer/src/typing.d.ts +0 -177
- package/es/ui/src/Drawer/src/useDrawer.d.ts +0 -6
- package/es/ui/src/Dropdown/index.d.ts +0 -3
- package/es/ui/src/Dropdown/src/typing.d.ts +0 -9
- package/es/ui/src/Form/index.d.ts +0 -13
- package/es/ui/src/Form/src/BasicForm.vue.d.ts +0 -2
- package/es/ui/src/Form/src/componentMap.d.ts +0 -6
- package/es/ui/src/Form/src/components/ApiCascader.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/ApiModalSelect/DeptTree.vue.d.ts +0 -130
- package/es/ui/src/Form/src/components/ApiModalSelect/Table.vue.d.ts +0 -11
- package/es/ui/src/Form/src/components/ApiRadioGroup.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/ApiSelect.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/ApiTransfer.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/ApiTree.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/ApiTreeSelect.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/FormAction.vue.d.ts +0 -2
- package/es/ui/src/Form/src/components/FormItem.vue.d.ts +0 -72
- package/es/ui/src/Form/src/components/RadioButtonGroup.vue.d.ts +0 -35
- package/es/ui/src/Form/src/helper.d.ts +0 -14
- package/es/ui/src/Form/src/hooks/useAutoFocus.d.ts +0 -10
- package/es/ui/src/Form/src/hooks/useComponentRegister.d.ts +0 -3
- package/es/ui/src/Form/src/hooks/useForm.d.ts +0 -10
- package/es/ui/src/Form/src/hooks/useFormContext.d.ts +0 -8
- package/es/ui/src/Form/src/hooks/useFormEvents.d.ts +0 -28
- package/es/ui/src/Form/src/hooks/useFormValues.d.ts +0 -13
- package/es/ui/src/Form/src/hooks/useLabelWidth.d.ts +0 -318
- package/es/ui/src/Form/src/props.d.ts +0 -2
- package/es/ui/src/Form/src/types/hooks.d.ts +0 -6
- package/es/ui/src/Icon/data/icons.data.d.ts +0 -2
- package/es/ui/src/Icon/index.d.ts +0 -5
- package/es/ui/src/Icon/src/SvgIcon.vue.d.ts +0 -45
- package/es/ui/src/Loading/index.d.ts +0 -4
- package/es/ui/src/Loading/src/Loading.vue.d.ts +0 -57
- package/es/ui/src/Loading/src/createLoading.d.ts +0 -13
- package/es/ui/src/Loading/src/typing.d.ts +0 -9
- package/es/ui/src/Loading/src/useLoading.d.ts +0 -11
- package/es/ui/src/Modal/index.d.ts +0 -4
- package/es/ui/src/Modal/src/components/BasicHelp.vue.d.ts +0 -99
- package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +0 -117
- package/es/ui/src/Modal/src/components/Modal.d.ts +0 -10
- package/es/ui/src/Modal/src/components/ModalClose.vue.d.ts +0 -39
- package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +0 -14
- package/es/ui/src/Modal/src/components/ModalHeader.vue.d.ts +0 -19
- package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +0 -95
- package/es/ui/src/Modal/src/components/ScrollContainer.vue.d.ts +0 -9
- package/es/ui/src/Modal/src/hooks/useAttrs.d.ts +0 -9
- package/es/ui/src/Modal/src/hooks/useContext.d.ts +0 -10
- package/es/ui/src/Modal/src/hooks/useDesign.d.ts +0 -22
- package/es/ui/src/Modal/src/hooks/useI18n.d.ts +0 -15
- package/es/ui/src/Modal/src/hooks/useModal.d.ts +0 -6
- package/es/ui/src/Modal/src/hooks/useModalContext.d.ts +0 -7
- package/es/ui/src/Modal/src/hooks/useModalDrag.d.ts +0 -7
- package/es/ui/src/Modal/src/hooks/useModalFullScreen.d.ts +0 -11
- package/es/ui/src/Modal/src/hooks/useScrollTo.d.ts +0 -10
- package/es/ui/src/Modal/src/hooks/useTimeout.d.ts +0 -10
- package/es/ui/src/Modal/src/hooks/useWindowSizeFn.d.ts +0 -7
- package/es/ui/src/Modal/src/props.d.ts +0 -34
- package/es/ui/src/Modal/src/typing.d.ts +0 -173
- package/es/ui/src/Modal/src/utils/index.d.ts +0 -5
- package/es/ui/src/Modal/src/utils/is.d.ts +0 -13
- package/es/ui/src/Modal/src/utils/log.d.ts +0 -2
- package/es/ui/src/Modal/src/utils/tsxHelper.d.ts +0 -13
- package/es/ui/src/Page/index.d.ts +0 -4
- package/es/ui/src/Page/src/PageFooter.vue.d.ts +0 -5
- package/es/ui/src/Scrollbar/index.d.ts +0 -6
- package/es/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +0 -72
- package/es/ui/src/Scrollbar/src/bar.d.ts +0 -14
- package/es/ui/src/Scrollbar/src/types.d.ts +0 -18
- package/es/ui/src/Scrollbar/src/util.d.ts +0 -8
- package/es/ui/src/StrengthMeter/index.d.ts +0 -2
- package/es/ui/src/Table/index.d.ts +0 -11
- package/es/ui/src/Table/src/BasicTable.vue.d.ts +0 -2
- package/es/ui/src/Table/src/componentMap.d.ts +0 -6
- package/es/ui/src/Table/src/components/EditTableHeaderIcon.vue.d.ts +0 -14
- package/es/ui/src/Table/src/components/HeaderCell.vue.d.ts +0 -21
- package/es/ui/src/Table/src/components/TableAction.vue.d.ts +0 -2
- package/es/ui/src/Table/src/components/TableHeader.vue.d.ts +0 -40
- package/es/ui/src/Table/src/components/editable/CellComponent.d.ts +0 -10
- package/es/ui/src/Table/src/components/editable/helper.d.ts +0 -5
- package/es/ui/src/Table/src/components/editable/index.d.ts +0 -22
- package/es/ui/src/Table/src/components/settings/ColumnSetting.vue.d.ts +0 -29
- package/es/ui/src/Table/src/components/settings/FullScreenSetting.vue.d.ts +0 -6
- package/es/ui/src/Table/src/components/settings/ShowSearchSetting.vue.d.ts +0 -5
- package/es/ui/src/Table/src/components/settings/SizeSetting.vue.d.ts +0 -11
- package/es/ui/src/Table/src/components/settings/index.vue.d.ts +0 -23
- package/es/ui/src/Table/src/const.d.ts +0 -22
- package/es/ui/src/Table/src/hooks/useCustomRow.d.ts +0 -19
- package/es/ui/src/Table/src/hooks/useDataSource.d.ts +0 -28
- package/es/ui/src/Table/src/hooks/useLoading.d.ts +0 -6
- package/es/ui/src/Table/src/hooks/usePagination.d.ts +0 -10
- package/es/ui/src/Table/src/hooks/useRowSelection.d.ts +0 -12
- package/es/ui/src/Table/src/hooks/useScrollTo.d.ts +0 -4
- package/es/ui/src/Table/src/hooks/useTable.d.ts +0 -17
- package/es/ui/src/Table/src/hooks/useTableContext.d.ts +0 -13
- package/es/ui/src/Table/src/hooks/useTableExpand.d.ts +0 -14
- package/es/ui/src/Table/src/hooks/useTableFooter.d.ts +0 -9
- package/es/ui/src/Table/src/hooks/useTableForm.d.ts +0 -8
- package/es/ui/src/Table/src/hooks/useTableHeader.d.ts +0 -5
- package/es/ui/src/Table/src/hooks/useTableScroll.d.ts +0 -10
- package/es/ui/src/Table/src/hooks/useTableStyle.d.ts +0 -5
- package/es/ui/src/Table/src/props.d.ts +0 -2
- package/es/ui/src/Table/src/types/componentType.d.ts +0 -1
- package/es/ui/src/Table/src/types/pagination.d.ts +0 -93
- package/es/ui/src/Table/src/types/table.d.ts +0 -372
- package/es/ui/src/Table/src/types/tableAction.d.ts +0 -28
- package/es/ui/src/Transition/index.d.ts +0 -368
- package/es/ui/src/Transition/src/CollapseTransition.vue.d.ts +0 -11
- package/es/ui/src/Transition/src/CreateTransition.d.ts +0 -47
- package/es/ui/src/Transition/src/ExpandTransition.d.ts +0 -23
- package/es/ui/src/Tree/index.d.ts +0 -12
- package/es/ui/src/Tree/src/BasicTree.vue.d.ts +0 -94
- package/es/ui/src/Tree/src/TreeIcon.d.ts +0 -2
- package/es/ui/src/Tree/src/hooks/useTree.d.ts +0 -14
- package/es/ui/src/Tree/src/types/tree.d.ts +0 -105
- package/es/ui/src/Tree/style/index.d.ts +0 -0
- package/es/ui/src/directives/clickOutside.d.ts +0 -3
- package/es/ui/src/directives/index.d.ts +0 -1
- package/es/ui/src/enums/sizeEnum.d.ts +0 -11
|
@@ -1,318 +0,0 @@
|
|
|
1
|
-
import type { Ref } from 'vue';
|
|
2
|
-
import type { FormProps, FormSchema } from '../types/form';
|
|
3
|
-
export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsRef: Ref<FormProps>): import("vue").ComputedRef<{
|
|
4
|
-
labelCol: Partial<import("vue").ExtractPropTypes<{
|
|
5
|
-
span: (NumberConstructor | StringConstructor)[];
|
|
6
|
-
order: (NumberConstructor | StringConstructor)[];
|
|
7
|
-
offset: (NumberConstructor | StringConstructor)[];
|
|
8
|
-
push: (NumberConstructor | StringConstructor)[];
|
|
9
|
-
pull: (NumberConstructor | StringConstructor)[];
|
|
10
|
-
xs: {
|
|
11
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
12
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
13
|
-
};
|
|
14
|
-
sm: {
|
|
15
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
16
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
17
|
-
};
|
|
18
|
-
md: {
|
|
19
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
20
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
21
|
-
};
|
|
22
|
-
lg: {
|
|
23
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
24
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
25
|
-
};
|
|
26
|
-
xl: {
|
|
27
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
28
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
29
|
-
};
|
|
30
|
-
xxl: {
|
|
31
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
32
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
33
|
-
};
|
|
34
|
-
xxxl: {
|
|
35
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
36
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
37
|
-
};
|
|
38
|
-
prefixCls: StringConstructor;
|
|
39
|
-
flex: (NumberConstructor | StringConstructor)[];
|
|
40
|
-
}>> & import("vue").HTMLAttributes;
|
|
41
|
-
wrapperCol: Partial<import("vue").ExtractPropTypes<{
|
|
42
|
-
span: (NumberConstructor | StringConstructor)[];
|
|
43
|
-
order: (NumberConstructor | StringConstructor)[];
|
|
44
|
-
offset: (NumberConstructor | StringConstructor)[];
|
|
45
|
-
push: (NumberConstructor | StringConstructor)[];
|
|
46
|
-
pull: (NumberConstructor | StringConstructor)[];
|
|
47
|
-
xs: {
|
|
48
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
49
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
50
|
-
};
|
|
51
|
-
sm: {
|
|
52
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
53
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
54
|
-
};
|
|
55
|
-
md: {
|
|
56
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
57
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
58
|
-
};
|
|
59
|
-
lg: {
|
|
60
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
61
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
62
|
-
};
|
|
63
|
-
xl: {
|
|
64
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
65
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
66
|
-
};
|
|
67
|
-
xxl: {
|
|
68
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
69
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
70
|
-
};
|
|
71
|
-
xxxl: {
|
|
72
|
-
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
73
|
-
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
74
|
-
};
|
|
75
|
-
prefixCls: StringConstructor;
|
|
76
|
-
flex: (NumberConstructor | StringConstructor)[];
|
|
77
|
-
}>>;
|
|
78
|
-
} | {
|
|
79
|
-
labelCol: {
|
|
80
|
-
xxxl?: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
81
|
-
xxl?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
82
|
-
span: string | number;
|
|
83
|
-
offset: string | number;
|
|
84
|
-
};
|
|
85
|
-
xl?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
86
|
-
span: string | number;
|
|
87
|
-
offset: string | number;
|
|
88
|
-
};
|
|
89
|
-
lg?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
90
|
-
span: string | number;
|
|
91
|
-
offset: string | number;
|
|
92
|
-
};
|
|
93
|
-
md?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
94
|
-
span: string | number;
|
|
95
|
-
offset: string | number;
|
|
96
|
-
};
|
|
97
|
-
sm?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
98
|
-
span: string | number;
|
|
99
|
-
offset: string | number;
|
|
100
|
-
};
|
|
101
|
-
xs?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
102
|
-
span: string | number;
|
|
103
|
-
offset: string | number;
|
|
104
|
-
};
|
|
105
|
-
span?: string | number;
|
|
106
|
-
prefixCls?: string;
|
|
107
|
-
push?: string | number;
|
|
108
|
-
order?: string | number;
|
|
109
|
-
offset?: string | number;
|
|
110
|
-
pull?: string | number;
|
|
111
|
-
flex?: string | number;
|
|
112
|
-
innerHTML?: string;
|
|
113
|
-
class?: any;
|
|
114
|
-
style: any;
|
|
115
|
-
accesskey?: string;
|
|
116
|
-
contenteditable?: (boolean | "true" | "false") | "inherit";
|
|
117
|
-
contextmenu?: string;
|
|
118
|
-
dir?: string;
|
|
119
|
-
draggable?: boolean | "true" | "false";
|
|
120
|
-
hidden?: boolean | "true" | "false";
|
|
121
|
-
id?: string;
|
|
122
|
-
lang?: string;
|
|
123
|
-
placeholder?: string;
|
|
124
|
-
spellcheck?: boolean | "true" | "false";
|
|
125
|
-
tabindex?: string | number;
|
|
126
|
-
title?: string;
|
|
127
|
-
translate?: "yes" | "no";
|
|
128
|
-
radiogroup?: string;
|
|
129
|
-
role?: string;
|
|
130
|
-
about?: string;
|
|
131
|
-
datatype?: string;
|
|
132
|
-
inlist?: any;
|
|
133
|
-
prefix?: string;
|
|
134
|
-
property?: string;
|
|
135
|
-
resource?: string;
|
|
136
|
-
typeof?: string;
|
|
137
|
-
vocab?: string;
|
|
138
|
-
autocapitalize?: string;
|
|
139
|
-
autocorrect?: string;
|
|
140
|
-
autosave?: string;
|
|
141
|
-
color?: string;
|
|
142
|
-
itemprop?: string;
|
|
143
|
-
itemscope?: boolean | "true" | "false";
|
|
144
|
-
itemtype?: string;
|
|
145
|
-
itemid?: string;
|
|
146
|
-
itemref?: string;
|
|
147
|
-
results?: string | number;
|
|
148
|
-
security?: string;
|
|
149
|
-
unselectable?: "off" | "on";
|
|
150
|
-
inputmode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
151
|
-
is?: string;
|
|
152
|
-
'aria-activedescendant'?: string;
|
|
153
|
-
'aria-atomic'?: boolean | "true" | "false";
|
|
154
|
-
'aria-autocomplete'?: "none" | "inline" | "list" | "both";
|
|
155
|
-
'aria-busy'?: boolean | "true" | "false";
|
|
156
|
-
'aria-checked'?: (boolean | "true" | "false") | "mixed";
|
|
157
|
-
'aria-colcount'?: string | number;
|
|
158
|
-
'aria-colindex'?: string | number;
|
|
159
|
-
'aria-colspan'?: string | number;
|
|
160
|
-
'aria-controls'?: string;
|
|
161
|
-
'aria-current'?: "time" | (boolean | "true" | "false") | "date" | "page" | "step" | "location";
|
|
162
|
-
'aria-describedby'?: string;
|
|
163
|
-
'aria-details'?: string;
|
|
164
|
-
'aria-disabled'?: boolean | "true" | "false";
|
|
165
|
-
'aria-dropeffect'?: "link" | "copy" | "none" | "move" | "execute" | "popup";
|
|
166
|
-
'aria-errormessage'?: string;
|
|
167
|
-
'aria-expanded'?: boolean | "true" | "false";
|
|
168
|
-
'aria-flowto'?: string;
|
|
169
|
-
'aria-grabbed'?: boolean | "true" | "false";
|
|
170
|
-
'aria-haspopup'?: "dialog" | "menu" | (boolean | "true" | "false") | "tree" | "grid" | "listbox";
|
|
171
|
-
'aria-hidden'?: boolean | "true" | "false";
|
|
172
|
-
'aria-invalid'?: (boolean | "true" | "false") | "grammar" | "spelling";
|
|
173
|
-
'aria-keyshortcuts'?: string;
|
|
174
|
-
'aria-label'?: string;
|
|
175
|
-
'aria-labelledby'?: string;
|
|
176
|
-
'aria-level'?: string | number;
|
|
177
|
-
'aria-live'?: "off" | "assertive" | "polite";
|
|
178
|
-
'aria-modal'?: boolean | "true" | "false";
|
|
179
|
-
'aria-multiline'?: boolean | "true" | "false";
|
|
180
|
-
'aria-multiselectable'?: boolean | "true" | "false";
|
|
181
|
-
'aria-orientation'?: "vertical" | "horizontal";
|
|
182
|
-
'aria-owns'?: string;
|
|
183
|
-
'aria-placeholder'?: string;
|
|
184
|
-
'aria-posinset'?: string | number;
|
|
185
|
-
'aria-pressed'?: (boolean | "true" | "false") | "mixed";
|
|
186
|
-
'aria-readonly'?: boolean | "true" | "false";
|
|
187
|
-
'aria-relevant'?: "all" | "text" | "additions" | "additions text" | "removals";
|
|
188
|
-
'aria-required'?: boolean | "true" | "false";
|
|
189
|
-
'aria-roledescription'?: string;
|
|
190
|
-
'aria-rowcount'?: string | number;
|
|
191
|
-
'aria-rowindex'?: string | number;
|
|
192
|
-
'aria-rowspan'?: string | number;
|
|
193
|
-
'aria-selected'?: boolean | "true" | "false";
|
|
194
|
-
'aria-setsize'?: string | number;
|
|
195
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other";
|
|
196
|
-
'aria-valuemax'?: string | number;
|
|
197
|
-
'aria-valuemin'?: string | number;
|
|
198
|
-
'aria-valuenow'?: string | number;
|
|
199
|
-
'aria-valuetext'?: string;
|
|
200
|
-
onCopy?: (payload: ClipboardEvent) => void;
|
|
201
|
-
onCut?: (payload: ClipboardEvent) => void;
|
|
202
|
-
onPaste?: (payload: ClipboardEvent) => void;
|
|
203
|
-
onCompositionend?: (payload: CompositionEvent) => void;
|
|
204
|
-
onCompositionstart?: (payload: CompositionEvent) => void;
|
|
205
|
-
onCompositionupdate?: (payload: CompositionEvent) => void;
|
|
206
|
-
onDrag?: (payload: DragEvent) => void;
|
|
207
|
-
onDragend?: (payload: DragEvent) => void;
|
|
208
|
-
onDragenter?: (payload: DragEvent) => void;
|
|
209
|
-
onDragexit?: (payload: DragEvent) => void;
|
|
210
|
-
onDragleave?: (payload: DragEvent) => void;
|
|
211
|
-
onDragover?: (payload: DragEvent) => void;
|
|
212
|
-
onDragstart?: (payload: DragEvent) => void;
|
|
213
|
-
onDrop?: (payload: DragEvent) => void;
|
|
214
|
-
onFocus?: (payload: FocusEvent) => void;
|
|
215
|
-
onFocusin?: (payload: FocusEvent) => void;
|
|
216
|
-
onFocusout?: (payload: FocusEvent) => void;
|
|
217
|
-
onBlur?: (payload: FocusEvent) => void;
|
|
218
|
-
onChange?: (payload: Event) => void;
|
|
219
|
-
onBeforeinput?: (payload: Event) => void;
|
|
220
|
-
onInput?: (payload: Event) => void;
|
|
221
|
-
onReset?: (payload: Event) => void;
|
|
222
|
-
onSubmit?: (payload: Event) => void;
|
|
223
|
-
onInvalid?: (payload: Event) => void;
|
|
224
|
-
onLoad?: (payload: Event) => void;
|
|
225
|
-
onError?: (payload: Event) => void;
|
|
226
|
-
onKeydown?: (payload: KeyboardEvent) => void;
|
|
227
|
-
onKeypress?: (payload: KeyboardEvent) => void;
|
|
228
|
-
onKeyup?: (payload: KeyboardEvent) => void;
|
|
229
|
-
onAuxclick?: (payload: MouseEvent) => void;
|
|
230
|
-
onClick?: (payload: MouseEvent) => void;
|
|
231
|
-
onContextmenu?: (payload: MouseEvent) => void;
|
|
232
|
-
onDblclick?: (payload: MouseEvent) => void;
|
|
233
|
-
onMousedown?: (payload: MouseEvent) => void;
|
|
234
|
-
onMouseenter?: (payload: MouseEvent) => void;
|
|
235
|
-
onMouseleave?: (payload: MouseEvent) => void;
|
|
236
|
-
onMousemove?: (payload: MouseEvent) => void;
|
|
237
|
-
onMouseout?: (payload: MouseEvent) => void;
|
|
238
|
-
onMouseover?: (payload: MouseEvent) => void;
|
|
239
|
-
onMouseup?: (payload: MouseEvent) => void;
|
|
240
|
-
onAbort?: (payload: Event) => void;
|
|
241
|
-
onCanplay?: (payload: Event) => void;
|
|
242
|
-
onCanplaythrough?: (payload: Event) => void;
|
|
243
|
-
onDurationchange?: (payload: Event) => void;
|
|
244
|
-
onEmptied?: (payload: Event) => void;
|
|
245
|
-
onEncrypted?: (payload: Event) => void;
|
|
246
|
-
onEnded?: (payload: Event) => void;
|
|
247
|
-
onLoadeddata?: (payload: Event) => void;
|
|
248
|
-
onLoadedmetadata?: (payload: Event) => void;
|
|
249
|
-
onLoadstart?: (payload: Event) => void;
|
|
250
|
-
onPause?: (payload: Event) => void;
|
|
251
|
-
onPlay?: (payload: Event) => void;
|
|
252
|
-
onPlaying?: (payload: Event) => void;
|
|
253
|
-
onProgress?: (payload: Event) => void;
|
|
254
|
-
onRatechange?: (payload: Event) => void;
|
|
255
|
-
onSeeked?: (payload: Event) => void;
|
|
256
|
-
onSeeking?: (payload: Event) => void;
|
|
257
|
-
onStalled?: (payload: Event) => void;
|
|
258
|
-
onSuspend?: (payload: Event) => void;
|
|
259
|
-
onTimeupdate?: (payload: Event) => void;
|
|
260
|
-
onVolumechange?: (payload: Event) => void;
|
|
261
|
-
onWaiting?: (payload: Event) => void;
|
|
262
|
-
onSelect?: (payload: Event) => void;
|
|
263
|
-
onScroll?: (payload: UIEvent) => void;
|
|
264
|
-
onTouchcancel?: (payload: TouchEvent) => void;
|
|
265
|
-
onTouchend?: (payload: TouchEvent) => void;
|
|
266
|
-
onTouchmove?: (payload: TouchEvent) => void;
|
|
267
|
-
onTouchstart?: (payload: TouchEvent) => void;
|
|
268
|
-
onPointerdown?: (payload: PointerEvent) => void;
|
|
269
|
-
onPointermove?: (payload: PointerEvent) => void;
|
|
270
|
-
onPointerup?: (payload: PointerEvent) => void;
|
|
271
|
-
onPointercancel?: (payload: PointerEvent) => void;
|
|
272
|
-
onPointerenter?: (payload: PointerEvent) => void;
|
|
273
|
-
onPointerleave?: (payload: PointerEvent) => void;
|
|
274
|
-
onPointerover?: (payload: PointerEvent) => void;
|
|
275
|
-
onPointerout?: (payload: PointerEvent) => void;
|
|
276
|
-
onWheel?: (payload: WheelEvent) => void;
|
|
277
|
-
onAnimationstart?: (payload: AnimationEvent) => void;
|
|
278
|
-
onAnimationend?: (payload: AnimationEvent) => void;
|
|
279
|
-
onAnimationiteration?: (payload: AnimationEvent) => void;
|
|
280
|
-
onTransitionend?: (payload: TransitionEvent) => void;
|
|
281
|
-
onTransitionstart?: (payload: TransitionEvent) => void;
|
|
282
|
-
};
|
|
283
|
-
wrapperCol: {
|
|
284
|
-
xxxl?: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
285
|
-
xxl?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
286
|
-
span: string | number;
|
|
287
|
-
offset: string | number;
|
|
288
|
-
};
|
|
289
|
-
xl?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
290
|
-
span: string | number;
|
|
291
|
-
offset: string | number;
|
|
292
|
-
};
|
|
293
|
-
lg?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
294
|
-
span: string | number;
|
|
295
|
-
offset: string | number;
|
|
296
|
-
};
|
|
297
|
-
md?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
298
|
-
span: string | number;
|
|
299
|
-
offset: string | number;
|
|
300
|
-
};
|
|
301
|
-
sm?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
302
|
-
span: string | number;
|
|
303
|
-
offset: string | number;
|
|
304
|
-
};
|
|
305
|
-
xs?: import("ant-design-vue/lib/grid").ColSize | (string | number) | {
|
|
306
|
-
span: string | number;
|
|
307
|
-
offset: string | number;
|
|
308
|
-
};
|
|
309
|
-
span?: string | number;
|
|
310
|
-
prefixCls?: string;
|
|
311
|
-
push?: string | number;
|
|
312
|
-
order?: string | number;
|
|
313
|
-
offset?: string | number;
|
|
314
|
-
pull?: string | number;
|
|
315
|
-
flex?: string | number;
|
|
316
|
-
style: any;
|
|
317
|
-
};
|
|
318
|
-
}>;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties } from 'vue';
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
-
prefix: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
name: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
size: {
|
|
12
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
spin: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
}, {
|
|
20
|
-
symbolId: import("vue").ComputedRef<string>;
|
|
21
|
-
prefixCls: string;
|
|
22
|
-
getStyle: import("vue").ComputedRef<CSSProperties>;
|
|
23
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
-
prefix: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
name: {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
size: {
|
|
33
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
34
|
-
default: number;
|
|
35
|
-
};
|
|
36
|
-
spin: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
}>>, {
|
|
41
|
-
size: string | number;
|
|
42
|
-
prefix: string;
|
|
43
|
-
spin: boolean;
|
|
44
|
-
}>;
|
|
45
|
-
export default _sfc_main;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { SizeEnum } from '../../enums/sizeEnum';
|
|
3
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
|
-
tip: {
|
|
5
|
-
type: PropType<string>;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
size: {
|
|
9
|
-
type: PropType<SizeEnum>;
|
|
10
|
-
default: SizeEnum;
|
|
11
|
-
validator: (v: SizeEnum) => boolean;
|
|
12
|
-
};
|
|
13
|
-
absolute: {
|
|
14
|
-
type: PropType<boolean>;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
loading: {
|
|
18
|
-
type: PropType<boolean>;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
background: {
|
|
22
|
-
type: PropType<string>;
|
|
23
|
-
};
|
|
24
|
-
theme: {
|
|
25
|
-
type: PropType<"light" | "dark">;
|
|
26
|
-
};
|
|
27
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
-
tip: {
|
|
29
|
-
type: PropType<string>;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
size: {
|
|
33
|
-
type: PropType<SizeEnum>;
|
|
34
|
-
default: SizeEnum;
|
|
35
|
-
validator: (v: SizeEnum) => boolean;
|
|
36
|
-
};
|
|
37
|
-
absolute: {
|
|
38
|
-
type: PropType<boolean>;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
loading: {
|
|
42
|
-
type: PropType<boolean>;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
|
-
background: {
|
|
46
|
-
type: PropType<string>;
|
|
47
|
-
};
|
|
48
|
-
theme: {
|
|
49
|
-
type: PropType<"light" | "dark">;
|
|
50
|
-
};
|
|
51
|
-
}>>, {
|
|
52
|
-
absolute: boolean;
|
|
53
|
-
size: SizeEnum;
|
|
54
|
-
loading: boolean;
|
|
55
|
-
tip: string;
|
|
56
|
-
}>;
|
|
57
|
-
export default _sfc_main;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { VNode } from 'vue';
|
|
2
|
-
import type { LoadingProps } from './typing';
|
|
3
|
-
export declare function createLoading(props?: Partial<LoadingProps>, target?: HTMLElement, wait?: boolean): {
|
|
4
|
-
vm: VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
close: () => void;
|
|
8
|
-
open: (target?: HTMLElement) => void;
|
|
9
|
-
setTip: (tip: string) => void;
|
|
10
|
-
setLoading: (loading: boolean) => void;
|
|
11
|
-
readonly loading: boolean;
|
|
12
|
-
readonly $el: HTMLElement;
|
|
13
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { LoadingProps } from './typing';
|
|
2
|
-
export interface UseLoadingOptions {
|
|
3
|
-
target?: any;
|
|
4
|
-
props?: Partial<LoadingProps>;
|
|
5
|
-
}
|
|
6
|
-
interface Fn {
|
|
7
|
-
(): void;
|
|
8
|
-
}
|
|
9
|
-
export declare function useLoading(props: Partial<LoadingProps>): [Fn, Fn, (string: any) => void];
|
|
10
|
-
export declare function useLoading(opt: Partial<UseLoadingOptions>): [Fn, Fn, (string: any) => void];
|
|
11
|
-
export {};
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
-
/**
|
|
4
|
-
* Help text max-width
|
|
5
|
-
* @default: 600px
|
|
6
|
-
*/
|
|
7
|
-
maxWidth: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* Whether to display the serial number
|
|
13
|
-
* @default: false
|
|
14
|
-
*/
|
|
15
|
-
showIndex: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* Help text font color
|
|
20
|
-
* @default: #ffffff
|
|
21
|
-
*/
|
|
22
|
-
color: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* Help text font size
|
|
28
|
-
* @default: 14px
|
|
29
|
-
*/
|
|
30
|
-
fontSize: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
/**
|
|
35
|
-
* Help text list
|
|
36
|
-
*/
|
|
37
|
-
placement: {
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* Help text list
|
|
43
|
-
*/
|
|
44
|
-
text: {
|
|
45
|
-
type: PropType<string | string[]>;
|
|
46
|
-
};
|
|
47
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
-
/**
|
|
49
|
-
* Help text max-width
|
|
50
|
-
* @default: 600px
|
|
51
|
-
*/
|
|
52
|
-
maxWidth: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
/**
|
|
57
|
-
* Whether to display the serial number
|
|
58
|
-
* @default: false
|
|
59
|
-
*/
|
|
60
|
-
showIndex: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
};
|
|
63
|
-
/**
|
|
64
|
-
* Help text font color
|
|
65
|
-
* @default: #ffffff
|
|
66
|
-
*/
|
|
67
|
-
color: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
default: string;
|
|
70
|
-
};
|
|
71
|
-
/**
|
|
72
|
-
* Help text font size
|
|
73
|
-
* @default: 14px
|
|
74
|
-
*/
|
|
75
|
-
fontSize: {
|
|
76
|
-
type: StringConstructor;
|
|
77
|
-
default: string;
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* Help text list
|
|
81
|
-
*/
|
|
82
|
-
placement: {
|
|
83
|
-
type: StringConstructor;
|
|
84
|
-
default: string;
|
|
85
|
-
};
|
|
86
|
-
/**
|
|
87
|
-
* Help text list
|
|
88
|
-
*/
|
|
89
|
-
text: {
|
|
90
|
-
type: PropType<string | string[]>;
|
|
91
|
-
};
|
|
92
|
-
}>>, {
|
|
93
|
-
placement: string;
|
|
94
|
-
color: string;
|
|
95
|
-
maxWidth: string;
|
|
96
|
-
showIndex: boolean;
|
|
97
|
-
fontSize: string;
|
|
98
|
-
}>;
|
|
99
|
-
export default _sfc_main;
|