@aplus-frontend/ui 0.0.1-beta.34 → 0.0.1-beta.35

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 (65) hide show
  1. package/es/src/modal/basic.vue2.mjs +10 -11
  2. package/es/src/modal/style/index.css +0 -103
  3. package/es/src/pro-form/style/index.css +0 -3
  4. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +2 -82
  5. package/es/src/theme/antd-global-overwrite/admin/alert.css +16 -0
  6. package/es/src/theme/antd-global-overwrite/admin/index.css +26 -3
  7. package/es/src/theme/antd-global-overwrite/admin/modal.css +1 -1
  8. package/es/src/theme/antd-global-overwrite/admin/steps.css +2 -2
  9. package/es/src/theme/antd-global-overwrite/admin/table.css +7 -0
  10. package/es/src/theme/antd-global-overwrite/aplus/alert.css +16 -0
  11. package/es/src/theme/antd-global-overwrite/aplus/form.css +10 -0
  12. package/es/src/theme/antd-global-overwrite/aplus/index.css +37 -3
  13. package/es/src/theme/antd-global-overwrite/aplus/modal.css +1 -1
  14. package/es/src/theme/antd-global-overwrite/aplus/steps.css +2 -2
  15. package/es/src/theme/antd-global-overwrite/aplus/table.css +8 -0
  16. package/es/src/theme/modal/index.css +0 -103
  17. package/es/src/theme/pro-form/form.css +0 -3
  18. package/es/src/work-order-modal/work-order-modal.vue.mjs +28 -26
  19. package/lib/src/modal/basic.vue2.js +1 -1
  20. package/lib/src/modal/style/index.css +0 -103
  21. package/lib/src/pro-form/style/index.css +0 -3
  22. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +2 -82
  23. package/lib/src/theme/antd-global-overwrite/admin/alert.css +16 -0
  24. package/lib/src/theme/antd-global-overwrite/admin/index.css +26 -3
  25. package/lib/src/theme/antd-global-overwrite/admin/modal.css +1 -1
  26. package/lib/src/theme/antd-global-overwrite/admin/steps.css +2 -2
  27. package/lib/src/theme/antd-global-overwrite/admin/table.css +7 -0
  28. package/lib/src/theme/antd-global-overwrite/aplus/alert.css +16 -0
  29. package/lib/src/theme/antd-global-overwrite/aplus/form.css +10 -0
  30. package/lib/src/theme/antd-global-overwrite/aplus/index.css +37 -3
  31. package/lib/src/theme/antd-global-overwrite/aplus/modal.css +1 -1
  32. package/lib/src/theme/antd-global-overwrite/aplus/steps.css +2 -2
  33. package/lib/src/theme/antd-global-overwrite/aplus/table.css +8 -0
  34. package/lib/src/theme/modal/index.css +0 -103
  35. package/lib/src/theme/pro-form/form.css +0 -3
  36. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  37. package/package.json +1 -1
  38. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +0 -343
  39. package/es/src/ap-field/select/index.vue.d.ts +0 -235
  40. package/es/src/ap-form/modal-form/index.vue.d.ts +0 -378
  41. package/es/src/ap-table/constants.d.ts +0 -5666
  42. package/es/src/config-provider/config-provider-props.d.ts +0 -152
  43. package/es/src/config-provider/config-provider.d.ts +0 -323
  44. package/es/src/config-provider/hooks/use-global-config.d.ts +0 -154
  45. package/es/src/config-provider/index.d.ts +0 -691
  46. package/es/src/modal/basic.vue.d.ts +0 -465
  47. package/es/src/modal/components/modal-footer.vue.d.ts +0 -457
  48. package/es/src/modal/components/modal.d.ts +0 -443
  49. package/es/src/modal/index.d.ts +0 -963
  50. package/es/src/modal/props.d.ts +0 -283
  51. package/es/src/pro-form/hooks/use-label-width.d.ts +0 -312
  52. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +0 -343
  53. package/lib/src/ap-field/select/index.vue.d.ts +0 -235
  54. package/lib/src/ap-form/modal-form/index.vue.d.ts +0 -378
  55. package/lib/src/ap-table/constants.d.ts +0 -5666
  56. package/lib/src/config-provider/config-provider-props.d.ts +0 -152
  57. package/lib/src/config-provider/config-provider.d.ts +0 -323
  58. package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -154
  59. package/lib/src/config-provider/index.d.ts +0 -691
  60. package/lib/src/modal/basic.vue.d.ts +0 -465
  61. package/lib/src/modal/components/modal-footer.vue.d.ts +0 -457
  62. package/lib/src/modal/components/modal.d.ts +0 -443
  63. package/lib/src/modal/index.d.ts +0 -963
  64. package/lib/src/modal/props.d.ts +0 -283
  65. package/lib/src/pro-form/hooks/use-label-width.d.ts +0 -312
