@aplus-frontend/ui 6.22.1 → 6.23.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 +235 -234
- package/es/src/ap-field/checkbox/read.vue.d.ts +11 -0
- package/es/src/ap-field/checkbox/read.vue.mjs +4 -0
- package/es/src/ap-field/checkbox/read.vue2.mjs +37 -0
- package/es/src/ap-field/date/read.vue.d.ts +9 -0
- package/es/src/ap-field/date/read.vue.mjs +4 -0
- package/es/src/ap-field/date/read.vue2.mjs +102 -0
- package/es/src/ap-field/date-range/read.vue.d.ts +9 -0
- package/es/src/ap-field/date-range/read.vue.mjs +4 -0
- package/es/src/ap-field/date-range/read.vue2.mjs +121 -0
- package/es/src/ap-field/index.d.ts +99 -0
- package/es/src/ap-field/index.mjs +75 -40
- package/es/src/ap-field/number/read.vue.d.ts +23 -0
- package/es/src/ap-field/number/read.vue.mjs +4 -0
- package/es/src/ap-field/number/read.vue2.mjs +80 -0
- package/es/src/ap-field/radio/read.vue.d.ts +10 -0
- package/es/src/ap-field/radio/read.vue.mjs +4 -0
- package/es/src/ap-field/radio/read.vue2.mjs +42 -0
- package/es/src/ap-field/select/read.vue.d.ts +6 -0
- package/es/src/ap-field/select/read.vue.mjs +4 -0
- package/es/src/ap-field/select/read.vue2.mjs +118 -0
- package/es/src/ap-field/switch/read.vue.d.ts +11 -0
- package/es/src/ap-field/switch/read.vue.mjs +4 -0
- package/es/src/ap-field/switch/read.vue2.mjs +58 -0
- package/es/src/ap-field/text/read-password.vue.d.ts +16 -0
- package/es/src/ap-field/text/read-password.vue.mjs +4 -0
- package/es/src/ap-field/text/read-password.vue2.mjs +82 -0
- package/es/src/ap-field/text/read.vue.d.ts +13 -0
- package/es/src/ap-field/text/read.vue.mjs +4 -0
- package/es/src/ap-field/text/read.vue2.mjs +63 -0
- package/es/src/ap-field/text-area/read.vue.d.ts +13 -0
- package/es/src/ap-field/text-area/read.vue.mjs +4 -0
- package/es/src/ap-field/text-area/read.vue2.mjs +69 -0
- package/es/src/ap-field/tree-select/read.vue.d.ts +8 -0
- package/es/src/ap-field/tree-select/read.vue.mjs +4 -0
- package/es/src/ap-field/tree-select/read.vue2.mjs +182 -0
- package/es/src/ap-grid/index.vue.mjs +1 -1
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +36 -54
- package/es/src/ap-table/constants.d.ts +29 -2415
- package/es/src/ap-table/constants.mjs +41 -52
- package/es/src/ap-tag/ap-tag-group.vue.mjs +1 -1
- package/es/src/business/ap-label/group/ApLabelGroup.mjs +11 -10
- package/es/src/index.mjs +285 -284
- package/es/src/utils/copy.d.ts +3 -0
- package/es/src/utils/copy.mjs +21 -0
- 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/checkbox/read.vue.d.ts +11 -0
- package/lib/src/ap-field/checkbox/read.vue.js +1 -0
- package/lib/src/ap-field/checkbox/read.vue2.js +1 -0
- package/lib/src/ap-field/date/read.vue.d.ts +9 -0
- package/lib/src/ap-field/date/read.vue.js +1 -0
- package/lib/src/ap-field/date/read.vue2.js +1 -0
- package/lib/src/ap-field/date-range/read.vue.d.ts +9 -0
- package/lib/src/ap-field/date-range/read.vue.js +1 -0
- package/lib/src/ap-field/date-range/read.vue2.js +1 -0
- package/lib/src/ap-field/index.d.ts +99 -0
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/number/read.vue.d.ts +23 -0
- package/lib/src/ap-field/number/read.vue.js +1 -0
- package/lib/src/ap-field/number/read.vue2.js +1 -0
- package/lib/src/ap-field/radio/read.vue.d.ts +10 -0
- package/lib/src/ap-field/radio/read.vue.js +1 -0
- package/lib/src/ap-field/radio/read.vue2.js +1 -0
- package/lib/src/ap-field/select/read.vue.d.ts +6 -0
- package/lib/src/ap-field/select/read.vue.js +1 -0
- package/lib/src/ap-field/select/read.vue2.js +1 -0
- package/lib/src/ap-field/switch/read.vue.d.ts +11 -0
- package/lib/src/ap-field/switch/read.vue.js +1 -0
- package/lib/src/ap-field/switch/read.vue2.js +1 -0
- package/lib/src/ap-field/text/read-password.vue.d.ts +16 -0
- package/lib/src/ap-field/text/read-password.vue.js +1 -0
- package/lib/src/ap-field/text/read-password.vue2.js +1 -0
- package/lib/src/ap-field/text/read.vue.d.ts +13 -0
- package/lib/src/ap-field/text/read.vue.js +1 -0
- package/lib/src/ap-field/text/read.vue2.js +1 -0
- package/lib/src/ap-field/text-area/read.vue.d.ts +13 -0
- package/lib/src/ap-field/text-area/read.vue.js +1 -0
- package/lib/src/ap-field/text-area/read.vue2.js +1 -0
- package/lib/src/ap-field/tree-select/read.vue.d.ts +8 -0
- package/lib/src/ap-field/tree-select/read.vue.js +1 -0
- package/lib/src/ap-field/tree-select/read.vue2.js +1 -0
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-table/components/paragraph-ellipsis/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +29 -2415
- package/lib/src/ap-table/constants.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/utils/copy.d.ts +3 -0
- package/lib/src/utils/copy.js +1 -0
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -1
- package/theme/ap-tag/ap-tag.css +1 -0
- package/theme/ap-tag/ap-tag.less +1 -0
- package/theme/index.css +1 -0
package/es/src/index.mjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { APConfigProvider as C } from "./config-provider/index.mjs";
|
|
2
2
|
import { ApForm as g } from "./ap-form/index.mjs";
|
|
3
|
-
import { ApField as D } from "./ap-field/index.mjs";
|
|
4
|
-
import { adminToken as
|
|
5
|
-
import { ApActionItem as
|
|
3
|
+
import { ApField as D, ApFieldRead as G } from "./ap-field/index.mjs";
|
|
4
|
+
import { adminToken as P, aplusToken as E } from "./design-token/index.mjs";
|
|
5
|
+
import { ApActionItem as R } 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";
|
|
9
9
|
import "./ap-download/index.mjs";
|
|
10
|
-
import { CheckCard as
|
|
11
|
-
import { ApModal as
|
|
10
|
+
import { CheckCard as y } from "./check-card/index.mjs";
|
|
11
|
+
import { ApModal as v } from "./ap-modal/index.mjs";
|
|
12
12
|
import "./ap-list/index.mjs";
|
|
13
13
|
import "./ap-button/index.mjs";
|
|
14
|
-
import { ApDrawer as
|
|
15
|
-
import { ApProCard as
|
|
14
|
+
import { ApDrawer as k } from "./ap-drawer/index.mjs";
|
|
15
|
+
import { ApProCard as K, ApStatisticCard as O } from "./ap-pro-card/index.mjs";
|
|
16
16
|
import "./business/index.mjs";
|
|
17
|
-
import { ApTable as
|
|
17
|
+
import { ApTable as V } from "./ap-table/index.mjs";
|
|
18
18
|
import "./editable-table/index.mjs";
|
|
19
19
|
import "./ap-descriptions/index.mjs";
|
|
20
20
|
import "./scroll-bar/index.mjs";
|
|
@@ -25,291 +25,292 @@ import "./resize-observer/index.mjs";
|
|
|
25
25
|
import "./ap-grid/index.mjs";
|
|
26
26
|
import "./text/index.mjs";
|
|
27
27
|
import "./mask/index.mjs";
|
|
28
|
-
import { Splitter as
|
|
28
|
+
import { Splitter as W } from "./splitter/index.mjs";
|
|
29
29
|
import "./ag-grid/index.mjs";
|
|
30
|
-
import { configProviderProps as
|
|
31
|
-
import { DEFAULT_NAMESPACE as
|
|
32
|
-
import { keysOf as
|
|
33
|
-
import { buildLocaleContext as
|
|
34
|
-
import { defaultNamespace as
|
|
35
|
-
import { ConfigProvider as
|
|
36
|
-
import { ApFormItemText 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
|
|
30
|
+
import { configProviderProps as j } from "./config-provider/config-provider-props.mjs";
|
|
31
|
+
import { DEFAULT_NAMESPACE as q, DEFAULT_UIMODE as J, configProviderContextKey as Q } from "./config-provider/constants.mjs";
|
|
32
|
+
import { keysOf as Y, provideGlobalConfig as Z, useGlobalConfig as $ } from "./config-provider/hooks/use-global-config.mjs";
|
|
33
|
+
import { buildLocaleContext as oe, buildTranslator as re, localeContextKey as te, translate as pe, useLocale as ae } from "./config-provider/hooks/use-locale.mjs";
|
|
34
|
+
import { defaultNamespace as fe, namespaceContextKey as le, useGetDerivedNamespace as xe, useNamespace as de } from "./config-provider/hooks/use-namespace.mjs";
|
|
35
|
+
import { ConfigProvider as Ae, globalConfigCached as se } from "./config-provider/config-provider.mjs";
|
|
36
|
+
import { ApFormItemText as ne } from "./ap-form/items/text/index.mjs";
|
|
37
|
+
import { default as Fe } from "./ap-form/items/text-area/index.vue.mjs";
|
|
38
|
+
import { default as Te } from "./ap-form/items/number/index.vue.mjs";
|
|
39
|
+
import { default as be } from "./ap-form/items/date/index.vue.mjs";
|
|
40
|
+
import { default as Se } from "./ap-form/items/date-range/index.vue.mjs";
|
|
41
|
+
import { default as Ge } from "./ap-form/items/radio/index.vue.mjs";
|
|
42
|
+
import { default as Pe } from "./ap-form/items/select/index.vue.mjs";
|
|
43
|
+
import { default as Le } from "./ap-form/items/switch/index.vue.mjs";
|
|
44
44
|
import { default as Ne } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
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 { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { ApFieldText 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 { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { DictCode as
|
|
77
|
-
import { createWorkOrderModal as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { NeedNameKeyDefault as
|
|
82
|
-
import { default as
|
|
83
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { ApTransformDataHelper as
|
|
91
|
-
import { default as
|
|
92
|
-
import { useTableModal as
|
|
93
|
-
import { useTableSelectModal as
|
|
94
|
-
import { ApAttachment as
|
|
95
|
-
import { ApBatchAction as
|
|
96
|
-
import { ApBatchActionGroup as
|
|
45
|
+
import { default as Me } from "./ap-form/items/text/password.vue.mjs";
|
|
46
|
+
import { default as we } from "./ap-form/items/tree-select/index.vue.mjs";
|
|
47
|
+
import { default as Be } from "./ap-form/item/index.vue.mjs";
|
|
48
|
+
import { default as Oe } from "./ap-form/item-group/index.vue.mjs";
|
|
49
|
+
import { default as Ve } from "./ap-form/list/index.vue.mjs";
|
|
50
|
+
import { default as We } from "./ap-form/search-form/index.vue.mjs";
|
|
51
|
+
import { default as je } from "./ap-form/modal-form/index.vue.mjs";
|
|
52
|
+
import { default as qe } from "./ap-form/dependency/index.vue.mjs";
|
|
53
|
+
import { default as Qe } from "./ap-form/set/index.vue.mjs";
|
|
54
|
+
import { default as Ye } from "./ap-form/drawer-form/index.vue.mjs";
|
|
55
|
+
import { default as $e } from "./ap-form/render/control.vue.mjs";
|
|
56
|
+
import { default as oo } from "./ap-form/render/item.vue.mjs";
|
|
57
|
+
import { default as to } from "./ap-form/provider/index.vue.mjs";
|
|
58
|
+
import { ApFieldText as ao } from "./ap-field/text/index.mjs";
|
|
59
|
+
import { default as fo } from "./ap-field/checkbox/index.vue.mjs";
|
|
60
|
+
import { default as xo } from "./ap-field/date/index.vue.mjs";
|
|
61
|
+
import { default as Ao } from "./ap-field/number/index.vue.mjs";
|
|
62
|
+
import { default as io } from "./ap-field/radio/index.vue.mjs";
|
|
63
|
+
import { default as co } from "./ap-field/switch/index.vue.mjs";
|
|
64
|
+
import { default as Io } from "./ap-field/text-area/index.vue.mjs";
|
|
65
|
+
import { default as Co } from "./ap-field/date-range/index.vue.mjs";
|
|
66
|
+
import { default as go } from "./ap-field/select/index.vue.mjs";
|
|
67
|
+
import { default as Do } from "./ap-field/text/password.vue.mjs";
|
|
68
|
+
import { default as ho } from "./ap-field/slider/index.vue.mjs";
|
|
69
|
+
import { default as Eo } from "./ap-field/segmented/index.vue.mjs";
|
|
70
|
+
import { default as Ro } from "./ap-field/rate/index.vue.mjs";
|
|
71
|
+
import { default as yo } from "./ap-field/tree-select/index.vue.mjs";
|
|
72
|
+
import { default as vo } from "./ap-action/item-modal/index.vue.mjs";
|
|
73
|
+
import { default as ko } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
74
|
+
import { default as Ko } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
75
|
+
import { default as Uo } from "./ap-action/group/index.vue.mjs";
|
|
76
|
+
import { DictCode as _o, langMap as Wo } from "./work-order-modal/interfaces.mjs";
|
|
77
|
+
import { createWorkOrderModal as jo } from "./work-order-modal/createWorkOrder.mjs";
|
|
78
|
+
import { default as qo } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
79
|
+
import { default as Qo } from "./ap-tag/ap-tag.vue.mjs";
|
|
80
|
+
import { default as Yo } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
81
|
+
import { NeedNameKeyDefault as $o } from "./ap-upload/apUploadTypes.mjs";
|
|
82
|
+
import { default as or } from "./ap-upload/apUpload.vue.mjs";
|
|
83
|
+
import { ApDownLoadNeedNameKeyDefault as tr } from "./ap-download/interface.mjs";
|
|
84
|
+
import { default as ar } from "./ap-download/ap-download.vue.mjs";
|
|
85
|
+
import { default as fr } from "./check-card/group.vue.mjs";
|
|
86
|
+
import { default as xr } from "./ap-list/index.vue.mjs";
|
|
87
|
+
import { default as ur } from "./ap-button/ap-button.vue.mjs";
|
|
88
|
+
import { default as sr } from "./ap-button/ap-action-button.vue.mjs";
|
|
89
|
+
import { default as nr } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
90
|
+
import { ApTransformDataHelper as Fr } from "./utils/ap-trans-data/index.mjs";
|
|
91
|
+
import { default as Tr } from "./business/ap-table-modal/index.mjs";
|
|
92
|
+
import { useTableModal as br } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
93
|
+
import { useTableSelectModal as Sr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
94
|
+
import { ApAttachment as Gr } from "./business/ap-attachment/index.mjs";
|
|
95
|
+
import { ApBatchAction as Pr } from "./business/ap-batch-action/index.mjs";
|
|
96
|
+
import { ApBatchActionGroup as Lr } from "./business/ap-batch-action-group/index.mjs";
|
|
97
97
|
import { ApButtonGroup as Nr } from "./business/ap-button-group/index.mjs";
|
|
98
|
-
import { ApCard as
|
|
99
|
-
import { ApExpandAlert as
|
|
100
|
-
import { ApExportGroupActionType as
|
|
101
|
-
import { ApExportGroup as
|
|
102
|
-
import { handleExportDownload as
|
|
103
|
-
import { convertExportField as
|
|
104
|
-
import { ApImage as
|
|
105
|
-
import { ApInputRadio as
|
|
106
|
-
import { ApLabel as
|
|
107
|
-
import { locales as
|
|
108
|
-
import { ApLadder as
|
|
109
|
-
import { ApSelectLayout as
|
|
110
|
-
import { ApStatus as
|
|
111
|
-
import { ApTitle as
|
|
112
|
-
import { usePageListApTable as
|
|
113
|
-
import { useTableRefresh as
|
|
114
|
-
import { usePageListApGrid as
|
|
115
|
-
import { useGridRefresh as
|
|
116
|
-
import { usePageListAgGrid as
|
|
117
|
-
import { computedRecords as
|
|
118
|
-
import { ApSummary as
|
|
119
|
-
import { ApNeedNameKeyDefault as
|
|
120
|
-
import { ApAppendix as
|
|
121
|
-
import { default as
|
|
122
|
-
import { default as
|
|
123
|
-
import { default as
|
|
124
|
-
import { ApSizeInput as
|
|
125
|
-
import { ApProductInfo as
|
|
126
|
-
import { ApCopy as
|
|
127
|
-
import { ApView as
|
|
128
|
-
import { ApRadioGroup as
|
|
129
|
-
import { ApKeepAliveProps as
|
|
130
|
-
import { ApKeepAlive as
|
|
131
|
-
import { LruCacher as
|
|
132
|
-
import { useApKeepAliveInject as
|
|
133
|
-
import { matches as
|
|
134
|
-
import { ApDraggableGrid as
|
|
135
|
-
import { ApValueSelectCard as
|
|
136
|
-
import { useTablePaging as
|
|
137
|
-
import { default as
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { ensureRangeValue as
|
|
141
|
-
import { default as
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as
|
|
144
|
-
import { default as
|
|
145
|
-
import { default as
|
|
146
|
-
import { default as
|
|
147
|
-
import { ROW_SELECTION_FIELD as
|
|
98
|
+
import { ApCard as Mr } from "./business/ap-card/index.mjs";
|
|
99
|
+
import { ApExpandAlert as wr } from "./business/ap-expand-alert/index.mjs";
|
|
100
|
+
import { ApExportGroupActionType as Br } from "./business/ap-export-group/interface.mjs";
|
|
101
|
+
import { ApExportGroup as Or } from "./business/ap-export-group/index.mjs";
|
|
102
|
+
import { handleExportDownload as Vr } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
103
|
+
import { convertExportField as Wr } from "./business/ap-export-group/convertExportField.mjs";
|
|
104
|
+
import { ApImage as jr } from "./business/ap-image/index.mjs";
|
|
105
|
+
import { ApInputRadio as qr } from "./business/ap-input-radio/index.mjs";
|
|
106
|
+
import { ApLabel as Qr, ApLabelGroup as Xr } from "./business/ap-label/index.mjs";
|
|
107
|
+
import { locales as Zr } from "./business/ap-ladder/interface.mjs";
|
|
108
|
+
import { ApLadder as et } from "./business/ap-ladder/index.mjs";
|
|
109
|
+
import { ApSelectLayout as rt } from "./business/ap-select-layout/index.mjs";
|
|
110
|
+
import { ApStatus as pt, ApStatusGroup as at } from "./business/ap-status/index.mjs";
|
|
111
|
+
import { ApTitle as ft } from "./business/ap-title/index.mjs";
|
|
112
|
+
import { usePageListApTable as xt } from "./business/hooks/usePageListApTable.mjs";
|
|
113
|
+
import { useTableRefresh as ut } from "./business/hooks/useTableRefresh.mjs";
|
|
114
|
+
import { usePageListApGrid as st } from "./business/hooks/usePageListApGrid.mjs";
|
|
115
|
+
import { useGridRefresh as nt } from "./business/hooks/useGridRefresh.mjs";
|
|
116
|
+
import { usePageListAgGrid as Ft } from "./business/hooks/usePageListAgGrid.mjs";
|
|
117
|
+
import { computedRecords as Tt, flattenColumns as Ct, formatDataIndex as bt, formatNumber as gt } from "./business/ap-summary/utils.mjs";
|
|
118
|
+
import { ApSummary as Dt } from "./business/ap-summary/index.mjs";
|
|
119
|
+
import { ApNeedNameKeyDefault as ht } from "./business/ap-appendix/interface.mjs";
|
|
120
|
+
import { ApAppendix as Et } from "./business/ap-appendix/index.mjs";
|
|
121
|
+
import { default as Rt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
122
|
+
import { default as yt } from "./business/batch-input-group/index.vue.mjs";
|
|
123
|
+
import { default as vt } from "./business/batch-input-group/form-item.vue.mjs";
|
|
124
|
+
import { ApSizeInput as kt } from "./business/ap-size-input/index.mjs";
|
|
125
|
+
import { ApProductInfo as Kt } from "./business/ap-product-info/index.mjs";
|
|
126
|
+
import { ApCopy as Ut } from "./business/ap-copy/index.mjs";
|
|
127
|
+
import { ApView as _t } from "./business/ap-view/index.mjs";
|
|
128
|
+
import { ApRadioGroup as zt } from "./business/ap-radio-group/index.mjs";
|
|
129
|
+
import { ApKeepAliveProps as Ht, forceStopTags as qt } from "./business/ap-keep-alive/interface.mjs";
|
|
130
|
+
import { ApKeepAlive as Qt } from "./business/ap-keep-alive/index.mjs";
|
|
131
|
+
import { LruCacher as Yt } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
132
|
+
import { useApKeepAliveInject as $t } from "./business/ap-keep-alive/hook.mjs";
|
|
133
|
+
import { matches as op } from "./business/ap-keep-alive/utils.mjs";
|
|
134
|
+
import { ApDraggableGrid as tp } from "./business/ap-draggable-grid/index.mjs";
|
|
135
|
+
import { ApValueSelectCard as ap } from "./business/ap-value-select-card/index.mjs";
|
|
136
|
+
import { useTablePaging as fp } from "./ap-table/hooks/use-table-paging.mjs";
|
|
137
|
+
import { default as xp } from "./editable-table/index.vue.mjs";
|
|
138
|
+
import { default as up } from "./editable-table/form-item.vue.mjs";
|
|
139
|
+
import { default as sp } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
140
|
+
import { ensureRangeValue as np } from "./scroll-bar/utils/index.mjs";
|
|
141
|
+
import { default as Fp } from "./scroll-bar/index.vue.mjs";
|
|
142
|
+
import { default as Tp } from "./scroll-bar/internal.vue.mjs";
|
|
143
|
+
import { default as bp } from "./scroll-view/index.vue.mjs";
|
|
144
|
+
import { default as Sp } from "./portal/index.vue.mjs";
|
|
145
|
+
import { default as Gp } from "./full-screen/index.vue.mjs";
|
|
146
|
+
import { default as Pp } from "./resize-observer/index.vue.mjs";
|
|
147
|
+
import { ROW_SELECTION_FIELD as Lp } from "./ap-grid/constants.mjs";
|
|
148
148
|
import { toTreeArray as Np } from "./ap-grid/utils/to-tree-array.mjs";
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as
|
|
151
|
-
import { default as
|
|
152
|
-
import { default as
|
|
153
|
-
import { default as
|
|
154
|
-
import { default as
|
|
155
|
-
import { default as
|
|
149
|
+
import { default as Mp } from "./ap-grid/index.vue.mjs";
|
|
150
|
+
import { default as wp } from "./ap-grid/editable/index.vue.mjs";
|
|
151
|
+
import { default as Bp } from "./ap-grid/editable/form-item.vue.mjs";
|
|
152
|
+
import { default as Op } from "./text/index.vue.mjs";
|
|
153
|
+
import { default as Vp } from "./text/group.vue.mjs";
|
|
154
|
+
import { default as Wp } from "./mask/index.vue.mjs";
|
|
155
|
+
import { default as jp } from "./ag-grid/index.vue.mjs";
|
|
156
156
|
export {
|
|
157
157
|
C as APConfigProvider,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
158
|
+
jp as AgGrid,
|
|
159
|
+
sr as ApActionButton,
|
|
160
|
+
Uo as ApActionGroup,
|
|
161
|
+
R as ApActionItem,
|
|
162
|
+
Ko as ApActionItemDropdown,
|
|
163
|
+
vo as ApActionItemModal,
|
|
164
|
+
ko as ApActionItemPopconfirm,
|
|
165
|
+
Et as ApAppendix,
|
|
166
|
+
Gr as ApAttachment,
|
|
167
|
+
Pr as ApBatchAction,
|
|
168
|
+
Lr as ApBatchActionGroup,
|
|
169
|
+
ur as ApButton,
|
|
170
170
|
Nr as ApButtonGroup,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
171
|
+
Mr as ApCard,
|
|
172
|
+
nr as ApConfirmButton,
|
|
173
|
+
Ut as ApCopy,
|
|
174
|
+
sp as ApDescriptions,
|
|
175
|
+
tr as ApDownLoadNeedNameKeyDefault,
|
|
176
|
+
ar as ApDownload,
|
|
177
|
+
tp as ApDraggableGrid,
|
|
178
|
+
k as ApDrawer,
|
|
179
|
+
wr as ApExpandAlert,
|
|
180
|
+
Or as ApExportGroup,
|
|
181
|
+
Br as ApExportGroupActionType,
|
|
182
182
|
D as ApField,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
183
|
+
fo as ApFieldCheckbox,
|
|
184
|
+
xo as ApFieldDate,
|
|
185
|
+
Co as ApFieldDateRange,
|
|
186
|
+
Ao as ApFieldNumber,
|
|
187
|
+
Do as ApFieldPassword,
|
|
188
|
+
io as ApFieldRadio,
|
|
189
|
+
Ro as ApFieldRate,
|
|
190
|
+
G as ApFieldRead,
|
|
191
|
+
Eo as ApFieldSegmented,
|
|
192
|
+
go as ApFieldSelect,
|
|
193
|
+
ho as ApFieldSlider,
|
|
194
|
+
co as ApFieldSwitch,
|
|
195
|
+
ao as ApFieldText,
|
|
196
|
+
Io as ApFieldTextArea,
|
|
197
|
+
yo as ApFieldTreeSelect,
|
|
197
198
|
g as ApForm,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
199
|
+
$e as ApFormControlRender,
|
|
200
|
+
qe as ApFormDependency,
|
|
201
|
+
Ye as ApFormDrawerForm,
|
|
202
|
+
Be as ApFormItem,
|
|
203
|
+
vt as ApFormItemBatchInput,
|
|
203
204
|
Ne as ApFormItemCheckbox,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
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
|
-
|
|
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
|
-
|
|
205
|
+
be as ApFormItemDate,
|
|
206
|
+
Se as ApFormItemDateRange,
|
|
207
|
+
Oe as ApFormItemGroup,
|
|
208
|
+
Te as ApFormItemNumber,
|
|
209
|
+
Ge as ApFormItemRadio,
|
|
210
|
+
oo as ApFormItemRender,
|
|
211
|
+
Pe as ApFormItemSelect,
|
|
212
|
+
Le as ApFormItemSwitch,
|
|
213
|
+
ne as ApFormItemText,
|
|
214
|
+
Fe as ApFormItemTextArea,
|
|
215
|
+
Me as ApFormItemTextPassword,
|
|
216
|
+
we as ApFormItemTreeSelect,
|
|
217
|
+
Ve as ApFormList,
|
|
218
|
+
je as ApFormModalForm,
|
|
219
|
+
to as ApFormProvider,
|
|
220
|
+
We as ApFormSearchForm,
|
|
221
|
+
Qe as ApFormSet,
|
|
222
|
+
Mp as ApGrid,
|
|
223
|
+
jr as ApImage,
|
|
224
|
+
qr as ApInputRadio,
|
|
225
|
+
Qt as ApKeepAlive,
|
|
226
|
+
Ht as ApKeepAliveProps,
|
|
227
|
+
Qr as ApLabel,
|
|
228
|
+
Xr as ApLabelGroup,
|
|
229
|
+
et as ApLadder,
|
|
230
|
+
xr as ApList,
|
|
231
|
+
v as ApModal,
|
|
232
|
+
ht as ApNeedNameKeyDefault,
|
|
233
|
+
K as ApProCard,
|
|
234
|
+
Kt as ApProductInfo,
|
|
235
|
+
zt as ApRadioGroup,
|
|
236
|
+
rt as ApSelectLayout,
|
|
237
|
+
kt as ApSizeInput,
|
|
238
|
+
O as ApStatisticCard,
|
|
239
|
+
pt as ApStatus,
|
|
240
|
+
at as ApStatusGroup,
|
|
241
|
+
Dt as ApSummary,
|
|
242
|
+
V as ApTable,
|
|
243
|
+
Tr as ApTableModal,
|
|
244
|
+
Qo as ApTag,
|
|
245
|
+
Yo as ApTagGroup,
|
|
246
|
+
Op as ApText,
|
|
247
|
+
Vp as ApTextGroup,
|
|
248
|
+
ft as ApTitle,
|
|
249
|
+
Fr as ApTransformDataHelper,
|
|
250
|
+
or as ApUpload,
|
|
251
|
+
Rt as ApUploadSingle,
|
|
252
|
+
ap as ApValueSelectCard,
|
|
253
|
+
_t as ApView,
|
|
254
|
+
yt as BatchInputGroup,
|
|
255
|
+
y as CheckCard,
|
|
256
|
+
fr as CheckCardGroup,
|
|
257
|
+
Ae as ConfigProvider,
|
|
258
|
+
q as DEFAULT_NAMESPACE,
|
|
259
|
+
J as DEFAULT_UIMODE,
|
|
260
|
+
_o as DictCode,
|
|
261
|
+
wp as EditableGrid,
|
|
262
|
+
Bp as EditableGridFormItem,
|
|
263
|
+
xp as EditableTable,
|
|
264
|
+
up as EditableTableFormItem,
|
|
265
|
+
Gp as FullScreen,
|
|
266
|
+
Tp as InternalScrollBar,
|
|
267
|
+
Yt as LruCacher,
|
|
268
|
+
Wp as Mask,
|
|
269
|
+
$o as NeedNameKeyDefault,
|
|
270
|
+
Sp as Portal,
|
|
271
|
+
Lp as ROW_SELECTION_FIELD,
|
|
272
|
+
Pp as ResizeObserver,
|
|
273
|
+
Fp as ScrollBar,
|
|
274
|
+
bp as ScrollView,
|
|
275
|
+
W as Splitter,
|
|
276
|
+
qo as WorkOrderModal,
|
|
277
|
+
P as adminToken,
|
|
278
|
+
E as aplusToken,
|
|
279
|
+
oe as buildLocaleContext,
|
|
280
|
+
re as buildTranslator,
|
|
281
|
+
Tt as computedRecords,
|
|
282
|
+
Q as configProviderContextKey,
|
|
283
|
+
j as configProviderProps,
|
|
284
|
+
Wr as convertExportField,
|
|
285
|
+
jo as createWorkOrderModal,
|
|
286
|
+
fe as defaultNamespace,
|
|
287
|
+
np as ensureRangeValue,
|
|
288
|
+
Ct as flattenColumns,
|
|
289
|
+
qt as forceStopTags,
|
|
290
|
+
bt as formatDataIndex,
|
|
291
|
+
gt as formatNumber,
|
|
292
|
+
se as globalConfigCached,
|
|
293
|
+
Vr as handleExportDownload,
|
|
294
|
+
op as isNameMatches,
|
|
295
|
+
Y as keysOf,
|
|
296
|
+
Wo as langMap,
|
|
297
|
+
te as localeContextKey,
|
|
298
|
+
Zr as locales,
|
|
299
|
+
le as namespaceContextKey,
|
|
300
|
+
Z as provideGlobalConfig,
|
|
300
301
|
Np as toTreeArray,
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
302
|
+
pe as translate,
|
|
303
|
+
$t as useApKeepAliveInject,
|
|
304
|
+
xe as useGetDerivedNamespace,
|
|
305
|
+
$ as useGlobalConfig,
|
|
306
|
+
nt as useGridRefresh,
|
|
307
|
+
ae as useLocale,
|
|
308
|
+
de as useNamespace,
|
|
309
|
+
Ft as usePageListAgGrid,
|
|
310
|
+
st as usePageListApGrid,
|
|
311
|
+
xt as usePageListApTable,
|
|
312
|
+
br as useTableModal,
|
|
313
|
+
fp as useTablePaging,
|
|
314
|
+
ut as useTableRefresh,
|
|
315
|
+
Sr as useTableSelectModal
|
|
315
316
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
function l(t, e) {
|
|
2
|
+
const r = e == null ? void 0 : e.format;
|
|
3
|
+
if (typeof t != "string")
|
|
4
|
+
return !1;
|
|
5
|
+
try {
|
|
6
|
+
if (r === "text/html") {
|
|
7
|
+
const a = new ClipboardItem({
|
|
8
|
+
[r]: new Blob([t], { type: r }),
|
|
9
|
+
"text/plain": new Blob([t], { type: "text/plain" })
|
|
10
|
+
});
|
|
11
|
+
navigator.clipboard.write([a]);
|
|
12
|
+
} else
|
|
13
|
+
navigator.clipboard.writeText(t);
|
|
14
|
+
return !0;
|
|
15
|
+
} catch {
|
|
16
|
+
return !1;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {
|
|
20
|
+
l as copy
|
|
21
|
+
};
|