@aplus-frontend/ui 6.20.1 → 6.21.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 +159 -155
- package/es/src/ap-field/hooks/use-default-presets.d.ts +1 -0
- package/es/src/ap-field/hooks/use-default-presets.mjs +18 -12
- package/es/src/ap-pro-card/components/card/index.vue.d.ts +25 -0
- package/es/src/ap-pro-card/components/card/index.vue.mjs +4 -0
- package/es/src/ap-pro-card/components/card/index.vue2.mjs +226 -0
- package/es/src/ap-pro-card/index.d.ts +42 -0
- package/es/src/ap-pro-card/index.mjs +7 -0
- package/es/src/ap-pro-card/interface.d.ts +61 -0
- package/es/src/ap-pro-card/style/css.d.ts +0 -0
- package/es/src/ap-pro-card/style/css.js +1 -0
- package/es/src/ap-pro-card/style/index.d.ts +0 -0
- package/es/src/ap-pro-card/style/index.js +1 -0
- package/es/src/ap-pro-card/utils/css-var.d.ts +17 -0
- package/es/src/ap-pro-card/utils/css-var.mjs +29 -0
- package/es/src/business/ap-value-select-card/index.d.ts +8 -0
- package/es/src/business/ap-value-select-card/index.mjs +9 -0
- package/es/src/business/ap-value-select-card/index.vue.d.ts +48 -0
- package/es/src/business/ap-value-select-card/index.vue.mjs +4 -0
- package/es/src/business/ap-value-select-card/index.vue2.mjs +186 -0
- package/es/src/business/ap-value-select-card/interface.d.ts +107 -0
- package/es/src/business/ap-value-select-card/interface.mjs +1 -0
- package/es/src/business/ap-value-select-card/style/css.d.ts +0 -0
- package/es/src/business/ap-value-select-card/style/css.js +1 -0
- package/es/src/business/ap-value-select-card/style/index.d.ts +0 -0
- package/es/src/business/ap-value-select-card/style/index.js +1 -0
- package/es/src/business/ap-value-select-card/utils.d.ts +7 -0
- package/es/src/business/ap-value-select-card/utils.mjs +9 -0
- package/es/src/business/index.d.ts +1 -0
- package/es/src/business/index.mjs +15 -13
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +275 -271
- package/es/src/path-map.mjs +3 -1
- 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/hooks/use-default-presets.d.ts +1 -0
- package/lib/src/ap-field/hooks/use-default-presets.js +1 -1
- package/lib/src/ap-pro-card/components/card/index.vue.d.ts +25 -0
- package/lib/src/ap-pro-card/components/card/index.vue.js +1 -0
- package/lib/src/ap-pro-card/components/card/index.vue2.js +1 -0
- package/lib/src/ap-pro-card/index.d.ts +42 -0
- package/lib/src/ap-pro-card/index.js +1 -0
- package/lib/src/ap-pro-card/interface.d.ts +61 -0
- package/lib/src/ap-pro-card/style/css.cjs +1 -0
- package/lib/src/ap-pro-card/style/css.d.ts +0 -0
- package/lib/src/ap-pro-card/style/index.cjs +1 -0
- package/lib/src/ap-pro-card/style/index.d.ts +0 -0
- package/lib/src/ap-pro-card/utils/css-var.d.ts +17 -0
- package/lib/src/ap-pro-card/utils/css-var.js +1 -0
- package/lib/src/business/ap-value-select-card/index.d.ts +8 -0
- package/lib/src/business/ap-value-select-card/index.js +1 -0
- package/lib/src/business/ap-value-select-card/index.vue.d.ts +48 -0
- package/lib/src/business/ap-value-select-card/index.vue.js +1 -0
- package/lib/src/business/ap-value-select-card/index.vue2.js +1 -0
- package/lib/src/business/ap-value-select-card/interface.d.ts +107 -0
- package/lib/src/business/ap-value-select-card/interface.js +1 -0
- package/lib/src/business/ap-value-select-card/style/css.cjs +1 -0
- package/lib/src/business/ap-value-select-card/style/css.d.ts +0 -0
- package/lib/src/business/ap-value-select-card/style/index.cjs +1 -0
- package/lib/src/business/ap-value-select-card/style/index.d.ts +0 -0
- package/lib/src/business/ap-value-select-card/utils.d.ts +7 -0
- package/lib/src/business/ap-value-select-card/utils.js +1 -0
- package/lib/src/business/index.d.ts +1 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -1
- package/theme/ap-pro-card/index.css +259 -0
- package/theme/ap-pro-card/index.less +129 -0
- package/theme/ap-value-select-card/index.css +163 -0
- package/theme/ap-value-select-card/index.less +157 -0
- package/theme/index.css +330 -0
- package/theme/index.less +2 -0
package/es/src/index.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { APConfigProvider as T } from "./config-provider/index.mjs";
|
|
|
2
2
|
import { ApForm as C } from "./ap-form/index.mjs";
|
|
3
3
|
import { ApField as g } from "./ap-field/index.mjs";
|
|
4
4
|
import { adminToken as G, aplusToken as h } from "./design-token/index.mjs";
|
|
5
|
-
import { ApActionItem as
|
|
5
|
+
import { ApActionItem as E } from "./ap-action/index.mjs";
|
|
6
6
|
import "./work-order-modal/index.mjs";
|
|
7
7
|
import "./ap-tag/index.mjs";
|
|
8
8
|
import "./ap-upload/index.mjs";
|
|
@@ -12,8 +12,9 @@ import { ApModal as y } from "./ap-modal/index.mjs";
|
|
|
12
12
|
import "./ap-list/index.mjs";
|
|
13
13
|
import "./ap-button/index.mjs";
|
|
14
14
|
import { ApDrawer as v } from "./ap-drawer/index.mjs";
|
|
15
|
+
import { ApProCard as k } from "./ap-pro-card/index.mjs";
|
|
15
16
|
import "./business/index.mjs";
|
|
16
|
-
import { ApTable as
|
|
17
|
+
import { ApTable as K } from "./ap-table/index.mjs";
|
|
17
18
|
import "./editable-table/index.mjs";
|
|
18
19
|
import "./ap-descriptions/index.mjs";
|
|
19
20
|
import "./scroll-bar/index.mjs";
|
|
@@ -24,282 +25,285 @@ import "./resize-observer/index.mjs";
|
|
|
24
25
|
import "./ap-grid/index.mjs";
|
|
25
26
|
import "./text/index.mjs";
|
|
26
27
|
import "./mask/index.mjs";
|
|
27
|
-
import { Splitter as
|
|
28
|
-
import { configProviderProps as
|
|
29
|
-
import { DEFAULT_NAMESPACE as
|
|
30
|
-
import { keysOf as
|
|
31
|
-
import { buildLocaleContext as
|
|
32
|
-
import { defaultNamespace as
|
|
33
|
-
import { ConfigProvider as
|
|
34
|
-
import { ApFormItemText as
|
|
35
|
-
import { default as
|
|
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
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
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 { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { ApFieldText 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 { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { DictCode as
|
|
75
|
-
import { createWorkOrderModal as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { NeedNameKeyDefault as
|
|
80
|
-
import { default as
|
|
81
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { ApTransformDataHelper as
|
|
89
|
-
import { default as
|
|
90
|
-
import { useTableModal as
|
|
91
|
-
import { useTableSelectModal as
|
|
92
|
-
import { ApAttachment as
|
|
93
|
-
import { ApBatchAction as
|
|
94
|
-
import { ApBatchActionGroup as
|
|
95
|
-
import { ApButtonGroup as
|
|
96
|
-
import { ApCard as
|
|
97
|
-
import { ApExpandAlert as
|
|
98
|
-
import { ApExportGroupActionType as
|
|
99
|
-
import { ApExportGroup as
|
|
100
|
-
import { handleExportDownload as
|
|
101
|
-
import { convertExportField as
|
|
102
|
-
import { ApImage as
|
|
103
|
-
import { ApInputRadio as
|
|
104
|
-
import { ApLabel as
|
|
105
|
-
import { locales as
|
|
106
|
-
import { ApLadder as
|
|
107
|
-
import { ApSelectLayout as
|
|
108
|
-
import { ApStatus as
|
|
109
|
-
import { ApTitle as
|
|
110
|
-
import { usePageListApTable as
|
|
111
|
-
import { useTableRefresh as
|
|
112
|
-
import { usePageListApGrid as
|
|
113
|
-
import { useGridRefresh as
|
|
114
|
-
import { computedRecords as
|
|
115
|
-
import { ApSummary as
|
|
116
|
-
import { ApNeedNameKeyDefault as
|
|
117
|
-
import { ApAppendix as
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
120
|
-
import { default as
|
|
121
|
-
import { ApSizeInput as
|
|
122
|
-
import { ApProductInfo as
|
|
123
|
-
import { ApCopy as
|
|
124
|
-
import { ApView as
|
|
125
|
-
import { ApRadioGroup as
|
|
126
|
-
import { ApKeepAliveProps as
|
|
127
|
-
import { ApKeepAlive as
|
|
128
|
-
import { LruCacher as
|
|
129
|
-
import { useApKeepAliveInject as
|
|
130
|
-
import { matches as
|
|
131
|
-
import { ApDraggableGrid as
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import { default as
|
|
135
|
-
import { default as
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as
|
|
141
|
-
import { default as
|
|
142
|
-
import { default as
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import { default as
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as
|
|
28
|
+
import { Splitter as U } from "./splitter/index.mjs";
|
|
29
|
+
import { configProviderProps as _ } from "./config-provider/config-provider-props.mjs";
|
|
30
|
+
import { DEFAULT_NAMESPACE as z, DEFAULT_UIMODE as j, configProviderContextKey as H } from "./config-provider/constants.mjs";
|
|
31
|
+
import { keysOf as J, provideGlobalConfig as Q, useGlobalConfig as X } from "./config-provider/hooks/use-global-config.mjs";
|
|
32
|
+
import { buildLocaleContext as Z, buildTranslator as $, localeContextKey as ee, translate as oe, useLocale as re } from "./config-provider/hooks/use-locale.mjs";
|
|
33
|
+
import { defaultNamespace as pe, namespaceContextKey as ae, useGetDerivedNamespace as me, useNamespace as fe } from "./config-provider/hooks/use-namespace.mjs";
|
|
34
|
+
import { ConfigProvider as xe, globalConfigCached as de } from "./config-provider/config-provider.mjs";
|
|
35
|
+
import { ApFormItemText as Ae } from "./ap-form/items/text/index.mjs";
|
|
36
|
+
import { default as ie } from "./ap-form/items/text-area/index.vue.mjs";
|
|
37
|
+
import { default as ce } from "./ap-form/items/number/index.vue.mjs";
|
|
38
|
+
import { default as Ie } from "./ap-form/items/date/index.vue.mjs";
|
|
39
|
+
import { default as be } from "./ap-form/items/date-range/index.vue.mjs";
|
|
40
|
+
import { default as Se } from "./ap-form/items/radio/index.vue.mjs";
|
|
41
|
+
import { default as De } from "./ap-form/items/select/index.vue.mjs";
|
|
42
|
+
import { default as he } from "./ap-form/items/switch/index.vue.mjs";
|
|
43
|
+
import { default as Ee } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
44
|
+
import { default as Ne } from "./ap-form/items/text/password.vue.mjs";
|
|
45
|
+
import { default as ye } from "./ap-form/items/tree-select/index.vue.mjs";
|
|
46
|
+
import { default as ve } from "./ap-form/item/index.vue.mjs";
|
|
47
|
+
import { default as ke } from "./ap-form/item-group/index.vue.mjs";
|
|
48
|
+
import { default as Ke } from "./ap-form/list/index.vue.mjs";
|
|
49
|
+
import { default as Ue } from "./ap-form/search-form/index.vue.mjs";
|
|
50
|
+
import { default as _e } from "./ap-form/modal-form/index.vue.mjs";
|
|
51
|
+
import { default as ze } from "./ap-form/dependency/index.vue.mjs";
|
|
52
|
+
import { default as He } from "./ap-form/set/index.vue.mjs";
|
|
53
|
+
import { default as Je } from "./ap-form/drawer-form/index.vue.mjs";
|
|
54
|
+
import { default as Xe } from "./ap-form/render/control.vue.mjs";
|
|
55
|
+
import { default as Ze } from "./ap-form/render/item.vue.mjs";
|
|
56
|
+
import { default as eo } from "./ap-form/provider/index.vue.mjs";
|
|
57
|
+
import { ApFieldText as ro } from "./ap-field/text/index.mjs";
|
|
58
|
+
import { default as po } from "./ap-field/checkbox/index.vue.mjs";
|
|
59
|
+
import { default as mo } from "./ap-field/date/index.vue.mjs";
|
|
60
|
+
import { default as lo } from "./ap-field/number/index.vue.mjs";
|
|
61
|
+
import { default as uo } from "./ap-field/radio/index.vue.mjs";
|
|
62
|
+
import { default as so } from "./ap-field/switch/index.vue.mjs";
|
|
63
|
+
import { default as no } from "./ap-field/text-area/index.vue.mjs";
|
|
64
|
+
import { default as Fo } from "./ap-field/date-range/index.vue.mjs";
|
|
65
|
+
import { default as To } from "./ap-field/select/index.vue.mjs";
|
|
66
|
+
import { default as Co } from "./ap-field/text/password.vue.mjs";
|
|
67
|
+
import { default as go } from "./ap-field/slider/index.vue.mjs";
|
|
68
|
+
import { default as Go } from "./ap-field/segmented/index.vue.mjs";
|
|
69
|
+
import { default as Po } from "./ap-field/rate/index.vue.mjs";
|
|
70
|
+
import { default as Lo } from "./ap-field/tree-select/index.vue.mjs";
|
|
71
|
+
import { default as Ro } from "./ap-action/item-modal/index.vue.mjs";
|
|
72
|
+
import { default as Mo } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
73
|
+
import { default as wo } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
74
|
+
import { default as Bo } from "./ap-action/group/index.vue.mjs";
|
|
75
|
+
import { DictCode as Oo, langMap as Uo } from "./work-order-modal/interfaces.mjs";
|
|
76
|
+
import { createWorkOrderModal as _o } from "./work-order-modal/createWorkOrder.mjs";
|
|
77
|
+
import { default as zo } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
78
|
+
import { default as Ho } from "./ap-tag/ap-tag.vue.mjs";
|
|
79
|
+
import { default as Jo } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
80
|
+
import { NeedNameKeyDefault as Xo } from "./ap-upload/apUploadTypes.mjs";
|
|
81
|
+
import { default as Zo } from "./ap-upload/apUpload.vue.mjs";
|
|
82
|
+
import { ApDownLoadNeedNameKeyDefault as er } from "./ap-download/interface.mjs";
|
|
83
|
+
import { default as rr } from "./ap-download/ap-download.vue.mjs";
|
|
84
|
+
import { default as pr } from "./check-card/group.vue.mjs";
|
|
85
|
+
import { default as mr } from "./ap-list/index.vue.mjs";
|
|
86
|
+
import { default as lr } from "./ap-button/ap-button.vue.mjs";
|
|
87
|
+
import { default as dr } from "./ap-button/ap-action-button.vue.mjs";
|
|
88
|
+
import { default as Ar } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
89
|
+
import { ApTransformDataHelper as ir } from "./utils/ap-trans-data/index.mjs";
|
|
90
|
+
import { default as cr } from "./business/ap-table-modal/index.mjs";
|
|
91
|
+
import { useTableModal as Ir } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
92
|
+
import { useTableSelectModal as br } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
93
|
+
import { ApAttachment as Sr } from "./business/ap-attachment/index.mjs";
|
|
94
|
+
import { ApBatchAction as Dr } from "./business/ap-batch-action/index.mjs";
|
|
95
|
+
import { ApBatchActionGroup as hr } from "./business/ap-batch-action-group/index.mjs";
|
|
96
|
+
import { ApButtonGroup as Er } from "./business/ap-button-group/index.mjs";
|
|
97
|
+
import { ApCard as Nr } from "./business/ap-card/index.mjs";
|
|
98
|
+
import { ApExpandAlert as yr } from "./business/ap-expand-alert/index.mjs";
|
|
99
|
+
import { ApExportGroupActionType as vr } from "./business/ap-export-group/interface.mjs";
|
|
100
|
+
import { ApExportGroup as kr } from "./business/ap-export-group/index.mjs";
|
|
101
|
+
import { handleExportDownload as Kr } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
102
|
+
import { convertExportField as Ur } from "./business/ap-export-group/convertExportField.mjs";
|
|
103
|
+
import { ApImage as _r } from "./business/ap-image/index.mjs";
|
|
104
|
+
import { ApInputRadio as zr } from "./business/ap-input-radio/index.mjs";
|
|
105
|
+
import { ApLabel as Hr, ApLabelGroup as qr } from "./business/ap-label/index.mjs";
|
|
106
|
+
import { locales as Qr } from "./business/ap-ladder/interface.mjs";
|
|
107
|
+
import { ApLadder as Yr } from "./business/ap-ladder/index.mjs";
|
|
108
|
+
import { ApSelectLayout as $r } from "./business/ap-select-layout/index.mjs";
|
|
109
|
+
import { ApStatus as ot, ApStatusGroup as rt } from "./business/ap-status/index.mjs";
|
|
110
|
+
import { ApTitle as pt } from "./business/ap-title/index.mjs";
|
|
111
|
+
import { usePageListApTable as mt } from "./business/hooks/usePageListApTable.mjs";
|
|
112
|
+
import { useTableRefresh as lt } from "./business/hooks/useTableRefresh.mjs";
|
|
113
|
+
import { usePageListApGrid as dt } from "./business/hooks/usePageListApGrid.mjs";
|
|
114
|
+
import { useGridRefresh as At } from "./business/hooks/useGridRefresh.mjs";
|
|
115
|
+
import { computedRecords as it, flattenColumns as nt, formatDataIndex as ct, formatNumber as Ft } from "./business/ap-summary/utils.mjs";
|
|
116
|
+
import { ApSummary as Tt } from "./business/ap-summary/index.mjs";
|
|
117
|
+
import { ApNeedNameKeyDefault as Ct } from "./business/ap-appendix/interface.mjs";
|
|
118
|
+
import { ApAppendix as gt } from "./business/ap-appendix/index.mjs";
|
|
119
|
+
import { default as Gt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
120
|
+
import { default as Pt } from "./business/batch-input-group/index.vue.mjs";
|
|
121
|
+
import { default as Lt } from "./business/batch-input-group/form-item.vue.mjs";
|
|
122
|
+
import { ApSizeInput as Rt } from "./business/ap-size-input/index.mjs";
|
|
123
|
+
import { ApProductInfo as Mt } from "./business/ap-product-info/index.mjs";
|
|
124
|
+
import { ApCopy as wt } from "./business/ap-copy/index.mjs";
|
|
125
|
+
import { ApView as Bt } from "./business/ap-view/index.mjs";
|
|
126
|
+
import { ApRadioGroup as Ot } from "./business/ap-radio-group/index.mjs";
|
|
127
|
+
import { ApKeepAliveProps as Vt, forceStopTags as _t } from "./business/ap-keep-alive/interface.mjs";
|
|
128
|
+
import { ApKeepAlive as zt } from "./business/ap-keep-alive/index.mjs";
|
|
129
|
+
import { LruCacher as Ht } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
130
|
+
import { useApKeepAliveInject as Jt } from "./business/ap-keep-alive/hook.mjs";
|
|
131
|
+
import { matches as Xt } from "./business/ap-keep-alive/utils.mjs";
|
|
132
|
+
import { ApDraggableGrid as Zt } from "./business/ap-draggable-grid/index.mjs";
|
|
133
|
+
import { ApValueSelectCard as ep } from "./business/ap-value-select-card/index.mjs";
|
|
134
|
+
import { useTablePaging as rp } from "./ap-table/hooks/use-table-paging.mjs";
|
|
135
|
+
import { default as pp } from "./editable-table/index.vue.mjs";
|
|
136
|
+
import { default as mp } from "./editable-table/form-item.vue.mjs";
|
|
137
|
+
import { default as lp } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
138
|
+
import { ensureRangeValue as dp } from "./scroll-bar/utils/index.mjs";
|
|
139
|
+
import { default as Ap } from "./scroll-bar/index.vue.mjs";
|
|
140
|
+
import { default as ip } from "./scroll-bar/internal.vue.mjs";
|
|
141
|
+
import { default as cp } from "./scroll-view/index.vue.mjs";
|
|
142
|
+
import { default as Ip } from "./portal/index.vue.mjs";
|
|
143
|
+
import { default as bp } from "./full-screen/index.vue.mjs";
|
|
144
|
+
import { default as Sp } from "./resize-observer/index.vue.mjs";
|
|
145
|
+
import { ROW_SELECTION_FIELD as Dp } from "./ap-grid/constants.mjs";
|
|
146
|
+
import { toTreeArray as hp } from "./ap-grid/utils/to-tree-array.mjs";
|
|
147
|
+
import { default as Ep } from "./ap-grid/index.vue.mjs";
|
|
148
|
+
import { default as Np } from "./ap-grid/editable/index.vue.mjs";
|
|
149
|
+
import { default as yp } from "./ap-grid/editable/form-item.vue.mjs";
|
|
150
|
+
import { default as vp } from "./text/index.vue.mjs";
|
|
151
|
+
import { default as kp } from "./text/group.vue.mjs";
|
|
152
|
+
import { default as Kp } from "./mask/index.vue.mjs";
|
|
151
153
|
export {
|
|
152
154
|
T as APConfigProvider,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
155
|
+
dr as ApActionButton,
|
|
156
|
+
Bo as ApActionGroup,
|
|
157
|
+
E as ApActionItem,
|
|
158
|
+
wo as ApActionItemDropdown,
|
|
159
|
+
Ro as ApActionItemModal,
|
|
160
|
+
Mo as ApActionItemPopconfirm,
|
|
161
|
+
gt as ApAppendix,
|
|
162
|
+
Sr as ApAttachment,
|
|
163
|
+
Dr as ApBatchAction,
|
|
164
|
+
hr as ApBatchActionGroup,
|
|
165
|
+
lr as ApButton,
|
|
166
|
+
Er as ApButtonGroup,
|
|
167
|
+
Nr as ApCard,
|
|
168
|
+
Ar as ApConfirmButton,
|
|
169
|
+
wt as ApCopy,
|
|
170
|
+
lp as ApDescriptions,
|
|
171
|
+
er as ApDownLoadNeedNameKeyDefault,
|
|
172
|
+
rr as ApDownload,
|
|
173
|
+
Zt as ApDraggableGrid,
|
|
172
174
|
v as ApDrawer,
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
175
|
+
yr as ApExpandAlert,
|
|
176
|
+
kr as ApExportGroup,
|
|
177
|
+
vr as ApExportGroupActionType,
|
|
176
178
|
g as ApField,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
179
|
+
po as ApFieldCheckbox,
|
|
180
|
+
mo as ApFieldDate,
|
|
181
|
+
Fo as ApFieldDateRange,
|
|
182
|
+
lo as ApFieldNumber,
|
|
183
|
+
Co as ApFieldPassword,
|
|
184
|
+
uo as ApFieldRadio,
|
|
185
|
+
Po as ApFieldRate,
|
|
186
|
+
Go as ApFieldSegmented,
|
|
187
|
+
To as ApFieldSelect,
|
|
188
|
+
go as ApFieldSlider,
|
|
189
|
+
so as ApFieldSwitch,
|
|
190
|
+
ro as ApFieldText,
|
|
191
|
+
no as ApFieldTextArea,
|
|
192
|
+
Lo as ApFieldTreeSelect,
|
|
191
193
|
C as ApForm,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
194
|
+
Xe as ApFormControlRender,
|
|
195
|
+
ze as ApFormDependency,
|
|
196
|
+
Je as ApFormDrawerForm,
|
|
197
|
+
ve as ApFormItem,
|
|
198
|
+
Lt as ApFormItemBatchInput,
|
|
199
|
+
Ee as ApFormItemCheckbox,
|
|
200
|
+
Ie as ApFormItemDate,
|
|
201
|
+
be as ApFormItemDateRange,
|
|
202
|
+
ke as ApFormItemGroup,
|
|
203
|
+
ce as ApFormItemNumber,
|
|
204
|
+
Se as ApFormItemRadio,
|
|
205
|
+
Ze as ApFormItemRender,
|
|
206
|
+
De as ApFormItemSelect,
|
|
207
|
+
he as ApFormItemSwitch,
|
|
208
|
+
Ae as ApFormItemText,
|
|
209
|
+
ie as ApFormItemTextArea,
|
|
210
|
+
Ne as ApFormItemTextPassword,
|
|
211
|
+
ye as ApFormItemTreeSelect,
|
|
212
|
+
Ke as ApFormList,
|
|
213
|
+
_e as ApFormModalForm,
|
|
214
|
+
eo as ApFormProvider,
|
|
215
|
+
Ue as ApFormSearchForm,
|
|
216
|
+
He as ApFormSet,
|
|
217
|
+
Ep as ApGrid,
|
|
218
|
+
_r as ApImage,
|
|
219
|
+
zr as ApInputRadio,
|
|
220
|
+
zt as ApKeepAlive,
|
|
221
|
+
Vt as ApKeepAliveProps,
|
|
222
|
+
Hr as ApLabel,
|
|
223
|
+
qr as ApLabelGroup,
|
|
224
|
+
Yr as ApLadder,
|
|
225
|
+
mr as ApList,
|
|
224
226
|
y as ApModal,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
Ho as
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
227
|
+
Ct as ApNeedNameKeyDefault,
|
|
228
|
+
k as ApProCard,
|
|
229
|
+
Mt as ApProductInfo,
|
|
230
|
+
Ot as ApRadioGroup,
|
|
231
|
+
$r as ApSelectLayout,
|
|
232
|
+
Rt as ApSizeInput,
|
|
233
|
+
ot as ApStatus,
|
|
234
|
+
rt as ApStatusGroup,
|
|
235
|
+
Tt as ApSummary,
|
|
236
|
+
K as ApTable,
|
|
237
|
+
cr as ApTableModal,
|
|
238
|
+
Ho as ApTag,
|
|
239
|
+
Jo as ApTagGroup,
|
|
240
|
+
vp as ApText,
|
|
241
|
+
kp as ApTextGroup,
|
|
242
|
+
pt as ApTitle,
|
|
243
|
+
ir as ApTransformDataHelper,
|
|
244
|
+
Zo as ApUpload,
|
|
245
|
+
Gt as ApUploadSingle,
|
|
246
|
+
ep as ApValueSelectCard,
|
|
247
|
+
Bt as ApView,
|
|
248
|
+
Pt as BatchInputGroup,
|
|
245
249
|
N as CheckCard,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
250
|
+
pr as CheckCardGroup,
|
|
251
|
+
xe as ConfigProvider,
|
|
252
|
+
z as DEFAULT_NAMESPACE,
|
|
253
|
+
j as DEFAULT_UIMODE,
|
|
254
|
+
Oo as DictCode,
|
|
255
|
+
Np as EditableGrid,
|
|
256
|
+
yp as EditableGridFormItem,
|
|
257
|
+
pp as EditableTable,
|
|
258
|
+
mp as EditableTableFormItem,
|
|
259
|
+
bp as FullScreen,
|
|
260
|
+
ip as InternalScrollBar,
|
|
261
|
+
Ht as LruCacher,
|
|
262
|
+
Kp as Mask,
|
|
263
|
+
Xo as NeedNameKeyDefault,
|
|
264
|
+
Ip as Portal,
|
|
265
|
+
Dp as ROW_SELECTION_FIELD,
|
|
266
|
+
Sp as ResizeObserver,
|
|
267
|
+
Ap as ScrollBar,
|
|
268
|
+
cp as ScrollView,
|
|
269
|
+
U as Splitter,
|
|
270
|
+
zo as WorkOrderModal,
|
|
267
271
|
G as adminToken,
|
|
268
272
|
h as aplusToken,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
273
|
+
Z as buildLocaleContext,
|
|
274
|
+
$ as buildTranslator,
|
|
275
|
+
it as computedRecords,
|
|
276
|
+
H as configProviderContextKey,
|
|
277
|
+
_ as configProviderProps,
|
|
278
|
+
Ur as convertExportField,
|
|
279
|
+
_o as createWorkOrderModal,
|
|
280
|
+
pe as defaultNamespace,
|
|
281
|
+
dp as ensureRangeValue,
|
|
282
|
+
nt as flattenColumns,
|
|
283
|
+
_t as forceStopTags,
|
|
284
|
+
ct as formatDataIndex,
|
|
285
|
+
Ft as formatNumber,
|
|
286
|
+
de as globalConfigCached,
|
|
287
|
+
Kr as handleExportDownload,
|
|
288
|
+
Xt as isNameMatches,
|
|
289
|
+
J as keysOf,
|
|
290
|
+
Uo as langMap,
|
|
291
|
+
ee as localeContextKey,
|
|
292
|
+
Qr as locales,
|
|
293
|
+
ae as namespaceContextKey,
|
|
294
|
+
Q as provideGlobalConfig,
|
|
295
|
+
hp as toTreeArray,
|
|
296
|
+
oe as translate,
|
|
297
|
+
Jt as useApKeepAliveInject,
|
|
298
|
+
me as useGetDerivedNamespace,
|
|
299
|
+
X as useGlobalConfig,
|
|
300
|
+
At as useGridRefresh,
|
|
301
|
+
re as useLocale,
|
|
302
|
+
fe as useNamespace,
|
|
303
|
+
dt as usePageListApGrid,
|
|
304
|
+
mt as usePageListApTable,
|
|
305
|
+
Ir as useTableModal,
|
|
306
|
+
rp as useTablePaging,
|
|
307
|
+
lt as useTableRefresh,
|
|
308
|
+
br as useTableSelectModal
|
|
305
309
|
};
|
package/es/src/path-map.mjs
CHANGED
|
@@ -100,7 +100,9 @@ const e = {
|
|
|
100
100
|
Splitter: ["splitter"],
|
|
101
101
|
ApView: ["business", "ap-view"],
|
|
102
102
|
ApRadioGroup: ["business", "ap-radio-group"],
|
|
103
|
-
ApDraggableGrid: ["business", "ap-draggable-grid"]
|
|
103
|
+
ApDraggableGrid: ["business", "ap-draggable-grid"],
|
|
104
|
+
ApValueSelectCard: ["business", "ap-value-select-card"],
|
|
105
|
+
ApProCard: ["ap-pro-card"]
|
|
104
106
|
};
|
|
105
107
|
export {
|
|
106
108
|
e as default
|
package/es/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "6.
|
|
1
|
+
declare const _default: "6.21.0";
|
|
2
2
|
export default _default;
|
package/es/src/version.mjs
CHANGED