@aplus-frontend/ui 0.0.36 → 0.0.38
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 +16 -14
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +27 -0
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +97 -0
- package/es/src/ap-descriptions/ap-descriptions.vue2.mjs +5 -0
- package/es/src/ap-descriptions/formatter/index.d.ts +78 -0
- package/es/src/ap-descriptions/formatter/index.mjs +127 -0
- package/es/src/ap-descriptions/formatter/utils.d.ts +7 -0
- package/es/src/ap-descriptions/formatter/utils.mjs +6 -0
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +23 -0
- package/es/src/ap-descriptions/help-message/index.vue.mjs +4 -0
- package/es/src/ap-descriptions/help-message/index.vue2.mjs +27 -0
- package/es/src/ap-descriptions/helper.d.ts +10 -0
- package/es/src/ap-descriptions/helper.mjs +24 -0
- package/es/src/ap-descriptions/index.d.ts +4 -0
- package/es/src/ap-descriptions/index.mjs +2 -0
- package/es/src/ap-descriptions/interface.d.ts +50 -0
- package/es/src/ap-descriptions/interface.mjs +1 -0
- package/es/src/ap-descriptions/style/ap-descriptions.css +57 -0
- package/es/src/ap-download/ap-download.vue.mjs +27 -30
- package/es/src/ap-download/hooks/index.d.ts +1 -6
- package/es/src/ap-download/hooks/index.mjs +12 -12
- package/es/src/ap-download/interface.d.ts +3 -13
- package/es/src/ap-download/style/ap-download.css +12 -12
- package/es/src/ap-field/interface.d.ts +3 -3
- package/es/src/business/ap-label/ApLabel.vue.d.ts +13 -2
- package/es/src/business/ap-label/ApLabel.vue2.mjs +43 -25
- package/es/src/business/ap-label/interface.d.ts +6 -3
- package/es/src/business/ap-label/style.css +2 -1
- package/es/src/business/index.d.ts +53 -9
- package/es/src/config-provider/config-provider-props.d.ts +5 -1
- package/es/src/config-provider/config-provider-props.mjs +6 -2
- package/es/src/config-provider/config-provider.d.ts +14 -1
- package/es/src/config-provider/config-provider.mjs +17 -16
- package/es/src/config-provider/constants.d.ts +3 -0
- package/es/src/config-provider/hooks/use-global-config.d.ts +5 -1
- package/es/src/config-provider/index.d.ts +20 -1
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +241 -238
- package/es/src/theme/ap-descriptions/ap-descriptions.css +57 -0
- package/es/src/theme/ap-download/ap-download.css +12 -12
- package/es/src/theme/ap-label/ap-label.css +2 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +27 -0
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -0
- package/lib/src/ap-descriptions/ap-descriptions.vue2.js +1 -0
- package/lib/src/ap-descriptions/formatter/index.d.ts +78 -0
- package/lib/src/ap-descriptions/formatter/index.js +1 -0
- package/lib/src/ap-descriptions/formatter/utils.d.ts +7 -0
- package/lib/src/ap-descriptions/formatter/utils.js +1 -0
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +23 -0
- package/lib/src/ap-descriptions/help-message/index.vue.js +1 -0
- package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -0
- package/lib/src/ap-descriptions/helper.d.ts +10 -0
- package/lib/src/ap-descriptions/helper.js +1 -0
- package/lib/src/ap-descriptions/index.d.ts +4 -0
- package/lib/src/ap-descriptions/index.js +1 -0
- package/lib/src/ap-descriptions/interface.d.ts +50 -0
- package/lib/src/ap-descriptions/interface.js +1 -0
- package/lib/src/ap-descriptions/style/ap-descriptions.css +57 -0
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-download/hooks/index.d.ts +1 -6
- package/lib/src/ap-download/hooks/index.js +1 -1
- package/lib/src/ap-download/interface.d.ts +3 -13
- package/lib/src/ap-download/style/ap-download.css +12 -12
- package/lib/src/ap-field/interface.d.ts +3 -3
- package/lib/src/business/ap-label/ApLabel.vue.d.ts +13 -2
- package/lib/src/business/ap-label/ApLabel.vue2.js +1 -1
- package/lib/src/business/ap-label/interface.d.ts +6 -3
- package/lib/src/business/ap-label/style.css +2 -1
- package/lib/src/business/index.d.ts +53 -9
- package/lib/src/config-provider/config-provider-props.d.ts +5 -1
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +14 -1
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +3 -0
- package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -1
- package/lib/src/config-provider/index.d.ts +20 -1
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/theme/ap-descriptions/ap-descriptions.css +57 -0
- package/lib/src/theme/ap-download/ap-download.css +12 -12
- package/lib/src/theme/ap-label/ap-label.css +2 -1
- package/package.json +5 -5
package/es/src/index.mjs
CHANGED
|
@@ -1,262 +1,265 @@
|
|
|
1
|
-
import { Icon as
|
|
2
|
-
import { APConfigProvider as
|
|
3
|
-
import { Scrollbar as
|
|
4
|
-
import { CollapseContainer as
|
|
5
|
-
import { IconPicker as
|
|
1
|
+
import { Icon as n, SvgIcon as A } from "./icon/index.mjs";
|
|
2
|
+
import { APConfigProvider as F } from "./config-provider/index.mjs";
|
|
3
|
+
import { Scrollbar as C } from "./scroll-bar/index.mjs";
|
|
4
|
+
import { CollapseContainer as I, ScrollContainer as b } from "./container/index.mjs";
|
|
5
|
+
import { IconPicker as P } from "./icon-picker/index.mjs";
|
|
6
6
|
import "./locale/index.mjs";
|
|
7
|
-
import { BasicArrow as h, BasicHelp as
|
|
8
|
-
import { ExpandTransition as
|
|
9
|
-
import { Description as
|
|
10
|
-
import { Field as
|
|
11
|
-
import { BaseButton as
|
|
12
|
-
import { StrengthMeter as
|
|
13
|
-
import { BaseModal as
|
|
14
|
-
import { CropperAvatar as
|
|
15
|
-
import { CountdownButton as
|
|
16
|
-
import { createPrompt as
|
|
17
|
-
import { Dropdown as
|
|
7
|
+
import { BasicArrow as h, BasicHelp as R, BasicTitle as v } from "./basic/index.mjs";
|
|
8
|
+
import { ExpandTransition as k, ExpandXTransition as w, FadeTransition as B, ScaleRotateTransition as G, ScaleTransition as L, ScrollXReverseTransition as y, ScrollXTransition as N, ScrollYReverseTransition as E, ScrollYTransition as X, SlideXReverseTransition as K, SlideXTransition as Y, SlideYReverseTransition as O, SlideYTransition as H } from "./transition/index.mjs";
|
|
9
|
+
import { Description as z } from "./description/index.mjs";
|
|
10
|
+
import { Field as j } from "./pro-form/index.mjs";
|
|
11
|
+
import { BaseButton as J } from "./base-button/index.mjs";
|
|
12
|
+
import { StrengthMeter as V } from "./strength-meter/index.mjs";
|
|
13
|
+
import { BaseModal as _ } from "./modal/index.mjs";
|
|
14
|
+
import { CropperAvatar as oo, CropperImage as eo } from "./cropper/index.mjs";
|
|
15
|
+
import { CountdownButton as to, CountdownInput as ao } from "./count-down/index.mjs";
|
|
16
|
+
import { createPrompt as fo } from "./prompt/index.mjs";
|
|
17
|
+
import { Dropdown as lo } from "./dropdown/index.mjs";
|
|
18
18
|
import "./pro-table/index.mjs";
|
|
19
|
-
import { ApForm as
|
|
20
|
-
import { ApField as
|
|
21
|
-
import { adminToken as
|
|
22
|
-
import { ApActionItem as
|
|
19
|
+
import { ApForm as io } from "./ap-form/index.mjs";
|
|
20
|
+
import { ApField as uo } from "./ap-field/index.mjs";
|
|
21
|
+
import { adminToken as Ao, aplusToken as co } from "./design-token/index.mjs";
|
|
22
|
+
import { ApActionItem as To } from "./ap-action/index.mjs";
|
|
23
23
|
import "./ap-custom-column/index.mjs";
|
|
24
24
|
import "./work-order-modal/index.mjs";
|
|
25
25
|
import "./ap-tag/index.mjs";
|
|
26
26
|
import "./ap-layout/index.mjs";
|
|
27
27
|
import "./ap-upload/index.mjs";
|
|
28
28
|
import "./ap-download/index.mjs";
|
|
29
|
-
import { CheckCard as
|
|
30
|
-
import { ApModal as
|
|
29
|
+
import { CheckCard as So } from "./check-card/index.mjs";
|
|
30
|
+
import { ApModal as bo } from "./ap-modal/index.mjs";
|
|
31
31
|
import "./ap-list/index.mjs";
|
|
32
|
-
import { ApExpandAlert as
|
|
32
|
+
import { ApExpandAlert as Po, ApLabel as Do, ApSelectLayout as ho, ApStatus as Ro, ApStatusGroup as vo, ApTitle as Mo } from "./business/index.mjs";
|
|
33
33
|
import "./ap-table/index.mjs";
|
|
34
34
|
import "./editable-table/index.mjs";
|
|
35
|
-
import
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as De } from "./pro-form/
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
35
|
+
import "./ap-descriptions/index.mjs";
|
|
36
|
+
import { configProviderProps as wo } from "./config-provider/config-provider-props.mjs";
|
|
37
|
+
import { configProviderContextKey as Go, tableDefaultConfig as Lo } from "./config-provider/constants.mjs";
|
|
38
|
+
import { keysOf as No, provideGlobalConfig as Eo, useGlobalConfig as Xo } from "./config-provider/hooks/use-global-config.mjs";
|
|
39
|
+
import { buildLocaleContext as Yo, buildTranslator as Oo, localeContextKey as Ho, translate as Wo, useLocale as zo } from "./config-provider/hooks/use-locale.mjs";
|
|
40
|
+
import { defaultNamespace as jo, namespaceContextKey as qo, useGetDerivedNamespace as Jo, useNamespace as Qo } from "./config-provider/hooks/use-namespace.mjs";
|
|
41
|
+
import { ConfigProvider as Zo, globalConfigCached as _o } from "./config-provider/config-provider.mjs";
|
|
42
|
+
import { default as oe } from "./locale/lang/zh-cn.mjs";
|
|
43
|
+
import { default as re } from "./locale/lang/en.mjs";
|
|
44
|
+
import { default as ae } from "./transition/collapse-transition.vue.mjs";
|
|
45
|
+
import { useDescription as fe } from "./description/use-description.mjs";
|
|
46
|
+
import { useComponentRegister as le } from "./pro-form/hooks/use-component-register.mjs";
|
|
47
|
+
import { useForm as se } from "./pro-form/hooks/use-form.mjs";
|
|
48
|
+
import { isComponentFormSchema as xe, isSlotFormSchema as ue } from "./pro-form/types/form.mjs";
|
|
49
|
+
import { default as Ae } from "./pro-form/components/api-cascader.vue.mjs";
|
|
50
|
+
import { default as Fe } from "./pro-form/components/api-radio-group.vue.mjs";
|
|
51
|
+
import { default as Ce } from "./pro-form/components/api-select.vue.mjs";
|
|
52
|
+
import { default as Ie } from "./pro-form/components/api-transfer.vue.mjs";
|
|
53
|
+
import { default as ge } from "./pro-form/components/api-tree.vue.mjs";
|
|
54
|
+
import { default as De } from "./pro-form/components/radio-button-group.vue.mjs";
|
|
55
|
+
import { default as Re } from "./pro-form/pro-form.vue.mjs";
|
|
56
|
+
import { default as Me } from "./pro-form/components/api-tree-select.vue.mjs";
|
|
57
|
+
import { default as we } from "./pro-form/table-form.vue.mjs";
|
|
58
|
+
import { default as Ge } from "./pro-form/table-form-inner.vue.mjs";
|
|
59
|
+
import { default as ye } from "./base-button/modal-button.vue.mjs";
|
|
60
|
+
import { default as Ee } from "./base-button/pop-confirm-button.vue.mjs";
|
|
61
|
+
import { useModalContext as Ke } from "./modal/hooks/use-modal-context.mjs";
|
|
62
|
+
import { useModal as Oe, useModalInner as He } from "./modal/hooks/use-modal.mjs";
|
|
63
|
+
import { default as ze } from "./pro-table/pro-table.vue.mjs";
|
|
64
|
+
import { default as je } from "./pro-table/components/table-action.vue.mjs";
|
|
65
|
+
import { default as Je } from "./pro-table/components/edit-table-header-icon.vue.mjs";
|
|
66
|
+
import { default as Ve } from "./pro-table/components/table-image.vue.mjs";
|
|
67
|
+
import { useTable as _e } from "./pro-table/hooks/use-table.mjs";
|
|
68
|
+
import { ApFormItemText as or } from "./ap-form/items/text/index.mjs";
|
|
69
|
+
import { default as rr } from "./ap-form/items/text-area/index.vue.mjs";
|
|
70
|
+
import { default as ar } from "./ap-form/items/number/index.vue.mjs";
|
|
71
|
+
import { default as fr } from "./ap-form/items/date/index.vue.mjs";
|
|
72
|
+
import { default as lr } from "./ap-form/items/date-range/index.vue.mjs";
|
|
73
|
+
import { default as sr } from "./ap-form/items/radio/index.vue.mjs";
|
|
73
74
|
import { default as xr } from "./ap-form/items/select/index.vue.mjs";
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
75
|
+
import { default as nr } from "./ap-form/items/switch/index.vue.mjs";
|
|
76
|
+
import { default as cr } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
77
|
+
import { default as Tr } from "./ap-form/items/text/password.vue.mjs";
|
|
78
|
+
import { default as Sr } from "./ap-form/ap-form-item.vue.mjs";
|
|
79
|
+
import { default as br } from "./ap-form/ap-form-item-group/index.vue.mjs";
|
|
80
|
+
import { default as Pr } from "./ap-form/ap-form-list.vue.mjs";
|
|
80
81
|
import { default as hr } from "./ap-form/search-form/index.vue.mjs";
|
|
81
|
-
import { default as
|
|
82
|
-
import { ApFieldText as
|
|
83
|
-
import { default 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 { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { generateTableList as
|
|
82
|
+
import { default as vr } from "./ap-form/modal-form/index.vue.mjs";
|
|
83
|
+
import { ApFieldText as kr } from "./ap-field/text/index.mjs";
|
|
84
|
+
import { default as Br } from "./ap-field/checkbox/index.vue.mjs";
|
|
85
|
+
import { default as Lr } from "./ap-field/date/index.vue.mjs";
|
|
86
|
+
import { default as Nr } from "./ap-field/number/index.vue.mjs";
|
|
87
|
+
import { default as Xr } from "./ap-field/radio/index.vue.mjs";
|
|
88
|
+
import { default as Yr } from "./ap-field/switch/index.vue.mjs";
|
|
89
|
+
import { default as Hr } from "./ap-field/text-area/index.vue.mjs";
|
|
90
|
+
import { default as zr } from "./ap-field/date-range/index.vue.mjs";
|
|
91
|
+
import { default as jr } from "./ap-field/select/index.vue.mjs";
|
|
92
|
+
import { default as Jr } from "./ap-field/text/password.vue.mjs";
|
|
93
|
+
import { default as Vr } from "./ap-field/slider/index.vue.mjs";
|
|
94
|
+
import { default as _r } from "./ap-field/segmented/index.vue.mjs";
|
|
95
|
+
import { default as ot } from "./ap-field/rate/index.vue.mjs";
|
|
96
|
+
import { default as rt } from "./ap-action/item-modal/index.vue.mjs";
|
|
97
|
+
import { default as at } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
98
|
+
import { default as ft } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
99
|
+
import { default as lt } from "./ap-action/group/index.vue.mjs";
|
|
100
|
+
import { generateTableList as st } from "./ap-custom-column/utils.mjs";
|
|
100
101
|
import { useCacheColumnSetting as xt } from "./ap-custom-column/useCacheColumnSetting.mjs";
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { DictCode as
|
|
104
|
-
import { createWorkOrderModal as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
102
|
+
import { default as nt } from "./ap-custom-column/custom-column.vue.mjs";
|
|
103
|
+
import { default as ct } from "./ap-custom-column/column-select.vue.mjs";
|
|
104
|
+
import { DictCode as Tt } from "./work-order-modal/interfaces.mjs";
|
|
105
|
+
import { createWorkOrderModal as St } from "./work-order-modal/createWorkOrder.mjs";
|
|
106
|
+
import { default as bt } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
107
|
+
import { default as Pt } from "./ap-tag/ap-tag.vue.mjs";
|
|
107
108
|
import { default as ht } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
108
|
-
import { default as
|
|
109
|
-
import { NeedNameKeyDefault as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { useTablePaging as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
109
|
+
import { default as vt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
|
|
110
|
+
import { NeedNameKeyDefault as kt } from "./ap-upload/apUploadTypes.mjs";
|
|
111
|
+
import { default as Bt } from "./ap-upload/apUpload.vue.mjs";
|
|
112
|
+
import { default as Lt } from "./ap-download/ap-download.vue.mjs";
|
|
113
|
+
import { default as Nt } from "./check-card/group.vue.mjs";
|
|
114
|
+
import { default as Xt } from "./ap-list/index.vue.mjs";
|
|
115
|
+
import { useTablePaging as Yt } from "./ap-table/hooks/use-table-paging.mjs";
|
|
116
|
+
import { default as Ht } from "./ap-table/ap-table.vue.mjs";
|
|
117
|
+
import { default as zt } from "./editable-table/index.vue.mjs";
|
|
118
|
+
import { default as jt } from "./editable-table/form-item.vue.mjs";
|
|
119
|
+
import { default as Jt } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
118
120
|
export {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
121
|
+
F as APConfigProvider,
|
|
122
|
+
lt as ApActionGroup,
|
|
123
|
+
To as ApActionItem,
|
|
124
|
+
ft as ApActionItemDropdown,
|
|
125
|
+
rt as ApActionItemModal,
|
|
126
|
+
at as ApActionItemPopconfirm,
|
|
127
|
+
nt as ApCustomColumn,
|
|
128
|
+
ct as ApCustomSelect,
|
|
129
|
+
Jt as ApDescriptions,
|
|
130
|
+
Lt as ApDownload,
|
|
131
|
+
Po as ApExpandAlert,
|
|
132
|
+
uo as ApField,
|
|
133
|
+
Br as ApFieldCheckbox,
|
|
134
|
+
Lr as ApFieldDate,
|
|
135
|
+
zr as ApFieldDateRange,
|
|
136
|
+
Nr as ApFieldNumber,
|
|
137
|
+
Jr as ApFieldPassword,
|
|
138
|
+
Xr as ApFieldRadio,
|
|
139
|
+
ot as ApFieldRate,
|
|
140
|
+
_r as ApFieldSegmented,
|
|
141
|
+
jr as ApFieldSelect,
|
|
142
|
+
Vr as ApFieldSlider,
|
|
143
|
+
Yr as ApFieldSwitch,
|
|
144
|
+
kr as ApFieldText,
|
|
145
|
+
Hr as ApFieldTextArea,
|
|
146
|
+
io as ApForm,
|
|
147
|
+
Sr as ApFormItem,
|
|
148
|
+
cr as ApFormItemCheckbox,
|
|
149
|
+
fr as ApFormItemDate,
|
|
150
|
+
lr as ApFormItemDateRange,
|
|
151
|
+
br as ApFormItemGroup,
|
|
152
|
+
ar as ApFormItemNumber,
|
|
153
|
+
sr as ApFormItemRadio,
|
|
151
154
|
xr as ApFormItemSelect,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
155
|
+
nr as ApFormItemSwitch,
|
|
156
|
+
or as ApFormItemText,
|
|
157
|
+
rr as ApFormItemTextArea,
|
|
158
|
+
Tr as ApFormItemTextPassword,
|
|
159
|
+
Pr as ApFormList,
|
|
160
|
+
vr as ApFormModalForm,
|
|
158
161
|
hr as ApFormSearchForm,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
162
|
+
vt as ApInfoLayout,
|
|
163
|
+
Do as ApLabel,
|
|
164
|
+
Xt as ApList,
|
|
165
|
+
bo as ApModal,
|
|
163
166
|
ho as ApSelectLayout,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
167
|
+
Ro as ApStatus,
|
|
168
|
+
vo as ApStatusGroup,
|
|
169
|
+
Ht as ApTable,
|
|
170
|
+
Pt as ApTag,
|
|
168
171
|
ht as ApTagGroup,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
172
|
+
Mo as ApTitle,
|
|
173
|
+
Bt as ApUpload,
|
|
174
|
+
Ae as ApiCascader,
|
|
175
|
+
Fe as ApiRadioGroup,
|
|
176
|
+
Ce as ApiSelect,
|
|
177
|
+
Ie as ApiTransfer,
|
|
178
|
+
ge as ApiTree,
|
|
179
|
+
Me as ApiTreeSelect,
|
|
180
|
+
J as BaseButton,
|
|
181
|
+
_ as BaseModal,
|
|
179
182
|
h as BasicArrow,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
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
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
183
|
+
R as BasicHelp,
|
|
184
|
+
v as BasicTitle,
|
|
185
|
+
So as CheckCard,
|
|
186
|
+
Nt as CheckCardGroup,
|
|
187
|
+
I as CollapseContainer,
|
|
188
|
+
ae as CollapseTransition,
|
|
189
|
+
Zo as ConfigProvider,
|
|
190
|
+
to as CountdownButton,
|
|
191
|
+
ao as CountdownInput,
|
|
192
|
+
oo as CropperAvatar,
|
|
193
|
+
eo as CropperImage,
|
|
194
|
+
z as Description,
|
|
195
|
+
Tt as DictCode,
|
|
196
|
+
lo as Dropdown,
|
|
197
|
+
Je as EditTableHeaderIcon,
|
|
198
|
+
zt as EditableTable,
|
|
199
|
+
jt as EditableTableFormItem,
|
|
200
|
+
k as ExpandTransition,
|
|
201
|
+
w as ExpandXTransition,
|
|
202
|
+
B as FadeTransition,
|
|
203
|
+
j as Field,
|
|
204
|
+
n as Icon,
|
|
205
|
+
P as IconPicker,
|
|
206
|
+
ye as ModalButton,
|
|
207
|
+
kt as NeedNameKeyDefault,
|
|
208
|
+
Ee as PopConfirmButton,
|
|
209
|
+
Re as ProForm,
|
|
210
|
+
ze as ProTable,
|
|
211
|
+
we as ProTableForm,
|
|
212
|
+
Ge as ProTableFormInner,
|
|
213
|
+
De as RadioButtonGroup,
|
|
214
|
+
G as ScaleRotateTransition,
|
|
215
|
+
L as ScaleTransition,
|
|
216
|
+
b as ScrollContainer,
|
|
217
|
+
y as ScrollXReverseTransition,
|
|
218
|
+
N as ScrollXTransition,
|
|
219
|
+
E as ScrollYReverseTransition,
|
|
220
|
+
X as ScrollYTransition,
|
|
221
|
+
C as Scrollbar,
|
|
222
|
+
K as SlideXReverseTransition,
|
|
223
|
+
Y as SlideXTransition,
|
|
224
|
+
O as SlideYReverseTransition,
|
|
225
|
+
H as SlideYTransition,
|
|
226
|
+
V as StrengthMeter,
|
|
227
|
+
A as SvgIcon,
|
|
228
|
+
je as TableAction,
|
|
229
|
+
Ve as TableImg,
|
|
230
|
+
bt as WorkOrderModal,
|
|
231
|
+
Ao as adminToken,
|
|
232
|
+
co as aplusToken,
|
|
233
|
+
Yo as buildLocaleContext,
|
|
234
|
+
Oo as buildTranslator,
|
|
235
|
+
Go as configProviderContextKey,
|
|
236
|
+
wo as configProviderProps,
|
|
237
|
+
fo as createPrompt,
|
|
238
|
+
St as createWorkOrderModal,
|
|
239
|
+
jo as defaultNamespace,
|
|
240
|
+
re as en,
|
|
241
|
+
st as generateTableList,
|
|
242
|
+
_o as globalConfigCached,
|
|
240
243
|
xe as isComponentFormSchema,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
244
|
+
ue as isSlotFormSchema,
|
|
245
|
+
No as keysOf,
|
|
246
|
+
Ho as localeContextKey,
|
|
247
|
+
qo as namespaceContextKey,
|
|
248
|
+
Eo as provideGlobalConfig,
|
|
249
|
+
Lo as tableDefaultConfig,
|
|
250
|
+
Wo as translate,
|
|
248
251
|
xt as useCacheColumnSetting,
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
252
|
+
le as useComponentRegister,
|
|
253
|
+
fe as useDescription,
|
|
254
|
+
se as useForm,
|
|
255
|
+
Jo as useGetDerivedNamespace,
|
|
256
|
+
Xo as useGlobalConfig,
|
|
257
|
+
zo as useLocale,
|
|
258
|
+
Oe as useModal,
|
|
259
|
+
Ke as useModalContext,
|
|
260
|
+
He as useModalInner,
|
|
261
|
+
Qo as useNamespace,
|
|
262
|
+
_e as useTable,
|
|
263
|
+
Yt as useTablePaging,
|
|
264
|
+
oe as zhCn
|
|
262
265
|
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
TODO:
|
|
3
|
+
1.admin和aplus样式提成变量?
|
|
4
|
+
*/
|
|
5
|
+
.aplus-ap-descriptions {
|
|
6
|
+
--ap-descriptions-item-padding-bottom: 24px;
|
|
7
|
+
--ap-descriptions-item-label-width: auto;
|
|
8
|
+
}
|
|
9
|
+
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-view table {
|
|
10
|
+
table-layout: fixed;
|
|
11
|
+
}
|
|
12
|
+
.aplus-ap-descriptions .ant-descriptions td.ant-descriptions-item {
|
|
13
|
+
padding-bottom: var(--ap-descriptions-item-padding-bottom);
|
|
14
|
+
}
|
|
15
|
+
.aplus-ap-descriptions .ant-descriptions th.ant-descriptions-item {
|
|
16
|
+
padding-bottom: 8px;
|
|
17
|
+
}
|
|
18
|
+
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-row:last-child .ant-descriptions-item {
|
|
19
|
+
padding-bottom: 0;
|
|
20
|
+
}
|
|
21
|
+
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-item-label::after {
|
|
22
|
+
margin-inline: 4px 20px;
|
|
23
|
+
}
|
|
24
|
+
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label {
|
|
25
|
+
justify-content: flex-end;
|
|
26
|
+
width: var(--ap-descriptions-item-label-width);
|
|
27
|
+
color: #999999;
|
|
28
|
+
}
|
|
29
|
+
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
30
|
+
margin-left: 4px;
|
|
31
|
+
color: #34b77c;
|
|
32
|
+
font-size: 16px;
|
|
33
|
+
}
|
|
34
|
+
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-content {
|
|
35
|
+
color: #333333;
|
|
36
|
+
}
|
|
37
|
+
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-content .ap-descriptions-item-content__link {
|
|
38
|
+
color: #1890ff;
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
}
|
|
41
|
+
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label {
|
|
42
|
+
justify-content: flex-end;
|
|
43
|
+
width: var(--ap-descriptions-item-label-width);
|
|
44
|
+
color: #8896B0;
|
|
45
|
+
}
|
|
46
|
+
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
47
|
+
margin-left: 4px;
|
|
48
|
+
color: #0070FF;
|
|
49
|
+
font-size: 16px;
|
|
50
|
+
}
|
|
51
|
+
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-content {
|
|
52
|
+
color: #182948;
|
|
53
|
+
}
|
|
54
|
+
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-content .ap-descriptions-item-content__link {
|
|
55
|
+
color: #0070FF;
|
|
56
|
+
cursor: pointer;
|
|
57
|
+
}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
.aplus-download-wrapper {
|
|
1
|
+
.aplus-ap-download-wrapper {
|
|
2
2
|
text-wrap: nowrap;
|
|
3
3
|
display: inline-block;
|
|
4
4
|
display: flex;
|
|
5
5
|
}
|
|
6
|
-
.aplus-download-inner-wrapper {
|
|
6
|
+
.aplus-ap-download-inner-wrapper {
|
|
7
7
|
display: inline-block;
|
|
8
8
|
color: var(--download-main-color);
|
|
9
9
|
cursor: pointer;
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
}
|
|
13
|
-
.aplus-download-inner-wrapper .icon {
|
|
13
|
+
.aplus-ap-download-inner-wrapper .icon {
|
|
14
14
|
position: relative;
|
|
15
15
|
font-size: 18px;
|
|
16
16
|
}
|
|
17
|
-
.aplus-download-inner-wrapper .text {
|
|
17
|
+
.aplus-ap-download-inner-wrapper .text {
|
|
18
18
|
margin-left: 5px;
|
|
19
19
|
}
|
|
20
|
-
.aplus-download-inner-wrapper:hover {
|
|
20
|
+
.aplus-ap-download-inner-wrapper:hover {
|
|
21
21
|
color: var(--download-main-color-opacity);
|
|
22
22
|
}
|
|
23
|
-
.aplus-download-inner-wrapper--large {
|
|
23
|
+
.aplus-ap-download-inner-wrapper--large {
|
|
24
24
|
line-height: 26px;
|
|
25
25
|
height: 28px;
|
|
26
26
|
font-size: 16px;
|
|
27
27
|
}
|
|
28
|
-
.aplus-download-inner-wrapper--middle {
|
|
28
|
+
.aplus-ap-download-inner-wrapper--middle {
|
|
29
29
|
line-height: 22px;
|
|
30
30
|
height: 24px;
|
|
31
31
|
font-size: 14px;
|
|
32
32
|
}
|
|
33
|
-
.aplus-download-inner-wrapper--small {
|
|
33
|
+
.aplus-ap-download-inner-wrapper--small {
|
|
34
34
|
line-height: 19px;
|
|
35
35
|
height: 20px;
|
|
36
36
|
font-size: 12px;
|
|
37
37
|
}
|
|
38
|
-
.aplus-download-inner-wrapper--disabled {
|
|
38
|
+
.aplus-ap-download-inner-wrapper--disabled {
|
|
39
39
|
color: #8896b0;
|
|
40
40
|
cursor: not-allowed;
|
|
41
41
|
}
|
|
42
|
-
.aplus-download-inner-wrapper--disabled:hover {
|
|
42
|
+
.aplus-ap-download-inner-wrapper--disabled:hover {
|
|
43
43
|
color: #8896b0;
|
|
44
44
|
}
|
|
45
|
-
.aplus-download-inner-wrapper--disabled-admin {
|
|
45
|
+
.aplus-ap-download-inner-wrapper--disabled-admin {
|
|
46
46
|
cursor: not-allowed;
|
|
47
47
|
color: #999;
|
|
48
48
|
}
|
|
49
|
-
.aplus-download-inner-wrapper--disabled-admin:hover {
|
|
49
|
+
.aplus-ap-download-inner-wrapper--disabled-admin:hover {
|
|
50
50
|
color: #999;
|
|
51
51
|
}
|