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.
Files changed (166) hide show
  1. package/es/{ui/types/global.d.ts → global.d.ts} +102 -102
  2. package/es/{ui/types/index.d.ts → index.d.ts} +28 -28
  3. package/es/index.js +7751 -5410
  4. package/es/style.css +853 -625
  5. package/lib/global.d.ts +102 -0
  6. package/lib/index.d.ts +28 -0
  7. package/lib/index.js +7718 -5380
  8. package/package.json +8 -6
  9. package/es/ui/index.d.ts +0 -20
  10. package/es/ui/src/Basic/index.d.ts +0 -4
  11. package/es/ui/src/Basic/src/BasicHelp.vue.d.ts +0 -99
  12. package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +0 -117
  13. package/es/ui/src/Button/index.d.ts +0 -5
  14. package/es/ui/src/Button/src/BasicButton.vue.d.ts +0 -2
  15. package/es/ui/src/Button/src/PopConfirmButton.vue.d.ts +0 -24
  16. package/es/ui/src/Button/src/props.d.ts +0 -37
  17. package/es/ui/src/ClickOutSide/index.d.ts +0 -2
  18. package/es/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +0 -8
  19. package/es/ui/src/Container/index.d.ts +0 -5
  20. package/es/ui/src/Container/src/LazyContainer.vue.d.ts +0 -121
  21. package/es/ui/src/Container/src/ScrollContainer.vue.d.ts +0 -9
  22. package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +0 -553
  23. package/es/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +0 -42
  24. package/es/ui/src/Container/src/typing.d.ts +0 -15
  25. package/es/ui/src/ContextMenu/index.d.ts +0 -3
  26. package/es/ui/src/ContextMenu/src/ContextMenu.vue.d.ts +0 -64
  27. package/es/ui/src/ContextMenu/src/createContextMenu.d.ts +0 -3
  28. package/es/ui/src/ContextMenu/src/typing.d.ts +0 -33
  29. package/es/ui/src/ContextMenu/src/useContextMenu.d.ts +0 -3
  30. package/es/ui/src/CountDown/index.d.ts +0 -3
  31. package/es/ui/src/CountDown/src/CountButton.vue.d.ts +0 -35
  32. package/es/ui/src/CountDown/src/CountdownInput.vue.d.ts +0 -41
  33. package/es/ui/src/CountDown/src/useCountdown.d.ts +0 -9
  34. package/es/ui/src/CountTo/index.d.ts +0 -2
  35. package/es/ui/src/CountTo/src/CountTo.vue.d.ts +0 -137
  36. package/es/ui/src/Cropper/index.d.ts +0 -4
  37. package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +0 -39
  38. package/es/ui/src/Cropper/src/Cropper.vue.d.ts +0 -87
  39. package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +0 -73
  40. package/es/ui/src/Cropper/src/typing.d.ts +0 -6
  41. package/es/ui/src/Description/index.d.ts +0 -4
  42. package/es/ui/src/Description/src/Description.vue.d.ts +0 -101
  43. package/es/ui/src/Description/src/typing.d.ts +0 -39
  44. package/es/ui/src/Description/src/useDescription.d.ts +0 -2
  45. package/es/ui/src/Drawer/index.d.ts +0 -3
  46. package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +0 -170
  47. package/es/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +0 -95
  48. package/es/ui/src/Drawer/src/props.d.ts +0 -115
  49. package/es/ui/src/Drawer/src/typing.d.ts +0 -177
  50. package/es/ui/src/Drawer/src/useDrawer.d.ts +0 -6
  51. package/es/ui/src/Dropdown/index.d.ts +0 -3
  52. package/es/ui/src/Dropdown/src/typing.d.ts +0 -9
  53. package/es/ui/src/Form/index.d.ts +0 -13
  54. package/es/ui/src/Form/src/BasicForm.vue.d.ts +0 -2
  55. package/es/ui/src/Form/src/componentMap.d.ts +0 -6
  56. package/es/ui/src/Form/src/components/ApiCascader.vue.d.ts +0 -2
  57. package/es/ui/src/Form/src/components/ApiModalSelect/DeptTree.vue.d.ts +0 -130
  58. package/es/ui/src/Form/src/components/ApiModalSelect/Table.vue.d.ts +0 -11
  59. package/es/ui/src/Form/src/components/ApiRadioGroup.vue.d.ts +0 -2
  60. package/es/ui/src/Form/src/components/ApiSelect.vue.d.ts +0 -2
  61. package/es/ui/src/Form/src/components/ApiTransfer.vue.d.ts +0 -2
  62. package/es/ui/src/Form/src/components/ApiTree.vue.d.ts +0 -2
  63. package/es/ui/src/Form/src/components/ApiTreeSelect.vue.d.ts +0 -2
  64. package/es/ui/src/Form/src/components/FormAction.vue.d.ts +0 -2
  65. package/es/ui/src/Form/src/components/FormItem.vue.d.ts +0 -72
  66. package/es/ui/src/Form/src/components/RadioButtonGroup.vue.d.ts +0 -35
  67. package/es/ui/src/Form/src/helper.d.ts +0 -14
  68. package/es/ui/src/Form/src/hooks/useAutoFocus.d.ts +0 -10
  69. package/es/ui/src/Form/src/hooks/useComponentRegister.d.ts +0 -3
  70. package/es/ui/src/Form/src/hooks/useForm.d.ts +0 -10
  71. package/es/ui/src/Form/src/hooks/useFormContext.d.ts +0 -8
  72. package/es/ui/src/Form/src/hooks/useFormEvents.d.ts +0 -28
  73. package/es/ui/src/Form/src/hooks/useFormValues.d.ts +0 -13
  74. package/es/ui/src/Form/src/hooks/useLabelWidth.d.ts +0 -318
  75. package/es/ui/src/Form/src/props.d.ts +0 -2
  76. package/es/ui/src/Form/src/types/hooks.d.ts +0 -6
  77. package/es/ui/src/Icon/data/icons.data.d.ts +0 -2
  78. package/es/ui/src/Icon/index.d.ts +0 -5
  79. package/es/ui/src/Icon/src/SvgIcon.vue.d.ts +0 -45
  80. package/es/ui/src/Loading/index.d.ts +0 -4
  81. package/es/ui/src/Loading/src/Loading.vue.d.ts +0 -57
  82. package/es/ui/src/Loading/src/createLoading.d.ts +0 -13
  83. package/es/ui/src/Loading/src/typing.d.ts +0 -9
  84. package/es/ui/src/Loading/src/useLoading.d.ts +0 -11
  85. package/es/ui/src/Modal/index.d.ts +0 -4
  86. package/es/ui/src/Modal/src/components/BasicHelp.vue.d.ts +0 -99
  87. package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +0 -117
  88. package/es/ui/src/Modal/src/components/Modal.d.ts +0 -10
  89. package/es/ui/src/Modal/src/components/ModalClose.vue.d.ts +0 -39
  90. package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +0 -14
  91. package/es/ui/src/Modal/src/components/ModalHeader.vue.d.ts +0 -19
  92. package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +0 -95
  93. package/es/ui/src/Modal/src/components/ScrollContainer.vue.d.ts +0 -9
  94. package/es/ui/src/Modal/src/hooks/useAttrs.d.ts +0 -9
  95. package/es/ui/src/Modal/src/hooks/useContext.d.ts +0 -10
  96. package/es/ui/src/Modal/src/hooks/useDesign.d.ts +0 -22
  97. package/es/ui/src/Modal/src/hooks/useI18n.d.ts +0 -15
  98. package/es/ui/src/Modal/src/hooks/useModal.d.ts +0 -6
  99. package/es/ui/src/Modal/src/hooks/useModalContext.d.ts +0 -7
  100. package/es/ui/src/Modal/src/hooks/useModalDrag.d.ts +0 -7
  101. package/es/ui/src/Modal/src/hooks/useModalFullScreen.d.ts +0 -11
  102. package/es/ui/src/Modal/src/hooks/useScrollTo.d.ts +0 -10
  103. package/es/ui/src/Modal/src/hooks/useTimeout.d.ts +0 -10
  104. package/es/ui/src/Modal/src/hooks/useWindowSizeFn.d.ts +0 -7
  105. package/es/ui/src/Modal/src/props.d.ts +0 -34
  106. package/es/ui/src/Modal/src/typing.d.ts +0 -173
  107. package/es/ui/src/Modal/src/utils/index.d.ts +0 -5
  108. package/es/ui/src/Modal/src/utils/is.d.ts +0 -13
  109. package/es/ui/src/Modal/src/utils/log.d.ts +0 -2
  110. package/es/ui/src/Modal/src/utils/tsxHelper.d.ts +0 -13
  111. package/es/ui/src/Page/index.d.ts +0 -4
  112. package/es/ui/src/Page/src/PageFooter.vue.d.ts +0 -5
  113. package/es/ui/src/Scrollbar/index.d.ts +0 -6
  114. package/es/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +0 -72
  115. package/es/ui/src/Scrollbar/src/bar.d.ts +0 -14
  116. package/es/ui/src/Scrollbar/src/types.d.ts +0 -18
  117. package/es/ui/src/Scrollbar/src/util.d.ts +0 -8
  118. package/es/ui/src/StrengthMeter/index.d.ts +0 -2
  119. package/es/ui/src/Table/index.d.ts +0 -11
  120. package/es/ui/src/Table/src/BasicTable.vue.d.ts +0 -2
  121. package/es/ui/src/Table/src/componentMap.d.ts +0 -6
  122. package/es/ui/src/Table/src/components/EditTableHeaderIcon.vue.d.ts +0 -14
  123. package/es/ui/src/Table/src/components/HeaderCell.vue.d.ts +0 -21
  124. package/es/ui/src/Table/src/components/TableAction.vue.d.ts +0 -2
  125. package/es/ui/src/Table/src/components/TableHeader.vue.d.ts +0 -40
  126. package/es/ui/src/Table/src/components/editable/CellComponent.d.ts +0 -10
  127. package/es/ui/src/Table/src/components/editable/helper.d.ts +0 -5
  128. package/es/ui/src/Table/src/components/editable/index.d.ts +0 -22
  129. package/es/ui/src/Table/src/components/settings/ColumnSetting.vue.d.ts +0 -29
  130. package/es/ui/src/Table/src/components/settings/FullScreenSetting.vue.d.ts +0 -6
  131. package/es/ui/src/Table/src/components/settings/ShowSearchSetting.vue.d.ts +0 -5
  132. package/es/ui/src/Table/src/components/settings/SizeSetting.vue.d.ts +0 -11
  133. package/es/ui/src/Table/src/components/settings/index.vue.d.ts +0 -23
  134. package/es/ui/src/Table/src/const.d.ts +0 -22
  135. package/es/ui/src/Table/src/hooks/useCustomRow.d.ts +0 -19
  136. package/es/ui/src/Table/src/hooks/useDataSource.d.ts +0 -28
  137. package/es/ui/src/Table/src/hooks/useLoading.d.ts +0 -6
  138. package/es/ui/src/Table/src/hooks/usePagination.d.ts +0 -10
  139. package/es/ui/src/Table/src/hooks/useRowSelection.d.ts +0 -12
  140. package/es/ui/src/Table/src/hooks/useScrollTo.d.ts +0 -4
  141. package/es/ui/src/Table/src/hooks/useTable.d.ts +0 -17
  142. package/es/ui/src/Table/src/hooks/useTableContext.d.ts +0 -13
  143. package/es/ui/src/Table/src/hooks/useTableExpand.d.ts +0 -14
  144. package/es/ui/src/Table/src/hooks/useTableFooter.d.ts +0 -9
  145. package/es/ui/src/Table/src/hooks/useTableForm.d.ts +0 -8
  146. package/es/ui/src/Table/src/hooks/useTableHeader.d.ts +0 -5
  147. package/es/ui/src/Table/src/hooks/useTableScroll.d.ts +0 -10
  148. package/es/ui/src/Table/src/hooks/useTableStyle.d.ts +0 -5
  149. package/es/ui/src/Table/src/props.d.ts +0 -2
  150. package/es/ui/src/Table/src/types/componentType.d.ts +0 -1
  151. package/es/ui/src/Table/src/types/pagination.d.ts +0 -93
  152. package/es/ui/src/Table/src/types/table.d.ts +0 -372
  153. package/es/ui/src/Table/src/types/tableAction.d.ts +0 -28
  154. package/es/ui/src/Transition/index.d.ts +0 -368
  155. package/es/ui/src/Transition/src/CollapseTransition.vue.d.ts +0 -11
  156. package/es/ui/src/Transition/src/CreateTransition.d.ts +0 -47
  157. package/es/ui/src/Transition/src/ExpandTransition.d.ts +0 -23
  158. package/es/ui/src/Tree/index.d.ts +0 -12
  159. package/es/ui/src/Tree/src/BasicTree.vue.d.ts +0 -94
  160. package/es/ui/src/Tree/src/TreeIcon.d.ts +0 -2
  161. package/es/ui/src/Tree/src/hooks/useTree.d.ts +0 -14
  162. package/es/ui/src/Tree/src/types/tree.d.ts +0 -105
  163. package/es/ui/src/Tree/style/index.d.ts +0 -0
  164. package/es/ui/src/directives/clickOutside.d.ts +0 -3
  165. package/es/ui/src/directives/index.d.ts +0 -1
  166. package/es/ui/src/enums/sizeEnum.d.ts +0 -11
