@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
package/es/index.mjs CHANGED
@@ -2,110 +2,110 @@ import * as e from "./src/index.mjs";
2
2
  import { default as l } from "./src/path-map.mjs";
3
3
  import "./src/hooks/index.mjs";
4
4
  import { configProviderProps as d } from "./src/config-provider/config-provider-props.mjs";
5
- import { configProviderContextKey as s } from "./src/config-provider/constants.mjs";
6
- import { keysOf as n, provideGlobalConfig as i, useGlobalConfig as c } from "./src/config-provider/hooks/use-global-config.mjs";
7
- import { buildLocaleContext as b, buildTranslator as I, localeContextKey as T, translate as C, useLocale as g } from "./src/config-provider/hooks/use-locale.mjs";
8
- import { defaultNamespace as S, namespaceContextKey as h, useGetDerivedNamespace as G, useNamespace as y } from "./src/config-provider/hooks/use-namespace.mjs";
9
- import { ConfigProvider as P, globalConfigCached as L } from "./src/config-provider/config-provider.mjs";
10
- import { APConfigProvider as w } from "./src/config-provider/index.mjs";
11
- import { ApFormItemText as k } from "./src/ap-form/items/text/index.mjs";
12
- import { default as E } from "./src/ap-form/items/text-area/index.vue.mjs";
13
- import { default as K } from "./src/ap-form/items/number/index.vue.mjs";
14
- import { default as U } from "./src/ap-form/items/date/index.vue.mjs";
15
- import { default as z } from "./src/ap-form/items/date-range/index.vue.mjs";
16
- import { default as V } from "./src/ap-form/items/radio/index.vue.mjs";
17
- import { default as j } from "./src/ap-form/items/select/index.vue.mjs";
18
- import { default as J } from "./src/ap-form/items/switch/index.vue.mjs";
19
- import { default as X } from "./src/ap-form/items/checkbox/index.vue.mjs";
20
- import { default as Z } from "./src/ap-form/items/text/password.vue.mjs";
21
- import { ApForm as oo } from "./src/ap-form/index.mjs";
22
- import { default as ro } from "./src/ap-form/item/index.vue.mjs";
23
- import { default as po } from "./src/ap-form/item-group/index.vue.mjs";
24
- import { default as fo } from "./src/ap-form/list/index.vue.mjs";
25
- import { default as lo } from "./src/ap-form/search-form/index.vue.mjs";
26
- import { default as uo } from "./src/ap-form/modal-form/index.vue.mjs";
27
- import { default as Ao } from "./src/ap-form/dependency/index.vue.mjs";
28
- import { default as io } from "./src/ap-form/set/index.vue.mjs";
29
- import { default as Fo } from "./src/ap-form/drawer-form/index.vue.mjs";
30
- import { default as Io } from "./src/ap-form/render/control.vue.mjs";
31
- import { default as Co } from "./src/ap-form/render/item.vue.mjs";
32
- import { ApField as Do } from "./src/ap-field/index.mjs";
33
- import { ApFieldText as ho } from "./src/ap-field/text/index.mjs";
34
- import { default as yo } from "./src/ap-field/checkbox/index.vue.mjs";
5
+ import { DEFAULT_NAMESPACE as A, DEFAULT_UIMODE as s, configProviderContextKey as n } from "./src/config-provider/constants.mjs";
6
+ import { keysOf as c, provideGlobalConfig as F, useGlobalConfig as I } from "./src/config-provider/hooks/use-global-config.mjs";
7
+ import { buildLocaleContext as T, buildTranslator as C, localeContextKey as D, translate as g, useLocale as S } from "./src/config-provider/hooks/use-locale.mjs";
8
+ import { defaultNamespace as G, namespaceContextKey as E, useGetDerivedNamespace as L, useNamespace as M } from "./src/config-provider/hooks/use-namespace.mjs";
9
+ import { ConfigProvider as P, globalConfigCached as y } from "./src/config-provider/config-provider.mjs";
10
+ import { APConfigProvider as R } from "./src/config-provider/index.mjs";
11
+ import { ApFormItemText as v } from "./src/ap-form/items/text/index.mjs";
12
+ import { default as K } from "./src/ap-form/items/text-area/index.vue.mjs";
13
+ import { default as O } from "./src/ap-form/items/number/index.vue.mjs";
14
+ import { default as _ } from "./src/ap-form/items/date/index.vue.mjs";
15
+ import { default as H } from "./src/ap-form/items/date-range/index.vue.mjs";
16
+ import { default as $ } from "./src/ap-form/items/radio/index.vue.mjs";
17
+ import { default as q } from "./src/ap-form/items/select/index.vue.mjs";
18
+ import { default as Q } from "./src/ap-form/items/switch/index.vue.mjs";
19
+ import { default as Y } from "./src/ap-form/items/checkbox/index.vue.mjs";
20
+ import { default as oo } from "./src/ap-form/items/text/password.vue.mjs";
21
+ import { ApForm as ro } from "./src/ap-form/index.mjs";
22
+ import { default as po } from "./src/ap-form/item/index.vue.mjs";
23
+ import { default as fo } from "./src/ap-form/item-group/index.vue.mjs";
24
+ import { default as lo } from "./src/ap-form/list/index.vue.mjs";
25
+ import { default as uo } from "./src/ap-form/search-form/index.vue.mjs";
26
+ import { default as so } from "./src/ap-form/modal-form/index.vue.mjs";
27
+ import { default as io } from "./src/ap-form/dependency/index.vue.mjs";
28
+ import { default as Fo } from "./src/ap-form/set/index.vue.mjs";
29
+ import { default as bo } from "./src/ap-form/drawer-form/index.vue.mjs";
30
+ import { default as Co } from "./src/ap-form/render/control.vue.mjs";
31
+ import { default as go } from "./src/ap-form/render/item.vue.mjs";
32
+ import { ApField as ho } from "./src/ap-field/index.mjs";
33
+ import { ApFieldText as Eo } from "./src/ap-field/text/index.mjs";
34
+ import { default as Mo } from "./src/ap-field/checkbox/index.vue.mjs";
35
35
  import { default as Po } from "./src/ap-field/date/index.vue.mjs";
