@baosight/er4j 0.0.62 → 0.0.64

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 (41) hide show
  1. package/er4j-dist/ErLayoutDesign-BhNznepQ.js +509 -0
  2. package/er4j-dist/ErLayoutDesign-BhNznepQ.js.map +1 -0
  3. package/er4j-dist/ErPopFree-BSvQblcJ.js +5 -0
  4. package/er4j-dist/ErPopFree-BSvQblcJ.js.map +1 -0
  5. package/er4j-dist/ErPopQuery-EM0vHefy.js +5 -0
  6. package/er4j-dist/ErPopQuery-EM0vHefy.js.map +1 -0
  7. package/er4j-dist/ErPopRichEditor-DC8znhgF.js +5 -0
  8. package/er4j-dist/ErPopRichEditor-DC8znhgF.js.map +1 -0
  9. package/er4j-dist/ErPopTree-DGX6hNX5.js +5 -0
  10. package/er4j-dist/ErPopTree-DGX6hNX5.js.map +1 -0
  11. package/er4j-dist/er4j.css +1 -1
  12. package/er4j-dist/er4j.es.js +19 -48372
  13. package/er4j-dist/er4j.es.js.map +1 -1
  14. package/er4j-dist/er4j.umd.js +52 -52
  15. package/er4j-dist/er4j.umd.js.map +1 -1
  16. package/er4j-dist/index-Ar1Ydiuv.js +48652 -0
  17. package/er4j-dist/index-Ar1Ydiuv.js.map +1 -0
  18. package/er4j-dist/types/components/ErDialog/DialogBase.vue.d.ts +1 -1
  19. package/er4j-dist/types/components/ErDialog/ErDialog.vue.d.ts +1 -1
  20. package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +1 -0
  21. package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +3 -3
  22. package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +1784 -8
  23. package/er4j-dist/types/components/ErLayoutDesign/ErLayoutDesign.vue.d.ts +3040 -0
  24. package/er4j-dist/types/components/ErMemoEditor/ErMemoEditor.vue.d.ts +2 -2
  25. package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +1323 -24
  26. package/er4j-dist/types/components/ErPopFree/ErPopFree.vue.d.ts +2 -2
  27. package/er4j-dist/types/components/ErPopQuery/ErPopQuery.vue.d.ts +1301 -3
  28. package/er4j-dist/types/components/ErPopRichEditor/ErPopRichEditor.vue.d.ts +99 -6
  29. package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +1301 -3
  30. package/er4j-dist/types/utils/er.d.ts +9 -17
  31. package/er4j-dist/types/utils/theme.d.ts +5 -0
  32. package/package.json +8 -7
  33. package/src/views/JA/ER/JAER02.vue +10 -3
  34. package/er4j-dist/ErPopFree-D0387she.js +0 -5
  35. package/er4j-dist/ErPopFree-D0387she.js.map +0 -1
  36. package/er4j-dist/ErPopQuery-DWj-lb5u.js +0 -5
  37. package/er4j-dist/ErPopQuery-DWj-lb5u.js.map +0 -1
  38. package/er4j-dist/ErPopRichEditor-CdDc0Cvo.js +0 -5
  39. package/er4j-dist/ErPopRichEditor-CdDc0Cvo.js.map +0 -1
  40. package/er4j-dist/ErPopTree-2Ab-Nxgb.js +0 -5
  41. package/er4j-dist/ErPopTree-2Ab-Nxgb.js.map +0 -1
@@ -112,16 +112,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
112
112
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
113
113
  focus: (...args: any[]) => void;
114
114
  blur: (...args: any[]) => void;
115
+ pressEnter: (...args: any[]) => void;
115
116
  authButtonClick: (...args: any[]) => void;
116
117
  QueryClick: (...args: any[]) => void;
117
118
  dropdownOpen: (...args: any[]) => void;
118
- pressEnter: (...args: any[]) => void;
119
+ toolbarClick: (...args: any[]) => void;
119
120
  layoutReady: (...args: any[]) => void;
120
121
  configUpdate: (...args: any[]) => void;
121
122
  DisplayAllClick: (...args: any[]) => void;
122
123
  resetClick: (...args: any[]) => void;
123
124
  loaded: (...args: any[]) => void;
124
- toolbarClick: (...args: any[]) => void;
125
125
  toolbarFirstClick: (...args: any[]) => void;
126
126
  toolbarPreClick: (...args: any[]) => void;
127
127
  toolbarNextClick: (...args: any[]) => void;
@@ -249,16 +249,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
249
249
  }>> & Readonly<{
250
250
  onFocus?: ((...args: any[]) => any) | undefined;
251
251
  onBlur?: ((...args: any[]) => any) | undefined;
252
+ onPressEnter?: ((...args: any[]) => any) | undefined;
252
253
  onAuthButtonClick?: ((...args: any[]) => any) | undefined;
253
254
  onQueryClick?: ((...args: any[]) => any) | undefined;
254
255
  onDropdownOpen?: ((...args: any[]) => any) | undefined;
255
- onPressEnter?: ((...args: any[]) => any) | undefined;
256
+ onToolbarClick?: ((...args: any[]) => any) | undefined;
256
257
  onLayoutReady?: ((...args: any[]) => any) | undefined;
257
258
  onConfigUpdate?: ((...args: any[]) => any) | undefined;
258
259
  onDisplayAllClick?: ((...args: any[]) => any) | undefined;
259
260
  onResetClick?: ((...args: any[]) => any) | undefined;
260
261
  onLoaded?: ((...args: any[]) => any) | undefined;
261
- onToolbarClick?: ((...args: any[]) => any) | undefined;
262
262
  onToolbarFirstClick?: ((...args: any[]) => any) | undefined;
263
263
  onToolbarPreClick?: ((...args: any[]) => any) | undefined;
264
264
  onToolbarNextClick?: ((...args: any[]) => any) | undefined;
@@ -282,8 +282,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
282
282
  };
283
283
  configId: string;
284
284
  displayRows: number;
285
- layoutName: string;
286
285
  erFormHelperProp: ER.FormHelper;
286
+ autoBind: boolean;
287
+ layoutName: string;
287
288
  configCaption: string;
288
289
  showGroupBorder: boolean;
289
290
  allowCollapse: boolean;
@@ -296,7 +297,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
296
297
  showAddCopyButton: boolean;
297
298
  showDeleteButton: boolean;
298
299
  showSaveButton: boolean;
299
- autoBind: boolean;
300
300
  bindModel: any;
301
301
  labelAlignTop: boolean;
302
302
  }, {}, {
@@ -12890,6 +12890,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
12890
12890
  default: boolean;
12891
12891
  require: boolean;
12892
12892
  };
