@fangzhongya/fang-ui 0.0.41 → 0.0.42

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 (190) hide show
  1. package/dist/components/alert/index.scss +1 -1
  2. package/dist/components/array/index.scss +1 -1
  3. package/dist/components/box/index.scss +1 -1
  4. package/dist/components/box-adjust/index.scss +1 -1
  5. package/dist/components/box-local/index.scss +1 -1
  6. package/dist/components/box-mask/index.scss +1 -1
  7. package/dist/components/box-title/index.scss +1 -1
  8. package/dist/components/button/index.d.ts +3 -3
  9. package/dist/components/button/index.scss +1 -1
  10. package/dist/components/button/src/index.d.ts +6 -6
  11. package/dist/components/buttons/index.scss +1 -1
  12. package/dist/components/card/index.d.ts +3 -3
  13. package/dist/components/card/index.scss +1 -1
  14. package/dist/components/card/src/index.d.ts +6 -6
  15. package/dist/components/cascader/index.d.ts +49 -23
  16. package/dist/components/cascader/index.scss +1 -1
  17. package/dist/components/cascader/src/index.d.ts +96 -44
  18. package/dist/components/cascader-panel/index.d.ts +25 -13
  19. package/dist/components/cascader-panel/index.scss +1 -1
  20. package/dist/components/cascader-panel/src/index.d.ts +49 -25
  21. package/dist/components/cascaders/index.scss +1 -1
  22. package/dist/components/checkbox/index.scss +1 -1
  23. package/dist/components/checkbox-group/index.scss +1 -1
  24. package/dist/components/checks/index.scss +1 -1
  25. package/dist/components/collapse/index.scss +1 -1
  26. package/dist/components/collapse-item/index.scss +1 -1
  27. package/dist/components/color-picker/index.d.ts +20 -4
  28. package/dist/components/color-picker/index.scss +1 -1
  29. package/dist/components/color-picker/src/index.d.ts +40 -8
  30. package/dist/components/config-provider/index.d.ts +17 -5
  31. package/dist/components/config-provider/index.scss +1 -1
  32. package/dist/components/config-provider/src/index.d.ts +33 -9
  33. package/dist/components/date-picker/index.d.ts +12 -8
  34. package/dist/components/date-picker/index.scss +1 -1
  35. package/dist/components/date-picker/src/index.d.ts +24 -16
  36. package/dist/components/dates/index.scss +1 -1
  37. package/dist/components/dialog/index.d.ts +17 -5
  38. package/dist/components/dialog/index.scss +1 -1
  39. package/dist/components/dialog/src/index.d.ts +32 -8
  40. package/dist/components/dialogs/index.scss +1 -1
  41. package/dist/components/divider/index.scss +1 -1
  42. package/dist/components/drawer/index.d.ts +17 -5
  43. package/dist/components/drawer/index.scss +1 -1
  44. package/dist/components/drawer/src/index.d.ts +32 -8
  45. package/dist/components/dropdown/index.scss +1 -1
  46. package/dist/components/dropdown-item/index.scss +1 -1
  47. package/dist/components/dropdown-menu/index.scss +1 -1
  48. package/dist/components/edit/index.scss +1 -1
  49. package/dist/components/form/index.d.ts +14 -106
  50. package/dist/components/form/index.scss +1 -1
  51. package/dist/components/form-item/index.scss +1 -1
  52. package/dist/components/forms/index.d.ts +15 -411
  53. package/dist/components/forms/index.scss +1 -1
  54. package/dist/components/forms-div/index.scss +1 -1
  55. package/dist/components/forms-drag/index.d.ts +15 -488
  56. package/dist/components/forms-item/index.scss +1 -1
  57. package/dist/components/global-config/index.scss +1 -1
  58. package/dist/components/icon/index.scss +1 -1
  59. package/dist/components/icon/src/index2.cjs +6 -4
  60. package/dist/components/icon/src/index2.js +6 -4
  61. package/dist/components/image/index.scss +1 -1
  62. package/dist/components/input/index.scss +1 -1
  63. package/dist/components/input-array/index.scss +1 -1
  64. package/dist/components/input-num/index.scss +1 -1
  65. package/dist/components/input-number/index.d.ts +14 -2
  66. package/dist/components/input-number/index.scss +1 -1
  67. package/dist/components/input-number/src/index.d.ts +28 -4
  68. package/dist/components/input-select/index.scss +1 -1
  69. package/dist/components/inputs/index.scss +1 -1
  70. package/dist/components/lists/index.scss +1 -1
  71. package/dist/components/menus/index.scss +1 -1
  72. package/dist/components/message/index.d.ts +2 -2
  73. package/dist/components/message/src/index.d.ts +2 -2
  74. package/dist/components/option/index.scss +1 -1
  75. package/dist/components/option-group/index.scss +1 -1
  76. package/dist/components/page/index.d.ts +21 -2738
  77. package/dist/components/page/index.scss +1 -1
  78. package/dist/components/pagination/index.scss +1 -1
  79. package/dist/components/paging/index.scss +1 -1
  80. package/dist/components/popconfirm/index.d.ts +3 -3
  81. package/dist/components/popconfirm/index.scss +1 -1
  82. package/dist/components/popconfirm/src/index.d.ts +6 -6
  83. package/dist/components/popover/index.d.ts +3 -3
  84. package/dist/components/popover/index.scss +1 -1
  85. package/dist/components/popover/src/index.d.ts +6 -6
  86. package/dist/components/popup/index.scss +1 -1
  87. package/dist/components/radio/index.scss +1 -1
  88. package/dist/components/radio-group/index.scss +1 -1
  89. package/dist/components/right-key/index.scss +1 -1
  90. package/dist/components/seamless-scroll/index.scss +1 -1
  91. package/dist/components/select/index.d.ts +63 -19
  92. package/dist/components/select/index.scss +1 -1
  93. package/dist/components/select/src/index.d.ts +125 -37
  94. package/dist/components/selects/index.scss +1 -1
  95. package/dist/components/slider/index.scss +1 -1
  96. package/dist/components/switch/index.scss +1 -1
  97. package/dist/components/switchs/index.scss +1 -1
  98. package/dist/components/tab-pane/index.scss +1 -1
  99. package/dist/components/tables/index.d.ts +28 -24
  100. package/dist/components/tables/index.scss +1 -1
  101. package/dist/components/tables/src/index.d.ts +56 -48
  102. package/dist/components/tablesp/index.d.ts +28 -24
  103. package/dist/components/tablesp/index.scss +1 -1
  104. package/dist/components/tablesp/src/index.d.ts +56 -48
  105. package/dist/components/tabless/index.d.ts +28 -24
  106. package/dist/components/tabless/index.scss +1 -1
  107. package/dist/components/tabless/src/index.d.ts +56 -48
  108. package/dist/components/tablesv/index.scss +1 -1
  109. package/dist/components/tablesvp/index.scss +1 -1
  110. package/dist/components/tabs/index.scss +1 -1
  111. package/dist/components/text/index.scss +1 -1
  112. package/dist/components/time-picker/index.d.ts +12 -8
  113. package/dist/components/time-picker/index.scss +1 -1
  114. package/dist/components/time-picker/src/index.d.ts +24 -16
  115. package/dist/components/time-select/index.d.ts +40 -10
  116. package/dist/components/time-select/index.scss +1 -1
  117. package/dist/components/time-select/src/index.d.ts +80 -20
  118. package/dist/components/tooltip/index.d.ts +3 -3
  119. package/dist/components/tooltip/index.scss +1 -1
  120. package/dist/components/tooltip/src/index.d.ts +6 -6
  121. package/dist/components/tree/index.d.ts +4 -4
  122. package/dist/components/tree/index.scss +1 -1
  123. package/dist/components/tree/src/index.d.ts +8 -8
  124. package/dist/components/tree-select/index.scss +1 -1
  125. package/dist/components/tree-select-box/index.d.ts +4 -4
  126. package/dist/components/tree-select-box/src/index.d.ts +8 -8
  127. package/dist/components/upload/index.d.ts +3 -3
  128. package/dist/components/upload/index.scss +1 -1
  129. package/dist/components/upload/src/index.d.ts +6 -6
  130. package/dist/components/user-select/index.d.ts +4 -4
  131. package/dist/components/user-select/src/index.d.ts +8 -8
  132. package/dist/components/window/index.scss +1 -1
  133. package/dist/css/array.css +70 -0
  134. package/dist/css/box-adjust.css +80 -0
  135. package/dist/css/box-local.css +87 -0
  136. package/dist/css/box-mask.css +25 -0
  137. package/dist/css/box-title.css +37 -0
  138. package/dist/css/box.css +83 -0
  139. package/dist/css/buttons.css +17 -0
  140. package/dist/css/cascaders.css +22 -0
  141. package/dist/css/checks.css +21 -0
  142. package/dist/css/collapse-item.css +13 -0
  143. package/dist/css/dates-divide.css +7 -0
  144. package/dist/css/dates.css +19 -0
  145. package/dist/css/dialogs.css +34 -0
  146. package/dist/css/edit-float.css +30 -0
  147. package/dist/css/edit.css +31 -0
  148. package/dist/css/forms-div.css +21 -0
  149. package/dist/css/forms-items.css +36 -0
  150. package/dist/css/forms.css +104 -0
  151. package/dist/css/global-config.css +17 -0
  152. package/dist/css/history.css +14 -0
  153. package/dist/css/icon.css +27 -0
  154. package/dist/css/index.css +899 -0
  155. package/dist/css/input-array.css +52 -0
  156. package/dist/css/input-history.css +64 -0
  157. package/dist/css/input-num.css +17 -0
  158. package/dist/css/input-select.css +72 -0
  159. package/dist/css/inputs.css +17 -0
  160. package/dist/css/labels.css +7 -0
  161. package/dist/css/lists.css +96 -0
  162. package/dist/css/menus.css +21 -0
  163. package/dist/css/page/set-column.css +38 -0
  164. package/dist/css/page.css +293 -0
  165. package/dist/css/paging.css +29 -0
  166. package/dist/css/popup.css +96 -0
  167. package/dist/css/right-key.css +41 -0
  168. package/dist/css/seamless-scroll.css +30 -0
  169. package/dist/css/select-scroll.css +52 -0
  170. package/dist/css/selector.css +64 -0
  171. package/dist/css/selects.css +21 -0
  172. package/dist/css/switchs.css +17 -0
  173. package/dist/css/tables.css +33 -0
  174. package/dist/css/tablesp.css +71 -0
  175. package/dist/css/tabless.css +36 -0
  176. package/dist/css/tablesv.css +92 -0
  177. package/dist/css/tablesvp.css +130 -0
  178. package/dist/css/window.css +89 -0
  179. package/dist/icons/index.css +54 -52
  180. package/dist/icons/index.json +10 -10
  181. package/package.json +13 -13
  182. package/dist/components/form/src/index.d.ts +0 -381
  183. package/dist/components/forms/src/index.d.ts +0 -681
  184. package/dist/components/forms-drag/src/index.d.ts +0 -879
  185. package/dist/components/page/src/index.d.ts +0 -5161
  186. /package/dist/components/{color-picker → collapse-item}/index.css +0 -0
  187. /package/dist/components/{css → scss}/common.scss +0 -0
  188. /package/dist/components/{css → scss}/config.scss +0 -0
  189. /package/dist/components/{css → scss}/function.scss +0 -0
  190. /package/dist/components/{css → scss}/mixins.scss +0 -0
@@ -1,16 +1,8 @@
1
1
  import { SFCWithInstall } from '../../utils/vues';
2
- import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, Component, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, PropType, Reactive, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Ref, CSSProperties, ComputedRef } from 'vue';
2
+ import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, Component, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, PropType, ComponentProvideOptions, nextTick, WatchOptions, WatchStopHandle } from 'vue';
3
3
  import { EpPropMergeType, Arrayable, EpPropFinalized } from 'element-plus/es/utils';
4
4
  import { FormItemRule, FormItemProp, FormValidateCallback, FormValidationResult, FormItemContext } from 'element-plus/es/components/form';
5
5
  import { OnCleanup } from '@vue/reactivity';