36
- import { default as Mo } from "./src/ap-field/number/index.vue.mjs";
37
- import { default as Ro } from "./src/ap-field/radio/index.vue.mjs";
38
- import { default as vo } from "./src/ap-field/switch/index.vue.mjs";
39
- import { default as Bo } from "./src/ap-field/text-area/index.vue.mjs";
40
- import { default as Oo } from "./src/ap-field/date-range/index.vue.mjs";
41
- import { default as Wo } from "./src/ap-field/select/index.vue.mjs";
42
- import { default as Ho } from "./src/ap-field/text/password.vue.mjs";
43
- import { default as $o } from "./src/ap-field/slider/index.vue.mjs";
44
- import { default as qo } from "./src/ap-field/segmented/index.vue.mjs";
45
- import { default as Qo } from "./src/ap-field/rate/index.vue.mjs";
46
- import { adminToken as Yo, aplusToken as Zo } from "./src/design-token/index.mjs";
47
- import { ApActionItem as oe } from "./src/ap-action/index.mjs";
48
- import { default as re } from "./src/ap-action/item-modal/index.vue.mjs";
49
- import { default as pe } from "./src/ap-action/item-popconfirm/index.vue.mjs";
50
- import { default as fe } from "./src/ap-action/item-dropdown/index.vue.mjs";
51
- import { default as le } from "./src/ap-action/group/index.vue.mjs";
52
- import { DictCode as de, langMap as ue } from "./src/work-order-modal/interfaces.mjs";
53
- import { createWorkOrderModal as Ae } from "./src/work-order-modal/createWorkOrder.mjs";
54
- import { default as ie } from "./src/work-order-modal/work-order-modal.vue.mjs";
55
- import { default as Fe } from "./src/ap-tag/ap-tag.vue.mjs";
56
- import { default as Ie } from "./src/ap-tag/ap-tag-group.vue.mjs";
57
- import { default as Ce } from "./src/ap-info-layout/ApInfoLayout.vue.mjs";
58
- import { NeedNameKeyDefault as De } from "./src/ap-upload/apUploadTypes.mjs";
59
- import { default as he } from "./src/ap-upload/apUpload.vue.mjs";
60
- import { ApDownLoadNeedNameKeyDefault as ye } from "./src/ap-download/interface.mjs";
36
+ import { default as wo } from "./src/ap-field/number/index.vue.mjs";
37
+ import { default as ko } from "./src/ap-field/radio/index.vue.mjs";
38
+ import { default as Bo } from "./src/ap-field/switch/index.vue.mjs";
39
+ import { default as Uo } from "./src/ap-field/text-area/index.vue.mjs";
40
+ import { default as Wo } from "./src/ap-field/date-range/index.vue.mjs";
41
+ import { default as zo } from "./src/ap-field/select/index.vue.mjs";
42
+ import { default as Vo } from "./src/ap-field/text/password.vue.mjs";
43
+ import { default as jo } from "./src/ap-field/slider/index.vue.mjs";
44
+ import { default as Jo } from "./src/ap-field/segmented/index.vue.mjs";
45
+ import { default as Xo } from "./src/ap-field/rate/index.vue.mjs";
46
+ import { adminToken as Zo, aplusToken as oe } from "./src/design-token/index.mjs";
47
+ import { ApActionItem as re } from "./src/ap-action/index.mjs";
48
+ import { default as pe } from "./src/ap-action/item-modal/index.vue.mjs";
49
+ import { default as fe } from "./src/ap-action/item-popconfirm/index.vue.mjs";
50
+ import { default as le } from "./src/ap-action/item-dropdown/index.vue.mjs";
51
+ import { default as de } from "./src/ap-action/group/index.vue.mjs";
52
+ import { DictCode as Ae, langMap as se } from "./src/work-order-modal/interfaces.mjs";
53
+ import { createWorkOrderModal as ie } from "./src/work-order-modal/createWorkOrder.mjs";
54
+ import { default as Fe } from "./src/work-order-modal/work-order-modal.vue.mjs";
55
+ import { default as be } from "./src/ap-tag/ap-tag.vue.mjs";
56
+ import { default as Ce } from "./src/ap-tag/ap-tag-group.vue.mjs";
57
+ import { default as ge } from "./src/ap-info-layout/ApInfoLayout.vue.mjs";
58
+ import { NeedNameKeyDefault as he } from "./src/ap-upload/apUploadTypes.mjs";
59
+ import { default as Ee } from "./src/ap-upload/apUpload.vue.mjs";
60
+ import { ApDownLoadNeedNameKeyDefault as Me } from "./src/ap-download/interface.mjs";
61
61
  import { default as Pe } from "./src/ap-download/ap-download.vue.mjs";
