@aplus-frontend/ui 0.6.0-beta.12 → 0.6.0-beta.13

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 (227) hide show
  1. package/es/src/ap-action/group/index.vue.mjs +3 -3
  2. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  3. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  4. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  5. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  6. package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-button.vue.mjs +2 -2
  8. package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
  9. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  10. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  11. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  12. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  13. package/es/src/ap-field/date/index.vue.mjs +4 -4
  14. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  15. package/es/src/ap-field/hooks/use-date-timezone.mjs +17 -8
  16. package/es/src/ap-field/index.mjs +36 -36
  17. package/es/src/ap-field/number/index.vue.mjs +8 -8
  18. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  19. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  20. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  21. package/es/src/ap-field/select/index.vue.mjs +2 -2
  22. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  23. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  24. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  25. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  26. package/es/src/ap-field/text/password.vue.mjs +2 -2
  27. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  28. package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
  29. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  30. package/es/src/ap-form/ap-form.vue.d.ts +1 -2
  31. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  32. package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  33. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  34. package/es/src/ap-form/interface.d.ts +3 -3
  35. package/es/src/ap-form/item/index.vue.mjs +38 -34
  36. package/es/src/ap-form/item-group/index.vue.mjs +3 -3
  37. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  38. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  39. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  40. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  41. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  42. package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
  43. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  44. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  45. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  46. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  47. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  48. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  49. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  50. package/es/src/ap-form/modal-form/index.vue.d.ts +3 -4
  51. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  52. package/es/src/ap-form/render/item.vue.mjs +2 -2
  53. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +7 -7
  54. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  55. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  56. package/es/src/ap-form/search-form/index.vue.d.ts +9 -6
  57. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  58. package/es/src/ap-form/set/index.vue.mjs +1 -1
  59. package/es/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  60. package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
  61. package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
  62. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  63. package/es/src/ap-grid/hooks/use-render-columns.mjs +8 -8
  64. package/es/src/ap-grid/index.vue.d.ts +2 -4
  65. package/es/src/ap-grid/index.vue.mjs +5 -5
  66. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +2 -2
  67. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +2 -2
  68. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  69. package/es/src/ap-list/index.vue.d.ts +2 -4
  70. package/es/src/ap-list/index.vue.mjs +1 -1
  71. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  72. package/es/src/ap-table/ap-table.vue.d.ts +2 -4
  73. package/es/src/ap-table/ap-table.vue2.mjs +13 -13
  74. package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +2 -2
  75. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  76. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  77. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  78. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  79. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  80. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  81. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  82. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  83. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  84. package/es/src/ap-table/constants.d.ts +23 -23
  85. package/es/src/ap-table/constants.mjs +45 -45
  86. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  87. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  88. package/es/src/ap-table/utils.d.ts +23 -23
  89. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  90. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  91. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  92. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  93. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  94. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -7
  95. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  96. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  97. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  98. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  99. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -2
  100. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  101. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  102. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  103. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  104. package/es/src/business/ap-card/ApCard.vue2.mjs +7 -7
  105. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  106. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  107. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  108. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +5 -5
  109. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +5 -5
  110. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +4 -4
  111. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +2 -2
  112. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +2 -2
  113. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +2 -2
  114. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  115. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  116. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  117. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  118. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +23 -23
  119. package/es/src/business/ap-radio-group/index.d.ts +5 -0
  120. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  121. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  122. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  123. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  124. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  125. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  126. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  127. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  128. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  129. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  130. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  131. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  132. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  133. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  134. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
  135. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  136. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
  137. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  138. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  139. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  140. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  141. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  142. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  143. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  144. package/es/src/check-card/index.vue2.mjs +3 -3
  145. package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
  146. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  147. package/es/src/editable-table/form-item.vue.mjs +2 -2
  148. package/es/src/editable-table/index.vue.d.ts +2 -4
  149. package/es/src/editable-table/index.vue.mjs +2 -2
  150. package/es/src/full-screen/index.vue.mjs +3 -3
  151. package/es/src/hooks/useFullScreen.mjs +5 -5
  152. package/es/src/mask/index.vue.mjs +10 -10
  153. package/es/src/portal/index.vue.mjs +2 -2
  154. package/es/src/scroll-bar/index.vue.mjs +3 -3
  155. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  156. package/es/src/scroll-view/index.vue.d.ts +5 -5
  157. package/es/src/scroll-view/index.vue.mjs +9 -9
  158. package/es/src/splitter/Panel.vue2.mjs +4 -4
  159. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  160. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  161. package/es/src/tests/wrapper.d.ts +4 -4
  162. package/es/src/text/group.vue.mjs +2 -2
  163. package/es/src/text/index.vue.mjs +4 -4
  164. package/es/src/version.d.ts +1 -1
  165. package/es/src/version.mjs +1 -1
  166. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  167. package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
  168. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  169. package/es/test/setup.d.ts +5 -0
  170. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  171. package/lib/src/ap-field/hooks/use-date-timezone.js +1 -1
  172. package/lib/src/ap-field/index.js +1 -1
  173. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  174. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  175. package/lib/src/ap-form/ap-form.vue.d.ts +1 -2
  176. package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  177. package/lib/src/ap-form/interface.d.ts +3 -3
  178. package/lib/src/ap-form/item/index.vue.js +1 -1
  179. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
  180. package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -4
  181. package/lib/src/ap-form/search-form/index.vue.d.ts +9 -6
  182. package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  183. package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
  184. package/lib/src/ap-grid/hooks/use-render-columns.js +1 -1
  185. package/lib/src/ap-grid/index.vue.d.ts +2 -4
  186. package/lib/src/ap-grid/index.vue.js +1 -1
  187. package/lib/src/ap-list/index.vue.d.ts +2 -4
  188. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  189. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  190. package/lib/src/ap-table/constants.d.ts +23 -23
  191. package/lib/src/ap-table/constants.js +1 -1
  192. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  193. package/lib/src/ap-table/utils.d.ts +23 -23
  194. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  195. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  196. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
  197. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  198. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  199. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  200. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  201. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
  202. package/lib/src/business/ap-radio-group/index.d.ts +5 -0
  203. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  204. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  205. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
  206. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
  207. package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
  208. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  209. package/lib/src/editable-table/index.vue.d.ts +2 -4
  210. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  211. package/lib/src/tests/wrapper.d.ts +4 -4
  212. package/lib/src/version.d.ts +1 -1
  213. package/lib/src/version.js +1 -1
  214. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
  215. package/lib/test/setup.d.ts +5 -0
  216. package/package.json +3 -3
  217. package/theme/ap-action/item.css +12 -1
  218. package/theme/ap-action/item.less +13 -1
  219. package/theme/ap-grid/index.css +12 -1
  220. package/theme/ap-radio-group/ap-radio-group.css +2 -1
  221. package/theme/ap-radio-group/ap-radio-group.less +3 -1
  222. package/theme/ap-table/ap-table.css +12 -1
  223. package/theme/ap-table-modal/index.css +12 -1
  224. package/theme/editable-table/index.css +12 -1
  225. package/theme/index.css +23 -3
  226. package/theme/ui-mode.css +9 -1
  227. package/theme/ui-mode.less +17 -1
