@aplus-frontend/ui 0.6.0-beta.4 → 0.6.0-beta.5

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 (172) hide show
  1. package/es/src/ap-action/group/index.vue.d.ts +1 -1
  2. package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  3. package/es/src/ap-field/date/index.vue.d.ts +1 -1
  4. package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
  5. package/es/src/ap-field/number/index.vue.d.ts +1 -1
  6. package/es/src/ap-field/rate/index.vue.d.ts +1 -1
  7. package/es/src/ap-field/select/index.vue.d.ts +1 -1
  8. package/es/src/ap-field/tree-select/index.vue.d.ts +1 -1
  9. package/es/src/ap-form/item/index.vue.d.ts +1 -1
  10. package/es/src/ap-form/items/number/index.vue.d.ts +8 -8
  11. package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
  12. package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
  13. package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
  14. package/es/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
  15. package/es/src/ap-form/render/item.vue.d.ts +1 -1
  16. package/es/src/ap-grid/index.vue.mjs +37 -35
  17. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
  18. package/es/src/ap-table/ap-table.vue2.mjs +20 -18
  19. package/es/src/ap-table/constants.d.ts +30 -30
  20. package/es/src/ap-table/utils.d.ts +14 -14
  21. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
  22. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +25 -25
  23. package/es/src/business/ap-expand-alert/index.d.ts +4 -4
  24. package/es/src/business/ap-label/ApLabel.d.ts +1 -1
  25. package/es/src/business/ap-label/index.d.ts +3 -3
  26. package/es/src/business/ap-ladder/ApLadder.d.ts +1 -1
  27. package/es/src/business/ap-ladder/index.d.ts +3 -3
  28. package/es/src/business/ap-view/ap-view.vue2.mjs +60 -58
  29. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +79 -73
  30. package/es/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
  31. package/es/src/business/batch-input-group/form-item.vue.d.ts +1 -1
  32. package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
  33. package/es/src/check-card/group.vue.d.ts +1 -1
  34. package/es/src/config-provider/config-provider-props.d.ts +0 -5
  35. package/es/src/config-provider/config-provider-props.mjs +0 -4
  36. package/es/src/config-provider/config-provider.d.ts +0 -138
  37. package/es/src/config-provider/config-provider.mjs +21 -26
  38. package/es/src/config-provider/hooks/use-global-config.d.ts +0 -5
  39. package/es/src/config-provider/index.d.ts +0 -652
  40. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  41. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  42. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  43. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
  44. package/lib/src/ap-field/number/index.vue.d.ts +1 -1
  45. package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
  46. package/lib/src/ap-field/select/index.vue.d.ts +1 -1
  47. package/lib/src/ap-field/tree-select/index.vue.d.ts +1 -1
  48. package/lib/src/ap-form/item/index.vue.d.ts +1 -1
  49. package/lib/src/ap-form/items/number/index.vue.d.ts +8 -8
  50. package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
  51. package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
  52. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  53. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
  54. package/lib/src/ap-form/render/item.vue.d.ts +1 -1
  55. package/lib/src/ap-grid/index.vue.js +1 -1
  56. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
  57. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  58. package/lib/src/ap-table/constants.d.ts +30 -30
  59. package/lib/src/ap-table/utils.d.ts +14 -14
  60. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
  61. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  62. package/lib/src/business/ap-expand-alert/index.d.ts +4 -4
  63. package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
  64. package/lib/src/business/ap-label/index.d.ts +3 -3
  65. package/lib/src/business/ap-ladder/ApLadder.d.ts +1 -1
  66. package/lib/src/business/ap-ladder/index.d.ts +3 -3
  67. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  68. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
  69. package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
  70. package/lib/src/business/batch-input-group/form-item.vue.d.ts +1 -1
  71. package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
  72. package/lib/src/check-card/group.vue.d.ts +1 -1
  73. package/lib/src/config-provider/config-provider-props.d.ts +0 -5
  74. package/lib/src/config-provider/config-provider-props.js +1 -1
  75. package/lib/src/config-provider/config-provider.d.ts +0 -138
  76. package/lib/src/config-provider/config-provider.js +1 -1
  77. package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -5
  78. package/lib/src/config-provider/index.d.ts +0 -652
  79. package/package.json +1 -1
  80. package/theme/antd-global-overwrite/admin/index.css +3 -0
  81. package/theme/antd-global-overwrite/admin/index.less +1 -0
  82. package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
  83. package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
  84. package/theme/antd-global-overwrite/aplus/index.css +3 -0
  85. package/theme/antd-global-overwrite/aplus/index.less +1 -0
  86. package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
  87. package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
  88. package/theme/ap-action/item-dropdown.css +17 -0
  89. package/theme/ap-action/item.css +17 -0
  90. package/theme/ap-appendix/ap-appendix.css +17 -0
  91. package/theme/ap-attachment/ap-attachment.css +17 -0
  92. package/theme/ap-batch-action/ap-batch-action.css +17 -0
  93. package/theme/ap-button/ap-button.css +17 -0
  94. package/theme/ap-card/ap-card.css +17 -0
  95. package/theme/ap-descriptions/ap-descriptions.css +17 -0
  96. package/theme/ap-download/ap-download.css +17 -0
  97. package/theme/ap-expand-alert/ap-expand-alert.css +17 -0
  98. package/theme/ap-field/checkbox.css +17 -0
  99. package/theme/ap-field/index.css +17 -0
  100. package/theme/ap-field/number.css +17 -0
  101. package/theme/ap-field/radio.css +17 -0
  102. package/theme/ap-field/text-area.css +17 -0
  103. package/theme/ap-form/ap-form-item-group.css +17 -0
  104. package/theme/ap-form/ap-form-item.css +22 -2
  105. package/theme/ap-form/ap-form-item.less +9 -3
  106. package/theme/ap-form/drawer-form.css +17 -0
  107. package/theme/ap-form/index.css +22 -2
  108. package/theme/ap-form/item-text-group.css +17 -0
  109. package/theme/ap-form/item-text.css +17 -0
  110. package/theme/ap-form/modal-form.css +17 -0
  111. package/theme/ap-form/search-form-sorter.css +17 -0
  112. package/theme/ap-form/search-form.css +22 -2
  113. package/theme/ap-grid/editable.css +17 -0
  114. package/theme/ap-grid/index.css +39 -2
  115. package/theme/ap-grid/index.less +1 -0
  116. package/theme/ap-group-search/ap-extension-select.css +17 -0
  117. package/theme/ap-group-search/ap-group-search.css +17 -0
  118. package/theme/ap-group-search/ap-popover-select.css +17 -0
  119. package/theme/ap-image/ap-image.css +17 -0
  120. package/theme/ap-input-radio/ap-input-radio.css +17 -0
  121. package/theme/ap-label/ap-label.css +17 -0
  122. package/theme/ap-ladder/ap-ladder.css +17 -0
  123. package/theme/ap-layout/ap-info-layout.css +17 -0
  124. package/theme/ap-list/index.css +17 -0
  125. package/theme/ap-product-info/ap-product-info.css +17 -0
  126. package/theme/ap-select-layout/ap-select-layout.css +17 -0
  127. package/theme/ap-size-input/ap-size-input.css +17 -0
  128. package/theme/ap-status/ap-status.css +17 -0
  129. package/theme/ap-summary/index.css +17 -0
  130. package/theme/ap-table/ap-table-index.css +17 -0
  131. package/theme/ap-table/ap-table-paragraph-ellipsis.css +17 -0
  132. package/theme/ap-table/ap-table.css +39 -2
  133. package/theme/ap-table/ap-table.less +1 -0
  134. package/theme/ap-table/setting/index.css +17 -0
  135. package/theme/ap-table/setting/modal.css +17 -0
  136. package/theme/ap-table/setting/select-group.css +17 -0
  137. package/theme/ap-table/setting/sortable-item-meta.css +17 -0
  138. package/theme/ap-table/setting/sortable-item.css +17 -0
  139. package/theme/ap-table/setting/sorter.css +17 -0
  140. package/theme/ap-table-modal/index.css +39 -2
  141. package/theme/ap-tag/ap-tag-group.css +17 -0
  142. package/theme/ap-tag/ap-tag.css +17 -0
  143. package/theme/ap-title/ap-title.css +17 -0
  144. package/theme/ap-upload/index.css +17 -0
  145. package/theme/ap-upload/multiple-file.css +17 -0
  146. package/theme/ap-upload/picture.css +17 -0
  147. package/theme/ap-upload/single-file.css +17 -0
  148. package/theme/ap-upload/upload.css +17 -0
  149. package/theme/ap-upload-single/index.css +17 -0
  150. package/theme/ap-view/ap-view.css +17 -0
  151. package/theme/batch-input-group/index.css +17 -0
  152. package/theme/batch-input-group/popover-input.css +17 -0
  153. package/theme/check-card/index.css +17 -0
  154. package/theme/editable-table/index.css +22 -2
  155. package/theme/full-screen/index.css +17 -0
  156. package/theme/index.css +148 -2
  157. package/theme/index.less +1 -0
  158. package/theme/mask/index.css +17 -0
  159. package/theme/mixins/mixins.css +17 -0
  160. package/theme/mixins/mixins.less +28 -0
  161. package/theme/scroll-bar/index.css +17 -0
  162. package/theme/scroll-view/index.css +17 -0
  163. package/theme/splitter/index.css +17 -0
  164. package/theme/text/group.css +17 -0
  165. package/theme/text/index.css +17 -0
  166. package/theme/ui-mode.css +92 -0
  167. package/theme/ui-mode.less +93 -0
  168. package/theme/work-order-modal/index.css +17 -0
  169. package/es/src/config-provider/css-var.d.ts +0 -139
  170. package/es/src/config-provider/css-var.mjs +0 -278
  171. package/lib/src/config-provider/css-var.d.ts +0 -139
  172. package/lib/src/config-provider/css-var.js +0 -1