6
- import { DefaultSort } from '../tables/tables/src/data';
7
- import { TableProps, TableColumnCtx, Sort, Filter, Table } from 'element-plus/es/components/table';
8
- import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
9
- import { TreeData } from 'element-plus/es/components/table/src/store/tree';
10
- import { StoreFilter } from 'element-plus/es/components/table/src/store';
11
- import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
12
- import { DebouncedFunc } from 'lodash';
13
- import { Translator } from 'element-plus/es/hooks';
14
6
  declare const Page: SFCWithInstall<{
15
7
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
16
8
  config: {
@@ -283,7 +275,7 @@ declare const Page: SFCWithInstall<{
283
275
  readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
284
276
  readonly labelSuffix: string;
285
277
  readonly validateOnRuleChange: EpPropMergeType<BooleanConstructor, unknown, unknown>;
286
- readonly scrollIntoViewOptions: EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>;
278
+ readonly scrollIntoViewOptions: EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
287
279
  readonly statusIcon: boolean;
288
280
  readonly hideRequiredAsterisk: boolean;
289
281
  readonly scrollToError: boolean;
@@ -300,7 +292,7 @@ declare const Page: SFCWithInstall<{
300
292
  readonly validateOnRuleChange: EpPropMergeType<BooleanConstructor, unknown, unknown>;
301
293
  readonly hideRequiredAsterisk: boolean;
302
294
  readonly scrollToError: boolean;
303
- readonly scrollIntoViewOptions: EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>;
295
+ readonly scrollIntoViewOptions: EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
304
296
  readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown> | undefined;
305
297
  readonly rules?: Partial<Record<string, Arrayable<FormItemRule>>> | undefined;
306
298
  readonly model?: Record<string, any> | undefined;
@@ -339,7 +331,7 @@ declare const Page: SFCWithInstall<{
339
331
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
340
332
  readonly hideRequiredAsterisk: BooleanConstructor;
341
333
  readonly scrollToError: BooleanConstructor;
342
- readonly scrollIntoViewOptions: EpPropFinalized<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown, true, boolean>;
334
+ readonly scrollIntoViewOptions: EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, true, boolean>;
343
335
  readonly size: {
344
336
  readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
345
337
  readonly required: false;
@@ -356,2744 +348,35 @@ declare const Page: SFCWithInstall<{
356
348
  clearValidate: (props?: Arrayable<FormItemProp>) => void;
357
349
  scrollToField: (prop: FormItemProp) => void;
358
350
  getField: (prop: FormItemProp) => FormItemContext | undefined;
359
- fields: Reactive< FormItemContext[]>;
360
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
361
- validate: (prop: FormItemProp, isValid: boolean, message: string) => void;
362
- }, string, {
363
- readonly disabled: boolean;
364
- readonly inline: boolean;
365
- readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
366
- readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
367
- readonly inlineMessage: boolean;
368
- readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
369
- readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
370
- readonly labelSuffix: string;
371
- readonly validateOnRuleChange: EpPropMergeType<BooleanConstructor, unknown, unknown>;
372
- readonly scrollIntoViewOptions: EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>;
373
- readonly statusIcon: boolean;
374
- readonly hideRequiredAsterisk: boolean;
375
- readonly scrollToError: boolean;
376
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
377
- beforeCreate?: (() => void) | (() => void)[];
378
- created?: (() => void) | (() => void)[];
379
- beforeMount?: (() => void) | (() => void)[];
380
- mounted?: (() => void) | (() => void)[];
381
- beforeUpdate?: (() => void) | (() => void)[];
382
- updated?: (() => void) | (() => void)[];
383
- activated?: (() => void) | (() => void)[];
384
- deactivated?: (() => void) | (() => void)[];
385
- beforeDestroy?: (() => void) | (() => void)[];
386
- beforeUnmount?: (() => void) | (() => void)[];
387
- destroyed?: (() => void) | (() => void)[];
388
- unmounted?: (() => void) | (() => void)[];
389
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
390
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
391
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
351
+ fields: {
352
+ /*elided*/
353
+ }[];
354
+ }, /*... 14 more elided ...*/ any, ComponentProvideOptions> & {
355
+ /*elided*/
392
356
  };
393
357
  $forceUpdate: () => void;
394
358
  $nextTick: nextTick;
395
359
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
396
- } & Readonly<{
397
- readonly disabled: boolean;
398
- readonly inline: boolean;
399
- readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
400
- readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
401
- readonly inlineMessage: boolean;
402
- readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
403
- readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
404
- readonly labelSuffix: string;
405
- readonly validateOnRuleChange: EpPropMergeType<BooleanConstructor, unknown, unknown>;
406
- readonly scrollIntoViewOptions: EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>;
407
- readonly statusIcon: boolean;
408
- readonly hideRequiredAsterisk: boolean;
409
- readonly scrollToError: boolean;
410
- }> & Omit<Readonly< ExtractPropTypes<{
411
- readonly model: ObjectConstructor;
412
- readonly rules: {
413
- readonly type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
414
- readonly required: false;
415
- readonly validator: ((val: unknown) => boolean) | undefined;
416
- __epPropKey: true;
417
- };
418
- readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
419
- readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
420
- readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
421
- readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
422
- readonly inline: BooleanConstructor;
423
- readonly inlineMessage: BooleanConstructor;
424
- readonly statusIcon: BooleanConstructor;
425
- readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
426
- readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
427
- readonly hideRequiredAsterisk: BooleanConstructor;
428
- readonly scrollToError: BooleanConstructor;
429
- readonly scrollIntoViewOptions: EpPropFinalized<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown, true, boolean>;
430
- readonly size: {
431
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
432
- readonly required: false;
433
- readonly validator: ((val: unknown) => boolean) | undefined;
434
- __epPropKey: true;
435
- };
436
- readonly disabled: BooleanConstructor;
437
- }>> & {
438
- onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
439
- }, "disabled" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validate" | "clearValidate" | "requireAsteriskPosition" | "labelSuffix" | "inline" | "statusIcon" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "validateField" | "resetFields" | "scrollToField" | "getField" | "fields"> & ShallowUnwrapRef<{
440
- validate: (callback?: FormValidateCallback) => FormValidationResult;
441
- validateField: (props?: Arrayable<FormItemProp>, callback?: FormValidateCallback) => FormValidationResult;
442
- resetFields: (props?: Arrayable<FormItemProp>) => void;
443
- clearValidate: (props?: Arrayable<FormItemProp>) => void;
444
- scrollToField: (prop: FormItemProp) => void;
445
- getField: (prop: FormItemProp) => FormItemContext | undefined;
446
- fields: Reactive< FormItemContext[]>;
447
- }> & {} & ComponentCustomProperties & {} & {
448
- $slots: {
449
- default?(_: {}): any;
450
- };
360
+ } & /*... 6 more elided ...*/ any & {
361
+ /*elided*/
451
362
  }) | null;
452
- };
453
- $slots: Readonly<{
454
- [name: string]: Slot<any> | undefined;
455
- }>;
456
- $root: ComponentPublicInstance | null;
457
- $parent: ComponentPublicInstance | null;
458
- $host: Element | null;
459
- $emit: ((event: "submit", obj: ObjAny) => void) & ((event: "update:modelValue", value: ObjAny) => void) & ((event: "cancel", obj: ObjAny) => void) & ((event: "buts", obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => void) & ((event: "upform", dataForm: ObjAny) => void);
460
- $el: any;
461
- $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
462
- list: {
463
- type: {
464
- (arrayLength: number): ListObj[];
465
- (...items: ListObj[]): ListObj[];
466
- new (arrayLength: number): ListObj[];
467
- new (...items: ListObj[]): ListObj[];
468
- isArray(arg: any): arg is any[];
469
- readonly prototype: any[];
470
- from<T>(arrayLike: ArrayLike<T>): T[];
471
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
472
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
473
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
474
- of<T>(...items: T[]): T[];
475
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
476
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
477
- readonly [Symbol.species]: ArrayConstructor;
478
- };
479
- default(): never[];
480
- };
481
- column: {
482
- type: NumberConstructor;
483
- default(): number;
484
- };
485
- disabled: {
486
- type: BooleanConstructor;
487
- };
488
- options: {
489
- type: ObjectConstructor;
490
- default(): {};
491
- };
492
- compons: {
493
- type: () => {
494
- [key: string]: Component;
495
- };
496
- default(): {};
497
- };
498
- labelWidth: {
499
- type: (NumberConstructor | StringConstructor)[];
500
- default: string;
501
- };
502
- labelPosition: {
503
- type: () => "left" | "top" | "right" | "center" | "auto";
504
- default: string;
505
- };
506
- rowWidth: {
507
- type: StringConstructor;
508
- };
509
- rowMinWidth: {
510
- type: StringConstructor;
511
- };
512
- rowHeight: {
513
- type: StringConstructor;
514
- };
515
- inline: {
516
- type: BooleanConstructor;
517
- };
518
- inlineBox: {
519
- type: BooleanConstructor;
520
- };
521
- query: {
522
- type: BooleanConstructor;
523
- };
524
- queryInterval: {
525
- type: StringConstructor;
526
- default: string;
527
- };
528
- inlineRight: {
529
- type: StringConstructor;
530
- default: string;
531
- };
532
- itemBottom: {
533
- type: StringConstructor;
534
- default: string;
535
- };
536
- modelValue: {
537
- type: ObjectConstructor;
538
- };
539
- buts: {
540
- type: {
541
- (arrayLength: number): ObjAny[];
542
- (...items: ObjAny[]): ObjAny[];
543
- new (arrayLength: number): ObjAny[];
544
- new (...items: ObjAny[]): ObjAny[];
545
- isArray(arg: any): arg is any[];
546
- readonly prototype: any[];
547
- from<T>(arrayLike: ArrayLike<T>): T[];
548
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
549
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
550
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
551
- of<T>(...items: T[]): T[];
552
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
553
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
554
- readonly [Symbol.species]: ArrayConstructor;
555
- };
556
- };
557
- butLeft: {
558
- type: StringConstructor;
559
- };
560
- butHeight: {
561
- type: StringConstructor;
562
- };
563
- colon: (BooleanConstructor | StringConstructor)[];
564
- value: {
565
- type: () => ObjAny;
566
- };
567
- ajax: {
568
- type: (StringConstructor | FunctionConstructor)[];
569
- };
570
- param: {
571
- type: ObjectConstructor;
572
- default(): {};
573
- };
574
- ajaxConfig: {
575
- type: ObjectConstructor;
576
- };
577
- onRequestAfter: {
578
- type: FunctionConstructor;
579
- };
580
- onRequestBefore: {
581
- type: FunctionConstructor;
582
- };
583
- }>> & Readonly<{
584
- onSubmit?: ((obj: ObjAny) => any) | undefined;
585
- "onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
586
- onCancel?: ((obj: ObjAny) => any) | undefined;
587
- onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
588
- onUpform?: ((dataForm: ObjAny) => any) | undefined;
589
- }>, {
590
- dom: Ref<any, any>;
591
- closeForm: () => void;
592
- submitForm: (callback?: Function) => void;
593
- validateField: (...arr: any[]) => void;
594
- resetFields: () => void;
595
- validate: () => Promise<unknown>;
596
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
597
- submit: (obj: ObjAny) => void;
598
- "update:modelValue": (value: ObjAny) => void;
599
- cancel: (obj: ObjAny) => void;
600
- buts: (obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => void;
601
- upform: (dataForm: ObjAny) => void;
602
- }, string, {
603
- disabled: boolean;
604
- param: Record<string, any>;
605
- options: Record<string, any>;
606
- labelWidth: string | number;
607
- labelPosition: "left" | "right" | "center" | "top" | "auto";
608
- inline: boolean;
609
- list: ListObj[];
610
- column: number;
611
- compons: {
612
- [key: string]: Component;
613
- };
614
- inlineBox: boolean;
615
- query: boolean;
616
- queryInterval: string;
617
- inlineRight: string;
618
- itemBottom: string;
619
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
620
- beforeCreate?: (() => void) | (() => void)[];
621
- created?: (() => void) | (() => void)[];
622
- beforeMount?: (() => void) | (() => void)[];
623
- mounted?: (() => void) | (() => void)[];
624
- beforeUpdate?: (() => void) | (() => void)[];
625
- updated?: (() => void) | (() => void)[];
626
- activated?: (() => void) | (() => void)[];
627
- deactivated?: (() => void) | (() => void)[];
628
- beforeDestroy?: (() => void) | (() => void)[];
629
- beforeUnmount?: (() => void) | (() => void)[];
630
- destroyed?: (() => void) | (() => void)[];
631
- unmounted?: (() => void) | (() => void)[];
632
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
633
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
634
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
635
- };
636
- $forceUpdate: () => void;
637
- $nextTick: nextTick;
363
+ }; /*... 9 more elided ...*/
638
364
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
639
- } & Readonly<{
640
- disabled: boolean;
641
- param: Record<string, any>;
642
- options: Record<string, any>;
643
- labelWidth: string | number;
644
- labelPosition: "left" | "right" | "center" | "top" | "auto";
645
- inline: boolean;
646
- list: ListObj[];
647
- column: number;
648
- compons: {
649
- [key: string]: Component;
650
- };
651
- inlineBox: boolean;
652
- query: boolean;
653
- queryInterval: string;
654
- inlineRight: string;
655
- itemBottom: string;
656
- }> & Omit<Readonly< ExtractPropTypes<{
657
- list: {
658
- type: {
659
- (arrayLength: number): ListObj[];
660
- (...items: ListObj[]): ListObj[];
661
- new (arrayLength: number): ListObj[];
662
- new (...items: ListObj[]): ListObj[];
663
- isArray(arg: any): arg is any[];
664
- readonly prototype: any[];
665
- from<T>(arrayLike: ArrayLike<T>): T[];
666
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
667
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
668
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
669
- of<T>(...items: T[]): T[];
670
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
671
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
672
- readonly [Symbol.species]: ArrayConstructor;
673
- };
674
- default(): never[];
675
- };
676
- column: {
677
- type: NumberConstructor;
678
- default(): number;
679
- };
680
- disabled: {
681
- type: BooleanConstructor;
682
- };
683
- options: {
684
- type: ObjectConstructor;
685
- default(): {};
686
- };
687
- compons: {
688
- type: () => {
689
- [key: string]: Component;
690
- };
691
- default(): {};
692
- };
693
- labelWidth: {
694
- type: (NumberConstructor | StringConstructor)[];
695
- default: string;
696
- };
697
- labelPosition: {
698
- type: () => "left" | "top" | "right" | "center" | "auto";
699
- default: string;
700
- };
701
- rowWidth: {
702
- type: StringConstructor;
703
- };
704
- rowMinWidth: {
705
- type: StringConstructor;
706
- };
707
- rowHeight: {
708
- type: StringConstructor;
709
- };
710
- inline: {
711
- type: BooleanConstructor;
712
- };
713
- inlineBox: {
714
- type: BooleanConstructor;
715
- };
716
- query: {
717
- type: BooleanConstructor;
718
- };
719
- queryInterval: {
720
- type: StringConstructor;
721
- default: string;
722
- };
723
- inlineRight: {
724
- type: StringConstructor;
725
- default: string;
726
- };
727
- itemBottom: {
728
- type: StringConstructor;
729
- default: string;
730
- };
731
- modelValue: {
732
- type: ObjectConstructor;
733
- };
734
- buts: {
735
- type: {
736
- (arrayLength: number): ObjAny[];
737
- (...items: ObjAny[]): ObjAny[];
738
- new (arrayLength: number): ObjAny[];
739
- new (...items: ObjAny[]): ObjAny[];
740
- isArray(arg: any): arg is any[];
741
- readonly prototype: any[];
742
- from<T>(arrayLike: ArrayLike<T>): T[];
743
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
744
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
745
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
746
- of<T>(...items: T[]): T[];
747
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
748
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
749
- readonly [Symbol.species]: ArrayConstructor;
750
- };
751
- };
752
- butLeft: {
753
- type: StringConstructor;
754
- };
755
- butHeight: {
756
- type: StringConstructor;
757
- };
758
- colon: (BooleanConstructor | StringConstructor)[];
759
- value: {
760
- type: () => ObjAny;
761
- };
762
- ajax: {
763
- type: (StringConstructor | FunctionConstructor)[];
764
- };
765
- param: {
766
- type: ObjectConstructor;
767
- default(): {};
768
- };
769
- ajaxConfig: {
770
- type: ObjectConstructor;
771
- };
772
- onRequestAfter: {
773
- type: FunctionConstructor;
774
- };
775
- onRequestBefore: {
776
- type: FunctionConstructor;
777
- };
778
- }>> & Readonly<{
779
- onSubmit?: ((obj: ObjAny) => any) | undefined;
780
- "onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
781
- onCancel?: ((obj: ObjAny) => any) | undefined;
782
- onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
783
- onUpform?: ((dataForm: ObjAny) => any) | undefined;
784
- }>, "validate" | "validateField" | "resetFields" | "submitForm" | "closeForm" | ("disabled" | "param" | "options" | "labelWidth" | "labelPosition" | "inline" | "list" | "column" | "compons" | "inlineBox" | "query" | "queryInterval" | "inlineRight" | "itemBottom") | "dom"> & ShallowUnwrapRef<{
785
- dom: Ref<any, any>;
786
- closeForm: () => void;
787
- submitForm: (callback?: Function) => void;
788
- validateField: (...arr: any[]) => void;
789
- resetFields: () => void;
790
- validate: () => Promise<unknown>;
791
- }> & {} & ComponentCustomProperties & {} & {
792
- $slots: Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>>;
365
+ } & /*... 6 more elided ...*/ any & {
366
+ /*elided*/
793
367
  }) | null;