62
- import { CheckCard as Me } from "./src/check-card/index.mjs";
63
- import { default as Re } from "./src/check-card/group.vue.mjs";
64
- import { ApModal as ve } from "./src/ap-modal/index.mjs";
65
- import { default as Be } from "./src/ap-list/index.vue.mjs";
66
- import { default as Oe } from "./src/ap-button/ap-button.vue.mjs";
67
- import { default as We } from "./src/ap-button/ap-action-button.vue.mjs";
68
- import { ApDrawer as He } from "./src/ap-drawer/index.mjs";
69
- import { ApTransformDataHelper as $e } from "./src/utils/ap-trans-data/index.mjs";
70
- import { default as qe } from "./src/business/ap-table-modal/index.mjs";
71
- import { useTableModal as Qe } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
72
- import { useTableSelectModal as Ye } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
73
- import { ApAttachment as _e } from "./src/business/ap-attachment/index.mjs";
74
- import { ApBatchAction as er } from "./src/business/ap-batch-action/index.mjs";
75
- import { ApBatchActionGroup as tr } from "./src/business/ap-batch-action-group/index.mjs";
76
- import { ApButtonGroup as ar } from "./src/business/ap-button-group/index.mjs";
77
- import { ApCard as mr } from "./src/business/ap-card/index.mjs";
78
- import { ApExpandAlert as xr } from "./src/business/ap-expand-alert/index.mjs";
79
- import { ApExportGroupActionType as ur } from "./src/business/ap-export-group/interface.mjs";
80
- import { ApExportGroup as Ar } from "./src/business/ap-export-group/index.mjs";
81
- import { handleExportDownload as ir } from "./src/business/ap-export-group/handleExportDownload.mjs";
82
- import { convertExportField as Fr } from "./src/business/ap-export-group/convertExportField.mjs";
83
- import { ApImage as Ir } from "./src/business/ap-image/index.mjs";
84
- import { ApInputRadio as Cr } from "./src/business/ap-input-radio/index.mjs";
85
- import { ApLabel as Dr, ApLabelGroup as Sr } from "./src/business/ap-label/index.mjs";
86
- import { locales as Gr } from "./src/business/ap-ladder/interface.mjs";
62
+ import { CheckCard as we } from "./src/check-card/index.mjs";
63
+ import { default as ke } from "./src/check-card/group.vue.mjs";
64
+ import { ApModal as Be } from "./src/ap-modal/index.mjs";
65
+ import { default as Ue } from "./src/ap-list/index.vue.mjs";
66
+ import { default as We } from "./src/ap-button/ap-button.vue.mjs";
67
+ import { default as ze } from "./src/ap-button/ap-action-button.vue.mjs";
68
+ import { ApDrawer as Ve } from "./src/ap-drawer/index.mjs";
69
+ import { ApTransformDataHelper as je } from "./src/utils/ap-trans-data/index.mjs";
70
+ import { default as Je } from "./src/business/ap-table-modal/index.mjs";
71
+ import { useTableModal as Xe } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
72
+ import { useTableSelectModal as Ze } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
73
+ import { ApAttachment as er } from "./src/business/ap-attachment/index.mjs";
74
+ import { ApBatchAction as tr } from "./src/business/ap-batch-action/index.mjs";
75
+ import { ApBatchActionGroup as ar } from "./src/business/ap-batch-action-group/index.mjs";
76
+ import { ApButtonGroup as mr } from "./src/business/ap-button-group/index.mjs";
77
+ import { ApCard as xr } from "./src/business/ap-card/index.mjs";
78
+ import { ApExpandAlert as ur } from "./src/business/ap-expand-alert/index.mjs";
79
+ import { ApExportGroupActionType as sr } from "./src/business/ap-export-group/interface.mjs";
80
+ import { ApExportGroup as ir } from "./src/business/ap-export-group/index.mjs";
81
+ import { handleExportDownload as Fr } from "./src/business/ap-export-group/handleExportDownload.mjs";
82
+ import { convertExportField as br } from "./src/business/ap-export-group/convertExportField.mjs";
83
+ import { ApImage as Cr } from "./src/business/ap-image/index.mjs";
84
+ import { ApInputRadio as gr } from "./src/business/ap-input-radio/index.mjs";
85
+ import { ApLabel as hr, ApLabelGroup as Gr } from "./src/business/ap-label/index.mjs";
86
+ import { locales as Lr } from "./src/business/ap-ladder/interface.mjs";
87
87
  import { ApLadder as Nr } from "./src/business/ap-ladder/index.mjs";
