@aplus-frontend/ui 0.0.33 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/es/index.mjs +217 -215
  2. package/es/src/ap-field/select/index.vue.mjs +36 -32
  3. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +27 -26
  4. package/es/src/ap-form/ap-form.vue.d.ts +1 -1
  5. package/es/src/ap-form/ap-form.vue2.mjs +40 -40
  6. package/es/src/ap-form/interface.d.ts +1 -1
  7. package/es/src/ap-form/search-form/index.vue.mjs +79 -78
  8. package/es/src/ap-modal/utils/createModal.mjs +34 -31
  9. package/es/src/ap-table/ap-table.vue.d.ts +54 -11
  10. package/es/src/ap-table/ap-table.vue.mjs +171 -148
  11. package/es/src/ap-table/hooks/use-table-paging.d.ts +1 -0
  12. package/es/src/ap-table/hooks/use-table-paging.mjs +48 -47
  13. package/es/src/ap-table/hooks/use-table-row-selection.d.ts +60 -0
  14. package/es/src/ap-table/hooks/use-table-row-selection.mjs +62 -0
  15. package/es/src/ap-table/interface.d.ts +14 -2
  16. package/es/src/ap-table/style/ap-table.css +2 -0
  17. package/es/src/ap-upload/apUpload.vue.d.ts +3 -3
  18. package/es/src/ap-upload/hooks/useOss.d.ts +3 -3
  19. package/es/src/business/ap-select-layout/index.css +117 -0
  20. package/es/src/business/ap-select-layout/index.d.ts +4 -0
  21. package/es/src/business/ap-select-layout/interface.d.ts +9 -0
  22. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +76 -0
  23. package/es/src/business/ap-select-layout/select-layout.vue.mjs +4 -0
  24. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +145 -0
  25. package/es/src/business/index.d.ts +76 -1
  26. package/es/src/business/index.mjs +9 -6
  27. package/es/src/config-provider/config-provider.d.ts +144 -1
  28. package/es/src/config-provider/config-provider.mjs +35 -29
  29. package/es/src/config-provider/index.mjs +22 -20
  30. package/es/src/design-token/index.mjs +1 -1
  31. package/es/src/editable-table/form-item.vue.d.ts +7 -7
  32. package/es/src/editable-table/form-item.vue.mjs +2 -2
  33. package/es/src/editable-table/index.vue.d.ts +7 -7
  34. package/es/src/editable-table/index.vue.mjs +10 -10
  35. package/es/src/editable-table/interface.d.ts +1 -1
  36. package/es/src/index.mjs +188 -186
  37. package/es/src/theme/ap-select-layout/ap-select-layout.css +117 -0
  38. package/es/src/theme/ap-table/ap-table.css +2 -0
  39. package/lib/index.js +1 -1
  40. package/lib/src/ap-field/select/index.vue.js +1 -1
  41. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  42. package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
  43. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  44. package/lib/src/ap-form/interface.d.ts +1 -1
  45. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  46. package/lib/src/ap-modal/utils/createModal.js +1 -1
  47. package/lib/src/ap-table/ap-table.vue.d.ts +54 -11
  48. package/lib/src/ap-table/ap-table.vue.js +1 -1
  49. package/lib/src/ap-table/hooks/use-table-paging.d.ts +1 -0
  50. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  51. package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +60 -0
  52. package/lib/src/ap-table/hooks/use-table-row-selection.js +1 -0
  53. package/lib/src/ap-table/interface.d.ts +14 -2
  54. package/lib/src/ap-table/style/ap-table.css +2 -0
  55. package/lib/src/ap-upload/apUpload.vue.d.ts +3 -3
  56. package/lib/src/ap-upload/hooks/useOss.d.ts +3 -3
  57. package/lib/src/business/ap-select-layout/index.css +117 -0
  58. package/lib/src/business/ap-select-layout/index.d.ts +4 -0
  59. package/lib/src/business/ap-select-layout/interface.d.ts +9 -0
  60. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +76 -0
  61. package/lib/src/business/ap-select-layout/select-layout.vue.js +1 -0
  62. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -0
  63. package/lib/src/business/index.d.ts +76 -1
  64. package/lib/src/business/index.js +1 -1
  65. package/lib/src/config-provider/config-provider.d.ts +144 -1
  66. package/lib/src/config-provider/config-provider.js +1 -1
  67. package/lib/src/config-provider/index.js +1 -1
  68. package/lib/src/design-token/index.js +1 -1
  69. package/lib/src/editable-table/form-item.vue.d.ts +7 -7
  70. package/lib/src/editable-table/form-item.vue.js +1 -1
  71. package/lib/src/editable-table/index.vue.d.ts +7 -7
  72. package/lib/src/editable-table/index.vue.js +1 -1
  73. package/lib/src/editable-table/interface.d.ts +1 -1
  74. package/lib/src/index.js +1 -1
  75. package/lib/src/theme/ap-select-layout/ap-select-layout.css +117 -0
  76. package/lib/src/theme/ap-table/ap-table.css +2 -0
  77. package/package.json +2 -2
@@ -4,7 +4,7 @@ import { Recordable } from '../type';
4
4
  import { ExtractPropTypes, PropType, VNode, RendererNode, RendererElement, CSSProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps, ShallowUnwrapRef } from 'vue';
5
5
  import { SpinSize } from 'ant-design-vue/es/spin/Spin';