794
368
  tableRef: ({
795
- $: ComponentInternalInstance;
796
- $data: {};
797
- $props: Partial<{
798
- config: TableConfig;
799
- param: Record<string, any>;
800
- options: Record<string, any>;
801
- load: boolean;
802
- list: ListObj[];
803
- compons: {
804
- [key: string]: Component;
805
- };
806
- }> & Omit<{
807
- readonly config: TableConfig;
808
- readonly param: Record<string, any>;
809
- readonly options: Record<string, any>;
810
- readonly load: boolean;
811
- readonly list: ListObj[];
812
- readonly compons: {
813
- [key: string]: Component;
814
- };
815
- readonly configs?: Config | undefined;
816
- readonly value?: ObjAny | undefined;
817
- readonly ajax?: string | Function | undefined;
818
- readonly ajaxConfig?: Record<string, any> | undefined;
819
- readonly onRequestAfter?: Function | undefined;
820
- readonly onRequestBefore?: Function | undefined;
821
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "config" | "param" | "options" | "load" | "list" | "compons">;
822
- $attrs: {
823
- [x: string]: unknown;
824
- };
825
- $refs: {
826
- [x: string]: unknown;
827
- } & {
828
- refTable: ({
829
- $: ComponentInternalInstance;
830
- $data: {};
831
- $props: Partial<{
832
- value: ObjAny[];
833
- loading: boolean;
834
- options: Record<string, any>;
835
- height: string | number;
836
- list: ListObj[];
837
- compons: {
838
- [key: string]: Component;
839
- };
840
- defaultSort: DefaultSort;
841
- adaptive: boolean;
842
- }> & Omit<{
843
- readonly value: ObjAny[];
844
- readonly loading: boolean;
845
- readonly options: Record<string, any>;
846
- readonly height: string | number;
847
- readonly list: ListObj[];
848
- readonly compons: {
849
- [key: string]: Component;
850
- };
851
- readonly defaultSort: DefaultSort;
852
- readonly adaptive: boolean;
853
- readonly lineHeight?: string | number | undefined;
854
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive">;
855
- $attrs: {
856
- [x: string]: unknown;
857
- };
858
- $refs: {
859
- [x: string]: unknown;
860
- } & {
861
- tableRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
862
- data: {
863
- type: PropType<any[]>;
864
- default: () => never[];
865
- };
866
- size: {
867
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
868
- readonly required: false;
869
- readonly validator: ((val: unknown) => boolean) | undefined;
870
- __epPropKey: true;
871
- };
872
- width: (NumberConstructor | StringConstructor)[];
873
- height: (NumberConstructor | StringConstructor)[];
874
- maxHeight: (NumberConstructor | StringConstructor)[];
875
- fit: {
876
- type: BooleanConstructor;
877
- default: boolean;
878
- };
879
- stripe: BooleanConstructor;
880
- border: BooleanConstructor;
881
- rowKey: PropType< TableProps<any>["rowKey"]>;
882
- showHeader: {
883
- type: BooleanConstructor;
884
- default: boolean;
885
- };
886
- showSummary: BooleanConstructor;
887
- sumText: StringConstructor;
888
- summaryMethod: PropType< TableProps<any>["summaryMethod"]>;
889
- rowClassName: PropType< TableProps<any>["rowClassName"]>;
890
- rowStyle: PropType< TableProps<any>["rowStyle"]>;
891
- cellClassName: PropType< TableProps<any>["cellClassName"]>;
892
- cellStyle: PropType< TableProps<any>["cellStyle"]>;
893
- headerRowClassName: PropType< TableProps<any>["headerRowClassName"]>;
894
- headerRowStyle: PropType< TableProps<any>["headerRowStyle"]>;
895
- headerCellClassName: PropType< TableProps<any>["headerCellClassName"]>;
896
- headerCellStyle: PropType< TableProps<any>["headerCellStyle"]>;
897
- highlightCurrentRow: BooleanConstructor;
898
- currentRowKey: (NumberConstructor | StringConstructor)[];
899
- emptyText: StringConstructor;
900
- expandRowKeys: PropType< TableProps<any>["expandRowKeys"]>;
901
- defaultExpandAll: BooleanConstructor;
902
- defaultSort: PropType< TableProps<any>["defaultSort"]>;
903
- tooltipEffect: StringConstructor;
904
- tooltipOptions: PropType< TableProps<any>["tooltipOptions"]>;
905
- spanMethod: PropType< TableProps<any>["spanMethod"]>;
906
- selectOnIndeterminate: {
907
- type: BooleanConstructor;
908
- default: boolean;
909
- };
910
- indent: {
911
- type: NumberConstructor;
912
- default: number;
913
- };
914
- treeProps: {
915
- type: PropType< TableProps<any>["treeProps"]>;
916
- default: () => {
917
- hasChildren: string;
918
- children: string;
919
- checkStrictly: boolean;
920
- };
921
- };
922
- lazy: BooleanConstructor;
923
- load: PropType< TableProps<any>["load"]>;
924
- style: {
925
- type: PropType<CSSProperties>;
926
- default: () => {};
927
- };
928
- className: {
929
- type: StringConstructor;
930
- default: string;
931
- };
932
- tableLayout: {
933
- type: PropType<"fixed" | "auto">;
934
- default: string;
935
- };
936
- scrollbarAlwaysOn: BooleanConstructor;
937
- flexible: BooleanConstructor;
938
- showOverflowTooltip: PropType< TableProps<any>["showOverflowTooltip"]>;
939
- tooltipFormatter: PropType< TableProps<any>["tooltipFormatter"]>;
940
- appendFilterPanelTo: StringConstructor;
941
- scrollbarTabindex: {
942
- type: (NumberConstructor | StringConstructor)[];
943
- default: undefined;
944
- };
945
- allowDragLastColumn: {
946
- type: BooleanConstructor;
947
- default: boolean;
948
- };
949
- preserveExpandedContent: BooleanConstructor;
950
- }>> & {
951
- onScroll?: ((...args: any[]) => any) | undefined;
952
- onSelect?: ((...args: any[]) => any) | undefined;
953
- "onExpand-change"?: ((...args: any[]) => any) | undefined;
954
- "onCurrent-change"?: ((...args: any[]) => any) | undefined;
955
- "onSelect-all"?: ((...args: any[]) => any) | undefined;
956
- "onHeader-click"?: ((...args: any[]) => any) | undefined;
957
- "onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
958
- "onHeader-dragend"?: ((...args: any[]) => any) | undefined;
959
- "onSelection-change"?: ((...args: any[]) => any) | undefined;
960
- "onSort-change"?: ((...args: any[]) => any) | undefined;
961
- "onFilter-change"?: ((...args: any[]) => any) | undefined;
962
- "onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
963
- "onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
964
- "onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
965
- "onCell-click"?: ((...args: any[]) => any) | undefined;
966
- "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
967
- "onRow-click"?: ((...args: any[]) => any) | undefined;
968
- "onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
969
- "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
970
- }, {
971
- ns: {
972
- namespace: ComputedRef<string>;
973
- b: (blockSuffix?: string) => string;
974
- e: (element?: string) => string;
975
- m: (modifier?: string) => string;
976
- be: (blockSuffix?: string, element?: string) => string;
977
- em: (element?: string, modifier?: string) => string;
978
- bm: (blockSuffix?: string, modifier?: string) => string;
979
- bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
980
- is: {
981
- (name: string, state: boolean | undefined): string;
982
- (name: string): string;
983
- };
984
- cssVar: (object: Record<string, string>) => Record<string, string>;
985
- cssVarName: (name: string) => string;
986
- cssVarBlock: (object: Record<string, string>) => Record<string, string>;
987
- cssVarBlockName: (name: string) => string;
988
- };
989
- layout: __DTS_DEFAULT_0__<any>;
990
- store: {
991
- mutations: {
992
- setData(states: {
993
- _currentRowKey: Ref<string | null>;
994
- currentRow: Ref<any>;
995
- expandRowKeys: Ref<(string | number)[]>;
996
- treeData: Ref<Record<string, TreeData>>;
997
- indent: Ref<number>;
998
- lazy: Ref<boolean>;
999
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1000
- lazyColumnIdentifier: Ref<string>;
1001
- childrenColumnName: Ref<string>;
1002
- checkStrictly: Ref<boolean>;
1003
- expandRows: Ref<any[]>;
1004
- defaultExpandAll: Ref<boolean>;
1005
- tableSize: Ref<any>;
1006
- rowKey: Ref<string | null>;
1007
- data: Ref<any[]>;
1008
- _data: Ref<any[]>;
1009
- isComplex: Ref<boolean>;
1010
- _columns: Ref< TableColumnCtx<any>[]>;
1011
- originColumns: Ref< TableColumnCtx<any>[]>;
1012
- columns: Ref< TableColumnCtx<any>[]>;
1013
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1014
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1015
- leafColumns: Ref< TableColumnCtx<any>[]>;
1016
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1017
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1018
- updateOrderFns: (() => void)[];
1019
- leafColumnsLength: Ref<number>;
1020
- fixedLeafColumnsLength: Ref<number>;
1021
- rightFixedLeafColumnsLength: Ref<number>;
1022
- isAllSelected: Ref<boolean>;
1023
- selection: Ref<any[]>;
1024
- reserveSelection: Ref<boolean>;
1025
- selectOnIndeterminate: Ref<boolean>;
1026
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1027
- filters: Ref<StoreFilter>;
1028
- filteredData: Ref<any[] | null>;
1029
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1030
- sortProp: Ref<string | null>;
1031
- sortOrder: Ref<string | number | null>;
1032
- hoverRow: Ref<any>;
1033
- }, data: any[]): void;
1034
- insertColumn(states: {
1035
- _currentRowKey: Ref<string | null>;
1036
- currentRow: Ref<any>;
1037
- expandRowKeys: Ref<(string | number)[]>;
1038
- treeData: Ref<Record<string, TreeData>>;
1039
- indent: Ref<number>;
1040
- lazy: Ref<boolean>;
1041
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1042
- lazyColumnIdentifier: Ref<string>;
1043
- childrenColumnName: Ref<string>;
1044
- checkStrictly: Ref<boolean>;
1045
- expandRows: Ref<any[]>;
1046
- defaultExpandAll: Ref<boolean>;
1047
- tableSize: Ref<any>;
1048
- rowKey: Ref<string | null>;
1049
- data: Ref<any[]>;
1050
- _data: Ref<any[]>;
1051
- isComplex: Ref<boolean>;
1052
- _columns: Ref< TableColumnCtx<any>[]>;
1053
- originColumns: Ref< TableColumnCtx<any>[]>;
1054
- columns: Ref< TableColumnCtx<any>[]>;
1055
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1056
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1057
- leafColumns: Ref< TableColumnCtx<any>[]>;
1058
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1059
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1060
- updateOrderFns: (() => void)[];
1061
- leafColumnsLength: Ref<number>;
1062
- fixedLeafColumnsLength: Ref<number>;
1063
- rightFixedLeafColumnsLength: Ref<number>;
1064
- isAllSelected: Ref<boolean>;
1065
- selection: Ref<any[]>;
1066
- reserveSelection: Ref<boolean>;
1067
- selectOnIndeterminate: Ref<boolean>;
1068
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1069
- filters: Ref<StoreFilter>;
1070
- filteredData: Ref<any[] | null>;
1071
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1072
- sortProp: Ref<string | null>;
1073
- sortOrder: Ref<string | number | null>;
1074
- hoverRow: Ref<any>;
1075
- }, column: TableColumnCtx<any>, parent: TableColumnCtx<any>, updateColumnOrder: () => void): void;
1076
- updateColumnOrder(states: {
1077
- _currentRowKey: Ref<string | null>;
1078
- currentRow: Ref<any>;
1079
- expandRowKeys: Ref<(string | number)[]>;
1080
- treeData: Ref<Record<string, TreeData>>;
1081
- indent: Ref<number>;
1082
- lazy: Ref<boolean>;
1083
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1084
- lazyColumnIdentifier: Ref<string>;
1085
- childrenColumnName: Ref<string>;
1086
- checkStrictly: Ref<boolean>;
1087
- expandRows: Ref<any[]>;
1088
- defaultExpandAll: Ref<boolean>;
1089
- tableSize: Ref<any>;
1090
- rowKey: Ref<string | null>;
1091
- data: Ref<any[]>;
1092
- _data: Ref<any[]>;
1093
- isComplex: Ref<boolean>;
1094
- _columns: Ref< TableColumnCtx<any>[]>;
1095
- originColumns: Ref< TableColumnCtx<any>[]>;
1096
- columns: Ref< TableColumnCtx<any>[]>;
1097
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1098
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1099
- leafColumns: Ref< TableColumnCtx<any>[]>;
1100
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1101
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1102
- updateOrderFns: (() => void)[];
1103
- leafColumnsLength: Ref<number>;
1104
- fixedLeafColumnsLength: Ref<number>;
1105
- rightFixedLeafColumnsLength: Ref<number>;
1106
- isAllSelected: Ref<boolean>;
1107
- selection: Ref<any[]>;
1108
- reserveSelection: Ref<boolean>;
1109
- selectOnIndeterminate: Ref<boolean>;
1110
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1111
- filters: Ref<StoreFilter>;
1112
- filteredData: Ref<any[] | null>;
1113
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1114
- sortProp: Ref<string | null>;
1115
- sortOrder: Ref<string | number | null>;
1116
- hoverRow: Ref<any>;
1117
- }, column: TableColumnCtx<any>): void;
1118
- removeColumn(states: {
1119
- _currentRowKey: Ref<string | null>;
1120
- currentRow: Ref<any>;
1121
- expandRowKeys: Ref<(string | number)[]>;
1122
- treeData: Ref<Record<string, TreeData>>;
1123
- indent: Ref<number>;
1124
- lazy: Ref<boolean>;
1125
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1126
- lazyColumnIdentifier: Ref<string>;
1127
- childrenColumnName: Ref<string>;
1128
- checkStrictly: Ref<boolean>;
1129
- expandRows: Ref<any[]>;
1130
- defaultExpandAll: Ref<boolean>;
1131
- tableSize: Ref<any>;
1132
- rowKey: Ref<string | null>;
1133
- data: Ref<any[]>;
1134
- _data: Ref<any[]>;
1135
- isComplex: Ref<boolean>;
1136
- _columns: Ref< TableColumnCtx<any>[]>;
1137
- originColumns: Ref< TableColumnCtx<any>[]>;
1138
- columns: Ref< TableColumnCtx<any>[]>;
1139
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1140
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1141
- leafColumns: Ref< TableColumnCtx<any>[]>;
1142
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1143
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1144
- updateOrderFns: (() => void)[];
1145
- leafColumnsLength: Ref<number>;
1146
- fixedLeafColumnsLength: Ref<number>;
1147
- rightFixedLeafColumnsLength: Ref<number>;
1148
- isAllSelected: Ref<boolean>;
1149
- selection: Ref<any[]>;
1150
- reserveSelection: Ref<boolean>;
1151
- selectOnIndeterminate: Ref<boolean>;
1152
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1153
- filters: Ref<StoreFilter>;
1154
- filteredData: Ref<any[] | null>;
1155
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1156
- sortProp: Ref<string | null>;
1157
- sortOrder: Ref<string | number | null>;
1158
- hoverRow: Ref<any>;
1159
- }, column: TableColumnCtx<any>, parent: TableColumnCtx<any>, updateColumnOrder: () => void): void;
1160
- sort(states: {
1161
- _currentRowKey: Ref<string | null>;
1162
- currentRow: Ref<any>;
1163
- expandRowKeys: Ref<(string | number)[]>;
1164
- treeData: Ref<Record<string, TreeData>>;
1165
- indent: Ref<number>;
1166
- lazy: Ref<boolean>;
1167
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1168
- lazyColumnIdentifier: Ref<string>;
1169
- childrenColumnName: Ref<string>;
1170
- checkStrictly: Ref<boolean>;
1171
- expandRows: Ref<any[]>;
1172
- defaultExpandAll: Ref<boolean>;
1173
- tableSize: Ref<any>;
1174
- rowKey: Ref<string | null>;
1175
- data: Ref<any[]>;
1176
- _data: Ref<any[]>;
1177
- isComplex: Ref<boolean>;
1178
- _columns: Ref< TableColumnCtx<any>[]>;
1179
- originColumns: Ref< TableColumnCtx<any>[]>;
1180
- columns: Ref< TableColumnCtx<any>[]>;
1181
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1182
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1183
- leafColumns: Ref< TableColumnCtx<any>[]>;
1184
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1185
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1186
- updateOrderFns: (() => void)[];
1187
- leafColumnsLength: Ref<number>;
1188
- fixedLeafColumnsLength: Ref<number>;
1189
- rightFixedLeafColumnsLength: Ref<number>;
1190
- isAllSelected: Ref<boolean>;
1191
- selection: Ref<any[]>;
1192
- reserveSelection: Ref<boolean>;
1193
- selectOnIndeterminate: Ref<boolean>;
1194
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1195
- filters: Ref<StoreFilter>;
1196
- filteredData: Ref<any[] | null>;
1197
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1198
- sortProp: Ref<string | null>;
1199
- sortOrder: Ref<string | number | null>;
1200
- hoverRow: Ref<any>;
1201
- }, options: Sort): void;
1202
- changeSortCondition(states: {
1203
- _currentRowKey: Ref<string | null>;
1204
- currentRow: Ref<any>;
1205
- expandRowKeys: Ref<(string | number)[]>;
1206
- treeData: Ref<Record<string, TreeData>>;
1207
- indent: Ref<number>;
1208
- lazy: Ref<boolean>;
1209
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1210
- lazyColumnIdentifier: Ref<string>;
1211
- childrenColumnName: Ref<string>;
1212
- checkStrictly: Ref<boolean>;
1213
- expandRows: Ref<any[]>;
1214
- defaultExpandAll: Ref<boolean>;
1215
- tableSize: Ref<any>;
1216
- rowKey: Ref<string | null>;
1217
- data: Ref<any[]>;
1218
- _data: Ref<any[]>;
1219
- isComplex: Ref<boolean>;
1220
- _columns: Ref< TableColumnCtx<any>[]>;
1221
- originColumns: Ref< TableColumnCtx<any>[]>;
1222
- columns: Ref< TableColumnCtx<any>[]>;
1223
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1224
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1225
- leafColumns: Ref< TableColumnCtx<any>[]>;
1226
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1227
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1228
- updateOrderFns: (() => void)[];
1229
- leafColumnsLength: Ref<number>;
1230
- fixedLeafColumnsLength: Ref<number>;
1231
- rightFixedLeafColumnsLength: Ref<number>;
1232
- isAllSelected: Ref<boolean>;
1233
- selection: Ref<any[]>;
1234
- reserveSelection: Ref<boolean>;
1235
- selectOnIndeterminate: Ref<boolean>;
1236
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1237
- filters: Ref<StoreFilter>;
1238
- filteredData: Ref<any[] | null>;
1239
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1240
- sortProp: Ref<string | null>;
1241
- sortOrder: Ref<string | number | null>;
1242
- hoverRow: Ref<any>;
1243
- }, options: Sort): void;
1244
- filterChange(_states: {
1245
- _currentRowKey: Ref<string | null>;
1246
- currentRow: Ref<any>;
1247
- expandRowKeys: Ref<(string | number)[]>;
1248
- treeData: Ref<Record<string, TreeData>>;
1249
- indent: Ref<number>;
1250
- lazy: Ref<boolean>;
1251
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1252
- lazyColumnIdentifier: Ref<string>;
1253
- childrenColumnName: Ref<string>;
1254
- checkStrictly: Ref<boolean>;
1255
- expandRows: Ref<any[]>;
1256
- defaultExpandAll: Ref<boolean>;
1257
- tableSize: Ref<any>;
1258
- rowKey: Ref<string | null>;
1259
- data: Ref<any[]>;
1260
- _data: Ref<any[]>;
1261
- isComplex: Ref<boolean>;
1262
- _columns: Ref< TableColumnCtx<any>[]>;
1263
- originColumns: Ref< TableColumnCtx<any>[]>;
1264
- columns: Ref< TableColumnCtx<any>[]>;
1265
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1266
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1267
- leafColumns: Ref< TableColumnCtx<any>[]>;
1268
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1269
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1270
- updateOrderFns: (() => void)[];
1271
- leafColumnsLength: Ref<number>;
1272
- fixedLeafColumnsLength: Ref<number>;
1273
- rightFixedLeafColumnsLength: Ref<number>;
1274
- isAllSelected: Ref<boolean>;
1275
- selection: Ref<any[]>;
1276
- reserveSelection: Ref<boolean>;
1277
- selectOnIndeterminate: Ref<boolean>;
1278
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1279
- filters: Ref<StoreFilter>;
1280
- filteredData: Ref<any[] | null>;
1281
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1282
- sortProp: Ref<string | null>;
1283
- sortOrder: Ref<string | number | null>;
1284
- hoverRow: Ref<any>;
1285
- }, options: Filter<any>): void;
1286
- toggleAllSelection(): void;
1287
- rowSelectedChanged(_states: {
1288
- _currentRowKey: Ref<string | null>;
1289
- currentRow: Ref<any>;
1290
- expandRowKeys: Ref<(string | number)[]>;
1291
- treeData: Ref<Record<string, TreeData>>;
1292
- indent: Ref<number>;
1293
- lazy: Ref<boolean>;
1294
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1295
- lazyColumnIdentifier: Ref<string>;
1296
- childrenColumnName: Ref<string>;
1297
- checkStrictly: Ref<boolean>;
1298
- expandRows: Ref<any[]>;
1299
- defaultExpandAll: Ref<boolean>;
1300
- tableSize: Ref<any>;
1301
- rowKey: Ref<string | null>;
1302
- data: Ref<any[]>;
1303
- _data: Ref<any[]>;
1304
- isComplex: Ref<boolean>;
1305
- _columns: Ref< TableColumnCtx<any>[]>;
1306
- originColumns: Ref< TableColumnCtx<any>[]>;
1307
- columns: Ref< TableColumnCtx<any>[]>;
1308
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1309
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1310
- leafColumns: Ref< TableColumnCtx<any>[]>;
1311
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1312
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1313
- updateOrderFns: (() => void)[];
1314
- leafColumnsLength: Ref<number>;
1315
- fixedLeafColumnsLength: Ref<number>;
1316
- rightFixedLeafColumnsLength: Ref<number>;
1317
- isAllSelected: Ref<boolean>;
1318
- selection: Ref<any[]>;
1319
- reserveSelection: Ref<boolean>;
1320
- selectOnIndeterminate: Ref<boolean>;
1321
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1322
- filters: Ref<StoreFilter>;
1323
- filteredData: Ref<any[] | null>;
1324
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1325
- sortProp: Ref<string | null>;
1326
- sortOrder: Ref<string | number | null>;
1327
- hoverRow: Ref<any>;
1328
- }, row: any): void;
1329
- setHoverRow(states: {
1330
- _currentRowKey: Ref<string | null>;
1331
- currentRow: Ref<any>;
1332
- expandRowKeys: Ref<(string | number)[]>;
1333
- treeData: Ref<Record<string, TreeData>>;
1334
- indent: Ref<number>;
1335
- lazy: Ref<boolean>;
1336
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1337
- lazyColumnIdentifier: Ref<string>;
1338
- childrenColumnName: Ref<string>;
1339
- checkStrictly: Ref<boolean>;
1340
- expandRows: Ref<any[]>;
1341
- defaultExpandAll: Ref<boolean>;
1342
- tableSize: Ref<any>;
1343
- rowKey: Ref<string | null>;
1344
- data: Ref<any[]>;
1345
- _data: Ref<any[]>;
1346
- isComplex: Ref<boolean>;
1347
- _columns: Ref< TableColumnCtx<any>[]>;
1348
- originColumns: Ref< TableColumnCtx<any>[]>;
1349
- columns: Ref< TableColumnCtx<any>[]>;
1350
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1351
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1352
- leafColumns: Ref< TableColumnCtx<any>[]>;
1353
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1354
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1355
- updateOrderFns: (() => void)[];
1356
- leafColumnsLength: Ref<number>;
1357
- fixedLeafColumnsLength: Ref<number>;
1358
- rightFixedLeafColumnsLength: Ref<number>;
1359
- isAllSelected: Ref<boolean>;
1360
- selection: Ref<any[]>;
1361
- reserveSelection: Ref<boolean>;
1362
- selectOnIndeterminate: Ref<boolean>;
1363
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1364
- filters: Ref<StoreFilter>;
1365
- filteredData: Ref<any[] | null>;
1366
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1367
- sortProp: Ref<string | null>;
1368
- sortOrder: Ref<string | number | null>;
1369
- hoverRow: Ref<any>;
1370
- }, row: any): void;
1371
- setCurrentRow(_states: {
1372
- _currentRowKey: Ref<string | null>;
1373
- currentRow: Ref<any>;
1374
- expandRowKeys: Ref<(string | number)[]>;
1375
- treeData: Ref<Record<string, TreeData>>;
1376
- indent: Ref<number>;
1377
- lazy: Ref<boolean>;
1378
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1379
- lazyColumnIdentifier: Ref<string>;
1380
- childrenColumnName: Ref<string>;
1381
- checkStrictly: Ref<boolean>;
1382
- expandRows: Ref<any[]>;
1383
- defaultExpandAll: Ref<boolean>;
1384
- tableSize: Ref<any>;
1385
- rowKey: Ref<string | null>;
1386
- data: Ref<any[]>;
1387
- _data: Ref<any[]>;
1388
- isComplex: Ref<boolean>;
1389
- _columns: Ref< TableColumnCtx<any>[]>;
1390
- originColumns: Ref< TableColumnCtx<any>[]>;
1391
- columns: Ref< TableColumnCtx<any>[]>;
1392
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1393
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1394
- leafColumns: Ref< TableColumnCtx<any>[]>;
1395
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1396
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1397
- updateOrderFns: (() => void)[];
1398
- leafColumnsLength: Ref<number>;
1399
- fixedLeafColumnsLength: Ref<number>;
1400
- rightFixedLeafColumnsLength: Ref<number>;
1401
- isAllSelected: Ref<boolean>;
1402
- selection: Ref<any[]>;
1403
- reserveSelection: Ref<boolean>;
1404
- selectOnIndeterminate: Ref<boolean>;
1405
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1406
- filters: Ref<StoreFilter>;
1407
- filteredData: Ref<any[] | null>;
1408
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1409
- sortProp: Ref<string | null>;
1410
- sortOrder: Ref<string | number | null>;
1411
- hoverRow: Ref<any>;
1412
- }, row: any): void;
1413
- };
1414
- commit: (name: "sort" | "setData" | "insertColumn" | "updateColumnOrder" | "removeColumn" | "changeSortCondition" | "filterChange" | "toggleAllSelection" | "rowSelectedChanged" | "setHoverRow" | "setCurrentRow", ...args: any[]) => void;
1415
- updateTableScrollY: () => void;
1416
- assertRowKey: () => void;
1417
- updateColumns: () => void;
1418
- scheduleLayout: (needUpdateColumns?: boolean, immediate?: boolean) => void;
1419
- isSelected: (row: any) => boolean;
1420
- clearSelection: () => void;
1421
- cleanSelection: () => void;
1422
- getSelectionRows: () => any[];
1423
- toggleRowSelection: (row: any, selected?: boolean, emitChange?: boolean, ignoreSelectable?: boolean) => void;
1424
- _toggleAllSelection: () => void;
1425
- toggleAllSelection: (() => void) | null;
1426
- updateAllSelected: () => void;
1427
- updateFilters: (column: TableColumnCtx<any>, values: string[]) => Record<string, string[]>;
1428
- updateCurrentRow: (_currentRow: any) => void;
1429
- updateSort: (column: TableColumnCtx<any> | null, prop: string | null, order: TableSortOrder | null) => void;
1430
- execFilter: () => void;
1431
- execSort: () => void;
1432
- execQuery: (ignore?: {
1433
- filter: boolean;
1434
- } | undefined) => void;
1435
- clearFilter: (columnKeys?: string[] | string) => void;
1436
- clearSort: () => void;
1437
- toggleRowExpansion: (row: any, expanded?: boolean) => void;
1438
- setExpandRowKeysAdapter: (val: (string | number)[]) => void;
1439
- setCurrentRowKey: (key: string) => void;
1440
- toggleRowExpansionAdapter: (row: any, expanded?: boolean) => void;
1441
- isRowExpanded: (row: any) => boolean;
1442
- updateExpandRows: () => void;
1443
- updateCurrentRowData: () => void;
1444
- loadOrToggle: (row: any) => void;
1445
- updateTreeData: (ifChangeExpandRowKeys?: boolean, ifExpandAll?: boolean) => void;
1446
- updateKeyChildren: (key: string, data: any[]) => void;
1447
- states: {
1448
- _currentRowKey: Ref<string | null>;
1449
- currentRow: Ref<any>;
1450
- expandRowKeys: Ref<(string | number)[]>;
1451
- treeData: Ref<Record<string, TreeData>>;
1452
- indent: Ref<number>;
1453
- lazy: Ref<boolean>;
1454
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1455
- lazyColumnIdentifier: Ref<string>;
1456
- childrenColumnName: Ref<string>;
1457
- checkStrictly: Ref<boolean>;
1458
- expandRows: Ref<any[]>;
1459
- defaultExpandAll: Ref<boolean>;
1460
- tableSize: Ref<any>;
1461
- rowKey: Ref<string | null>;
1462
- data: Ref<any[]>;
1463
- _data: Ref<any[]>;
1464
- isComplex: Ref<boolean>;
1465
- _columns: Ref< TableColumnCtx<any>[]>;
1466
- originColumns: Ref< TableColumnCtx<any>[]>;
1467
- columns: Ref< TableColumnCtx<any>[]>;
1468
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1469
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1470
- leafColumns: Ref< TableColumnCtx<any>[]>;
1471
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1472
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1473
- updateOrderFns: (() => void)[];
1474
- leafColumnsLength: Ref<number>;
1475
- fixedLeafColumnsLength: Ref<number>;
1476
- rightFixedLeafColumnsLength: Ref<number>;
1477
- isAllSelected: Ref<boolean>;
1478
- selection: Ref<any[]>;
1479
- reserveSelection: Ref<boolean>;
1480
- selectOnIndeterminate: Ref<boolean>;
1481
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1482
- filters: Ref<StoreFilter>;
1483
- filteredData: Ref<any[] | null>;
1484
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1485
- sortProp: Ref<string | null>;
1486
- sortOrder: Ref<string | number | null>;
1487
- hoverRow: Ref<any>;
1488
- };
1489
- ns: {
1490
- namespace: ComputedRef<string>;
1491
- b: (blockSuffix?: string) => string;
1492
- e: (element?: string) => string;
1493
- m: (modifier?: string) => string;
1494
- be: (blockSuffix?: string, element?: string) => string;
1495
- em: (element?: string, modifier?: string) => string;
1496
- bm: (blockSuffix?: string, modifier?: string) => string;
1497
- bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
1498
- is: {
1499
- (name: string, state: boolean | undefined): string;
1500
- (name: string): string;
1501
- };
1502
- cssVar: (object: Record<string, string>) => Record<string, string>;
1503
- cssVarName: (name: string) => string;
1504
- cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1505
- cssVarBlockName: (name: string) => string;
1506
- };
1507
- };
1508
- columns: ComputedRef< TableColumnCtx<any>[]>;
1509
- handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
1510
- handleMouseLeave: () => void;
1511
- tableId: string;
1512
- tableSize: ComputedRef<"" | "small" | "default" | "large">;
1513
- isHidden: Ref<boolean>;
1514
- isEmpty: ComputedRef<boolean>;
1515
- renderExpanded: Ref< RenderExpanded<any> | null>;
1516
- resizeProxyVisible: Ref<boolean>;
1517
- resizeState: Ref<{
1518
- width: null | number;
1519
- height: null | number;
1520
- headerHeight: null | number;
1521
- }>;
1522
- isGroup: Ref<boolean>;
1523
- bodyWidth: ComputedRef<string>;
1524
- tableBodyStyles: ComputedRef<{
1525
- width: string;
1526
- }>;
1527
- emptyBlockStyle: ComputedRef<{
1528
- width: string;
1529
- height: string;
1530
- } | undefined>;
1531
- debouncedUpdateLayout: DebouncedFunc<() => void>;
1532
- setCurrentRow: (row: any) => void;
1533
- getSelectionRows: () => any[];
1534
- toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
1535
- clearSelection: () => void;
1536
- clearFilter: (columnKeys?: string[] | string) => void;
1537
- toggleAllSelection: () => void;
1538
- toggleRowExpansion: (row: any, expanded?: boolean) => void;
1539
- clearSort: () => void;
1540
- doLayout: () => void;
1541
- sort: (prop: string, order: string) => void;
1542
- updateKeyChildren: (key: string, data: any[]) => void;
1543
- t: Translator;
1544
- setDragVisible: (visible: boolean) => void;
1545
- context: Table<any>;
1546
- computedSumText: ComputedRef<string>;
1547
- computedEmptyText: ComputedRef<string>;
1548
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
1549
- scrollbarViewStyle: {
1550
- display: string;
1551
- verticalAlign: string;
1552
- };
1553
- scrollbarStyle: ComputedRef<{
1554
- height: string;
1555
- maxHeight?: undefined;
1556
- } | {
1557
- maxHeight: string;
1558
- height?: undefined;
1559
- } | {
1560
- height?: undefined;
1561
- maxHeight?: undefined;
1562
- }>;
1563
- scrollBarRef: Ref<any>;
1564
- scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
1565
- setScrollLeft: (left?: number) => void;
1566
- setScrollTop: (top?: number) => void;
1567
- allowDragLastColumn: boolean;
1568
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "expand-change" | "scroll" | "sort-change" | "row-click" | "select-all" | "current-change" | "header-click" | "header-contextmenu" | "header-dragend" | "selection-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-contextmenu" | "row-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
1569
- data: any[];
1570
- style: CSSProperties;
1571
- tableLayout: "fixed" | "auto";
1572
- border: boolean;
1573
- className: string;
1574
- fit: boolean;
1575
- lazy: boolean;
1576
- scrollbarAlwaysOn: boolean;
1577
- allowDragLastColumn: boolean;
1578
- treeProps: TreeProps | undefined;
1579
- defaultExpandAll: boolean;
1580
- selectOnIndeterminate: boolean;
1581
- indent: number;
1582
- stripe: boolean;
1583
- showHeader: boolean;
1584
- showSummary: boolean;
1585
- highlightCurrentRow: boolean;
1586
- flexible: boolean;
1587
- scrollbarTabindex: string | number;
1588
- preserveExpandedContent: boolean;
1589
- }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1590
- P: {};
1591
- B: {};
1592
- D: {};
1593
- C: {};
1594
- M: {};
1595
- Defaults: {};
1596
- }, Readonly< ExtractPropTypes<{
1597
- data: {
1598
- type: PropType<any[]>;
1599
- default: () => never[];
1600
- };
1601
- size: {
1602
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
1603
- readonly required: false;
1604
- readonly validator: ((val: unknown) => boolean) | undefined;
1605
- __epPropKey: true;
1606
- };
1607
- width: (NumberConstructor | StringConstructor)[];
1608
- height: (NumberConstructor | StringConstructor)[];
1609
- maxHeight: (NumberConstructor | StringConstructor)[];
1610
- fit: {
1611
- type: BooleanConstructor;
1612
- default: boolean;
1613
- };
1614
- stripe: BooleanConstructor;
1615
- border: BooleanConstructor;
1616
- rowKey: PropType< TableProps<any>["rowKey"]>;
1617
- showHeader: {
1618
- type: BooleanConstructor;
1619
- default: boolean;
1620
- };
1621
- showSummary: BooleanConstructor;
1622
- sumText: StringConstructor;
1623
- summaryMethod: PropType< TableProps<any>["summaryMethod"]>;
1624
- rowClassName: PropType< TableProps<any>["rowClassName"]>;
1625
- rowStyle: PropType< TableProps<any>["rowStyle"]>;
1626
- cellClassName: PropType< TableProps<any>["cellClassName"]>;
1627
- cellStyle: PropType< TableProps<any>["cellStyle"]>;
1628
- headerRowClassName: PropType< TableProps<any>["headerRowClassName"]>;
1629
- headerRowStyle: PropType< TableProps<any>["headerRowStyle"]>;
1630
- headerCellClassName: PropType< TableProps<any>["headerCellClassName"]>;
1631
- headerCellStyle: PropType< TableProps<any>["headerCellStyle"]>;
1632
- highlightCurrentRow: BooleanConstructor;
1633
- currentRowKey: (NumberConstructor | StringConstructor)[];
1634
- emptyText: StringConstructor;
1635
- expandRowKeys: PropType< TableProps<any>["expandRowKeys"]>;
1636
- defaultExpandAll: BooleanConstructor;
1637
- defaultSort: PropType< TableProps<any>["defaultSort"]>;
1638
- tooltipEffect: StringConstructor;
1639
- tooltipOptions: PropType< TableProps<any>["tooltipOptions"]>;
1640
- spanMethod: PropType< TableProps<any>["spanMethod"]>;
1641
- selectOnIndeterminate: {
1642
- type: BooleanConstructor;
1643
- default: boolean;
1644
- };
1645
- indent: {
1646
- type: NumberConstructor;
1647
- default: number;
1648
- };
1649
- treeProps: {
1650
- type: PropType< TableProps<any>["treeProps"]>;
1651
- default: () => {
1652
- hasChildren: string;
1653
- children: string;
1654
- checkStrictly: boolean;
1655
- };
1656
- };
1657
- lazy: BooleanConstructor;
1658
- load: PropType< TableProps<any>["load"]>;
1659
- style: {
1660
- type: PropType<CSSProperties>;
1661
- default: () => {};
1662
- };
1663
- className: {
1664
- type: StringConstructor;
1665
- default: string;
1666
- };
1667
- tableLayout: {
1668
- type: PropType<"fixed" | "auto">;
1669
- default: string;
1670
- };
1671
- scrollbarAlwaysOn: BooleanConstructor;
1672
- flexible: BooleanConstructor;
1673
- showOverflowTooltip: PropType< TableProps<any>["showOverflowTooltip"]>;
1674
- tooltipFormatter: PropType< TableProps<any>["tooltipFormatter"]>;
1675
- appendFilterPanelTo: StringConstructor;
1676
- scrollbarTabindex: {
1677
- type: (NumberConstructor | StringConstructor)[];
1678
- default: undefined;
1679
- };
1680
- allowDragLastColumn: {
1681
- type: BooleanConstructor;
1682
- default: boolean;
1683
- };
1684
- preserveExpandedContent: BooleanConstructor;
1685
- }>> & {
1686
- onScroll?: ((...args: any[]) => any) | undefined;
1687
- onSelect?: ((...args: any[]) => any) | undefined;
1688
- "onExpand-change"?: ((...args: any[]) => any) | undefined;
1689
- "onCurrent-change"?: ((...args: any[]) => any) | undefined;
1690
- "onSelect-all"?: ((...args: any[]) => any) | undefined;
1691
- "onHeader-click"?: ((...args: any[]) => any) | undefined;
1692
- "onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
1693
- "onHeader-dragend"?: ((...args: any[]) => any) | undefined;
1694
- "onSelection-change"?: ((...args: any[]) => any) | undefined;
1695
- "onSort-change"?: ((...args: any[]) => any) | undefined;
1696
- "onFilter-change"?: ((...args: any[]) => any) | undefined;
1697
- "onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
1698
- "onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
1699
- "onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
1700
- "onCell-click"?: ((...args: any[]) => any) | undefined;
1701
- "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
1702
- "onRow-click"?: ((...args: any[]) => any) | undefined;
1703
- "onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
1704
- "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
1705
- }, {
1706
- ns: {
1707
- namespace: ComputedRef<string>;
1708
- b: (blockSuffix?: string) => string;
1709
- e: (element?: string) => string;
1710
- m: (modifier?: string) => string;
1711
- be: (blockSuffix?: string, element?: string) => string;
1712
- em: (element?: string, modifier?: string) => string;
1713
- bm: (blockSuffix?: string, modifier?: string) => string;
1714
- bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
1715
- is: {
1716
- (name: string, state: boolean | undefined): string;
1717
- (name: string): string;
1718
- };
1719
- cssVar: (object: Record<string, string>) => Record<string, string>;
1720
- cssVarName: (name: string) => string;
1721
- cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1722
- cssVarBlockName: (name: string) => string;
1723
- };
1724
- layout: __DTS_DEFAULT_0__<any>;
1725
- store: {
1726
- mutations: {
1727
- setData(states: {
1728
- _currentRowKey: Ref<string | null>;
1729
- currentRow: Ref<any>;
1730
- expandRowKeys: Ref<(string | number)[]>;
1731
- treeData: Ref<Record<string, TreeData>>;
1732
- indent: Ref<number>;
1733
- lazy: Ref<boolean>;
1734
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1735
- lazyColumnIdentifier: Ref<string>;
1736
- childrenColumnName: Ref<string>;
1737
- checkStrictly: Ref<boolean>;
1738
- expandRows: Ref<any[]>;
1739
- defaultExpandAll: Ref<boolean>;
1740
- tableSize: Ref<any>;
1741
- rowKey: Ref<string | null>;
1742
- data: Ref<any[]>;
1743
- _data: Ref<any[]>;
1744
- isComplex: Ref<boolean>;
1745
- _columns: Ref< TableColumnCtx<any>[]>;
1746
- originColumns: Ref< TableColumnCtx<any>[]>;
1747
- columns: Ref< TableColumnCtx<any>[]>;
1748
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1749
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1750
- leafColumns: Ref< TableColumnCtx<any>[]>;
1751
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1752
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1753
- updateOrderFns: (() => void)[];
1754
- leafColumnsLength: Ref<number>;
1755
- fixedLeafColumnsLength: Ref<number>;
1756
- rightFixedLeafColumnsLength: Ref<number>;
1757
- isAllSelected: Ref<boolean>;
1758
- selection: Ref<any[]>;
1759
- reserveSelection: Ref<boolean>;
1760
- selectOnIndeterminate: Ref<boolean>;
1761
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1762
- filters: Ref<StoreFilter>;
1763
- filteredData: Ref<any[] | null>;
1764
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1765
- sortProp: Ref<string | null>;
1766
- sortOrder: Ref<string | number | null>;
1767
- hoverRow: Ref<any>;
1768
- }, data: any[]): void;
1769
- insertColumn(states: {
1770
- _currentRowKey: Ref<string | null>;
1771
- currentRow: Ref<any>;
1772
- expandRowKeys: Ref<(string | number)[]>;
1773
- treeData: Ref<Record<string, TreeData>>;
1774
- indent: Ref<number>;
1775
- lazy: Ref<boolean>;
1776
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1777
- lazyColumnIdentifier: Ref<string>;
1778
- childrenColumnName: Ref<string>;
1779
- checkStrictly: Ref<boolean>;
1780
- expandRows: Ref<any[]>;
1781
- defaultExpandAll: Ref<boolean>;
1782
- tableSize: Ref<any>;
1783
- rowKey: Ref<string | null>;
1784
- data: Ref<any[]>;
1785
- _data: Ref<any[]>;
1786
- isComplex: Ref<boolean>;
1787
- _columns: Ref< TableColumnCtx<any>[]>;
1788
- originColumns: Ref< TableColumnCtx<any>[]>;
1789
- columns: Ref< TableColumnCtx<any>[]>;
1790
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1791
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1792
- leafColumns: Ref< TableColumnCtx<any>[]>;
1793
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1794
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1795
- updateOrderFns: (() => void)[];
1796
- leafColumnsLength: Ref<number>;
1797
- fixedLeafColumnsLength: Ref<number>;
1798
- rightFixedLeafColumnsLength: Ref<number>;
1799
- isAllSelected: Ref<boolean>;
1800
- selection: Ref<any[]>;
1801
- reserveSelection: Ref<boolean>;
1802
- selectOnIndeterminate: Ref<boolean>;
1803
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1804
- filters: Ref<StoreFilter>;
1805
- filteredData: Ref<any[] | null>;
1806
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1807
- sortProp: Ref<string | null>;
1808
- sortOrder: Ref<string | number | null>;
1809
- hoverRow: Ref<any>;
1810
- }, column: TableColumnCtx<any>, parent: TableColumnCtx<any>, updateColumnOrder: () => void): void;
1811
- updateColumnOrder(states: {
1812
- _currentRowKey: Ref<string | null>;
1813
- currentRow: Ref<any>;
1814
- expandRowKeys: Ref<(string | number)[]>;
1815
- treeData: Ref<Record<string, TreeData>>;
1816
- indent: Ref<number>;
1817
- lazy: Ref<boolean>;
1818
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1819
- lazyColumnIdentifier: Ref<string>;
1820
- childrenColumnName: Ref<string>;
1821
- checkStrictly: Ref<boolean>;
1822
- expandRows: Ref<any[]>;
1823
- defaultExpandAll: Ref<boolean>;
1824
- tableSize: Ref<any>;
1825
- rowKey: Ref<string | null>;
1826
- data: Ref<any[]>;
1827
- _data: Ref<any[]>;
1828
- isComplex: Ref<boolean>;
1829
- _columns: Ref< TableColumnCtx<any>[]>;
1830
- originColumns: Ref< TableColumnCtx<any>[]>;
1831
- columns: Ref< TableColumnCtx<any>[]>;
1832
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1833
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1834
- leafColumns: Ref< TableColumnCtx<any>[]>;
1835
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1836
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1837
- updateOrderFns: (() => void)[];
1838
- leafColumnsLength: Ref<number>;
1839
- fixedLeafColumnsLength: Ref<number>;
1840
- rightFixedLeafColumnsLength: Ref<number>;
1841
- isAllSelected: Ref<boolean>;
1842
- selection: Ref<any[]>;
1843
- reserveSelection: Ref<boolean>;
1844
- selectOnIndeterminate: Ref<boolean>;
1845
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1846
- filters: Ref<StoreFilter>;
1847
- filteredData: Ref<any[] | null>;
1848
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1849
- sortProp: Ref<string | null>;
1850
- sortOrder: Ref<string | number | null>;
1851
- hoverRow: Ref<any>;
1852
- }, column: TableColumnCtx<any>): void;
1853
- removeColumn(states: {
1854
- _currentRowKey: Ref<string | null>;
1855
- currentRow: Ref<any>;
1856
- expandRowKeys: Ref<(string | number)[]>;
1857
- treeData: Ref<Record<string, TreeData>>;
1858
- indent: Ref<number>;
1859
- lazy: Ref<boolean>;
1860
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1861
- lazyColumnIdentifier: Ref<string>;
1862
- childrenColumnName: Ref<string>;
1863
- checkStrictly: Ref<boolean>;
1864
- expandRows: Ref<any[]>;
1865
- defaultExpandAll: Ref<boolean>;
1866
- tableSize: Ref<any>;
1867
- rowKey: Ref<string | null>;
1868
- data: Ref<any[]>;
1869
- _data: Ref<any[]>;
1870
- isComplex: Ref<boolean>;
1871
- _columns: Ref< TableColumnCtx<any>[]>;
1872
- originColumns: Ref< TableColumnCtx<any>[]>;
1873
- columns: Ref< TableColumnCtx<any>[]>;
1874
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1875
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1876
- leafColumns: Ref< TableColumnCtx<any>[]>;
1877
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1878
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1879
- updateOrderFns: (() => void)[];
1880
- leafColumnsLength: Ref<number>;
1881
- fixedLeafColumnsLength: Ref<number>;
1882
- rightFixedLeafColumnsLength: Ref<number>;
1883
- isAllSelected: Ref<boolean>;
1884
- selection: Ref<any[]>;
1885
- reserveSelection: Ref<boolean>;
1886
- selectOnIndeterminate: Ref<boolean>;
1887
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1888
- filters: Ref<StoreFilter>;
1889
- filteredData: Ref<any[] | null>;
1890
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1891
- sortProp: Ref<string | null>;
1892
- sortOrder: Ref<string | number | null>;
1893
- hoverRow: Ref<any>;
1894
- }, column: TableColumnCtx<any>, parent: TableColumnCtx<any>, updateColumnOrder: () => void): void;
1895
- sort(states: {
1896
- _currentRowKey: Ref<string | null>;
1897
- currentRow: Ref<any>;
1898
- expandRowKeys: Ref<(string | number)[]>;
1899
- treeData: Ref<Record<string, TreeData>>;
1900
- indent: Ref<number>;
1901
- lazy: Ref<boolean>;
1902
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1903
- lazyColumnIdentifier: Ref<string>;
1904
- childrenColumnName: Ref<string>;
1905
- checkStrictly: Ref<boolean>;
1906
- expandRows: Ref<any[]>;
1907
- defaultExpandAll: Ref<boolean>;
1908
- tableSize: Ref<any>;
1909
- rowKey: Ref<string | null>;
1910
- data: Ref<any[]>;
1911
- _data: Ref<any[]>;
1912
- isComplex: Ref<boolean>;
1913
- _columns: Ref< TableColumnCtx<any>[]>;
1914
- originColumns: Ref< TableColumnCtx<any>[]>;
1915
- columns: Ref< TableColumnCtx<any>[]>;
1916
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1917
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1918
- leafColumns: Ref< TableColumnCtx<any>[]>;
1919
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1920
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1921
- updateOrderFns: (() => void)[];
1922
- leafColumnsLength: Ref<number>;
1923
- fixedLeafColumnsLength: Ref<number>;
1924
- rightFixedLeafColumnsLength: Ref<number>;
1925
- isAllSelected: Ref<boolean>;
1926
- selection: Ref<any[]>;
1927
- reserveSelection: Ref<boolean>;
1928
- selectOnIndeterminate: Ref<boolean>;
1929
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1930
- filters: Ref<StoreFilter>;
1931
- filteredData: Ref<any[] | null>;
1932
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1933
- sortProp: Ref<string | null>;
1934
- sortOrder: Ref<string | number | null>;
1935
- hoverRow: Ref<any>;
1936
- }, options: Sort): void;
1937
- changeSortCondition(states: {
1938
- _currentRowKey: Ref<string | null>;
1939
- currentRow: Ref<any>;
1940
- expandRowKeys: Ref<(string | number)[]>;
1941
- treeData: Ref<Record<string, TreeData>>;
1942
- indent: Ref<number>;
1943
- lazy: Ref<boolean>;
1944
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1945
- lazyColumnIdentifier: Ref<string>;
1946
- childrenColumnName: Ref<string>;
1947
- checkStrictly: Ref<boolean>;
1948
- expandRows: Ref<any[]>;
1949
- defaultExpandAll: Ref<boolean>;
1950
- tableSize: Ref<any>;
1951
- rowKey: Ref<string | null>;
1952
- data: Ref<any[]>;
1953
- _data: Ref<any[]>;
1954
- isComplex: Ref<boolean>;
1955
- _columns: Ref< TableColumnCtx<any>[]>;
1956
- originColumns: Ref< TableColumnCtx<any>[]>;
1957
- columns: Ref< TableColumnCtx<any>[]>;
1958
- fixedColumns: Ref< TableColumnCtx<any>[]>;
1959
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1960
- leafColumns: Ref< TableColumnCtx<any>[]>;
1961
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1962
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1963
- updateOrderFns: (() => void)[];
1964
- leafColumnsLength: Ref<number>;
1965
- fixedLeafColumnsLength: Ref<number>;
1966
- rightFixedLeafColumnsLength: Ref<number>;
1967
- isAllSelected: Ref<boolean>;
1968
- selection: Ref<any[]>;
1969
- reserveSelection: Ref<boolean>;
1970
- selectOnIndeterminate: Ref<boolean>;
1971
- selectable: Ref<((row: any, index: number) => boolean) | null>;
1972
- filters: Ref<StoreFilter>;
1973
- filteredData: Ref<any[] | null>;
1974
- sortingColumn: Ref< TableColumnCtx<any> | null>;
1975
- sortProp: Ref<string | null>;
1976
- sortOrder: Ref<string | number | null>;
1977
- hoverRow: Ref<any>;
1978
- }, options: Sort): void;
1979
- filterChange(_states: {
1980
- _currentRowKey: Ref<string | null>;
1981
- currentRow: Ref<any>;
1982
- expandRowKeys: Ref<(string | number)[]>;
1983
- treeData: Ref<Record<string, TreeData>>;
1984
- indent: Ref<number>;
1985
- lazy: Ref<boolean>;
1986
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
1987
- lazyColumnIdentifier: Ref<string>;
1988
- childrenColumnName: Ref<string>;
1989
- checkStrictly: Ref<boolean>;
1990
- expandRows: Ref<any[]>;
1991
- defaultExpandAll: Ref<boolean>;
1992
- tableSize: Ref<any>;
1993
- rowKey: Ref<string | null>;
1994
- data: Ref<any[]>;
1995
- _data: Ref<any[]>;
1996
- isComplex: Ref<boolean>;
1997
- _columns: Ref< TableColumnCtx<any>[]>;
1998
- originColumns: Ref< TableColumnCtx<any>[]>;
1999
- columns: Ref< TableColumnCtx<any>[]>;
2000
- fixedColumns: Ref< TableColumnCtx<any>[]>;
2001
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
2002
- leafColumns: Ref< TableColumnCtx<any>[]>;
2003
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2004
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2005
- updateOrderFns: (() => void)[];
2006
- leafColumnsLength: Ref<number>;
2007
- fixedLeafColumnsLength: Ref<number>;
2008
- rightFixedLeafColumnsLength: Ref<number>;
2009
- isAllSelected: Ref<boolean>;
2010
- selection: Ref<any[]>;
2011
- reserveSelection: Ref<boolean>;
2012
- selectOnIndeterminate: Ref<boolean>;
2013
- selectable: Ref<((row: any, index: number) => boolean) | null>;
2014
- filters: Ref<StoreFilter>;
2015
- filteredData: Ref<any[] | null>;
2016
- sortingColumn: Ref< TableColumnCtx<any> | null>;
2017
- sortProp: Ref<string | null>;
2018
- sortOrder: Ref<string | number | null>;
2019
- hoverRow: Ref<any>;
2020
- }, options: Filter<any>): void;
2021
- toggleAllSelection(): void;
2022
- rowSelectedChanged(_states: {
2023
- _currentRowKey: Ref<string | null>;
2024
- currentRow: Ref<any>;
2025
- expandRowKeys: Ref<(string | number)[]>;
2026
- treeData: Ref<Record<string, TreeData>>;
2027
- indent: Ref<number>;
2028
- lazy: Ref<boolean>;
2029
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
2030
- lazyColumnIdentifier: Ref<string>;
2031
- childrenColumnName: Ref<string>;
2032
- checkStrictly: Ref<boolean>;
2033
- expandRows: Ref<any[]>;
2034
- defaultExpandAll: Ref<boolean>;
2035
- tableSize: Ref<any>;
2036
- rowKey: Ref<string | null>;
2037
- data: Ref<any[]>;
2038
- _data: Ref<any[]>;
2039
- isComplex: Ref<boolean>;
2040
- _columns: Ref< TableColumnCtx<any>[]>;
2041
- originColumns: Ref< TableColumnCtx<any>[]>;
2042
- columns: Ref< TableColumnCtx<any>[]>;
2043
- fixedColumns: Ref< TableColumnCtx<any>[]>;
2044
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
2045
- leafColumns: Ref< TableColumnCtx<any>[]>;
2046
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2047
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2048
- updateOrderFns: (() => void)[];
2049
- leafColumnsLength: Ref<number>;
2050
- fixedLeafColumnsLength: Ref<number>;
2051
- rightFixedLeafColumnsLength: Ref<number>;
2052
- isAllSelected: Ref<boolean>;
2053
- selection: Ref<any[]>;
2054
- reserveSelection: Ref<boolean>;
2055
- selectOnIndeterminate: Ref<boolean>;
2056
- selectable: Ref<((row: any, index: number) => boolean) | null>;
2057
- filters: Ref<StoreFilter>;
2058
- filteredData: Ref<any[] | null>;
2059
- sortingColumn: Ref< TableColumnCtx<any> | null>;
2060
- sortProp: Ref<string | null>;
2061
- sortOrder: Ref<string | number | null>;
2062
- hoverRow: Ref<any>;
2063
- }, row: any): void;
2064
- setHoverRow(states: {
2065
- _currentRowKey: Ref<string | null>;
2066
- currentRow: Ref<any>;
2067
- expandRowKeys: Ref<(string | number)[]>;
2068
- treeData: Ref<Record<string, TreeData>>;
2069
- indent: Ref<number>;
2070
- lazy: Ref<boolean>;
2071
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
2072
- lazyColumnIdentifier: Ref<string>;
2073
- childrenColumnName: Ref<string>;
2074
- checkStrictly: Ref<boolean>;
2075
- expandRows: Ref<any[]>;
2076
- defaultExpandAll: Ref<boolean>;
2077
- tableSize: Ref<any>;
2078
- rowKey: Ref<string | null>;
2079
- data: Ref<any[]>;
2080
- _data: Ref<any[]>;
2081
- isComplex: Ref<boolean>;
2082
- _columns: Ref< TableColumnCtx<any>[]>;
2083
- originColumns: Ref< TableColumnCtx<any>[]>;
2084
- columns: Ref< TableColumnCtx<any>[]>;
2085
- fixedColumns: Ref< TableColumnCtx<any>[]>;
2086
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
2087
- leafColumns: Ref< TableColumnCtx<any>[]>;
2088
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2089
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2090
- updateOrderFns: (() => void)[];
2091
- leafColumnsLength: Ref<number>;
2092
- fixedLeafColumnsLength: Ref<number>;
2093
- rightFixedLeafColumnsLength: Ref<number>;
2094
- isAllSelected: Ref<boolean>;
2095
- selection: Ref<any[]>;
2096
- reserveSelection: Ref<boolean>;
2097
- selectOnIndeterminate: Ref<boolean>;
2098
- selectable: Ref<((row: any, index: number) => boolean) | null>;
2099
- filters: Ref<StoreFilter>;
2100
- filteredData: Ref<any[] | null>;
2101
- sortingColumn: Ref< TableColumnCtx<any> | null>;
2102
- sortProp: Ref<string | null>;
2103
- sortOrder: Ref<string | number | null>;
2104
- hoverRow: Ref<any>;
2105
- }, row: any): void;
2106
- setCurrentRow(_states: {
2107
- _currentRowKey: Ref<string | null>;
2108
- currentRow: Ref<any>;
2109
- expandRowKeys: Ref<(string | number)[]>;
2110
- treeData: Ref<Record<string, TreeData>>;
2111
- indent: Ref<number>;
2112
- lazy: Ref<boolean>;
2113
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
2114
- lazyColumnIdentifier: Ref<string>;
2115
- childrenColumnName: Ref<string>;
2116
- checkStrictly: Ref<boolean>;
2117
- expandRows: Ref<any[]>;
2118
- defaultExpandAll: Ref<boolean>;
2119
- tableSize: Ref<any>;
2120
- rowKey: Ref<string | null>;
2121
- data: Ref<any[]>;
2122
- _data: Ref<any[]>;
2123
- isComplex: Ref<boolean>;
2124
- _columns: Ref< TableColumnCtx<any>[]>;
2125
- originColumns: Ref< TableColumnCtx<any>[]>;
2126
- columns: Ref< TableColumnCtx<any>[]>;
2127
- fixedColumns: Ref< TableColumnCtx<any>[]>;
2128
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
2129
- leafColumns: Ref< TableColumnCtx<any>[]>;
2130
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2131
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2132
- updateOrderFns: (() => void)[];
2133
- leafColumnsLength: Ref<number>;
2134
- fixedLeafColumnsLength: Ref<number>;
2135
- rightFixedLeafColumnsLength: Ref<number>;
2136
- isAllSelected: Ref<boolean>;
2137
- selection: Ref<any[]>;
2138
- reserveSelection: Ref<boolean>;
2139
- selectOnIndeterminate: Ref<boolean>;
2140
- selectable: Ref<((row: any, index: number) => boolean) | null>;
2141
- filters: Ref<StoreFilter>;
2142
- filteredData: Ref<any[] | null>;
2143
- sortingColumn: Ref< TableColumnCtx<any> | null>;
2144
- sortProp: Ref<string | null>;
2145
- sortOrder: Ref<string | number | null>;
2146
- hoverRow: Ref<any>;
2147
- }, row: any): void;
2148
- };
2149
- commit: (name: "sort" | "setData" | "insertColumn" | "updateColumnOrder" | "removeColumn" | "changeSortCondition" | "filterChange" | "toggleAllSelection" | "rowSelectedChanged" | "setHoverRow" | "setCurrentRow", ...args: any[]) => void;
2150
- updateTableScrollY: () => void;
2151
- assertRowKey: () => void;
2152
- updateColumns: () => void;
2153
- scheduleLayout: (needUpdateColumns?: boolean, immediate?: boolean) => void;
2154
- isSelected: (row: any) => boolean;
2155
- clearSelection: () => void;
2156
- cleanSelection: () => void;
2157
- getSelectionRows: () => any[];
2158
- toggleRowSelection: (row: any, selected?: boolean, emitChange?: boolean, ignoreSelectable?: boolean) => void;
2159
- _toggleAllSelection: () => void;
2160
- toggleAllSelection: (() => void) | null;
2161
- updateAllSelected: () => void;
2162
- updateFilters: (column: TableColumnCtx<any>, values: string[]) => Record<string, string[]>;
2163
- updateCurrentRow: (_currentRow: any) => void;
2164
- updateSort: (column: TableColumnCtx<any> | null, prop: string | null, order: TableSortOrder | null) => void;
2165
- execFilter: () => void;
2166
- execSort: () => void;
2167
- execQuery: (ignore?: {
2168
- filter: boolean;
2169
- } | undefined) => void;
2170
- clearFilter: (columnKeys?: string[] | string) => void;
2171
- clearSort: () => void;
2172
- toggleRowExpansion: (row: any, expanded?: boolean) => void;
2173
- setExpandRowKeysAdapter: (val: (string | number)[]) => void;
2174
- setCurrentRowKey: (key: string) => void;
2175
- toggleRowExpansionAdapter: (row: any, expanded?: boolean) => void;
2176
- isRowExpanded: (row: any) => boolean;
2177
- updateExpandRows: () => void;
2178
- updateCurrentRowData: () => void;
2179
- loadOrToggle: (row: any) => void;
2180
- updateTreeData: (ifChangeExpandRowKeys?: boolean, ifExpandAll?: boolean) => void;
2181
- updateKeyChildren: (key: string, data: any[]) => void;
2182
- states: {
2183
- _currentRowKey: Ref<string | null>;
2184
- currentRow: Ref<any>;
2185
- expandRowKeys: Ref<(string | number)[]>;
2186
- treeData: Ref<Record<string, TreeData>>;
2187
- indent: Ref<number>;
2188
- lazy: Ref<boolean>;
2189
- lazyTreeNodeMap: Ref<Record<string, any[]>>;
2190
- lazyColumnIdentifier: Ref<string>;
2191
- childrenColumnName: Ref<string>;
2192
- checkStrictly: Ref<boolean>;
2193
- expandRows: Ref<any[]>;
2194
- defaultExpandAll: Ref<boolean>;
2195
- tableSize: Ref<any>;
2196
- rowKey: Ref<string | null>;
2197
- data: Ref<any[]>;
2198
- _data: Ref<any[]>;
2199
- isComplex: Ref<boolean>;
2200
- _columns: Ref< TableColumnCtx<any>[]>;
2201
- originColumns: Ref< TableColumnCtx<any>[]>;
2202
- columns: Ref< TableColumnCtx<any>[]>;
2203
- fixedColumns: Ref< TableColumnCtx<any>[]>;
2204
- rightFixedColumns: Ref< TableColumnCtx<any>[]>;
2205
- leafColumns: Ref< TableColumnCtx<any>[]>;
2206
- fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2207
- rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2208
- updateOrderFns: (() => void)[];
2209
- leafColumnsLength: Ref<number>;
2210
- fixedLeafColumnsLength: Ref<number>;
2211
- rightFixedLeafColumnsLength: Ref<number>;
2212
- isAllSelected: Ref<boolean>;
2213
- selection: Ref<any[]>;
2214
- reserveSelection: Ref<boolean>;
2215
- selectOnIndeterminate: Ref<boolean>;
2216
- selectable: Ref<((row: any, index: number) => boolean) | null>;
2217
- filters: Ref<StoreFilter>;
2218
- filteredData: Ref<any[] | null>;
2219
- sortingColumn: Ref< TableColumnCtx<any> | null>;
2220
- sortProp: Ref<string | null>;
2221
- sortOrder: Ref<string | number | null>;
2222
- hoverRow: Ref<any>;
2223
- };
2224
- ns: {
2225
- namespace: ComputedRef<string>;
2226
- b: (blockSuffix?: string) => string;
2227
- e: (element?: string) => string;
2228
- m: (modifier?: string) => string;
2229
- be: (blockSuffix?: string, element?: string) => string;
2230
- em: (element?: string, modifier?: string) => string;
2231
- bm: (blockSuffix?: string, modifier?: string) => string;
2232
- bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
2233
- is: {
2234
- (name: string, state: boolean | undefined): string;
2235
- (name: string): string;
2236
- };
2237
- cssVar: (object: Record<string, string>) => Record<string, string>;
2238
- cssVarName: (name: string) => string;
2239
- cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2240
- cssVarBlockName: (name: string) => string;
2241
- };
2242
- };
2243
- columns: ComputedRef< TableColumnCtx<any>[]>;
2244
- handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
2245
- handleMouseLeave: () => void;
2246
- tableId: string;
2247
- tableSize: ComputedRef<"" | "small" | "default" | "large">;
2248
- isHidden: Ref<boolean>;
2249
- isEmpty: ComputedRef<boolean>;
2250
- renderExpanded: Ref< RenderExpanded<any> | null>;
2251
- resizeProxyVisible: Ref<boolean>;
2252
- resizeState: Ref<{
2253
- width: null | number;
2254
- height: null | number;
2255
- headerHeight: null | number;
2256
- }>;
2257
- isGroup: Ref<boolean>;
2258
- bodyWidth: ComputedRef<string>;
2259
- tableBodyStyles: ComputedRef<{
2260
- width: string;
2261
- }>;
2262
- emptyBlockStyle: ComputedRef<{
2263
- width: string;
2264
- height: string;
2265
- } | undefined>;
2266
- debouncedUpdateLayout: DebouncedFunc<() => void>;
2267
- setCurrentRow: (row: any) => void;
2268
- getSelectionRows: () => any[];
2269
- toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
2270
- clearSelection: () => void;
2271
- clearFilter: (columnKeys?: string[] | string) => void;
2272
- toggleAllSelection: () => void;
2273
- toggleRowExpansion: (row: any, expanded?: boolean) => void;
2274
- clearSort: () => void;
2275
- doLayout: () => void;
2276
- sort: (prop: string, order: string) => void;
2277
- updateKeyChildren: (key: string, data: any[]) => void;
2278
- t: Translator;
2279
- setDragVisible: (visible: boolean) => void;
2280
- context: Table<any>;
2281
- computedSumText: ComputedRef<string>;
2282
- computedEmptyText: ComputedRef<string>;
2283
- tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
2284
- scrollbarViewStyle: {
2285
- display: string;
2286
- verticalAlign: string;
2287
- };
2288
- scrollbarStyle: ComputedRef<{
2289
- height: string;
2290
- maxHeight?: undefined;
2291
- } | {
2292
- maxHeight: string;
2293
- height?: undefined;
2294
- } | {
2295
- height?: undefined;
2296
- maxHeight?: undefined;
2297
- }>;
2298
- scrollBarRef: Ref<any>;
2299
- scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
2300
- setScrollLeft: (left?: number) => void;
2301
- setScrollTop: (top?: number) => void;
2302
- allowDragLastColumn: boolean;
2303
- }, {}, {}, {}, {
2304
- data: any[];
2305
- style: CSSProperties;
2306
- tableLayout: "fixed" | "auto";
2307
- border: boolean;
2308
- className: string;
2309
- fit: boolean;
2310
- lazy: boolean;
2311
- scrollbarAlwaysOn: boolean;
2312
- allowDragLastColumn: boolean;
2313
- treeProps: TreeProps | undefined;
2314
- defaultExpandAll: boolean;
2315
- selectOnIndeterminate: boolean;
2316
- indent: number;
2317
- stripe: boolean;
2318
- showHeader: boolean;
2319
- showSummary: boolean;
2320
- highlightCurrentRow: boolean;
2321
- flexible: boolean;
2322
- scrollbarTabindex: string | number;
2323
- preserveExpandedContent: boolean;
2324
- }> | null;
2325
- };
2326
- $slots: Readonly<{
2327
- [name: string]: Slot<any> | undefined;
2328
- }>;
2329
- $root: ComponentPublicInstance | null;
2330
- $parent: ComponentPublicInstance | null;
2331
- $host: Element | null;
2332
- $emit: (event: string, ...args: any[]) => void;
2333
- $el: HTMLDivElement;
2334
- $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
2335
- defaultSort: {
2336
- type: () => DefaultSort;
2337
- default(): {};
2338
- };
2339
- height: {
2340
- type: (NumberConstructor | StringConstructor)[];
2341
- default(): string;
2342
- };
2343
- loading: {
2344
- type: BooleanConstructor;
2345
- default: boolean;
2346
- };
2347
- adaptive: BooleanConstructor;
2348
- list: {
2349
- type: {
2350
- (arrayLength: number): ListObj[];
2351
- (...items: ListObj[]): ListObj[];
2352
- new (arrayLength: number): ListObj[];
2353
- new (...items: ListObj[]): ListObj[];
2354
- isArray(arg: any): arg is any[];
2355
- readonly prototype: any[];
2356
- from<T>(arrayLike: ArrayLike<T>): T[];
2357
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2358
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2359
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2360
- of<T>(...items: T[]): T[];
2361
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2362
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2363
- readonly [Symbol.species]: ArrayConstructor;
2364
- };
2365
- default(): never[];
2366
- };
2367
- value: {
2368
- type: {
2369
- (arrayLength: number): ObjAny[];
2370
- (...items: ObjAny[]): ObjAny[];
2371
- new (arrayLength: number): ObjAny[];
2372
- new (...items: ObjAny[]): ObjAny[];
2373
- isArray(arg: any): arg is any[];
2374
- readonly prototype: any[];
2375
- from<T>(arrayLike: ArrayLike<T>): T[];
2376
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2377
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2378
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2379
- of<T>(...items: T[]): T[];
2380
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2381
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2382
- readonly [Symbol.species]: ArrayConstructor;
2383
- };
2384
- default(): never[];
2385
- };
2386
- lineHeight: {
2387
- type: (NumberConstructor | StringConstructor)[];
2388
- };
2389
- options: {
2390
- type: ObjectConstructor;
2391
- default(): {};
2392
- };
2393
- compons: {
2394
- type: () => {
2395
- [key: string]: Component;
2396
- };
2397
- default(): {};
2398
- };
2399
- }>> & Readonly<{}>, {
2400
- clearSelection: () => void;
2401
- toggleRowSelection: (...arr: any[]) => void;
2402
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
2403
- value: ObjAny[];
2404
- loading: boolean;
2405
- options: Record<string, any>;
2406
- height: string | number;
2407
- list: ListObj[];
2408
- compons: {
2409
- [key: string]: Component;
2410
- };
2411
- defaultSort: DefaultSort;
2412
- adaptive: boolean;
2413
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2414
- beforeCreate?: (() => void) | (() => void)[];
2415
- created?: (() => void) | (() => void)[];
2416
- beforeMount?: (() => void) | (() => void)[];
2417
- mounted?: (() => void) | (() => void)[];
2418
- beforeUpdate?: (() => void) | (() => void)[];
2419
- updated?: (() => void) | (() => void)[];
2420
- activated?: (() => void) | (() => void)[];
2421
- deactivated?: (() => void) | (() => void)[];
2422
- beforeDestroy?: (() => void) | (() => void)[];
2423
- beforeUnmount?: (() => void) | (() => void)[];
2424
- destroyed?: (() => void) | (() => void)[];
2425
- unmounted?: (() => void) | (() => void)[];
2426
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2427
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2428
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2429
- };
2430
- $forceUpdate: () => void;
2431
- $nextTick: nextTick;
2432
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2433
- } & Readonly<{
2434
- value: ObjAny[];
2435
- loading: boolean;
2436
- options: Record<string, any>;
2437
- height: string | number;
2438
- list: ListObj[];
2439
- compons: {
2440
- [key: string]: Component;
2441
- };
2442
- defaultSort: DefaultSort;
2443
- adaptive: boolean;
2444
- }> & Omit<Readonly< ExtractPropTypes<{
2445
- defaultSort: {
2446
- type: () => DefaultSort;
2447
- default(): {};
2448
- };
2449
- height: {
2450
- type: (NumberConstructor | StringConstructor)[];
2451
- default(): string;
2452
- };
2453
- loading: {
2454
- type: BooleanConstructor;
2455
- default: boolean;
2456
- };
2457
- adaptive: BooleanConstructor;
2458
- list: {
2459
- type: {
2460
- (arrayLength: number): ListObj[];
2461
- (...items: ListObj[]): ListObj[];
2462
- new (arrayLength: number): ListObj[];
2463
- new (...items: ListObj[]): ListObj[];
2464
- isArray(arg: any): arg is any[];
2465
- readonly prototype: any[];
2466
- from<T>(arrayLike: ArrayLike<T>): T[];
2467
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2468
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2469
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2470
- of<T>(...items: T[]): T[];
2471
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2472
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2473
- readonly [Symbol.species]: ArrayConstructor;
2474
- };
2475
- default(): never[];
2476
- };
2477
- value: {
2478
- type: {
2479
- (arrayLength: number): ObjAny[];
2480
- (...items: ObjAny[]): ObjAny[];
2481
- new (arrayLength: number): ObjAny[];
2482
- new (...items: ObjAny[]): ObjAny[];
2483
- isArray(arg: any): arg is any[];
2484
- readonly prototype: any[];
2485
- from<T>(arrayLike: ArrayLike<T>): T[];
2486
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2487
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2488
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2489
- of<T>(...items: T[]): T[];
2490
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2491
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2492
- readonly [Symbol.species]: ArrayConstructor;
2493
- };
2494
- default(): never[];
2495
- };
2496
- lineHeight: {
2497
- type: (NumberConstructor | StringConstructor)[];
2498
- };
2499
- options: {
2500
- type: ObjectConstructor;
2501
- default(): {};
2502
- };
2503
- compons: {
2504
- type: () => {
2505
- [key: string]: Component;
2506
- };
2507
- default(): {};
2508
- };
2509
- }>> & Readonly<{}>, "toggleRowSelection" | "clearSelection" | ("value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive")> & ShallowUnwrapRef<{
2510
- clearSelection: () => void;
2511
- toggleRowSelection: (...arr: any[]) => void;
2512
- }> & {} & ComponentCustomProperties & {} & {
2513
- $slots: Partial<Record<string, (_: any) => any>> & {
2514
- 'no-data'?(_: {}): any;
2515
- };
2516
- }) | null;
2517
- };
2518
- $slots: Readonly<{
2519
- [name: string]: Slot<any> | undefined;
2520
- }>;
2521
- $root: ComponentPublicInstance | null;
2522
- $parent: ComponentPublicInstance | null;
2523
- $host: Element | null;
2524
- $emit: (event: string, ...args: any[]) => void;
2525
- $el: HTMLDivElement;
2526
- $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
2527
- configs: {
2528
- type: () => Config;
2529
- };
2530
- config: {
2531
- type: () => TableConfig;
2532
- default(): {};
2533
- };
2534
- list: {
2535
- type: {
2536
- (arrayLength: number): ListObj[];
2537
- (...items: ListObj[]): ListObj[];
2538
- new (arrayLength: number): ListObj[];
2539
- new (...items: ListObj[]): ListObj[];
2540
- isArray(arg: any): arg is any[];
2541
- readonly prototype: any[];
2542
- from<T>(arrayLike: ArrayLike<T>): T[];
2543
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2544
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2545
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2546
- of<T>(...items: T[]): T[];
2547
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2548
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2549
- readonly [Symbol.species]: ArrayConstructor;
2550
- };
2551
- default(): never[];
2552
- };
2553
- load: {
2554
- type: BooleanConstructor;
2555
- default: boolean;
2556
- };
2557
- options: {
2558
- type: ObjectConstructor;
2559
- default(): {};
2560
- };
2561
- compons: {
2562
- type: () => {
2563
- [key: string]: Component;
2564
- };
2565
- default(): {};
2566
- };
2567
- value: {
2568
- type: () => ObjAny;
2569
- };
2570
- ajax: {
2571
- type: (StringConstructor | FunctionConstructor)[];
2572
- };
2573
- param: {
2574
- type: ObjectConstructor;
2575
- default(): {};
2576
- };
2577
- ajaxConfig: {
2578
- type: ObjectConstructor;
2579
- };
2580
- onRequestAfter: {
2581
- type: FunctionConstructor;
2582
- };
2583
- onRequestBefore: {
2584
- type: FunctionConstructor;
2585
- };
2586
- }>> & Readonly<{}>, {
2587
- getSelection: typeof getSelection;
2588
- initData: (callback?: () => void) => void;
2589
- getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
2590
- getList: (callback?: () => void) => void;
2591
- empty: () => void;
2592
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
2593
- config: TableConfig;
2594
- param: Record<string, any>;
2595
- options: Record<string, any>;
2596
- load: boolean;
2597
- list: ListObj[];
2598
- compons: {
2599
- [key: string]: Component;
2600
- };
2601
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2602
- beforeCreate?: (() => void) | (() => void)[];
2603
- created?: (() => void) | (() => void)[];
2604
- beforeMount?: (() => void) | (() => void)[];
2605
- mounted?: (() => void) | (() => void)[];
2606
- beforeUpdate?: (() => void) | (() => void)[];
2607
- updated?: (() => void) | (() => void)[];
2608
- activated?: (() => void) | (() => void)[];
2609
- deactivated?: (() => void) | (() => void)[];
2610
- beforeDestroy?: (() => void) | (() => void)[];
2611
- beforeUnmount?: (() => void) | (() => void)[];
2612
- destroyed?: (() => void) | (() => void)[];
2613
- unmounted?: (() => void) | (() => void)[];
2614
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2615
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2616
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2617
- };
2618
- $forceUpdate: () => void;
2619
- $nextTick: nextTick;
2620
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2621
- } & Readonly<{
2622
- config: TableConfig;
2623
- param: Record<string, any>;
2624
- options: Record<string, any>;
2625
- load: boolean;
2626
- list: ListObj[];
2627
- compons: {
2628
- [key: string]: Component;
2629
- };
2630
- }> & Omit<Readonly< ExtractPropTypes<{
2631
- configs: {
2632
- type: () => Config;
2633
- };
2634
- config: {
2635
- type: () => TableConfig;
2636
- default(): {};
2637
- };
2638
- list: {
2639
- type: {
2640
- (arrayLength: number): ListObj[];
2641
- (...items: ListObj[]): ListObj[];
2642
- new (arrayLength: number): ListObj[];
2643
- new (...items: ListObj[]): ListObj[];
2644
- isArray(arg: any): arg is any[];
2645
- readonly prototype: any[];
2646
- from<T>(arrayLike: ArrayLike<T>): T[];
2647
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2648
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2649
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2650
- of<T>(...items: T[]): T[];
2651
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2652
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2653
- readonly [Symbol.species]: ArrayConstructor;
2654
- };
2655
- default(): never[];
2656
- };
2657
- load: {
2658
- type: BooleanConstructor;
2659
- default: boolean;
2660
- };
2661
- options: {
2662
- type: ObjectConstructor;
2663
- default(): {};
2664
- };
2665
- compons: {
2666
- type: () => {
2667
- [key: string]: Component;
2668
- };
2669
- default(): {};
2670
- };
2671
- value: {
2672
- type: () => ObjAny;
2673
- };
2674
- ajax: {
2675
- type: (StringConstructor | FunctionConstructor)[];
2676
- };
2677
- param: {
2678
- type: ObjectConstructor;
2679
- default(): {};
2680
- };
2681
- ajaxConfig: {
2682
- type: ObjectConstructor;
2683
- };
2684
- onRequestAfter: {
2685
- type: FunctionConstructor;
2686
- };
2687
- onRequestBefore: {
2688
- type: FunctionConstructor;
2689
- };
2690
- }>> & Readonly<{}>, "empty" | ("config" | "param" | "options" | "load" | "list" | "compons") | "getSelection" | "initData" | "getData" | "getList"> & ShallowUnwrapRef<{
2691
- getSelection: typeof getSelection;
2692
- initData: (callback?: () => void) => void;
2693
- getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
2694
- getList: (callback?: () => void) => void;
2695
- empty: () => void;
2696
- }> & {} & ComponentCustomProperties & {} & {
2697
- $slots: Partial<Record<string, (_: any) => any>>;
369
+ /*elided*/
370
+ } & /*... 6 more elided ...*/ any & {
371
+ /*elided*/
2698
372
  }) | null;
