@aplus-frontend/ui 0.5.14 → 0.5.16
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 +41 -39
- package/es/src/ap-field/date/constant.d.ts +1 -1
- package/es/src/ap-field/date/constant.mjs +14 -2
- package/es/src/ap-field/date/index.vue.mjs +59 -58
- package/es/src/ap-field/date/interface.d.ts +1 -1
- package/es/src/ap-field/date-range/index.vue.mjs +67 -66
- package/es/src/ap-field/interface.d.ts +8 -0
- package/es/src/ap-field/select/index.vue.mjs +2 -1
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +239 -236
- package/es/src/mask/index.d.ts +2 -0
- package/es/src/mask/index.mjs +1 -0
- package/es/src/mask/index.vue.d.ts +31 -0
- package/es/src/mask/index.vue.mjs +116 -0
- package/es/src/mask/index.vue2.mjs +4 -0
- package/es/src/mask/interface.d.ts +21 -0
- package/es/src/mask/utils.d.ts +2 -0
- package/es/src/mask/utils.mjs +21 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-field/date/constant.d.ts +1 -1
- package/lib/src/ap-field/date/constant.js +1 -1
- package/lib/src/ap-field/date/index.vue.js +1 -1
- package/lib/src/ap-field/date/interface.d.ts +1 -1
- package/lib/src/ap-field/date-range/index.vue.js +1 -1
- package/lib/src/ap-field/interface.d.ts +8 -0
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/mask/index.d.ts +2 -0
- package/lib/src/mask/index.js +1 -0
- package/lib/src/mask/index.vue.d.ts +31 -0
- package/lib/src/mask/index.vue.js +1 -0
- package/lib/src/mask/index.vue2.js +1 -0
- package/lib/src/mask/interface.d.ts +21 -0
- package/lib/src/mask/utils.d.ts +2 -0
- package/lib/src/mask/utils.js +6 -0
- package/package.json +3 -3
- package/theme/index.css +54 -0
- package/theme/index.less +1 -0
- package/theme/mask/index.css +54 -0
- package/theme/mask/index.less +28 -0
- package/theme/mixins/animations.css +24 -0
- package/theme/mixins/animations.less +38 -0
package/es/src/index.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { APConfigProvider as
|
|
2
|
-
import { ApForm as
|
|
3
|
-
import { ApField as
|
|
4
|
-
import { adminToken as
|
|
5
|
-
import { ApActionItem as
|
|
1
|
+
import { APConfigProvider as T } from "./config-provider/index.mjs";
|
|
2
|
+
import { ApForm as C } from "./ap-form/index.mjs";
|
|
3
|
+
import { ApField as g } from "./ap-field/index.mjs";
|
|
4
|
+
import { adminToken as h, aplusToken as P } from "./design-token/index.mjs";
|
|
5
|
+
import { ApActionItem as L } 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 y } from "./check-card/index.mjs";
|
|
12
12
|
import { ApModal as R } 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 k } from "./ap-drawer/index.mjs";
|
|
16
16
|
import "./business/index.mjs";
|
|
17
17
|
import { ApTable as B } from "./ap-table/index.mjs";
|
|
18
18
|
import "./editable-table/index.mjs";
|
|
@@ -24,253 +24,256 @@ import "./full-screen/index.mjs";
|
|
|
24
24
|
import "./resize-observer/index.mjs";
|
|
25
25
|
import "./ap-grid/index.mjs";
|
|
26
26
|
import "./text/index.mjs";
|
|
27
|
-
import
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import { default as so } from "./ap-form/items/
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
27
|
+
import "./mask/index.mjs";
|
|
28
|
+
import { configProviderProps as O } from "./config-provider/config-provider-props.mjs";
|
|
29
|
+
import { DEFAULT_NAMESPACE as z, DEFAULT_UIMODE as V, configProviderContextKey as W } from "./config-provider/constants.mjs";
|
|
30
|
+
import { keysOf as H, provideGlobalConfig as j, useGlobalConfig as q } from "./config-provider/hooks/use-global-config.mjs";
|
|
31
|
+
import { buildLocaleContext as Q, buildTranslator as X, localeContextKey as Y, translate as Z, useLocale as $ } from "./config-provider/hooks/use-locale.mjs";
|
|
32
|
+
import { defaultNamespace as eo, namespaceContextKey as ro, useGetDerivedNamespace as to, useNamespace as po } from "./config-provider/hooks/use-namespace.mjs";
|
|
33
|
+
import { ConfigProvider as mo, globalConfigCached as fo } from "./config-provider/config-provider.mjs";
|
|
34
|
+
import { ApFormItemText as xo } from "./ap-form/items/text/index.mjs";
|
|
35
|
+
import { default as so } from "./ap-form/items/text-area/index.vue.mjs";
|
|
36
|
+
import { default as io } from "./ap-form/items/number/index.vue.mjs";
|
|
37
|
+
import { default as co } from "./ap-form/items/date/index.vue.mjs";
|
|
38
|
+
import { default as Io } from "./ap-form/items/date-range/index.vue.mjs";
|
|
39
|
+
import { default as To } from "./ap-form/items/radio/index.vue.mjs";
|
|
40
|
+
import { default as Co } from "./ap-form/items/select/index.vue.mjs";
|
|
41
|
+
import { default as go } from "./ap-form/items/switch/index.vue.mjs";
|
|
42
|
+
import { default as ho } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
43
|
+
import { default as Eo } from "./ap-form/items/text/password.vue.mjs";
|
|
44
|
+
import { default as No } from "./ap-form/item/index.vue.mjs";
|
|
45
|
+
import { default as Mo } from "./ap-form/item-group/index.vue.mjs";
|
|
45
46
|
import { default as wo } from "./ap-form/list/index.vue.mjs";
|
|
46
47
|
import { default as vo } from "./ap-form/search-form/index.vue.mjs";
|
|
47
|
-
import { default 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 { ApFieldText 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 { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { DictCode as
|
|
72
|
-
import { createWorkOrderModal as
|
|
48
|
+
import { default as Ko } from "./ap-form/modal-form/index.vue.mjs";
|
|
49
|
+
import { default as Uo } from "./ap-form/dependency/index.vue.mjs";
|
|
50
|
+
import { default as Vo } from "./ap-form/set/index.vue.mjs";
|
|
51
|
+
import { default as _o } from "./ap-form/drawer-form/index.vue.mjs";
|
|
52
|
+
import { default as jo } from "./ap-form/render/control.vue.mjs";
|
|
53
|
+
import { default as Jo } from "./ap-form/render/item.vue.mjs";
|
|
54
|
+
import { default as Xo } from "./ap-form/provider/index.vue.mjs";
|
|
55
|
+
import { ApFieldText as Zo } from "./ap-field/text/index.mjs";
|
|
56
|
+
import { default as oe } from "./ap-field/checkbox/index.vue.mjs";
|
|
57
|
+
import { default as re } from "./ap-field/date/index.vue.mjs";
|
|
58
|
+
import { default as pe } from "./ap-field/number/index.vue.mjs";
|
|
59
|
+
import { default as me } from "./ap-field/radio/index.vue.mjs";
|
|
60
|
+
import { default as le } from "./ap-field/switch/index.vue.mjs";
|
|
61
|
+
import { default as xe } from "./ap-field/text-area/index.vue.mjs";
|
|
62
|
+
import { default as se } from "./ap-field/date-range/index.vue.mjs";
|
|
63
|
+
import { default as ie } from "./ap-field/select/index.vue.mjs";
|
|
64
|
+
import { default as ce } from "./ap-field/text/password.vue.mjs";
|
|
65
|
+
import { default as Ie } from "./ap-field/slider/index.vue.mjs";
|
|
66
|
+
import { default as Te } from "./ap-field/segmented/index.vue.mjs";
|
|
67
|
+
import { default as Ce } from "./ap-field/rate/index.vue.mjs";
|
|
68
|
+
import { default as ge } from "./ap-action/item-modal/index.vue.mjs";
|
|
69
|
+
import { default as he } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
70
|
+
import { default as Ee } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
71
|
+
import { default as Ne } from "./ap-action/group/index.vue.mjs";
|
|
72
|
+
import { DictCode as Me, langMap as Re } from "./work-order-modal/interfaces.mjs";
|
|
73
|
+
import { createWorkOrderModal as ke } from "./work-order-modal/createWorkOrder.mjs";
|
|
73
74
|
import { default as Be } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { NeedNameKeyDefault as
|
|
78
|
-
import { default as
|
|
79
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { ApTransformDataHelper as
|
|
87
|
-
import { default as
|
|
75
|
+
import { default as Oe } from "./ap-tag/ap-tag.vue.mjs";
|
|
76
|
+
import { default as ze } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
77
|
+
import { default as We } from "./ap-info-layout/ApInfoLayout.vue.mjs";
|
|
78
|
+
import { NeedNameKeyDefault as He } from "./ap-upload/apUploadTypes.mjs";
|
|
79
|
+
import { default as qe } from "./ap-upload/apUpload.vue.mjs";
|
|
80
|
+
import { ApDownLoadNeedNameKeyDefault as Qe } from "./ap-download/interface.mjs";
|
|
81
|
+
import { default as Ye } from "./ap-download/ap-download.vue.mjs";
|
|
82
|
+
import { default as $e } from "./check-card/group.vue.mjs";
|
|
83
|
+
import { default as er } from "./ap-list/index.vue.mjs";
|
|
84
|
+
import { default as tr } from "./ap-button/ap-button.vue.mjs";
|
|
85
|
+
import { default as ar } from "./ap-button/ap-action-button.vue.mjs";
|
|
86
|
+
import { default as fr } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
87
|
+
import { ApTransformDataHelper as dr } from "./utils/ap-trans-data/index.mjs";
|
|
88
|
+
import { default as ur } from "./business/ap-table-modal/index.mjs";
|
|
88
89
|
import { useTableModal as Ar } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
89
|
-
import { useTableSelectModal as
|
|
90
|
-
import { ApAttachment as
|
|
91
|
-
import { ApBatchAction as
|
|
92
|
-
import { ApBatchActionGroup as
|
|
93
|
-
import { ApButtonGroup as
|
|
94
|
-
import { ApCard as
|
|
95
|
-
import { ApExpandAlert as
|
|
96
|
-
import { ApExportGroupActionType as
|
|
97
|
-
import { ApExportGroup as
|
|
90
|
+
import { useTableSelectModal as nr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
91
|
+
import { ApAttachment as Fr } from "./business/ap-attachment/index.mjs";
|
|
92
|
+
import { ApBatchAction as br } from "./business/ap-batch-action/index.mjs";
|
|
93
|
+
import { ApBatchActionGroup as Sr } from "./business/ap-batch-action-group/index.mjs";
|
|
94
|
+
import { ApButtonGroup as Dr } from "./business/ap-button-group/index.mjs";
|
|
95
|
+
import { ApCard as Gr } from "./business/ap-card/index.mjs";
|
|
96
|
+
import { ApExpandAlert as Pr } from "./business/ap-expand-alert/index.mjs";
|
|
97
|
+
import { ApExportGroupActionType as Lr } from "./business/ap-export-group/interface.mjs";
|
|
98
|
+
import { ApExportGroup as yr } from "./business/ap-export-group/index.mjs";
|
|
98
99
|
import { handleExportDownload as Rr } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
99
|
-
import { convertExportField as
|
|
100
|
+
import { convertExportField as kr } from "./business/ap-export-group/convertExportField.mjs";
|
|
100
101
|
import { ApImage as Br } from "./business/ap-image/index.mjs";
|
|
101
|
-
import { ApInputRadio as
|
|
102
|
-
import { ApLabel as
|
|
103
|
-
import { locales as
|
|
104
|
-
import { ApLadder as
|
|
105
|
-
import { ApSelectLayout as
|
|
106
|
-
import { ApStatus as
|
|
107
|
-
import { ApTitle as
|
|
108
|
-
import { usePageListApTable as
|
|
109
|
-
import { useTableRefresh as
|
|
110
|
-
import { usePageListApGrid as
|
|
111
|
-
import { computedRecords as
|
|
112
|
-
import { ApSummary as
|
|
113
|
-
import { ApNeedNameKeyDefault as
|
|
114
|
-
import { ApAppendix as
|
|
115
|
-
import { ApExtensionSelect as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import { ApSizeInput as
|
|
120
|
-
import { useTablePaging as
|
|
121
|
-
import { default as
|
|
102
|
+
import { ApInputRadio as Or } from "./business/ap-input-radio/index.mjs";
|
|
103
|
+
import { ApLabel as zr, ApLabelGroup as Vr } from "./business/ap-label/index.mjs";
|
|
104
|
+
import { locales as _r } from "./business/ap-ladder/interface.mjs";
|
|
105
|
+
import { ApLadder as jr } from "./business/ap-ladder/index.mjs";
|
|
106
|
+
import { ApSelectLayout as Jr } from "./business/ap-select-layout/index.mjs";
|
|
107
|
+
import { ApStatus as Xr, ApStatusGroup as Yr } from "./business/ap-status/index.mjs";
|
|
108
|
+
import { ApTitle as $r } from "./business/ap-title/index.mjs";
|
|
109
|
+
import { usePageListApTable as et } from "./business/hooks/usePageListApTable.mjs";
|
|
110
|
+
import { useTableRefresh as tt } from "./business/hooks/useTableRefresh.mjs";
|
|
111
|
+
import { usePageListApGrid as at } from "./business/hooks/usePageListApGrid.mjs";
|
|
112
|
+
import { computedRecords as ft, flattenColumns as lt, formatDataIndex as dt, formatNumber as xt } from "./business/ap-summary/utils.mjs";
|
|
113
|
+
import { ApSummary as st } from "./business/ap-summary/index.mjs";
|
|
114
|
+
import { ApNeedNameKeyDefault as it } from "./business/ap-appendix/interface.mjs";
|
|
115
|
+
import { ApAppendix as ct } from "./business/ap-appendix/index.mjs";
|
|
116
|
+
import { ApExtensionSelect as It, ApGroupSearch as bt, ApPopoverSelect as Tt } from "./business/ap-group-search/index.mjs";
|
|
117
|
+
import { default as Ct } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
118
|
+
import { default as gt } 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 Et } from "./business/ap-size-input/index.mjs";
|
|
121
|
+
import { useTablePaging as Nt } from "./ap-table/hooks/use-table-paging.mjs";
|
|
122
|
+
import { default as Mt } from "./editable-table/index.vue.mjs";
|
|
122
123
|
import { default as wt } from "./editable-table/form-item.vue.mjs";
|
|
123
124
|
import { default as vt } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
124
|
-
import { ensureRangeValue as
|
|
125
|
-
import { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as
|
|
129
|
-
import { default as
|
|
130
|
-
import { default as
|
|
131
|
-
import { default as
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
134
|
-
import { default as
|
|
135
|
-
import { default as
|
|
125
|
+
import { ensureRangeValue as Kt } from "./scroll-bar/utils/index.mjs";
|
|
126
|
+
import { default as Ut } from "./scroll-bar/index.vue.mjs";
|
|
127
|
+
import { default as Vt } from "./scroll-bar/internal.vue.mjs";
|
|
128
|
+
import { default as _t } from "./scroll-view/index.vue.mjs";
|
|
129
|
+
import { default as jt } from "./portal/index.vue.mjs";
|
|
130
|
+
import { default as Jt } from "./full-screen/index.vue.mjs";
|
|
131
|
+
import { default as Xt } from "./resize-observer/index.vue.mjs";
|
|
132
|
+
import { default as Zt } from "./ap-grid/index.vue.mjs";
|
|
133
|
+
import { default as op } from "./ap-grid/editable/index.vue.mjs";
|
|
134
|
+
import { default as rp } from "./ap-grid/editable/form-item.vue.mjs";
|
|
135
|
+
import { default as pp } from "./text/index.vue.mjs";
|
|
136
|
+
import { default as mp } from "./text/group.vue.mjs";
|
|
137
|
+
import { default as lp } from "./mask/index.vue.mjs";
|
|
136
138
|
export {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
139
|
+
T as APConfigProvider,
|
|
140
|
+
ar as ApActionButton,
|
|
141
|
+
Ne as ApActionGroup,
|
|
142
|
+
L as ApActionItem,
|
|
143
|
+
Ee as ApActionItemDropdown,
|
|
144
|
+
ge as ApActionItemModal,
|
|
145
|
+
he as ApActionItemPopconfirm,
|
|
146
|
+
ct as ApAppendix,
|
|
147
|
+
Fr as ApAttachment,
|
|
148
|
+
br as ApBatchAction,
|
|
149
|
+
Sr as ApBatchActionGroup,
|
|
150
|
+
tr as ApButton,
|
|
151
|
+
Dr as ApButtonGroup,
|
|
152
|
+
Gr as ApCard,
|
|
153
|
+
fr as ApConfirmButton,
|
|
152
154
|
vt as ApDescriptions,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
155
|
+
Qe as ApDownLoadNeedNameKeyDefault,
|
|
156
|
+
Ye as ApDownload,
|
|
157
|
+
k as ApDrawer,
|
|
158
|
+
Pr as ApExpandAlert,
|
|
159
|
+
yr as ApExportGroup,
|
|
160
|
+
Lr as ApExportGroupActionType,
|
|
161
|
+
It as ApExtensionSelect,
|
|
162
|
+
g as ApField,
|
|
163
|
+
oe as ApFieldCheckbox,
|
|
164
|
+
re as ApFieldDate,
|
|
165
|
+
se as ApFieldDateRange,
|
|
166
|
+
pe as ApFieldNumber,
|
|
167
|
+
ce as ApFieldPassword,
|
|
168
|
+
me as ApFieldRadio,
|
|
169
|
+
Ce as ApFieldRate,
|
|
170
|
+
Te as ApFieldSegmented,
|
|
171
|
+
ie as ApFieldSelect,
|
|
172
|
+
Ie as ApFieldSlider,
|
|
173
|
+
le as ApFieldSwitch,
|
|
174
|
+
Zo as ApFieldText,
|
|
175
|
+
xe as ApFieldTextArea,
|
|
176
|
+
C as ApForm,
|
|
177
|
+
jo as ApFormControlRender,
|
|
178
|
+
Uo as ApFormDependency,
|
|
179
|
+
_o as ApFormDrawerForm,
|
|
180
|
+
No as ApFormItem,
|
|
181
|
+
ht as ApFormItemBatchInput,
|
|
182
|
+
ho as ApFormItemCheckbox,
|
|
183
|
+
co as ApFormItemDate,
|
|
184
|
+
Io as ApFormItemDateRange,
|
|
185
|
+
Mo as ApFormItemGroup,
|
|
186
|
+
io as ApFormItemNumber,
|
|
187
|
+
To as ApFormItemRadio,
|
|
188
|
+
Jo as ApFormItemRender,
|
|
189
|
+
Co as ApFormItemSelect,
|
|
190
|
+
go as ApFormItemSwitch,
|
|
191
|
+
xo as ApFormItemText,
|
|
192
|
+
so as ApFormItemTextArea,
|
|
193
|
+
Eo as ApFormItemTextPassword,
|
|
192
194
|
wo as ApFormList,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
+
Ko as ApFormModalForm,
|
|
196
|
+
Xo as ApFormProvider,
|
|
195
197
|
vo as ApFormSearchForm,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
198
|
+
Vo as ApFormSet,
|
|
199
|
+
Zt as ApGrid,
|
|
200
|
+
bt as ApGroupSearch,
|
|
199
201
|
Br as ApImage,
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
202
|
+
We as ApInfoLayout,
|
|
203
|
+
Or as ApInputRadio,
|
|
204
|
+
zr as ApLabel,
|
|
205
|
+
Vr as ApLabelGroup,
|
|
206
|
+
jr as ApLadder,
|
|
207
|
+
er as ApList,
|
|
206
208
|
R as ApModal,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
209
|
+
it as ApNeedNameKeyDefault,
|
|
210
|
+
Tt as ApPopoverSelect,
|
|
211
|
+
Jr as ApSelectLayout,
|
|
212
|
+
Et as ApSizeInput,
|
|
213
|
+
Xr as ApStatus,
|
|
214
|
+
Yr as ApStatusGroup,
|
|
215
|
+
st as ApSummary,
|
|
214
216
|
B as ApTable,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
217
|
+
ur as ApTableModal,
|
|
218
|
+
Oe as ApTag,
|
|
219
|
+
ze as ApTagGroup,
|
|
220
|
+
pp as ApText,
|
|
221
|
+
mp as ApTextGroup,
|
|
222
|
+
$r as ApTitle,
|
|
223
|
+
dr as ApTransformDataHelper,
|
|
224
|
+
qe as ApUpload,
|
|
225
|
+
Ct as ApUploadSingle,
|
|
226
|
+
gt as BatchInputGroup,
|
|
227
|
+
y as CheckCard,
|
|
228
|
+
$e as CheckCardGroup,
|
|
229
|
+
mo as ConfigProvider,
|
|
230
|
+
z as DEFAULT_NAMESPACE,
|
|
231
|
+
V as DEFAULT_UIMODE,
|
|
232
|
+
Me as DictCode,
|
|
233
|
+
op as EditableGrid,
|
|
234
|
+
rp as EditableGridFormItem,
|
|
235
|
+
Mt as EditableTable,
|
|
234
236
|
wt as EditableTableFormItem,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
237
|
+
Jt as FullScreen,
|
|
238
|
+
Vt as InternalScrollBar,
|
|
239
|
+
lp as Mask,
|
|
240
|
+
He as NeedNameKeyDefault,
|
|
241
|
+
jt as Portal,
|
|
242
|
+
Xt as ResizeObserver,
|
|
243
|
+
Ut as ScrollBar,
|
|
244
|
+
_t as ScrollView,
|
|
242
245
|
Be as WorkOrderModal,
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
246
|
+
h as adminToken,
|
|
247
|
+
P as aplusToken,
|
|
248
|
+
Q as buildLocaleContext,
|
|
249
|
+
X as buildTranslator,
|
|
250
|
+
ft as computedRecords,
|
|
251
|
+
W as configProviderContextKey,
|
|
252
|
+
O as configProviderProps,
|
|
253
|
+
kr as convertExportField,
|
|
254
|
+
ke as createWorkOrderModal,
|
|
255
|
+
eo as defaultNamespace,
|
|
256
|
+
Kt as ensureRangeValue,
|
|
257
|
+
lt as flattenColumns,
|
|
258
|
+
dt as formatDataIndex,
|
|
259
|
+
xt as formatNumber,
|
|
260
|
+
fo as globalConfigCached,
|
|
258
261
|
Rr as handleExportDownload,
|
|
259
|
-
|
|
262
|
+
H as keysOf,
|
|
260
263
|
Re as langMap,
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
264
|
+
Y as localeContextKey,
|
|
265
|
+
_r as locales,
|
|
266
|
+
ro as namespaceContextKey,
|
|
267
|
+
j as provideGlobalConfig,
|
|
268
|
+
Z as translate,
|
|
269
|
+
to as useGetDerivedNamespace,
|
|
270
|
+
q as useGlobalConfig,
|
|
271
|
+
$ as useLocale,
|
|
272
|
+
po as useNamespace,
|
|
273
|
+
at as usePageListApGrid,
|
|
274
|
+
et as usePageListApTable,
|
|
272
275
|
Ar as useTableModal,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
+
Nt as useTablePaging,
|
|
277
|
+
tt as useTableRefresh,
|
|
278
|
+
nr as useTableSelectModal
|
|
276
279
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./index.vue2.mjs";
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { MaskProps } from './interface';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
slots: {
|
|
6
|
+
mask?(_: {}): any;
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {
|
|
10
|
+
wrapper: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: DefineComponent<MaskProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16
|
+
"update:open": (...args: any[]) => void;
|
|
17
|
+
}, string, PublicProps, Readonly<MaskProps> & Readonly<{
|
|
18
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
closable: boolean;
|
|
21
|
+
escClosable: boolean;
|
|
22
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
23
|
+
wrapper: HTMLDivElement;
|
|
24
|
+
}, any>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|