@aplus-frontend/ui 0.3.10 → 0.3.11

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 (29) hide show
  1. package/es/index.mjs +222 -220
  2. package/es/src/ap-form/ap-form.vue.d.ts +1 -3
  3. package/es/src/ap-form/ap-form.vue2.mjs +101 -95
  4. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +33 -29
  5. package/es/src/config-provider/config-provider-props.d.ts +0 -2
  6. package/es/src/config-provider/config-provider-props.mjs +2 -4
  7. package/es/src/config-provider/config-provider.d.ts +0 -6
  8. package/es/src/config-provider/config-provider.mjs +26 -25
  9. package/es/src/config-provider/constants.d.ts +2 -0
  10. package/es/src/config-provider/constants.mjs +3 -1
  11. package/es/src/config-provider/hooks/use-global-config.d.ts +0 -2
  12. package/es/src/config-provider/index.d.ts +0 -12
  13. package/es/src/config-provider/index.mjs +17 -15
  14. package/es/src/index.mjs +207 -205
  15. package/lib/index.js +1 -1
  16. package/lib/src/ap-form/ap-form.vue.d.ts +1 -3
  17. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  18. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  19. package/lib/src/config-provider/config-provider-props.d.ts +0 -2
  20. package/lib/src/config-provider/config-provider-props.js +1 -1
  21. package/lib/src/config-provider/config-provider.d.ts +0 -6
  22. package/lib/src/config-provider/config-provider.js +1 -1
  23. package/lib/src/config-provider/constants.d.ts +2 -0
  24. package/lib/src/config-provider/constants.js +1 -1
  25. package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -2
  26. package/lib/src/config-provider/index.d.ts +0 -12
  27. package/lib/src/config-provider/index.js +1 -1
  28. package/lib/src/index.js +1 -1
  29. package/package.json +2 -2
@@ -136,7 +136,6 @@ export declare const APConfigProvider: {
136
136
  };
137
137
  namespace: {
138
138
  type: StringConstructor;
139
- default: string;
140
139
  };
