@sdata/web-vue 1.14.0 → 1.19.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 (233) hide show
  1. package/dist/sd.css +364 -1
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/picker/input-range.vue.d.ts +2 -2
  4. package/es/_components/picker/input.vue.d.ts +1 -1
  5. package/es/_components/resize-trigger.vue_vue_type_script_lang.js +1 -1
  6. package/es/_components/select-view/select-view.d.ts +2 -2
  7. package/es/_components/virtual-list/virtual-list.vue.d.ts +3 -3
  8. package/es/_hooks/use-popup-manager.js +2 -4
  9. package/es/_utils/dom.d.ts +5 -2
  10. package/es/_utils/dom.js +1 -1
  11. package/es/anchor/anchor.vue.d.ts +2 -2
  12. package/es/anchor/index.d.ts +9 -9
  13. package/es/auto-complete/auto-complete.d.ts +3 -3
  14. package/es/auto-complete/index.d.ts +9 -9
  15. package/es/button/button.vue.d.ts +2 -2
  16. package/es/button/index.d.ts +6 -6
  17. package/es/calendar/calendar.d.ts +1 -1
  18. package/es/calendar/index.d.ts +3 -3
  19. package/es/card/card.d.ts +4 -4
  20. package/es/card/index.d.ts +9 -9
  21. package/es/carousel/carousel-arrow.vue.d.ts +1 -1
  22. package/es/carousel/carousel-indicator.vue.d.ts +1 -1
  23. package/es/carousel/carousel.d.ts +3 -3
  24. package/es/carousel/index.d.ts +9 -9
  25. package/es/cascader/base-cascader-panel.d.ts +1 -1
  26. package/es/cascader/cascader-search-panel.d.ts +1 -1
  27. package/es/cascader/cascader.vue.d.ts +14 -14
  28. package/es/checkbox/checkbox-group.d.ts +1 -1
  29. package/es/checkbox/index.d.ts +1 -1
  30. package/es/color-picker/color-picker.d.ts +5 -5
  31. package/es/color-picker/index.d.ts +15 -15
  32. package/es/color-picker/panel.d.ts +2 -2
  33. package/es/components.d.ts +1 -0
  34. package/es/config-provider/config-provider.vue.d.ts +8 -2
  35. package/es/config-provider/config-provider.vue_vue_type_script_lang.js +6 -0
  36. package/es/config-provider/context.d.ts +3 -0
  37. package/es/config-provider/index.d.ts +13 -3
  38. package/es/cropper/cropper.vue.d.ts +1 -1
  39. package/es/cropper/index.d.ts +3 -3
  40. package/es/date-picker/index.d.ts +94 -94
  41. package/es/date-picker/panels/date/index.vue.d.ts +15 -15
  42. package/es/date-picker/panels/footer.vue.d.ts +15 -15
  43. package/es/date-picker/panels/shortcuts.vue.d.ts +6 -6
  44. package/es/date-picker/panels/week/index.vue.d.ts +16 -16
  45. package/es/date-picker/picker-panel.vue.d.ts +54 -54
  46. package/es/date-picker/picker.vue.d.ts +87 -87
  47. package/es/date-picker/pickers/date-picker.d.ts +1 -1
  48. package/es/date-picker/pickers/week-picker.d.ts +1 -1
  49. package/es/date-picker/range-picker-panel.vue.d.ts +55 -55
  50. package/es/date-picker/range-picker.vue.d.ts +90 -90
  51. package/es/descriptions/descriptions.d.ts +1 -1
  52. package/es/descriptions/index.d.ts +3 -3
  53. package/es/drawer/drawer.vue.d.ts +11 -11
  54. package/es/drawer/index.d.ts +27 -27
  55. package/es/dropdown/dropdown-button.vue.d.ts +24 -24
  56. package/es/dropdown/dropdown-submenu.vue.d.ts +17 -17
  57. package/es/dropdown/dropdown.vue.d.ts +16 -16
  58. package/es/dropdown/index.d.ts +74 -74
  59. package/es/ellipsis/ellipsis.vue.d.ts +43 -43
  60. package/es/ellipsis/index.d.ts +182 -182
  61. package/es/ellipsis/performant-ellipsis.vue.d.ts +44 -44
  62. package/es/form/form-item-label.vue.d.ts +36 -36
  63. package/es/form/form-item.vue.d.ts +40 -40
  64. package/es/form/index.d.ts +40 -40
  65. package/es/grid/grid-row.vue.d.ts +3 -3
  66. package/es/grid/index.d.ts +3 -3
  67. package/es/image/image.vue.d.ts +38 -38
  68. package/es/image/preview-action.d.ts +36 -36
  69. package/es/image/preview-group.vue.d.ts +41 -41
  70. package/es/image/preview-toolbar.vue.d.ts +36 -36
  71. package/es/image/preview.vue.d.ts +38 -38
  72. package/es/index.css +364 -1
  73. package/es/index.d.ts +5 -1
  74. package/es/index.js +17 -15
  75. package/es/index.scss +1 -0
  76. package/es/input/index.d.ts +9 -9
  77. package/es/input/input-password.vue.d.ts +2 -2
  78. package/es/input/input-search.d.ts +1 -1
  79. package/es/input/input.d.ts +2 -2
  80. package/es/input-number/index.d.ts +9 -9
  81. package/es/input-number/input-number.d.ts +3 -3
  82. package/es/input-tag/index.d.ts +6 -6
  83. package/es/input-tag/input-tag.d.ts +2 -2
  84. package/es/json-form/index.d.ts +112 -0
  85. package/es/json-form/index.js +11 -0
  86. package/es/json-form/json-form-component.js +5 -0
  87. package/es/json-form/json-form-component.vue.d.ts +24 -0
  88. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +89 -0
  89. package/es/json-form/json-form-item.js +5 -0
  90. package/es/json-form/json-form-item.vue.d.ts +32 -0
  91. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +213 -0
  92. package/es/json-form/json-form.js +5 -0
  93. package/es/json-form/json-form.vue.d.ts +42 -0
  94. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +142 -0
  95. package/es/json-form/style/css.js +2 -0
  96. package/es/json-form/style/index.css +31 -0
  97. package/es/json-form/style/index.d.ts +2 -0
  98. package/es/json-form/style/index.js +2 -0
  99. package/es/json-form/style/index.scss +25 -0
  100. package/es/json-form/style/token.scss +8 -0
  101. package/es/json-form/types.d.ts +291 -0
  102. package/es/json-form/types.js +43 -0
  103. package/es/json-form/utils.d.ts +11 -0
  104. package/es/json-form/utils.js +336 -0
  105. package/es/layout/header.js +2 -18
  106. package/es/layout/header.vue.d.ts +38 -3
  107. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +350 -0
  108. package/es/layout/index.d.ts +1029 -49
  109. package/es/layout/interface.d.ts +40 -0
  110. package/es/layout/sider.js +38 -9
  111. package/es/layout/sider.vue.d.ts +950 -39
  112. package/es/layout/sider.vue_vue_type_script_lang.js +304 -31
  113. package/es/layout/style/index.css +155 -1
  114. package/es/layout/style/index.scss +198 -16
  115. package/es/layout/style/token.scss +13 -0
  116. package/es/link/index.d.ts +9 -9
  117. package/es/link/link.vue.d.ts +3 -3
  118. package/es/list/index.d.ts +3 -3
  119. package/es/list/list.d.ts +1 -1
  120. package/es/mention/index.d.ts +12 -12
  121. package/es/mention/mention.d.ts +4 -4
  122. package/es/menu/base-menu.vue.d.ts +24 -5
  123. package/es/menu/base-menu.vue_vue_type_script_lang.js +19 -1
  124. package/es/menu/context.d.ts +1 -1
  125. package/es/menu/index.d.ts +1 -1
  126. package/es/menu/interface.d.ts +8 -0
  127. package/es/menu/item-group.js +9 -2
  128. package/es/menu/item-group.vue.d.ts +2894 -0
  129. package/es/menu/item-group.vue_vue_type_script_lang.js +7 -2
  130. package/es/menu/item.d.ts +1 -1
  131. package/es/menu/item.js +10 -3
  132. package/es/menu/menu.d.ts +54 -5
  133. package/es/menu/menu.js +8 -0
  134. package/es/menu/style/css.js +1 -0
  135. package/es/menu/style/index.css +194 -0
  136. package/es/menu/style/index.d.ts +1 -0
  137. package/es/menu/style/index.js +1 -0
  138. package/es/menu/style/index.scss +48 -1
  139. package/es/menu/sub-menu-inline.js +24 -3
  140. package/es/menu/sub-menu-inline.vue.d.ts +2894 -0
  141. package/es/menu/sub-menu-inline.vue_vue_type_script_lang.js +4 -1
  142. package/es/menu/sub-menu-pop.js +29 -2
  143. package/es/menu/sub-menu-pop.vue.d.ts +2924 -22
  144. package/es/menu/sub-menu-pop.vue_vue_type_script_lang.js +3 -1
  145. package/es/menu/sub-menu.d.ts +1 -1
  146. package/es/message/message-list.d.ts +1 -1
  147. package/es/message/message.vue.d.ts +1 -1
  148. package/es/modal/index.d.ts +27 -27
  149. package/es/modal/modal.vue.d.ts +11 -11
  150. package/es/notification/notification.vue.d.ts +1 -1
  151. package/es/overflow-list/index.d.ts +3 -3
  152. package/es/overflow-list/overflow-list.d.ts +1 -1
  153. package/es/pagination/page-jumper.vue.d.ts +9 -9
  154. package/es/pagination/page-options.vue.d.ts +66 -66
  155. package/es/popconfirm/index.d.ts +51 -51
  156. package/es/popconfirm/popconfirm.vue.d.ts +24 -24
  157. package/es/popover/index.d.ts +33 -33
  158. package/es/popover/popover.vue.d.ts +16 -16
  159. package/es/progress/circle.vue.d.ts +2 -2
  160. package/es/progress/index.d.ts +13 -13
  161. package/es/progress/line.vue.d.ts +1 -1
  162. package/es/progress/progress.vue.d.ts +6 -6
  163. package/es/progress/steps.vue.d.ts +2 -2
  164. package/es/radio/index.d.ts +4 -4
  165. package/es/radio/radio-group.d.ts +1 -1
  166. package/es/radio/radio.d.ts +1 -1
  167. package/es/sd-vue.js +17 -14
  168. package/es/select/index.d.ts +66 -66
  169. package/es/select/option.vue.d.ts +2 -2
  170. package/es/select/select-dropdown.vue.d.ts +4 -4
  171. package/es/select/select.d.ts +27 -27
  172. package/es/skeleton/index.d.ts +1 -1
  173. package/es/skeleton/shape.vue.d.ts +1 -1
  174. package/es/slider/index.d.ts +97 -97
  175. package/es/slider/slider-button.vue.d.ts +38 -38
  176. package/es/slider/slider-input.vue.d.ts +9 -9
  177. package/es/slider/slider.vue.d.ts +48 -48
  178. package/es/spin/index.d.ts +3 -3
  179. package/es/spin/spin.d.ts +1 -1
  180. package/es/statistic/index.d.ts +6 -6
  181. package/es/statistic/statistic.vue.d.ts +2 -2
  182. package/es/steps/index.d.ts +6 -6
  183. package/es/steps/steps.vue.d.ts +2 -2
  184. package/es/style/theme/z-index.d.ts +8 -0
  185. package/es/style/theme/z-index.js +7 -0
  186. package/es/switch/index.d.ts +21 -6
  187. package/es/switch/switch.vue.d.ts +11 -2
  188. package/es/switch/switch.vue_vue_type_script_lang.js +30 -5
  189. package/es/table/index.d.ts +15 -15
  190. package/es/table/table-operation-td.d.ts +5 -5
  191. package/es/table/table-th.js +1 -1
  192. package/es/table/table.d.ts +5 -5
  193. package/es/tabs/index.d.ts +9 -9
  194. package/es/tabs/tabs.d.ts +3 -3
  195. package/es/tag/index.d.ts +922 -922
  196. package/es/tag/tag.vue.d.ts +367 -367
  197. package/es/textarea/index.d.ts +6 -6
  198. package/es/textarea/textarea.vue.d.ts +2 -2
  199. package/es/time-picker/index.d.ts +104 -104
  200. package/es/time-picker/panel.vue.d.ts +14 -14
  201. package/es/time-picker/range-panel.d.ts +14 -14
  202. package/es/time-picker/time-picker.vue.d.ts +50 -50
  203. package/es/timeline/index.d.ts +9 -9
  204. package/es/timeline/timeline.d.ts +4 -4
  205. package/es/tooltip/index.d.ts +36 -36
  206. package/es/tooltip/tooltip.vue.d.ts +17 -17
  207. package/es/transfer/index.d.ts +37 -37
  208. package/es/transfer/transfer-list-item.d.ts +2 -2
  209. package/es/transfer/transfer-view.vue.d.ts +8 -8
  210. package/es/transfer/transfer-view.vue_vue_type_script_lang.js +1 -1
  211. package/es/transfer/transfer.vue.d.ts +17 -17
  212. package/es/tree/base-node.vue.d.ts +2 -2
  213. package/es/tree/base-node.vue_vue_type_script_lang.js +1 -1
  214. package/es/tree/node-switcher.vue_vue_type_script_lang.js +1 -1
  215. package/es/tree/transition-node-list.vue.d.ts +2 -2
  216. package/es/tree/tree.vue.d.ts +27 -27
  217. package/es/tree/tree.vue_vue_type_script_lang.js +3 -3
  218. package/es/tree-select/tree-select.vue.d.ts +30 -30
  219. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +2 -2
  220. package/es/trigger/index.d.ts +15 -15
  221. package/es/trigger/trigger.d.ts +5 -5
  222. package/es/typography/base.d.ts +1 -1
  223. package/es/typography/edit-content.vue.d.ts +27 -27
  224. package/es/typography/operations.vue.d.ts +36 -36
  225. package/es/upload/index.d.ts +6 -6
  226. package/es/upload/upload-button.d.ts +1 -1
  227. package/es/upload/upload.d.ts +2 -2
  228. package/es/watermark/index.d.ts +3 -3
  229. package/es/watermark/watermark.d.ts +1 -1
  230. package/json/vetur-attributes.json +150 -7
  231. package/json/vetur-tags.json +45 -4
  232. package/json/web-types.json +316 -19
  233. package/package.json +2 -1
