@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/index.mjs
CHANGED
|
@@ -19,142 +19,144 @@ import { default as X } from "./src/ap-form/items/switch/index.vue.mjs";
|
|
|
19
19
|
import { default as Z } from "./src/ap-form/items/checkbox/index.vue.mjs";
|
|
20
20
|
import { default as oe } from "./src/ap-form/items/text/password.vue.mjs";
|
|
21
21
|
import { default as te } from "./src/ap-form/items/tree-select/index.vue.mjs";
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as se } from "./src/ap-form/
|
|
26
|
-
import { default as Ae } from "./src/ap-form/
|
|
27
|
-
import { default as ne } from "./src/ap-form/
|
|
28
|
-
import { default as Fe } from "./src/ap-form/
|
|
29
|
-
import { default as Ie } from "./src/ap-form/
|
|
30
|
-
import { default as Te } from "./src/ap-form/
|
|
31
|
-
import { default as Ce } from "./src/ap-form/
|
|
32
|
-
import { default as De } from "./src/ap-form/render/
|
|
33
|
-
import { default as Pe } from "./src/ap-form/
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import { default as Be } from "./src/ap-field/
|
|
38
|
-
import { default as Ke } from "./src/ap-field/
|
|
39
|
-
import { default as Oe } from "./src/ap-field/
|
|
40
|
-
import { default as ze } from "./src/ap-field/
|
|
41
|
-
import { default as He } from "./src/ap-field/
|
|
42
|
-
import { default as je } from "./src/ap-field/
|
|
43
|
-
import { default as qe } from "./src/ap-field/
|
|
44
|
-
import { default as Qe } from "./src/ap-field/
|
|
45
|
-
import { default as Ye } from "./src/ap-field/
|
|
46
|
-
import { default as eo } from "./src/ap-field/
|
|
47
|
-
import { default as ro } from "./src/ap-field/
|
|
48
|
-
import { default as po } from "./src/ap-field/
|
|
49
|
-
import { default as fo } from "./src/ap-field/
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import { default as go } from "./src/ap-action/item-
|
|
55
|
-
import { default as So } from "./src/ap-action/
|
|
56
|
-
import {
|
|
57
|
-
import { default as Go } from "./src/
|
|
58
|
-
import {
|
|
59
|
-
import { default as Eo } from "./src/
|
|
60
|
-
import {
|
|
61
|
-
import { default as No } from "./src/ap-
|
|
62
|
-
import { default as wo } from "./src/ap-button/ap-
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import { default as Wo } from "./src/
|
|
69
|
-
import { default as Jo } from "./src/
|
|
70
|
-
import {
|
|
71
|
-
import { default as Zo } from "./src/
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
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 { default as
|
|
102
|
-
import {
|
|
103
|
-
import { default as it } from "./src/business/
|
|
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 {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import { default as Xt } from "./src/business/ap-
|
|
122
|
-
import {
|
|
123
|
-
import { default as op } from "./src/business/ap-
|
|
124
|
-
import {
|
|
125
|
-
import { default as ap } from "./src/business/ap-
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import { default as Fp } from "./src/
|
|
132
|
-
import {
|
|
133
|
-
import { default as Tp } from "./src/
|
|
134
|
-
import {
|
|
135
|
-
import { default as Dp } from "./src/scroll-
|
|
136
|
-
import { default as Pp } from "./src/
|
|
137
|
-
import { default as Lp } from "./src/
|
|
138
|
-
import { default as vp } from "./src/
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import { default as Vp } from "./src/ap-grid/
|
|
144
|
-
import { default as _p } from "./src/
|
|
145
|
-
import { default as $p } from "./src/
|
|
146
|
-
import { default as Wp } from "./src/
|
|
147
|
-
import {
|
|
148
|
-
import { default as Xp } from "./src/
|
|
149
|
-
import {
|
|
150
|
-
import { default as oa } from "./src/ag-grid/
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
22
|
+
import { default as ae } from "./src/ap-form/items/cascader/index.vue.mjs";
|
|
23
|
+
import { ApForm as me } from "./src/ap-form/index.mjs";
|
|
24
|
+
import { default as de } from "./src/ap-form/item/index.vue.mjs";
|
|
25
|
+
import { default as se } from "./src/ap-form/item-group/index.vue.mjs";
|
|
26
|
+
import { default as Ae } from "./src/ap-form/list/index.vue.mjs";
|
|
27
|
+
import { default as ne } from "./src/ap-form/search-form/index.vue.mjs";
|
|
28
|
+
import { default as Fe } from "./src/ap-form/modal-form/index.vue.mjs";
|
|
29
|
+
import { default as Ie } from "./src/ap-form/dependency/index.vue.mjs";
|
|
30
|
+
import { default as Te } from "./src/ap-form/set/index.vue.mjs";
|
|
31
|
+
import { default as Ce } from "./src/ap-form/drawer-form/index.vue.mjs";
|
|
32
|
+
import { default as De } from "./src/ap-form/render/control.vue.mjs";
|
|
33
|
+
import { default as Pe } from "./src/ap-form/render/item.vue.mjs";
|
|
34
|
+
import { default as Le } from "./src/ap-form/provider/index.vue.mjs";
|
|
35
|
+
import { ApField as ve, ApFieldRead as Ne } from "./src/ap-field/index.mjs";
|
|
36
|
+
import { ApFieldText as we } from "./src/ap-field/text/index.mjs";
|
|
37
|
+
import { default as Be } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
38
|
+
import { default as Ke } from "./src/ap-field/date/index.vue.mjs";
|
|
39
|
+
import { default as Oe } from "./src/ap-field/number/index.vue.mjs";
|
|
40
|
+
import { default as ze } from "./src/ap-field/radio/index.vue.mjs";
|
|
41
|
+
import { default as He } from "./src/ap-field/switch/index.vue.mjs";
|
|
42
|
+
import { default as je } from "./src/ap-field/text-area/index.vue.mjs";
|
|
43
|
+
import { default as qe } from "./src/ap-field/date-range/index.vue.mjs";
|
|
44
|
+
import { default as Qe } from "./src/ap-field/select/index.vue.mjs";
|
|
45
|
+
import { default as Ye } from "./src/ap-field/text/password.vue.mjs";
|
|
46
|
+
import { default as eo } from "./src/ap-field/slider/index.vue.mjs";
|
|
47
|
+
import { default as ro } from "./src/ap-field/segmented/index.vue.mjs";
|
|
48
|
+
import { default as po } from "./src/ap-field/rate/index.vue.mjs";
|
|
49
|
+
import { default as fo } from "./src/ap-field/tree-select/index.vue.mjs";
|
|
50
|
+
import { default as lo } from "./src/ap-field/second/index.vue.mjs";
|
|
51
|
+
import { default as so } from "./src/ap-field/cascader/index.vue.mjs";
|
|
52
|
+
import { adminToken as Ao, aplusToken as io } from "./src/design-token/index.mjs";
|
|
53
|
+
import { ApActionItem as co } from "./src/ap-action/index.mjs";
|
|
54
|
+
import { default as go } from "./src/ap-action/item-modal/index.vue.mjs";
|
|
55
|
+
import { default as So } from "./src/ap-action/item-popconfirm/index.vue.mjs";
|
|
56
|
+
import { default as bo } from "./src/ap-action/item-dropdown/index.vue.mjs";
|
|
57
|
+
import { default as Go } from "./src/ap-action/group/index.vue.mjs";
|
|
58
|
+
import { CheckCard as ho } from "./src/check-card/index.mjs";
|
|
59
|
+
import { default as Eo } from "./src/check-card/group.vue.mjs";
|
|
60
|
+
import { ApModal as Ro } from "./src/ap-modal/index.mjs";
|
|
61
|
+
import { default as No } from "./src/ap-list/index.vue.mjs";
|
|
62
|
+
import { default as wo } from "./src/ap-button/ap-button.vue.mjs";
|
|
63
|
+
import { default as Bo } from "./src/ap-button/ap-action-button.vue.mjs";
|
|
64
|
+
import { default as Ko } from "./src/ap-button/ap-confirm-button.vue.mjs";
|
|
65
|
+
import { ApDrawer as Oo } from "./src/ap-drawer/index.mjs";
|
|
66
|
+
import { ApProCard as zo, ApStatisticCard as _o } from "./src/ap-pro-card/index.mjs";
|
|
67
|
+
import { LoadingBar as $o } from "./src/loading-bar/index.mjs";
|
|
68
|
+
import { default as Wo } from "./src/render/render.mjs";
|
|
69
|
+
import { default as Jo } from "./src/time-ago/index.vue.mjs";
|
|
70
|
+
import { default as Xo } from "./src/time-ago/useTimeAgo.mjs";
|
|
71
|
+
import { default as Zo } from "./src/highlight/index.vue.mjs";
|
|
72
|
+
import { ApTransformDataHelper as or } from "./src/utils/ap-trans-data/index.mjs";
|
|
73
|
+
import { default as tr } from "./src/business/ap-table-modal/index.mjs";
|
|
74
|
+
import { useTableModal as ar } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
75
|
+
import { useTableSelectModal as mr } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
76
|
+
import { ApAttachment as dr } from "./src/business/ap-attachment/index.mjs";
|
|
77
|
+
import { ApBatchAction as sr } from "./src/business/ap-batch-action/index.mjs";
|
|
78
|
+
import { ApBatchActionGroup as Ar } from "./src/business/ap-batch-action-group/index.mjs";
|
|
79
|
+
import { ApButtonGroup as nr } from "./src/business/ap-button-group/index.mjs";
|
|
80
|
+
import { ApCard as Fr } from "./src/business/ap-card/index.mjs";
|
|
81
|
+
import { default as Ir } from "./src/business/ap-expand-alert/ApExpandAlert.vue.mjs";
|
|
82
|
+
import { ApExportGroupActionType as Tr } from "./src/business/ap-export-group/interface.mjs";
|
|
83
|
+
import { ApExportGroup as Cr } from "./src/business/ap-export-group/index.mjs";
|
|
84
|
+
import { handleExportDownload as Dr } from "./src/business/ap-export-group/handleExportDownload.mjs";
|
|
85
|
+
import { convertExportField as Pr } from "./src/business/ap-export-group/convertExportField.mjs";
|
|
86
|
+
import { ApImage as Lr } from "./src/business/ap-image/index.mjs";
|
|
87
|
+
import { ApInputRadio as vr } from "./src/business/ap-input-radio/index.mjs";
|
|
88
|
+
import { ApLabel as Mr, ApLabelGroup as wr } from "./src/business/ap-label/index.mjs";
|
|
89
|
+
import { locales as Br } from "./src/business/ap-ladder/interface.mjs";
|
|
90
|
+
import { ApLadder as Kr } from "./src/business/ap-ladder/index.mjs";
|
|
91
|
+
import { ApSelectLayout as Or } from "./src/business/ap-select-layout/index.mjs";
|
|
92
|
+
import { ApStatus as zr, ApStatusGroup as _r } from "./src/business/ap-status/index.mjs";
|
|
93
|
+
import { ApTitle as $r } from "./src/business/ap-title/index.mjs";
|
|
94
|
+
import { usePageListApTable as Wr } from "./src/business/hooks/usePageListApTable.mjs";
|
|
95
|
+
import { usePageListApGrid as Jr } from "./src/business/hooks/usePageListApGrid.mjs";
|
|
96
|
+
import { usePageListAgGrid as Xr } from "./src/business/hooks/usePageListAgGrid.mjs";
|
|
97
|
+
import { computedRecords as Zr, flattenColumns as et, formatDataIndex as ot, formatNumber as rt } from "./src/business/ap-summary/utils.mjs";
|
|
98
|
+
import { ApSummary as pt } from "./src/business/ap-summary/index.mjs";
|
|
99
|
+
import { ApNeedNameKeyDefault as ft } from "./src/business/ap-appendix/interface.mjs";
|
|
100
|
+
import { ApAppendix as lt } from "./src/business/ap-appendix/index.mjs";
|
|
101
|
+
import { default as xt } from "./src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
102
|
+
import { default as ut } from "./src/business/batch-input-group/index.vue.mjs";
|
|
103
|
+
import { default as it } from "./src/business/batch-input-group/form-item.vue.mjs";
|
|
104
|
+
import { ApSizeInput as ct } from "./src/business/ap-size-input/index.mjs";
|
|
105
|
+
import { default as gt } from "./src/business/ap-size-input/form-item.vue.mjs";
|
|
106
|
+
import { ApProductInfo as St } from "./src/business/ap-product-info/index.mjs";
|
|
107
|
+
import { ApCopy as bt } from "./src/business/ap-copy/index.mjs";
|
|
108
|
+
import { ApView as Gt } from "./src/business/ap-view/index.mjs";
|
|
109
|
+
import { ApRadioGroup as ht } from "./src/business/ap-radio-group/index.mjs";
|
|
110
|
+
import { ApKeepAliveProps as Et, forceStopTags as Lt } from "./src/business/ap-keep-alive/interface.mjs";
|
|
111
|
+
import { ApKeepAlive as vt } from "./src/business/ap-keep-alive/index.mjs";
|
|
112
|
+
import { LruCacher as Mt } from "./src/business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
113
|
+
import { useApKeepAliveInject as yt } from "./src/business/ap-keep-alive/hook.mjs";
|
|
114
|
+
import { matches as kt } from "./src/business/ap-keep-alive/utils.mjs";
|
|
115
|
+
import { ApDraggableGrid as Ut } from "./src/business/ap-draggable-grid/index.mjs";
|
|
116
|
+
import { ApValueSelectCard as Vt } from "./src/business/ap-value-select-card/index.mjs";
|
|
117
|
+
import { useAgGridModal as _t } from "./src/business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
|
|
118
|
+
import { useAgGridSelectModal as $t } from "./src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
|
|
119
|
+
import { ApSelectedItems as Wt } from "./src/business/ag-grid-modal/selected-items/index.mjs";
|
|
120
|
+
import { default as Jt } from "./src/business/ap-tag/ap-tag.vue.mjs";
|
|
121
|
+
import { default as Xt } from "./src/business/ap-tag/ap-tag-group.vue.mjs";
|
|
122
|
+
import { NeedNameKeyDefault as Zt } from "./src/business/ap-upload/apUploadTypes.mjs";
|
|
123
|
+
import { default as op } from "./src/business/ap-upload/apUpload.vue.mjs";
|
|
124
|
+
import { ApDownLoadNeedNameKeyDefault as tp } from "./src/business/ap-download/interface.mjs";
|
|
125
|
+
import { default as ap } from "./src/business/ap-download/ap-download.vue.mjs";
|
|
126
|
+
import { formatString as mp } from "./src/business/ap-descriptions/formatter/utils.mjs";
|
|
127
|
+
import { default as dp } from "./src/business/ap-descriptions/ap-descriptions.vue.mjs";
|
|
128
|
+
import { ApFilePreview as sp } from "./src/business/ap-file-preview/index.mjs";
|
|
129
|
+
import { useTablePaging as Ap } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
130
|
+
import { ApTable as np } from "./src/ap-table/index.mjs";
|
|
131
|
+
import { default as Fp } from "./src/ap-table/components/setting/modal/index.vue.mjs";
|
|
132
|
+
import { default as Ip } from "./src/editable-table/index.vue.mjs";
|
|
133
|
+
import { default as Tp } from "./src/editable-table/form-item.vue.mjs";
|
|
134
|
+
import { ensureRangeValue as Cp } from "./src/scroll-bar/utils/index.mjs";
|
|
135
|
+
import { default as Dp } from "./src/scroll-bar/index.vue.mjs";
|
|
136
|
+
import { default as Pp } from "./src/scroll-bar/internal.vue.mjs";
|
|
137
|
+
import { default as Lp } from "./src/scroll-view/index.vue.mjs";
|
|
138
|
+
import { default as vp } from "./src/portal/index.vue.mjs";
|
|
139
|
+
import { default as Mp } from "./src/full-screen/index.vue.mjs";
|
|
140
|
+
import { default as yp } from "./src/resize-observer/index.vue.mjs";
|
|
141
|
+
import { ROW_SELECTION_FIELD as kp } from "./src/ap-grid/constants.mjs";
|
|
142
|
+
import { toTreeArray as Up } from "./src/ap-grid/utils/to-tree-array.mjs";
|
|
143
|
+
import { default as Vp } from "./src/ap-grid/index.vue.mjs";
|
|
144
|
+
import { default as _p } from "./src/ap-grid/editable/index.vue.mjs";
|
|
145
|
+
import { default as $p } from "./src/ap-grid/editable/form-item.vue.mjs";
|
|
146
|
+
import { default as Wp } from "./src/text/index.vue.mjs";
|
|
147
|
+
import { default as Jp } from "./src/text/group.vue.mjs";
|
|
148
|
+
import { default as Xp } from "./src/mask/index.vue.mjs";
|
|
149
|
+
import { Splitter as Zp } from "./src/splitter/index.mjs";
|
|
150
|
+
import { default as oa } from "./src/ag-grid/index.vue.mjs";
|
|
151
|
+
import { default as ta } from "./src/ag-grid/editable/index.vue.mjs";
|
|
152
|
+
import { default as aa } from "./src/ag-grid/editable/form-item.vue.mjs";
|
|
153
|
+
import { ApSkeleton as ma } from "./src/skeleton/index.mjs";
|
|
154
|
+
import { useMessage as da } from "./src/hooks/useMessage.mjs";
|
|
155
|
+
import { useControllableValue as sa } from "./src/hooks/useControllableValue.mjs";
|
|
156
|
+
import { useManualRef as Aa } from "./src/hooks/useManualRef.mjs";
|
|
157
|
+
import { useThrottleRef as na } from "./src/hooks/useThrottleRef.mjs";
|
|
158
|
+
import { useFullScreen as Fa } from "./src/hooks/useFullScreen.mjs";
|
|
159
|
+
import { useResize as Ia } from "./src/hooks/useResize.mjs";
|
|
158
160
|
const a = console.log;
|
|
159
161
|
a(`UI version: ${p}`);
|
|
160
162
|
const l = {
|
|
@@ -167,179 +169,181 @@ const l = {
|
|
|
167
169
|
};
|
|
168
170
|
export {
|
|
169
171
|
y as APConfigProvider,
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
Be as
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
172
|
+
oa as AgGrid,
|
|
173
|
+
Bo as ApActionButton,
|
|
174
|
+
Go as ApActionGroup,
|
|
175
|
+
co as ApActionItem,
|
|
176
|
+
bo as ApActionItemDropdown,
|
|
177
|
+
go as ApActionItemModal,
|
|
178
|
+
So as ApActionItemPopconfirm,
|
|
179
|
+
lt as ApAppendix,
|
|
180
|
+
dr as ApAttachment,
|
|
181
|
+
sr as ApBatchAction,
|
|
182
|
+
Ar as ApBatchActionGroup,
|
|
183
|
+
wo as ApButton,
|
|
184
|
+
nr as ApButtonGroup,
|
|
185
|
+
Fr as ApCard,
|
|
186
|
+
Ko as ApConfirmButton,
|
|
187
|
+
bt as ApCopy,
|
|
188
|
+
dp as ApDescriptions,
|
|
189
|
+
tp as ApDownLoadNeedNameKeyDefault,
|
|
190
|
+
ap as ApDownload,
|
|
191
|
+
Ut as ApDraggableGrid,
|
|
192
|
+
Oo as ApDrawer,
|
|
193
|
+
Ir as ApExpandAlert,
|
|
194
|
+
Cr as ApExportGroup,
|
|
195
|
+
Tr as ApExportGroupActionType,
|
|
196
|
+
ve as ApField,
|
|
197
|
+
so as ApFieldCascader,
|
|
198
|
+
Be as ApFieldCheckbox,
|
|
199
|
+
Ke as ApFieldDate,
|
|
200
|
+
qe as ApFieldDateRange,
|
|
201
|
+
Oe as ApFieldNumber,
|
|
202
|
+
Ye as ApFieldPassword,
|
|
203
|
+
ze as ApFieldRadio,
|
|
204
|
+
po as ApFieldRate,
|
|
205
|
+
Ne as ApFieldRead,
|
|
206
|
+
lo as ApFieldSecond,
|
|
207
|
+
ro as ApFieldSegmented,
|
|
208
|
+
Qe as ApFieldSelect,
|
|
209
|
+
eo as ApFieldSlider,
|
|
210
|
+
He as ApFieldSwitch,
|
|
211
|
+
we as ApFieldText,
|
|
212
|
+
je as ApFieldTextArea,
|
|
213
|
+
fo as ApFieldTreeSelect,
|
|
214
|
+
sp as ApFilePreview,
|
|
215
|
+
me as ApForm,
|
|
216
|
+
De as ApFormControlRender,
|
|
217
|
+
Ie as ApFormDependency,
|
|
218
|
+
Ce as ApFormDrawerForm,
|
|
219
|
+
de as ApFormItem,
|
|
220
|
+
it as ApFormItemBatchInput,
|
|
221
|
+
ae as ApFormItemCascader,
|
|
218
222
|
Z as ApFormItemCheckbox,
|
|
219
223
|
_ as ApFormItemDate,
|
|
220
224
|
$ as ApFormItemDateRange,
|
|
221
|
-
|
|
225
|
+
se as ApFormItemGroup,
|
|
222
226
|
V as ApFormItemNumber,
|
|
223
227
|
W as ApFormItemRadio,
|
|
224
|
-
|
|
228
|
+
Pe as ApFormItemRender,
|
|
225
229
|
J as ApFormItemSelect,
|
|
226
|
-
|
|
230
|
+
gt as ApFormItemSizeInput,
|
|
227
231
|
X as ApFormItemSwitch,
|
|
228
232
|
k as ApFormItemText,
|
|
229
233
|
U as ApFormItemTextArea,
|
|
230
234
|
oe as ApFormItemTextPassword,
|
|
231
235
|
te as ApFormItemTreeSelect,
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
236
|
+
Ae as ApFormList,
|
|
237
|
+
Fe as ApFormModalForm,
|
|
238
|
+
Le as ApFormProvider,
|
|
239
|
+
ne as ApFormSearchForm,
|
|
240
|
+
Te as ApFormSet,
|
|
241
|
+
Vp as ApGrid,
|
|
242
|
+
Lr as ApImage,
|
|
243
|
+
vr as ApInputRadio,
|
|
244
|
+
vt as ApKeepAlive,
|
|
245
|
+
Et as ApKeepAliveProps,
|
|
246
|
+
Mr as ApLabel,
|
|
247
|
+
wr as ApLabelGroup,
|
|
248
|
+
Kr as ApLadder,
|
|
249
|
+
No as ApList,
|
|
250
|
+
Ro as ApModal,
|
|
251
|
+
ft as ApNeedNameKeyDefault,
|
|
252
|
+
zo as ApProCard,
|
|
253
|
+
St as ApProductInfo,
|
|
254
|
+
ht as ApRadioGroup,
|
|
255
|
+
Or as ApSelectLayout,
|
|
256
|
+
Wt as ApSelectedItems,
|
|
257
|
+
ct as ApSizeInput,
|
|
258
|
+
ma as ApSkeleton,
|
|
259
|
+
_o as ApStatisticCard,
|
|
260
|
+
zr as ApStatus,
|
|
261
|
+
_r as ApStatusGroup,
|
|
262
|
+
pt as ApSummary,
|
|
263
|
+
np as ApTable,
|
|
264
|
+
tr as ApTableModal,
|
|
265
|
+
Fp as ApTableSetting,
|
|
266
|
+
Jt as ApTag,
|
|
267
|
+
Xt as ApTagGroup,
|
|
268
|
+
Wp as ApText,
|
|
269
|
+
Jp as ApTextGroup,
|
|
270
|
+
$r as ApTitle,
|
|
271
|
+
or as ApTransformDataHelper,
|
|
272
|
+
op as ApUpload,
|
|
273
|
+
xt as ApUploadSingle,
|
|
274
|
+
Vt as ApValueSelectCard,
|
|
275
|
+
Gt as ApView,
|
|
276
|
+
ut as BatchInputGroup,
|
|
277
|
+
ho as CheckCard,
|
|
278
|
+
Eo as CheckCardGroup,
|
|
275
279
|
N as ConfigProvider,
|
|
276
280
|
A as DEFAULT_NAMESPACE,
|
|
277
281
|
i as DEFAULT_UIMODE,
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
282
|
+
ta as EditableAgGrid,
|
|
283
|
+
aa as EditableAgGridFormItem,
|
|
284
|
+
_p as EditableGrid,
|
|
285
|
+
$p as EditableGridFormItem,
|
|
286
|
+
Ip as EditableTable,
|
|
287
|
+
Tp as EditableTableFormItem,
|
|
288
|
+
Mp as FullScreen,
|
|
289
|
+
Zo as Highlight,
|
|
290
|
+
Pp as InternalScrollBar,
|
|
291
|
+
$o as LoadingBar,
|
|
292
|
+
Mt as LruCacher,
|
|
293
|
+
Xp as Mask,
|
|
294
|
+
Zt as NeedNameKeyDefault,
|
|
295
|
+
vp as Portal,
|
|
296
|
+
kp as ROW_SELECTION_FIELD,
|
|
297
|
+
Wo as Render,
|
|
298
|
+
yp as ResizeObserver,
|
|
299
|
+
Dp as ScrollBar,
|
|
300
|
+
Lp as ScrollView,
|
|
301
|
+
Zp as Splitter,
|
|
302
|
+
Jo as TimeAgo,
|
|
303
|
+
Ao as adminToken,
|
|
304
|
+
io as aplusToken,
|
|
301
305
|
T as buildLocaleContext,
|
|
302
306
|
b as buildTranslator,
|
|
303
|
-
|
|
307
|
+
Zr as computedRecords,
|
|
304
308
|
n as configProviderContextKey,
|
|
305
309
|
s as configProviderProps,
|
|
306
|
-
|
|
310
|
+
Pr as convertExportField,
|
|
307
311
|
l as default,
|
|
308
312
|
P as defaultNamespace,
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
313
|
+
Cp as ensureRangeValue,
|
|
314
|
+
et as flattenColumns,
|
|
315
|
+
Lt as forceStopTags,
|
|
316
|
+
ot as formatDataIndex,
|
|
317
|
+
rt as formatNumber,
|
|
318
|
+
mp as formatString,
|
|
315
319
|
M as globalConfigCached,
|
|
316
|
-
|
|
317
|
-
|
|
320
|
+
Dr as handleExportDownload,
|
|
321
|
+
kt as isNameMatches,
|
|
318
322
|
F as keysOf,
|
|
319
323
|
C as localeContextKey,
|
|
320
|
-
|
|
324
|
+
Br as locales,
|
|
321
325
|
E as namespaceContextKey,
|
|
322
326
|
g as provideGlobalConfig,
|
|
323
|
-
|
|
327
|
+
Up as toTreeArray,
|
|
324
328
|
G as translate,
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
329
|
+
_t as useAgGridModal,
|
|
330
|
+
$t as useAgGridSelectModal,
|
|
331
|
+
yt as useApKeepAliveInject,
|
|
332
|
+
sa as useControllableValue,
|
|
333
|
+
Fa as useFullScreen,
|
|
330
334
|
L as useGetDerivedNamespace,
|
|
331
335
|
I as useGlobalConfig,
|
|
332
336
|
D as useLocale,
|
|
333
|
-
|
|
334
|
-
|
|
337
|
+
Aa as useManualRef,
|
|
338
|
+
da as useMessage,
|
|
335
339
|
R as useNamespace,
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
340
|
+
Xr as usePageListAgGrid,
|
|
341
|
+
Jr as usePageListApGrid,
|
|
342
|
+
Wr as usePageListApTable,
|
|
343
|
+
Ia as useResize,
|
|
344
|
+
ar as useTableModal,
|
|
345
|
+
Ap as useTablePaging,
|
|
346
|
+
mr as useTableSelectModal,
|
|
347
|
+
na as useThrottleRef,
|
|
348
|
+
Xo as useTimeAgo
|
|
345
349
|
};
|