2699
- }, HTMLDivElement, ComponentProvideOptions, {
2700
- P: {};
2701
- B: {};
2702
- D: {};
2703
- C: {};
2704
- M: {};
2705
- Defaults: {};
2706
- }, Readonly< ExtractPropTypes<{
2707
- config: {
2708
- type: () => {
2709
- name: string;
2710
- setColumn?: boolean;
2711
- query?: {
2712
- is?: boolean;
2713
- senior?: boolean;
2714
- reset?: boolean;
2715
- config?: ObjAny;
2716
- list?: Array<ListObj | string>;
2717
- };
2718
- form?: ObjAny;
2719
- add?: {
2720
- is?: boolean;
2721
- ajax?: string | Function | {
2722
- [key: string]: any;
2723
- url?: string | Function;
2724
- onRequestBefore?: Function;
2725
- onRequestAfter?: Function;
2726
- config?: {
2727
- [key: string]: any;
2728
- };
2729
- };
2730
- value?: ObjAny;
2731
- list?: Array<ListObj | string>;
2732
- };
2733
- edit?: {
2734
- is?: boolean;
2735
- ajax?: string | Function | {
2736
- [key: string]: any;
2737
- url?: string | Function;
2738
- onRequestBefore?: Function;
2739
- onRequestAfter?: Function;
2740
- config?: {
2741
- [key: string]: any;
2742
- };
2743
- };
2744
- list?: Array<ListObj | string>;
2745
- };
2746
- details?: {
2747
- is?: boolean;
2748
- ajax?: string | Function | {
2749
- [key: string]: any;
2750
- url?: string | Function;
2751
- onRequestBefore?: Function;
2752
- onRequestAfter?: Function;
2753
- config?: {
2754
- [key: string]: any;
2755
- };
2756
- };
2757
- config?: ObjAny;
2758
- list?: Array<ListObj | string>;
2759
- };
2760
- delete?: {
2761
- is?: boolean;
2762
- ajax?: string | Function | {
2763
- [key: string]: any;
2764
- url?: string | Function;
2765
- onRequestBefore?: Function;
2766
- onRequestAfter?: Function;
2767
- config?: {
2768
- [key: string]: any;
2769
- };
2770
- };
2771
- name?: string;
2772
- prop?: string;
2773
- label?: string;
2774
- };
2775
- table?: TableConfig & {
2776
- operation?: boolean;
2777
- };
2778
- };
2779
- default(): {};
2780
- };
2781
- value: {
2782
- type: () => ObjAny;
2783
- default(): {};
2784
- };
2785
- list: {
2786
- type: {
2787
- (arrayLength: number): ListObj[];
2788
- (...items: ListObj[]): ListObj[];
2789
- new (arrayLength: number): ListObj[];
2790
- new (...items: ListObj[]): ListObj[];
2791
- isArray(arg: any): arg is any[];
2792
- readonly prototype: any[];
2793
- from<T>(arrayLike: ArrayLike<T>): T[];
2794
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2795
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2796
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2797
- of<T>(...items: T[]): T[];
2798
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2799
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2800
- readonly [Symbol.species]: ArrayConstructor;
2801
- };
2802
- default(): never[];
2803
- };
2804
- options: {
2805
- type: ObjectConstructor;
2806
- default(): {};
2807
- };
2808
- compons: {
2809
- type: () => {
2810
- [key: string]: Component;
2811
- };
2812
- default(): {};
2813
- };
2814
- }>> & Readonly<{
2815
- onDelete?: ((...args: any[]) => any) | undefined;
2816
- onAdd?: ((...args: any[]) => any) | undefined;
2817
- onEdit?: ((...args: any[]) => any) | undefined;
2818
- }>, {}, {}, {}, {}, {
2819
- config: {
2820
- name: string;
2821
- setColumn?: boolean;
2822
- query?: {
2823
- is?: boolean;
2824
- senior?: boolean;
2825
- reset?: boolean;
2826
- config?: ObjAny;
2827
- list?: Array<ListObj | string>;
2828
- };
2829
- form?: ObjAny;
2830
- add?: {
2831
- is?: boolean;
2832
- ajax?: string | Function | {
2833
- [key: string]: any;
2834
- url?: string | Function;
2835
- onRequestBefore?: Function;
2836
- onRequestAfter?: Function;
2837
- config?: {
2838
- [key: string]: any;
2839
- };
2840
- };
2841
- value?: ObjAny;
2842
- list?: Array<ListObj | string>;
2843
- };
2844
- edit?: {
2845
- is?: boolean;
2846
- ajax?: string | Function | {
2847
- [key: string]: any;
2848
- url?: string | Function;
2849
- onRequestBefore?: Function;
2850
- onRequestAfter?: Function;
2851
- config?: {
2852
- [key: string]: any;
2853
- };
2854
- };
2855
- list?: Array<ListObj | string>;
2856
- };
2857
- details?: {
2858
- is?: boolean;
2859
- ajax?: string | Function | {
2860
- [key: string]: any;
2861
- url?: string | Function;
2862
- onRequestBefore?: Function;
2863
- onRequestAfter?: Function;
2864
- config?: {
2865
- [key: string]: any;
2866
- };
2867
- };
2868
- config?: ObjAny;
2869
- list?: Array<ListObj | string>;
2870
- };
2871
- delete?: {
2872
- is?: boolean;
2873
- ajax?: string | Function | {
2874
- [key: string]: any;
2875
- url?: string | Function;
2876
- onRequestBefore?: Function;
2877
- onRequestAfter?: Function;
2878
- config?: {
2879
- [key: string]: any;
2880
- };
2881
- };
2882
- name?: string;
2883
- prop?: string;
2884
- label?: string;
2885
- };
2886
- table?: TableConfig & {
2887
- operation?: boolean;
2888
- };
2889
- };
2890
- value: ObjAny;
2891
- options: Record<string, any>;
2892
- list: ListObj[];
2893
- compons: {
2894
- [key: string]: Component;
2895
- };
373
+ }, /*... 8 more elided ...*/ any, {
374
+ /*elided*/
2896
375
  }>;