@@ -4,8 +4,8 @@ import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
4
4
  import { GroupActionTypes } from '..';
5
5
  declare const _default: DefineComponent<ApActionGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionGroupProps> & Readonly<{}>, {
6
6
  placement: "top" | "topLeft" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter";
7
- count: number;
8
7
  trigger: Trigger | Trigger[];
9
8
  actions: GroupActionTypes[];
9
+ count: number;
10
10
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11
11
  export default _default;
@@ -16,8 +16,8 @@ declare const __VLS_component: DefineComponent<ApActionItemDropdownProps, {}, {}
16
16
  visible: boolean;
17
17
  color: ActionColor;
18
18
  disabled: boolean;
19
- trigger: Trigger | Trigger[];
20
19
  loading: boolean;
20
+ trigger: Trigger | Trigger[];
21
21
  actions: MixedActionTypes[];
22
22
  showIcon: boolean;
23
23
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -33,8 +33,8 @@ declare const __VLS_component: DefineComponent<ApFieldDateProps, {}, {}, {}, {},
33
33
  mode: FieldMode;
34
34
  open: boolean;
35
35
  disabled: boolean;
36
- bordered: boolean;
37
36
  autofocus: boolean;
37
+ bordered: boolean;
38
38
  format: LiteralUnion<ApFormatPresetType, string>;
39
39
  clearIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
40
40
  [key: string]: any;
@@ -41,8 +41,8 @@ declare const __VLS_component: DefineComponent<ApFieldDateRangeProps, {}, {}, {}
41
41
  [key: string]: any;
42
42
  }> | null;