@@ -1,4 +1,5 @@
1
1
  import { PropType, Ref } from 'vue';
2
+ declare const SIDER_LOCATIONS: readonly ["start", "end", "left", "right", "top", "bottom"];
2
3
  declare const _default: typeof __VLS_export;
3
4
  export default _default;
4
5
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -6,72 +7,962 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
6
7
  type: PropType<"dark" | "light">;
7
8
  default: string;
8
9
  };
10
+ modelValue: {
11
+ type: BooleanConstructor;
12
+ default: undefined;
13
+ };
14
+ defaultVisible: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ collapsed: {
19
+ type: BooleanConstructor;
20
+ default: undefined;
21
+ };
22
+ defaultCollapsed: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ collapsible: {
27
+ type: BooleanConstructor;
28
+ };
29
+ rail: {
30
+ type: BooleanConstructor;
31
+ default: undefined;
32
+ };
33
+ defaultRail: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ railWidth: {
38
+ type: (StringConstructor | NumberConstructor)[];
39
+ default: number;
40
+ };
41
+ expandOnHover: {
42
+ type: BooleanConstructor;
43
+ };
44
+ disableResizeWatcher: {
45
+ type: BooleanConstructor;
46
+ };
47
+ disableRouteWatcher: {
48
+ type: BooleanConstructor;
49
+ };
50
+ width: {
51
+ type: (StringConstructor | NumberConstructor)[];
52
+ default: number;
53
+ };
54
+ height: {
55
+ type: (StringConstructor | NumberConstructor)[];
56
+ default: undefined;
57
+ };
58
+ collapsedWidth: {
59
+ type: NumberConstructor;
60
+ default: number;
61
+ };
62
+ temporary: {
63
+ type: BooleanConstructor;
64
+ };
65
+ permanent: {
66
+ type: BooleanConstructor;
67
+ };
68
+ persistent: {
69
+ type: BooleanConstructor;
70
+ };
71
+ mask: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
75
+ maskClosable: {
76
+ type: BooleanConstructor;
77
+ default: boolean;
78
+ };
79
+ escToClose: {
80
+ type: BooleanConstructor;
81
+ default: boolean;
82
+ };
83
+ location: {
84
+ type: PropType<(typeof SIDER_LOCATIONS)[number]>;
85
+ default: string;
86
+ validator: (value: string) => boolean;
87
+ };
88
+ floating: {
89
+ type: BooleanConstructor;
90
+ };
91
+ sticky: {
92
+ type: BooleanConstructor;
93
+ };
94
+ reverseArrow: {
95
+ type: BooleanConstructor;
96
+ };
97
+ breakpoint: {
98
+ type: PropType<"xxl" | "xl" | "lg" | "md" | "sm" | "xs">;
99
+ };
100
+ resizeDirections: {
101
+ type: PropType<Array<"left" | "right" | "top" | "bottom">>;
102
+ default: undefined;
103
+ };
104
+ hideTrigger: {
105
+ type: BooleanConstructor;
106
+ };
107
+ }>, {
108
+ classNames: import("vue").ComputedRef<(string | {
109
+ [x: string]: boolean;
110
+ })[]>;
111
+ componentTag: import("vue").ComputedRef<"div" | ({
112
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
113
+ width: {
114
+ type: NumberConstructor;
115
+ };
116
+ height: {
117
+ type: NumberConstructor;
118
+ };
119
+ component: {
120
+ type: StringConstructor;
121
+ default: string;
122
+ };
123
+ directions: {
124
+ type: PropType<("left" | "right" | "top" | "bottom")[]>;
125
+ default: () => string[];
126
+ };
127
+ }>> & Readonly<{
128
+ onMoving?: ((_size: {
129
+ width: number;
130
+ height: number;
131
+ }, _ev: MouseEvent) => any) | undefined;
132
+ "onUpdate:width"?: ((_width: number) => any) | undefined;
133
+ "onUpdate:height"?: ((_height: number) => any) | undefined;
134
+ onMovingStart?: ((_ev: MouseEvent) => any) | undefined;
135
+ onMovingEnd?: ((_ev: MouseEvent) => any) | undefined;
136
+ }>, {
137
+ prefixCls: string;
138
+ classNames: import("vue").ComputedRef<string[]>;
139
+ styles: import("vue").ComputedRef<{
140
+ "padding-bottom"?: string | undefined;
141
+ "padding-left"?: string | undefined;
142
+ "padding-right"?: string | undefined;
143
+ "padding-top"?: string | undefined;
144
+ height?: string | undefined;
145
+ width?: string | undefined;
146
+ }>;
147
+ wrapperRef: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
148
+ onMoveStart: (direction: import("../resize-box/resize-box.vue").DirectionType, e: MouseEvent) => void;
149
+ isHorizontal: (direction: import("../resize-box/resize-box.vue").DirectionType) => boolean;
150
+ allowDirections: import("vue").ComputedRef<("top" | "bottom" | "left" | "right")[]>;
151
+ onTiggerResize: (direction: import("../resize-box/resize-box.vue").DirectionType, entry: ResizeObserverEntry) => void;
152
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
153
+ 'update:width': (_width: number) => true;
154
+ 'update:height': (_height: number) => true;
155
+ movingStart: (_ev: MouseEvent) => true;
156
+ moving: (_size: {
157
+ width: number;
158
+ height: number;
159
+ }, _ev: MouseEvent) => true;
160
+ movingEnd: (_ev: MouseEvent) => true;
161
+ }, import("vue").PublicProps, {
162
+ component: string;
163
+ directions: ("top" | "bottom" | "left" | "right")[];
164
+ }, true, {}, {}, {
165
+ ResizeTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
166
+ prefixCls: {
167
+ type: StringConstructor;
168
+ required: true;
169
+ };
170
+ direction: {
171
+ type: PropType<"horizontal" | "vertical">;
172
+ default: string;
173
+ };
174
+ }>, {
175
+ classNames: import("vue").ComputedRef<(string | {
176
+ [x: string]: boolean;
177
+ })[]>;
178
+ onResize: (entry: ResizeObserverEntry) => void;
179
+ isHorizontal: import("vue").ComputedRef<boolean>;
180
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
181
+ prefixCls: {
182
+ type: StringConstructor;
183
+ required: true;
184
+ };
185
+ direction: {
186
+ type: PropType<"horizontal" | "vertical">;
187
+ default: string;
188
+ };
189
+ }>> & Readonly<{
190
+ onResize?: ((...args: any[]) => any) | undefined;
191
+ }>, {
192
+ direction: "horizontal" | "vertical";
193
+ }, {}, {
194
+ ResizeObserver: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
195
+ [key: string]: any;
196
+ }> | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<{}> & Readonly<{
197
+ onResize?: ((...args: any[]) => any) | undefined;
198
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
199
+ IconDragDot: {
200
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
201
+ size: {
202
+ type: (StringConstructor | NumberConstructor)[];
203
+ };
204
+ strokeWidth: {
205
+ type: NumberConstructor;
206
+ default: number;
207
+ };
208
+ strokeLinecap: {
209
+ type: StringConstructor;
210
+ default: string;
211
+ validator: (value: any) => boolean;
212
+ };
213
+ strokeLinejoin: {
214
+ type: StringConstructor;
215
+ default: string;
216
+ validator: (value: any) => boolean;
217
+ };
218
+ rotate: NumberConstructor;
219
+ spin: BooleanConstructor;
220
+ }>> & Readonly<{
221
+ onClick?: ((ev: MouseEvent) => any) | undefined;
222
+ }>, {
223
+ cls: import("vue").ComputedRef<(string | {
224
+ [x: string]: boolean;
225
+ })[]>;
226
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
227
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
228
+ onClick: (ev: MouseEvent) => void;
229
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
230
+ click: (ev: MouseEvent) => true;
231
+ }, import("vue").PublicProps, {
232
+ spin: boolean;
233
+ strokeWidth: number;
234
+ strokeLinecap: string;
235
+ strokeLinejoin: string;
236
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
237
+ P: {};
238
+ B: {};
239
+ D: {};
240
+ C: {};
241
+ M: {};
242
+ Defaults: {};
243
+ }, Readonly<import("vue").ExtractPropTypes<{
244
+ size: {
245
+ type: (StringConstructor | NumberConstructor)[];
246
+ };
247
+ strokeWidth: {
248
+ type: NumberConstructor;
249
+ default: number;
250
+ };
251
+ strokeLinecap: {
252
+ type: StringConstructor;
253
+ default: string;
254
+ validator: (value: any) => boolean;
255
+ };
256
+ strokeLinejoin: {
257
+ type: StringConstructor;
258
+ default: string;
259
+ validator: (value: any) => boolean;
260
+ };
261
+ rotate: NumberConstructor;
262
+ spin: BooleanConstructor;
263
+ }>> & Readonly<{
264
+ onClick?: ((ev: MouseEvent) => any) | undefined;
265
+ }>, {
266
+ cls: import("vue").ComputedRef<(string | {
267
+ [x: string]: boolean;
268
+ })[]>;
269
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
270
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
271
+ onClick: (ev: MouseEvent) => void;
272
+ }, {}, {}, {}, {
273
+ spin: boolean;
274
+ strokeWidth: number;
275
+ strokeLinecap: string;
276
+ strokeLinejoin: string;
277
+ }>;
278
+ __isFragment?: never;
279
+ __isTeleport?: never;
280
+ __isSuspense?: never;
281
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
282
+ size: {
283
+ type: (StringConstructor | NumberConstructor)[];
284
+ };
285
+ strokeWidth: {
286
+ type: NumberConstructor;
287
+ default: number;
288
+ };
289
+ strokeLinecap: {
290
+ type: StringConstructor;
291
+ default: string;
292
+ validator: (value: any) => boolean;
293
+ };
294
+ strokeLinejoin: {
295
+ type: StringConstructor;
296
+ default: string;
297
+ validator: (value: any) => boolean;
298
+ };
299
+ rotate: NumberConstructor;
300
+ spin: BooleanConstructor;
301
+ }>> & Readonly<{
302
+ onClick?: ((ev: MouseEvent) => any) | undefined;
303
+ }>, {
304
+ cls: import("vue").ComputedRef<(string | {
305
+ [x: string]: boolean;
306
+ })[]>;
307
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
308
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
309
+ onClick: (ev: MouseEvent) => void;
310
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
311
+ click: (ev: MouseEvent) => true;
312
+ }, string, {
313
+ spin: boolean;
314
+ strokeWidth: number;
315
+ strokeLinecap: string;
316
+ strokeLinejoin: string;
317
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
318
+ install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
319
+ };
320
+ IconDragDotVertical: {
321
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
322
+ size: {
323
+ type: (StringConstructor | NumberConstructor)[];
324
+ };
325
+ strokeWidth: {
326
+ type: NumberConstructor;
327
+ default: number;
328
+ };
329
+ strokeLinecap: {
330
+ type: StringConstructor;
331
+ default: string;
332
+ validator: (value: any) => boolean;
333
+ };
334
+ strokeLinejoin: {
335
+ type: StringConstructor;
336
+ default: string;
337
+ validator: (value: any) => boolean;
338
+ };
339
+ rotate: NumberConstructor;
340
+ spin: BooleanConstructor;
341
+ }>> & Readonly<{
342
+ onClick?: ((ev: MouseEvent) => any) | undefined;
343
+ }>, {
344
+ cls: import("vue").ComputedRef<(string | {
345
+ [x: string]: boolean;
346
+ })[]>;
347
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
348
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
349
+ onClick: (ev: MouseEvent) => void;
350
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
351
+ click: (ev: MouseEvent) => true;
352
+ }, import("vue").PublicProps, {
353
+ spin: boolean;
354
+ strokeWidth: number;
355
+ strokeLinecap: string;
356
+ strokeLinejoin: string;
357
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
358
+ P: {};
359
+ B: {};
360
+ D: {};
361
+ C: {};
362
+ M: {};
363
+ Defaults: {};
364
+ }, Readonly<import("vue").ExtractPropTypes<{
365
+ size: {
366
+ type: (StringConstructor | NumberConstructor)[];
367
+ };
368
+ strokeWidth: {
369
+ type: NumberConstructor;
370
+ default: number;
371
+ };
372
+ strokeLinecap: {
373
+ type: StringConstructor;
374
+ default: string;
375
+ validator: (value: any) => boolean;
376
+ };
377
+ strokeLinejoin: {
378
+ type: StringConstructor;
379
+ default: string;
380
+ validator: (value: any) => boolean;
381
+ };
382
+ rotate: NumberConstructor;
383
+ spin: BooleanConstructor;
384
+ }>> & Readonly<{
385
+ onClick?: ((ev: MouseEvent) => any) | undefined;
386
+ }>, {
387
+ cls: import("vue").ComputedRef<(string | {
388
+ [x: string]: boolean;
389
+ })[]>;
390
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
391
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
392
+ onClick: (ev: MouseEvent) => void;
393
+ }, {}, {}, {}, {
394
+ spin: boolean;
395
+ strokeWidth: number;
396
+ strokeLinecap: string;
397
+ strokeLinejoin: string;
398
+ }>;
399
+ __isFragment?: never;
400
+ __isTeleport?: never;
401
+ __isSuspense?: never;
402
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
403
+ size: {
404
+ type: (StringConstructor | NumberConstructor)[];
405
+ };
406
+ strokeWidth: {
407
+ type: NumberConstructor;
408
+ default: number;
409
+ };
410
+ strokeLinecap: {
411
+ type: StringConstructor;
412
+ default: string;
413
+ validator: (value: any) => boolean;
414
+ };
415
+ strokeLinejoin: {
416
+ type: StringConstructor;
417
+ default: string;
418
+ validator: (value: any) => boolean;
419
+ };
420
+ rotate: NumberConstructor;
421
+ spin: BooleanConstructor;
422
+ }>> & Readonly<{
423
+ onClick?: ((ev: MouseEvent) => any) | undefined;
424
+ }>, {
425
+ cls: import("vue").ComputedRef<(string | {
426
+ [x: string]: boolean;
427
+ })[]>;
428
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
429
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
430
+ onClick: (ev: MouseEvent) => void;
431
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
432
+ click: (ev: MouseEvent) => true;
433
+ }, string, {
434
+ spin: boolean;
435
+ strokeWidth: number;
436
+ strokeLinecap: string;
437
+ strokeLinejoin: string;
438
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
439
+ install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
440
+ };
441
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
442
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
443
+ P: {};
444
+ B: {};
445
+ D: {};
446
+ C: {};
447
+ M: {};
448
+ Defaults: {};
449
+ }, Readonly<import("vue").ExtractPropTypes<{
450
+ width: {
451
+ type: NumberConstructor;
452
+ };
453
+ height: {
454
+ type: NumberConstructor;
455
+ };
456
+ component: {
457
+ type: StringConstructor;
458
+ default: string;
459
+ };
460
+ directions: {
461
+ type: PropType<("left" | "right" | "top" | "bottom")[]>;
462
+ default: () => string[];
463
+ };
464
+ }>> & Readonly<{
465
+ onMoving?: ((_size: {
466
+ width: number;
467
+ height: number;
468
+ }, _ev: MouseEvent) => any) | undefined;
469
+ "onUpdate:width"?: ((_width: number) => any) | undefined;
470
+ "onUpdate:height"?: ((_height: number) => any) | undefined;
471
+ onMovingStart?: ((_ev: MouseEvent) => any) | undefined;
472
+ onMovingEnd?: ((_ev: MouseEvent) => any) | undefined;
473
+ }>, {
474
+ prefixCls: string;
475
+ classNames: import("vue").ComputedRef<string[]>;
476
+ styles: import("vue").ComputedRef<{
477
+ "padding-bottom"?: string | undefined;
478
+ "padding-left"?: string | undefined;
479
+ "padding-right"?: string | undefined;
480
+ "padding-top"?: string | undefined;
481
+ height?: string | undefined;
482
+ width?: string | undefined;
483
+ }>;
484
+ wrapperRef: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
485
+ onMoveStart: (direction: import("../resize-box/resize-box.vue").DirectionType, e: MouseEvent) => void;
486
+ isHorizontal: (direction: import("../resize-box/resize-box.vue").DirectionType) => boolean;
487
+ allowDirections: import("vue").ComputedRef<("top" | "bottom" | "left" | "right")[]>;
488
+ onTiggerResize: (direction: import("../resize-box/resize-box.vue").DirectionType, entry: ResizeObserverEntry) => void;
489
+ }, {}, {}, {}, {
490
+ component: string;
491
+ directions: ("top" | "bottom" | "left" | "right")[];
492
+ }>;
493
+ __isFragment?: never;
494
+ __isTeleport?: never;
495
+ __isSuspense?: never;
496
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
497
+ width: {
498
+ type: NumberConstructor;
499
+ };
500
+ height: {
501
+ type: NumberConstructor;
502
+ };
503
+ component: {
504
+ type: StringConstructor;
505
+ default: string;
506
+ };
507
+ directions: {
508
+ type: PropType<("left" | "right" | "top" | "bottom")[]>;
509
+ default: () => string[];
510
+ };
511
+ }>> & Readonly<{
512
+ onMoving?: ((_size: {
513
+ width: number;
514
+ height: number;
515
+ }, _ev: MouseEvent) => any) | undefined;
516
+ "onUpdate:width"?: ((_width: number) => any) | undefined;
517
+ "onUpdate:height"?: ((_height: number) => any) | undefined;
518
+ onMovingStart?: ((_ev: MouseEvent) => any) | undefined;
519
+ onMovingEnd?: ((_ev: MouseEvent) => any) | undefined;
520
+ }>, {
521
+ prefixCls: string;
522
+ classNames: import("vue").ComputedRef<string[]>;
523
+ styles: import("vue").ComputedRef<{
524
+ "padding-bottom"?: string | undefined;
525
+ "padding-left"?: string | undefined;
526
+ "padding-right"?: string | undefined;
527
+ "padding-top"?: string | undefined;
528
+ height?: string | undefined;
529
+ width?: string | undefined;
530
+ }>;
531
+ wrapperRef: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
532
+ onMoveStart: (direction: import("../resize-box/resize-box.vue").DirectionType, e: MouseEvent) => void;
533
+ isHorizontal: (direction: import("../resize-box/resize-box.vue").DirectionType) => boolean;
534
+ allowDirections: import("vue").ComputedRef<("top" | "bottom" | "left" | "right")[]>;
535
+ onTiggerResize: (direction: import("../resize-box/resize-box.vue").DirectionType, entry: ResizeObserverEntry) => void;
536
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
537
+ 'update:width': (_width: number) => true;
538
+ 'update:height': (_height: number) => true;
539
+ movingStart: (_ev: MouseEvent) => true;
540
+ moving: (_size: {
541
+ width: number;
542
+ height: number;
543
+ }, _ev: MouseEvent) => true;
544
+ movingEnd: (_ev: MouseEvent) => true;
545
+ }, string, {
546
+ component: string;
547
+ directions: ("top" | "bottom" | "left" | "right")[];
548
+ }, {}, string, {}, {
549
+ ResizeTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
550
+ prefixCls: {
551
+ type: StringConstructor;
552
+ required: true;
553
+ };
554
+ direction: {
555
+ type: PropType<"horizontal" | "vertical">;
556
+ default: string;
557
+ };
558
+ }>, {
559
+ classNames: import("vue").ComputedRef<(string | {
560
+ [x: string]: boolean;
561
+ })[]>;
562
+ onResize: (entry: ResizeObserverEntry) => void;
563
+ isHorizontal: import("vue").ComputedRef<boolean>;
564
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
565
+ prefixCls: {
566
+ type: StringConstructor;
567
+ required: true;
568
+ };
569
+ direction: {
570
+ type: PropType<"horizontal" | "vertical">;
571
+ default: string;
572
+ };
573
+ }>> & Readonly<{
574
+ onResize?: ((...args: any[]) => any) | undefined;
575
+ }>, {
576
+ direction: "horizontal" | "vertical";
577
+ }, {}, {
578
+ ResizeObserver: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
579
+ [key: string]: any;
580
+ }> | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<{}> & Readonly<{
581
+ onResize?: ((...args: any[]) => any) | undefined;
582
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
583
+ IconDragDot: {
584
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
585
+ size: {
586
+ type: (StringConstructor | NumberConstructor)[];
587
+ };
588
+ strokeWidth: {
589
+ type: NumberConstructor;
590
+ default: number;
591
+ };
592
+ strokeLinecap: {
593
+ type: StringConstructor;
594
+ default: string;
595
+ validator: (value: any) => boolean;
596
+ };
597
+ strokeLinejoin: {
598
+ type: StringConstructor;
599
+ default: string;
600
+ validator: (value: any) => boolean;
601
+ };
602
+ rotate: NumberConstructor;
603
+ spin: BooleanConstructor;
604
+ }>> & Readonly<{
605
+ onClick?: ((ev: MouseEvent) => any) | undefined;
606
+ }>, {
607
+ cls: import("vue").ComputedRef<(string | {
608
+ [x: string]: boolean;
609
+ })[]>;
610
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
611
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
612
+ onClick: (ev: MouseEvent) => void;
613
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
614
+ click: (ev: MouseEvent) => true;
615
+ }, import("vue").PublicProps, {
616
+ spin: boolean;
617
+ strokeWidth: number;
618
+ strokeLinecap: string;
619
+ strokeLinejoin: string;
620
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
621
+ P: {};
622
+ B: {};
623
+ D: {};
624
+ C: {};
625
+ M: {};
626
+ Defaults: {};
627
+ }, Readonly<import("vue").ExtractPropTypes<{
628
+ size: {
629
+ type: (StringConstructor | NumberConstructor)[];
630
+ };
631
+ strokeWidth: {
632
+ type: NumberConstructor;
633
+ default: number;
634
+ };
635
+ strokeLinecap: {
636
+ type: StringConstructor;
637
+ default: string;
638
+ validator: (value: any) => boolean;
639
+ };
640
+ strokeLinejoin: {
641
+ type: StringConstructor;
642
+ default: string;
643
+ validator: (value: any) => boolean;
644
+ };
645
+ rotate: NumberConstructor;
646
+ spin: BooleanConstructor;
647
+ }>> & Readonly<{
648
+ onClick?: ((ev: MouseEvent) => any) | undefined;
649
+ }>, {
650
+ cls: import("vue").ComputedRef<(string | {
651
+ [x: string]: boolean;
652
+ })[]>;
653
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
654
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
655
+ onClick: (ev: MouseEvent) => void;
656
+ }, {}, {}, {}, {
657
+ spin: boolean;
658
+ strokeWidth: number;
659
+ strokeLinecap: string;
660
+ strokeLinejoin: string;
661
+ }>;
662
+ __isFragment?: never;
663
+ __isTeleport?: never;
664
+ __isSuspense?: never;
665
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
666
+ size: {
667
+ type: (StringConstructor | NumberConstructor)[];
668
+ };
669
+ strokeWidth: {
670
+ type: NumberConstructor;
671
+ default: number;
672
+ };
673
+ strokeLinecap: {
674
+ type: StringConstructor;
675
+ default: string;
676
+ validator: (value: any) => boolean;
677
+ };
678
+ strokeLinejoin: {
679
+ type: StringConstructor;
680
+ default: string;
681
+ validator: (value: any) => boolean;
682
+ };
683
+ rotate: NumberConstructor;
684
+ spin: BooleanConstructor;
685
+ }>> & Readonly<{
686
+ onClick?: ((ev: MouseEvent) => any) | undefined;
687
+ }>, {
688
+ cls: import("vue").ComputedRef<(string | {
689
+ [x: string]: boolean;
690
+ })[]>;
691
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
692
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
693
+ onClick: (ev: MouseEvent) => void;
694
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
695
+ click: (ev: MouseEvent) => true;
696
+ }, string, {
697
+ spin: boolean;
698
+ strokeWidth: number;
699
+ strokeLinecap: string;
700
+ strokeLinejoin: string;
701
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
702
+ install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
703
+ };
704
+ IconDragDotVertical: {
705
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
706
+ size: {
707
+ type: (StringConstructor | NumberConstructor)[];
708
+ };
709
+ strokeWidth: {
710
+ type: NumberConstructor;
711
+ default: number;
712
+ };
713
+ strokeLinecap: {
714
+ type: StringConstructor;
715
+ default: string;
716
+ validator: (value: any) => boolean;
717
+ };
718
+ strokeLinejoin: {
719
+ type: StringConstructor;
720
+ default: string;
721
+ validator: (value: any) => boolean;
722
+ };
723
+ rotate: NumberConstructor;
724
+ spin: BooleanConstructor;
725
+ }>> & Readonly<{
726
+ onClick?: ((ev: MouseEvent) => any) | undefined;
727
+ }>, {
728
+ cls: import("vue").ComputedRef<(string | {
729
+ [x: string]: boolean;
730
+ })[]>;
731
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
732
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
733
+ onClick: (ev: MouseEvent) => void;
734
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
735
+ click: (ev: MouseEvent) => true;
736
+ }, import("vue").PublicProps, {
737
+ spin: boolean;
738
+ strokeWidth: number;
739
+ strokeLinecap: string;
740
+ strokeLinejoin: string;
741
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
742
+ P: {};
743
+ B: {};
744
+ D: {};
745
+ C: {};
746
+ M: {};
747
+ Defaults: {};
748
+ }, Readonly<import("vue").ExtractPropTypes<{
749
+ size: {
750
+ type: (StringConstructor | NumberConstructor)[];
751
+ };
752
+ strokeWidth: {
753
+ type: NumberConstructor;
754
+ default: number;
755
+ };
756
+ strokeLinecap: {
757
+ type: StringConstructor;
758
+ default: string;
759
+ validator: (value: any) => boolean;
760
+ };
761
+ strokeLinejoin: {
762
+ type: StringConstructor;
763
+ default: string;
764
+ validator: (value: any) => boolean;
765
+ };
766
+ rotate: NumberConstructor;
767
+ spin: BooleanConstructor;
768
+ }>> & Readonly<{
769
+ onClick?: ((ev: MouseEvent) => any) | undefined;
770
+ }>, {
771
+ cls: import("vue").ComputedRef<(string | {
772
+ [x: string]: boolean;
773
+ })[]>;
774
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
775
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
776
+ onClick: (ev: MouseEvent) => void;
777
+ }, {}, {}, {}, {
778
+ spin: boolean;
779
+ strokeWidth: number;
780
+ strokeLinecap: string;
781
+ strokeLinejoin: string;
782
+ }>;
783
+ __isFragment?: never;
784
+ __isTeleport?: never;
785
+ __isSuspense?: never;
786
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
787
+ size: {
788
+ type: (StringConstructor | NumberConstructor)[];
789
+ };
790
+ strokeWidth: {
791
+ type: NumberConstructor;
792
+ default: number;
793
+ };
794
+ strokeLinecap: {
795
+ type: StringConstructor;
796
+ default: string;
797
+ validator: (value: any) => boolean;
798
+ };
799
+ strokeLinejoin: {
800
+ type: StringConstructor;
801
+ default: string;
802
+ validator: (value: any) => boolean;
803
+ };
804
+ rotate: NumberConstructor;
805
+ spin: BooleanConstructor;
806
+ }>> & Readonly<{
807
+ onClick?: ((ev: MouseEvent) => any) | undefined;
808
+ }>, {
809
+ cls: import("vue").ComputedRef<(string | {
810
+ [x: string]: boolean;
811
+ })[]>;
812
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
813
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
814
+ onClick: (ev: MouseEvent) => void;
815
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
816
+ click: (ev: MouseEvent) => true;
817
+ }, string, {
818
+ spin: boolean;
819
+ strokeWidth: number;
820
+ strokeLinecap: string;
821
+ strokeLinejoin: string;
822
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
823
+ install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
824
+ };
825
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
826
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
827
+ install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
828
+ })>;
829
+ handleMaskClick: () => void;
830
+ handleMouseEnter: () => void;
831
+ handleMouseLeave: () => void;
832
+ localCollapsed: import("vue").ComputedRef<boolean>;
833
+ prefixCls: string;
834
+ resizeDirectionsProps: import("vue").ComputedRef<{
835
+ directions: ("top" | "bottom" | "left" | "right")[];
836
+ } | {
837
+ directions?: undefined;
838
+ }>;
839
+ showMask: import("vue").ComputedRef<boolean>;
840
+ maskStyles: import("vue").ComputedRef<Record<string, string | number | undefined>>;
841
+ showTrigger: import("vue").ComputedRef<boolean>;
842
+ siderStyles: import("vue").ComputedRef<{
843
+ width: string;
844
+ height?: undefined;
845
+ } | {
846
+ height: string;
847
+ width?: undefined;
848
+ } | {
849
+ position: string;
850
+ top: string;
851
+ alignSelf: string;
852
+ maxHeight: string;
853
+ width: string;
854
+ height?: undefined;
855
+ } | {
856
+ position: string;
857
+ top: string;
858
+ alignSelf: string;
859
+ maxHeight: string;
860
+ height: string;
861
+ width?: undefined;
862
+ } | {
863
+ zIndex: number | undefined;
864
+ width: string;
865
+ height?: undefined;
866
+ } | {
867
+ zIndex: number | undefined;
868
+ height: string;
869
+ width?: undefined;
870
+ }>;
871
+ toggleTrigger: () => void;
872
+ triggerClassNames: import("vue").ComputedRef<(string | {
873
+ [x: string]: boolean;
874
+ })[]>;
875
+ triggerStyles: import("vue").ComputedRef<{
876
+ width: string;
877
+ }>;
878
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("collapse" | "update:modelValue" | "update:rail" | "update:collapsed" | "breakpoint")[], "collapse" | "update:modelValue" | "update:rail" | "update:collapsed" | "breakpoint", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
879
+ theme: {
880
+ type: PropType<"dark" | "light">;
881
+ default: string;
882
+ };
883
+ modelValue: {
884
+ type: BooleanConstructor;
885
+ default: undefined;
886
+ };
887
+ defaultVisible: {
888
+ type: BooleanConstructor;
889
+ default: boolean;
890
+ };
9
891
  collapsed: {
10
892
  type: BooleanConstructor;
11
893
  default: undefined;
12
894
  };