88
- import { ApSelectLayout as Lr } from "./src/business/ap-select-layout/index.mjs";
89
- import { ApStatus as wr, ApStatusGroup as Rr } from "./src/business/ap-status/index.mjs";
90
- import { ApTitle as vr } from "./src/business/ap-title/index.mjs";
91
- import { usePageListApTable as Br } from "./src/business/hooks/usePageListApTable.mjs";
92
- import { useTableRefresh as Or } from "./src/business/hooks/useTableRefresh.mjs";
93
- import { computedRecords as Wr, flattenColumns as zr, formatDataIndex as Hr, formatNumber as Vr } from "./src/business/ap-summary/utils.mjs";
94
- import { ApSummary as jr } from "./src/business/ap-summary/index.mjs";
95
- import { ApNeedNameKeyDefault as Jr } from "./src/business/ap-appendix/interface.mjs";
96
- import { ApAppendix as Xr } from "./src/business/ap-appendix/index.mjs";
97
- import { ApExtensionSelect as Zr, ApGroupSearch as _r, ApPopoverSelect as ot } from "./src/business/ap-group-search/index.mjs";
98
- import { default as rt } from "./src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
99
- import { default as pt } from "./src/business/batch-input-group/index.vue.mjs";
100
- import { ApSizeInput as ft } from "./src/business/ap-size-input/index.mjs";
101
- import { useTablePaging as lt } from "./src/ap-table/hooks/use-table-paging.mjs";
102
- import { ApTable as dt } from "./src/ap-table/index.mjs";
103
- import { default as st } from "./src/editable-table/index.vue.mjs";
104
- import { default as nt } from "./src/editable-table/form-item.vue.mjs";
105
- import { default as ct } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
106
- import { ApScrollBar as bt } from "./src/ap-scroll-bar/index.mjs";
107
- import { useMessage as Tt } from "./src/hooks/useMessage.mjs";
108
- import { useControllableValue as gt } from "./src/hooks/useControllableValue.mjs";
88
+ import { ApSelectLayout as yr } from "./src/business/ap-select-layout/index.mjs";
89
+ import { ApStatus as Rr, ApStatusGroup as kr } from "./src/business/ap-status/index.mjs";
90
+ import { ApTitle as Br } from "./src/business/ap-title/index.mjs";
91
+ import { usePageListApTable as Ur } from "./src/business/hooks/usePageListApTable.mjs";
92
+ import { useTableRefresh as Wr } from "./src/business/hooks/useTableRefresh.mjs";
93
+ import { computedRecords as zr, flattenColumns as Hr, formatDataIndex as Vr, formatNumber as $r } from "./src/business/ap-summary/utils.mjs";
94
+ import { ApSummary as qr } from "./src/business/ap-summary/index.mjs";
95
+ import { ApNeedNameKeyDefault as Qr } from "./src/business/ap-appendix/interface.mjs";
96
+ import { ApAppendix as Yr } from "./src/business/ap-appendix/index.mjs";
97
+ import { ApExtensionSelect as ot, ApGroupSearch as et, ApPopoverSelect as rt } from "./src/business/ap-group-search/index.mjs";
98
+ import { default as pt } from "./src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
99
+ import { default as ft } from "./src/business/batch-input-group/index.vue.mjs";
100
+ import { ApSizeInput as lt } from "./src/business/ap-size-input/index.mjs";
101
+ import { useTablePaging as dt } from "./src/ap-table/hooks/use-table-paging.mjs";
102
+ import { ApTable as At } from "./src/ap-table/index.mjs";
103
+ import { default as nt } from "./src/editable-table/index.vue.mjs";
104
+ import { default as ct } from "./src/editable-table/form-item.vue.mjs";
105
+ import { default as It } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
106
+ import { ApScrollBar as Tt } from "./src/ap-scroll-bar/index.mjs";
107
+ import { useMessage as Dt } from "./src/hooks/useMessage.mjs";
108
+ import { useControllableValue as St } from "./src/hooks/useControllableValue.mjs";
109
109
  const a = {
110
110
  install: (r) => {
111
111
  for (const t in e) {
@@ -115,130 +115,132 @@ const a = {
115
115
  }
116
116
  };
117
117
  export {
118
- w as APConfigProvider,
119
- We as ApActionButton,
120
- le as ApActionGroup,
121
- oe as ApActionItem,
122
- fe as ApActionItemDropdown,
123
- re as ApActionItemModal,
124
- pe as ApActionItemPopconfirm,
125
- Xr as ApAppendix,
126
- _e as ApAttachment,
127
- er as ApBatchAction,
128
- tr as ApBatchActionGroup,
129
- Oe as ApButton,
130
- ar as ApButtonGroup,
131
- mr as ApCard,
132
- ct as ApDescriptions,
133
- ye as ApDownLoadNeedNameKeyDefault,
118
+ R as APConfigProvider,
119
+ ze as ApActionButton,
120
+ de as ApActionGroup,
121
+ re as ApActionItem,
122
+ le as ApActionItemDropdown,
123
+ pe as ApActionItemModal,
124
+ fe as ApActionItemPopconfirm,
125
+ Yr as ApAppendix,
126
+ er as ApAttachment,
127
+ tr as ApBatchAction,
128
+ ar as ApBatchActionGroup,
129
+ We as ApButton,
130
+ mr as ApButtonGroup,
131
+ xr as ApCard,
132
+ It as ApDescriptions,
133
+ Me as ApDownLoadNeedNameKeyDefault,
134
134
  Pe as ApDownload,
135
- He as ApDrawer,
136
- xr as ApExpandAlert,
137
- Ar as ApExportGroup,
138
- ur as ApExportGroupActionType,
139
- Zr as ApExtensionSelect,
140
- Do as ApField,
141
- yo as ApFieldCheckbox,
135
+ Ve as ApDrawer,
136
+ ur as ApExpandAlert,
137
+ ir as ApExportGroup,
138
+ sr as ApExportGroupActionType,
139
+ ot as ApExtensionSelect,
140
+ ho as ApField,
141
+ Mo as ApFieldCheckbox,
142
142
  Po as ApFieldDate,
143
- Oo as ApFieldDateRange,
144
- Mo as ApFieldNumber,
145
- Ho as ApFieldPassword,
146
- Ro as ApFieldRadio,
147
- Qo as ApFieldRate,
148
- qo as ApFieldSegmented,
149
- Wo as ApFieldSelect,
150
- $o as ApFieldSlider,
151
- vo as ApFieldSwitch,
152
- ho as ApFieldText,
153
- Bo as ApFieldTextArea,
154
- oo as ApForm,
155
- Io as ApFormControlRender,
156
- Ao as ApFormDependency,
157
- Fo as ApFormDrawerForm,
158
- ro as ApFormItem,
159
- X as ApFormItemCheckbox,
160
- U as ApFormItemDate,
161
- z as ApFormItemDateRange,
162
- po as ApFormItemGroup,
163
- K as ApFormItemNumber,
164
- V as ApFormItemRadio,
165
- Co as ApFormItemRender,
166
- j as ApFormItemSelect,
167
- J as ApFormItemSwitch,
168
- k as ApFormItemText,
169
- E as ApFormItemTextArea,
170
- Z as ApFormItemTextPassword,
171
- fo as ApFormList,
172
- uo as ApFormModalForm,
173
- lo as ApFormSearchForm,
174
- io as ApFormSet,
175
- _r as ApGroupSearch,
176
- Ir as ApImage,
177
- Ce as ApInfoLayout,
178
- Cr as ApInputRadio,
179
- Dr as ApLabel,
180
- Sr as ApLabelGroup,
143
+ Wo as ApFieldDateRange,
144
+ wo as ApFieldNumber,
145
+ Vo as ApFieldPassword,
146
+ ko as ApFieldRadio,
147
+ Xo as ApFieldRate,
148
+ Jo as ApFieldSegmented,
149
+ zo as ApFieldSelect,
150
+ jo as ApFieldSlider,
151
+ Bo as ApFieldSwitch,
152
+ Eo as ApFieldText,
153
+ Uo as ApFieldTextArea,
154
+ ro as ApForm,
155
+ Co as ApFormControlRender,
156
+ io as ApFormDependency,
157
+ bo as ApFormDrawerForm,
158
+ po as ApFormItem,
159
+ Y as ApFormItemCheckbox,
160
+ _ as ApFormItemDate,
161
+ H as ApFormItemDateRange,
162
+ fo as ApFormItemGroup,
163
+ O as ApFormItemNumber,
164
+ $ as ApFormItemRadio,
165
+ go as ApFormItemRender,
166
+ q as ApFormItemSelect,
167
+ Q as ApFormItemSwitch,
168
+ v as ApFormItemText,
169
+ K as ApFormItemTextArea,
170
+ oo as ApFormItemTextPassword,
171
+ lo as ApFormList,
172
+ so as ApFormModalForm,
173
+ uo as ApFormSearchForm,
174
+ Fo as ApFormSet,
175
+ et as ApGroupSearch,
176
+ Cr as ApImage,
177
+ ge as ApInfoLayout,
178
+ gr as ApInputRadio,
179
+ hr as ApLabel,
180
+ Gr as ApLabelGroup,
181
181
  Nr as ApLadder,
182
- Be as ApList,
183
- ve as ApModal,
184
- Jr as ApNeedNameKeyDefault,
185
- ot as ApPopoverSelect,
186
- bt as ApScrollBar,
187
- Lr as ApSelectLayout,
188
- ft as ApSizeInput,
189
- wr as ApStatus,
190
- Rr as ApStatusGroup,
191
- jr as ApSummary,
192
- dt as ApTable,
193
- qe as ApTableModal,
194
- Fe as ApTag,
195
- Ie as ApTagGroup,
196
- vr as ApTitle,
197
- $e as ApTransformDataHelper,
198
- he as ApUpload,
199
- rt as ApUploadSingle,
200
- pt as BatchInputGroup,
201
- Me as CheckCard,
202
- Re as CheckCardGroup,
182
+ Ue as ApList,
183
+ Be as ApModal,
184
+ Qr as ApNeedNameKeyDefault,
185
+ rt as ApPopoverSelect,
186
+ Tt as ApScrollBar,
187
+ yr as ApSelectLayout,
188
+ lt as ApSizeInput,
189
+ Rr as ApStatus,
190
+ kr as ApStatusGroup,
191
+ qr as ApSummary,
192
+ At as ApTable,
193
+ Je as ApTableModal,
194
+ be as ApTag,
195
+ Ce as ApTagGroup,
196
+ Br as ApTitle,
197
+ je as ApTransformDataHelper,
198
+ Ee as ApUpload,
199
+ pt as ApUploadSingle,
200
+ ft as BatchInputGroup,
201
+ we as CheckCard,
202
+ ke as CheckCardGroup,
203
203
  P as ConfigProvider,
204
- de as DictCode,
205
- st as EditableTable,
206
- nt as EditableTableFormItem,
207
- De as NeedNameKeyDefault,
208
- ie as WorkOrderModal,
209
- Yo as adminToken,
210
- Zo as aplusToken,
211
- b as buildLocaleContext,
212
- I as buildTranslator,
213
- Wr as computedRecords,
214
- s as configProviderContextKey,
204
+ A as DEFAULT_NAMESPACE,
205
+ s as DEFAULT_UIMODE,
206
+ Ae as DictCode,
207
+ nt as EditableTable,
208
+ ct as EditableTableFormItem,
209
+ he as NeedNameKeyDefault,
210
+ Fe as WorkOrderModal,
211
+ Zo as adminToken,
212
+ oe as aplusToken,
213
+ T as buildLocaleContext,
214
+ C as buildTranslator,
215
+ zr as computedRecords,
216
+ n as configProviderContextKey,
215
217
  d as configProviderProps,
216
- Fr as convertExportField,
217
- Ae as createWorkOrderModal,
218
+ br as convertExportField,
219
+ ie as createWorkOrderModal,
218
220
  a as default,
219
- S as defaultNamespace,
220
- zr as flattenColumns,
221
- Hr as formatDataIndex,
222
- Vr as formatNumber,
223
- L as globalConfigCached,
224
- ir as handleExportDownload,
225
- n as keysOf,
226
- ue as langMap,
227
- T as localeContextKey,
228
- Gr as locales,
229
- h as namespaceContextKey,
221
+ G as defaultNamespace,
222
+ Hr as flattenColumns,
223
+ Vr as formatDataIndex,
224
+ $r as formatNumber,
225
+ y as globalConfigCached,
226
+ Fr as handleExportDownload,
227
+ c as keysOf,
228
+ se as langMap,
229
+ D as localeContextKey,
230
+ Lr as locales,
231
+ E as namespaceContextKey,
230
232
  l as pathMap,
231
- i as provideGlobalConfig,
232
- C as translate,
233
- gt as useControllableValue,
234
- G as useGetDerivedNamespace,
235
- c as useGlobalConfig,
236
- g as useLocale,
237
- Tt as useMessage,
238
- y as useNamespace,
239
- Br as usePageListApTable,
240
- Qe as useTableModal,
241
- lt as useTablePaging,
242
- Or as useTableRefresh,
243
- Ye as useTableSelectModal
233
+ F as provideGlobalConfig,
234
+ g as translate,
235
+ St as useControllableValue,
236
+ L as useGetDerivedNamespace,
237
+ I as useGlobalConfig,
238
+ S as useLocale,
239
+ Dt as useMessage,
240
+ M as useNamespace,
241
+ Ur as usePageListApTable,
242
+ Xe as useTableModal,
243
+ dt as useTablePaging,
244
+ Wr as useTableRefresh,
245
+ Ze as useTableSelectModal
244
246
  };
@@ -288,9 +288,7 @@ declare function __VLS_template(): {
288
288
  };
289
289
  xxl: {
290
290
  type: PropType<string | number | ColSize>;
291
- default: string | number | **
292
- * 订阅事件
293
- */).ColSize;
291
+ default: string | number | ColSize;
294
292
  };
295
293
  prefixCls: StringConstructor;
296
294
  flex: (StringConstructor | NumberConstructor)[];