12893
+ componentSize: {
12894
+ type: import('vue').PropType<"small" | "middle" | "large">;
12895
+ default: string;
12896
+ require: boolean;
12897
+ };
12893
12898
  }>, {
12894
12899
  tI18n: {
12895
12900
  <Key extends string, DefinedLocaleMessage extends import('@intlify/core-base').RemoveIndexSignature<{
@@ -12988,6 +12993,786 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
12988
12993
  [x: string]: import('vue-i18n').LocaleMessageValue<import('vue-i18n').VueMessageType>;
12989
12994
  }>, Keys_18 = import('vue-i18n').IsEmptyObject<DefinedLocaleMessage_18> extends false ? import('vue-i18n').PickupPaths<{ [K_18 in keyof DefinedLocaleMessage_18]: DefinedLocaleMessage_18[K_18]; }> : never, ResourceKeys_18 extends Keys_18 = import('vue-i18n').IsNever<Keys_18> extends false ? Keys_18 : never>(key: string | Key_18 | ResourceKeys_18, named: Record<string, unknown>, options: import('vue-i18n').TranslateOptions<string>): string;
12990
12995
  };
12996
+ antdLocale: import('vue').Ref<{
12997
+ locale: string;
12998
+ Pagination?: {
12999
+ items_per_page?: string | undefined;
13000
+ jump_to?: string | undefined;
13001
+ jump_to_confirm?: string | undefined;
13002
+ page?: string | undefined;
13003
+ prev_page?: string | undefined;
13004
+ next_page?: string | undefined;
13005
+ prev_5?: string | undefined;
13006
+ next_5?: string | undefined;
13007
+ prev_3?: string | undefined;
13008
+ next_3?: string | undefined;
13009
+ } | undefined;
13010
+ Table?: {
13011
+ filterTitle?: string | undefined;
13012
+ filterConfirm?: any;
13013
+ filterReset?: any;
13014
+ filterEmptyText?: any;
13015
+ filterCheckall?: any;
13016
+ filterSearchPlaceholder?: any;
13017
+ emptyText?: any;
13018
+ selectAll?: any;
13019
+ selectNone?: any;
13020
+ selectInvert?: any;
13021
+ selectionAll?: any;
13022
+ sortTitle?: string | undefined;
13023
+ expand?: string | undefined;
13024
+ collapse?: string | undefined;
13025
+ triggerDesc?: string | undefined;
13026
+ triggerAsc?: string | undefined;
13027
+ cancelSort?: string | undefined;
13028
+ } | undefined;
13029
+ Popconfirm?: Record<string, any> | undefined;
13030
+ Form?: {
13031
+ optional?: string | undefined;
13032
+ defaultValidateMessages: {
13033
+ default?: (string | (() => string)) | undefined;
13034
+ required?: (string | (() => string)) | undefined;
13035
+ enum?: (string | (() => string)) | undefined;
13036
+ whitespace?: (string | (() => string)) | undefined;
13037
+ date?: {
13038
+ format?: (string | (() => string)) | undefined;
13039
+ parse?: (string | (() => string)) | undefined;
13040
+ invalid?: (string | (() => string)) | undefined;
13041
+ } | undefined;
13042
+ types?: {
13043
+ string?: (string | (() => string)) | undefined;
13044
+ method?: (string | (() => string)) | undefined;
13045
+ array?: (string | (() => string)) | undefined;
13046
+ object?: (string | (() => string)) | undefined;
13047
+ number?: (string | (() => string)) | undefined;
13048
+ date?: (string | (() => string)) | undefined;
13049
+ boolean?: (string | (() => string)) | undefined;
13050
+ integer?: (string | (() => string)) | undefined;
13051
+ float?: (string | (() => string)) | undefined;
13052
+ regexp?: (string | (() => string)) | undefined;
13053
+ email?: (string | (() => string)) | undefined;
13054
+ url?: (string | (() => string)) | undefined;
13055
+ hex?: (string | (() => string)) | undefined;
13056
+ } | undefined;
13057
+ string?: {
13058
+ len?: (string | (() => string)) | undefined;
13059
+ min?: (string | (() => string)) | undefined;
13060
+ max?: (string | (() => string)) | undefined;
13061
+ range?: (string | (() => string)) | undefined;
13062
+ } | undefined;
13063
+ number?: {
13064
+ len?: (string | (() => string)) | undefined;
13065
+ min?: (string | (() => string)) | undefined;
13066
+ max?: (string | (() => string)) | undefined;
13067
+ range?: (string | (() => string)) | undefined;
13068
+ } | undefined;
13069
+ array?: {
13070
+ len?: (string | (() => string)) | undefined;
13071
+ min?: (string | (() => string)) | undefined;
13072
+ max?: (string | (() => string)) | undefined;
13073
+ range?: (string | (() => string)) | undefined;
13074
+ } | undefined;
13075
+ pattern?: {
13076
+ mismatch?: (string | (() => string)) | undefined;
13077
+ } | undefined;
13078
+ };
13079
+ } | undefined;
13080
+ Image?: {
13081
+ preview: string;
13082
+ } | undefined;
13083
+ DatePicker?: {
13084
+ lang: {
13085
+ locale: string;
13086
+ monthBeforeYear?: boolean | undefined;
13087
+ yearFormat: string;
13088
+ monthFormat?: string | undefined;
13089
+ quarterFormat?: string | undefined;
13090
+ today: string;
13091
+ now: string;
13092
+ backToToday: string;
13093
+ ok: string;
13094
+ timeSelect: string;
13095
+ dateSelect: string;
13096
+ weekSelect?: string | undefined;
13097
+ clear: string;
13098
+ month: string;
13099
+ year: string;
13100
+ previousMonth: string;
13101
+ nextMonth: string;
13102
+ monthSelect: string;
13103
+ yearSelect: string;
13104
+ decadeSelect: string;
13105
+ dayFormat: string;
13106
+ dateFormat: string;
13107
+ dateTimeFormat: string;
13108
+ previousYear: string;
13109
+ nextYear: string;
13110
+ previousDecade: string;
13111
+ nextDecade: string;
13112
+ previousCentury: string;
13113
+ nextCentury: string;
13114
+ shortWeekDays?: string[] | undefined;
13115
+ shortMonths?: string[] | undefined;
13116
+ placeholder: string;
13117
+ yearPlaceholder?: string | undefined;
13118
+ quarterPlaceholder?: string | undefined;
13119
+ monthPlaceholder?: string | undefined;
13120
+ weekPlaceholder?: string | undefined;
13121
+ rangeYearPlaceholder?: [string, string] | undefined;
13122
+ rangeQuarterPlaceholder?: [string, string] | undefined;
13123
+ rangeMonthPlaceholder?: [string, string] | undefined;
13124
+ rangeWeekPlaceholder?: [string, string] | undefined;
13125
+ rangePlaceholder?: [string, string] | undefined;
13126
+ };
13127
+ timePickerLocale: {
13128
+ placeholder?: string | undefined;
13129
+ rangePlaceholder?: [string, string] | undefined;
13130
+ };
13131
+ dateFormat?: string | undefined;
13132
+ dateTimeFormat?: string | undefined;
13133
+ weekFormat?: string | undefined;
13134
+ monthFormat?: string | undefined;
13135
+ } | undefined;
13136
+ TimePicker?: Record<string, any> | undefined;
13137
+ Calendar?: Record<string, any> | undefined;
13138
+ Modal?: {
13139
+ okText: string;
13140
+ cancelText: string;
13141
+ justOkText: string;
13142
+ } | undefined;
13143
+ Transfer?: {
13144
+ titles?: any[] | undefined;
13145
+ notFoundContent?: any;
13146
+ searchPlaceholder?: string | undefined;
13147
+ itemUnit?: string | undefined;
13148
+ itemsUnit?: string | undefined;
13149
+ remove?: string | undefined;
13150
+ selectAll?: string | undefined;
13151
+ selectCurrent?: string | undefined;
13152
+ selectInvert?: string | undefined;
13153
+ removeAll?: string | undefined;
13154
+ removeCurrent?: string | undefined;
13155
+ } | undefined;
13156
+ Select?: Record<string, any> | undefined;
13157
+ Upload?: {
13158
+ uploading?: string | undefined;
13159
+ removeFile?: string | undefined;
13160
+ downloadFile?: string | undefined;
13161
+ uploadError?: string | undefined;
13162
+ previewFile?: string | undefined;
13163
+ } | undefined;
13164
+ Empty?: {
13165
+ description: string;
13166
+ } | undefined;
13167
+ global?: Record<string, any> | undefined;
13168
+ PageHeader?: {
13169
+ back: string;
13170
+ } | undefined;
13171
+ Icon?: Record<string, any> | undefined;
13172
+ Text?: {
13173
+ edit?: any;
13174
+ copy?: any;
13175
+ copied?: any;
13176
+ expand?: any;
13177
+ } | undefined;
13178
+ Tour?: {
13179
+ Next: string;
13180
+ Previous: string;
13181
+ Finish: string;
13182
+ } | undefined;
13183
+ QRCode?: {
13184
+ expired?: string | undefined;
13185
+ refresh?: string | undefined;
13186
+ } | undefined;
13187
+ }, import('ant-design-vue/es/locale').Locale | {
13188
+ locale: string;
13189
+ Pagination?: {
13190
+ items_per_page?: string | undefined;
13191
+ jump_to?: string | undefined;
13192
+ jump_to_confirm?: string | undefined;
13193
+ page?: string | undefined;
13194
+ prev_page?: string | undefined;
13195
+ next_page?: string | undefined;
13196
+ prev_5?: string | undefined;
13197
+ next_5?: string | undefined;
13198
+ prev_3?: string | undefined;
13199
+ next_3?: string | undefined;
13200
+ } | undefined;
13201
+ Table?: {
13202
+ filterTitle?: string | undefined;
13203
+ filterConfirm?: any;
13204
+ filterReset?: any;
13205
+ filterEmptyText?: any;
13206
+ filterCheckall?: any;
13207
+ filterSearchPlaceholder?: any;
13208
+ emptyText?: any;
13209
+ selectAll?: any;
13210
+ selectNone?: any;
13211
+ selectInvert?: any;
13212
+ selectionAll?: any;
13213
+ sortTitle?: string | undefined;
13214
+ expand?: string | undefined;
13215
+ collapse?: string | undefined;
13216
+ triggerDesc?: string | undefined;
13217
+ triggerAsc?: string | undefined;
13218
+ cancelSort?: string | undefined;
13219
+ } | undefined;
13220
+ Popconfirm?: Record<string, any> | undefined;
13221
+ Form?: {
13222
+ optional?: string | undefined;
13223
+ defaultValidateMessages: {
13224
+ default?: (string | (() => string)) | undefined;
13225
+ required?: (string | (() => string)) | undefined;
13226
+ enum?: (string | (() => string)) | undefined;
13227
+ whitespace?: (string | (() => string)) | undefined;
13228
+ date?: {
13229
+ format?: (string | (() => string)) | undefined;
13230
+ parse?: (string | (() => string)) | undefined;
13231
+ invalid?: (string | (() => string)) | undefined;
13232
+ } | undefined;
13233
+ types?: {
13234
+ string?: (string | (() => string)) | undefined;
13235
+ method?: (string | (() => string)) | undefined;
13236
+ array?: (string | (() => string)) | undefined;
13237
+ object?: (string | (() => string)) | undefined;
13238
+ number?: (string | (() => string)) | undefined;
13239
+ date?: (string | (() => string)) | undefined;
13240
+ boolean?: (string | (() => string)) | undefined;
13241
+ integer?: (string | (() => string)) | undefined;
13242
+ float?: (string | (() => string)) | undefined;
13243
+ regexp?: (string | (() => string)) | undefined;
13244
+ email?: (string | (() => string)) | undefined;
13245
+ url?: (string | (() => string)) | undefined;
13246
+ hex?: (string | (() => string)) | undefined;
13247
+ } | undefined;
13248
+ string?: {
13249
+ len?: (string | (() => string)) | undefined;
13250
+ min?: (string | (() => string)) | undefined;
13251
+ max?: (string | (() => string)) | undefined;
13252
+ range?: (string | (() => string)) | undefined;
13253
+ } | undefined;
13254
+ number?: {
13255
+ len?: (string | (() => string)) | undefined;
13256
+ min?: (string | (() => string)) | undefined;
13257
+ max?: (string | (() => string)) | undefined;
13258
+ range?: (string | (() => string)) | undefined;
13259
+ } | undefined;
13260
+ array?: {
13261
+ len?: (string | (() => string)) | undefined;
13262
+ min?: (string | (() => string)) | undefined;
13263
+ max?: (string | (() => string)) | undefined;
13264
+ range?: (string | (() => string)) | undefined;
13265
+ } | undefined;
13266
+ pattern?: {
13267
+ mismatch?: (string | (() => string)) | undefined;
13268
+ } | undefined;
13269
+ };
13270
+ } | undefined;
13271
+ Image?: {
13272
+ preview: string;
13273
+ } | undefined;
13274
+ DatePicker?: {
13275
+ lang: {
13276
+ locale: string;
13277
+ monthBeforeYear?: boolean | undefined;
13278
+ yearFormat: string;
13279
+ monthFormat?: string | undefined;
13280
+ quarterFormat?: string | undefined;
13281
+ today: string;
13282
+ now: string;
13283
+ backToToday: string;
13284
+ ok: string;
13285
+ timeSelect: string;
13286
+ dateSelect: string;
13287
+ weekSelect?: string | undefined;
13288
+ clear: string;
13289
+ month: string;
13290
+ year: string;
13291
+ previousMonth: string;
13292
+ nextMonth: string;
13293
+ monthSelect: string;
13294
+ yearSelect: string;
13295
+ decadeSelect: string;
13296
+ dayFormat: string;
13297
+ dateFormat: string;
13298
+ dateTimeFormat: string;
13299
+ previousYear: string;
13300
+ nextYear: string;
13301
+ previousDecade: string;
13302
+ nextDecade: string;
13303
+ previousCentury: string;
13304
+ nextCentury: string;
13305
+ shortWeekDays?: string[] | undefined;
13306
+ shortMonths?: string[] | undefined;
13307
+ placeholder: string;
13308
+ yearPlaceholder?: string | undefined;
13309
+ quarterPlaceholder?: string | undefined;
13310
+ monthPlaceholder?: string | undefined;
13311
+ weekPlaceholder?: string | undefined;
13312
+ rangeYearPlaceholder?: [string, string] | undefined;
13313
+ rangeQuarterPlaceholder?: [string, string] | undefined;
13314
+ rangeMonthPlaceholder?: [string, string] | undefined;
13315
+ rangeWeekPlaceholder?: [string, string] | undefined;
13316
+ rangePlaceholder?: [string, string] | undefined;
13317
+ };
13318
+ timePickerLocale: {
13319
+ placeholder?: string | undefined;
13320
+ rangePlaceholder?: [string, string] | undefined;
13321
+ };
13322
+ dateFormat?: string | undefined;
13323
+ dateTimeFormat?: string | undefined;
13324
+ weekFormat?: string | undefined;
13325
+ monthFormat?: string | undefined;
13326
+ } | undefined;
13327
+ TimePicker?: Record<string, any> | undefined;
13328
+ Calendar?: Record<string, any> | undefined;
13329
+ Modal?: {
13330
+ okText: string;
13331
+ cancelText: string;
13332
+ justOkText: string;
13333
+ } | undefined;
13334
+ Transfer?: {
13335
+ titles?: any[] | undefined;
13336
+ notFoundContent?: any;
13337
+ searchPlaceholder?: string | undefined;
13338
+ itemUnit?: string | undefined;
13339
+ itemsUnit?: string | undefined;
13340
+ remove?: string | undefined;
13341
+ selectAll?: string | undefined;
13342
+ selectCurrent?: string | undefined;
13343
+ selectInvert?: string | undefined;
13344
+ removeAll?: string | undefined;
13345
+ removeCurrent?: string | undefined;
13346
+ } | undefined;
13347
+ Select?: Record<string, any> | undefined;
13348
+ Upload?: {
13349
+ uploading?: string | undefined;
13350
+ removeFile?: string | undefined;
13351
+ downloadFile?: string | undefined;
13352
+ uploadError?: string | undefined;
13353
+ previewFile?: string | undefined;
13354
+ } | undefined;
13355
+ Empty?: {
13356
+ description: string;
13357
+ } | undefined;
13358
+ global?: Record<string, any> | undefined;
13359
+ PageHeader?: {
13360
+ back: string;
13361
+ } | undefined;
13362
+ Icon?: Record<string, any> | undefined;
13363
+ Text?: {
13364
+ edit?: any;
13365
+ copy?: any;
13366
+ copied?: any;
13367
+ expand?: any;
13368
+ } | undefined;
13369
+ Tour?: {
13370
+ Next: string;
13371
+ Previous: string;
13372
+ Finish: string;
13373
+ } | undefined;
13374
+ QRCode?: {
13375
+ expired?: string | undefined;
13376
+ refresh?: string | undefined;
13377
+ } | undefined;
13378
+ }>;
13379
+ antdTheme: import('vue').Ref<{
13380
+ token: {
13381
+ fontSize: number;
13382
+ sizeStep: number;
13383
+ borderRadius: number;
13384
+ wireframe: boolean;
13385
+ colorPrimary: string;
13386
+ };
13387
+ components: {
13388
+ Form: {
13389
+ marginLG: number;
13390
+ };
13391
+ Button: {
13392
+ lineHeight: number;
13393
+ };
13394
+ Tabs: {
13395
+ margin: number;
13396
+ colorBgContainer: string;
13397
+ colorPrimary: string;
13398
+ colorText: string;
13399
+ colorSplit: string;
13400
+ colorBorder: string;
13401
+ colorPrimaryBorder: string;
13402
+ lineHeight: number;
13403
+ };
13404
+ DatePicker: {
13405
+ colorPrimary: string;
13406
+ };
13407
+ };
13408
+ } | {
13409
+ token: {
13410
+ fontSize: number;
13411
+ sizeStep: number;
13412
+ borderRadius: number;
13413
+ wireframe: boolean;
13414
+ colorBgBase: string;
13415
+ colorTextBase: string;
13416
+ colorPrimary: string;
13417
+ colorPrimaryBorder: string;
13418
+ colorPrimaryBorderHover: string;
13419
+ colorPrimaryText: string;
13420
+ };
13421
+ components: {
13422
+ Button: {
13423
+ colorBgContainer: string;
13424
+ colorBorder: string;
13425
+ colorText: string;
13426
+ lineHeight: number;
13427
+ };
13428
+ Form: {
13429
+ marginLG: number;
13430
+ colorPrimary: string;
13431
+ colorTextHeading: string;
13432
+ colorTextDescription: string;
13433
+ colorText: string;
13434
+ colorBorder: string;
13435
+ controlOutline: string;
13436
+ colorError: string;
13437
+ };
13438
+ Input: {
13439
+ colorBgContainer: string;
13440
+ colorBorder: string;
13441
+ colorIconHover: string;
13442
+ colorPrimaryActive: string;
13443
+ colorBgContainerDisabled: string;
13444
+ colorText: string;
13445
+ };
13446
+ Checkbox: {
13447
+ colorBgContainer: string;
13448
+ colorBorder: string;
13449
+ };
13450
+ InputNumber: {
13451
+ colorBgContainer: string;
13452
+ colorBorder: string;
13453
+ colorIconHover: string;
13454
+ colorPrimaryActive: string;
13455
+ colorBgContainerDisabled: string;
13456
+ colorText: string;
13457
+ };
13458
+ Radio: {
13459
+ colorBgContainer: string;
13460
+ colorBgContainerDisabled: string;
13461
+ };
13462
+ Switch: {
13463
+ colorPrimary: string;
13464
+ colorBgContainer: string;
13465
+ };
13466
+ TreeSelect: {
13467
+ colorBgContainer: string;
13468
+ };
13469
+ Tabs: {
13470
+ margin: number;
13471
+ colorPrimaryActive: string;
13472
+ colorBgContainer: string;
13473
+ colorPrimary: string;
13474
+ colorFillAlter: string;
13475
+ colorSplit: string;
13476
+ colorText: string;
13477
+ lineHeight: number;
13478
+ };
13479
+ Select: {
13480
+ colorBgContainer: string;
13481
+ colorBgContainerDisabled: string;
13482
+ colorBgElevated: string;
13483
+ controlItemBgActive: string;
13484
+ colorBorder: string;
13485
+ colorText: string;
13486
+ };
13487
+ DatePicker: {
13488
+ colorBgContainer: string;
13489
+ colorBgContainerDisabled: string;
13490
+ colorBorder: string;
13491
+ colorText: string;
13492
+ colorBgElevated: string;
13493
+ colorTextHeading: string;
13494
+ colorIcon: string;
13495
+ colorIconHover: string;
13496
+ colorTextDisabled: string;
13497
+ controlItemBgHover: string;
13498
+ controlItemBgActive: string;
13499
+ };
13500
+ Calendar: {
13501
+ colorBgContainer: string;
13502
+ };
13503
+ Modal: {
13504
+ colorBgElevated: string;
13505
+ colorTextHeading: string;
13506
+ };
13507
+ Tree: {
13508
+ colorBgContainer: string;
13509
+ };
13510
+ };
13511
+ }, {
13512
+ token: {
13513
+ fontSize: number;
13514
+ sizeStep: number;
13515
+ borderRadius: number;
13516
+ wireframe: boolean;
13517
+ colorPrimary: string;
13518
+ };
13519
+ components: {
13520
+ Form: {
13521
+ marginLG: number;
13522
+ };
13523
+ Button: {
13524
+ lineHeight: number;
13525
+ };
13526
+ Tabs: {
13527
+ margin: number;
13528
+ colorBgContainer: string;
13529
+ colorPrimary: string;
13530
+ colorText: string;
13531
+ colorSplit: string;
13532
+ colorBorder: string;
13533
+ colorPrimaryBorder: string;
13534
+ lineHeight: number;
13535
+ };
13536
+ DatePicker: {
13537
+ colorPrimary: string;
13538
+ };
13539
+ };
13540
+ } | {
13541
+ token: {
13542
+ fontSize: number;
13543
+ sizeStep: number;
13544
+ borderRadius: number;
13545
+ wireframe: boolean;
13546
+ colorBgBase: string;
13547
+ colorTextBase: string;
13548
+ colorPrimary: string;
13549
+ colorPrimaryBorder: string;
13550
+ colorPrimaryBorderHover: string;
13551
+ colorPrimaryText: string;
13552
+ };
13553
+ components: {
13554
+ Button: {
13555
+ colorBgContainer: string;
13556
+ colorBorder: string;
13557
+ colorText: string;
13558
+ lineHeight: number;
13559
+ };
13560
+ Form: {
13561
+ marginLG: number;
13562
+ colorPrimary: string;
13563
+ colorTextHeading: string;
13564
+ colorTextDescription: string;
13565
+ colorText: string;
13566
+ colorBorder: string;
13567
+ controlOutline: string;
13568
+ colorError: string;
13569
+ };
13570
+ Input: {
13571
+ colorBgContainer: string;
13572
+ colorBorder: string;
13573
+ colorIconHover: string;
13574
+ colorPrimaryActive: string;
13575
+ colorBgContainerDisabled: string;
13576
+ colorText: string;
13577
+ };
13578
+ Checkbox: {
13579
+ colorBgContainer: string;
13580
+ colorBorder: string;
13581
+ };
13582
+ InputNumber: {
13583
+ colorBgContainer: string;
13584
+ colorBorder: string;
13585
+ colorIconHover: string;
13586
+ colorPrimaryActive: string;
13587
+ colorBgContainerDisabled: string;
13588
+ colorText: string;
13589
+ };
13590
+ Radio: {
13591
+ colorBgContainer: string;
13592
+ colorBgContainerDisabled: string;
13593
+ };
13594
+ Switch: {
13595
+ colorPrimary: string;
13596
+ colorBgContainer: string;
13597
+ };
13598
+ TreeSelect: {
13599
+ colorBgContainer: string;
13600
+ };
13601
+ Tabs: {
13602
+ margin: number;
13603
+ colorPrimaryActive: string;
13604
+ colorBgContainer: string;
13605
+ colorPrimary: string;
13606
+ colorFillAlter: string;
13607
+ colorSplit: string;
13608
+ colorText: string;
13609
+ lineHeight: number;
13610
+ };
13611
+ Select: {
13612
+ colorBgContainer: string;
13613
+ colorBgContainerDisabled: string;
13614
+ colorBgElevated: string;
13615
+ controlItemBgActive: string;
13616
+ colorBorder: string;
13617
+ colorText: string;
13618
+ };
13619
+ DatePicker: {
13620
+ colorBgContainer: string;
13621
+ colorBgContainerDisabled: string;
13622
+ colorBorder: string;
13623
+ colorText: string;
13624
+ colorBgElevated: string;
13625
+ colorTextHeading: string;
13626
+ colorIcon: string;
13627
+ colorIconHover: string;
13628
+ colorTextDisabled: string;
13629
+ controlItemBgHover: string;
13630
+ controlItemBgActive: string;
13631
+ };
13632
+ Calendar: {
13633
+ colorBgContainer: string;
13634
+ };
13635
+ Modal: {
13636
+ colorBgElevated: string;
13637
+ colorTextHeading: string;
13638
+ };
13639
+ Tree: {
13640
+ colorBgContainer: string;
13641
+ };
13642
+ };
13643
+ } | {
13644
+ token: {
13645
+ fontSize: number;
13646
+ sizeStep: number;
13647
+ borderRadius: number;
13648
+ wireframe: boolean;
13649
+ colorPrimary: string;
13650
+ };
13651
+ components: {
13652
+ Form: {
13653
+ marginLG: number;
13654
+ };
13655
+ Button: {
13656
+ lineHeight: number;
13657
+ };
13658
+ Tabs: {
13659
+ margin: number;
13660
+ colorBgContainer: string;
13661
+ colorPrimary: string;
13662
+ colorText: string;
13663
+ colorSplit: string;
13664
+ colorBorder: string;
13665
+ colorPrimaryBorder: string;
13666
+ lineHeight: number;
13667
+ };
13668
+ DatePicker: {
13669
+ colorPrimary: string;
13670
+ };
13671
+ };
13672
+ } | {
13673
+ token: {
13674
+ fontSize: number;
13675
+ sizeStep: number;
13676
+ borderRadius: number;
13677
+ wireframe: boolean;
13678
+ colorBgBase: string;
13679
+ colorTextBase: string;
13680
+ colorPrimary: string;
13681
+ colorPrimaryBorder: string;
13682
+ colorPrimaryBorderHover: string;
13683
+ colorPrimaryText: string;
13684
+ };
13685
+ components: {
13686
+ Button: {
13687
+ colorBgContainer: string;
13688
+ colorBorder: string;
13689
+ colorText: string;
13690
+ lineHeight: number;
13691
+ };
13692
+ Form: {
13693
+ marginLG: number;
13694
+ colorPrimary: string;
13695
+ colorTextHeading: string;
13696
+ colorTextDescription: string;
13697
+ colorText: string;
13698
+ colorBorder: string;
13699
+ controlOutline: string;
13700
+ colorError: string;
13701
+ };
13702
+ Input: {
13703
+ colorBgContainer: string;
13704
+ colorBorder: string;
13705
+ colorIconHover: string;
13706
+ colorPrimaryActive: string;
13707
+ colorBgContainerDisabled: string;
13708
+ colorText: string;
13709
+ };
13710
+ Checkbox: {
13711
+ colorBgContainer: string;
13712
+ colorBorder: string;
13713
+ };
13714
+ InputNumber: {
13715
+ colorBgContainer: string;
13716
+ colorBorder: string;
13717
+ colorIconHover: string;
13718
+ colorPrimaryActive: string;
13719
+ colorBgContainerDisabled: string;
13720
+ colorText: string;
13721
+ };
13722
+ Radio: {
13723
+ colorBgContainer: string;
13724
+ colorBgContainerDisabled: string;
13725
+ };
13726
+ Switch: {
13727
+ colorPrimary: string;
13728
+ colorBgContainer: string;
13729
+ };
13730
+ TreeSelect: {
13731
+ colorBgContainer: string;
13732
+ };
13733
+ Tabs: {
13734
+ margin: number;
13735
+ colorPrimaryActive: string;
13736
+ colorBgContainer: string;
13737
+ colorPrimary: string;
13738
+ colorFillAlter: string;
13739
+ colorSplit: string;
13740
+ colorText: string;
13741
+ lineHeight: number;
13742
+ };
13743
+ Select: {
13744
+ colorBgContainer: string;
13745
+ colorBgContainerDisabled: string;
13746
+ colorBgElevated: string;
13747
+ controlItemBgActive: string;
13748
+ colorBorder: string;
13749
+ colorText: string;
13750
+ };
13751
+ DatePicker: {
13752
+ colorBgContainer: string;
13753
+ colorBgContainerDisabled: string;
13754
+ colorBorder: string;
13755
+ colorText: string;
13756
+ colorBgElevated: string;
13757
+ colorTextHeading: string;
13758
+ colorIcon: string;
13759
+ colorIconHover: string;
13760
+ colorTextDisabled: string;
13761
+ controlItemBgHover: string;
13762
+ controlItemBgActive: string;
13763
+ };
13764
+ Calendar: {
13765
+ colorBgContainer: string;
13766
+ };
13767
+ Modal: {
13768
+ colorBgElevated: string;
13769
+ colorTextHeading: string;
13770
+ };
13771
+ Tree: {
13772
+ colorBgContainer: string;
13773
+ };
13774
+ };
13775
+ }>;
12991
13776
  openHeader: import('vue').Ref<boolean, boolean>;
12992
13777
  flexStyle: import('vue').Ref<string, string>;
12993
13778
  heightStyle: import('vue').Ref<string, string>;
@@ -13053,6 +13838,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
13053
13838
  default: boolean;
13054
13839
  require: boolean;
13055
13840
  };