6
6
  import { VueTypeValidableDef } from '../../node_modules/vue-types';
7
- import { GetPopupContainer, FilterValue, SorterResult, TableCurrentDataSource, TableLocale, SortOrder, TableRowSelection } from 'ant-design-vue/es/table/interface';
7
+ import { GetPopupContainer, TableLocale, SortOrder, TableRowSelection } from 'ant-design-vue/es/table/interface';
8
8
  import { RenderExpandIcon, PanelRender, TableComponents, TransformCellText, TableLayout, GetRowKey, TableSticky, DataIndex, RowClassName, GetComponentProps, ColumnType, Key, ExpandedRowRender } from 'ant-design-vue/es/vc-table/interface';
9
9
  import { ButtonSize } from 'ant-design-vue/es/button';
10
10
  import { TablePaginationConfig, TableColumnType } from 'ant-design-vue';
@@ -38,7 +38,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
38
38
  footer?: PanelRender<RecordType> | undefined;
39
39
  direction?: "ltr" | "rtl" | undefined;
40
40
  size?: ButtonSize;
41
- onChange?: (((pagination: TablePaginationConfig, filters: Record<string, FilterValue | null>, sorter: SorterResult<RecordType> | SorterResult<RecordType>[], extra: TableCurrentDataSource<RecordType>) => void) & ((value: RecordType[]) => void)) | undefined;
41
+ onChange?: ((value: RecordType[]) => void) | undefined;
42
42
  scroll?: ({
43
43
  x?: string | number | true | undefined;
44
44
  y?: string | number | undefined;
@@ -147,6 +147,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
147
147
  onOpenChange: PropType<(vis: boolean) => void>;
148
148
  'onUpdate:open': PropType<(vis: boolean) => void>;
149
149
  }>> | undefined;
150
+ rowSelection?: TableRowSelection<RecordType> | undefined;
150
151
  rowClassName?: string | RowClassName<RecordType> | undefined;
151
152
  showHeader?: boolean | undefined;
152
153
  customRow?: GetComponentProps<RecordType> | undefined;
@@ -166,7 +167,6 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
166
167
  childrenColumnName?: string | undefined;
167
168
  rowExpandable?: ((record: RecordType) => boolean) | undefined;
168
169
  onResizeColumn?: ((w: number, col: TableColumnType<any>) => void) | undefined;
169
- rowSelection?: TableRowSelection<RecordType> | undefined;
170
170
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: {
171
171
  attrs: any;
172
172
  slots: Readonly<{
@@ -232,7 +232,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
232
232
  footer?: PanelRender<RecordType> | undefined;
233
233
  direction?: "ltr" | "rtl" | undefined;
234
234
  size?: ButtonSize;
235
- onChange?: (((pagination: TablePaginationConfig, filters: Record<string, FilterValue | null>, sorter: SorterResult<RecordType> | SorterResult<RecordType>[], extra: TableCurrentDataSource<RecordType>) => void) & ((value: RecordType[]) => void)) | undefined;
235
+ onChange?: ((value: RecordType[]) => void) | undefined;
236
236
  scroll?: ({
237
237
  x?: string | number | true | undefined;
238
238
  y?: string | number | undefined;
@@ -341,6 +341,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
341
341
  onOpenChange: PropType<(vis: boolean) => void>;
342
342
  'onUpdate:open': PropType<(vis: boolean) => void>;
343
343
  }>> | undefined;
344
+ rowSelection?: TableRowSelection<RecordType> | undefined;
344
345
  rowClassName?: string | RowClassName<RecordType> | undefined;
345
346
  showHeader?: boolean | undefined;
346
347
  customRow?: GetComponentProps<RecordType> | undefined;
@@ -360,7 +361,6 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
360
361
  childrenColumnName?: string | undefined;
361
362
  rowExpandable?: ((record: RecordType) => boolean) | undefined;
362
363
  onResizeColumn?: ((w: number, col: TableColumnType<any>) => void) | undefined;
363
- rowSelection?: TableRowSelection<RecordType> | undefined;
364
364
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
365
365
  expose(exposed: ShallowUnwrapRef<{
366
366
  resetFields: () => void;
@@ -430,7 +430,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
430
430
  footer?: PanelRender<RecordType> | undefined;
431
431
  direction?: "ltr" | "rtl" | undefined;
432
432
  size?: ButtonSize;
433
- onChange?: (((pagination: TablePaginationConfig, filters: Record<string, FilterValue | null>, sorter: SorterResult<RecordType> | SorterResult<RecordType>[], extra: TableCurrentDataSource<RecordType>) => void) & ((value: RecordType[]) => void)) | undefined;
433
+ onChange?: ((value: RecordType[]) => void) | undefined;
434
434
  scroll?: ({
435
435
  x?: string | number | true | undefined;
436
436
  y?: string | number | undefined;
@@ -539,6 +539,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
539
539
  onOpenChange: PropType<(vis: boolean) => void>;
540
540
  'onUpdate:open': PropType<(vis: boolean) => void>;
541
541
  }>> | undefined;
542
+ rowSelection?: TableRowSelection<RecordType> | undefined;
542
543
  rowClassName?: string | RowClassName<RecordType> | undefined;
543
544
  showHeader?: boolean | undefined;
544
545
  customRow?: GetComponentProps<RecordType> | undefined;
@@ -558,7 +559,6 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: {
558
559
  childrenColumnName?: string | undefined;
559
560
  rowExpandable?: ((record: RecordType) => boolean) | undefined;
560
561
  onResizeColumn?: ((w: number, col: TableColumnType<any>) => void) | undefined;
561
- rowSelection?: TableRowSelection<RecordType> | undefined;
562
562
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
563
563
  expose(exposed: ShallowUnwrapRef<{
564
564
  resetFields: () => void;
@@ -1,10 +1,10 @@
1
1
  import { defineComponent as T, useSlots as K, ref as M, watch as q, unref as a, openBlock as w, createBlock as G, withCtx as c, createVNode as y, mergeProps as H, createSlots as U, createElementBlock as W, Fragment as $, createElementVNode as v, normalizeClass as J, toDisplayString as Q, createCommentVNode as X, renderList as Y, renderSlot as Z, normalizeProps as ee, guardReactiveProps as te } from "vue";
2
2
  import { Table as ae } from "ant-design-vue";
3
3
  import { ApForm as f } from "../ap-form/index.mjs";
4
- import { isNumber as p, cloneDeep as x, omit as ne } from "lodash-unified";
4
+ import { isNumber as p, cloneDeep as h, omit as ne } from "lodash-unified";
5
5
  import "../config-provider/index.mjs";
6
6
  import "../hooks/index.mjs";
7
- import { isDef as h } from "../utils/index.mjs";
7
+ import { isDef as x } from "../utils/index.mjs";
8
8
  import { getColumnIsRequired as oe } from "./utils.mjs";
9
9
  import le from "./hooks/use-get-columns.mjs";
10
10
  import "./style/index.css";
@@ -32,7 +32,6 @@ const be = /* @__PURE__ */ T({
32
32
  default: !1
33
33
  },
34
34
  locale: {},
35
- onChange: {},
36
35
  onResizeColumn: {},
37
36
  rowSelection: {},
38
37
  getPopupContainer: {},
@@ -103,6 +102,7 @@ const be = /* @__PURE__ */ T({
103
102
  value: {},
104
103
  defaultValue: {},
105
104
  "onUpdate:value": {},
105
+ onChange: {},
106
106
  maxLength: {},
107
107
  name: {
108
108
  default: "ap-editable-table-inner-name"
@@ -138,10 +138,10 @@ const be = /* @__PURE__ */ T({
138
138
  function z(e, n) {
139
139
  var r, d, i;
140
140
  const o = ((r = a(s)) == null ? void 0 : r.length) || 0;
141
- if (h(l.maxLength) && o >= l.maxLength)
141
+ if (x(l.maxLength) && o >= l.maxLength)
142
142
  return;
143
143
  const t = [...a(s) || []];
144
- h(n) ? t.splice(n, 0, {
144
+ x(n) ? t.splice(n, 0, {
145
145
  ...e || {}
146
146
  }) : t.push({
147
147
  ...e || {}
@@ -150,14 +150,14 @@ const be = /* @__PURE__ */ T({
150
150
  function P(e, n = "suffix") {
151
151
  var i, m, C;
152
152
  const o = ((i = a(s)) == null ? void 0 : i.length) || 0, t = p(e) ? e : e.length;
153
- if (h(l.maxLength) && o + t > l.maxLength)
153
+ if (x(l.maxLength) && o + t > l.maxLength)
154
154
  return;
155
- const r = [...a(s) || []], d = p(e) ? new Array(e).fill({}) : x(e);
155
+ const r = [...a(s) || []], d = p(e) ? new Array(e).fill({}) : h(e);
156
156
  n === "suffix" ? r.push(...d) : r.unshift(...d), (C = (m = u.value) == null ? void 0 : m.setFieldValue) == null || C.call(m, l.name, r);
157
157
  }
158
158
  function j(e) {
159
159
  var t, r;
160
- let n = x(a(s) || []);
160
+ let n = h(a(s) || []);
161
161
  const o = p(e) ? [e] : e;
162
162
  n = n.filter((d, i) => !o.includes(i)), (r = (t = u.value) == null ? void 0 : t.setFieldValue) == null || r.call(t, l.name, n);
163
163
  }
@@ -170,7 +170,7 @@ const be = /* @__PURE__ */ T({
170
170
  }
171
171
  function O(e, n) {
172
172
  var t, r;
173
- const o = x(a(s));
173
+ const o = h(a(s));
174
174
  o[e] && (o[e] = {
175
175
  ...o[e],
176
176
  ...n
@@ -196,7 +196,7 @@ const be = /* @__PURE__ */ T({
196
196
  name: e.name,
197
197
  "no-style": ""
198
198
  }, {
199
- default: c(() => [y(a(ae), H(a(ne)(l, ["name", "value", "onUpdate:value", "maxLength"]), {
199
+ default: c(() => [y(a(ae), H(a(ne)(l, ["name", "value", "onUpdate:value", "maxLength", "onChange"]), {
200
200
  class: [a(g)(), a(D) === "admin" ? a(g)("admin") : null],
201
201
  columns: a(N),
202
202
  "data-source": a(s)
@@ -64,7 +64,7 @@ export type EditableColumnType<RecordType = any, ValueType extends ApTableValueT
64
64
  originalNode?: VNode;
65
65
  }) => any;
66
66
  } : never;
67
- export type EditableTableProps<RecordType = any> = Omit<TableProps<RecordType>, 'columns' | 'dataSource'> & {
67
+ export type EditableTableProps<RecordType = any> = Omit<TableProps<RecordType>, 'columns' | 'dataSource' | 'onChange'> & {
68
68
  /**
69
69
  * 列配置
70
70
  */
package/es/src/index.mjs CHANGED
@@ -4,8 +4,8 @@ import { Scrollbar as T } from "./scroll-bar/index.mjs";
4
4
  import { CollapseContainer as S, ScrollContainer as I } from "./container/index.mjs";
5
5
  import { IconPicker as g } from "./icon-picker/index.mjs";
6
6
  import "./locale/index.mjs";
7
- import { BasicArrow as D, BasicHelp as R, BasicTitle as h } from "./basic/index.mjs";
8
- import { ExpandTransition as M, ExpandXTransition as k, FadeTransition as w, ScaleRotateTransition as B, ScaleTransition as G, ScrollXReverseTransition as L, ScrollXTransition as N, ScrollYReverseTransition as y, ScrollYTransition as E, SlideXReverseTransition as X, SlideXTransition as K, SlideYReverseTransition as Y, SlideYTransition as O } from "./transition/index.mjs";
7
+ import { BasicArrow as h, BasicHelp as D, BasicTitle as R } from "./basic/index.mjs";
8
+ import { ExpandTransition as M, ExpandXTransition as k, FadeTransition as w, ScaleRotateTransition as B, ScaleTransition as G, ScrollXReverseTransition as L, ScrollXTransition as y, ScrollYReverseTransition as N, ScrollYTransition as E, SlideXReverseTransition as X, SlideXTransition as K, SlideYReverseTransition as Y, SlideYTransition as O } from "./transition/index.mjs";
9
9
  import { Description as W } from "./description/index.mjs";
10
10
  import { Field as U } from "./pro-form/index.mjs";
11
11
  import { BaseButton as q } from "./base-button/index.mjs";
@@ -29,190 +29,191 @@ import "./ap-download/index.mjs";
29
29
  import { CheckCard as Co } from "./check-card/index.mjs";
30
30
  import { ApModal as Io } from "./ap-modal/index.mjs";
31
31
  import "./ap-list/index.mjs";
32
- import { ApExpandAlert as go, ApLabel as Po, ApStatus as Do, ApStatusGroup as Ro, ApTitle as ho } from "./business/index.mjs";
32
+ import { ApExpandAlert as go, ApLabel as Po, ApSelectLayout as ho, ApStatus as Do, ApStatusGroup as Ro, ApTitle as vo } from "./business/index.mjs";
33
33
  import "./ap-table/index.mjs";
34
34
  import "./editable-table/index.mjs";
35
- import { configProviderProps as Mo } from "./config-provider/config-provider-props.mjs";
36
- import { configProviderContextKey as wo, tableDefaultConfig as Bo } from "./config-provider/constants.mjs";
37
- import { keysOf as Lo, provideGlobalConfig as No, useGlobalConfig as yo } from "./config-provider/hooks/use-global-config.mjs";
38
- import { buildLocaleContext as Xo, buildTranslator as Ko, localeContextKey as Yo, translate as Oo, useLocale as Ho } from "./config-provider/hooks/use-locale.mjs";
39
- import { defaultNamespace as zo, namespaceContextKey as Uo, useGetDerivedNamespace as jo, useNamespace as qo } from "./config-provider/hooks/use-namespace.mjs";
40
- import { ConfigProvider as Qo } from "./config-provider/config-provider.mjs";
41
- import { default as Zo } from "./locale/lang/zh-cn.mjs";
42
- import { default as $o } from "./locale/lang/en.mjs";
43
- import { default as ee } from "./transition/collapse-transition.vue.mjs";
44
- import { useDescription as te } from "./description/use-description.mjs";
45
- import { useComponentRegister as pe } from "./pro-form/hooks/use-component-register.mjs";
46
- import { useForm as me } from "./pro-form/hooks/use-form.mjs";
47
- import { isComponentFormSchema as de, isSlotFormSchema as se } from "./pro-form/types/form.mjs";
48
- import { default as ie } from "./pro-form/components/api-cascader.vue.mjs";
49
- import { default as ne } from "./pro-form/components/api-radio-group.vue.mjs";
50
- import { default as ce } from "./pro-form/components/api-select.vue.mjs";
51
- import { default as Te } from "./pro-form/components/api-transfer.vue.mjs";
52
- import { default as Se } from "./pro-form/components/api-tree.vue.mjs";
53
- import { default as be } from "./pro-form/components/radio-button-group.vue.mjs";
54
- import { default as Pe } from "./pro-form/pro-form.vue.mjs";
55
- import { default as Re } from "./pro-form/components/api-tree-select.vue.mjs";
56
- import { default as ve } from "./pro-form/table-form.vue.mjs";
57
- import { default as ke } from "./pro-form/table-form-inner.vue.mjs";
58
- import { default as Be } from "./base-button/modal-button.vue.mjs";
59
- import { default as Le } from "./base-button/pop-confirm-button.vue.mjs";
60
- import { useModalContext as ye } from "./modal/hooks/use-modal-context.mjs";
61
- import { useModal as Xe, useModalInner as Ke } from "./modal/hooks/use-modal.mjs";
62
- import { default as Oe } from "./pro-table/pro-table.vue.mjs";
63
- import { default as We } from "./pro-table/components/table-action.vue.mjs";
64
- import { default as Ue } from "./pro-table/components/edit-table-header-icon.vue.mjs";
65
- import { default as qe } from "./pro-table/components/table-image.vue.mjs";
66
- import { useTable as Qe } from "./pro-table/hooks/use-table.mjs";
67
- import { ApFormItemText as Ze } from "./ap-form/items/text/index.mjs";
68
- import { default as $e } from "./ap-form/items/text-area/index.vue.mjs";
69
- import { default as er } from "./ap-form/items/number/index.vue.mjs";
70
- import { default as tr } from "./ap-form/items/date/index.vue.mjs";
71
- import { default as pr } from "./ap-form/items/date-range/index.vue.mjs";
72
- import { default as mr } from "./ap-form/items/radio/index.vue.mjs";
73
- import { default as dr } from "./ap-form/items/select/index.vue.mjs";
74
- import { default as xr } from "./ap-form/items/switch/index.vue.mjs";
75
- import { default as ur } from "./ap-form/items/checkbox/index.vue.mjs";
76
- import { default as Ar } from "./ap-form/items/text/password.vue.mjs";
77
- import { default as Fr } from "./ap-form/ap-form-item.vue.mjs";
78
- import { default as Cr } from "./ap-form/ap-form-item-group/index.vue.mjs";
79
- import { default as Ir } from "./ap-form/ap-form-list.vue.mjs";
80
- import { default as gr } from "./ap-form/search-form/index.vue.mjs";
81
- import { default as Dr } from "./ap-form/modal-form/index.vue.mjs";
82
- import { ApFieldText as hr } from "./ap-field/text/index.mjs";
83
- import { default as Mr } from "./ap-field/checkbox/index.vue.mjs";
84
- import { default as wr } from "./ap-field/date/index.vue.mjs";
85
- import { default as Gr } from "./ap-field/number/index.vue.mjs";
86
- import { default as Nr } from "./ap-field/radio/index.vue.mjs";
87
- import { default as Er } from "./ap-field/switch/index.vue.mjs";
88
- import { default as Kr } from "./ap-field/text-area/index.vue.mjs";
89
- import { default as Or } from "./ap-field/date-range/index.vue.mjs";
90
- import { default as Wr } from "./ap-field/select/index.vue.mjs";
91
- import { default as Ur } from "./ap-field/text/password.vue.mjs";
92
- import { default as qr } from "./ap-field/slider/index.vue.mjs";
93
- import { default as Qr } from "./ap-field/segmented/index.vue.mjs";
94
- import { default as Zr } from "./ap-field/rate/index.vue.mjs";
95
- import { default as $r } from "./ap-action/item-modal/index.vue.mjs";
96
- import { default as et } from "./ap-action/item-popconfirm/index.vue.mjs";
97
- import { default as tt } from "./ap-action/item-dropdown/index.vue.mjs";
98
- import { default as pt } from "./ap-action/group/index.vue.mjs";
99
- import { generateTableList as mt } from "./ap-custom-column/utils.mjs";
100
- import { useCacheColumnSetting as dt } from "./ap-custom-column/useCacheColumnSetting.mjs";
101
- import { default as xt } from "./ap-custom-column/custom-column.vue.mjs";
102
- import { default as ut } from "./ap-custom-column/column-select.vue.mjs";
103
- import { DictCode as At } from "./work-order-modal/interfaces.mjs";
104
- import { createWorkOrderModal as Ft } from "./work-order-modal/createWorkOrder.mjs";
105
- import { default as Ct } from "./work-order-modal/work-order-modal.vue.mjs";
106
- import { default as It } from "./ap-tag/ap-tag.vue.mjs";
107
- import { default as gt } from "./ap-tag/ap-tag-group.vue.mjs";
108
- import { default as Dt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
109
- import { NeedNameKeyDefault as ht } from "./ap-upload/apUploadTypes.mjs";
110
- import { default as Mt } from "./ap-upload/apUpload.vue.mjs";
111
- import { default as wt } from "./ap-download/ap-download.vue.mjs";
112
- import { default as Gt } from "./check-card/group.vue.mjs";
113
- import { default as Nt } from "./ap-list/index.vue.mjs";
114
- import { useTablePaging as Et } from "./ap-table/hooks/use-table-paging.mjs";
115
- import { default as Kt } from "./ap-table/ap-table.vue.mjs";
116
- import { default as Ot } from "./editable-table/index.vue.mjs";
117
- import { default as Wt } from "./editable-table/form-item.vue.mjs";
35
+ import { configProviderProps as ko } from "./config-provider/config-provider-props.mjs";
36
+ import { configProviderContextKey as Bo, tableDefaultConfig as Go } from "./config-provider/constants.mjs";
37
+ import { keysOf as yo, provideGlobalConfig as No, useGlobalConfig as Eo } from "./config-provider/hooks/use-global-config.mjs";
38
+ import { buildLocaleContext as Ko, buildTranslator as Yo, localeContextKey as Oo, translate as Ho, useLocale as Wo } from "./config-provider/hooks/use-locale.mjs";
39
+ import { defaultNamespace as Uo, namespaceContextKey as jo, useGetDerivedNamespace as qo, useNamespace as Jo } from "./config-provider/hooks/use-namespace.mjs";
40
+ import { ConfigProvider as Vo, globalConfigCached as Zo } from "./config-provider/config-provider.mjs";
41
+ import { default as $o } from "./locale/lang/zh-cn.mjs";
42
+ import { default as ee } from "./locale/lang/en.mjs";
43
+ import { default as te } from "./transition/collapse-transition.vue.mjs";
44
+ import { useDescription as pe } from "./description/use-description.mjs";
45
+ import { useComponentRegister as me } from "./pro-form/hooks/use-component-register.mjs";
46
+ import { useForm as de } from "./pro-form/hooks/use-form.mjs";
47
+ import { isComponentFormSchema as xe, isSlotFormSchema as ie } from "./pro-form/types/form.mjs";
48
+ import { default as ne } from "./pro-form/components/api-cascader.vue.mjs";
49
+ import { default as ce } from "./pro-form/components/api-radio-group.vue.mjs";
50
+ import { default as Te } from "./pro-form/components/api-select.vue.mjs";
51
+ import { default as Se } from "./pro-form/components/api-transfer.vue.mjs";
52
+ import { default as be } from "./pro-form/components/api-tree.vue.mjs";
53
+ import { default as Pe } from "./pro-form/components/radio-button-group.vue.mjs";
54
+ import { default as De } from "./pro-form/pro-form.vue.mjs";
55
+ import { default as ve } from "./pro-form/components/api-tree-select.vue.mjs";
56
+ import { default as ke } from "./pro-form/table-form.vue.mjs";
57
+ import { default as Be } from "./pro-form/table-form-inner.vue.mjs";
58
+ import { default as Le } from "./base-button/modal-button.vue.mjs";
59
+ import { default as Ne } from "./base-button/pop-confirm-button.vue.mjs";
60
+ import { useModalContext as Xe } from "./modal/hooks/use-modal-context.mjs";
61
+ import { useModal as Ye, useModalInner as Oe } from "./modal/hooks/use-modal.mjs";
62
+ import { default as We } from "./pro-table/pro-table.vue.mjs";
63
+ import { default as Ue } from "./pro-table/components/table-action.vue.mjs";
64
+ import { default as qe } from "./pro-table/components/edit-table-header-icon.vue.mjs";
65
+ import { default as Qe } from "./pro-table/components/table-image.vue.mjs";
66
+ import { useTable as Ze } from "./pro-table/hooks/use-table.mjs";
67
+ import { ApFormItemText as $e } from "./ap-form/items/text/index.mjs";
68
+ import { default as er } from "./ap-form/items/text-area/index.vue.mjs";
69
+ import { default as tr } from "./ap-form/items/number/index.vue.mjs";
70
+ import { default as pr } from "./ap-form/items/date/index.vue.mjs";
71
+ import { default as mr } from "./ap-form/items/date-range/index.vue.mjs";
72
+ import { default as dr } from "./ap-form/items/radio/index.vue.mjs";
73
+ import { default as xr } from "./ap-form/items/select/index.vue.mjs";
74
+ import { default as ur } from "./ap-form/items/switch/index.vue.mjs";
75
+ import { default as Ar } from "./ap-form/items/checkbox/index.vue.mjs";
76
+ import { default as Fr } from "./ap-form/items/text/password.vue.mjs";
77
+ import { default as Cr } from "./ap-form/ap-form-item.vue.mjs";
78
+ import { default as Ir } from "./ap-form/ap-form-item-group/index.vue.mjs";
79
+ import { default as gr } from "./ap-form/ap-form-list.vue.mjs";
80
+ import { default as hr } from "./ap-form/search-form/index.vue.mjs";
81
+ import { default as Rr } from "./ap-form/modal-form/index.vue.mjs";
82
+ import { ApFieldText as Mr } from "./ap-field/text/index.mjs";
83
+ import { default as wr } from "./ap-field/checkbox/index.vue.mjs";
84
+ import { default as Gr } from "./ap-field/date/index.vue.mjs";
85
+ import { default as yr } from "./ap-field/number/index.vue.mjs";
86
+ import { default as Er } from "./ap-field/radio/index.vue.mjs";
87
+ import { default as Kr } from "./ap-field/switch/index.vue.mjs";
88
+ import { default as Or } from "./ap-field/text-area/index.vue.mjs";
89
+ import { default as Wr } from "./ap-field/date-range/index.vue.mjs";
90
+ import { default as Ur } from "./ap-field/select/index.vue.mjs";
91
+ import { default as qr } from "./ap-field/text/password.vue.mjs";
92
+ import { default as Qr } from "./ap-field/slider/index.vue.mjs";
93
+ import { default as Zr } from "./ap-field/segmented/index.vue.mjs";
94
+ import { default as $r } from "./ap-field/rate/index.vue.mjs";
95
+ import { default as et } from "./ap-action/item-modal/index.vue.mjs";
96
+ import { default as tt } from "./ap-action/item-popconfirm/index.vue.mjs";
97
+ import { default as pt } from "./ap-action/item-dropdown/index.vue.mjs";
98
+ import { default as mt } from "./ap-action/group/index.vue.mjs";
99
+ import { generateTableList as dt } from "./ap-custom-column/utils.mjs";
100
+ import { useCacheColumnSetting as xt } from "./ap-custom-column/useCacheColumnSetting.mjs";
101
+ import { default as ut } from "./ap-custom-column/custom-column.vue.mjs";
102
+ import { default as At } from "./ap-custom-column/column-select.vue.mjs";
103
+ import { DictCode as Ft } from "./work-order-modal/interfaces.mjs";
104
+ import { createWorkOrderModal as Ct } from "./work-order-modal/createWorkOrder.mjs";
105
+ import { default as It } from "./work-order-modal/work-order-modal.vue.mjs";
106
+ import { default as gt } from "./ap-tag/ap-tag.vue.mjs";
107
+ import { default as ht } from "./ap-tag/ap-tag-group.vue.mjs";
108
+ import { default as Rt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
109
+ import { NeedNameKeyDefault as Mt } from "./ap-upload/apUploadTypes.mjs";
110
+ import { default as wt } from "./ap-upload/apUpload.vue.mjs";
111
+ import { default as Gt } from "./ap-download/ap-download.vue.mjs";
112
+ import { default as yt } from "./check-card/group.vue.mjs";
113
+ import { default as Et } from "./ap-list/index.vue.mjs";
114
+ import { useTablePaging as Kt } from "./ap-table/hooks/use-table-paging.mjs";
115
+ import { default as Ot } from "./ap-table/ap-table.vue.mjs";
116
+ import { default as Wt } from "./editable-table/index.vue.mjs";
117
+ import { default as Ut } from "./editable-table/form-item.vue.mjs";
118
118
  export {
119
119
  c as APConfigProvider,
120
- pt as ApActionGroup,
120
+ mt as ApActionGroup,
121
121
  Fo as ApActionItem,
122
- tt as ApActionItemDropdown,
123
- $r as ApActionItemModal,
124
- et as ApActionItemPopconfirm,
125
- xt as ApCustomColumn,
126
- ut as ApCustomSelect,
127
- wt as ApDownload,
122
+ pt as ApActionItemDropdown,
123
+ et as ApActionItemModal,
124
+ tt as ApActionItemPopconfirm,
125
+ ut as ApCustomColumn,
126
+ At as ApCustomSelect,
127
+ Gt as ApDownload,
128
128
  go as ApExpandAlert,
129
129
  io as ApField,
130
- Mr as ApFieldCheckbox,
131
- wr as ApFieldDate,
132
- Or as ApFieldDateRange,
133
- Gr as ApFieldNumber,
134
- Ur as ApFieldPassword,
135
- Nr as ApFieldRadio,
136
- Zr as ApFieldRate,
137
- Qr as ApFieldSegmented,
138
- Wr as ApFieldSelect,
139
- qr as ApFieldSlider,
140
- Er as ApFieldSwitch,
141
- hr as ApFieldText,
142
- Kr as ApFieldTextArea,
130
+ wr as ApFieldCheckbox,
131
+ Gr as ApFieldDate,
132
+ Wr as ApFieldDateRange,
133
+ yr as ApFieldNumber,
134
+ qr as ApFieldPassword,
135
+ Er as ApFieldRadio,
136
+ $r as ApFieldRate,
137
+ Zr as ApFieldSegmented,
138
+ Ur as ApFieldSelect,
139
+ Qr as ApFieldSlider,
140
+ Kr as ApFieldSwitch,
141
+ Mr as ApFieldText,
142
+ Or as ApFieldTextArea,
143
143
  so as ApForm,
144
- Fr as ApFormItem,
145
- ur as ApFormItemCheckbox,
146
- tr as ApFormItemDate,
147
- pr as ApFormItemDateRange,
148
- Cr as ApFormItemGroup,
149
- er as ApFormItemNumber,
150
- mr as ApFormItemRadio,
151
- dr as ApFormItemSelect,
152
- xr as ApFormItemSwitch,
153
- Ze as ApFormItemText,
154
- $e as ApFormItemTextArea,
155
- Ar as ApFormItemTextPassword,
156
- Ir as ApFormList,
157
- Dr as ApFormModalForm,
158
- gr as ApFormSearchForm,
159
- Dt as ApInfoLayout,
144
+ Cr as ApFormItem,
145
+ Ar as ApFormItemCheckbox,
146
+ pr as ApFormItemDate,
147
+ mr as ApFormItemDateRange,
148
+ Ir as ApFormItemGroup,
149
+ tr as ApFormItemNumber,
150
+ dr as ApFormItemRadio,
151
+ xr as ApFormItemSelect,
152
+ ur as ApFormItemSwitch,
153
+ $e as ApFormItemText,
154
+ er as ApFormItemTextArea,
155
+ Fr as ApFormItemTextPassword,
156
+ gr as ApFormList,
157
+ Rr as ApFormModalForm,
158
+ hr as ApFormSearchForm,
159
+ Rt as ApInfoLayout,
160
160
  Po as ApLabel,
161
- Nt as ApList,
161
+ Et as ApList,
162
162
  Io as ApModal,
163
+ ho as ApSelectLayout,
163
164
  Do as ApStatus,
164
165
  Ro as ApStatusGroup,
165
- Kt as ApTable,
166
- It as ApTag,
167
- gt as ApTagGroup,
168
- ho as ApTitle,
169
- Mt as ApUpload,
170
- ie as ApiCascader,
171
- ne as ApiRadioGroup,
172
- ce as ApiSelect,
173
- Te as ApiTransfer,
174
- Se as ApiTree,
175
- Re as ApiTreeSelect,
166
+ Ot as ApTable,
167
+ gt as ApTag,
168
+ ht as ApTagGroup,
169
+ vo as ApTitle,
170
+ wt as ApUpload,
171
+ ne as ApiCascader,
172
+ ce as ApiRadioGroup,
173
+ Te as ApiSelect,
174
+ Se as ApiTransfer,
175
+ be as ApiTree,
176
+ ve as ApiTreeSelect,
176
177
  q as BaseButton,
177
178
  Z as BaseModal,
178
- D as BasicArrow,
179
- R as BasicHelp,
180
- h as BasicTitle,
179
+ h as BasicArrow,
180
+ D as BasicHelp,
181
+ R as BasicTitle,
181
182
  Co as CheckCard,
182
- Gt as CheckCardGroup,
183
+ yt as CheckCardGroup,
183
184
  S as CollapseContainer,
184
- ee as CollapseTransition,
185
- Qo as ConfigProvider,
185
+ te as CollapseTransition,
186
+ Vo as ConfigProvider,
186
187
  ro as CountdownButton,
187
188
  to as CountdownInput,
188
189
  $ as CropperAvatar,
189
190
  oo as CropperImage,
190
191
  W as Description,
191
- At as DictCode,
192
+ Ft as DictCode,
192
193
  mo as Dropdown,
193
- Ue as EditTableHeaderIcon,
194
- Ot as EditableTable,
195
- Wt as EditableTableFormItem,
194
+ qe as EditTableHeaderIcon,
195
+ Wt as EditableTable,
196
+ Ut as EditableTableFormItem,
196
197
  M as ExpandTransition,
197
198
  k as ExpandXTransition,
198
199
  w as FadeTransition,
199
200
  U as Field,
200
201
  u as Icon,
201
202
  g as IconPicker,
202
- Be as ModalButton,
203
- ht as NeedNameKeyDefault,
204
- Le as PopConfirmButton,
205
- Pe as ProForm,
206
- Oe as ProTable,
207
- ve as ProTableForm,
208
- ke as ProTableFormInner,
209
- be as RadioButtonGroup,
203
+ Le as ModalButton,
204
+ Mt as NeedNameKeyDefault,
205
+ Ne as PopConfirmButton,
206
+ De as ProForm,
207
+ We as ProTable,
208
+ ke as ProTableForm,
209
+ Be as ProTableFormInner,
210
+ Pe as RadioButtonGroup,
210
211
  B as ScaleRotateTransition,
211
212
  G as ScaleTransition,
212
213
  I as ScrollContainer,
213
214
  L as ScrollXReverseTransition,
214
- N as ScrollXTransition,
215
- y as ScrollYReverseTransition,
215
+ y as ScrollXTransition,
216
+ N as ScrollYReverseTransition,
216
217
  E as ScrollYTransition,
217
218
  T as Scrollbar,
218
219
  X as SlideXReverseTransition,
@@ -221,40 +222,41 @@ export {
221
222
  O as SlideYTransition,
222
223
  Q as StrengthMeter,
223
224
  n as SvgIcon,
224
- We as TableAction,
225
- qe as TableImg,
226
- Ct as WorkOrderModal,
225
+ Ue as TableAction,
226
+ Qe as TableImg,
227
+ It as WorkOrderModal,
227
228
  no as adminToken,
228
229
  Ao as aplusToken,
229
- Xo as buildLocaleContext,
230
- Ko as buildTranslator,
231
- wo as configProviderContextKey,
232
- Mo as configProviderProps,
230
+ Ko as buildLocaleContext,
231
+ Yo as buildTranslator,
232
+ Bo as configProviderContextKey,
233
+ ko as configProviderProps,
233
234
  po as createPrompt,
234
- Ft as createWorkOrderModal,
235
- zo as defaultNamespace,
236
- $o as en,
237
- mt as generateTableList,
238
- de as isComponentFormSchema,
239
- se as isSlotFormSchema,
240
- Lo as keysOf,
241
- Yo as localeContextKey,
242
- Uo as namespaceContextKey,
235
+ Ct as createWorkOrderModal,
236
+ Uo as defaultNamespace,
237
+ ee as en,
238
+ dt as generateTableList,
239
+ Zo as globalConfigCached,
240
+ xe as isComponentFormSchema,
241
+ ie as isSlotFormSchema,
242
+ yo as keysOf,
243
+ Oo as localeContextKey,
244
+ jo as namespaceContextKey,
243
245
  No as provideGlobalConfig,
244
- Bo as tableDefaultConfig,
245
- Oo as translate,
246
- dt as useCacheColumnSetting,
247
- pe as useComponentRegister,
248
- te as useDescription,
249
- me as useForm,
250
- jo as useGetDerivedNamespace,
251
- yo as useGlobalConfig,
252
- Ho as useLocale,
253
- Xe as useModal,
254
- ye as useModalContext,
255
- Ke as useModalInner,
256
- qo as useNamespace,
257
- Qe as useTable,
258
- Et as useTablePaging,
259
- Zo as zhCn
246
+ Go as tableDefaultConfig,
247
+ Ho as translate,
248
+ xt as useCacheColumnSetting,
249
+ me as useComponentRegister,
250
+ pe as useDescription,
251
+ de as useForm,
252
+ qo as useGetDerivedNamespace,
253
+ Eo as useGlobalConfig,
254
+ Wo as useLocale,
255
+ Ye as useModal,
256
+ Xe as useModalContext,
257
+ Oe as useModalInner,
258
+ Jo as useNamespace,
259
+ Ze as useTable,
260
+ Kt as useTablePaging,
261
+ $o as zhCn
260
262
  };