141
140
  api: {
142
141
  type: PropType<ApiType>;
@@ -144,7 +143,6 @@ export declare const APConfigProvider: {
144
143
  };
145
144
  uiMode: {
146
145
  type: PropType<"aplus" | "admin">;
147
- default: string;
148
146
  };
149
147
  apUpload: {
150
148
  type: PropType<ApUploadConfig>;
@@ -303,9 +301,7 @@ export declare const APConfigProvider: {
303
301
  wave: {
304
302
  disabled?: boolean;
305
303
  };
306
- namespace: string;
307
304
  api: ApiType;
308
- uiMode: "aplus" | "admin";
309
305
  apUpload: ApUploadConfig;
310
306
  apDescriptions: ApDescriptionsConfig;
311
307
  valueTypeMap: Record<string, ValueTypeRenderConfig>;
@@ -538,7 +534,6 @@ export declare const APConfigProvider: {
538
534
  };
539
535
  namespace: {
540
536
  type: StringConstructor;
541
- default: string;
542
537
  };
543
538
  api: {
544
539
  type: PropType<ApiType>;
@@ -546,7 +541,6 @@ export declare const APConfigProvider: {
546
541
  };
547
542
  uiMode: {
548
543
  type: PropType<"aplus" | "admin">;
549
- default: string;
550
544
  };
551
545
  apUpload: {
552
546
  type: PropType<ApUploadConfig>;
@@ -705,9 +699,7 @@ export declare const APConfigProvider: {
705
699
  wave: {
706
700
  disabled?: boolean;
707
701
  };
708
- namespace: string;
709
702
  api: ApiType;
710
- uiMode: "aplus" | "admin";
711
703
  apUpload: ApUploadConfig;
712
704
  apDescriptions: ApDescriptionsConfig;
713
705
  valueTypeMap: Record<string, ValueTypeRenderConfig>;
@@ -937,7 +929,6 @@ export declare const APConfigProvider: {
937
929
  };
938
930
  namespace: {
939
931
  type: StringConstructor;
940
- default: string;
941
932
  };
942
933
  api: {
943
934
  type: PropType<ApiType>;
@@ -945,7 +936,6 @@ export declare const APConfigProvider: {
945
936
  };
946
937
  uiMode: {
947
938
  type: PropType<"aplus" | "admin">;
948
- default: string;
949
939
  };
950
940
  apUpload: {
951
941
  type: PropType<ApUploadConfig>;
@@ -1003,9 +993,7 @@ export declare const APConfigProvider: {
1003
993
  wave: {
1004
994
  disabled?: boolean;
1005
995
  };
1006
- namespace: string;
1007
996
  api: ApiType;
1008
- uiMode: "aplus" | "admin";
1009
997
  apUpload: ApUploadConfig;
1010
998
  apDescriptions: ApDescriptionsConfig;
1011
999
  valueTypeMap: Record<string, ValueTypeRenderConfig>;
@@ -2,28 +2,30 @@ import { withInstall as e } from "@aplus-frontend/utils";
2
2
  import { ConfigProvider as o } from "./config-provider.mjs";
3
3
  import { globalConfigCached as l } from "./config-provider.mjs";
4
4
  import { configProviderProps as p } from "./config-provider-props.mjs";
5
- import { configProviderContextKey as m } from "./constants.mjs";
6
- import { keysOf as d, provideGlobalConfig as x, useGlobalConfig as C } from "./hooks/use-global-config.mjs";
7
- import { buildLocaleContext as u, buildTranslator as v, localeContextKey as P, translate as b, useLocale as y } from "./hooks/use-locale.mjs";
8
- import { defaultNamespace as K, namespaceContextKey as N, useGetDerivedNamespace as h, useNamespace as L } from "./hooks/use-namespace.mjs";
5
+ import { DEFAULT_NAMESPACE as m, DEFAULT_UIMODE as c, configProviderContextKey as d } from "./constants.mjs";
6
+ import { keysOf as C, provideGlobalConfig as g, useGlobalConfig as u } from "./hooks/use-global-config.mjs";
7
+ import { buildLocaleContext as v, buildTranslator as b, localeContextKey as A, translate as E, useLocale as y } from "./hooks/use-locale.mjs";
8
+ import { defaultNamespace as L, namespaceContextKey as N, useGetDerivedNamespace as G, useNamespace as K } from "./hooks/use-namespace.mjs";
9
9
  const a = e(o);
10
10
  export {
11
11
  a as APConfigProvider,
12
12
  o as ConfigProvider,
13
- u as buildLocaleContext,
14
- v as buildTranslator,
15
- m as configProviderContextKey,
13
+ m as DEFAULT_NAMESPACE,
14
+ c as DEFAULT_UIMODE,
15
+ v as buildLocaleContext,
16
+ b as buildTranslator,
17
+ d as configProviderContextKey,
16
18
  p as configProviderProps,
17
19
  a as default,
18
- K as defaultNamespace,
20
+ L as defaultNamespace,
19
21
  l as globalConfigCached,
20
- d as keysOf,
21
- P as localeContextKey,
22
+ C as keysOf,
23
+ A as localeContextKey,
22
24
  N as namespaceContextKey,
23
- x as provideGlobalConfig,
24
- b as translate,
25
- h as useGetDerivedNamespace,
26
- C as useGlobalConfig,
25
+ g as provideGlobalConfig,
26
+ E as translate,
27
+ G as useGetDerivedNamespace,
28
+ u as useGlobalConfig,
27
29
  y as useLocale,
28
- L as useNamespace
30
+ K as useNamespace
29
31
  };
package/es/src/index.mjs CHANGED
@@ -1,237 +1,239 @@
1
1
  import { APConfigProvider as u } from "./config-provider/index.mjs";
2
2
  import { ApForm as i } from "./ap-form/index.mjs";
3
3
  import { ApField as c } from "./ap-field/index.mjs";
4
- import { adminToken as I, aplusToken as b } from "./design-token/index.mjs";
5
- import { ApActionItem as C } from "./ap-action/index.mjs";
4
+ import { adminToken as I, aplusToken as T } from "./design-token/index.mjs";
5
+ import { ApActionItem as D } from "./ap-action/index.mjs";
6
6
  import "./work-order-modal/index.mjs";
7
7
  import "./ap-tag/index.mjs";
8
8
  import "./ap-info-layout/index.mjs";
9
9
  import "./ap-upload/index.mjs";
10
10
  import "./ap-download/index.mjs";
11
- import { CheckCard as D } from "./check-card/index.mjs";
11
+ import { CheckCard as S } from "./check-card/index.mjs";
12
12
  import { ApModal as h } from "./ap-modal/index.mjs";
13
13
  import "./ap-list/index.mjs";
14
14
  import "./ap-button/index.mjs";
15
- import { ApDrawer as y } from "./ap-drawer/index.mjs";
15
+ import { ApDrawer as E } from "./ap-drawer/index.mjs";
16
16
  import "./business/index.mjs";
17
- import { ApTable as P } from "./ap-table/index.mjs";
17
+ import { ApTable as N } from "./ap-table/index.mjs";
18
18
  import "./editable-table/index.mjs";
19
19
  import "./ap-descriptions/index.mjs";
20
- import { ApScrollBar as w } from "./ap-scroll-bar/index.mjs";
21
- import { configProviderProps as k } from "./config-provider/config-provider-props.mjs";
22
- import { configProviderContextKey as v } from "./config-provider/constants.mjs";
23
- import { keysOf as B, provideGlobalConfig as K, useGlobalConfig as O } from "./config-provider/hooks/use-global-config.mjs";
24
- import { buildLocaleContext as W, buildTranslator as z, localeContextKey as H, translate as j, useLocale as q } from "./config-provider/hooks/use-locale.mjs";
25
- import { defaultNamespace as Q, namespaceContextKey as V, useGetDerivedNamespace as X, useNamespace as Y } from "./config-provider/hooks/use-namespace.mjs";
26
- import { ConfigProvider as _, globalConfigCached as $ } from "./config-provider/config-provider.mjs";
27
- import { ApFormItemText as eo } from "./ap-form/items/text/index.mjs";
28
- import { default as to } from "./ap-form/items/text-area/index.vue.mjs";
29
- import { default as ao } from "./ap-form/items/number/index.vue.mjs";
30
- import { default as fo } from "./ap-form/items/date/index.vue.mjs";
31
- import { default as xo } from "./ap-form/items/date-range/index.vue.mjs";
32
- import { default as uo } from "./ap-form/items/radio/index.vue.mjs";
33
- import { default as io } from "./ap-form/items/select/index.vue.mjs";
34
- import { default as co } from "./ap-form/items/switch/index.vue.mjs";
35
- import { default as Io } from "./ap-form/items/checkbox/index.vue.mjs";
36
- import { default as To } from "./ap-form/items/text/password.vue.mjs";
20
+ import { ApScrollBar as y } from "./ap-scroll-bar/index.mjs";
21
+ import { configProviderProps as w } from "./config-provider/config-provider-props.mjs";
22
+ import { DEFAULT_NAMESPACE as k, DEFAULT_UIMODE as v, configProviderContextKey as B } from "./config-provider/constants.mjs";
23
+ import { keysOf as U, provideGlobalConfig as O, useGlobalConfig as W } from "./config-provider/hooks/use-global-config.mjs";
24
+ import { buildLocaleContext as z, buildTranslator as H, localeContextKey as j, translate as q, useLocale as J } from "./config-provider/hooks/use-locale.mjs";
25
+ import { defaultNamespace as V, namespaceContextKey as X, useGetDerivedNamespace as Y, useNamespace as Z } from "./config-provider/hooks/use-namespace.mjs";
26
+ import { ConfigProvider as oo, globalConfigCached as eo } from "./config-provider/config-provider.mjs";
27
+ import { ApFormItemText as to } from "./ap-form/items/text/index.mjs";
28
+ import { default as ao } from "./ap-form/items/text-area/index.vue.mjs";
29
+ import { default as fo } from "./ap-form/items/number/index.vue.mjs";
30
+ import { default as xo } from "./ap-form/items/date/index.vue.mjs";
31
+ import { default as uo } from "./ap-form/items/date-range/index.vue.mjs";
32
+ import { default as io } from "./ap-form/items/radio/index.vue.mjs";
33
+ import { default as co } from "./ap-form/items/select/index.vue.mjs";
34
+ import { default as Io } from "./ap-form/items/switch/index.vue.mjs";
35
+ import { default as bo } from "./ap-form/items/checkbox/index.vue.mjs";
36
+ import { default as Co } from "./ap-form/items/text/password.vue.mjs";
37
37
  import { default as go } from "./ap-form/item/index.vue.mjs";
38
- import { default as So } from "./ap-form/item-group/index.vue.mjs";
39
- import { default as Go } from "./ap-form/list/index.vue.mjs";
40
- import { default as No } from "./ap-form/search-form/index.vue.mjs";
41
- import { default as Lo } from "./ap-form/modal-form/index.vue.mjs";
38
+ import { default as Go } from "./ap-form/item-group/index.vue.mjs";
39
+ import { default as Lo } from "./ap-form/list/index.vue.mjs";
40
+ import { default as Po } from "./ap-form/search-form/index.vue.mjs";
41
+ import { default as Mo } from "./ap-form/modal-form/index.vue.mjs";
42
42
  import { default as Ro } from "./ap-form/dependency/index.vue.mjs";
43
- import { default as Mo } from "./ap-form/set/index.vue.mjs";
44
- import { default as Eo } from "./ap-form/drawer-form/index.vue.mjs";
45
- import { default as Ko } from "./ap-form/render/control.vue.mjs";
46
- import { default as Uo } from "./ap-form/render/item.vue.mjs";
47
- import { ApFieldText as zo } from "./ap-field/text/index.mjs";
48
- import { default as jo } from "./ap-field/checkbox/index.vue.mjs";
49
- import { default as Jo } from "./ap-field/date/index.vue.mjs";
50
- import { default as Vo } from "./ap-field/number/index.vue.mjs";
51
- import { default as Yo } from "./ap-field/radio/index.vue.mjs";
52
- import { default as _o } from "./ap-field/switch/index.vue.mjs";
53
- import { default as oe } from "./ap-field/text-area/index.vue.mjs";
54
- import { default as re } from "./ap-field/date-range/index.vue.mjs";
55
- import { default as pe } from "./ap-field/select/index.vue.mjs";
56
- import { default as me } from "./ap-field/text/password.vue.mjs";
57
- import { default as le } from "./ap-field/slider/index.vue.mjs";
58
- import { default as de } from "./ap-field/segmented/index.vue.mjs";
59
- import { default as ue } from "./ap-field/rate/index.vue.mjs";
60
- import { default as ie } from "./ap-action/item-modal/index.vue.mjs";
61
- import { default as ce } from "./ap-action/item-popconfirm/index.vue.mjs";
62
- import { default as Ie } from "./ap-action/item-dropdown/index.vue.mjs";
63
- import { default as Te } from "./ap-action/group/index.vue.mjs";
64
- import { DictCode as ge, langMap as De } from "./work-order-modal/interfaces.mjs";
65
- import { createWorkOrderModal as he } from "./work-order-modal/createWorkOrder.mjs";
66
- import { default as ye } from "./work-order-modal/work-order-modal.vue.mjs";
67
- import { default as Pe } from "./ap-tag/ap-tag.vue.mjs";
43
+ import { default as vo } from "./ap-form/set/index.vue.mjs";
44
+ import { default as Ko } from "./ap-form/drawer-form/index.vue.mjs";
45
+ import { default as Oo } from "./ap-form/render/control.vue.mjs";
46
+ import { default as _o } from "./ap-form/render/item.vue.mjs";
47
+ import { ApFieldText as Ho } from "./ap-field/text/index.mjs";
48
+ import { default as qo } from "./ap-field/checkbox/index.vue.mjs";
49
+ import { default as Qo } from "./ap-field/date/index.vue.mjs";
50
+ import { default as Xo } from "./ap-field/number/index.vue.mjs";
51
+ import { default as Zo } from "./ap-field/radio/index.vue.mjs";
52
+ import { default as oe } from "./ap-field/switch/index.vue.mjs";
53
+ import { default as re } from "./ap-field/text-area/index.vue.mjs";
54
+ import { default as pe } from "./ap-field/date-range/index.vue.mjs";
55
+ import { default as me } from "./ap-field/select/index.vue.mjs";
56
+ import { default as le } from "./ap-field/text/password.vue.mjs";
57
+ import { default as de } from "./ap-field/slider/index.vue.mjs";
58
+ import { default as ue } from "./ap-field/segmented/index.vue.mjs";
59
+ import { default as ie } from "./ap-field/rate/index.vue.mjs";
60
+ import { default as ce } from "./ap-action/item-modal/index.vue.mjs";
61
+ import { default as Ie } from "./ap-action/item-popconfirm/index.vue.mjs";
62
+ import { default as be } from "./ap-action/item-dropdown/index.vue.mjs";
63
+ import { default as Ce } from "./ap-action/group/index.vue.mjs";
64
+ import { DictCode as ge, langMap as he } from "./work-order-modal/interfaces.mjs";
65
+ import { createWorkOrderModal as Ee } from "./work-order-modal/createWorkOrder.mjs";
66
+ import { default as Ne } from "./work-order-modal/work-order-modal.vue.mjs";
67
+ import { default as ye } from "./ap-tag/ap-tag.vue.mjs";
68
68
  import { default as we } from "./ap-tag/ap-tag-group.vue.mjs";
69
69
  import { default as ke } from "./ap-info-layout/ApInfoLayout.vue.mjs";
70
- import { NeedNameKeyDefault as ve } from "./ap-upload/apUploadTypes.mjs";
71
- import { default as Be } from "./ap-upload/apUpload.vue.mjs";
72
- import { ApDownLoadNeedNameKeyDefault as Oe } from "./ap-download/interface.mjs";
73
- import { default as We } from "./ap-download/ap-download.vue.mjs";
74
- import { default as He } from "./check-card/group.vue.mjs";
75
- import { default as qe } from "./ap-list/index.vue.mjs";
76
- import { default as Qe } from "./ap-button/ap-button.vue.mjs";
77
- import { default as Xe } from "./ap-button/ap-action-button.vue.mjs";
78
- import { ApTransformDataHelper as Ze } from "./utils/ap-trans-data/index.mjs";
79
- import { default as $e } from "./business/ap-table-modal/index.mjs";
80
- import { useTableModal as er } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
81
- import { useTableSelectModal as tr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
82
- import { ApAttachment as ar } from "./business/ap-attachment/index.mjs";
83
- import { ApBatchAction as fr } from "./business/ap-batch-action/index.mjs";
84
- import { ApBatchActionGroup as xr } from "./business/ap-batch-action-group/index.mjs";
85
- import { ApButtonGroup as Ar } from "./business/ap-button-group/index.mjs";
86
- import { ApCard as sr } from "./business/ap-card/index.mjs";
87
- import { ApExpandAlert as nr } from "./business/ap-expand-alert/index.mjs";
88
- import { ApExportGroupActionType as Fr } from "./business/ap-export-group/interface.mjs";
89
- import { ApExportGroup as br } from "./business/ap-export-group/index.mjs";
90
- import { handleExportDownload as Cr } from "./business/ap-export-group/handleExportDownload.mjs";
91
- import { convertExportField as Dr } from "./business/ap-export-group/convertExportField.mjs";
92
- import { ApImage as hr } from "./business/ap-image/index.mjs";
93
- import { ApInputRadio as yr } from "./business/ap-input-radio/index.mjs";
94
- import { ApLabel as Pr, ApLabelGroup as Lr } from "./business/ap-label/index.mjs";
70
+ import { NeedNameKeyDefault as Be } from "./ap-upload/apUploadTypes.mjs";
71
+ import { default as Ue } from "./ap-upload/apUpload.vue.mjs";
72
+ import { ApDownLoadNeedNameKeyDefault as We } from "./ap-download/interface.mjs";
73
+ import { default as ze } from "./ap-download/ap-download.vue.mjs";
74
+ import { default as je } from "./check-card/group.vue.mjs";
75
+ import { default as Je } from "./ap-list/index.vue.mjs";
76
+ import { default as Ve } from "./ap-button/ap-button.vue.mjs";
77
+ import { default as Ye } from "./ap-button/ap-action-button.vue.mjs";
78
+ import { ApTransformDataHelper as $e } from "./utils/ap-trans-data/index.mjs";
79
+ import { default as er } from "./business/ap-table-modal/index.mjs";
80
+ import { useTableModal as tr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
81
+ import { useTableSelectModal as ar } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
82
+ import { ApAttachment as fr } from "./business/ap-attachment/index.mjs";
83
+ import { ApBatchAction as xr } from "./business/ap-batch-action/index.mjs";
84
+ import { ApBatchActionGroup as Ar } from "./business/ap-batch-action-group/index.mjs";
85
+ import { ApButtonGroup as sr } from "./business/ap-button-group/index.mjs";
86
+ import { ApCard as nr } from "./business/ap-card/index.mjs";
87
+ import { ApExpandAlert as Fr } from "./business/ap-expand-alert/index.mjs";
88
+ import { ApExportGroupActionType as Tr } from "./business/ap-export-group/interface.mjs";
89
+ import { ApExportGroup as Dr } from "./business/ap-export-group/index.mjs";
90
+ import { handleExportDownload as Sr } from "./business/ap-export-group/handleExportDownload.mjs";
91
+ import { convertExportField as hr } from "./business/ap-export-group/convertExportField.mjs";
92
+ import { ApImage as Er } from "./business/ap-image/index.mjs";
93
+ import { ApInputRadio as Nr } from "./business/ap-input-radio/index.mjs";
94
+ import { ApLabel as yr, ApLabelGroup as Mr } from "./business/ap-label/index.mjs";
95
95
  import { locales as Rr } from "./business/ap-ladder/interface.mjs";
96
- import { ApLadder as Mr } from "./business/ap-ladder/index.mjs";
97
- import { ApSelectLayout as Er } from "./business/ap-select-layout/index.mjs";
98
- import { ApStatus as Kr, ApStatusGroup as Or } from "./business/ap-status/index.mjs";
99
- import { ApTitle as Wr } from "./business/ap-title/index.mjs";
100
- import { usePageListApTable as Hr } from "./business/hooks/usePageListApTable.mjs";
101
- import { useTableRefresh as qr } from "./business/hooks/useTableRefresh.mjs";
102
- import { computedRecords as Qr, flattenColumns as Vr, formatDataIndex as Xr, formatNumber as Yr } from "./business/ap-summary/utils.mjs";
103
- import { ApSummary as _r } from "./business/ap-summary/index.mjs";
104
- import { ApNeedNameKeyDefault as ot } from "./business/ap-appendix/interface.mjs";
105
- import { ApAppendix as rt } from "./business/ap-appendix/index.mjs";
106
- import { ApExtensionSelect as pt, ApGroupSearch as at, ApPopoverSelect as mt } from "./business/ap-group-search/index.mjs";
107
- import { default as lt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
108
- import { default as dt } from "./business/batch-input-group/index.vue.mjs";
109
- import { ApSizeInput as ut } from "./business/ap-size-input/index.mjs";
110
- import { useTablePaging as it } from "./ap-table/hooks/use-table-paging.mjs";
111
- import { default as ct } from "./editable-table/index.vue.mjs";
112
- import { default as It } from "./editable-table/form-item.vue.mjs";
113
- import { default as Tt } from "./ap-descriptions/ap-descriptions.vue.mjs";
96
+ import { ApLadder as vr } from "./business/ap-ladder/index.mjs";
97
+ import { ApSelectLayout as Kr } from "./business/ap-select-layout/index.mjs";
98
+ import { ApStatus as Or, ApStatusGroup as Wr } from "./business/ap-status/index.mjs";
99
+ import { ApTitle as zr } from "./business/ap-title/index.mjs";
100
+ import { usePageListApTable as jr } from "./business/hooks/usePageListApTable.mjs";
101
+ import { useTableRefresh as Jr } from "./business/hooks/useTableRefresh.mjs";
102
+ import { computedRecords as Vr, flattenColumns as Xr, formatDataIndex as Yr, formatNumber as Zr } from "./business/ap-summary/utils.mjs";
103
+ import { ApSummary as ot } from "./business/ap-summary/index.mjs";
104
+ import { ApNeedNameKeyDefault as rt } from "./business/ap-appendix/interface.mjs";
105
+ import { ApAppendix as pt } from "./business/ap-appendix/index.mjs";
106
+ import { ApExtensionSelect as mt, ApGroupSearch as ft, ApPopoverSelect as lt } from "./business/ap-group-search/index.mjs";
107
+ import { default as dt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
108
+ import { default as ut } from "./business/batch-input-group/index.vue.mjs";
109
+ import { ApSizeInput as it } from "./business/ap-size-input/index.mjs";
110
+ import { useTablePaging as ct } from "./ap-table/hooks/use-table-paging.mjs";
111
+ import { default as It } from "./editable-table/index.vue.mjs";
112
+ import { default as bt } from "./editable-table/form-item.vue.mjs";
113
+ import { default as Ct } from "./ap-descriptions/ap-descriptions.vue.mjs";
114
114
  export {
115
115
  u as APConfigProvider,
116
- Xe as ApActionButton,
117
- Te as ApActionGroup,
118
- C as ApActionItem,
119
- Ie as ApActionItemDropdown,
120
- ie as ApActionItemModal,
121
- ce as ApActionItemPopconfirm,
122
- rt as ApAppendix,
123
- ar as ApAttachment,
124
- fr as ApBatchAction,
125
- xr as ApBatchActionGroup,
126
- Qe as ApButton,
127
- Ar as ApButtonGroup,
128
- sr as ApCard,
129
- Tt as ApDescriptions,
130
- Oe as ApDownLoadNeedNameKeyDefault,
131
- We as ApDownload,
132
- y as ApDrawer,
133
- nr as ApExpandAlert,
134
- br as ApExportGroup,
135
- Fr as ApExportGroupActionType,
136
- pt as ApExtensionSelect,
116
+ Ye as ApActionButton,
117
+ Ce as ApActionGroup,
118
+ D as ApActionItem,
119
+ be as ApActionItemDropdown,
120
+ ce as ApActionItemModal,
121
+ Ie as ApActionItemPopconfirm,
122
+ pt as ApAppendix,
123
+ fr as ApAttachment,
124
+ xr as ApBatchAction,
125
+ Ar as ApBatchActionGroup,
126
+ Ve as ApButton,
127
+ sr as ApButtonGroup,
128
+ nr as ApCard,
129
+ Ct as ApDescriptions,
130
+ We as ApDownLoadNeedNameKeyDefault,
131
+ ze as ApDownload,
132
+ E as ApDrawer,
133
+ Fr as ApExpandAlert,
134
+ Dr as ApExportGroup,
135
+ Tr as ApExportGroupActionType,
136
+ mt as ApExtensionSelect,
137
137
  c as ApField,
138
- jo as ApFieldCheckbox,
139
- Jo as ApFieldDate,
140
- re as ApFieldDateRange,
141
- Vo as ApFieldNumber,
142
- me as ApFieldPassword,
143
- Yo as ApFieldRadio,
144
- ue as ApFieldRate,
145
- de as ApFieldSegmented,
146
- pe as ApFieldSelect,
147
- le as ApFieldSlider,
148
- _o as ApFieldSwitch,
149
- zo as ApFieldText,
150
- oe as ApFieldTextArea,
138
+ qo as ApFieldCheckbox,
139
+ Qo as ApFieldDate,
140
+ pe as ApFieldDateRange,
141
+ Xo as ApFieldNumber,
142
+ le as ApFieldPassword,
143
+ Zo as ApFieldRadio,
144
+ ie as ApFieldRate,
145
+ ue as ApFieldSegmented,
146
+ me as ApFieldSelect,
147
+ de as ApFieldSlider,
148
+ oe as ApFieldSwitch,
149
+ Ho as ApFieldText,
150
+ re as ApFieldTextArea,
151
151
  i as ApForm,
152
- Ko as ApFormControlRender,
152
+ Oo as ApFormControlRender,
153
153
  Ro as ApFormDependency,
154
- Eo as ApFormDrawerForm,
154
+ Ko as ApFormDrawerForm,
155
155
  go as ApFormItem,
156
- Io as ApFormItemCheckbox,
157
- fo as ApFormItemDate,
158
- xo as ApFormItemDateRange,
159
- So as ApFormItemGroup,
160
- ao as ApFormItemNumber,
161
- uo as ApFormItemRadio,
162
- Uo as ApFormItemRender,
163
- io as ApFormItemSelect,
164
- co as ApFormItemSwitch,
165
- eo as ApFormItemText,
166
- to as ApFormItemTextArea,
167
- To as ApFormItemTextPassword,
168
- Go as ApFormList,
169
- Lo as ApFormModalForm,
170
- No as ApFormSearchForm,
171
- Mo as ApFormSet,
172
- at as ApGroupSearch,
173
- hr as ApImage,
156
+ bo as ApFormItemCheckbox,
157
+ xo as ApFormItemDate,
158
+ uo as ApFormItemDateRange,
159
+ Go as ApFormItemGroup,
160
+ fo as ApFormItemNumber,
161
+ io as ApFormItemRadio,
162
+ _o as ApFormItemRender,
163
+ co as ApFormItemSelect,
164
+ Io as ApFormItemSwitch,
165
+ to as ApFormItemText,
166
+ ao as ApFormItemTextArea,
167
+ Co as ApFormItemTextPassword,
168
+ Lo as ApFormList,
169
+ Mo as ApFormModalForm,
170
+ Po as ApFormSearchForm,
171
+ vo as ApFormSet,
172
+ ft as ApGroupSearch,
173
+ Er as ApImage,
174
174
  ke as ApInfoLayout,
175
- yr as ApInputRadio,
176
- Pr as ApLabel,
177
- Lr as ApLabelGroup,
178
- Mr as ApLadder,
179
- qe as ApList,
175
+ Nr as ApInputRadio,
176
+ yr as ApLabel,
177
+ Mr as ApLabelGroup,
178
+ vr as ApLadder,
179
+ Je as ApList,
180
180
  h as ApModal,
181
- ot as ApNeedNameKeyDefault,
182
- mt as ApPopoverSelect,
183
- w as ApScrollBar,
184
- Er as ApSelectLayout,
185
- ut as ApSizeInput,
186
- Kr as ApStatus,
187
- Or as ApStatusGroup,
188
- _r as ApSummary,
189
- P as ApTable,
190
- $e as ApTableModal,
191
- Pe as ApTag,
181
+ rt as ApNeedNameKeyDefault,
182
+ lt as ApPopoverSelect,
183
+ y as ApScrollBar,
184
+ Kr as ApSelectLayout,
185
+ it as ApSizeInput,
186
+ Or as ApStatus,
187
+ Wr as ApStatusGroup,
188
+ ot as ApSummary,
189
+ N as ApTable,
190
+ er as ApTableModal,
191
+ ye as ApTag,
192
192
  we as ApTagGroup,
193
- Wr as ApTitle,
194
- Ze as ApTransformDataHelper,
195
- Be as ApUpload,
196
- lt as ApUploadSingle,
197
- dt as BatchInputGroup,
198
- D as CheckCard,
199
- He as CheckCardGroup,
200
- _ as ConfigProvider,
193
+ zr as ApTitle,
194
+ $e as ApTransformDataHelper,
195
+ Ue as ApUpload,
196
+ dt as ApUploadSingle,
197
+ ut as BatchInputGroup,
198
+ S as CheckCard,
199
+ je as CheckCardGroup,
200
+ oo as ConfigProvider,
201
+ k as DEFAULT_NAMESPACE,
202
+ v as DEFAULT_UIMODE,
201
203
  ge as DictCode,
202
- ct as EditableTable,
203
- It as EditableTableFormItem,
204
- ve as NeedNameKeyDefault,
205
- ye as WorkOrderModal,
204
+ It as EditableTable,
205
+ bt as EditableTableFormItem,
206
+ Be as NeedNameKeyDefault,
207
+ Ne as WorkOrderModal,
206
208
  I as adminToken,
207
- b as aplusToken,
208
- W as buildLocaleContext,
209
- z as buildTranslator,
210
- Qr as computedRecords,
211
- v as configProviderContextKey,
212
- k as configProviderProps,
213
- Dr as convertExportField,
214
- he as createWorkOrderModal,
215
- Q as defaultNamespace,
216
- Vr as flattenColumns,
217
- Xr as formatDataIndex,
218
- Yr as formatNumber,
219
- $ as globalConfigCached,
220
- Cr as handleExportDownload,
221
- B as keysOf,
222
- De as langMap,
223
- H as localeContextKey,
209
+ T as aplusToken,
210
+ z as buildLocaleContext,
211
+ H as buildTranslator,
212
+ Vr as computedRecords,
213
+ B as configProviderContextKey,
214
+ w as configProviderProps,
215
+ hr as convertExportField,
216
+ Ee as createWorkOrderModal,
217
+ V as defaultNamespace,
218
+ Xr as flattenColumns,
219
+ Yr as formatDataIndex,
220
+ Zr as formatNumber,
221
+ eo as globalConfigCached,
222
+ Sr as handleExportDownload,
223
+ U as keysOf,
224
+ he as langMap,
225
+ j as localeContextKey,
224
226
  Rr as locales,
225
- V as namespaceContextKey,
226
- K as provideGlobalConfig,
227
- j as translate,
228
- X as useGetDerivedNamespace,
229
- O as useGlobalConfig,
230
- q as useLocale,
231
- Y as useNamespace,
232
- Hr as usePageListApTable,
233
- er as useTableModal,
234
- it as useTablePaging,
235
- qr as useTableRefresh,
236
- tr as useTableSelectModal
227
+ X as namespaceContextKey,
228
+ O as provideGlobalConfig,
229
+ q as translate,
230
+ Y as useGetDerivedNamespace,
231
+ W as useGlobalConfig,
232
+ J as useLocale,
233
+ Z as useNamespace,
234
+ jr as usePageListApTable,
235
+ tr as useTableModal,
236
+ ct as useTablePaging,
237
+ Jr as useTableRefresh,
238
+ ar as useTableSelectModal
237
239
  };