@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
@@ -48,9 +48,79 @@ declare const Layout: {
48
48
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
49
49
  hasSider: boolean;
50
50
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
51
- Header: import("vue").DefineComponent<{}, {
52
- classNames: string[];
53
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
51
+ Header: {
52
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./interface").LayoutHeaderProps> & Readonly<{
53
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
54
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
55
+ "update:modelValue": (value: boolean) => any;
56
+ }, import("vue").PublicProps, {
57
+ flat: boolean;
58
+ fixed: boolean;
59
+ height: number | string;
60
+ absolute: boolean;
61
+ sticky: boolean;
62
+ defaultVisible: boolean;
63
+ location: "top" | "bottom";
64
+ density: import("./interface").LayoutHeaderDensity;
65
+ extensionHeight: number | string;
66
+ floating: boolean;
67
+ scrollThreshold: number | string;
68
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
69
+ P: {};
70
+ B: {};
71
+ D: {};
72
+ C: {};
73
+ M: {};
74
+ Defaults: {};
75
+ }, Readonly<import("./interface").LayoutHeaderProps> & Readonly<{
76
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
77
+ }>, {}, {}, {}, {}, {
78
+ flat: boolean;
79
+ fixed: boolean;
80
+ height: number | string;
81
+ absolute: boolean;
82
+ sticky: boolean;
83
+ defaultVisible: boolean;
84
+ location: "top" | "bottom";
85
+ density: import("./interface").LayoutHeaderDensity;
86
+ extensionHeight: number | string;
87
+ floating: boolean;
88
+ scrollThreshold: number | string;
89
+ }>;
90
+ __isFragment?: never;
91
+ __isTeleport?: never;
92
+ __isSuspense?: never;
93
+ } & import("vue").ComponentOptionsBase<Readonly<import("./interface").LayoutHeaderProps> & Readonly<{
94
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
95
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
96
+ "update:modelValue": (value: boolean) => any;
97
+ }, string, {
98
+ flat: boolean;
99
+ fixed: boolean;
100
+ height: number | string;
101
+ absolute: boolean;
102
+ sticky: boolean;
103
+ defaultVisible: boolean;
104
+ location: "top" | "bottom";
105
+ density: import("./interface").LayoutHeaderDensity;
106
+ extensionHeight: number | string;
107
+ floating: boolean;
108
+ scrollThreshold: number | string;
109
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
110
+ $slots: {
111
+ image?: (props: {}) => any;
112
+ } & {
113
+ prepend?: (props: {}) => any;
114
+ } & {
115
+ title?: (props: {}) => any;
116
+ } & {
117
+ default?: (props: {}) => any;
118
+ } & {
119
+ append?: (props: {}) => any;
120
+ } & {
121
+ extension?: (props: {}) => any;
122
+ };
123
+ });
54
124
  Content: import("vue").DefineComponent<{}, {
55
125
  classNames: string[];
56
126
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -62,72 +132,89 @@ declare const Layout: {
62
132
  type: import("vue").PropType<"dark" | "light">;
63
133
  default: string;
64
134
  };
135
+ modelValue: {
136
+ type: BooleanConstructor;
137
+ default: undefined;
138
+ };
139
+ defaultVisible: {
140
+ type: BooleanConstructor;
141
+ default: boolean;
142
+ };
65
143
  collapsed: {
66
144
  type: BooleanConstructor;
67
145
  default: undefined;
68
146
  };
69
147
  defaultCollapsed: {
70
148
  type: BooleanConstructor;
149
+ default: boolean;
71
150
  };
72
151
  collapsible: {
73
152
  type: BooleanConstructor;
74
153
  };
154
+ rail: {
155
+ type: BooleanConstructor;
156
+ default: undefined;
157
+ };
158
+ defaultRail: {
159
+ type: BooleanConstructor;
160
+ default: boolean;
161
+ };
162
+ railWidth: {
163
+ type: (StringConstructor | NumberConstructor)[];
164
+ default: number;
165
+ };
166
+ expandOnHover: {
167
+ type: BooleanConstructor;
168
+ };
169
+ disableResizeWatcher: {
170
+ type: BooleanConstructor;
171
+ };
172
+ disableRouteWatcher: {
173
+ type: BooleanConstructor;
174
+ };
75
175
  width: {
76
- type: NumberConstructor;
176
+ type: (StringConstructor | NumberConstructor)[];
77
177
  default: number;
78
178
  };
179
+ height: {
180
+ type: (StringConstructor | NumberConstructor)[];
181
+ default: undefined;
182
+ };
79
183
  collapsedWidth: {
80
184
  type: NumberConstructor;
81
185
  default: number;
82
186
  };
83
- reverseArrow: {
187
+ temporary: {
84
188
  type: BooleanConstructor;
85
189
  };
86
- breakpoint: {
87
- type: import("vue").PropType<"xxl" | "xl" | "lg" | "md" | "sm" | "xs">;
88
- };
89
- resizeDirections: {
90
- type: import("vue").PropType<Array<"left" | "right" | "top" | "bottom">>;
91
- default: undefined;
92
- };
93
- hideTrigger: {
190
+ permanent: {
94
191
  type: BooleanConstructor;
95
192
  };
96
- }>, {
97
- componentTag: import("vue").ComputedRef<"div" | "ResizeBox">;
98
- prefixCls: string;
99
- classNames: import("vue").ComputedRef<(string | {
100
- [x: string]: boolean | undefined;
101
- })[]>;
102
- triggerClassNames: import("vue").ComputedRef<(string | {
103
- [x: string]: boolean;
104
- })[]>;
105
- localCollapsed: import("vue").ComputedRef<boolean>;
106
- siderWidth: import("vue").ComputedRef<string>;
107
- showTrigger: import("vue").ComputedRef<boolean>;
108
- toggleTrigger: () => void;
109
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("collapse" | "update:collapsed" | "breakpoint")[], "collapse" | "update:collapsed" | "breakpoint", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
110
- theme: {
111
- type: import("vue").PropType<"dark" | "light">;
112
- default: string;
193
+ persistent: {
194
+ type: BooleanConstructor;
113
195
  };
114
- collapsed: {
196
+ mask: {
115
197
  type: BooleanConstructor;
116
- default: undefined;
198
+ default: boolean;
117
199
  };
118
- defaultCollapsed: {
200
+ maskClosable: {
119
201
  type: BooleanConstructor;
202
+ default: boolean;
120
203
  };
121
- collapsible: {
204
+ escToClose: {
122
205
  type: BooleanConstructor;
206
+ default: boolean;
123
207
  };
124
- width: {
125
- type: NumberConstructor;
126
- default: number;
208
+ location: {
209
+ type: import("vue").PropType<"top" | "bottom" | "left" | "right" | "end" | "start">;
210
+ default: string;
211
+ validator: (value: string) => boolean;
127
212
  };
128
- collapsedWidth: {
129
- type: NumberConstructor;
130
- default: number;
213
+ floating: {
214
+ type: BooleanConstructor;
215
+ };
216
+ sticky: {
217
+ type: BooleanConstructor;
131
218
  };
132
219
  reverseArrow: {
133
220
  type: BooleanConstructor;
@@ -142,18 +229,911 @@ declare const Layout: {
142
229
  hideTrigger: {
143
230
  type: BooleanConstructor;
144
231
  };
145
- }>> & Readonly<{
146
- onCollapse?: ((...args: any[]) => any) | undefined;
147
- "onUpdate:collapsed"?: ((...args: any[]) => any) | undefined;
148
- onBreakpoint?: ((...args: any[]) => any) | undefined;
149
232
  }>, {
150
- width: number;
151
- hideTrigger: boolean;
152
- theme: "dark" | "light";
153
- collapsed: boolean;
233
+ classNames: import("vue").ComputedRef<(string | {
234
+ [x: string]: boolean;
235
+ })[]>;
236
+ componentTag: import("vue").ComputedRef<"div" | ({
237
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
238
+ width: {
239
+ type: NumberConstructor;
240
+ };
241
+ height: {
242
+ type: NumberConstructor;
243
+ };
244
+ component: {
245
+ type: StringConstructor;
246
+ default: string;
247
+ };
248
+ directions: {
249
+ type: import("vue").PropType<("left" | "right" | "top" | "bottom")[]>;
250
+ default: () => string[];
251
+ };
252
+ }>> & Readonly<{
253
+ onMoving?: ((_size: {
254
+ width: number;
255
+ height: number;
256
+ }, _ev: MouseEvent) => any) | undefined;
257
+ "onUpdate:width"?: ((_width: number) => any) | undefined;
258
+ "onUpdate:height"?: ((_height: number) => any) | undefined;
259
+ onMovingStart?: ((_ev: MouseEvent) => any) | undefined;
260
+ onMovingEnd?: ((_ev: MouseEvent) => any) | undefined;
261
+ }>, {
262
+ prefixCls: string;
263
+ classNames: import("vue").ComputedRef<string[]>;
264
+ styles: import("vue").ComputedRef<{
265
+ "padding-bottom"?: string | undefined;
266
+ "padding-left"?: string | undefined;
267
+ "padding-right"?: string | undefined;
268
+ "padding-top"?: string | undefined;
269
+ height?: string | undefined;
270
+ width?: string | undefined;
271
+ }>;
272
+ wrapperRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
273
+ onMoveStart: (direction: import("../resize-box/resize-box.vue").DirectionType, e: MouseEvent) => void;
274
+ isHorizontal: (direction: import("../resize-box/resize-box.vue").DirectionType) => boolean;
275
+ allowDirections: import("vue").ComputedRef<("top" | "bottom" | "left" | "right")[]>;
276
+ onTiggerResize: (direction: import("../resize-box/resize-box.vue").DirectionType, entry: ResizeObserverEntry) => void;
277
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
278
+ 'update:width': (_width: number) => true;
279
+ 'update:height': (_height: number) => true;
280
+ movingStart: (_ev: MouseEvent) => true;
281
+ moving: (_size: {
282
+ width: number;
283
+ height: number;
284
+ }, _ev: MouseEvent) => true;
285
+ movingEnd: (_ev: MouseEvent) => true;
286
+ }, import("vue").PublicProps, {
287
+ component: string;
288
+ directions: ("top" | "bottom" | "left" | "right")[];
289
+ }, true, {}, {}, {
290
+ ResizeTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
291
+ prefixCls: {
292
+ type: StringConstructor;
293
+ required: true;
294
+ };
295
+ direction: {
296
+ type: import("vue").PropType<"horizontal" | "vertical">;
297
+ default: string;
298
+ };
299
+ }>, {
300
+ classNames: import("vue").ComputedRef<(string | {
301
+ [x: string]: boolean;
302
+ })[]>;
303
+ onResize: (entry: ResizeObserverEntry) => void;
304
+ isHorizontal: import("vue").ComputedRef<boolean>;
305
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
306
+ prefixCls: {
307
+ type: StringConstructor;
308
+ required: true;
309
+ };
310
+ direction: {
311
+ type: import("vue").PropType<"horizontal" | "vertical">;
312
+ default: string;
313
+ };
314
+ }>> & Readonly<{
315
+ onResize?: ((...args: any[]) => any) | undefined;
316
+ }>, {
317
+ direction: "horizontal" | "vertical";
318
+ }, {}, {
319
+ ResizeObserver: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
320
+ [key: string]: any;
321
+ }> | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<{}> & Readonly<{
322
+ onResize?: ((...args: any[]) => any) | undefined;
323
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
324
+ IconDragDot: {
325
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
326
+ size: {
327
+ type: (StringConstructor | NumberConstructor)[];
328
+ };
329
+ strokeWidth: {
330
+ type: NumberConstructor;
331
+ default: number;
332
+ };
333
+ strokeLinecap: {
334
+ type: StringConstructor;
335
+ default: string;
336
+ validator: (value: any) => boolean;
337
+ };
338
+ strokeLinejoin: {
339
+ type: StringConstructor;
340
+ default: string;
341
+ validator: (value: any) => boolean;
342
+ };
343
+ rotate: NumberConstructor;
344
+ spin: BooleanConstructor;
345
+ }>> & Readonly<{
346
+ onClick?: ((ev: MouseEvent) => any) | undefined;
347
+ }>, {
348
+ cls: import("vue").ComputedRef<(string | {
349
+ [x: string]: boolean;
350
+ })[]>;
351
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
352
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
353
+ onClick: (ev: MouseEvent) => void;
354
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
355
+ click: (ev: MouseEvent) => true;
356
+ }, import("vue").PublicProps, {
357
+ spin: boolean;
358
+ strokeWidth: number;
359
+ strokeLinecap: string;
360
+ strokeLinejoin: string;
361
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
362
+ P: {};
363
+ B: {};
364
+ D: {};
365
+ C: {};
366
+ M: {};
367
+ Defaults: {};
368
+ }, Readonly<import("vue").ExtractPropTypes<{
369
+ size: {
370
+ type: (StringConstructor | NumberConstructor)[];
371
+ };
372
+ strokeWidth: {
373
+ type: NumberConstructor;
374
+ default: number;
375
+ };
376
+ strokeLinecap: {
377
+ type: StringConstructor;
378
+ default: string;
379
+ validator: (value: any) => boolean;
380
+ };
381
+ strokeLinejoin: {
382
+ type: StringConstructor;
383
+ default: string;
384
+ validator: (value: any) => boolean;
385
+ };
386
+ rotate: NumberConstructor;
387
+ spin: BooleanConstructor;
388
+ }>> & Readonly<{
389
+ onClick?: ((ev: MouseEvent) => any) | undefined;
390
+ }>, {
391
+ cls: import("vue").ComputedRef<(string | {
392
+ [x: string]: boolean;
393
+ })[]>;
394
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
395
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
396
+ onClick: (ev: MouseEvent) => void;
397
+ }, {}, {}, {}, {
398
+ spin: boolean;
399
+ strokeWidth: number;
400
+ strokeLinecap: string;
401
+ strokeLinejoin: string;
402
+ }>;
403
+ __isFragment?: never;
404
+ __isTeleport?: never;
405
+ __isSuspense?: never;
406
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
407
+ size: {
408
+ type: (StringConstructor | NumberConstructor)[];
409
+ };
410
+ strokeWidth: {
411
+ type: NumberConstructor;
412
+ default: number;
413
+ };
414
+ strokeLinecap: {
415
+ type: StringConstructor;
416
+ default: string;
417
+ validator: (value: any) => boolean;
418
+ };
419
+ strokeLinejoin: {
420
+ type: StringConstructor;
421
+ default: string;
422
+ validator: (value: any) => boolean;
423
+ };
424
+ rotate: NumberConstructor;
425
+ spin: BooleanConstructor;
426
+ }>> & Readonly<{
427
+ onClick?: ((ev: MouseEvent) => any) | undefined;
428
+ }>, {
429
+ cls: import("vue").ComputedRef<(string | {
430
+ [x: string]: boolean;
431
+ })[]>;
432
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
433
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
434
+ onClick: (ev: MouseEvent) => void;
435
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
436
+ click: (ev: MouseEvent) => true;
437
+ }, string, {
438
+ spin: boolean;
439
+ strokeWidth: number;
440
+ strokeLinecap: string;
441
+ strokeLinejoin: string;
442
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
443
+ install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
444
+ };
445
+ IconDragDotVertical: {
446
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
447
+ size: {
448
+ type: (StringConstructor | NumberConstructor)[];
449
+ };
450
+ strokeWidth: {
451
+ type: NumberConstructor;
452
+ default: number;
453
+ };
454
+ strokeLinecap: {
455
+ type: StringConstructor;
456
+ default: string;
457
+ validator: (value: any) => boolean;
458
+ };
459
+ strokeLinejoin: {
460
+ type: StringConstructor;
461
+ default: string;
462
+ validator: (value: any) => boolean;
463
+ };
464
+ rotate: NumberConstructor;
465
+ spin: BooleanConstructor;
466
+ }>> & Readonly<{
467
+ onClick?: ((ev: MouseEvent) => any) | undefined;
468
+ }>, {
469
+ cls: import("vue").ComputedRef<(string | {
470
+ [x: string]: boolean;
471
+ })[]>;
472
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
473
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
474
+ onClick: (ev: MouseEvent) => void;
475
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
476
+ click: (ev: MouseEvent) => true;
477
+ }, import("vue").PublicProps, {
478
+ spin: boolean;
479
+ strokeWidth: number;
480
+ strokeLinecap: string;
481
+ strokeLinejoin: string;
482
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
483
+ P: {};
484
+ B: {};
485
+ D: {};
486
+ C: {};
487
+ M: {};
488
+ Defaults: {};
489
+ }, Readonly<import("vue").ExtractPropTypes<{
490
+ size: {
491
+ type: (StringConstructor | NumberConstructor)[];
492
+ };
493
+ strokeWidth: {
494
+ type: NumberConstructor;
495
+ default: number;
496
+ };
497
+ strokeLinecap: {
498
+ type: StringConstructor;
499
+ default: string;
500
+ validator: (value: any) => boolean;
501
+ };
502
+ strokeLinejoin: {
503
+ type: StringConstructor;
504
+ default: string;
505
+ validator: (value: any) => boolean;
506
+ };
507
+ rotate: NumberConstructor;
508
+ spin: BooleanConstructor;
509
+ }>> & Readonly<{
510
+ onClick?: ((ev: MouseEvent) => any) | undefined;
511
+ }>, {
512
+ cls: import("vue").ComputedRef<(string | {
513
+ [x: string]: boolean;
514
+ })[]>;
515
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
516
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
517
+ onClick: (ev: MouseEvent) => void;
518
+ }, {}, {}, {}, {
519
+ spin: boolean;
520
+ strokeWidth: number;
521
+ strokeLinecap: string;
522
+ strokeLinejoin: string;
523
+ }>;
524
+ __isFragment?: never;
525
+ __isTeleport?: never;
526
+ __isSuspense?: never;
527
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
528
+ size: {
529
+ type: (StringConstructor | NumberConstructor)[];
530
+ };
531
+ strokeWidth: {
532
+ type: NumberConstructor;
533
+ default: number;
534
+ };
535
+ strokeLinecap: {
536
+ type: StringConstructor;
537
+ default: string;
538
+ validator: (value: any) => boolean;
539
+ };
540
+ strokeLinejoin: {
541
+ type: StringConstructor;
542
+ default: string;
543
+ validator: (value: any) => boolean;
544
+ };
545
+ rotate: NumberConstructor;
546
+ spin: BooleanConstructor;
547
+ }>> & Readonly<{
548
+ onClick?: ((ev: MouseEvent) => any) | undefined;
549
+ }>, {
550
+ cls: import("vue").ComputedRef<(string | {
551
+ [x: string]: boolean;
552
+ })[]>;
553
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
554
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
555
+ onClick: (ev: MouseEvent) => void;
556
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
557
+ click: (ev: MouseEvent) => true;
558
+ }, string, {
559
+ spin: boolean;
560
+ strokeWidth: number;
561
+ strokeLinecap: string;
562
+ strokeLinejoin: string;
563
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
564
+ install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
565
+ };
566
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
567
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
568
+ P: {};
569
+ B: {};
570
+ D: {};
571
+ C: {};
572
+ M: {};
573
+ Defaults: {};
574
+ }, Readonly<import("vue").ExtractPropTypes<{
575
+ width: {
576
+ type: NumberConstructor;
577
+ };
578
+ height: {
579
+ type: NumberConstructor;
580
+ };
581
+ component: {
582
+ type: StringConstructor;
583
+ default: string;
584
+ };
585
+ directions: {
586
+ type: import("vue").PropType<("left" | "right" | "top" | "bottom")[]>;
587
+ default: () => string[];
588
+ };
589
+ }>> & Readonly<{
590
+ onMoving?: ((_size: {
591
+ width: number;
592
+ height: number;
593
+ }, _ev: MouseEvent) => any) | undefined;
594
+ "onUpdate:width"?: ((_width: number) => any) | undefined;
595
+ "onUpdate:height"?: ((_height: number) => any) | undefined;
596
+ onMovingStart?: ((_ev: MouseEvent) => any) | undefined;
597
+ onMovingEnd?: ((_ev: MouseEvent) => any) | undefined;
598
+ }>, {
599
+ prefixCls: string;
600
+ classNames: import("vue").ComputedRef<string[]>;
601
+ styles: import("vue").ComputedRef<{
602
+ "padding-bottom"?: string | undefined;
603
+ "padding-left"?: string | undefined;
604
+ "padding-right"?: string | undefined;
605
+ "padding-top"?: string | undefined;
606
+ height?: string | undefined;
607
+ width?: string | undefined;
608
+ }>;
609
+ wrapperRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
610
+ onMoveStart: (direction: import("../resize-box/resize-box.vue").DirectionType, e: MouseEvent) => void;
611
+ isHorizontal: (direction: import("../resize-box/resize-box.vue").DirectionType) => boolean;
612
+ allowDirections: import("vue").ComputedRef<("top" | "bottom" | "left" | "right")[]>;
613
+ onTiggerResize: (direction: import("../resize-box/resize-box.vue").DirectionType, entry: ResizeObserverEntry) => void;
614
+ }, {}, {}, {}, {
615
+ component: string;
616
+ directions: ("top" | "bottom" | "left" | "right")[];
617
+ }>;
618
+ __isFragment?: never;
619
+ __isTeleport?: never;
620
+ __isSuspense?: never;
621
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
622
+ width: {
623
+ type: NumberConstructor;
624
+ };
625
+ height: {
626
+ type: NumberConstructor;
627
+ };
628
+ component: {
629
+ type: StringConstructor;
630
+ default: string;
631
+ };
632
+ directions: {
633
+ type: import("vue").PropType<("left" | "right" | "top" | "bottom")[]>;
634
+ default: () => string[];
635
+ };
636
+ }>> & Readonly<{
637
+ onMoving?: ((_size: {
638
+ width: number;
639
+ height: number;
640
+ }, _ev: MouseEvent) => any) | undefined;
641
+ "onUpdate:width"?: ((_width: number) => any) | undefined;
642
+ "onUpdate:height"?: ((_height: number) => any) | undefined;
643
+ onMovingStart?: ((_ev: MouseEvent) => any) | undefined;
644
+ onMovingEnd?: ((_ev: MouseEvent) => any) | undefined;
645
+ }>, {
646
+ prefixCls: string;
647
+ classNames: import("vue").ComputedRef<string[]>;
648
+ styles: import("vue").ComputedRef<{
649
+ "padding-bottom"?: string | undefined;
650
+ "padding-left"?: string | undefined;
651
+ "padding-right"?: string | undefined;
652
+ "padding-top"?: string | undefined;
653
+ height?: string | undefined;
654
+ width?: string | undefined;
655
+ }>;
656
+ wrapperRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
657
+ onMoveStart: (direction: import("../resize-box/resize-box.vue").DirectionType, e: MouseEvent) => void;
658
+ isHorizontal: (direction: import("../resize-box/resize-box.vue").DirectionType) => boolean;
659
+ allowDirections: import("vue").ComputedRef<("top" | "bottom" | "left" | "right")[]>;
660
+ onTiggerResize: (direction: import("../resize-box/resize-box.vue").DirectionType, entry: ResizeObserverEntry) => void;
661
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
662
+ 'update:width': (_width: number) => true;
663
+ 'update:height': (_height: number) => true;
664
+ movingStart: (_ev: MouseEvent) => true;
665
+ moving: (_size: {
666
+ width: number;
667
+ height: number;
668
+ }, _ev: MouseEvent) => true;
669
+ movingEnd: (_ev: MouseEvent) => true;
670
+ }, string, {
671
+ component: string;
672
+ directions: ("top" | "bottom" | "left" | "right")[];
673
+ }, {}, string, {}, {
674
+ ResizeTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
675
+ prefixCls: {
676
+ type: StringConstructor;
677
+ required: true;
678
+ };
679
+ direction: {
680
+ type: import("vue").PropType<"horizontal" | "vertical">;
681
+ default: string;
682
+ };
683
+ }>, {
684
+ classNames: import("vue").ComputedRef<(string | {
685
+ [x: string]: boolean;
686
+ })[]>;
687
+ onResize: (entry: ResizeObserverEntry) => void;
688
+ isHorizontal: import("vue").ComputedRef<boolean>;
689
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
690
+ prefixCls: {
691
+ type: StringConstructor;
692
+ required: true;
693
+ };
694
+ direction: {
695
+ type: import("vue").PropType<"horizontal" | "vertical">;
696
+ default: string;
697
+ };
698
+ }>> & Readonly<{
699
+ onResize?: ((...args: any[]) => any) | undefined;
700
+ }>, {
701
+ direction: "horizontal" | "vertical";
702
+ }, {}, {
703
+ ResizeObserver: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
704
+ [key: string]: any;
705
+ }> | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<{}> & Readonly<{
706
+ onResize?: ((...args: any[]) => any) | undefined;
707
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
708
+ IconDragDot: {
709
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
710
+ size: {
711
+ type: (StringConstructor | NumberConstructor)[];
712
+ };
713
+ strokeWidth: {
714
+ type: NumberConstructor;
715
+ default: number;
716
+ };
717
+ strokeLinecap: {
718
+ type: StringConstructor;
719
+ default: string;
720
+ validator: (value: any) => boolean;
721
+ };
722
+ strokeLinejoin: {
723
+ type: StringConstructor;
724
+ default: string;
725
+ validator: (value: any) => boolean;
726
+ };
727
+ rotate: NumberConstructor;
728
+ spin: BooleanConstructor;
729
+ }>> & Readonly<{
730
+ onClick?: ((ev: MouseEvent) => any) | undefined;
731
+ }>, {
732
+ cls: import("vue").ComputedRef<(string | {
733
+ [x: string]: boolean;
734
+ })[]>;
735
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
736
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
737
+ onClick: (ev: MouseEvent) => void;
738
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
739
+ click: (ev: MouseEvent) => true;
740
+ }, import("vue").PublicProps, {
741
+ spin: boolean;
742
+ strokeWidth: number;
743
+ strokeLinecap: string;
744
+ strokeLinejoin: string;
745
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
746
+ P: {};
747
+ B: {};
748
+ D: {};
749
+ C: {};
750
+ M: {};
751
+ Defaults: {};
752
+ }, Readonly<import("vue").ExtractPropTypes<{
753
+ size: {
754
+ type: (StringConstructor | NumberConstructor)[];
755
+ };
756
+ strokeWidth: {
757
+ type: NumberConstructor;
758
+ default: number;
759
+ };
760
+ strokeLinecap: {
761
+ type: StringConstructor;
762
+ default: string;
763
+ validator: (value: any) => boolean;
764
+ };
765
+ strokeLinejoin: {
766
+ type: StringConstructor;
767
+ default: string;
768
+ validator: (value: any) => boolean;
769
+ };
770
+ rotate: NumberConstructor;
771
+ spin: BooleanConstructor;
772
+ }>> & Readonly<{
773
+ onClick?: ((ev: MouseEvent) => any) | undefined;
774
+ }>, {
775
+ cls: import("vue").ComputedRef<(string | {
776
+ [x: string]: boolean;
777
+ })[]>;
778
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
779
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
780
+ onClick: (ev: MouseEvent) => void;
781
+ }, {}, {}, {}, {
782
+ spin: boolean;
783
+ strokeWidth: number;
784
+ strokeLinecap: string;
785
+ strokeLinejoin: string;
786
+ }>;
787
+ __isFragment?: never;
788
+ __isTeleport?: never;
789
+ __isSuspense?: never;
790
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
791
+ size: {
792
+ type: (StringConstructor | NumberConstructor)[];
793
+ };
794
+ strokeWidth: {
795
+ type: NumberConstructor;
796
+ default: number;
797
+ };
798
+ strokeLinecap: {
799
+ type: StringConstructor;
800
+ default: string;
801
+ validator: (value: any) => boolean;
802
+ };
803
+ strokeLinejoin: {
804
+ type: StringConstructor;
805
+ default: string;
806
+ validator: (value: any) => boolean;
807
+ };
808
+ rotate: NumberConstructor;
809
+ spin: BooleanConstructor;
810
+ }>> & Readonly<{
811
+ onClick?: ((ev: MouseEvent) => any) | undefined;
812
+ }>, {
813
+ cls: import("vue").ComputedRef<(string | {
814
+ [x: string]: boolean;
815
+ })[]>;
816
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
817
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
818
+ onClick: (ev: MouseEvent) => void;
819
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
820
+ click: (ev: MouseEvent) => true;
821
+ }, string, {
822
+ spin: boolean;
823
+ strokeWidth: number;
824
+ strokeLinecap: string;
825
+ strokeLinejoin: string;
826
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
827
+ install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
828
+ };
829
+ IconDragDotVertical: {
830
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
831
+ size: {
832
+ type: (StringConstructor | NumberConstructor)[];
833
+ };
834
+ strokeWidth: {
835
+ type: NumberConstructor;
836
+ default: number;
837
+ };
838
+ strokeLinecap: {
839
+ type: StringConstructor;
840
+ default: string;
841
+ validator: (value: any) => boolean;
842
+ };
843
+ strokeLinejoin: {
844
+ type: StringConstructor;
845
+ default: string;
846
+ validator: (value: any) => boolean;
847
+ };
848
+ rotate: NumberConstructor;
849
+ spin: BooleanConstructor;
850
+ }>> & Readonly<{
851
+ onClick?: ((ev: MouseEvent) => any) | undefined;
852
+ }>, {
853
+ cls: import("vue").ComputedRef<(string | {
854
+ [x: string]: boolean;
855
+ })[]>;
856
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
857
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
858
+ onClick: (ev: MouseEvent) => void;
859
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
860
+ click: (ev: MouseEvent) => true;
861
+ }, import("vue").PublicProps, {
862
+ spin: boolean;
863
+ strokeWidth: number;
864
+ strokeLinecap: string;
865
+ strokeLinejoin: string;
866
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
867
+ P: {};
868
+ B: {};
869
+ D: {};
870
+ C: {};
871
+ M: {};
872
+ Defaults: {};
873
+ }, Readonly<import("vue").ExtractPropTypes<{
874
+ size: {
875
+ type: (StringConstructor | NumberConstructor)[];
876
+ };
877
+ strokeWidth: {
878
+ type: NumberConstructor;
879
+ default: number;
880
+ };
881
+ strokeLinecap: {
882
+ type: StringConstructor;
883
+ default: string;
884
+ validator: (value: any) => boolean;
885
+ };
886
+ strokeLinejoin: {
887
+ type: StringConstructor;
888
+ default: string;
889
+ validator: (value: any) => boolean;
890
+ };
891
+ rotate: NumberConstructor;
892
+ spin: BooleanConstructor;
893
+ }>> & Readonly<{
894
+ onClick?: ((ev: MouseEvent) => any) | undefined;
895
+ }>, {
896
+ cls: import("vue").ComputedRef<(string | {
897
+ [x: string]: boolean;
898
+ })[]>;
899
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
900
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
901
+ onClick: (ev: MouseEvent) => void;
902
+ }, {}, {}, {}, {
903
+ spin: boolean;
904
+ strokeWidth: number;
905
+ strokeLinecap: string;
906
+ strokeLinejoin: string;
907
+ }>;
908
+ __isFragment?: never;
909
+ __isTeleport?: never;
910
+ __isSuspense?: never;
911
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
912
+ size: {
913
+ type: (StringConstructor | NumberConstructor)[];
914
+ };
915
+ strokeWidth: {
916
+ type: NumberConstructor;
917
+ default: number;
918
+ };
919
+ strokeLinecap: {
920
+ type: StringConstructor;
921
+ default: string;
922
+ validator: (value: any) => boolean;
923
+ };
924
+ strokeLinejoin: {
925
+ type: StringConstructor;
926
+ default: string;
927
+ validator: (value: any) => boolean;
928
+ };
929
+ rotate: NumberConstructor;
930
+ spin: BooleanConstructor;
931
+ }>> & Readonly<{
932
+ onClick?: ((ev: MouseEvent) => any) | undefined;
933
+ }>, {
934
+ cls: import("vue").ComputedRef<(string | {
935
+ [x: string]: boolean;
936
+ })[]>;
937
+ innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
938
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
939
+ onClick: (ev: MouseEvent) => void;
940
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
941
+ click: (ev: MouseEvent) => true;
942
+ }, string, {
943
+ spin: boolean;
944
+ strokeWidth: number;
945
+ strokeLinecap: string;
946
+ strokeLinejoin: string;
947
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
948
+ install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
949
+ };
950
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
951
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
952
+ install: (app: App, options?: SDOptions) => void;
953
+ })>;
954
+ handleMaskClick: () => void;
955
+ handleMouseEnter: () => void;
956
+ handleMouseLeave: () => void;
957
+ localCollapsed: import("vue").ComputedRef<boolean>;
958
+ prefixCls: string;
959
+ resizeDirectionsProps: import("vue").ComputedRef<{
960
+ directions: ("top" | "bottom" | "left" | "right")[];
961
+ } | {
962
+ directions?: undefined;
963
+ }>;
964
+ showMask: import("vue").ComputedRef<boolean>;
965
+ maskStyles: import("vue").ComputedRef<Record<string, string | number | undefined>>;
966
+ showTrigger: import("vue").ComputedRef<boolean>;
967
+ siderStyles: import("vue").ComputedRef<{
968
+ width: string;
969
+ height?: undefined;
970
+ } | {
971
+ height: string;
972
+ width?: undefined;
973
+ } | {
974
+ position: string;
975
+ top: string;
976
+ alignSelf: string;
977
+ maxHeight: string;
978
+ width: string;
979
+ height?: undefined;
980
+ } | {
981
+ position: string;
982
+ top: string;
983
+ alignSelf: string;
984
+ maxHeight: string;
985
+ height: string;
986
+ width?: undefined;
987
+ } | {
988
+ zIndex: number | undefined;
989
+ width: string;
990
+ height?: undefined;
991
+ } | {
992
+ zIndex: number | undefined;
993
+ height: string;
994
+ width?: undefined;
995
+ }>;
996
+ toggleTrigger: () => void;
997
+ triggerClassNames: import("vue").ComputedRef<(string | {
998
+ [x: string]: boolean;
999
+ })[]>;
1000
+ triggerStyles: import("vue").ComputedRef<{
1001
+ width: string;
1002
+ }>;
1003
+ }, {}, {}, {}, 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<{
1004
+ theme: {
1005
+ type: import("vue").PropType<"dark" | "light">;
1006
+ default: string;
1007
+ };
1008
+ modelValue: {
1009
+ type: BooleanConstructor;
1010
+ default: undefined;
1011
+ };
1012
+ defaultVisible: {
1013
+ type: BooleanConstructor;
1014
+ default: boolean;
1015
+ };
1016
+ collapsed: {
1017
+ type: BooleanConstructor;
1018
+ default: undefined;
1019
+ };
1020
+ defaultCollapsed: {
1021
+ type: BooleanConstructor;
1022
+ default: boolean;
1023
+ };
1024
+ collapsible: {
1025
+ type: BooleanConstructor;
1026
+ };
1027
+ rail: {
1028
+ type: BooleanConstructor;
1029
+ default: undefined;
1030
+ };
1031
+ defaultRail: {
1032
+ type: BooleanConstructor;
1033
+ default: boolean;
1034
+ };
1035
+ railWidth: {
1036
+ type: (StringConstructor | NumberConstructor)[];
1037
+ default: number;
1038
+ };
1039
+ expandOnHover: {
1040
+ type: BooleanConstructor;
1041
+ };
1042
+ disableResizeWatcher: {
1043
+ type: BooleanConstructor;
1044
+ };
1045
+ disableRouteWatcher: {
1046
+ type: BooleanConstructor;
1047
+ };
1048
+ width: {
1049
+ type: (StringConstructor | NumberConstructor)[];
1050
+ default: number;
1051
+ };
1052
+ height: {
1053
+ type: (StringConstructor | NumberConstructor)[];
1054
+ default: undefined;
1055
+ };
1056
+ collapsedWidth: {
1057
+ type: NumberConstructor;
1058
+ default: number;
1059
+ };
1060
+ temporary: {
1061
+ type: BooleanConstructor;
1062
+ };
1063
+ permanent: {
1064
+ type: BooleanConstructor;
1065
+ };
1066
+ persistent: {
1067
+ type: BooleanConstructor;
1068
+ };
1069
+ mask: {
1070
+ type: BooleanConstructor;
1071
+ default: boolean;
1072
+ };
1073
+ maskClosable: {
1074
+ type: BooleanConstructor;
1075
+ default: boolean;
1076
+ };
1077
+ escToClose: {
1078
+ type: BooleanConstructor;
1079
+ default: boolean;
1080
+ };
1081
+ location: {
1082
+ type: import("vue").PropType<"top" | "bottom" | "left" | "right" | "end" | "start">;
1083
+ default: string;
1084
+ validator: (value: string) => boolean;
1085
+ };
1086
+ floating: {
1087
+ type: BooleanConstructor;
1088
+ };
1089
+ sticky: {
1090
+ type: BooleanConstructor;
1091
+ };
1092
+ reverseArrow: {
1093
+ type: BooleanConstructor;
1094
+ };
1095
+ breakpoint: {
1096
+ type: import("vue").PropType<"xxl" | "xl" | "lg" | "md" | "sm" | "xs">;
1097
+ };
1098
+ resizeDirections: {
1099
+ type: import("vue").PropType<Array<"left" | "right" | "top" | "bottom">>;
1100
+ default: undefined;
1101
+ };
1102
+ hideTrigger: {
1103
+ type: BooleanConstructor;
1104
+ };
1105
+ }>> & Readonly<{
1106
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1107
+ onCollapse?: ((...args: any[]) => any) | undefined;
1108
+ "onUpdate:rail"?: ((...args: any[]) => any) | undefined;
1109
+ "onUpdate:collapsed"?: ((...args: any[]) => any) | undefined;
1110
+ onBreakpoint?: ((...args: any[]) => any) | undefined;
1111
+ }>, {
1112
+ mask: boolean;
1113
+ height: string | number;
1114
+ sticky: boolean;
1115
+ modelValue: boolean;
1116
+ width: string | number;
1117
+ defaultVisible: boolean;
1118
+ hideTrigger: boolean;
1119
+ collapsed: boolean;
1120
+ location: "top" | "bottom" | "left" | "right" | "end" | "start";
1121
+ theme: "dark" | "light";
1122
+ maskClosable: boolean;
1123
+ escToClose: boolean;
1124
+ floating: boolean;
154
1125
  defaultCollapsed: boolean;
155
1126
  collapsible: boolean;
1127
+ rail: boolean;
1128
+ defaultRail: boolean;
1129
+ railWidth: string | number;
1130
+ expandOnHover: boolean;
1131
+ disableResizeWatcher: boolean;
1132
+ disableRouteWatcher: boolean;
156
1133
  collapsedWidth: number;
1134
+ temporary: boolean;
1135
+ permanent: boolean;
1136
+ persistent: boolean;
157
1137
  reverseArrow: boolean;
158
1138
  resizeDirections: ("top" | "bottom" | "left" | "right")[];
159
1139
  }, {}, {
@@ -1125,6 +2105,6 @@ export type LayoutHeaderInstance = InstanceType<typeof _LayoutHeader>;
1125
2105
  export type LayoutContentInstance = InstanceType<typeof _LayoutContent>;
1126
2106
  export type LayoutFooterInstance = InstanceType<typeof _LayoutFooter>;
1127
2107
  export type LayoutSiderInstance = InstanceType<typeof _LayoutSider>;
1128
- export type { LayoutProps, SiderProps } from './interface';
2108
+ export type { LayoutHeaderDensity, LayoutHeaderProps, LayoutHeaderScrollBehavior, LayoutProps, SiderProps, } from './interface';
1129
2109
  export { _LayoutHeader as LayoutHeader, _LayoutContent as LayoutContent, _LayoutFooter as LayoutFooter, _LayoutSider as LayoutSider, };
1130
2110
  export default Layout;