@@ -1,6 +1,6 @@
1
1
  import { ApFormModalFormProps } from '../interface';
2
2
  import { VNode, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, CSSProperties } from 'vue';
3
- import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, RuleObject } from '@aplus-frontend/antdv/es/form/interface';
3
+ import { InternalNamePath, NamePath, ValidateOptions, FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from '@aplus-frontend/antdv/es/form/interface';
4
4
  import { Recordable } from '../../type';
5
5
  import { ButtonSize, SizeType, ButtonType, ButtonShape } from '@aplus-frontend/antdv/es/button';
6
6
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
@@ -8,7 +8,6 @@ import { RuleObject } from '@aplus-frontend/antdv/es/form';
8
8
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
9
9
  import { Options } from '../../../node_modules/scroll-into-view-if-needed';
10
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
11
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc, ApFormSubmitterConfig } from '..';
14
13
  import { OnCleanup } from '@vue/reactivity';
@@ -118,7 +117,7 @@ declare function __VLS_template(): {
118
117
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
119
118
  readonly initialValues?: Recordable | undefined;
120
119
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
121
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
120
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
122
121
  readonly syncToUrlPriority?: boolean | undefined;
123
122
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
124
123
  $attrs: {
@@ -1248,7 +1247,7 @@ declare const __VLS_component: DefineComponent<ApFormModalFormProps, {
1248
1247
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
1249
1248
  readonly initialValues?: Recordable | undefined;
1250
1249
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
1251
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
1250
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
1252
1251
  readonly syncToUrlPriority?: boolean | undefined;
1253
1252
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1254
1253
  $attrs: {
@@ -1,4 +1,4 @@
1
- import { isVNode as D, defineComponent as L, useSlots as A, ref as p, watch as G, cloneVNode as I, computed as K, createVNode as u, mergeProps as b, unref as s, openBlock as g, createElementBlock as W, Fragment as H, withCtx as F, renderSlot as P, createTextVNode as J, toDisplayString as Q, createElementVNode as X, normalizeStyle as Y, normalizeClass as Z, createBlock as w, resolveDynamicComponent as N, createCommentVNode as ee } from "vue";
1
+ import { isVNode as D, defineComponent as L, useSlots as A, ref as p, watch as G, cloneVNode as I, computed as K, createVNode as u, mergeProps as b, unref as s, createElementBlock as W, openBlock as g, Fragment as H, createBlock as P, createCommentVNode as J, withCtx as F, createElementVNode as Q, normalizeClass as X, normalizeStyle as Y, renderSlot as w, resolveDynamicComponent as N, createTextVNode as Z, toDisplayString as ee } from "vue";
2
2
  import { Button as V, Flex as te, Space as le, Modal as oe } from "@aplus-frontend/antdv";
3
3
  import "../ap-form.vue.mjs";
4
4
  import "../../hooks/index.mjs";
@@ -241,7 +241,7 @@ const Me = /* @__PURE__ */ L({
241
241
  "onUpdate:open": $,
242
242
  onCancel: k
243
243
  }), {
244
- title: F(() => [P(e.$slots, "title", {}, () => [J(Q(o.title), 1)])]),
244
+ title: F(() => [w(e.$slots, "title", {}, () => [Z(ee(o.title), 1)])]),
245
245
  default: F(() => [u(de, b({
246
246
  ref_key: "formRef",
247
247
  ref: a
@@ -250,17 +250,17 @@ const Me = /* @__PURE__ */ L({
250
250
  }), {
251
251
  default: F(() => {
252
252
  var l;
253
- return [X("div", {
253
+ return [Q("div", {
254
254
  style: Y((l = e.modalProps) == null ? void 0 : l.bodyStyle),
255
- class: Z(s(h)("content"))
256
- }, [P(e.$slots, "default")], 6), (g(), w(N(O.value)))];
255
+ class: X(s(h)("content"))
256
+ }, [w(e.$slots, "default")], 6), (g(), P(N(O.value)))];
257
257
  }),
258
258
  _: 3
259
259
  }, 16)]),
260
260
  _: 3
261
- }, 16, ["open", "width", "class"]), s(B) ? (g(), w(N(s(B)), {
261
+ }, 16, ["open", "width", "class"]), s(B) ? (g(), P(N(s(B)), {
262
262
  key: 0
263
- })) : ee("", !0)], 64));
263
+ })) : J("", !0)], 64));
264
264
  }