13
895
  defaultCollapsed: {
14
896
  type: BooleanConstructor;
897
+ default: boolean;
15
898
  };
16
899
  collapsible: {
17
900
  type: BooleanConstructor;
18
901
  };
902
+ rail: {
903
+ type: BooleanConstructor;
904
+ default: undefined;
905
+ };
906
+ defaultRail: {
907
+ type: BooleanConstructor;
908
+ default: boolean;
909
+ };
910
+ railWidth: {
911
+ type: (StringConstructor | NumberConstructor)[];
912
+ default: number;
913
+ };
914
+ expandOnHover: {
915
+ type: BooleanConstructor;
916
+ };
917
+ disableResizeWatcher: {
918
+ type: BooleanConstructor;
919
+ };
920
+ disableRouteWatcher: {
921
+ type: BooleanConstructor;
922
+ };
19
923
  width: {
20
- type: NumberConstructor;
924
+ type: (StringConstructor | NumberConstructor)[];
21
925
  default: number;
22
926
  };
927
+ height: {
928
+ type: (StringConstructor | NumberConstructor)[];
929
+ default: undefined;
930
+ };
23
931
  collapsedWidth: {
24
932
  type: NumberConstructor;
25
933
  default: number;
26
934
  };
27
- reverseArrow: {
935
+ temporary: {
28
936
  type: BooleanConstructor;
29
937
  };
30
- breakpoint: {
31
- type: PropType<"xxl" | "xl" | "lg" | "md" | "sm" | "xs">;
32
- };
33
- resizeDirections: {
34
- type: PropType<Array<"left" | "right" | "top" | "bottom">>;
35
- default: undefined;
36
- };
37
- hideTrigger: {
938
+ permanent: {
38
939
  type: BooleanConstructor;
39
940
  };
40
- }>, {
41
- componentTag: import("vue").ComputedRef<"div" | "ResizeBox">;
42
- prefixCls: string;
43
- classNames: import("vue").ComputedRef<(string | {
44
- [x: string]: boolean | undefined;
45
- })[]>;
46
- triggerClassNames: import("vue").ComputedRef<(string | {
47
- [x: string]: boolean;
48
- })[]>;
49
- localCollapsed: import("vue").ComputedRef<boolean>;
50
- siderWidth: import("vue").ComputedRef<string>;
51
- showTrigger: import("vue").ComputedRef<boolean>;
52
- toggleTrigger: () => void;
53
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("collapse" | "update:collapsed" | "breakpoint")[], "collapse" | "update:collapsed" | "breakpoint", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
54
- theme: {
55
- type: PropType<"dark" | "light">;
56
- default: string;
941
+ persistent: {
942
+ type: BooleanConstructor;
57
943
  };
58
- collapsed: {
944
+ mask: {
59
945
  type: BooleanConstructor;
60
- default: undefined;
946
+ default: boolean;
61
947
  };
62
- defaultCollapsed: {
948
+ maskClosable: {
63
949
  type: BooleanConstructor;
950
+ default: boolean;
64
951
  };
65
- collapsible: {
952
+ escToClose: {
66
953
  type: BooleanConstructor;
954
+ default: boolean;
67
955
  };
68
- width: {
69
- type: NumberConstructor;
70
- default: number;
956
+ location: {
957
+ type: PropType<(typeof SIDER_LOCATIONS)[number]>;
958
+ default: string;
959
+ validator: (value: string) => boolean;
71
960
  };
72
- collapsedWidth: {
73
- type: NumberConstructor;
74
- default: number;
961
+ floating: {
962
+ type: BooleanConstructor;
963
+ };
964
+ sticky: {
965
+ type: BooleanConstructor;
75
966
  };
76
967
  reverseArrow: {
77
968
  type: BooleanConstructor;
@@ -87,17 +978,37 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
87
978
  type: BooleanConstructor;
88
979
  };
89
980
  }>> & Readonly<{
981
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
90
982
  onCollapse?: ((...args: any[]) => any) | undefined;
983
+ "onUpdate:rail"?: ((...args: any[]) => any) | undefined;
91
984
  "onUpdate:collapsed"?: ((...args: any[]) => any) | undefined;
92
985
  onBreakpoint?: ((...args: any[]) => any) | undefined;
93
986
  }>, {
94
- width: number;
987
+ mask: boolean;
988
+ height: string | number;
989
+ sticky: boolean;
990
+ modelValue: boolean;
991
+ width: string | number;
992
+ defaultVisible: boolean;
95
993
  hideTrigger: boolean;
96
- theme: "dark" | "light";
97
994
  collapsed: boolean;
995
+ location: "top" | "bottom" | "left" | "right" | "end" | "start";
996
+ theme: "dark" | "light";
997
+ maskClosable: boolean;
998
+ escToClose: boolean;
999
+ floating: boolean;
98
1000
  defaultCollapsed: boolean;
99
1001
  collapsible: boolean;
1002
+ rail: boolean;
1003
+ defaultRail: boolean;
1004
+ railWidth: string | number;
1005
+ expandOnHover: boolean;
1006
+ disableResizeWatcher: boolean;
1007
+ disableRouteWatcher: boolean;
100
1008
  collapsedWidth: number;
1009
+ temporary: boolean;
1010
+ permanent: boolean;
1011
+ persistent: boolean;
101
1012
  reverseArrow: boolean;
102
1013
  resizeDirections: ("top" | "bottom" | "left" | "right")[];
103
1014
  }, {}, {