43
43
  disabled: boolean | [boolean, boolean];
44
- bordered: boolean;
45
44
  autofocus: boolean;
45
+ bordered: boolean;
46
46
  format: LiteralUnion<ApFormatPresetType, string>;
47
47
  clearIcon: string | number | boolean | void | VNode<RendererNode, RendererElement, {
48
48
  [key: string]: any;
@@ -353,8 +353,8 @@ declare const __VLS_component: DefineComponent<ApFieldNumberProps, {
353
353
  }>, {
354
354
  step: ValueType;
355
355
  disabled: boolean;
356
- bordered: boolean;
357
356
  keyboard: boolean;
357
+ bordered: boolean;
358
358
  max: ValueType;
359
359
  min: ValueType;
360
360
  controls: boolean;
@@ -109,9 +109,9 @@ declare const __VLS_component: DefineComponent<ApFieldRateProps, {
109
109
  }>, {
110
110
  mode: FieldMode;
111
111
  disabled: boolean;
112
- count: number;
113
112
  autofocus: boolean;
114
113
  allowClear: boolean;
114
+ count: number;
115
115
  allowHalf: boolean;
116
116
  character: any;
117
117
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -449,9 +449,9 @@ declare const __VLS_component: DefineComponent<ApFieldSelectProps, {
449
449
  open: boolean;
450
450
  multiple: boolean;
451
451
  disabled: boolean;
452
- bordered: boolean;
453
452
  loading: boolean;
454
453
  autofocus: boolean;
454
+ bordered: boolean;
455
455
  virtual: boolean;
456
456
  lazy: boolean;
457
457
  allowClear: boolean;
@@ -593,9 +593,9 @@ declare const __VLS_component: DefineComponent<ApFieldTreeSelectProps, {
593
593
  open: boolean;
594
594
  multiple: boolean;
595
595
  disabled: boolean;
596
- bordered: boolean;
597
596
  loading: boolean;
598
597
  autofocus: boolean;
598
+ bordered: boolean;
599
599
  virtual: boolean;
600
600
  dropdownMatchSelectWidth: number | boolean;
601
601
  allowClear: boolean;
@@ -801,12 +801,12 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
801
801
  resetField: typeof resetField;
802
802
  getFieldValue: typeof getFieldValue;
803
803
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormItemProps> & Readonly<{}>, {
804
- bordered: boolean;
805
804
  hasFeedback: boolean;
806
805
  colon: boolean;
807
806
  autoLink: boolean;
808
807
  required: boolean;
809
808
  validateFirst: boolean;
809
+ bordered: boolean;
810
810
  valuePropName: string;
811
811
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
812
812
  formItemRef: ({
@@ -41,11 +41,11 @@ declare function __VLS_template(): {
41
41
  readonly onInput?: ((text: string) => void) | undefined;
42
42
  readonly value?: ValueType | undefined;
43
43
  readonly disabled?: boolean | undefined;
44
- readonly bordered?: boolean | undefined;
45
44
  readonly prefixCls?: string | undefined;
46
45
  readonly keyboard?: boolean | undefined;
47
46
  readonly autofocus?: boolean | undefined;
48
47
  readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
48
+ readonly bordered?: boolean | undefined;
49
49
  readonly max?: ValueType | undefined;
50
50
  readonly min?: ValueType | undefined;
51
51
  readonly defaultValue?: ValueType | undefined;
@@ -424,8 +424,8 @@ declare function __VLS_template(): {
424
424
  }, string, {
425
425
  step: ValueType;
426
426
  disabled: boolean;
427
- bordered: boolean;
428
427
  keyboard: boolean;
428
+ bordered: boolean;
429
429
  max: ValueType;
430
430
  min: ValueType;
431
431
  controls: boolean;
@@ -454,8 +454,8 @@ declare function __VLS_template(): {
454
454
  } & Readonly<{
455
455
  step: ValueType;
456
456
  disabled: boolean;
457
- bordered: boolean;
458
457
  keyboard: boolean;
458
+ bordered: boolean;
459
459
  max: ValueType;
460
460
  min: ValueType;
461
461
  controls: boolean;
@@ -463,7 +463,7 @@ declare function __VLS_template(): {
463
463
  thousands: boolean;
464
464
  }> & Omit<Readonly< ApFieldNumberProps> & Readonly<{
465
465
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
466
- }>, "blur" | "focus" | ("step" | "disabled" | "bordered" | "keyboard" | "max" | "min" | "controls" | "emptyText" | "thousands")> & ShallowUnwrapRef<{
466
+ }>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "max" | "min" | "controls" | "emptyText" | "thousands")> & ShallowUnwrapRef<{
467
467
  focus: () => void;
468
468
  blur: () => void;
469
469
  }> & {} & ComponentCustomProperties & {} & {
@@ -514,11 +514,11 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
514
514
  readonly onInput?: ((text: string) => void) | undefined;
515
515
  readonly value?: ValueType | undefined;
516
516
  readonly disabled?: boolean | undefined;
517
- readonly bordered?: boolean | undefined;
518
517
  readonly prefixCls?: string | undefined;
519
518
  readonly keyboard?: boolean | undefined;
520
519
  readonly autofocus?: boolean | undefined;
521
520
  readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
521
+ readonly bordered?: boolean | undefined;
522
522
  readonly max?: ValueType | undefined;
523
523
  readonly min?: ValueType | undefined;
524
524
  readonly defaultValue?: ValueType | undefined;
@@ -897,8 +897,8 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
897
897
  }, string, {
898
898
  step: ValueType;
899
899
  disabled: boolean;
900
- bordered: boolean;
901
900
  keyboard: boolean;
901
+ bordered: boolean;
902
902
  max: ValueType;
903
903
  min: ValueType;
904
904
  controls: boolean;
@@ -927,8 +927,8 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
927
927
  } & Readonly<{
928
928
  step: ValueType;
929
929
  disabled: boolean;
930
- bordered: boolean;
931
930
  keyboard: boolean;
931
+ bordered: boolean;
932
932
  max: ValueType;
933
933
  min: ValueType;
934
934
  controls: boolean;
@@ -936,7 +936,7 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
936
936
  thousands: boolean;
937
937
  }> & Omit<Readonly< ApFieldNumberProps> & Readonly<{
938
938
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
939
- }>, "blur" | "focus" | ("step" | "disabled" | "bordered" | "keyboard" | "max" | "min" | "controls" | "emptyText" | "thousands")> & ShallowUnwrapRef<{
939
+ }>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "max" | "min" | "controls" | "emptyText" | "thousands")> & ShallowUnwrapRef<{
940
940
  focus: () => void;
941
941
  blur: () => void;
942
942
  }> & {} & ComponentCustomProperties & {} & {
@@ -66,11 +66,11 @@ declare function __VLS_template(): {
66
66
  readonly direction?: "ltr" | "rtl" | undefined;
67
67
  readonly animation?: string | undefined;
68
68
  readonly children?: VueNode[] | undefined;
69
- readonly bordered?: boolean | undefined;
70
69
  readonly prefixCls?: string | undefined;
71
70
  readonly loading?: boolean | undefined;
72
71
  readonly transitionName?: string | undefined;
73
72
  readonly autofocus?: boolean | undefined;
73
+ readonly bordered?: boolean | undefined;
74
74
  readonly getPopupContainer?: RenderDOMFunc | undefined;
75
75
  readonly placeholder?: any;
76
76
  readonly defaultValue?: SelectValue;
@@ -564,9 +564,9 @@ declare function __VLS_template(): {
564
564
  open: boolean;
565
565
  multiple: boolean;
566
566
  disabled: boolean;
567
- bordered: boolean;
568
567
  loading: boolean;
569
568
  autofocus: boolean;
569
+ bordered: boolean;
570
570
  virtual: boolean;
571
571
  lazy: boolean;
572
572
  allowClear: boolean;
@@ -605,9 +605,9 @@ declare function __VLS_template(): {
605
605
  open: boolean;
606
606
  multiple: boolean;
607
607
  disabled: boolean;
608
- bordered: boolean;
609
608
  loading: boolean;
610
609
  autofocus: boolean;
610
+ bordered: boolean;
611
611
  virtual: boolean;
612
612
  lazy: boolean;
613
613
  allowClear: boolean;
@@ -623,7 +623,7 @@ declare function __VLS_template(): {
623
623
  searchDelay: number;
624
624
  }> & Omit<Readonly< ApFieldSelectProps> & Readonly<{
625
625
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
626
- }>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "loading" | "autofocus" | "virtual" | "lazy" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "emptyText" | "searchMode" | "refetchOnFocus" | "searchDelay")> & ShallowUnwrapRef<{
626
+ }>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "loading" | "autofocus" | "bordered" | "virtual" | "lazy" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "emptyText" | "searchMode" | "refetchOnFocus" | "searchDelay")> & ShallowUnwrapRef<{
627
627
  focus: () => void;
628
628
  blur: () => void;
629
629
  request: (clear?: boolean) => Promise<void>;
@@ -697,11 +697,11 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
697
697
  readonly direction?: "ltr" | "rtl" | undefined;
698
698
  readonly animation?: string | undefined;
699
699
  readonly children?: VueNode[] | undefined;
700
- readonly bordered?: boolean | undefined;
701
700
  readonly prefixCls?: string | undefined;
702
701
  readonly loading?: boolean | undefined;
703
702
  readonly transitionName?: string | undefined;
704
703
  readonly autofocus?: boolean | undefined;
704
+ readonly bordered?: boolean | undefined;
705
705
  readonly getPopupContainer?: RenderDOMFunc | undefined;
706
706
  readonly placeholder?: any;
707
707
  readonly defaultValue?: SelectValue;
@@ -1195,9 +1195,9 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
1195
1195
  open: boolean;
1196
1196
  multiple: boolean;
1197
1197
  disabled: boolean;
1198
- bordered: boolean;
1199
1198
  loading: boolean;
1200
1199
  autofocus: boolean;
1200
+ bordered: boolean;
1201
1201
  virtual: boolean;
1202
1202
  lazy: boolean;
1203
1203
  allowClear: boolean;
@@ -1236,9 +1236,9 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
1236
1236
  open: boolean;
1237
1237
  multiple: boolean;
1238
1238
  disabled: boolean;
1239
- bordered: boolean;
1240
1239
  loading: boolean;
1241
1240
  autofocus: boolean;
1241
+ bordered: boolean;
1242
1242
  virtual: boolean;
1243
1243
  lazy: boolean;
1244
1244
  allowClear: boolean;
@@ -1254,7 +1254,7 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
1254
1254
  searchDelay: number;
1255
1255
  }> & Omit<Readonly< ApFieldSelectProps> & Readonly<{
1256
1256
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1257
- }>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "loading" | "autofocus" | "virtual" | "lazy" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "emptyText" | "searchMode" | "refetchOnFocus" | "searchDelay")> & ShallowUnwrapRef<{
1257
+ }>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "loading" | "autofocus" | "bordered" | "virtual" | "lazy" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "emptyText" | "searchMode" | "refetchOnFocus" | "searchDelay")> & ShallowUnwrapRef<{
1258
1258
  focus: () => void;
1259
1259
  blur: () => void;
1260
1260
  request: (clear?: boolean) => Promise<void>;
@@ -45,12 +45,12 @@ declare function __VLS_template(): {
45
45
  readonly onMousedown?: MouseEventHandler | undefined;
46
46
  readonly value?: string | number | undefined;
47
47
  readonly disabled?: boolean | undefined;
48
- readonly bordered?: boolean | undefined;
49
48
  readonly prefixCls?: string | undefined;
50
49
  readonly name?: string | undefined;
51
50
  readonly loading?: boolean | undefined;
52
51
  readonly autofocus?: boolean | undefined;
53
52
  readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
53
+ readonly bordered?: boolean | undefined;
54
54
  readonly suffix?: any;
55
55
  readonly focused?: boolean | undefined;
56
56
  readonly placeholder?: string | number | undefined;
@@ -201,12 +201,12 @@ declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
201
201
  readonly onMousedown?: MouseEventHandler | undefined;
202
202
  readonly value?: string | number | undefined;
203
203
  readonly disabled?: boolean | undefined;
204
- readonly bordered?: boolean | undefined;
205
204
  readonly prefixCls?: string | undefined;
206
205
  readonly name?: string | undefined;
207
206
  readonly loading?: boolean | undefined;
208
207
  readonly autofocus?: boolean | undefined;
209
208
  readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
209
+ readonly bordered?: boolean | undefined;
210
210
  readonly suffix?: any;
211
211
  readonly focused?: boolean | undefined;
212
212
  readonly placeholder?: string | number | undefined;
@@ -46,12 +46,12 @@ declare function __VLS_template(): {
46
46
  readonly onMousedown?: MouseEventHandler | undefined;
47
47
  readonly value?: string | number | undefined;
48
48
  readonly disabled?: boolean | undefined;
49
- readonly bordered?: boolean | undefined;
50
49
  readonly prefixCls?: string | undefined;
51
50
  readonly name?: string | undefined;
52
51
  readonly loading?: boolean | undefined;
53
52
  readonly autofocus?: boolean | undefined;
54
53
  readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
54
+ readonly bordered?: boolean | undefined;
55
55
  readonly suffix?: any;
56
56
  readonly focused?: boolean | undefined;
57
57
  readonly placeholder?: string | number | undefined;
@@ -208,12 +208,12 @@ declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
208
208
  readonly onMousedown?: MouseEventHandler | undefined;
209
209
  readonly value?: string | number | undefined;
210
210
  readonly disabled?: boolean | undefined;
211
- readonly bordered?: boolean | undefined;
212
211
  readonly prefixCls?: string | undefined;
213
212
  readonly name?: string | undefined;
214
213
  readonly loading?: boolean | undefined;
215
214
  readonly autofocus?: boolean | undefined;
216
215
  readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
216
+ readonly bordered?: boolean | undefined;
217
217
  readonly suffix?: any;
218
218
  readonly focused?: boolean | undefined;
219
219
  readonly placeholder?: string | number | undefined;
@@ -70,12 +70,12 @@ declare function __VLS_template(): {
70
70
  readonly direction?: "ltr" | "rtl" | undefined;
71
71
  readonly animation?: string | undefined;
72
72
  readonly children?: VueNode[] | undefined;
73
- readonly bordered?: boolean | undefined;
74
73
  readonly prefixCls?: string | undefined;
75
74
  readonly loading?: boolean | undefined;
76
75
  readonly transitionName?: string | undefined;
77
76
  readonly autofocus?: boolean | undefined;
78
77
  readonly 'onUpdate:value'?: (((value: any) => void) & ((...args: any[]) => any)) | undefined;
78
+ readonly bordered?: boolean | undefined;
79
79
  readonly getPopupContainer?: RenderDOMFunc | undefined;
80
80
  readonly placeholder?: any;
81
81
  readonly defaultValue?: unknown;
@@ -713,9 +713,9 @@ declare function __VLS_template(): {
713
713
  open: boolean;
714
714
  multiple: boolean;
715
715
  disabled: boolean;
716
- bordered: boolean;
717
716
  loading: boolean;
718
717
  autofocus: boolean;
718
+ bordered: boolean;
719
719
  virtual: boolean;
720
720
  dropdownMatchSelectWidth: number | boolean;
721
721
  allowClear: boolean;
@@ -753,9 +753,9 @@ declare function __VLS_template(): {
753
753
  open: boolean;
754
754
  multiple: boolean;
755
755
  disabled: boolean;
756
- bordered: boolean;
757
756
  loading: boolean;
758
757
  autofocus: boolean;
758
+ bordered: boolean;
759
759
  virtual: boolean;
760
760
  dropdownMatchSelectWidth: number | boolean;
761
761
  allowClear: boolean;
@@ -770,7 +770,7 @@ declare function __VLS_template(): {
770
770
  emptyText: string;
771
771
  }> & Omit<Readonly< ApFieldTreeSelectProps> & Readonly<{
772
772
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
773
- }>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "loading" | "autofocus" | "virtual" | "dropdownMatchSelectWidth" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "labelInValue" | "treeCheckable" | "treeDefaultExpandAll" | "treeCheckStrictly" | "emptyText")> & ShallowUnwrapRef<{
773
+ }>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "loading" | "autofocus" | "bordered" | "virtual" | "dropdownMatchSelectWidth" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "labelInValue" | "treeCheckable" | "treeDefaultExpandAll" | "treeCheckStrictly" | "emptyText")> & ShallowUnwrapRef<{
774
774
  blur: () => void;
775
775
  focus: () => void;
776
776
  request: (currentNode?: LegacyDataNode, clear?: boolean) => Promise<void>;
@@ -844,12 +844,12 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
844
844
  readonly direction?: "ltr" | "rtl" | undefined;
845
845
  readonly animation?: string | undefined;
846
846
  readonly children?: VueNode[] | undefined;
847
- readonly bordered?: boolean | undefined;
848
847
  readonly prefixCls?: string | undefined;
849
848
  readonly loading?: boolean | undefined;
850
849
  readonly transitionName?: string | undefined;
851
850
  readonly autofocus?: boolean | undefined;
852
851
  readonly 'onUpdate:value'?: (((value: any) => void) & ((...args: any[]) => any)) | undefined;
852
+ readonly bordered?: boolean | undefined;
853
853
  readonly getPopupContainer?: RenderDOMFunc | undefined;
854
854
  readonly placeholder?: any;
855
855
  readonly defaultValue?: unknown;
@@ -1487,9 +1487,9 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
1487
1487
  open: boolean;
1488
1488
  multiple: boolean;
1489
1489
  disabled: boolean;
1490
- bordered: boolean;
1491
1490
  loading: boolean;
1492
1491
  autofocus: boolean;
1492
+ bordered: boolean;
1493
1493
  virtual: boolean;
1494
1494
  dropdownMatchSelectWidth: number | boolean;
1495
1495
  allowClear: boolean;
@@ -1527,9 +1527,9 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
1527
1527
  open: boolean;
1528
1528
  multiple: boolean;
1529
1529
  disabled: boolean;
1530
- bordered: boolean;
1531
1530
  loading: boolean;
1532
1531
  autofocus: boolean;
1532
+ bordered: boolean;
1533
1533
  virtual: boolean;
1534
1534
  dropdownMatchSelectWidth: number | boolean;
1535
1535
  allowClear: boolean;
@@ -1544,7 +1544,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTreeSelectProps, {
1544
1544
  emptyText: string;
1545
1545
  }> & Omit<Readonly< ApFieldTreeSelectProps> & Readonly<{
1546
1546
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1547
- }>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "bordered" | "loading" | "autofocus" | "virtual" | "dropdownMatchSelectWidth" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "labelInValue" | "treeCheckable" | "treeDefaultExpandAll" | "treeCheckStrictly" | "emptyText")> & ShallowUnwrapRef<{
1547
+ }>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "loading" | "autofocus" | "bordered" | "virtual" | "dropdownMatchSelectWidth" | "allowClear" | "defaultOpen" | "showSearch" | "showArrow" | "autoClearSearchValue" | "labelInValue" | "treeCheckable" | "treeDefaultExpandAll" | "treeCheckStrictly" | "emptyText")> & ShallowUnwrapRef<{
1548
1548
  blur: () => void;
1549
1549
  focus: () => void;
1550
1550
  request: (currentNode?: LegacyDataNode, clear?: boolean) => Promise<void>;
@@ -14,12 +14,12 @@ declare function __VLS_template(): {
14
14
  };
15
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
16
  declare const __VLS_component: DefineComponent<ApFormItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApFormItemProps> & Readonly<{}>, {
17
- bordered: boolean;
18
17
  hasFeedback: boolean;
19
18
  colon: boolean;
20
19
  autoLink: boolean;
21
20
  required: boolean;
22
21
  validateFirst: boolean;
22
+ bordered: boolean;
23
23
  valuePropName: string;
24
24
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
25
25
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -117,13 +117,13 @@ const No = /* @__PURE__ */ Be({
117
117
  var G;
118
118
  const C = Fe(), a = re, x = (G = Ie()) == null ? void 0 : G.appContext.app;
119
119
  x && !x.__VXE_PC_UI_INSTALLED__ && (x.use(Z), x.__VXE_PC_UI_INSTALLED__ = !0);
120
- const { e: P, b: u, be: le } = Ze("ap-grid"), ne = eo("valueTypeMap"), i = B([]), $ = B([]), m = B(), y = B(a.size), [, d] = Je(), { t: se } = oo();
120
+ const { e: P, b: c, be: le } = Ze("ap-grid"), ne = eo("valueTypeMap"), i = B([]), $ = B([]), m = B(), b = B(a.size), [, d] = Je(), { t: se } = oo();
121
121
  Z.setConfig({
122
122
  i18n: (e, r) => se(`ap.${e}`, r)
123
123
  });
124
124
  const { renderConfig: ie, updateSignal: de } = Xe(i);
125
125
  let K = 0;
126
- const ue = n(() => {
126
+ const ce = n(() => {
127
127
  if (m.value)
128
128
  return m.value.$el.querySelector(
129
129
  ".vxe-table--header-inner-wrapper"
@@ -132,41 +132,41 @@ const No = /* @__PURE__ */ Be({
132
132
  var e, r, l;
133
133
  return K++, ((l = (r = (e = a.columns) == null ? void 0 : e.filter(
134
134
  (t) => !t.hideInSearch && t.dataIndex && (t.valueType || t.customRenderFormItem) && !_e.includes(t.valueType)
135
- )) == null ? void 0 : r.sort((t, c) => {
136
- let b = ee(t.order);
137
- return ee(c.order) - b;
135
+ )) == null ? void 0 : r.sort((t, u) => {
136
+ let y = ee(t.order);
137
+ return ee(u.order) - y;
138
138
  })) == null ? void 0 : l.map((t) => {
139
- const c = Ae(
139
+ const u = Ae(
140
140
  t,
141
141
  Ve(t.fieldProps, {})
142
- ), b = {
142
+ ), y = {
143
143
  ...t,
144
144
  fieldProps: {
145
145
  label: t.title,
146
146
  name: t.dataIndex,
147
147
  // tips: 在表格中的查询表单项默认是带边框的
148
148
  bordered: !0,
149
- ...c || {},
149
+ ...u || {},
150
150
  _signal: K
151
151
  },
152
152
  renderNode: void 0
153
153
  };
154
- return b.renderNode = Le(
155
- b,
154
+ return y.renderNode = Le(
155
+ y,
156
156
  o(ne)
157
- ), b;
157
+ ), y;
158
158
  })) || [];
159
- }), ce = n(() => {
159
+ }), ue = n(() => {
160
160
  var r;
161
161
  return Qe(a.manual) ? a.manual : Ye(((r = C.searchFormExtra) == null ? void 0 : r.call(C)) || []).some((l) => {
162
162
  var t;
163
163
  return ((t = l.type) == null ? void 0 : t.name) === "ApView";
164
164
  });
165
165
  }), pe = n(() => [
166
- u(),
167
- a.card ? null : u("wrapper"),
168
- a.adaptive ? u("adaptive") : null,
169
- a.sticky ? u("sticky") : null
166
+ c(),
167
+ a.card ? null : c("wrapper"),
168
+ a.adaptive ? c("adaptive") : null,
169
+ a.sticky ? c("sticky") : null
170
170
  ].filter(Boolean)), j = n(() => oe(o(i), (e) => {
171
171
  if (e.sorter === !0)
172
172
  return e.key || e.dataIndex;
@@ -203,20 +203,20 @@ const No = /* @__PURE__ */ Be({
203
203
  sortFields: j,
204
204
  defaultParams: a.params,
205
205
  defaultData: a.defaultData,
206
- manual: o(ce),
206
+ manual: o(ue),
207
207
  formatParams: a.beforeSearchSubmit,
208
208
  pagination: a.pagination
209
209
  }), { sortChangeEvent: he, filterChangeEvent: ve, paginationChangeEvent: Ce } = $e(ge);
210
210
  Me({
211
211
  columns: n(() => i.value),
212
212
  columnsBackup: n(() => $.value),
213
- size: n(() => y.value ? Ue[y.value] : "middle"),
213
+ size: n(() => b.value ? Ue[b.value] : "middle"),
214
214
  updateColumns(e) {
215
215
  var r;
216
216
  i.value = e, (r = a.onShownColumnsChange) == null || r.call(a, e);
217
217
  },
218
218
  updateSize(e) {
219
- y.value = qe[e];
219
+ b.value = qe[e];
220
220
  },
221
221
  renderConfig: n(() => ({
222
222
  className: le("table-header", "title"),
@@ -228,11 +228,11 @@ const No = /* @__PURE__ */ Be({
228
228
  submit: T,
229
229
  reset: z
230
230
  });
231
- const ye = n(
231
+ const be = n(
232
232
  () => i.value.some(
233
233
  (e) => e.fixed === "left" || e.fixed === !0
234
234
  ) ? "left" : void 0
235
- ), be = n(
235
+ ), ye = n(
236
236
  () => w(a.loading) ? f.loading : a.loading
237
237
  ), Se = n(
238
238
  () => w(a.dataSource) ? f.records : a.dataSource
@@ -259,9 +259,9 @@ const No = /* @__PURE__ */ Be({
259
259
  (t = (l = (r = N.value) == null ? void 0 : r.apForm) == null ? void 0 : l.setFieldsValue) == null || t.call(l, e);
260
260
  }
261
261
  function U(e = !1) {
262
- var l, t, c;
262
+ var l, t, u;
263
263
  const r = e ? "getFieldsValueTransformed" : "getFieldsValue";
264
- return (c = (t = (l = N.value) == null ? void 0 : l.apForm) == null ? void 0 : t[r]) == null ? void 0 : c.call(t, !0);
264
+ return (u = (t = (l = N.value) == null ? void 0 : l.apForm) == null ? void 0 : t[r]) == null ? void 0 : u.call(t, !0);
265
265
  }
266
266
  function A() {
267
267
  we.clearAll();
@@ -300,7 +300,7 @@ const No = /* @__PURE__ */ Be({
300
300
  ), F(
301
301
  () => a.size,
302
302
  (e) => {
303
- y.value = e;
303
+ b.value = e;
304
304
  }
305
305
  ), te({
306
306
  submit: T,
@@ -358,7 +358,7 @@ const No = /* @__PURE__ */ Be({
358
358
  style: V(e.tableWrapperStyle)
359
359
  }, [
360
360
  E("div", {
361
- class: g(o(u)("header-wrapper"))
361
+ class: g(o(c)("header-wrapper"))
362
362
  }, [
363
363
  O(e.$slots, "title", {
364
364
  selectedRows: o(R),
@@ -368,7 +368,7 @@ const No = /* @__PURE__ */ Be({
368
368
  })
369
369
  ], 2),
370
370
  E("div", {
371
- class: g(o(u)("vxe-wrapper"))
371
+ class: g(o(c)("vxe-wrapper"))
372
372
  }, [
373
373
  (s(), p(o(Ne), h(o(Ke)(a), {
374
374
  ref_key: "tableRef",
@@ -377,7 +377,7 @@ const No = /* @__PURE__ */ Be({
377
377
  data: o(f).records,
378
378
  "sort-config": { remote: j.value.length > 0 },
379
379
  "filter-config": { remote: H.value.length > 0 },
380
- loading: be.value,
380
+ loading: ye.value,
381
381
  style: {
382
382
  "--vxe-ui-table-row-checkbox-checked-background-color": o(d).controlItemBgActive,
383
383
  "--vxe-ui-table-row-hover-checkbox-checked-background-color": o(d).controlItemBgActiveHover,
@@ -393,7 +393,7 @@ const No = /* @__PURE__ */ Be({
393
393
  "--vxe-ui-table-cell-padding-mini": "8px",
394
394
  "--vxe-ui-table-row-line-height": "18px"
395
395
  },
396
- size: y.value,
396
+ size: b.value,
397
397
  onSortChange: o(he),
398
398
  onFilterChange: o(ve),
399
399
  onCheckboxChange: _,
@@ -407,7 +407,7 @@ const No = /* @__PURE__ */ Be({
407
407
  }, null, 8, ["image"])
408
408
  ]),
409
409
  default: v(() => [
410
- a.expandable ? (s(), p(o(Y), h({ key: 0 }, o(We)(e.expandable), { fixed: ye.value }), {
410
+ a.expandable ? (s(), p(o(Y), h({ key: 0 }, o(We)(e.expandable), { fixed: be.value }), {
411
411
  content: v((l) => [
412
412
  (s(), p(D(a.expandable.renderContent(l))))
413
413
  ]),
@@ -422,24 +422,26 @@ const No = /* @__PURE__ */ Be({
422
422
  }, [
423
423
  L(o(Te)(C, ["searchFormExtra"]), (l, t) => ({
424
424
  name: t,
425
- fn: v((c) => [
426
- O(e.$slots, t, Ee(Pe(c || {})))
425
+ fn: v((u) => [
426
+ O(e.$slots, t, Ee(Pe(u || {})))
427
427
  ])
428
428
  }))
429
429
  ]), 1040, ["data", "sort-config", "filter-config", "loading", "style", "size", "onSortChange", "onFilterChange"]))
430
430
  ], 2),
431
431
  E("div", {
432
- class: g(o(u)("pagination-wrapper"))
432
+ class: g(o(c)("pagination-wrapper"))
433
433
  }, [
434
434
  e.sticky ? (s(), p(o(ao), {
435
435
  key: 0,
436
436
  direction: "horizontal",
437
- "scroll-container": ue.value,
438
- "extra-size": -4.2
437
+ "scroll-container": ce.value,
438
+ "extra-size": -4.2,
439
+ "bar-color": "var(--basic-scrollbar-thumb-color-base, #bfbfbf)",
440
+ "track-color": "#fff"
439
441
  }, null, 8, ["scroll-container"])) : S("", !0),
440
442
  e.pagination !== !1 ? (s(), p(o(Oe), h({
441
443
  key: 1,
442
- class: o(u)("pagination")
444
+ class: o(c)("pagination")
443
445
  }, o(M).pagination, { onChange: o(Ce) }), null, 16, ["class", "onChange"])) : S("", !0)
444
446
  ], 2)
445
447
  ], 6)
@@ -14,8 +14,8 @@ declare function __VLS_template(): {
14
14
  };
15
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
16
  declare const __VLS_component: DefineComponent<ApInfoLayoutAdminProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApInfoLayoutAdminProps> & Readonly<{}>, {
17
- bordered: boolean;
18
17
  headerStyle: CSSProperties;
18
+ bordered: boolean;
19
19
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
20
20
  containerRef: HTMLDivElement;
21
21
  headerRef: HTMLDivElement;