@aplus-frontend/ui 7.16.0 → 7.17.0
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 +285 -281
- package/es/src/ap-field/cascader/index.vue.d.ts +60 -0
- package/es/src/ap-field/cascader/index.vue.mjs +217 -0
- package/es/src/ap-field/cascader/index.vue2.mjs +4 -0
- package/es/src/ap-field/cascader/read.vue.d.ts +8 -0
- package/es/src/ap-field/cascader/read.vue.mjs +4 -0
- package/es/src/ap-field/cascader/read.vue2.mjs +159 -0
- package/es/src/ap-field/cascader/use-options.d.ts +25 -0
- package/es/src/ap-field/cascader/use-options.mjs +66 -0
- package/es/src/ap-field/hooks/use-default-placeholder.d.ts +3 -1
- package/es/src/ap-field/hooks/use-default-placeholder.mjs +13 -8
- package/es/src/ap-field/index.d.ts +8 -2
- package/es/src/ap-field/index.mjs +72 -65
- package/es/src/ap-field/interface.d.ts +27 -1
- package/es/src/ap-field/tree-select/index.vue.mjs +43 -39
- package/es/src/ap-field/tree-select/use-request.mjs +22 -19
- package/es/src/ap-form/items/cascader/index.vue.d.ts +435 -0
- package/es/src/ap-form/items/cascader/index.vue.mjs +102 -0
- package/es/src/ap-form/items/cascader/index.vue2.mjs +4 -0
- package/es/src/ap-form/items/index.d.ts +2 -1
- package/es/src/ap-form/items/index.mjs +3 -2
- package/es/src/ap-form/items/interface.d.ts +6 -1
- package/es/src/ap-table/constants.d.ts +269 -4
- package/es/src/ap-table/constants.mjs +29 -26
- package/es/src/ap-table/interface.d.ts +5 -1
- package/es/src/ap-table/utils.d.ts +1 -1
- package/es/src/business/ag-grid-modal/interface.d.ts +4 -0
- package/es/src/business/ag-grid-modal/modal-layout/index.vue.d.ts +1 -0
- package/es/src/business/ag-grid-modal/modal-layout/index.vue2.mjs +25 -21
- package/es/src/business/ag-grid-modal/style/index.mjs +1 -1
- package/es/src/business/ag-grid-modal/utils.d.ts +1 -0
- package/es/src/index.mjs +250 -246
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-field/cascader/index.vue.d.ts +60 -0
- package/lib/src/ap-field/cascader/index.vue.js +1 -0
- package/lib/src/ap-field/cascader/index.vue2.js +1 -0
- package/lib/src/ap-field/cascader/read.vue.d.ts +8 -0
- package/lib/src/ap-field/cascader/read.vue.js +1 -0
- package/lib/src/ap-field/cascader/read.vue2.js +1 -0
- package/lib/src/ap-field/cascader/use-options.d.ts +25 -0
- package/lib/src/ap-field/cascader/use-options.js +1 -0
- package/lib/src/ap-field/hooks/use-default-placeholder.d.ts +3 -1
- package/lib/src/ap-field/hooks/use-default-placeholder.js +1 -1
- package/lib/src/ap-field/index.d.ts +8 -2
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/interface.d.ts +27 -1
- package/lib/src/ap-field/tree-select/index.vue.js +1 -1
- package/lib/src/ap-field/tree-select/use-request.js +1 -1
- package/lib/src/ap-form/items/cascader/index.vue.d.ts +435 -0
- package/lib/src/ap-form/items/cascader/index.vue.js +1 -0
- package/lib/src/ap-form/items/cascader/index.vue2.js +1 -0
- package/lib/src/ap-form/items/index.d.ts +2 -1
- package/lib/src/ap-form/items/index.js +1 -1
- package/lib/src/ap-form/items/interface.d.ts +6 -1
- package/lib/src/ap-table/constants.d.ts +269 -4
- package/lib/src/ap-table/constants.js +1 -1
- package/lib/src/ap-table/interface.d.ts +5 -1
- package/lib/src/ap-table/utils.d.ts +1 -1
- package/lib/src/business/ag-grid-modal/interface.d.ts +4 -0
- package/lib/src/business/ag-grid-modal/modal-layout/index.vue.d.ts +1 -0
- package/lib/src/business/ag-grid-modal/modal-layout/index.vue2.js +1 -1
- package/lib/src/business/ag-grid-modal/style/index.js +1 -1
- package/lib/src/business/ag-grid-modal/utils.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +4 -4
package/es/src/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { APConfigProvider as
|
|
1
|
+
import { APConfigProvider as I } from "./config-provider/index.mjs";
|
|
2
2
|
import { ApForm as S } from "./ap-form/index.mjs";
|
|
3
3
|
import { ApField as b, ApFieldRead as C } from "./ap-field/index.mjs";
|
|
4
4
|
import { adminToken as D, aplusToken as P } from "./design-token/index.mjs";
|
|
@@ -34,7 +34,7 @@ import { buildLocaleContext as te, buildTranslator as pe, localeContextKey as ae
|
|
|
34
34
|
import { defaultNamespace as de, namespaceContextKey as xe, useGetDerivedNamespace as ue, useNamespace as Ae } from "./config-provider/hooks/use-namespace.mjs";
|
|
35
35
|
import { ConfigProvider as ie, globalConfigCached as ne } from "./config-provider/config-provider.mjs";
|
|
36
36
|
import { ApFormItemText as Fe } from "./ap-form/items/text/index.mjs";
|
|
37
|
-
import { default as
|
|
37
|
+
import { default as ge } from "./ap-form/items/text-area/index.vue.mjs";
|
|
38
38
|
import { default as Te } from "./ap-form/items/number/index.vue.mjs";
|
|
39
39
|
import { default as Ce } from "./ap-form/items/date/index.vue.mjs";
|
|
40
40
|
import { default as De } from "./ap-form/items/date-range/index.vue.mjs";
|
|
@@ -44,292 +44,296 @@ import { default as Re } from "./ap-form/items/switch/index.vue.mjs";
|
|
|
44
44
|
import { default as we } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
45
45
|
import { default as Me } from "./ap-form/items/text/password.vue.mjs";
|
|
46
46
|
import { default as ke } from "./ap-form/items/tree-select/index.vue.mjs";
|
|
47
|
-
import { default as Oe } from "./ap-form/
|
|
48
|
-
import { default as Ve } from "./ap-form/item
|
|
49
|
-
import { default as ze } from "./ap-form/
|
|
50
|
-
import { default as je } from "./ap-form/
|
|
51
|
-
import { default as qe } from "./ap-form/
|
|
52
|
-
import { default as Qe } from "./ap-form/
|
|
53
|
-
import { default as Ye } from "./ap-form/
|
|
54
|
-
import { default as $e } from "./ap-form/
|
|
55
|
-
import { default as oo } from "./ap-form/
|
|
56
|
-
import { default as to } from "./ap-form/render/
|
|
57
|
-
import { default as ao } from "./ap-form/
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import { default as Ao } from "./ap-field/
|
|
61
|
-
import { default as io } from "./ap-field/
|
|
62
|
-
import { default as co } from "./ap-field/
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as So } from "./ap-field/
|
|
65
|
-
import { default as bo } from "./ap-field/
|
|
66
|
-
import { default as Go } from "./ap-field/
|
|
67
|
-
import { default as Po } from "./ap-field/
|
|
68
|
-
import { default as Eo } from "./ap-field/
|
|
69
|
-
import { default as No } from "./ap-field/
|
|
70
|
-
import { default as vo } from "./ap-field/
|
|
71
|
-
import { default as yo } from "./ap-field/
|
|
72
|
-
import { default as Bo } from "./ap-field/
|
|
73
|
-
import { default as Ko } from "./ap-
|
|
74
|
-
import { default as Uo } from "./ap-
|
|
75
|
-
import { default as _o } from "./ap-action/item-
|
|
76
|
-
import { default as Ho } from "./ap-action/
|
|
77
|
-
import { default as Wo } from "./
|
|
78
|
-
import { default as Jo } from "./ap-
|
|
79
|
-
import { default as Xo } from "./
|
|
80
|
-
import { default as Zo } from "./ap-
|
|
81
|
-
import { default as er } from "./ap-button/ap-
|
|
82
|
-
import { default as rr } from "./
|
|
83
|
-
import { default as pr } from "./
|
|
84
|
-
import { default as mr } from "./
|
|
85
|
-
import { default as lr } from "./
|
|
86
|
-
import {
|
|
87
|
-
import { default as Ar } from "./
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import { default as Ct } from "./business/
|
|
118
|
-
import {
|
|
119
|
-
import { default as ht } from "./business/
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import { default as xp } from "./business/ap-
|
|
138
|
-
import {
|
|
139
|
-
import { default as ip } from "./business/ap-
|
|
140
|
-
import {
|
|
141
|
-
import { default as
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import { default as Ep } from "./
|
|
147
|
-
import {
|
|
148
|
-
import { default as vp } from "./
|
|
149
|
-
import {
|
|
150
|
-
import { default as Bp } from "./scroll-
|
|
151
|
-
import { default as Kp } from "./
|
|
152
|
-
import { default as Up } from "./
|
|
153
|
-
import { default as _p } from "./
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import { default as Zp } from "./ap-grid/
|
|
159
|
-
import { default as ea } from "./
|
|
160
|
-
import { default as ra } from "./
|
|
161
|
-
import { default as pa } from "./
|
|
162
|
-
import { default as ma } from "./
|
|
163
|
-
import { default as la } from "./
|
|
164
|
-
import { default as xa } from "./ag-grid/
|
|
47
|
+
import { default as Oe } from "./ap-form/items/cascader/index.vue.mjs";
|
|
48
|
+
import { default as Ve } from "./ap-form/item/index.vue.mjs";
|
|
49
|
+
import { default as ze } from "./ap-form/item-group/index.vue.mjs";
|
|
50
|
+
import { default as je } from "./ap-form/list/index.vue.mjs";
|
|
51
|
+
import { default as qe } from "./ap-form/search-form/index.vue.mjs";
|
|
52
|
+
import { default as Qe } from "./ap-form/modal-form/index.vue.mjs";
|
|
53
|
+
import { default as Ye } from "./ap-form/dependency/index.vue.mjs";
|
|
54
|
+
import { default as $e } from "./ap-form/set/index.vue.mjs";
|
|
55
|
+
import { default as oo } from "./ap-form/drawer-form/index.vue.mjs";
|
|
56
|
+
import { default as to } from "./ap-form/render/control.vue.mjs";
|
|
57
|
+
import { default as ao } from "./ap-form/render/item.vue.mjs";
|
|
58
|
+
import { default as fo } from "./ap-form/provider/index.vue.mjs";
|
|
59
|
+
import { ApFieldText as xo } from "./ap-field/text/index.mjs";
|
|
60
|
+
import { default as Ao } from "./ap-field/checkbox/index.vue.mjs";
|
|
61
|
+
import { default as io } from "./ap-field/date/index.vue.mjs";
|
|
62
|
+
import { default as co } from "./ap-field/number/index.vue.mjs";
|
|
63
|
+
import { default as Io } from "./ap-field/radio/index.vue.mjs";
|
|
64
|
+
import { default as So } from "./ap-field/switch/index.vue.mjs";
|
|
65
|
+
import { default as bo } from "./ap-field/text-area/index.vue.mjs";
|
|
66
|
+
import { default as Go } from "./ap-field/date-range/index.vue.mjs";
|
|
67
|
+
import { default as Po } from "./ap-field/select/index.vue.mjs";
|
|
68
|
+
import { default as Eo } from "./ap-field/text/password.vue.mjs";
|
|
69
|
+
import { default as No } from "./ap-field/slider/index.vue.mjs";
|
|
70
|
+
import { default as vo } from "./ap-field/segmented/index.vue.mjs";
|
|
71
|
+
import { default as yo } from "./ap-field/rate/index.vue.mjs";
|
|
72
|
+
import { default as Bo } from "./ap-field/tree-select/index.vue.mjs";
|
|
73
|
+
import { default as Ko } from "./ap-field/second/index.vue.mjs";
|
|
74
|
+
import { default as Uo } from "./ap-field/cascader/index.vue.mjs";
|
|
75
|
+
import { default as _o } from "./ap-action/item-modal/index.vue.mjs";
|
|
76
|
+
import { default as Ho } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
77
|
+
import { default as Wo } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
78
|
+
import { default as Jo } from "./ap-action/group/index.vue.mjs";
|
|
79
|
+
import { default as Xo } from "./check-card/group.vue.mjs";
|
|
80
|
+
import { default as Zo } from "./ap-list/index.vue.mjs";
|
|
81
|
+
import { default as er } from "./ap-button/ap-button.vue.mjs";
|
|
82
|
+
import { default as rr } from "./ap-button/ap-action-button.vue.mjs";
|
|
83
|
+
import { default as pr } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
84
|
+
import { default as mr } from "./render/render.mjs";
|
|
85
|
+
import { default as lr } from "./time-ago/index.vue.mjs";
|
|
86
|
+
import { default as xr } from "./time-ago/useTimeAgo.mjs";
|
|
87
|
+
import { default as Ar } from "./highlight/index.vue.mjs";
|
|
88
|
+
import { ApTransformDataHelper as ir } from "./utils/ap-trans-data/index.mjs";
|
|
89
|
+
import { default as cr } from "./business/ap-table-modal/index.mjs";
|
|
90
|
+
import { useTableModal as Ir } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
91
|
+
import { useTableSelectModal as Sr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
92
|
+
import { ApAttachment as br } from "./business/ap-attachment/index.mjs";
|
|
93
|
+
import { ApBatchAction as Gr } from "./business/ap-batch-action/index.mjs";
|
|
94
|
+
import { ApBatchActionGroup as Pr } from "./business/ap-batch-action-group/index.mjs";
|
|
95
|
+
import { ApButtonGroup as Er } from "./business/ap-button-group/index.mjs";
|
|
96
|
+
import { ApCard as Nr } from "./business/ap-card/index.mjs";
|
|
97
|
+
import { default as vr } from "./business/ap-expand-alert/ApExpandAlert.vue.mjs";
|
|
98
|
+
import { ApExportGroupActionType as yr } from "./business/ap-export-group/interface.mjs";
|
|
99
|
+
import { ApExportGroup as Br } from "./business/ap-export-group/index.mjs";
|
|
100
|
+
import { handleExportDownload as Kr } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
101
|
+
import { convertExportField as Ur } from "./business/ap-export-group/convertExportField.mjs";
|
|
102
|
+
import { ApImage as _r } from "./business/ap-image/index.mjs";
|
|
103
|
+
import { ApInputRadio as Hr } from "./business/ap-input-radio/index.mjs";
|
|
104
|
+
import { ApLabel as Wr, ApLabelGroup as qr } from "./business/ap-label/index.mjs";
|
|
105
|
+
import { locales as Qr } from "./business/ap-ladder/interface.mjs";
|
|
106
|
+
import { ApLadder as Yr } from "./business/ap-ladder/index.mjs";
|
|
107
|
+
import { ApSelectLayout as $r } from "./business/ap-select-layout/index.mjs";
|
|
108
|
+
import { ApStatus as ot, ApStatusGroup as rt } from "./business/ap-status/index.mjs";
|
|
109
|
+
import { ApTitle as pt } from "./business/ap-title/index.mjs";
|
|
110
|
+
import { usePageListApTable as mt } from "./business/hooks/usePageListApTable.mjs";
|
|
111
|
+
import { usePageListApGrid as lt } from "./business/hooks/usePageListApGrid.mjs";
|
|
112
|
+
import { usePageListAgGrid as xt } from "./business/hooks/usePageListAgGrid.mjs";
|
|
113
|
+
import { computedRecords as At, flattenColumns as st, formatDataIndex as it, formatNumber as nt } from "./business/ap-summary/utils.mjs";
|
|
114
|
+
import { ApSummary as Ft } from "./business/ap-summary/index.mjs";
|
|
115
|
+
import { ApNeedNameKeyDefault as gt } from "./business/ap-appendix/interface.mjs";
|
|
116
|
+
import { ApAppendix as Tt } from "./business/ap-appendix/index.mjs";
|
|
117
|
+
import { default as Ct } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
118
|
+
import { default as Dt } from "./business/batch-input-group/index.vue.mjs";
|
|
119
|
+
import { default as ht } from "./business/batch-input-group/form-item.vue.mjs";
|
|
120
|
+
import { ApSizeInput as Lt } from "./business/ap-size-input/index.mjs";
|
|
121
|
+
import { default as Rt } from "./business/ap-size-input/form-item.vue.mjs";
|
|
122
|
+
import { ApProductInfo as wt } from "./business/ap-product-info/index.mjs";
|
|
123
|
+
import { ApCopy as Mt } from "./business/ap-copy/index.mjs";
|
|
124
|
+
import { ApView as kt } from "./business/ap-view/index.mjs";
|
|
125
|
+
import { ApRadioGroup as Ot } from "./business/ap-radio-group/index.mjs";
|
|
126
|
+
import { ApKeepAliveProps as Vt, forceStopTags as _t } from "./business/ap-keep-alive/interface.mjs";
|
|
127
|
+
import { ApKeepAlive as Ht } from "./business/ap-keep-alive/index.mjs";
|
|
128
|
+
import { LruCacher as Wt } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
129
|
+
import { useApKeepAliveInject as Jt } from "./business/ap-keep-alive/hook.mjs";
|
|
130
|
+
import { matches as Xt } from "./business/ap-keep-alive/utils.mjs";
|
|
131
|
+
import { ApDraggableGrid as Zt } from "./business/ap-draggable-grid/index.mjs";
|
|
132
|
+
import { ApValueSelectCard as ep } from "./business/ap-value-select-card/index.mjs";
|
|
133
|
+
import { useAgGridModal as rp } from "./business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
|
|
134
|
+
import { useAgGridSelectModal as pp } from "./business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
|
|
135
|
+
import { ApSelectedItems as mp } from "./business/ag-grid-modal/selected-items/index.mjs";
|
|
136
|
+
import { default as lp } from "./business/ap-tag/ap-tag.vue.mjs";
|
|
137
|
+
import { default as xp } from "./business/ap-tag/ap-tag-group.vue.mjs";
|
|
138
|
+
import { NeedNameKeyDefault as Ap } from "./business/ap-upload/apUploadTypes.mjs";
|
|
139
|
+
import { default as ip } from "./business/ap-upload/apUpload.vue.mjs";
|
|
140
|
+
import { ApDownLoadNeedNameKeyDefault as cp } from "./business/ap-download/interface.mjs";
|
|
141
|
+
import { default as Ip } from "./business/ap-download/ap-download.vue.mjs";
|
|
142
|
+
import { formatString as Sp } from "./business/ap-descriptions/formatter/utils.mjs";
|
|
143
|
+
import { default as bp } from "./business/ap-descriptions/ap-descriptions.vue.mjs";
|
|
144
|
+
import { ApFilePreview as Gp } from "./business/ap-file-preview/index.mjs";
|
|
145
|
+
import { useTablePaging as Pp } from "./ap-table/hooks/use-table-paging.mjs";
|
|
146
|
+
import { default as Ep } from "./ap-table/components/setting/modal/index.vue.mjs";
|
|
147
|
+
import { default as Np } from "./editable-table/index.vue.mjs";
|
|
148
|
+
import { default as vp } from "./editable-table/form-item.vue.mjs";
|
|
149
|
+
import { ensureRangeValue as yp } from "./scroll-bar/utils/index.mjs";
|
|
150
|
+
import { default as Bp } from "./scroll-bar/index.vue.mjs";
|
|
151
|
+
import { default as Kp } from "./scroll-bar/internal.vue.mjs";
|
|
152
|
+
import { default as Up } from "./scroll-view/index.vue.mjs";
|
|
153
|
+
import { default as _p } from "./portal/index.vue.mjs";
|
|
154
|
+
import { default as Hp } from "./full-screen/index.vue.mjs";
|
|
155
|
+
import { default as Wp } from "./resize-observer/index.vue.mjs";
|
|
156
|
+
import { ROW_SELECTION_FIELD as Jp } from "./ap-grid/constants.mjs";
|
|
157
|
+
import { toTreeArray as Xp } from "./ap-grid/utils/to-tree-array.mjs";
|
|
158
|
+
import { default as Zp } from "./ap-grid/index.vue.mjs";
|
|
159
|
+
import { default as ea } from "./ap-grid/editable/index.vue.mjs";
|
|
160
|
+
import { default as ra } from "./ap-grid/editable/form-item.vue.mjs";
|
|
161
|
+
import { default as pa } from "./text/index.vue.mjs";
|
|
162
|
+
import { default as ma } from "./text/group.vue.mjs";
|
|
163
|
+
import { default as la } from "./mask/index.vue.mjs";
|
|
164
|
+
import { default as xa } from "./ag-grid/index.vue.mjs";
|
|
165
|
+
import { default as Aa } from "./ag-grid/editable/index.vue.mjs";
|
|
166
|
+
import { default as ia } from "./ag-grid/editable/form-item.vue.mjs";
|
|
165
167
|
export {
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
168
|
+
I as APConfigProvider,
|
|
169
|
+
xa as AgGrid,
|
|
170
|
+
rr as ApActionButton,
|
|
171
|
+
Jo as ApActionGroup,
|
|
170
172
|
E as ApActionItem,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
173
|
+
Wo as ApActionItemDropdown,
|
|
174
|
+
_o as ApActionItemModal,
|
|
175
|
+
Ho as ApActionItemPopconfirm,
|
|
176
|
+
Tt as ApAppendix,
|
|
177
|
+
br as ApAttachment,
|
|
178
|
+
Gr as ApBatchAction,
|
|
179
|
+
Pr as ApBatchActionGroup,
|
|
180
|
+
er as ApButton,
|
|
181
|
+
Er as ApButtonGroup,
|
|
182
|
+
Nr as ApCard,
|
|
183
|
+
pr as ApConfirmButton,
|
|
184
|
+
Mt as ApCopy,
|
|
185
|
+
bp as ApDescriptions,
|
|
186
|
+
cp as ApDownLoadNeedNameKeyDefault,
|
|
187
|
+
Ip as ApDownload,
|
|
188
|
+
Zt as ApDraggableGrid,
|
|
187
189
|
y as ApDrawer,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
190
|
+
vr as ApExpandAlert,
|
|
191
|
+
Br as ApExportGroup,
|
|
192
|
+
yr as ApExportGroupActionType,
|
|
191
193
|
b as ApField,
|
|
192
|
-
|
|
193
|
-
Ao as
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
194
|
+
Uo as ApFieldCascader,
|
|
195
|
+
Ao as ApFieldCheckbox,
|
|
196
|
+
io as ApFieldDate,
|
|
197
|
+
Go as ApFieldDateRange,
|
|
198
|
+
co as ApFieldNumber,
|
|
199
|
+
Eo as ApFieldPassword,
|
|
200
|
+
Io as ApFieldRadio,
|
|
201
|
+
yo as ApFieldRate,
|
|
199
202
|
C as ApFieldRead,
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
203
|
+
Ko as ApFieldSecond,
|
|
204
|
+
vo as ApFieldSegmented,
|
|
205
|
+
Po as ApFieldSelect,
|
|
206
|
+
No as ApFieldSlider,
|
|
207
|
+
So as ApFieldSwitch,
|
|
208
|
+
xo as ApFieldText,
|
|
209
|
+
bo as ApFieldTextArea,
|
|
210
|
+
Bo as ApFieldTreeSelect,
|
|
211
|
+
Gp as ApFilePreview,
|
|
209
212
|
S as ApForm,
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
213
|
+
to as ApFormControlRender,
|
|
214
|
+
Ye as ApFormDependency,
|
|
215
|
+
oo as ApFormDrawerForm,
|
|
216
|
+
Ve as ApFormItem,
|
|
217
|
+
ht as ApFormItemBatchInput,
|
|
218
|
+
Oe as ApFormItemCascader,
|
|
215
219
|
we as ApFormItemCheckbox,
|
|
216
220
|
Ce as ApFormItemDate,
|
|
217
221
|
De as ApFormItemDateRange,
|
|
218
|
-
|
|
222
|
+
ze as ApFormItemGroup,
|
|
219
223
|
Te as ApFormItemNumber,
|
|
220
224
|
he as ApFormItemRadio,
|
|
221
|
-
|
|
225
|
+
ao as ApFormItemRender,
|
|
222
226
|
Le as ApFormItemSelect,
|
|
223
|
-
|
|
227
|
+
Rt as ApFormItemSizeInput,
|
|
224
228
|
Re as ApFormItemSwitch,
|
|
225
229
|
Fe as ApFormItemText,
|
|
226
|
-
|
|
230
|
+
ge as ApFormItemTextArea,
|
|
227
231
|
Me as ApFormItemTextPassword,
|
|
228
232
|
ke as ApFormItemTreeSelect,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
233
|
+
je as ApFormList,
|
|
234
|
+
Qe as ApFormModalForm,
|
|
235
|
+
fo as ApFormProvider,
|
|
236
|
+
qe as ApFormSearchForm,
|
|
237
|
+
$e as ApFormSet,
|
|
238
|
+
Zp as ApGrid,
|
|
239
|
+
_r as ApImage,
|
|
240
|
+
Hr as ApInputRadio,
|
|
241
|
+
Ht as ApKeepAlive,
|
|
242
|
+
Vt as ApKeepAliveProps,
|
|
243
|
+
Wr as ApLabel,
|
|
244
|
+
qr as ApLabelGroup,
|
|
245
|
+
Yr as ApLadder,
|
|
246
|
+
Zo as ApList,
|
|
243
247
|
v as ApModal,
|
|
244
|
-
|
|
248
|
+
gt as ApNeedNameKeyDefault,
|
|
245
249
|
B as ApProCard,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
250
|
+
wt as ApProductInfo,
|
|
251
|
+
Ot as ApRadioGroup,
|
|
252
|
+
$r as ApSelectLayout,
|
|
253
|
+
mp as ApSelectedItems,
|
|
254
|
+
Lt as ApSizeInput,
|
|
251
255
|
j as ApSkeleton,
|
|
252
256
|
k as ApStatisticCard,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
257
|
+
ot as ApStatus,
|
|
258
|
+
rt as ApStatusGroup,
|
|
259
|
+
Ft as ApSummary,
|
|
256
260
|
V as ApTable,
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
261
|
+
cr as ApTableModal,
|
|
262
|
+
Ep as ApTableSetting,
|
|
263
|
+
lp as ApTag,
|
|
264
|
+
xp as ApTagGroup,
|
|
265
|
+
pa as ApText,
|
|
266
|
+
ma as ApTextGroup,
|
|
267
|
+
pt as ApTitle,
|
|
268
|
+
ir as ApTransformDataHelper,
|
|
269
|
+
ip as ApUpload,
|
|
270
|
+
Ct as ApUploadSingle,
|
|
271
|
+
ep as ApValueSelectCard,
|
|
272
|
+
kt as ApView,
|
|
273
|
+
Dt as BatchInputGroup,
|
|
270
274
|
N as CheckCard,
|
|
271
|
-
|
|
275
|
+
Xo as CheckCardGroup,
|
|
272
276
|
ie as ConfigProvider,
|
|
273
277
|
Q as DEFAULT_NAMESPACE,
|
|
274
278
|
X as DEFAULT_UIMODE,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
279
|
+
Aa as EditableAgGrid,
|
|
280
|
+
ia as EditableAgGridFormItem,
|
|
281
|
+
ea as EditableGrid,
|
|
282
|
+
ra as EditableGridFormItem,
|
|
283
|
+
Np as EditableTable,
|
|
284
|
+
vp as EditableTableFormItem,
|
|
285
|
+
Hp as FullScreen,
|
|
286
|
+
Ar as Highlight,
|
|
287
|
+
Kp as InternalScrollBar,
|
|
284
288
|
O as LoadingBar,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
289
|
+
Wt as LruCacher,
|
|
290
|
+
la as Mask,
|
|
291
|
+
Ap as NeedNameKeyDefault,
|
|
292
|
+
_p as Portal,
|
|
293
|
+
Jp as ROW_SELECTION_FIELD,
|
|
294
|
+
mr as Render,
|
|
295
|
+
Wp as ResizeObserver,
|
|
296
|
+
Bp as ScrollBar,
|
|
297
|
+
Up as ScrollView,
|
|
294
298
|
z as Splitter,
|
|
295
|
-
|
|
299
|
+
lr as TimeAgo,
|
|
296
300
|
D as adminToken,
|
|
297
301
|
P as aplusToken,
|
|
298
302
|
te as buildLocaleContext,
|
|
299
303
|
pe as buildTranslator,
|
|
300
|
-
|
|
304
|
+
At as computedRecords,
|
|
301
305
|
Y as configProviderContextKey,
|
|
302
306
|
q as configProviderProps,
|
|
303
|
-
|
|
307
|
+
Ur as convertExportField,
|
|
304
308
|
de as defaultNamespace,
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
309
|
+
yp as ensureRangeValue,
|
|
310
|
+
st as flattenColumns,
|
|
311
|
+
_t as forceStopTags,
|
|
312
|
+
it as formatDataIndex,
|
|
313
|
+
nt as formatNumber,
|
|
314
|
+
Sp as formatString,
|
|
311
315
|
ne as globalConfigCached,
|
|
312
|
-
|
|
313
|
-
|
|
316
|
+
Kr as handleExportDownload,
|
|
317
|
+
Xt as isNameMatches,
|
|
314
318
|
$ as keysOf,
|
|
315
319
|
ae as localeContextKey,
|
|
316
|
-
|
|
320
|
+
Qr as locales,
|
|
317
321
|
xe as namespaceContextKey,
|
|
318
322
|
ee as provideGlobalConfig,
|
|
319
|
-
|
|
323
|
+
Xp as toTreeArray,
|
|
320
324
|
me as translate,
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
325
|
+
rp as useAgGridModal,
|
|
326
|
+
pp as useAgGridSelectModal,
|
|
327
|
+
Jt as useApKeepAliveInject,
|
|
324
328
|
ue as useGetDerivedNamespace,
|
|
325
329
|
oe as useGlobalConfig,
|
|
326
330
|
fe as useLocale,
|
|
327
331
|
Ae as useNamespace,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
332
|
+
xt as usePageListAgGrid,
|
|
333
|
+
lt as usePageListApGrid,
|
|
334
|
+
mt as usePageListApTable,
|
|
335
|
+
Ir as useTableModal,
|
|
336
|
+
Pp as useTablePaging,
|
|
337
|
+
Sr as useTableSelectModal,
|
|
338
|
+
xr as useTimeAgo
|
|
335
339
|
};
|
package/es/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "7.
|
|
1
|
+
declare const _default: "7.17.0";
|
|
2
2
|
export default _default;
|
package/es/src/version.mjs
CHANGED