@@ -1,553 +0,0 @@
1
- import type { PropType } from 'vue';
2
- declare const _sfc_main: import("vue").DefineComponent<{
3
- title: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- loading: {
8
- type: BooleanConstructor;
9
- };
10
- /**
11
- * Can it be expanded
12
- */
13
- canExpan: {
14
- type: BooleanConstructor;
15
- default: boolean;
16
- };
17
- /**
18
- * Warm reminder on the right side of the title
19
- */
20
- helpMessage: {
21
- type: PropType<string | string[]>;
22
- default: string;
23
- };
24
- /**
25
- * Whether to trigger window.resize when expanding and contracting,
26
- * Can adapt to tables and forms, when the form shrinks, the form triggers resize to adapt to the height
27
- */
28
- triggerWindowResize: {
29
- type: BooleanConstructor;
30
- };
31
- /**
32
- * Delayed loading time
33
- */
34
- lazyTime: {
35
- type: NumberConstructor;
36
- default: number;
37
- };
38
- }, {
39
- props: any;
40
- show: import("vue").Ref<boolean>;
41
- prefixCls: string;
42
- handleExpand: (val: boolean) => void;
43
- readonly Skeleton: {
44
- new (...args: any[]): {
45
- $: import("vue").ComponentInternalInstance;
46
- $data: {};
47
- $props: Partial<{
48
- title: boolean | Partial<import("vue").ExtractPropTypes<{
49
- prefixCls: StringConstructor;
50
- width: {
51
- type: PropType<string | number>;
52
- };
53
- }>>;
54
- round: boolean;
55
- active: boolean;
56
- loading: boolean;
57
- avatar: boolean | {
58
- prefixCls?: string;
59
- size?: number | "small" | "default" | "large";
60
- shape?: "circle" | "square";
61
- };
62
- paragraph: boolean | Partial<import("vue").ExtractPropTypes<{
63
- prefixCls: StringConstructor;
64
- width: {
65
- type: PropType<string | number | (string | number)[]>;
66
- };
67
- rows: NumberConstructor;
68
- }>>;
69
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
70
- active: {
71
- type: BooleanConstructor;
72
- default: any;
73
- };
74
- loading: {
75
- type: BooleanConstructor;
76
- default: any;
77
- };
78
- prefixCls: StringConstructor;
79
- avatar: {
80
- type: PropType<boolean | {
81
- prefixCls?: string;
82
- size?: number | "small" | "default" | "large";
83
- shape?: "circle" | "square";
84
- }>;
85
- default: boolean | {
86
- prefixCls?: string;
87
- size?: number | "small" | "default" | "large";
88
- shape?: "circle" | "square";
89
- };
90
- };
91
- title: {
92
- type: PropType<boolean | Partial<import("vue").ExtractPropTypes<{
93
- prefixCls: StringConstructor;
94
- width: {
95
- type: PropType<string | number>;
96
- };
97
- }>>>;
98
- default: boolean | Partial<import("vue").ExtractPropTypes<{
99
- prefixCls: StringConstructor;
100
- width: {
101
- type: PropType<string | number>;
102
- };
103
- }>>;
104
- };
105
- paragraph: {
106
- type: PropType<boolean | Partial<import("vue").ExtractPropTypes<{
107
- prefixCls: StringConstructor;
108
- width: {
109
- type: PropType<string | number | (string | number)[]>;
110
- };
111
- rows: NumberConstructor;
112
- }>>>;
113
- default: boolean | Partial<import("vue").ExtractPropTypes<{
114
- prefixCls: StringConstructor;
115
- width: {
116
- type: PropType<string | number | (string | number)[]>;
117
- };
118
- rows: NumberConstructor;
119
- }>>;
120
- };
121
- round: {
122
- type: BooleanConstructor;
123
- default: any;
124
- };
125
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "loading" | "round" | "active" | "avatar" | "paragraph">;
126
- $attrs: {
127
- [x: string]: unknown;
128
- };
129
- $refs: {
130
- [x: string]: unknown;
131
- };
132
- $slots: Readonly<{
133
- [name: string]: import("vue").Slot;
134
- }>;
135
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
136
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
137
- $emit: (event: string, ...args: any[]) => void;
138
- $el: any;
139
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
140
- active: {
141
- type: BooleanConstructor;
142
- default: any;
143
- };
144
- loading: {
145
- type: BooleanConstructor;
146
- default: any;
147
- };
148
- prefixCls: StringConstructor;
149
- avatar: {
150
- type: PropType<boolean | {
151
- prefixCls?: string;
152
- size?: number | "small" | "default" | "large";
153
- shape?: "circle" | "square";
154
- }>;
155
- default: boolean | {
156
- prefixCls?: string;
157
- size?: number | "small" | "default" | "large";
158
- shape?: "circle" | "square";
159
- };
160
- };
161
- title: {
162
- type: PropType<boolean | Partial<import("vue").ExtractPropTypes<{
163
- prefixCls: StringConstructor;
164
- width: {
165
- type: PropType<string | number>;
166
- };
167
- }>>>;
168
- default: boolean | Partial<import("vue").ExtractPropTypes<{
169
- prefixCls: StringConstructor;
170
- width: {
171
- type: PropType<string | number>;
172
- };
173
- }>>;
174
- };
175
- paragraph: {
176
- type: PropType<boolean | Partial<import("vue").ExtractPropTypes<{
177
- prefixCls: StringConstructor;
178
- width: {
179
- type: PropType<string | number | (string | number)[]>;
180
- };
181
- rows: NumberConstructor;
182
- }>>>;
183
- default: boolean | Partial<import("vue").ExtractPropTypes<{
184
- prefixCls: StringConstructor;
185
- width: {
186
- type: PropType<string | number | (string | number)[]>;
187
- };
188
- rows: NumberConstructor;
189
- }>>;
190
- };
191
- round: {
192
- type: BooleanConstructor;
193
- default: any;
194
- };
195
- }>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
196
- [key: string]: any;
197
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
198
- title: boolean | Partial<import("vue").ExtractPropTypes<{
199
- prefixCls: StringConstructor;
200
- width: {
201
- type: PropType<string | number>;
202
- };
203
- }>>;
204
- round: boolean;
205
- active: boolean;
206
- loading: boolean;
207
- avatar: boolean | {
208
- prefixCls?: string;
209
- size?: number | "small" | "default" | "large";
210
- shape?: "circle" | "square";
211
- };
212
- paragraph: boolean | Partial<import("vue").ExtractPropTypes<{
213
- prefixCls: StringConstructor;
214
- width: {
215
- type: PropType<string | number | (string | number)[]>;
216
- };
217
- rows: NumberConstructor;
218
- }>>;
219
- }, {}, string> & {
220
- beforeCreate?: (() => void) | (() => void)[];
221
- created?: (() => void) | (() => void)[];
222
- beforeMount?: (() => void) | (() => void)[];
223
- mounted?: (() => void) | (() => void)[];
224
- beforeUpdate?: (() => void) | (() => void)[];
225
- updated?: (() => void) | (() => void)[];
226
- activated?: (() => void) | (() => void)[];
227
- deactivated?: (() => void) | (() => void)[];
228
- beforeDestroy?: (() => void) | (() => void)[];
229
- beforeUnmount?: (() => void) | (() => void)[];
230
- destroyed?: (() => void) | (() => void)[];
231
- unmounted?: (() => void) | (() => void)[];
232
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
233
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
234
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
235
- };
236
- $forceUpdate: () => void;
237
- $nextTick: typeof import("vue").nextTick;
238
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
239
- } & Readonly<import("vue").ExtractPropTypes<{
240
- active: {
241
- type: BooleanConstructor;
242
- default: any;
243
- };
244
- loading: {
245
- type: BooleanConstructor;
246
- default: any;
247
- };
248
- prefixCls: StringConstructor;
249
- avatar: {
250
- type: PropType<boolean | {
251
- prefixCls?: string;
252
- size?: number | "small" | "default" | "large";
253
- shape?: "circle" | "square";
254
- }>;
255
- default: boolean | {
256
- prefixCls?: string;
257
- size?: number | "small" | "default" | "large";
258
- shape?: "circle" | "square";
259
- };
260
- };
261
- title: {
262
- type: PropType<boolean | Partial<import("vue").ExtractPropTypes<{
263
- prefixCls: StringConstructor;
264
- width: {
265
- type: PropType<string | number>;
266
- };
267
- }>>>;
268
- default: boolean | Partial<import("vue").ExtractPropTypes<{
269
- prefixCls: StringConstructor;
270
- width: {
271
- type: PropType<string | number>;
272
- };
273
- }>>;
274
- };
275
- paragraph: {
276
- type: PropType<boolean | Partial<import("vue").ExtractPropTypes<{
277
- prefixCls: StringConstructor;
278
- width: {
279
- type: PropType<string | number | (string | number)[]>;
280
- };
281
- rows: NumberConstructor;
282
- }>>>;
283
- default: boolean | Partial<import("vue").ExtractPropTypes<{
284
- prefixCls: StringConstructor;
285
- width: {
286
- type: PropType<string | number | (string | number)[]>;
287
- };
288
- rows: NumberConstructor;
289
- }>>;
290
- };
291
- round: {
292
- type: BooleanConstructor;
293
- default: any;
294
- };
295
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
296
- [key: string]: any;
297
- }>[]> & import("vue").ComponentCustomProperties;
298
- __isFragment?: never;
299
- __isTeleport?: never;
300
- __isSuspense?: never;
301
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
302
- active: {
303
- type: BooleanConstructor;
304
- default: any;
305
- };
306
- loading: {
307
- type: BooleanConstructor;
308
- default: any;
309
- };
310
- prefixCls: StringConstructor;
311
- avatar: {
312
- type: PropType<boolean | {
313
- prefixCls?: string;
314
- size?: number | "small" | "default" | "large";
315
- shape?: "circle" | "square";
316
- }>;
317
- default: boolean | {
318
- prefixCls?: string;
319
- size?: number | "small" | "default" | "large";
320
- shape?: "circle" | "square";
321
- };
322
- };
323
- title: {
324
- type: PropType<boolean | Partial<import("vue").ExtractPropTypes<{
325
- prefixCls: StringConstructor;
326
- width: {
327
- type: PropType<string | number>;
328
- };
329
- }>>>;
330
- default: boolean | Partial<import("vue").ExtractPropTypes<{
331
- prefixCls: StringConstructor;
332
- width: {
333
- type: PropType<string | number>;
334
- };
335
- }>>;
336
- };
337
- paragraph: {
338
- type: PropType<boolean | Partial<import("vue").ExtractPropTypes<{
339
- prefixCls: StringConstructor;
340
- width: {
341
- type: PropType<string | number | (string | number)[]>;
342
- };
343
- rows: NumberConstructor;
344
- }>>>;
345
- default: boolean | Partial<import("vue").ExtractPropTypes<{
346
- prefixCls: StringConstructor;
347
- width: {
348
- type: PropType<string | number | (string | number)[]>;
349
- };
350
- rows: NumberConstructor;
351
- }>>;
352
- };
353
- round: {
354
- type: BooleanConstructor;
355
- default: any;
356
- };
357
- }>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
358
- [key: string]: any;
359
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
360
- title: boolean | Partial<import("vue").ExtractPropTypes<{
361
- prefixCls: StringConstructor;
362
- width: {
363
- type: PropType<string | number>;
364
- };
365
- }>>;
366
- round: boolean;
367
- active: boolean;
368
- loading: boolean;
369
- avatar: boolean | {
370
- prefixCls?: string;
371
- size?: number | "small" | "default" | "large";
372
- shape?: "circle" | "square";
373
- };
374
- paragraph: boolean | Partial<import("vue").ExtractPropTypes<{
375
- prefixCls: StringConstructor;
376
- width: {
377
- type: PropType<string | number | (string | number)[]>;
378
- };
379
- rows: NumberConstructor;
380
- }>>;
381
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
382
- readonly Button: import("vue").DefineComponent<{
383
- size: PropType<"small" | "default" | "large">;
384
- block: BooleanConstructor;
385
- prefixCls: StringConstructor;
386
- shape: PropType<"default" | "circle" | "round" | "square">;
387
- active: {
388
- type: BooleanConstructor;
389
- default: any;
390
- };
391
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
392
- size: PropType<"small" | "default" | "large">;
393
- block: BooleanConstructor;
394
- prefixCls: StringConstructor;
395
- shape: PropType<"default" | "circle" | "round" | "square">;
396
- active: {
397
- type: BooleanConstructor;
398
- default: any;
399
- };
400
- }>>, {
401
- block: boolean;
402
- active: boolean;
403
- }>;
404
- readonly Avatar: import("vue").DefineComponent<{
405
- shape: PropType<"circle" | "square">;
406
- prefixCls: StringConstructor;
407
- size: PropType<number | "small" | "default" | "large">;
408
- active: {
409
- type: BooleanConstructor;
410
- default: any;
411
- };
412
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
413
- shape: PropType<"circle" | "square">;
414
- prefixCls: StringConstructor;
415
- size: PropType<number | "small" | "default" | "large">;
416
- active: {
417
- type: BooleanConstructor;
418
- default: any;
419
- };
420
- }>>, {
421
- active: boolean;
422
- }>;
423
- readonly Input: import("vue").DefineComponent<{
424
- size: PropType<"small" | "default" | "large">;
425
- prefixCls: StringConstructor;
426
- active: {
427
- type: BooleanConstructor;
428
- default: any;
429
- };
430
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
431
- size: PropType<"small" | "default" | "large">;
432
- prefixCls: StringConstructor;
433
- active: {
434
- type: BooleanConstructor;
435
- default: any;
436
- };
437
- }>>, {
438
- active: boolean;
439
- }>;
440
- readonly Image: import("vue").DefineComponent<Omit<{
441
- prefixCls: StringConstructor;
442
- size: PropType<number | "small" | "default" | "large">;
443
- shape: PropType<"default" | "circle" | "round" | "square">;
444
- active: {
445
- type: BooleanConstructor;
446
- default: any;
447
- };
448
- }, "shape" | "size" | "active">, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Omit<{
449
- prefixCls: StringConstructor;
450
- size: PropType<number | "small" | "default" | "large">;
451
- shape: PropType<"default" | "circle" | "round" | "square">;
452
- active: {
453
- type: BooleanConstructor;
454
- default: any;
455
- };
456
- }, "shape" | "size" | "active">>>, {}>;
457
- };
458
- readonly CollapseTransition: import("vue").DefineComponent<{}, {
459
- on: {
460
- beforeEnter(el: any): void;
461
- enter(el: any): void;
462
- afterEnter(el: any): void;
463
- beforeLeave(el: any): void;
464
- leave(el: any): void;
465
- afterLeave(el: any): void;
466
- };
467
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
468
- CollapseHeader: import("vue").DefineComponent<{
469
- prefixCls: {
470
- type: StringConstructor;
471
- };
472
- helpMessage: {
473
- type: globalThis.PropType<string | string[]>;
474
- default: string;
475
- };
476
- title: {
477
- type: StringConstructor;
478
- };
479
- show: {
480
- type: BooleanConstructor;
481
- };
482
- canExpan: {
483
- type: BooleanConstructor;
484
- };
485
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
486
- prefixCls: {
487
- type: StringConstructor;
488
- };
489
- helpMessage: {
490
- type: globalThis.PropType<string | string[]>;
491
- default: string;
492
- };
493
- title: {
494
- type: StringConstructor;
495
- };
496
- show: {
497
- type: BooleanConstructor;
498
- };
499
- canExpan: {
500
- type: BooleanConstructor;
501
- };
502
- }>> & {
503
- onExpand?: (...args: any[]) => any;
504
- }, {
505
- helpMessage: string | string[];
506
- canExpan: boolean;
507
- show: boolean;
508
- }>;
509
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
510
- title: {
511
- type: StringConstructor;
512
- default: string;
513
- };
514
- loading: {
515
- type: BooleanConstructor;
516
- };
517
- /**
518
- * Can it be expanded
519
- */
520
- canExpan: {
521
- type: BooleanConstructor;
522
- default: boolean;
523
- };
524
- /**
525
- * Warm reminder on the right side of the title
526
- */
527
- helpMessage: {
528
- type: PropType<string | string[]>;
529
- default: string;
530
- };
531
- /**
532
- * Whether to trigger window.resize when expanding and contracting,
533
- * Can adapt to tables and forms, when the form shrinks, the form triggers resize to adapt to the height
534
- */
535
- triggerWindowResize: {
536
- type: BooleanConstructor;
537
- };
538
- /**
539
- * Delayed loading time
540
- */
541
- lazyTime: {
542
- type: NumberConstructor;
543
- default: number;
544
- };
545
- }>>, {
546
- title: string;
547
- loading: boolean;
548
- helpMessage: string | string[];
549
- canExpan: boolean;
550
- triggerWindowResize: boolean;
551
- lazyTime: number;
552
- }>;
553
- export default _sfc_main;
@@ -1,42 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- prefixCls: {
3
- type: StringConstructor;
4
- };
5
- helpMessage: {
6
- type: PropType<string | string[]>;
7
- default: string;
8
- };
9
- title: {
10
- type: StringConstructor;
11
- };
12
- show: {
13
- type: BooleanConstructor;
14
- };
15
- canExpan: {
16
- type: BooleanConstructor;
17
- };
18
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
- prefixCls: {
20
- type: StringConstructor;
21
- };
22
- helpMessage: {
23
- type: PropType<string | string[]>;
24
- default: string;
25
- };
26
- title: {
27
- type: StringConstructor;
28
- };
29
- show: {
30
- type: BooleanConstructor;
31
- };
32
- canExpan: {
33
- type: BooleanConstructor;
34
- };
35
- }>> & {
36
- onExpand?: (...args: any[]) => any;
37
- }, {
38
- helpMessage: string | string[];
39
- canExpan: boolean;
40
- show: boolean;
41
- }>;
42
- export default _sfc_main;
@@ -1,15 +0,0 @@
1
- export declare type ScrollType = 'default' | 'main';
2
- export interface CollapseContainerOptions {
3
- canExpand?: boolean;
4
- title?: string;
5
- helpMessage?: Array<any> | string;
6
- }
7
- export interface ScrollContainerOptions {
8
- enableScroll?: boolean;
9
- type?: ScrollType;
10
- }
11
- export declare type ScrollActionType = RefType<{
12
- scrollBottom: () => void;
13
- getScrollWrap: () => Nullable<HTMLElement>;
14
- scrollTo: (top: number) => void;
15
- }>;
@@ -1,3 +0,0 @@
1
- export { createContextMenu, destroyContextMenu } from './src/createContextMenu';
2
- export * from './src/typing';
3
- export * from './src/useContextMenu';
@@ -1,64 +0,0 @@
1
- import type { ContextMenuItem, Axis } from './typing';
2
- import type { CSSProperties, PropType } from 'vue';
3
- declare const _sfc_main: import("vue").DefineComponent<{
4
- width: {
5
- type: NumberConstructor;
6
- default: number;
7
- };
8
- customEvent: {
9
- type: PropType<Event>;
10
- default: any;
11
- };
12
- styles: {
13
- type: PropType<CSSProperties>;
14
- };
15
- showIcon: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- axis: {
20
- type: PropType<Axis>;
21
- default(): {
22
- x: number;
23
- y: number;
24
- };
25
- };
26
- items: {
27
- type: PropType<ContextMenuItem[]>;
28
- default(): any[];
29
- };
30
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
- width: {
32
- type: NumberConstructor;
33
- default: number;
34
- };
35
- customEvent: {
36
- type: PropType<Event>;
37
- default: any;
38
- };
39
- styles: {
40
- type: PropType<CSSProperties>;
41
- };
42
- showIcon: {
43
- type: BooleanConstructor;
44
- default: boolean;
45
- };
46
- axis: {
47
- type: PropType<Axis>;
48
- default(): {
49
- x: number;
50
- y: number;
51
- };
52
- };
53
- items: {
54
- type: PropType<ContextMenuItem[]>;
55
- default(): any[];
56
- };
57
- }>>, {
58
- width: number;
59
- showIcon: boolean;
60
- customEvent: Event;
61
- axis: Axis;
62
- items: ContextMenuItem[];
63
- }>;
64
- export default _sfc_main;
@@ -1,3 +0,0 @@
1
- import { CreateContextOptions } from './typing';
2
- export declare const createContextMenu: (options: CreateContextOptions) => Promise<unknown>;
3
- export declare const destroyContextMenu: () => void;