2897
376
  __isFragment?: never;
2898
377
  __isTeleport?: never;
2899
378
  __isSuspense?: never;
2900
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
2901
- config: {
2902
- type: () => {
2903
- name: string;
2904
- setColumn?: boolean;
2905
- query?: {
2906
- is?: boolean;
2907
- senior?: boolean;
2908
- reset?: boolean;
2909
- config?: ObjAny;
2910
- list?: Array<ListObj | string>;
2911
- };
2912
- form?: ObjAny;
2913
- add?: {
2914
- is?: boolean;
2915
- ajax?: string | Function | {
2916
- [key: string]: any;
2917
- url?: string | Function;
2918
- onRequestBefore?: Function;
2919
- onRequestAfter?: Function;
2920
- config?: {
2921
- [key: string]: any;
2922
- };
2923
- };
2924
- value?: ObjAny;
2925
- list?: Array<ListObj | string>;
2926
- };
2927
- edit?: {
2928
- is?: boolean;
2929
- ajax?: string | Function | {
2930
- [key: string]: any;
2931
- url?: string | Function;
2932
- onRequestBefore?: Function;
2933
- onRequestAfter?: Function;
2934
- config?: {
2935
- [key: string]: any;
2936
- };
2937
- };
2938
- list?: Array<ListObj | string>;
2939
- };
2940
- details?: {
2941
- is?: boolean;
2942
- ajax?: string | Function | {
2943
- [key: string]: any;
2944
- url?: string | Function;
2945
- onRequestBefore?: Function;
2946
- onRequestAfter?: Function;
2947
- config?: {
2948
- [key: string]: any;
2949
- };
2950
- };
2951
- config?: ObjAny;
2952
- list?: Array<ListObj | string>;
2953
- };
2954
- delete?: {
2955
- is?: boolean;
2956
- ajax?: string | Function | {
2957
- [key: string]: any;
2958
- url?: string | Function;
2959
- onRequestBefore?: Function;
2960
- onRequestAfter?: Function;
2961
- config?: {
2962
- [key: string]: any;
2963
- };
2964
- };
2965
- name?: string;
2966
- prop?: string;
2967
- label?: string;
2968
- };
2969
- table?: TableConfig & {
2970
- operation?: boolean;
2971
- };
2972
- };
2973
- default(): {};
2974
- };
2975
- value: {
2976
- type: () => ObjAny;
2977
- default(): {};
2978
- };
2979
- list: {
2980
- type: {
2981
- (arrayLength: number): ListObj[];
2982
- (...items: ListObj[]): ListObj[];
2983
- new (arrayLength: number): ListObj[];
2984
- new (...items: ListObj[]): ListObj[];
2985
- isArray(arg: any): arg is any[];
2986
- readonly prototype: any[];
2987
- from<T>(arrayLike: ArrayLike<T>): T[];
2988
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2989
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2990
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2991
- of<T>(...items: T[]): T[];
2992
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2993
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2994
- readonly [Symbol.species]: ArrayConstructor;
2995
- };
2996
- default(): never[];
2997
- };
2998
- options: {
2999
- type: ObjectConstructor;
3000
- default(): {};
3001
- };
3002
- compons: {
3003
- type: () => {
3004
- [key: string]: Component;
3005
- };
3006
- default(): {};
3007
- };
3008
- }>> & Readonly<{
3009
- onDelete?: ((...args: any[]) => any) | undefined;
3010
- onAdd?: ((...args: any[]) => any) | undefined;
3011
- onEdit?: ((...args: any[]) => any) | undefined;
3012
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3013
- delete: (...args: any[]) => void;
3014
- add: (...args: any[]) => void;
3015
- edit: (...args: any[]) => void;
3016
- }, string, {
3017
- config: {
3018
- name: string;
3019
- setColumn?: boolean;
3020
- query?: {
3021
- is?: boolean;
3022
- senior?: boolean;
3023
- reset?: boolean;
3024
- config?: ObjAny;
3025
- list?: Array<ListObj | string>;
3026
- };
3027
- form?: ObjAny;
3028
- add?: {
3029
- is?: boolean;
3030
- ajax?: string | Function | {
3031
- [key: string]: any;
3032
- url?: string | Function;
3033
- onRequestBefore?: Function;
3034
- onRequestAfter?: Function;
3035
- config?: {
3036
- [key: string]: any;
3037
- };
3038
- };
3039
- value?: ObjAny;
3040
- list?: Array<ListObj | string>;
3041
- };
3042
- edit?: {
3043
- is?: boolean;
3044
- ajax?: string | Function | {
3045
- [key: string]: any;
3046
- url?: string | Function;
3047
- onRequestBefore?: Function;
3048
- onRequestAfter?: Function;
3049
- config?: {
3050
- [key: string]: any;
3051
- };
3052
- };
3053
- list?: Array<ListObj | string>;
3054
- };
3055
- details?: {
3056
- is?: boolean;
3057
- ajax?: string | Function | {
3058
- [key: string]: any;
3059
- url?: string | Function;
3060
- onRequestBefore?: Function;
3061
- onRequestAfter?: Function;
3062
- config?: {
3063
- [key: string]: any;
3064
- };
3065
- };
3066
- config?: ObjAny;
3067
- list?: Array<ListObj | string>;
3068
- };
3069
- delete?: {
3070
- is?: boolean;
3071
- ajax?: string | Function | {
3072
- [key: string]: any;
3073
- url?: string | Function;
3074
- onRequestBefore?: Function;
3075
- onRequestAfter?: Function;
3076
- config?: {
3077
- [key: string]: any;
3078
- };
3079
- };
3080
- name?: string;
3081
- prop?: string;
3082
- label?: string;
3083
- };
3084
- table?: TableConfig & {
3085
- operation?: boolean;
3086
- };
3087
- };
3088
- value: ObjAny;
3089
- options: Record<string, any>;
3090
- list: ListObj[];
3091
- compons: {
3092
- [key: string]: Component;
3093
- };
3094
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
3095
- $slots: Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {
3096
- row: any;
3097
- }) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>>;
379
+ } & /*... 4 more elided ...*/ any & (new () => {
380
+ /*elided*/
3098
381
  })>;
3099
382
  export { Page, Page as default };