265
265
  });
266
266
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, useSlots as c, openBlock as B, createBlock as v, unref as e, normalizeProps as o, guardReactiveProps as l, createSlots as y, withCtx as t, createVNode as x, renderSlot as s, renderList as _ } from "vue";
1
+ import { defineComponent as m, useSlots as c, createBlock as B, openBlock as v, unref as e, normalizeProps as o, guardReactiveProps as l, createSlots as y, withCtx as t, createVNode as x, renderSlot as s, renderList as _ } from "vue";
2
2
  import { omit as g } from "lodash-unified";
3
3
  import { ApForm as p } from "../index.mjs";
4
4
  const S = /* @__PURE__ */ m({
@@ -48,7 +48,7 @@ const S = /* @__PURE__ */ m({
48
48
  },
49
49
  setup(d) {
50
50
  const i = d, u = c();
51
- return (a, h) => (B(), v(e(p).FormItem, o(l(i)), y({
51
+ return (a, h) => (v(), B(e(p).FormItem, o(l(i)), y({
52
52
  default: t(() => [
53
53
  x(e(p).ControlRender, null, {
54
54
  default: t((r) => [
@@ -1,5 +1,5 @@
1
- import { defineComponent as C, ref as d, openBlock as i, createBlock as c, unref as e, withCtx as o, createElementVNode as g, normalizeClass as s, createVNode as t, createElementBlock as F, Fragment as _, renderList as B, resolveDynamicComponent as x, createTextVNode as v, toDisplayString as y } from "vue";
2
- import { Popover as h, Row as L, Col as N, Divider as S, Flex as w, Button as u, Tooltip as D } from "@aplus-frontend/antdv";
1
+ import { defineComponent as C, ref as d, createBlock as c, openBlock as i, unref as e, withCtx as o, createVNode as t, normalizeClass as s, createElementVNode as g, createElementBlock as F, Fragment as _, renderList as B, resolveDynamicComponent as x, createTextVNode as v, toDisplayString as y } from "vue";
2
+ import { Popover as h, Tooltip as L, Button as u, Row as N, Col as S, Divider as w, Flex as D } from "@aplus-frontend/antdv";
3
3
  import { IconApFilterOutlined as P } from "@aplus-frontend/icon";
4
4
  import "../../../config-provider/index.mjs";
5
5
  import { useNamespace as R } from "../../../config-provider/hooks/use-namespace.mjs";
@@ -32,9 +32,9 @@ const U = /* @__PURE__ */ C({
32
32
  class: s([e(a)("popover-content")]),
33
33
  style: { paddingBottom: "4px", width: "825px" }
34
34
  }, [
35
- t(e(L), { gutter: 8 }, {
35
+ t(e(N), { gutter: 8 }, {
36
36
  default: o(() => [
37
- (i(!0), F(_, null, B(r.config, (n) => (i(), c(e(N), {
37
+ (i(!0), F(_, null, B(r.config, (n) => (i(), c(e(S), {
38
38
  key: n.key,
39
39
  span: 8
40
40
  }, {
@@ -47,11 +47,11 @@ const U = /* @__PURE__ */ C({
47
47
  _: 1
48
48
  })
49
49
  ], 2),
50
- t(e(S), { style: { margin: "0" } }),
50
+ t(e(w), { style: { margin: "0" } }),
51
51
  g("div", {
52
52
  class: s(e(a)("popover-footer"))
53
53
  }, [
54
- t(e(w), { justify: "end" }, {
54
+ t(e(D), { justify: "end" }, {
55
55
  default: o(() => [
56
56
  t(e(u), {
57
57
  onClick: p[0] || (p[0] = (n) => l.value = !1)
@@ -78,7 +78,7 @@ const U = /* @__PURE__ */ C({
78
78
  ], 2)
79
79
  ]),
80
80
  default: o(() => [
81
- t(e(D), {
81
+ t(e(L), {
82
82
  title: e(m)("ap.apForm.search.moreFilter"),
83
83
  placement: "top"
84
84
  }, {
@@ -1,5 +1,5 @@
1
- import { defineComponent as S, ref as C, watch as k, unref as e, openBlock as D, createBlock as P, withCtx as a, createElementVNode as s, normalizeClass as o, toDisplayString as m, createVNode as r, createTextVNode as b } from "vue";
2
- import { Popover as V, Flex as _, Divider as j, Button as h, Tooltip as z } from "@aplus-frontend/antdv";
1
+ import { defineComponent as S, ref as C, watch as k, unref as e, createBlock as D, openBlock as P, withCtx as a, createVNode as o, normalizeClass as r, createElementVNode as s, toDisplayString as m, createTextVNode as b } from "vue";
2
+ import { Popover as V, Tooltip as j, Button as h, Flex as _, Divider as z } from "@aplus-frontend/antdv";
3
3
  import { IconApLayoutOutlined as A } from "@aplus-frontend/icon";
4
4
  import "../../../../config-provider/index.mjs";
5
5
  import I from "vuedraggable";
@@ -43,7 +43,7 @@ const W = /* @__PURE__ */ S({
43
43
  (t) => {
44
44
  t && (c.value = [...v]);
45
45
  }
46
- ), (t, u) => (D(), P(e(V), {
46
+ ), (t, u) => (P(), D(e(V), {
47
47
  open: p.value,
48
48
  "onUpdate:open": u[1] || (u[1] = (d) => p.value = d),
49
49
  "overlay-class-name": e(f)("popover"),
@@ -55,22 +55,22 @@ const W = /* @__PURE__ */ S({
55
55
  }, {
56
56
  content: a(() => [
57
57
  s("div", {
58
- class: o(e(n)("header"))
58
+ class: r(e(n)("header"))
59
59
  }, [
60
60
  s("span", {
61
- class: o(e(n)("header-title"))
61
+ class: r(e(n)("header-title"))
62
62
  }, m(e(i)("ap.apForm.search.sorterTitle")), 3),
63
- r(e(_), { justify: "space-between" }, {
63
+ o(e(_), { justify: "space-between" }, {
64
64
  default: a(() => [
65
65
  s("span", {
66
- class: o(e(n)("header-desc"))
66
+ class: r(e(n)("header-desc"))
67
67
  }, m(e(i)("ap.apForm.search.sorterDesc")), 3),
68
68
  s("div", {
69
- class: o(e(n)("header-action-wrapper")),
69
+ class: r(e(n)("header-action-wrapper")),
70
70
  onClick: N
71
71
  }, [
72
72
  s("span", {
73
- class: o(e(n)("header-reset-btn"))
73
+ class: r(e(n)("header-reset-btn"))
74
74
  }, m(e(i)("ap.apForm.search.sorterReset")), 3)
75
75
  ], 2)
76
76
  ]),
@@ -78,26 +78,26 @@ const W = /* @__PURE__ */ S({
78
78
  })
79
79
  ], 2),
80
80
  s("div", {
81
- class: o([e(f)("popover-content"), e(n)("content")])
81
+ class: r([e(f)("popover-content"), e(n)("content")])
82
82
  }, [
83
- r(e(I), {
83
+ o(e(I), {
84
84
  list: c.value,
85
- class: o(e(n)("sorter-wrapper")),
85
+ class: r(e(n)("sorter-wrapper")),
86
86
  "item-key": T
87
87
  }, {
88
88
  item: a(({ element: d }) => [
89
- r($, { item: d }, null, 8, ["item"])
89
+ o($, { item: d }, null, 8, ["item"])
90
90
  ]),
91
91
  _: 1
92
92
  }, 8, ["list", "class"])
93
93
  ], 2),
94
- r(e(j), { style: { margin: "0" } }),
94
+ o(e(z), { style: { margin: "0" } }),
95
95
  s("div", {
96
- class: o(e(f)("popover-footer"))
96
+ class: r(e(f)("popover-footer"))
97
97
  }, [
98
- r(e(_), { justify: "end" }, {
98
+ o(e(_), { justify: "end" }, {
99
99
  default: a(() => [
100
- r(e(h), {
100
+ o(e(h), {
101
101
  onClick: u[0] || (u[0] = (d) => p.value = !1)
102
102
  }, {
103
103
  default: a(() => [
@@ -105,8 +105,8 @@ const W = /* @__PURE__ */ S({
105
105
  ]),
106
106
  _: 1
107
107
  }),
108
- r(e(h), {
109
- class: o(e(f)("popover-footer-confirm-btn")),
108
+ o(e(h), {
109
+ class: r(e(f)("popover-footer-confirm-btn")),
110
110
  type: "primary",
111
111
  onClick: B
112
112
  }, {
@@ -121,16 +121,16 @@ const W = /* @__PURE__ */ S({
121
121
  ], 2)
122
122
  ]),
123
123
  default: a(() => [
124
- r(e(z), {
124
+ o(e(j), {
125
125
  title: e(i)("ap.apForm.search.sorterTitle"),
126
126
  placement: "top"
127
127
  }, {
128
128
  default: a(() => [
129
- r(e(h), {
130
- class: o([e(y)("trigger-btn"), { [e(y)("trigger-btn-active")]: p.value }])
129
+ o(e(h), {
130
+ class: r([e(y)("trigger-btn"), { [e(y)("trigger-btn-active")]: p.value }])
131
131
  }, {
132
132
  icon: a(() => [
133
- r(e(A), { size: 14 })
133
+ o(e(A), { size: 14 })
134
134
  ]),
135
135
  _: 1
136
136
  }, 8, ["class"])
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, computed as n, openBlock as a, createElementBlock as d, normalizeClass as r, unref as t, createElementVNode as l, createVNode as u, toDisplayString as f } from "vue";
1
+ import { defineComponent as c, computed as n, createElementBlock as a, openBlock as d, normalizeClass as r, unref as t, createElementVNode as l, createVNode as u, toDisplayString as f } from "vue";
2
2
  import { HolderOutlined as h } from "@ant-design/icons-vue";
3
3
  import "../../../../config-provider/index.mjs";
4
4
  import { isBoolean as _ } from "lodash-unified";
@@ -18,7 +18,7 @@ const x = ["title"], C = /* @__PURE__ */ c({
18
18
  const e = s.item.props;
19
19
  return _(e.hidden) ? !!e.hidden : v(e.hidden);
20
20
  }), { b: o } = b("search-form-sorter");
21
- return (e, B) => (a(), d("div", {
21
+ return (e, B) => (d(), a("div", {
22
22
  class: r([t(o)("sorter-item"), { [t(o)("sorter-item--hidden")]: p.value }])
23
23
  }, [
24
24
  l("div", null, [
@@ -2,13 +2,12 @@ import { ApFormExpose, ApFormSearchFormProps } from '../interface';
2
2
  import { ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, ComputedRef } from 'vue';
3
3
  import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
4
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
8
  import { Options } from '../../../node_modules/scroll-into-view-if-needed';
9
9
  import { Recordable } from '../../type';
10
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
11
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '..';
14
13
  import { OnCleanup } from '@vue/reactivity';
@@ -116,7 +115,7 @@ declare function __VLS_template(): {
116
115
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
117
116
  readonly initialValues?: Recordable | undefined;
118
117
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
119
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
118
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
120
119
  readonly syncToUrlPriority?: boolean | undefined;
121
120
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
122
121
  $attrs: {
@@ -384,7 +383,9 @@ declare function __VLS_template(): {
384
383
  default: string | number | ColSize;
385
384
  };
386
385
  xxl: {
387
- type: PropType<string | number | ColSize>;
386
+ type: PropType<string | number | **
387
+ * extra区域展开占据的span数(占据剩余所有空间)
388
+ */).ColSize>;
388
389
  default: string | number | ColSize;
389
390
  };
390
391
  prefixCls: StringConstructor;
@@ -951,7 +952,7 @@ declare const __VLS_component: DefineComponent<ApFormSearchFormProps, {
951
952
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
952
953
  readonly initialValues?: Recordable | undefined;
953
954
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
954
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
955
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
955
956
  readonly syncToUrlPriority?: boolean | undefined;
956
957
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
957
958
  $attrs: {
@@ -1219,7 +1220,9 @@ declare const __VLS_component: DefineComponent<ApFormSearchFormProps, {
1219
1220
  default: string | number | ColSize;
1220
1221
  };
1221
1222
  xxl: {
1222
- type: PropType<string | number | ColSize>;
1223
+ type: PropType<string | number | **
1224
+ * extra区域展开占据的span数(占据剩余所有空间)
1225
+ */).ColSize>;
1223
1226
  default: string | number | ColSize;
1224
1227
  };
1225
1228
  prefixCls: StringConstructor;
@@ -1,4 +1,4 @@
1
- import { isVNode as oe, defineComponent as ae, useSlots as ne, ref as L, shallowRef as U, computed as _, unref as n, watch as V, createVNode as t, Fragment as w, openBlock as d, createBlock as x, mergeProps as le, withCtx as A, resolveDynamicComponent as B, createElementBlock as re, renderList as se } from "vue";
1
+ import { isVNode as oe, defineComponent as ae, useSlots as ne, ref as L, shallowRef as U, computed as _, unref as n, watch as V, createVNode as t, Fragment as w, createBlock as x, openBlock as d, mergeProps as le, withCtx as A, resolveDynamicComponent as B, createElementBlock as re, renderList as se } from "vue";
2
2
  import { Col as R, Flex as N, Button as M, Row as ie } from "@aplus-frontend/antdv";
3
3
  import "../ap-form.vue.mjs";
4
4
  import "../item/index.vue2.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, useSlots as u, ref as f, watchEffect as p, cloneVNode as d, onMounted as V, openBlock as m, createElementBlock as _, Fragment as y, renderList as k, createBlock as F, resolveDynamicComponent as h } from "vue";
1
+ import { defineComponent as c, useSlots as u, ref as f, watchEffect as p, cloneVNode as d, onMounted as V, createElementBlock as _, openBlock as m, Fragment as y, renderList as k, createBlock as F, resolveDynamicComponent as h } from "vue";
2
2
  import { useInjectForm as v } from "../context.mjs";
3
3
  import { isFunction as w, cloneDeep as x } from "lodash-unified";
4
4
  import { isPromise as B } from "@fruits-chain/utils";
@@ -1,15 +1,13 @@
1
1
  import { EditableGridFormItemExpose, EditableGridFormItemProps } from './interface';
2
2
  import { Recordable } from '../../type';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
4
4
  declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & EditableGridFormItemProps<RecordType> & Partial<{}>> & PublicProps;
6
6
  expose(exposed: ShallowUnwrapRef<EditableGridFormItemExpose>): void;
7
7
  attrs: any;
8
8
  slots: Readonly<Record<string, any>> & Record<string, any>;
9
9
  emit: {};
10
- }>) => VNode<RendererNode, RendererElement, {
11
- [key: string]: any;
12
- }> & {
10
+ }>) => VNode & {
13
11
  __ctx?: Awaited<typeof __VLS_setup>;
14
12
  };
15
13
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as A, useSlots as H, toRef as W, ref as h, unref as r, watch as G, nextTick as U, openBlock as $, createBlock as q, mergeProps as y, withCtx as g, createVNode as J, createSlots as Q, renderList as X, renderSlot as Y, normalizeProps as Z, guardReactiveProps as I } from "vue";
1
+ import { defineComponent as A, useSlots as H, toRef as W, ref as h, unref as r, watch as G, nextTick as U, createBlock as $, openBlock as q, mergeProps as y, withCtx as g, createVNode as J, createSlots as Q, renderList as X, renderSlot as Y, normalizeProps as Z, guardReactiveProps as I } from "vue";
2
2
  import { ApForm as C } from "../../ap-form/index.mjs";
3
3
  import { isArray as w, isUndefined as M, isNumber as m, cloneDeep as ee, omit as oe } from "lodash-unified";
4
4
  import "../../config-provider/index.mjs";
@@ -264,7 +264,7 @@ const Ce = /* @__PURE__ */ A({
264
264
  setTableData: z,
265
265
  clear: P,
266
266
  removeByKey: _
267
- }), (e, t) => ($(), q(r(C).FormItem, y(e.formItem, {
267
+ }), (e, t) => (q(), $(r(C).FormItem, y(e.formItem, {
268
268
  name: e.name,
269
269
  label: e.label
270
270
  }), {
@@ -1,6 +1,6 @@
1
1
  import { EditableGridExpose, EditableGridProps } from './interface';
2
2
  import { Recordable } from '../../type';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
4
4
  declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
6
  readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
@@ -9,9 +9,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNu
9
9
  attrs: any;
10
10
  slots: Readonly<Record<string, any>> & Record<string, any>;
11
11
  emit: (event: "update:value", ...args: any[]) => void;
12
- }>) => VNode<RendererNode, RendererElement, {
13
- [key: string]: any;
14
- }> & {
12
+ }>) => VNode & {
15
13
  __ctx?: Awaited<typeof __VLS_setup>;
16
14
  };
17
15
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as $, useSlots as q, ref as v, watch as x, unref as u, openBlock as J, createBlock as Q, withCtx as h, createVNode as b, mergeProps as X, createSlots as Y, renderList as Z, renderSlot as M, normalizeProps as ee, guardReactiveProps as te } from "vue";
1
+ import { defineComponent as $, useSlots as q, ref as v, watch as x, unref as u, createBlock as J, openBlock as Q, withCtx as h, createVNode as b, mergeProps as X, createSlots as Y, renderList as Z, renderSlot as M, normalizeProps as ee, guardReactiveProps as te } from "vue";
2
2
  import { ApForm as y } from "../../ap-form/index.mjs";
3
3
  import { isEqual as ae, isArray as g, isUndefined as oe, isNumber as C, cloneDeep as le, omit as ne } from "lodash-unified";
4
4
  import "../../config-provider/index.mjs";
@@ -284,7 +284,7 @@ const Re = /* @__PURE__ */ $({
284
284
  clear: U,
285
285
  setTableData: P,
286
286
  removeByKey: K
287
- }), (e, t) => (J(), Q(u(y), {
287
+ }), (e, t) => (Q(), J(u(y), {
288
288
  ref_key: "formRef",
289
289
  ref: i,
290
290
  "initial-values": {
@@ -1,11 +1,11 @@
1
- import { ref as a, watch as u, computed as m, unref as p } from "vue";
2
- import { useToken as i } from "@aplus-frontend/antdv/es/theme/internal";
1
+ import { ref as a, watch as u, computed as p, unref as i } from "vue";
2
+ import { useToken as m } from "@aplus-frontend/antdv/es/theme/internal";
3
3
  import "../../config-provider/index.mjs";
4
4
  import { renderWithColumns as l } from "../utils/renderer.mjs";
5
5
  import { useNamespace as s } from "../../config-provider/hooks/use-namespace.mjs";
6
6
  import { useGlobalConfig as f } from "../../config-provider/hooks/use-global-config.mjs";
7
- const w = (e) => {
8
- const [, o] = i(), { be: t } = s("ap-grid"), n = f("valueTypeMap"), r = a(Date.now());
7
+ const h = (e) => {
8
+ const [, o] = m(), { be: t } = s("ap-grid"), n = f("valueTypeMap"), r = a(Date.now());
9
9
  return u(
10
10
  () => e.value,
11
11
  () => {
@@ -15,15 +15,15 @@ const w = (e) => {
15
15
  deep: !0
16
16
  }
17
17
  ), {
18
- renderConfig: m(() => l(
18
+ renderConfig: p(() => l(
19
19
  e.value,
20
- o.value.colorPrimary,
20
+ o.value.colorTextTertiary,
21
21
  t("table-header", "title"),
22
- p(n)
22
+ i(n)
23
23
  )),
24
24
  updateSignal: r
25
25
  };
26
26
  };
27
27
  export {
28
- w as useRenderColumns
28
+ h as useRenderColumns
29
29
  };
@@ -1,6 +1,6 @@
1
1
  import { VxeTableSlots } from 'vxe-table';
2
2
  import { ApGridColumnType, ApGridExpose, ApGridProps } from './interface';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
4
4
  declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApGridProps<RecordType> & Partial<{}>> & PublicProps;
6
6
  expose(exposed: ShallowUnwrapRef<ApGridExpose>): void;
@@ -35,9 +35,7 @@ declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __V
35
35
  }) => any;
36
36
  };
37
37
  emit: {};
38
- }>) => VNode<RendererNode, RendererElement, {
39
- [key: string]: any;
40
- }> & {
38
+ }>) => VNode & {
41
39
  __ctx?: Awaited<typeof __VLS_setup>;
42
40
  };
43
41
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as Be, useSlots as Ie, getCurrentInstance as Ee, ref as F, computed as n, unref as o, watch as B, openBlock as i, createElementBlock as I, normalizeClass as g, normalizeStyle as V, createVNode as X, mergeProps as h, createSlots as J, withCtx as v, Fragment as Q, renderList as L, createBlock as m, resolveDynamicComponent as D, renderSlot as O, createCommentVNode as y, createElementVNode as E, normalizeProps as Pe, guardReactiveProps as Ne } from "vue";
1
+ import { defineComponent as Be, useSlots as Ie, getCurrentInstance as Ee, ref as F, computed as n, unref as o, watch as B, createElementBlock as I, openBlock as i, normalizeStyle as V, normalizeClass as g, createCommentVNode as y, createElementVNode as E, createVNode as X, mergeProps as h, createSlots as J, withCtx as v, Fragment as Q, renderList as L, createBlock as m, resolveDynamicComponent as D, renderSlot as O, normalizeProps as Pe, guardReactiveProps as Ne } from "vue";
2
2
  import { VxeTable as Te, VxeColumn as Y } from "vxe-table";
3
3
  import "vxe-table/es/style.css";
4
4
  import "vxe-pc-ui/es/style.css";
@@ -14,7 +14,7 @@ import { useInnerParams as Ke } from "./hooks/use-inner-params.mjs";
14
14
  import { toVxeProps as We, getRowExpandProps as je, getRowSelectionProps as He } from "./utils/table.mjs";
15
15
  import Me from "../ap-table/hooks/use-table-row-selection.mjs";
16
16
  import { useProvideApTable as qe } from "../ap-table/context.mjs";
17
- import { sizeMap as Ue, sizeReverseMap as Ge, ROW_SELECTION_FIELD as Xe } from "./constants.mjs";
17
+ import { sizeReverseMap as Ue, sizeMap as Ge, ROW_SELECTION_FIELD as Xe } from "./constants.mjs";
18
18
  import { useRenderColumns as Je } from "./hooks/use-render-columns.mjs";
19
19
  import { useToken as Qe } from "@aplus-frontend/antdv/es/theme/internal";
20
20
  import "../scroll-bar/index.mjs";
@@ -211,17 +211,17 @@ const To = /* @__PURE__ */ Be({
211
211
  qe({
212
212
  columns: n(() => s.value),
213
213
  columnsBackup: n(() => $.value),
214
- size: n(() => Ue[x.value]),
214
+ size: n(() => Ge[x.value]),
215
215
  updateColumns(e) {
216
216
  var r;
217
217
  s.value = e, (r = a.onShownColumnsChange) == null || r.call(a, e);
218
218
  },
219
219
  updateSize(e) {
220
- x.value = Ge[e];
220
+ x.value = Ue[e];
221
221
  },
222
222
  renderConfig: n(() => ({
223
223
  className: le("table-header", "title"),
224
- color: d.value.colorPrimary
224
+ color: d.value.colorTextTertiary
225
225
  })),
226
226
  dataSource: n(() => o(f).records),
227
227
  getSearchFormValues: U,
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, computed as s, onMounted as a, openBlock as i, createBlock as p, resolveDynamicComponent as m, normalizeProps as l, guardReactiveProps as c, createSlots as d, renderList as u, withCtx as f, renderSlot as _ } from "vue";
1
+ import { defineComponent as n, computed as s, onMounted as a, createBlock as i, openBlock as p, resolveDynamicComponent as m, normalizeProps as l, guardReactiveProps as c, createSlots as d, renderList as u, withCtx as f, renderSlot as _ } from "vue";
2
2
  import "./ap-info-layout-aplus/ap-info-layout.vue.mjs";
3
3
  import "./ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs";
4
4
  import "../config-provider/index.mjs";
@@ -31,7 +31,7 @@ const g = /* @__PURE__ */ n({
31
31
  b() || console.warn(
32
32
  "[DEPRECATED] This component is deprecated and will be removed in next minor version. "
33
33
  );
34
- }), (o, $) => (i(), p(m(t.value), l(c(o.$props)), d({ _: 2 }, [
34
+ }), (o, $) => (p(), i(m(t.value), l(c(o.$props)), d({ _: 2 }, [
35
35
  u(o.$slots, (k, e) => ({
36
36
  name: e,
37
37
  fn: f(() => [
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, ref as t, openBlock as p, createElementBlock as y, normalizeClass as s, unref as e, createElementVNode as n, normalizeStyle as h, renderSlot as d } from "vue";
1
+ import { defineComponent as u, ref as t, createElementBlock as p, openBlock as y, normalizeClass as s, unref as e, createElementVNode as n, normalizeStyle as h, renderSlot as d } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import { useNamespace as v } from "../../config-provider/hooks/use-namespace.mjs";
4
4
  import { useGlobalConfig as _ } from "../../config-provider/hooks/use-global-config.mjs";
@@ -12,7 +12,7 @@ const L = /* @__PURE__ */ u({
12
12
  const l = t(), a = t(), f = () => {
13
13
  l.value && a.value && (l.value.scrollTop > 0 ? a.value.classList.add(o("header-shadow")) : a.value.classList.remove(o("header-shadow")));
14
14
  }, { b: i, e: o, m: c } = v("ap-info-layout-admin"), m = _("uiMode", "admin");
15
- return (r, k) => (p(), y("div", {
15
+ return (r, k) => (y(), p("div", {
16
16
  ref_key: "containerRef",
17
17
  ref: l,
18
18
  class: s([e(i)(), `${e(c)(e(m))}`]),
@@ -1,4 +1,4 @@
1
- import { defineComponent as $, computed as t, onActivated as y, onDeactivated as B, openBlock as d, createElementBlock as E, normalizeClass as a, createBlock as H, Teleport as k, renderSlot as s, createElementVNode as o, createVNode as A, unref as N } from "vue";
1
+ import { defineComponent as $, computed as t, onActivated as y, onDeactivated as B, createElementBlock as E, openBlock as d, normalizeClass as a, createBlock as H, createElementVNode as o, Teleport as k, renderSlot as s, createVNode as A, unref as N } from "vue";
2
2
  import { Divider as T } from "@aplus-frontend/antdv";
3
3
  import "../../config-provider/index.mjs";
4
4
  import { useNamespace as V } from "../../config-provider/hooks/use-namespace.mjs";
@@ -1,6 +1,6 @@
1
1
  import { ApListProps } from './interface';
2
2
  import { Recordable } from '../type';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, VNode, RendererNode, RendererElement } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, VNode } from 'vue';
4
4
  import { ApFormSearchFormExpose } from '..';
5
5
  declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
6
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApListProps<RecordType> & Partial<{}>> & PublicProps;
@@ -41,9 +41,7 @@ declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable
41
41
  }): any;
42
42
  };
43
43
  emit: {};
44
- }>) => VNode<RendererNode, RendererElement, {
45
- [key: string]: any;
46
- }> & {
44
+ }>) => VNode & {
47
45
  __ctx?: Awaited<typeof __VLS_setup>;
48
46
  };
49
47
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as X, ref as Y, unref as e, computed as p, watch as Z, openBlock as i, createElementBlock as s, normalizeClass as l, normalizeStyle as v, renderSlot as u, createElementVNode as _, createVNode as g, createCommentVNode as I, Fragment as E, createBlock as O, withCtx as h, renderList as x, mergeProps as ee } from "vue";
1
+ import { defineComponent as X, ref as Y, unref as e, computed as p, watch as Z, createElementBlock as s, openBlock as i, normalizeStyle as v, normalizeClass as l, renderSlot as u, createElementVNode as _, createCommentVNode as I, createVNode as g, Fragment as E, createBlock as O, withCtx as h, renderList as x, mergeProps as ee } from "vue";
2
2
  import { Empty as V, Spin as te, Pagination as ae } from "@aplus-frontend/antdv";
3
3
  import { useTablePaging as ne } from "../ap-table/hooks/use-table-paging-ng.mjs";
4
4
  import "../config-provider/index.mjs";
@@ -6,7 +6,7 @@ export type ModalFunc = (props: ModalFuncProps) => {
6
6
  update: (configUpdate: ConfigUpdate) => void;
7
7
  };
8
8
  declare const confirm: (config: ModalFuncProps) => {
9
- destroy: (this: any, ...args: any[]) => void;
9
+ destroy: (this: /*elided*/ any, ...args: any[]) => void;
10
10
  update: (configUpdate: ConfigUpdate) => void;
11
11
  };
12
12
  export default confirm;
@@ -1,7 +1,7 @@
1
1
  import { ApColumnType, ApTableProps } from './interface';
2
2
  import { ColumnsType, ColumnType } from '@aplus-frontend/antdv/es/table';
3
3
  import { RowSelectionReturnType } from './hooks/use-table-row-selection';
4
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, ComputedRef, Ref, VNode, RendererNode, RendererElement } from 'vue';
4
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, ComputedRef, Ref, VNode } from 'vue';
5
5
  declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
6
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApTableProps<RecordType> & Partial<{}>> & PublicProps;
7
7
  expose(exposed: ShallowUnwrapRef<{
@@ -85,9 +85,7 @@ declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __V
85
85
  }) => void;
86
86
  };
87
87
  emit: {};
88
- }>) => VNode<RendererNode, RendererElement, {
89
- [key: string]: any;
90
- }> & {
88
+ }>) => VNode & {
91
89
  __ctx?: Awaited<typeof __VLS_setup>;
92
90
  };
93
91
  export default _default;