13841
+ componentSize: {
13842
+ type: import('vue').PropType<"small" | "middle" | "large">;
13843
+ default: string;
13844
+ require: boolean;
13845
+ };
13056
13846
  }>> & Readonly<{
13057
13847
  onQueryClick?: ((...args: any[]) => any) | undefined;
13058
13848
  onOpenHeaderChange?: ((...args: any[]) => any) | undefined;
@@ -13060,9 +13850,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
13060
13850
  }>, {
13061
13851
  id: string;
13062
13852
  title: string;
13853
+ componentSize: "small" | "middle" | "large";
13063
13854
  padding: string;
13064
- height: string;
13065
13855
  flex: number;
13856
+ height: string;
13066
13857
  showHeader: boolean;
13067
13858
  showBorder: boolean;
13068
13859
  innerPadding: string;
@@ -13359,7 +14150,991 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
13359
14150
  };
13360
14151
  }>>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13361
14152
  };
13362
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14153
+ 'a-config-providver': {
14154
+ new (...args: any[]): {
14155
+ $: import('vue').ComponentInternalInstance;
14156
+ $data: {};
14157
+ $props: {
14158
+ form?: {
14159
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
14160
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
14161
+ colon?: boolean | undefined;
14162
+ } | undefined;
14163
+ input?: {
14164
+ autocomplete?: string | undefined;
14165
+ } | undefined;
14166
+ select?: {
14167
+ showSearch?: boolean | undefined;
14168
+ } | undefined;
14169
+ space?: {
14170
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
14171
+ } | undefined;
14172
+ direction?: "rtl" | "ltr" | undefined;
14173
+ csp?: import('ant-design-vue/es/config-provider').CSPConfig | undefined;
14174
+ theme?: import('ant-design-vue/es/config-provider/context').ThemeConfig | undefined;
14175
+ virtual?: boolean | undefined;
14176
+ dropdownMatchSelectWidth?: number | boolean | undefined;
14177
+ locale?: import('ant-design-vue/es/locale').Locale | undefined;
14178
+ pagination?: {
14179
+ showSizeChanger?: boolean | undefined;
14180
+ } | undefined;
14181
+ autoInsertSpaceInButton?: boolean | undefined;
14182
+ pageHeader?: {
14183
+ ghost?: boolean | undefined;
14184
+ } | undefined;
14185
+ componentDisabled?: boolean | undefined;
14186
+ style?: unknown;
14187
+ ref?: import('vue').VNodeRef | undefined;
14188
+ key?: string | number | symbol | undefined;
14189
+ ref_for?: boolean | undefined;
14190
+ ref_key?: string | undefined;
14191
+ onVnodeBeforeMount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14192
+ [key: string]: any;
14193
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14194
+ [key: string]: any;
14195
+ }>) => void)[] | undefined;
14196
+ onVnodeMounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14197
+ [key: string]: any;
14198
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14199
+ [key: string]: any;
14200
+ }>) => void)[] | undefined;
14201
+ onVnodeBeforeUpdate?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14202
+ [key: string]: any;
14203
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14204
+ [key: string]: any;
14205
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14206
+ [key: string]: any;
14207
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14208
+ [key: string]: any;
14209
+ }>) => void)[] | undefined;
14210
+ onVnodeUpdated?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14211
+ [key: string]: any;
14212
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14213
+ [key: string]: any;
14214
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14215
+ [key: string]: any;
14216
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14217
+ [key: string]: any;
14218
+ }>) => void)[] | undefined;
14219
+ onVnodeBeforeUnmount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14220
+ [key: string]: any;
14221
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14222
+ [key: string]: any;
14223
+ }>) => void)[] | undefined;
14224
+ onVnodeUnmounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14225
+ [key: string]: any;
14226
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14227
+ [key: string]: any;
14228
+ }>) => void)[] | undefined;
14229
+ class?: unknown;
14230
+ tabindex?: string | number | undefined;
14231
+ readonly getPrefixCls?: ((suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string) | undefined;
14232
+ readonly iconPrefixCls?: string | undefined;
14233
+ readonly prefixCls?: string | undefined;
14234
+ readonly renderEmpty?: typeof import('ant-design-vue/es/config-provider/renderEmpty').default | undefined;
14235
+ readonly getTargetContainer?: (() => Window | HTMLElement) | undefined;
14236
+ readonly getPopupContainer?: ((triggerNode?: HTMLElement | undefined) => HTMLElement) | undefined;
14237
+ role?: string | undefined;
14238
+ readonly transformCellText?: ((tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any) | undefined;
14239
+ readonly componentSize?: import('ant-design-vue/es/button').ButtonSize;
14240
+ };
14241
+ $attrs: {
14242
+ [x: string]: unknown;
14243
+ };
14244
+ $refs: {
14245
+ [x: string]: unknown;
14246
+ };
14247
+ $slots: Readonly<{
14248
+ [name: string]: import('vue').Slot<any>;
14249
+ }>;
14250
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
14251
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
14252
+ $emit: (event: string, ...args: any[]) => void;
14253
+ $el: any;
14254
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
14255
+ iconPrefixCls: StringConstructor;
14256
+ getTargetContainer: {
14257
+ type: import('vue').PropType<() => Window | HTMLElement>;
14258
+ };
14259
+ getPopupContainer: {
14260
+ type: import('vue').PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
14261
+ };
14262
+ prefixCls: StringConstructor;
14263
+ getPrefixCls: {
14264
+ type: import('vue').PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
14265
+ };
14266
+ renderEmpty: {
14267
+ type: import('vue').PropType<typeof import('ant-design-vue/es/config-provider/renderEmpty').default>;
14268
+ };
14269
+ transformCellText: {
14270
+ type: import('vue').PropType<(tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any>;
14271
+ };
14272
+ csp: {
14273
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider').CSPConfig>;
14274
+ default: import('ant-design-vue/es/config-provider').CSPConfig;
14275
+ };
14276
+ input: {
14277
+ type: import('vue').PropType<{
14278
+ autocomplete?: string | undefined;
14279
+ }>;
14280
+ default: {
14281
+ autocomplete?: string | undefined;
14282
+ };
14283
+ };
14284
+ autoInsertSpaceInButton: {
14285
+ type: BooleanConstructor;
14286
+ default: any;
14287
+ };
14288
+ locale: {
14289
+ type: import('vue').PropType<import('ant-design-vue/es/locale').Locale>;
14290
+ default: import('ant-design-vue/es/locale').Locale;
14291
+ };
14292
+ pageHeader: {
14293
+ type: import('vue').PropType<{
14294
+ ghost?: boolean | undefined;
14295
+ }>;
14296
+ default: {
14297
+ ghost?: boolean | undefined;
14298
+ };
14299
+ };
14300
+ componentSize: {
14301
+ type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
14302
+ };
14303
+ componentDisabled: {
14304
+ type: BooleanConstructor;
14305
+ default: any;
14306
+ };
14307
+ direction: {
14308
+ type: import('vue').PropType<"rtl" | "ltr">;
14309
+ default: string;
14310
+ };
14311
+ space: {
14312
+ type: import('vue').PropType<{
14313
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
14314
+ }>;
14315
+ default: {
14316
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
14317
+ };
14318
+ };
14319
+ virtual: {
14320
+ type: BooleanConstructor;
14321
+ default: any;
14322
+ };
14323
+ dropdownMatchSelectWidth: {
14324
+ type: (BooleanConstructor | NumberConstructor)[];
14325
+ default: boolean;
14326
+ };
14327
+ form: {
14328
+ type: import('vue').PropType<{
14329
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
14330
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
14331
+ colon?: boolean | undefined;
14332
+ }>;
14333
+ default: {
14334
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
14335
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
14336
+ colon?: boolean | undefined;
14337
+ };
14338
+ };
14339
+ pagination: {
14340
+ type: import('vue').PropType<{
14341
+ showSizeChanger?: boolean | undefined;
14342
+ }>;
14343
+ default: {
14344
+ showSizeChanger?: boolean | undefined;
14345
+ };
14346
+ };
14347
+ theme: {
14348
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider/context').ThemeConfig>;
14349
+ default: import('ant-design-vue/es/config-provider/context').ThemeConfig;
14350
+ };
14351
+ select: {
14352
+ type: import('vue').PropType<{
14353
+ showSearch?: boolean | undefined;
14354
+ }>;
14355
+ default: {
14356
+ showSearch?: boolean | undefined;
14357
+ };
14358
+ };
14359
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
14360
+ form: {
14361
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
14362
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
14363
+ colon?: boolean | undefined;
14364
+ };
14365
+ input: {
14366
+ autocomplete?: string | undefined;
14367
+ };
14368
+ select: {
14369
+ showSearch?: boolean | undefined;
14370
+ };
14371
+ space: {
14372
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
14373
+ };
14374
+ direction: "rtl" | "ltr";
14375
+ csp: import('ant-design-vue/es/config-provider').CSPConfig;
14376
+ theme: import('ant-design-vue/es/config-provider/context').ThemeConfig;
14377
+ virtual: boolean;
14378
+ dropdownMatchSelectWidth: number | boolean;
14379
+ locale: import('ant-design-vue/es/locale').Locale;
14380
+ pagination: {
14381
+ showSizeChanger?: boolean | undefined;
14382
+ };
14383
+ autoInsertSpaceInButton: boolean;
14384
+ pageHeader: {
14385
+ ghost?: boolean | undefined;
14386
+ };
14387
+ componentDisabled: boolean;
14388
+ }, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions> & {
14389
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
14390
+ created?: (() => void) | (() => void)[] | undefined;
14391
+ beforeMount?: (() => void) | (() => void)[] | undefined;
14392
+ mounted?: (() => void) | (() => void)[] | undefined;
14393
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
14394
+ updated?: (() => void) | (() => void)[] | undefined;
14395
+ activated?: (() => void) | (() => void)[] | undefined;
14396
+ deactivated?: (() => void) | (() => void)[] | undefined;
14397
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
14398
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
14399
+ destroyed?: (() => void) | (() => void)[] | undefined;
14400
+ unmounted?: (() => void) | (() => void)[] | undefined;
14401
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
14402
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
14403
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void)[] | undefined;
14404
+ };
14405
+ $forceUpdate: () => void;
14406
+ $nextTick: typeof nextTick;
14407
+ $watch<T_14 extends string | ((...args: any) => any)>(source: T_14, cb: T_14 extends (...args: any) => infer R_14 ? (args_0: R_14, args_1: R_14) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
14408
+ } & Readonly<import('vue').ExtractPropTypes<{
14409
+ iconPrefixCls: StringConstructor;
14410
+ getTargetContainer: {
14411
+ type: import('vue').PropType<() => Window | HTMLElement>;
14412
+ };
14413
+ getPopupContainer: {
14414
+ type: import('vue').PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
14415
+ };
14416
+ prefixCls: StringConstructor;
14417
+ getPrefixCls: {
14418
+ type: import('vue').PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
14419
+ };
14420
+ renderEmpty: {
14421
+ type: import('vue').PropType<typeof import('ant-design-vue/es/config-provider/renderEmpty').default>;
14422
+ };
14423
+ transformCellText: {
14424
+ type: import('vue').PropType<(tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any>;
14425
+ };
14426
+ csp: {
14427
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider').CSPConfig>;
14428
+ default: import('ant-design-vue/es/config-provider').CSPConfig;
14429
+ };
14430
+ input: {
14431
+ type: import('vue').PropType<{
14432
+ autocomplete?: string | undefined;
14433
+ }>;
14434
+ default: {
14435
+ autocomplete?: string | undefined;
14436
+ };
14437
+ };
14438
+ autoInsertSpaceInButton: {
14439
+ type: BooleanConstructor;
14440
+ default: any;
14441
+ };
14442
+ locale: {
14443
+ type: import('vue').PropType<import('ant-design-vue/es/locale').Locale>;
14444
+ default: import('ant-design-vue/es/locale').Locale;
14445
+ };
14446
+ pageHeader: {
14447
+ type: import('vue').PropType<{
14448
+ ghost?: boolean | undefined;
14449
+ }>;
14450
+ default: {
14451
+ ghost?: boolean | undefined;
14452
+ };
14453
+ };
14454
+ componentSize: {
14455
+ type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
14456
+ };
14457
+ componentDisabled: {
14458
+ type: BooleanConstructor;
14459
+ default: any;
14460
+ };
14461
+ direction: {
14462
+ type: import('vue').PropType<"rtl" | "ltr">;
14463
+ default: string;
14464
+ };
14465
+ space: {
14466
+ type: import('vue').PropType<{
14467
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
14468
+ }>;
14469
+ default: {
14470
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
14471
+ };
14472
+ };
14473
+ virtual: {
14474
+ type: BooleanConstructor;
14475
+ default: any;
14476
+ };
14477
+ dropdownMatchSelectWidth: {
14478
+ type: (BooleanConstructor | NumberConstructor)[];
14479
+ default: boolean;
14480
+ };
14481
+ form: {
14482
+ type: import('vue').PropType<{
14483
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
14484
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
14485
+ colon?: boolean | undefined;
14486
+ }>;
14487
+ default: {
14488
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
14489
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
14490
+ colon?: boolean | undefined;
14491
+ };
14492
+ };
14493
+ pagination: {
14494
+ type: import('vue').PropType<{
14495
+ showSizeChanger?: boolean | undefined;
14496
+ }>;
14497
+ default: {
14498
+ showSizeChanger?: boolean | undefined;
14499
+ };
14500
+ };
14501
+ theme: {
14502
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider/context').ThemeConfig>;
14503
+ default: import('ant-design-vue/es/config-provider/context').ThemeConfig;
14504
+ };
14505
+ select: {
14506
+ type: import('vue').PropType<{
14507
+ showSearch?: boolean | undefined;
14508
+ }>;
14509
+ default: {
14510
+ showSearch?: boolean | undefined;
14511
+ };
14512
+ };
14513
+ }>> & import('vue').ShallowUnwrapRef<() => import("vue/jsx-runtime").JSX.Element> & import('vue').ComponentCustomProperties;
14514
+ __isFragment?: undefined;
14515
+ __isTeleport?: undefined;
14516
+ __isSuspense?: undefined;
14517
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
14518
+ iconPrefixCls: StringConstructor;
14519
+ getTargetContainer: {
14520
+ type: import('vue').PropType<() => Window | HTMLElement>;
14521
+ };
14522
+ getPopupContainer: {
14523
+ type: import('vue').PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
14524
+ };
14525
+ prefixCls: StringConstructor;
14526
+ getPrefixCls: {
14527
+ type: import('vue').PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
14528
+ };
14529
+ renderEmpty: {
14530
+ type: import('vue').PropType<typeof import('ant-design-vue/es/config-provider/renderEmpty').default>;
14531
+ };
14532
+ transformCellText: {
14533
+ type: import('vue').PropType<(tableProps: import('ant-design-vue/es/table/interface').TransformCellTextProps) => any>;
14534
+ };
14535
+ csp: {
14536
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider').CSPConfig>;
14537
+ default: import('ant-design-vue/es/config-provider').CSPConfig;
14538
+ };
14539
+ input: {
14540
+ type: import('vue').PropType<{
14541
+ autocomplete?: string | undefined;
14542
+ }>;
14543
+ default: {
14544
+ autocomplete?: string | undefined;
14545
+ };
14546
+ };
14547
+ autoInsertSpaceInButton: {
14548
+ type: BooleanConstructor;
14549
+ default: any;
14550
+ };
14551
+ locale: {
14552
+ type: import('vue').PropType<import('ant-design-vue/es/locale').Locale>;
14553
+ default: import('ant-design-vue/es/locale').Locale;
14554
+ };
14555
+ pageHeader: {
14556
+ type: import('vue').PropType<{
14557
+ ghost?: boolean | undefined;
14558
+ }>;
14559
+ default: {
14560
+ ghost?: boolean | undefined;
14561
+ };
14562
+ };
14563
+ componentSize: {
14564
+ type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
14565
+ };
14566
+ componentDisabled: {
14567
+ type: BooleanConstructor;
14568
+ default: any;
14569
+ };
14570
+ direction: {
14571
+ type: import('vue').PropType<"rtl" | "ltr">;
14572
+ default: string;
14573
+ };
14574
+ space: {
14575
+ type: import('vue').PropType<{
14576
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
14577
+ }>;
14578
+ default: {
14579
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
14580
+ };
14581
+ };
14582
+ virtual: {
14583
+ type: BooleanConstructor;
14584
+ default: any;
14585
+ };
14586
+ dropdownMatchSelectWidth: {
14587
+ type: (BooleanConstructor | NumberConstructor)[];
14588
+ default: boolean;
14589
+ };
14590
+ form: {
14591
+ type: import('vue').PropType<{
14592
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
14593
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
14594
+ colon?: boolean | undefined;
14595
+ }>;
14596
+ default: {
14597
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
14598
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
14599
+ colon?: boolean | undefined;
14600
+ };
14601
+ };
14602
+ pagination: {
14603
+ type: import('vue').PropType<{
14604
+ showSizeChanger?: boolean | undefined;
14605
+ }>;
14606
+ default: {
14607
+ showSizeChanger?: boolean | undefined;
14608
+ };
14609
+ };
14610
+ theme: {
14611
+ type: import('vue').PropType<import('ant-design-vue/es/config-provider/context').ThemeConfig>;
14612
+ default: import('ant-design-vue/es/config-provider/context').ThemeConfig;
14613
+ };
14614
+ select: {
14615
+ type: import('vue').PropType<{
14616
+ showSearch?: boolean | undefined;
14617
+ }>;
14618
+ default: {
14619
+ showSearch?: boolean | undefined;
14620
+ };
14621
+ };
14622
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
14623
+ form: {
14624
+ validateMessages?: import('ant-design-vue/es/form/interface').ValidateMessages | undefined;
14625
+ requiredMark?: import('ant-design-vue/es/form/Form').RequiredMark | undefined;
14626
+ colon?: boolean | undefined;
14627
+ };
14628
+ input: {
14629
+ autocomplete?: string | undefined;
14630
+ };
14631
+ select: {
14632
+ showSearch?: boolean | undefined;
14633
+ };
14634
+ space: {
14635
+ size?: number | import('ant-design-vue/es/button').ButtonSize;
14636
+ };
14637
+ direction: "rtl" | "ltr";
14638
+ csp: import('ant-design-vue/es/config-provider').CSPConfig;
14639
+ theme: import('ant-design-vue/es/config-provider/context').ThemeConfig;
14640
+ virtual: boolean;
14641
+ dropdownMatchSelectWidth: number | boolean;
14642
+ locale: import('ant-design-vue/es/locale').Locale;
14643
+ pagination: {
14644
+ showSizeChanger?: boolean | undefined;
14645
+ };
14646
+ autoInsertSpaceInButton: boolean;
14647
+ pageHeader: {
14648
+ ghost?: boolean | undefined;
14649
+ };
14650
+ componentDisabled: boolean;
14651
+ }, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin<any[]> & {
14652
+ readonly config: (params: {
14653
+ prefixCls?: import('ant-design-vue/es/_util/type').MaybeRef<string | undefined>;
14654
+ iconPrefixCls?: import('ant-design-vue/es/_util/type').MaybeRef<string | undefined>;
14655
+ getPopupContainer?: ((triggerNode?: HTMLElement | undefined) => HTMLElement) | undefined;
14656
+ } & {
14657
+ theme?: import('ant-design-vue/es/config-provider').Theme | undefined;
14658
+ }) => void;
14659
+ };
14660
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14661
+ 'a-drawer': {
14662
+ new (...args: any[]): {
14663
+ $: import('vue').ComponentInternalInstance;
14664
+ $data: {};
14665
+ $props: {
14666
+ mask?: boolean | undefined;
14667
+ visible?: boolean | undefined;
14668
+ open?: boolean | undefined;
14669
+ getContainer?: string | false | HTMLElement | (() => HTMLElement) | undefined;
14670
+ autofocus?: boolean | undefined;
14671
+ forceRender?: boolean | undefined;
14672
+ maskClosable?: boolean | undefined;
14673
+ rootStyle?: import('vue').CSSProperties | undefined;
14674
+ keyboard?: boolean | undefined;
14675
+ closable?: boolean | undefined;
14676
+ bodyStyle?: import('vue').CSSProperties | undefined;
14677
+ maskStyle?: import('vue').CSSProperties | undefined;
14678
+ contentWrapperStyle?: import('vue').CSSProperties | undefined;
14679
+ destroyOnClose?: boolean | undefined;
14680
+ drawerStyle?: import('vue').CSSProperties | undefined;
14681
+ headerStyle?: import('vue').CSSProperties | undefined;
14682
+ footerStyle?: import('vue').CSSProperties | undefined;
14683
+ readonly footer?: any;
14684
+ style?: unknown;
14685
+ readonly title?: any;
14686
+ ref?: import('vue').VNodeRef | undefined;
14687
+ key?: string | number | symbol | undefined;
14688
+ ref_for?: boolean | undefined;
14689
+ ref_key?: string | undefined;
14690
+ onVnodeBeforeMount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14691
+ [key: string]: any;
14692
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14693
+ [key: string]: any;
14694
+ }>) => void)[] | undefined;
14695
+ onVnodeMounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14696
+ [key: string]: any;
14697
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14698
+ [key: string]: any;
14699
+ }>) => void)[] | undefined;
14700
+ onVnodeBeforeUpdate?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14701
+ [key: string]: any;
14702
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14703
+ [key: string]: any;
14704
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14705
+ [key: string]: any;
14706
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14707
+ [key: string]: any;
14708
+ }>) => void)[] | undefined;
14709
+ onVnodeUpdated?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14710
+ [key: string]: any;
14711
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14712
+ [key: string]: any;
14713
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14714
+ [key: string]: any;
14715
+ }>, oldVNode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14716
+ [key: string]: any;
14717
+ }>) => void)[] | undefined;
14718
+ onVnodeBeforeUnmount?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14719
+ [key: string]: any;
14720
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14721
+ [key: string]: any;
14722
+ }>) => void)[] | undefined;
14723
+ onVnodeUnmounted?: ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14724
+ [key: string]: any;
14725
+ }>) => void) | ((vnode: import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
14726
+ [key: string]: any;
14727
+ }>) => void)[] | undefined;
14728
+ class?: unknown;
14729
+ readonly push?: boolean | import('ant-design-vue/es/drawer').PushState | undefined;
14730
+ readonly width?: string | number | undefined;
14731
+ readonly height?: string | number | undefined;
14732
+ tabindex?: string | number | undefined;
14733
+ readonly size?: "default" | "large" | undefined;
14734
+ readonly zIndex?: number | undefined;
14735
+ readonly prefixCls?: string | undefined;
14736
+ role?: string | undefined;
14737
+ readonly placement?: "right" | "left" | "top" | "bottom" | undefined;
14738
+ readonly afterVisibleChange?: ((visible: boolean) => void) | undefined;
14739
+ readonly 'onUpdate:visible'?: ((visible: boolean) => void) | undefined;
14740
+ readonly 'onUpdate:open'?: ((open: boolean) => void) | undefined;
14741
+ readonly rootClassName?: string | undefined;
14742
+ readonly level?: any;
14743
+ readonly onClose?: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | import('ant-design-vue/es/_util/EventInterface').KeyboardEventHandler | undefined;
14744
+ readonly closeIcon?: any;
14745
+ readonly extra?: any;
14746
+ readonly levelMove?: (number | [number, number]) | ((e: {
14747
+ target: HTMLElement;
14748
+ open: boolean;
14749
+ }) => number | [number, number]) | undefined;
14750
+ readonly handle?: any;
14751
+ readonly onAfterVisibleChange?: ((visible: boolean) => void) | undefined;
14752
+ readonly onAfterOpenChange?: ((open: boolean) => void) | undefined;
14753
+ };
14754
+ $attrs: {
14755
+ [x: string]: unknown;
14756
+ };
14757
+ $refs: {
14758
+ [x: string]: unknown;
14759
+ };
14760
+ $slots: Readonly<{
14761
+ closeIcon: any;
14762
+ title: any;
14763
+ extra: any;
14764
+ footer: any;
14765
+ handle: any;
14766
+ default: any;
14767
+ }>;
14768
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
14769
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>;
14770
+ $emit: (event: string, ...args: any[]) => void;
14771
+ $el: any;
14772
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
14773
+ autofocus: {
14774
+ type: BooleanConstructor;
14775
+ default: any;
14776
+ };
14777
+ closable: {
14778
+ type: BooleanConstructor;
14779
+ default: any;
14780
+ };
14781
+ closeIcon: import('vue-types').VueTypeValidableDef<any>;
14782
+ destroyOnClose: {
14783
+ type: BooleanConstructor;
14784
+ default: any;
14785
+ };
14786
+ forceRender: {
14787
+ type: BooleanConstructor;
14788
+ default: any;
14789
+ };
14790
+ getContainer: {
14791
+ type: import('vue').PropType<string | false | HTMLElement | (() => HTMLElement)>;
14792
+ default: string | false | HTMLElement | (() => HTMLElement);
14793
+ };
14794
+ maskClosable: {
14795
+ type: BooleanConstructor;
14796
+ default: any;
14797
+ };
14798
+ mask: {
14799
+ type: BooleanConstructor;
14800
+ default: any;
14801
+ };
14802
+ maskStyle: {
14803
+ type: import('vue').PropType<import('vue').CSSProperties>;
14804
+ default: import('vue').CSSProperties;
14805
+ };
14806
+ rootClassName: StringConstructor;
14807
+ rootStyle: {
14808
+ type: import('vue').PropType<import('vue').CSSProperties>;
14809
+ default: import('vue').CSSProperties;
14810
+ };
14811
+ size: {
14812
+ type: import('vue').PropType<"default" | "large">;
14813
+ };
14814
+ drawerStyle: {
14815
+ type: import('vue').PropType<import('vue').CSSProperties>;
14816
+ default: import('vue').CSSProperties;
14817
+ };
14818
+ headerStyle: {
14819
+ type: import('vue').PropType<import('vue').CSSProperties>;
14820
+ default: import('vue').CSSProperties;
14821
+ };
14822
+ bodyStyle: {
14823
+ type: import('vue').PropType<import('vue').CSSProperties>;
14824
+ default: import('vue').CSSProperties;
14825
+ };
14826
+ contentWrapperStyle: {
14827
+ type: import('vue').PropType<import('vue').CSSProperties>;
14828
+ default: import('vue').CSSProperties;
14829
+ };
14830
+ title: import('vue-types').VueTypeValidableDef<any>;
14831
+ visible: {
14832
+ type: BooleanConstructor;
14833
+ default: any;
14834
+ };
14835
+ open: {
14836
+ type: BooleanConstructor;
14837
+ default: any;
14838
+ };
14839
+ width: import('vue-types').VueTypeDef<string | number>;
14840
+ height: import('vue-types').VueTypeDef<string | number>;
14841
+ zIndex: NumberConstructor;
14842
+ prefixCls: StringConstructor;
14843
+ push: import('vue-types').VueTypeDef<boolean | import('ant-design-vue/es/drawer').PushState>;
14844
+ placement: import('vue-types').VueTypeDef<"right" | "left" | "top" | "bottom">;
14845
+ keyboard: {
14846
+ type: BooleanConstructor;
14847
+ default: any;
14848
+ };
14849
+ extra: import('vue-types').VueTypeValidableDef<any>;
14850
+ footer: import('vue-types').VueTypeValidableDef<any>;
14851
+ footerStyle: {
14852
+ type: import('vue').PropType<import('vue').CSSProperties>;
14853
+ default: import('vue').CSSProperties;
14854
+ };
14855
+ level: import('vue-types').VueTypeValidableDef<any>;
14856
+ levelMove: {
14857
+ type: import('vue').PropType<(number | [number, number]) | ((e: {
14858
+ target: HTMLElement;
14859
+ open: boolean;
14860
+ }) => number | [number, number])>;
14861
+ };
14862
+ handle: import('vue-types').VueTypeValidableDef<any>;
14863
+ afterVisibleChange: import('vue').PropType<(visible: boolean) => void>;
14864
+ onAfterVisibleChange: import('vue').PropType<(visible: boolean) => void>;
14865
+ onAfterOpenChange: import('vue').PropType<(open: boolean) => void>;
14866
+ 'onUpdate:visible': import('vue').PropType<(visible: boolean) => void>;
14867
+ 'onUpdate:open': import('vue').PropType<(open: boolean) => void>;
14868
+ onClose: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | import('ant-design-vue/es/_util/EventInterface').KeyboardEventHandler>;
14869
+ }>>, () => any, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
14870
+ mask: boolean;
14871
+ visible: boolean;
14872
+ open: boolean;
14873
+ getContainer: string | false | HTMLElement | (() => HTMLElement);
14874
+ autofocus: boolean;
14875
+ forceRender: boolean;
14876
+ maskClosable: boolean;
14877
+ rootStyle: import('vue').CSSProperties;
14878
+ keyboard: boolean;
14879
+ closable: boolean;
14880
+ bodyStyle: import('vue').CSSProperties;
14881
+ maskStyle: import('vue').CSSProperties;
14882
+ contentWrapperStyle: import('vue').CSSProperties;
14883
+ destroyOnClose: boolean;
14884
+ drawerStyle: import('vue').CSSProperties;
14885
+ headerStyle: import('vue').CSSProperties;
14886
+ footerStyle: import('vue').CSSProperties;
14887
+ }, {}, string, import('ant-design-vue/es/_util/type').CustomSlotsType<{
14888
+ closeIcon: any;
14889
+ title: any;
14890
+ extra: any;
14891
+ footer: any;
14892
+ handle: any;
14893
+ default: any;
14894
+ }>, {}, {}, string, import('vue').ComponentProvideOptions> & {
14895
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
14896
+ created?: (() => void) | (() => void)[] | undefined;
14897
+ beforeMount?: (() => void) | (() => void)[] | undefined;
14898
+ mounted?: (() => void) | (() => void)[] | undefined;
14899
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
14900
+ updated?: (() => void) | (() => void)[] | undefined;
14901
+ activated?: (() => void) | (() => void)[] | undefined;
14902
+ deactivated?: (() => void) | (() => void)[] | undefined;
14903
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
14904
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
14905
+ destroyed?: (() => void) | (() => void)[] | undefined;
14906
+ unmounted?: (() => void) | (() => void)[] | undefined;
14907
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
14908
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
14909
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void)[] | undefined;
14910
+ };
14911
+ $forceUpdate: () => void;
14912
+ $nextTick: typeof nextTick;
14913
+ $watch<T_15 extends string | ((...args: any) => any)>(source: T_15, cb: T_15 extends (...args: any) => infer R_15 ? (args_0: R_15, args_1: R_15) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
14914
+ } & Readonly<import('vue').ExtractPropTypes<{
14915
+ autofocus: {
14916
+ type: BooleanConstructor;
14917
+ default: any;
14918
+ };
14919
+ closable: {
14920
+ type: BooleanConstructor;
14921
+ default: any;
14922
+ };
14923
+ closeIcon: import('vue-types').VueTypeValidableDef<any>;
14924
+ destroyOnClose: {
14925
+ type: BooleanConstructor;
14926
+ default: any;
14927
+ };
14928
+ forceRender: {
14929
+ type: BooleanConstructor;
14930
+ default: any;
14931
+ };
14932
+ getContainer: {
14933
+ type: import('vue').PropType<string | false | HTMLElement | (() => HTMLElement)>;
14934
+ default: string | false | HTMLElement | (() => HTMLElement);
14935
+ };
14936
+ maskClosable: {
14937
+ type: BooleanConstructor;
14938
+ default: any;
14939
+ };
14940
+ mask: {
14941
+ type: BooleanConstructor;
14942
+ default: any;
14943
+ };
14944
+ maskStyle: {
14945
+ type: import('vue').PropType<import('vue').CSSProperties>;
14946
+ default: import('vue').CSSProperties;
14947
+ };
14948
+ rootClassName: StringConstructor;
14949
+ rootStyle: {
14950
+ type: import('vue').PropType<import('vue').CSSProperties>;
14951
+ default: import('vue').CSSProperties;
14952
+ };
14953
+ size: {
14954
+ type: import('vue').PropType<"default" | "large">;
14955
+ };
14956
+ drawerStyle: {
14957
+ type: import('vue').PropType<import('vue').CSSProperties>;
14958
+ default: import('vue').CSSProperties;
14959
+ };
14960
+ headerStyle: {
14961
+ type: import('vue').PropType<import('vue').CSSProperties>;
14962
+ default: import('vue').CSSProperties;
14963
+ };
14964
+ bodyStyle: {
14965
+ type: import('vue').PropType<import('vue').CSSProperties>;
14966
+ default: import('vue').CSSProperties;
14967
+ };
14968
+ contentWrapperStyle: {
14969
+ type: import('vue').PropType<import('vue').CSSProperties>;
14970
+ default: import('vue').CSSProperties;
14971
+ };
14972
+ title: import('vue-types').VueTypeValidableDef<any>;
14973
+ visible: {
14974
+ type: BooleanConstructor;
14975
+ default: any;
14976
+ };
14977
+ open: {
14978
+ type: BooleanConstructor;
14979
+ default: any;
14980
+ };
14981
+ width: import('vue-types').VueTypeDef<string | number>;
14982
+ height: import('vue-types').VueTypeDef<string | number>;
14983
+ zIndex: NumberConstructor;
14984
+ prefixCls: StringConstructor;
14985
+ push: import('vue-types').VueTypeDef<boolean | import('ant-design-vue/es/drawer').PushState>;
14986
+ placement: import('vue-types').VueTypeDef<"right" | "left" | "top" | "bottom">;
14987
+ keyboard: {
14988
+ type: BooleanConstructor;
14989
+ default: any;
14990
+ };
14991
+ extra: import('vue-types').VueTypeValidableDef<any>;
14992
+ footer: import('vue-types').VueTypeValidableDef<any>;
14993
+ footerStyle: {
14994
+ type: import('vue').PropType<import('vue').CSSProperties>;
14995
+ default: import('vue').CSSProperties;
14996
+ };
14997
+ level: import('vue-types').VueTypeValidableDef<any>;
14998
+ levelMove: {
14999
+ type: import('vue').PropType<(number | [number, number]) | ((e: {
15000
+ target: HTMLElement;
15001
+ open: boolean;
15002
+ }) => number | [number, number])>;
15003
+ };
15004
+ handle: import('vue-types').VueTypeValidableDef<any>;
15005
+ afterVisibleChange: import('vue').PropType<(visible: boolean) => void>;
15006
+ onAfterVisibleChange: import('vue').PropType<(visible: boolean) => void>;
15007
+ onAfterOpenChange: import('vue').PropType<(open: boolean) => void>;
15008
+ 'onUpdate:visible': import('vue').PropType<(visible: boolean) => void>;
15009
+ 'onUpdate:open': import('vue').PropType<(open: boolean) => void>;
15010
+ onClose: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | import('ant-design-vue/es/_util/EventInterface').KeyboardEventHandler>;
15011
+ }>> & import('vue').ShallowUnwrapRef<() => any> & import('vue').ComponentCustomProperties;
15012
+ __isFragment?: undefined;
15013
+ __isTeleport?: undefined;
15014
+ __isSuspense?: undefined;
15015
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
15016
+ autofocus: {
15017
+ type: BooleanConstructor;
15018
+ default: any;
15019
+ };
15020
+ closable: {
15021
+ type: BooleanConstructor;
15022
+ default: any;
15023
+ };
15024
+ closeIcon: import('vue-types').VueTypeValidableDef<any>;
15025
+ destroyOnClose: {
15026
+ type: BooleanConstructor;
15027
+ default: any;
15028
+ };
15029
+ forceRender: {
15030
+ type: BooleanConstructor;
15031
+ default: any;
15032
+ };
15033
+ getContainer: {
15034
+ type: import('vue').PropType<string | false | HTMLElement | (() => HTMLElement)>;
15035
+ default: string | false | HTMLElement | (() => HTMLElement);
15036
+ };
15037
+ maskClosable: {
15038
+ type: BooleanConstructor;
15039
+ default: any;
15040
+ };
15041
+ mask: {
15042
+ type: BooleanConstructor;
15043
+ default: any;
15044
+ };
15045
+ maskStyle: {
15046
+ type: import('vue').PropType<import('vue').CSSProperties>;
15047
+ default: import('vue').CSSProperties;
15048
+ };
15049
+ rootClassName: StringConstructor;
15050
+ rootStyle: {
15051
+ type: import('vue').PropType<import('vue').CSSProperties>;
15052
+ default: import('vue').CSSProperties;
15053
+ };
15054
+ size: {
15055
+ type: import('vue').PropType<"default" | "large">;
15056
+ };
15057
+ drawerStyle: {
15058
+ type: import('vue').PropType<import('vue').CSSProperties>;
15059
+ default: import('vue').CSSProperties;
15060
+ };
15061
+ headerStyle: {
15062
+ type: import('vue').PropType<import('vue').CSSProperties>;
15063
+ default: import('vue').CSSProperties;
15064
+ };
15065
+ bodyStyle: {
15066
+ type: import('vue').PropType<import('vue').CSSProperties>;
15067
+ default: import('vue').CSSProperties;
15068
+ };
15069
+ contentWrapperStyle: {
15070
+ type: import('vue').PropType<import('vue').CSSProperties>;
15071
+ default: import('vue').CSSProperties;
15072
+ };
15073
+ title: import('vue-types').VueTypeValidableDef<any>;
15074
+ visible: {
15075
+ type: BooleanConstructor;
15076
+ default: any;
15077
+ };
15078
+ open: {
15079
+ type: BooleanConstructor;
15080
+ default: any;
15081
+ };
15082
+ width: import('vue-types').VueTypeDef<string | number>;
15083
+ height: import('vue-types').VueTypeDef<string | number>;
15084
+ zIndex: NumberConstructor;
15085
+ prefixCls: StringConstructor;
15086
+ push: import('vue-types').VueTypeDef<boolean | import('ant-design-vue/es/drawer').PushState>;
15087
+ placement: import('vue-types').VueTypeDef<"right" | "left" | "top" | "bottom">;
15088
+ keyboard: {
15089
+ type: BooleanConstructor;
15090
+ default: any;
15091
+ };
15092
+ extra: import('vue-types').VueTypeValidableDef<any>;
15093
+ footer: import('vue-types').VueTypeValidableDef<any>;
15094
+ footerStyle: {
15095
+ type: import('vue').PropType<import('vue').CSSProperties>;
15096
+ default: import('vue').CSSProperties;
15097
+ };
15098
+ level: import('vue-types').VueTypeValidableDef<any>;
15099
+ levelMove: {
15100
+ type: import('vue').PropType<(number | [number, number]) | ((e: {
15101
+ target: HTMLElement;
15102
+ open: boolean;
15103
+ }) => number | [number, number])>;
15104
+ };
15105
+ handle: import('vue-types').VueTypeValidableDef<any>;
15106
+ afterVisibleChange: import('vue').PropType<(visible: boolean) => void>;
15107
+ onAfterVisibleChange: import('vue').PropType<(visible: boolean) => void>;
15108
+ onAfterOpenChange: import('vue').PropType<(open: boolean) => void>;
15109
+ 'onUpdate:visible': import('vue').PropType<(visible: boolean) => void>;
15110
+ 'onUpdate:open': import('vue').PropType<(open: boolean) => void>;
15111
+ onClose: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler | import('ant-design-vue/es/_util/EventInterface').KeyboardEventHandler>;
15112
+ }>>, () => any, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
15113
+ mask: boolean;
15114
+ visible: boolean;
15115
+ open: boolean;
15116
+ getContainer: string | false | HTMLElement | (() => HTMLElement);
15117
+ autofocus: boolean;
15118
+ forceRender: boolean;
15119
+ maskClosable: boolean;
15120
+ rootStyle: import('vue').CSSProperties;
15121
+ keyboard: boolean;
15122
+ closable: boolean;
15123
+ bodyStyle: import('vue').CSSProperties;
15124
+ maskStyle: import('vue').CSSProperties;
15125
+ contentWrapperStyle: import('vue').CSSProperties;
15126
+ destroyOnClose: boolean;
15127
+ drawerStyle: import('vue').CSSProperties;
15128
+ headerStyle: import('vue').CSSProperties;
15129
+ footerStyle: import('vue').CSSProperties;
15130
+ }, {}, string, import('ant-design-vue/es/_util/type').CustomSlotsType<{
15131
+ closeIcon: any;
15132
+ title: any;
15133
+ extra: any;
15134
+ footer: any;
15135
+ handle: any;
15136
+ default: any;
15137
+ }>, {}, {}, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin<any[]>;
13363
15138
  }, {
13364
15139
  customRef: (el: any) => void;
13365
15140
  }, string, import('vue').ComponentProvideOptions, true, {
@@ -14076,6 +15851,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
14076
15851
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14077
15852
  };
14078
15853
  }>> & import('vue').ShallowUnwrapRef<() => any> & import('vue').ComponentCustomProperties) | null;
15854
+ layoutDesignComponentRef: unknown;
14079
15855
  }, HTMLDivElement>, {
14080
15856
  borderSlot?(_: {}): any;
14081
15857
  }>;