@@ -1,235 +0,0 @@
1
- import { DefaultOptionType, SelectValue, LabeledValue } from 'ant-design-vue/es/select';
2
- import { ApFieldSelectProps, FieldMode } from '../interface';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, CSSProperties } from 'vue';
4
- import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
- import { ButtonSize } from 'ant-design-vue/es/button';
6
- import { VueNode } from 'ant-design-vue/es/_util/type';
7
- import { SelectHandler, FieldNames, FilterFunc } from 'ant-design-vue/es/vc-select/Select';
8
- import { RenderDOMFunc, DropdownRender, CustomTagProps } from 'ant-design-vue/es/vc-select/BaseSelect';
9
- import { AlignType } from 'ant-design-vue/es/vc-trigger/interface';
10
-
11
- type ApFieldSelectSlots = {
12
- notFoundContent: any;
13
- suffixIcon: any;
14
- itemIcon: any;
15
- removeIcon: any;
16
- clearIcon: any;
17
- dropdownRender: any;
18
- option: any;
19
- placeholder: any;
20
- tagRender: any;
21
- maxTagPlaceholder: any;
22
- optionLabel: any;
23
- default: any;
24
- };
25
- declare function focus(): void;
26
- declare function blur(): void;
27
- declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldSelectProps>, {
28
- fieldProps: () => {};
29
- emptyText: string;
30
- mode: string;
31
- }>, {
32
- focus: typeof focus;
33
- blur: typeof blur;
34
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
35
- "update:value": (...args: any[]) => void;
36
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldSelectProps>, {
37
- fieldProps: () => {};
38
- emptyText: string;
39
- mode: string;
40
- }>>> & {
41
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
42
- }, {
43
- mode: FieldMode;
44
- emptyText: string;
45
- fieldProps: Omit<Partial< ExtractPropTypes<{
46
- value: {
47
- type: PropType<SelectValue>;
48
- default: SelectValue;
49
- };
50
- defaultValue: {
51
- type: PropType<SelectValue>;
52
- default: SelectValue;
53
- };
54
- notFoundContent: VueTypeValidableDef<any>;
55
- suffixIcon: VueTypeValidableDef<any>;
56
- itemIcon: VueTypeValidableDef<any>;
57
- size: {
58
- type: PropType<ButtonSize>;
59
- default: ButtonSize;
60
- };
61
- mode: {
62
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
63
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
64
- };
65
- bordered: {
66
- type: BooleanConstructor;
67
- default: boolean;
68
- };
69
- transitionName: StringConstructor;
70
- choiceTransitionName: {
71
- type: PropType<"">;
72
- default: "";
73
- };
74
- popupClassName: StringConstructor;
75
- dropdownClassName: StringConstructor;
76
- placement: {
77
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
78
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
79
- };
80
- status: {
81
- type: PropType<"" | "error" | "warning">;
82
- default: "" | "error" | "warning";
83
- };
84
- 'onUpdate:value': {
85
- type: PropType<(val: SelectValue) => void>;
86
- default: (val: SelectValue) => void;
87
- };
88
- children: PropType< VueNode[]>;
89
- listHeight: NumberConstructor;
90
- onMouseenter: PropType<(e: MouseEvent) => void>;
91
- onMouseleave: PropType<(e: MouseEvent) => void>;
92
- tabindex: NumberConstructor;
93
- onClick: PropType<(e: MouseEvent) => void>;
94
- onFocus: {
95
- type: PropType<(e: FocusEvent) => void>;
96
- };
97
- onBlur: {
98
- type: PropType<(e: FocusEvent) => void>;
99
- };
100
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
101
- onKeydown: PropType<(e: KeyboardEvent) => void>;
102
- onKeyup: PropType<(e: KeyboardEvent) => void>;
103
- onMousedown: PropType<(e: MouseEvent) => void>;
104
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
105
- open: {
106
- type: BooleanConstructor;
107
- default: any;
108
- };
109
- animation: StringConstructor;
110
- direction: {
111
- type: PropType<"ltr" | "rtl">;
112
- };
113
- disabled: {
114
- type: BooleanConstructor;
115
- default: any;
116
- };
117
- prefixCls: StringConstructor;
118
- id: StringConstructor;
119
- autofocus: BooleanConstructor;
120
- getPopupContainer: {
121
- type: PropType<RenderDOMFunc>;
122
- };
123
- virtual: {
124
- type: BooleanConstructor;
125
- default: any;
126
- };
127
- dropdownMatchSelectWidth: {
128
- type: PropType<number | boolean>;
129
- default: any;
130
- };
131
- options: PropType<DefaultOptionType[]>;
132
- showAction: {
133
- type: PropType<("click" | "focus")[]>;
134
- };
135
- placeholder: VueTypeValidableDef<any>;
136
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
137
- loading: {
138
- type: BooleanConstructor;
139
- default: any;
140
- };
141
- clearIcon: VueTypeValidableDef<any>;
142
- allowClear: {
143
- type: BooleanConstructor;
144
- default: any;
145
- };
146
- onSearch: PropType<(value: string) => void>;
147
- fieldNames: PropType<FieldNames>;
148
- dropdownStyle: {
149
- type: PropType<CSSProperties>;
150
- };
151
- dropdownRender: {
152
- type: PropType<DropdownRender>;
153
- };
154
- dropdownAlign: PropType<AlignType>;
155
- showSearch: {
156
- type: BooleanConstructor;
157
- default: any;
158
- };
159
- searchValue: StringConstructor;
160
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
161
- removeIcon: VueTypeValidableDef<any>;
162
- maxTagCount: {
163
- type: PropType<number | "responsive">;
164
- };
165
- maxTagTextLength: NumberConstructor;
166
- maxTagPlaceholder: VueTypeValidableDef<any>;
167
- tokenSeparators: {
168
- type: PropType<string[]>;
169
- };
170
- tagRender: {
171
- type: PropType<(props: CustomTagProps) => any>;
172
- };
173
- optionLabelRender: {
174
- type: PropType<(option: Record<string, any>) => any>;
175
- };
176
- onClear: PropType<() => void>;
177
- defaultOpen: {
178
- type: BooleanConstructor;
179
- default: any;
180
- };
181
- onDropdownVisibleChange: {
182
- type: PropType<(open: boolean) => void>;
183
- };
184
- showArrow: {
185
- type: BooleanConstructor;
186
- default: any;
187
- };
188
- onPopupScroll: PropType<(e: UIEvent) => void>;
189
- menuItemSelectedIcon: VueTypeValidableDef<any>;
190
- listItemHeight: NumberConstructor;
191
- inputValue: StringConstructor;
192
- autoClearSearchValue: {
193
- type: BooleanConstructor;
194
- default: any;
195
- };
196
- filterOption: {
197
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
198
- default: any;
199
- };
200
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
201
- optionFilterProp: StringConstructor;
202
- optionLabelProp: StringConstructor;
203
- defaultActiveFirstOption: {
204
- type: BooleanConstructor;
205
- default: any;
206
- };
207
- labelInValue: {
208
- type: BooleanConstructor;
209
- default: any;
210
- };
211
- }>>, "mode" | "value" | "onUpdate:value" | "onSearch">;
212
- }, {}>, Readonly<ApFieldSelectSlots> & ApFieldSelectSlots>;
213
- export default _default;
214
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
215
- type __VLS_TypePropsToRuntimeProps<T> = {
216
- [K in keyof T]-?: {} extends Pick<T, K> ? {
217
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
218
- } : {
219
- type: PropType<T[K]>;
220
- required: true;
221
- };
222
- };
223
- type __VLS_WithDefaults<P, D> = {
224
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
225
- default: D[K];
226
- }> : P[K];
227
- };
228
- type __VLS_Prettify<T> = {
229
- [K in keyof T]: T[K];
230
- } & {};
231
- type __VLS_WithTemplateSlots<T, S> = T & {
232
- new (): {
233
- $slots: S;
234
- };
235
- };
@@ -1,378 +0,0 @@
1
- import { ApFormModalFormProps, ApFormSubmitterConfig } from '../interface';
2
- import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, CSSProperties } from 'vue';
3
- import { NamePath, ValidateOptions, FormLabelAlign } from 'ant-design-vue/es/form/interface';
4
- import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
- import { LegacyButtonType, ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
6
- import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
7
- import { MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
8
- import { VueNode } from 'ant-design-vue/es/_util/type';
9
-
10
- type ApModalFormSlots = {
11
- trigger: any;
12
- default: any;
13
- title: any;
14
- submitter(defaultDoms: VNode[]): any;
15
- };
16
- declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFormModalFormProps>, {
17
- layout: string;
18
- hideRequiredMark: boolean;
19
- colon: boolean;
20
- labelAlign: string;
21
- validateOnRuleChange: boolean;
22
- validateTrigger: string;
23
- modalProps: () => {};
24
- width: number;
25
- submitter: () => {
26
- resetButtonProps: boolean;
27
- };
28
- open: undefined;
29
- showCancel: boolean;
30
- }>, {
31
- resetFields: (name?: NamePath | undefined) => void;
32
- clearValidate: (name?: NamePath | undefined) => void;
33
- validateFields: (nameList?: string | NamePath[] | undefined, options?: ValidateOptions | undefined) => Promise<Partial<any>> | undefined;
34
- getFieldsValue: (nameList?: true | (string | number)[] | undefined) => Partial<any> | undefined;
35
- validate: (nameList?: string | NamePath[] | undefined, options?: ValidateOptions | undefined) => Promise<Partial<any>> | undefined;
36
- scrollToField: (name: NamePath, options?: {}) => void;
37
- setFieldValue: (key: string, newValue: any) => void;
38
- setFieldsValue: (values: Record<string, any>) => void;
39
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
40
- "update:open": (...args: any[]) => void;
41
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFormModalFormProps>, {
42
- layout: string;
43
- hideRequiredMark: boolean;
44
- colon: boolean;
45
- labelAlign: string;
46
- validateOnRuleChange: boolean;
47
- validateTrigger: string;
48
- modalProps: () => {};
49
- width: number;
50
- submitter: () => {
51
- resetButtonProps: boolean;
52
- };
53
- open: undefined;
54
- showCancel: boolean;
55
- }>>> & {
56
- "onUpdate:open"?: ((...args: any[]) => any) | undefined;
57
- }, {
58
- open: boolean;
59
- width: number;
60
- showCancel: boolean;
61
- layout: string;
62
- validateTrigger: string | string[];
63
- colon: boolean;
64
- labelAlign: FormLabelAlign;
65
- hideRequiredMark: boolean;
66
- validateOnRuleChange: boolean;
67
- modalProps: Omit<Partial< ExtractPropTypes<{
68
- prefixCls: StringConstructor;
69
- visible: {
70
- type: BooleanConstructor;
71
- default: any;
72
- };
73
- open: {
74
- type: BooleanConstructor;
75
- default: any;
76
- };
77
- confirmLoading: {
78
- type: BooleanConstructor;
79
- default: any;
80
- };
81
- title: VueTypeValidableDef<any>;
82
- closable: {
83
- type: BooleanConstructor;
84
- default: any;
85
- };
86
- closeIcon: VueTypeValidableDef<any>;
87
- onOk: PropType<(e: MouseEvent) => void>;
88
- onCancel: PropType<(e: MouseEvent) => void>;
89
- 'onUpdate:visible': PropType<(visible: boolean) => void>;
90
- 'onUpdate:open': PropType<(open: boolean) => void>;
91
- onChange: PropType<(open: boolean) => void>;
92
- afterClose: PropType<() => void>;
93
- centered: {
94
- type: BooleanConstructor;
95
- default: any;
96
- };
97
- width: (StringConstructor | NumberConstructor)[];
98
- footer: VueTypeValidableDef<any>;
99
- okText: VueTypeValidableDef<any>;
100
- okType: PropType<LegacyButtonType>;
101
- cancelText: VueTypeValidableDef<any>;
102
- icon: VueTypeValidableDef<any>;
103
- maskClosable: {
104
- type: BooleanConstructor;
105
- default: any;
106
- };
107
- forceRender: {
108
- type: BooleanConstructor;
109
- default: any;
110
- };
111
- okButtonProps: {
112
- type: PropType<Partial< ExtractPropTypes<{
113
- prefixCls: StringConstructor;
114
- type: PropType<ButtonType>;
115
- htmlType: {
116
- type: PropType<ButtonHTMLType>;
117
- default: string;
118
- };
119
- shape: {
120
- type: PropType<ButtonShape>;
121
- };
122
- size: {
123
- type: PropType<ButtonSize>;
124
- };
125
- loading: {
126
- type: PropType<boolean | {
127
- delay?: number | undefined;
128
- }>;
129
- default: () => boolean | {
130
- delay?: number | undefined;
131
- };
132
- };
133
- disabled: {
134
- type: BooleanConstructor;
135
- default: any;
136
- };
137
- ghost: {
138
- type: BooleanConstructor;
139
- default: any;
140
- };
141
- block: {
142
- type: BooleanConstructor;
143
- default: any;
144
- };
145
- danger: {
146
- type: BooleanConstructor;
147
- default: any;
148
- };
149
- icon: VueTypeValidableDef<any>;
150
- href: StringConstructor;
151
- target: StringConstructor;
152
- title: StringConstructor;
153
- onClick: {
154
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
155
- };
156
- onMousedown: {
157
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
158
- };
159
- }>>>;
160
- default: Partial< ExtractPropTypes<{
161
- prefixCls: StringConstructor;
162
- type: PropType<ButtonType>;
163
- htmlType: {
164
- type: PropType<ButtonHTMLType>;
165
- default: string;
166
- };
167
- shape: {
168
- type: PropType<ButtonShape>;
169
- };
170
- size: {
171
- type: PropType<ButtonSize>;
172
- };
173
- loading: {
174
- type: PropType<boolean | {
175
- delay?: number | undefined;
176
- }>;
177
- default: () => boolean | {
178
- delay?: number | undefined;
179
- };
180
- };
181
- disabled: {
182
- type: BooleanConstructor;
183
- default: any;
184
- };
185
- ghost: {
186
- type: BooleanConstructor;
187
- default: any;
188
- };
189
- block: {
190
- type: BooleanConstructor;
191
- default: any;
192
- };
193
- danger: {
194
- type: BooleanConstructor;
195
- default: any;
196
- };
197
- icon: VueTypeValidableDef<any>;
198
- href: StringConstructor;
199
- target: StringConstructor;
200
- title: StringConstructor;
201
- onClick: {
202
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
203
- };
204
- onMousedown: {
205
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
206
- };
207
- }>>;
208
- };
209
- cancelButtonProps: {
210
- type: PropType<Partial< ExtractPropTypes<{
211
- prefixCls: StringConstructor;
212
- type: PropType<ButtonType>;
213
- htmlType: {
214
- type: PropType<ButtonHTMLType>;
215
- default: string;
216
- };
217
- shape: {
218
- type: PropType<ButtonShape>;
219
- };
220
- size: {
221
- type: PropType<ButtonSize>;
222
- };
223
- loading: {
224
- type: PropType<boolean | {
225
- delay?: number | undefined;
226
- }>;
227
- default: () => boolean | {
228
- delay?: number | undefined;
229
- };
230
- };
231
- disabled: {
232
- type: BooleanConstructor;
233
- default: any;
234
- };
235
- ghost: {
236
- type: BooleanConstructor;
237
- default: any;
238
- };
239
- block: {
240
- type: BooleanConstructor;
241
- default: any;
242
- };
243
- danger: {
244
- type: BooleanConstructor;
245
- default: any;
246
- };
247
- icon: VueTypeValidableDef<any>;
248
- href: StringConstructor;
249
- target: StringConstructor;
250
- title: StringConstructor;
251
- onClick: {
252
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
253
- };
254
- onMousedown: {
255
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
256
- };
257
- }>>>;
258
- default: Partial< ExtractPropTypes<{
259
- prefixCls: StringConstructor;
260
- type: PropType<ButtonType>;
261
- htmlType: {
262
- type: PropType<ButtonHTMLType>;
263
- default: string;
264
- };
265
- shape: {
266
- type: PropType<ButtonShape>;
267
- };
268
- size: {
269
- type: PropType<ButtonSize>;
270
- };
271
- loading: {
272
- type: PropType<boolean | {
273
- delay?: number | undefined;
274
- }>;
275
- default: () => boolean | {
276
- delay?: number | undefined;
277
- };
278
- };
279
- disabled: {
280
- type: BooleanConstructor;
281
- default: any;
282
- };
283
- ghost: {
284
- type: BooleanConstructor;
285
- default: any;
286
- };
287
- block: {
288
- type: BooleanConstructor;
289
- default: any;
290
- };
291
- danger: {
292
- type: BooleanConstructor;
293
- default: any;
294
- };
295
- icon: VueTypeValidableDef<any>;
296
- href: StringConstructor;
297
- target: StringConstructor;
298
- title: StringConstructor;
299
- onClick: {
300
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
301
- };
302
- onMousedown: {
303
- type: PropType< MouseEventHandler | MouseEventHandler[]>;
304
- };
305
- }>>;
306
- };
307
- destroyOnClose: {
308
- type: BooleanConstructor;
309
- default: any;
310
- };
311
- wrapClassName: StringConstructor;
312
- maskTransitionName: StringConstructor;
313
- transitionName: StringConstructor;
314
- getContainer: {
315
- type: PropType<string | false | HTMLElement | (() => HTMLElement)>;
316
- default: any;
317
- };
318
- zIndex: NumberConstructor;
319
- bodyStyle: {
320
- type: PropType<CSSProperties>;
321
- default: CSSProperties;
322
- };
323
- maskStyle: {
324
- type: PropType<CSSProperties>;
325
- default: CSSProperties;
326
- };
327
- mask: {
328
- type: BooleanConstructor;
329
- default: any;
330
- };
331
- keyboard: {
332
- type: BooleanConstructor;
333
- default: any;
334
- };
335
- wrapProps: ObjectConstructor;
336
- focusTriggerAfterClose: {
337
- type: BooleanConstructor;
338
- default: any;
339
- };
340
- modalRender: PropType<(arg: {
341
- originVNode: VueNode;
342
- }) => VueNode>;
343
- mousePosition: {
344
- type: PropType<{
345
- x: number;
346
- y: number;
347
- }>;
348
- default: {
349
- x: number;
350
- y: number;
351
- };
352
- };
353
- }>>, "visible" | "open" | "onUpdate:open">;
354
- submitter: false | ApFormSubmitterConfig;
355
- }, {}>, Readonly<ApModalFormSlots> & ApModalFormSlots>;
356
- export default _default;
357
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
358
- type __VLS_TypePropsToRuntimeProps<T> = {
359
- [K in keyof T]-?: {} extends Pick<T, K> ? {
360
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
361
- } : {
362
- type: PropType<T[K]>;
363
- required: true;
364
- };
365
- };
366
- type __VLS_WithDefaults<P, D> = {
367
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
368
- default: D[K];
369
- }> : P[K];
370
- };
371
- type __VLS_Prettify<T> = {
372
- [K in keyof T]: T[K];
373
- } & {};
374
- type __VLS_WithTemplateSlots<T, S> = T & {
375
- new (): {
376
- $slots: S;
377
- };
378
- };