@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.
- package/es/index.mjs +222 -220
- package/es/src/ap-form/ap-form.vue.d.ts +1 -3
- package/es/src/ap-form/ap-form.vue2.mjs +101 -95
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +33 -29
- package/es/src/config-provider/config-provider-props.d.ts +0 -2
- package/es/src/config-provider/config-provider-props.mjs +2 -4
- package/es/src/config-provider/config-provider.d.ts +0 -6
- package/es/src/config-provider/config-provider.mjs +26 -25
- package/es/src/config-provider/constants.d.ts +2 -0
- package/es/src/config-provider/constants.mjs +3 -1
- package/es/src/config-provider/hooks/use-global-config.d.ts +0 -2
- package/es/src/config-provider/index.d.ts +0 -12
- package/es/src/config-provider/index.mjs +17 -15
- package/es/src/index.mjs +207 -205
- package/lib/index.js +1 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +1 -3
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +0 -2
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +0 -6
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +2 -0
- package/lib/src/config-provider/constants.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -2
- package/lib/src/config-provider/index.d.ts +0 -12
- package/lib/src/config-provider/index.js +1 -1
- package/lib/src/index.js +1 -1
- 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 {
|
|
6
|
-
import { keysOf as
|
|
7
|
-
import { buildLocaleContext as
|
|
8
|
-
import { defaultNamespace as
|
|
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
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
|
|
20
|
+
L as defaultNamespace,
|
|
19
21
|
l as globalConfigCached,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
+
C as keysOf,
|
|
23
|
+
A as localeContextKey,
|
|
22
24
|
N as namespaceContextKey,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
g as provideGlobalConfig,
|
|
26
|
+
E as translate,
|
|
27
|
+
G as useGetDerivedNamespace,
|
|
28
|
+
u as useGlobalConfig,
|
|
27
29
|
y as useLocale,
|
|
28
|
-
|
|
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
|
|
5
|
-
import { ApActionItem as
|
|
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
|
|
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
|
|
15
|
+
import { ApDrawer as E } from "./ap-drawer/index.mjs";
|
|
16
16
|
import "./business/index.mjs";
|
|
17
|
-
import { ApTable as
|
|
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
|
|
21
|
-
import { configProviderProps as
|
|
22
|
-
import {
|
|
23
|
-
import { keysOf as
|
|
24
|
-
import { buildLocaleContext as
|
|
25
|
-
import { defaultNamespace as
|
|
26
|
-
import { ConfigProvider as
|
|
27
|
-
import { ApFormItemText as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
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
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
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
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { ApFieldText as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { DictCode as ge, langMap as
|
|
65
|
-
import { createWorkOrderModal as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
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
|
|
71
|
-
import { default as
|
|
72
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { ApTransformDataHelper as
|
|
79
|
-
import { default as
|
|
80
|
-
import { useTableModal as
|
|
81
|
-
import { useTableSelectModal as
|
|
82
|
-
import { ApAttachment as
|
|
83
|
-
import { ApBatchAction as
|
|
84
|
-
import { ApBatchActionGroup as
|
|
85
|
-
import { ApButtonGroup as
|
|
86
|
-
import { ApCard as
|
|
87
|
-
import { ApExpandAlert as
|
|
88
|
-
import { ApExportGroupActionType as
|
|
89
|
-
import { ApExportGroup as
|
|
90
|
-
import { handleExportDownload as
|
|
91
|
-
import { convertExportField as
|
|
92
|
-
import { ApImage as
|
|
93
|
-
import { ApInputRadio as
|
|
94
|
-
import { ApLabel as
|
|
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
|
|
97
|
-
import { ApSelectLayout as
|
|
98
|
-
import { ApStatus as
|
|
99
|
-
import { ApTitle as
|
|
100
|
-
import { usePageListApTable as
|
|
101
|
-
import { useTableRefresh as
|
|
102
|
-
import { computedRecords as
|
|
103
|
-
import { ApSummary as
|
|
104
|
-
import { ApNeedNameKeyDefault as
|
|
105
|
-
import { ApAppendix as
|
|
106
|
-
import { ApExtensionSelect as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { ApSizeInput as
|
|
110
|
-
import { useTablePaging as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
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
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
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
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
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
|
-
|
|
152
|
+
Oo as ApFormControlRender,
|
|
153
153
|
Ro as ApFormDependency,
|
|
154
|
-
|
|
154
|
+
Ko as ApFormDrawerForm,
|
|
155
155
|
go as ApFormItem,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
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
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
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
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
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
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
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
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
It as EditableTable,
|
|
205
|
+
bt as EditableTableFormItem,
|
|
206
|
+
Be as NeedNameKeyDefault,
|
|
207
|
+
Ne as WorkOrderModal,
|
|
206
208
|
I as adminToken,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
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
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
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
|
};
|