@aplus-frontend/ui 0.0.39 → 0.1.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 +149 -148
- package/es/src/ap-action/item/index.vue2.mjs +19 -20
- package/es/src/ap-action/item-modal/index.vue.mjs +7 -6
- package/es/src/ap-action/style/item.css +10 -25
- package/es/src/ap-field/checkbox/index.vue.mjs +32 -27
- package/es/src/ap-field/checkbox/style.css +7 -0
- package/es/src/ap-field/interface.d.ts +3 -1
- package/es/src/ap-field/radio/index.vue.d.ts +3 -0
- package/es/src/ap-field/radio/index.vue.mjs +44 -29
- package/es/src/ap-field/radio/style.css +4 -0
- package/es/src/ap-field/text-area/index.vue.mjs +9 -10
- package/es/src/ap-form/style/ap-form-item.css +6 -6
- package/es/src/ap-table/ap-table.vue.d.ts +6 -0
- package/es/src/ap-table/ap-table.vue.mjs +124 -124
- package/es/src/ap-table/constants.d.ts +15 -6
- package/es/src/ap-table/style/ap-table.css +1 -21
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +14 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue.mjs +4 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +117 -0
- package/es/src/business/ap-export-group/interface.d.ts +37 -0
- package/es/src/business/ap-export-group/interface.mjs +4 -0
- package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +10 -9
- package/es/src/business/index.d.ts +105 -0
- package/es/src/business/index.mjs +12 -9
- package/es/src/check-card/index.vue2.mjs +44 -48
- package/es/src/check-card/style/index.css +10 -42
- package/es/src/config-provider/config-provider.mjs +22 -17
- package/es/src/design-token/index.mjs +4 -2
- package/es/src/editable-table/form-item.vue.d.ts +4 -0
- package/es/src/editable-table/form-item.vue.mjs +75 -68
- package/es/src/editable-table/index.vue.d.ts +4 -0
- package/es/src/editable-table/index.vue.mjs +79 -72
- package/es/src/editable-table/interface.d.ts +8 -0
- package/es/src/editable-table/style/index.css +1 -21
- package/es/src/editable-table/utils.d.ts +8 -0
- package/es/src/editable-table/utils.mjs +29 -18
- package/es/src/index.mjs +175 -174
- package/es/src/locale/lang/en.mjs +7 -1
- package/es/src/locale/lang/zh-cn.mjs +28 -22
- package/es/src/theme/ap-action/item.css +10 -25
- package/es/src/theme/ap-field/checkbox.css +7 -0
- package/es/src/theme/ap-field/radio.css +4 -0
- package/es/src/theme/ap-form/ap-form-item.css +6 -6
- package/es/src/theme/ap-table/ap-table.css +1 -21
- package/es/src/theme/check-card/index.css +10 -42
- package/es/src/theme/css-var/index.d.ts +7 -0
- package/es/src/theme/css-var/index.mjs +109 -0
- package/es/src/theme/editable-table/index.css +1 -21
- package/lib/index.js +1 -1
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item-modal/index.vue.js +1 -1
- package/lib/src/ap-action/style/item.css +10 -25
- package/lib/src/ap-field/checkbox/index.vue.js +1 -1
- package/lib/src/ap-field/checkbox/style.css +7 -0
- package/lib/src/ap-field/interface.d.ts +3 -1
- package/lib/src/ap-field/radio/index.vue.d.ts +3 -0
- package/lib/src/ap-field/radio/index.vue.js +1 -1
- package/lib/src/ap-field/radio/style.css +4 -0
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/style/ap-form-item.css +6 -6
- package/lib/src/ap-table/ap-table.vue.d.ts +6 -0
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/constants.d.ts +15 -6
- package/lib/src/ap-table/style/ap-table.css +1 -21
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +14 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue.js +1 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -0
- package/lib/src/business/ap-export-group/interface.d.ts +37 -0
- package/lib/src/business/ap-export-group/interface.js +1 -0
- package/lib/src/business/ap-status/ApStatusGroup.vue2.js +1 -1
- package/lib/src/business/index.d.ts +105 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/check-card/style/index.css +10 -42
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/design-token/index.js +1 -1
- package/lib/src/editable-table/form-item.vue.d.ts +4 -0
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.d.ts +4 -0
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/interface.d.ts +8 -0
- package/lib/src/editable-table/style/index.css +1 -21
- package/lib/src/editable-table/utils.d.ts +8 -0
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/theme/ap-action/item.css +10 -25
- package/lib/src/theme/ap-field/checkbox.css +7 -0
- package/lib/src/theme/ap-field/radio.css +4 -0
- package/lib/src/theme/ap-form/ap-form-item.css +6 -6
- package/lib/src/theme/ap-table/ap-table.css +1 -21
- package/lib/src/theme/check-card/index.css +10 -42
- package/lib/src/theme/css-var/index.d.ts +7 -0
- package/lib/src/theme/css-var/index.js +1 -0
- package/lib/src/theme/editable-table/index.css +1 -21
- package/package.json +6 -5
package/es/src/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { CollapseContainer as I, ScrollContainer as b } from "./container/index.
|
|
|
5
5
|
import { IconPicker as P } from "./icon-picker/index.mjs";
|
|
6
6
|
import "./locale/index.mjs";
|
|
7
7
|
import { BasicArrow as h, BasicHelp as R, BasicTitle as v } from "./basic/index.mjs";
|
|
8
|
-
import { ExpandTransition as
|
|
8
|
+
import { ExpandTransition as M, ExpandXTransition as k, FadeTransition as w, ScaleRotateTransition as B, ScaleTransition as L, ScrollXReverseTransition as y, ScrollXTransition as E, ScrollYReverseTransition as N, ScrollYTransition as X, SlideXReverseTransition as K, SlideXTransition as Y, SlideYReverseTransition as O, SlideYTransition as H } from "./transition/index.mjs";
|
|
9
9
|
import { Description as z } from "./description/index.mjs";
|
|
10
10
|
import { Field as j } from "./pro-form/index.mjs";
|
|
11
11
|
import { BaseButton as J } from "./base-button/index.mjs";
|
|
@@ -29,153 +29,154 @@ import "./ap-download/index.mjs";
|
|
|
29
29
|
import { CheckCard as So } from "./check-card/index.mjs";
|
|
30
30
|
import { ApModal as bo } from "./ap-modal/index.mjs";
|
|
31
31
|
import "./ap-list/index.mjs";
|
|
32
|
-
import { ApExpandAlert as Po,
|
|
32
|
+
import { ApExpandAlert as Po, ApExportGroup as Do, ApLabel as ho, ApSelectLayout as Ro, ApStatus as vo, ApStatusGroup as Go, ApTitle as Mo } from "./business/index.mjs";
|
|
33
33
|
import "./ap-table/index.mjs";
|
|
34
34
|
import "./editable-table/index.mjs";
|
|
35
35
|
import "./ap-descriptions/index.mjs";
|
|
36
36
|
import { configProviderProps as wo } from "./config-provider/config-provider-props.mjs";
|
|
37
|
-
import { configProviderContextKey as
|
|
38
|
-
import { keysOf as No, provideGlobalConfig as
|
|
39
|
-
import { buildLocaleContext as
|
|
40
|
-
import { defaultNamespace as
|
|
41
|
-
import { ConfigProvider as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { useDescription as
|
|
46
|
-
import { useComponentRegister as
|
|
47
|
-
import { useForm as
|
|
48
|
-
import { isComponentFormSchema 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
|
|
37
|
+
import { configProviderContextKey as Lo, tableDefaultConfig as yo } from "./config-provider/constants.mjs";
|
|
38
|
+
import { keysOf as No, provideGlobalConfig as Xo, useGlobalConfig as Ko } from "./config-provider/hooks/use-global-config.mjs";
|
|
39
|
+
import { buildLocaleContext as Oo, buildTranslator as Ho, localeContextKey as Wo, translate as zo, useLocale as Uo } from "./config-provider/hooks/use-locale.mjs";
|
|
40
|
+
import { defaultNamespace as qo, namespaceContextKey as Jo, useGetDerivedNamespace as Qo, useNamespace as Vo } from "./config-provider/hooks/use-namespace.mjs";
|
|
41
|
+
import { ConfigProvider as _o, globalConfigCached as $o } from "./config-provider/config-provider.mjs";
|
|
42
|
+
import { default as ee } from "./locale/lang/zh-cn.mjs";
|
|
43
|
+
import { default as te } from "./locale/lang/en.mjs";
|
|
44
|
+
import { default as pe } from "./transition/collapse-transition.vue.mjs";
|
|
45
|
+
import { useDescription as me } from "./description/use-description.mjs";
|
|
46
|
+
import { useComponentRegister as de } from "./pro-form/hooks/use-component-register.mjs";
|
|
47
|
+
import { useForm as ie } from "./pro-form/hooks/use-form.mjs";
|
|
48
|
+
import { isComponentFormSchema as ue, isSlotFormSchema as ne } from "./pro-form/types/form.mjs";
|
|
49
|
+
import { default as ce } from "./pro-form/components/api-cascader.vue.mjs";
|
|
50
|
+
import { default as Te } from "./pro-form/components/api-radio-group.vue.mjs";
|
|
51
|
+
import { default as Se } from "./pro-form/components/api-select.vue.mjs";
|
|
52
|
+
import { default as be } from "./pro-form/components/api-transfer.vue.mjs";
|
|
53
|
+
import { default as Pe } from "./pro-form/components/api-tree.vue.mjs";
|
|
54
|
+
import { default as he } from "./pro-form/components/radio-button-group.vue.mjs";
|
|
55
|
+
import { default as ve } from "./pro-form/pro-form.vue.mjs";
|
|
56
56
|
import { default as Me } from "./pro-form/components/api-tree-select.vue.mjs";
|
|
57
57
|
import { default as we } from "./pro-form/table-form.vue.mjs";
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { useModalContext as
|
|
62
|
-
import { useModal as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { useTable as
|
|
68
|
-
import { ApFormItemText 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 { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
58
|
+
import { default as Le } from "./pro-form/table-form-inner.vue.mjs";
|
|
59
|
+
import { default as Ee } from "./base-button/modal-button.vue.mjs";
|
|
60
|
+
import { default as Xe } from "./base-button/pop-confirm-button.vue.mjs";
|
|
61
|
+
import { useModalContext as Ye } from "./modal/hooks/use-modal-context.mjs";
|
|
62
|
+
import { useModal as He, useModalInner as We } from "./modal/hooks/use-modal.mjs";
|
|
63
|
+
import { default as Ue } from "./pro-table/pro-table.vue.mjs";
|
|
64
|
+
import { default as qe } from "./pro-table/components/table-action.vue.mjs";
|
|
65
|
+
import { default as Qe } from "./pro-table/components/edit-table-header-icon.vue.mjs";
|
|
66
|
+
import { default as Ze } from "./pro-table/components/table-image.vue.mjs";
|
|
67
|
+
import { useTable as $e } from "./pro-table/hooks/use-table.mjs";
|
|
68
|
+
import { ApFormItemText as er } from "./ap-form/items/text/index.mjs";
|
|
69
|
+
import { default as tr } from "./ap-form/items/text-area/index.vue.mjs";
|
|
70
|
+
import { default as pr } from "./ap-form/items/number/index.vue.mjs";
|
|
71
|
+
import { default as mr } from "./ap-form/items/date/index.vue.mjs";
|
|
72
|
+
import { default as dr } from "./ap-form/items/date-range/index.vue.mjs";
|
|
73
|
+
import { default as ir } from "./ap-form/items/radio/index.vue.mjs";
|
|
74
|
+
import { default as ur } from "./ap-form/items/select/index.vue.mjs";
|
|
75
|
+
import { default as Ar } from "./ap-form/items/switch/index.vue.mjs";
|
|
76
|
+
import { default as Fr } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
77
|
+
import { default as Cr } from "./ap-form/items/text/password.vue.mjs";
|
|
78
|
+
import { default as Ir } from "./ap-form/ap-form-item.vue.mjs";
|
|
79
|
+
import { default as gr } from "./ap-form/ap-form-item-group/index.vue.mjs";
|
|
80
|
+
import { default as Dr } from "./ap-form/ap-form-list.vue.mjs";
|
|
81
|
+
import { default as Rr } from "./ap-form/search-form/index.vue.mjs";
|
|
82
|
+
import { default as Gr } from "./ap-form/modal-form/index.vue.mjs";
|
|
83
83
|
import { ApFieldText as kr } from "./ap-field/text/index.mjs";
|
|
84
84
|
import { default as Br } from "./ap-field/checkbox/index.vue.mjs";
|
|
85
|
-
import { default as
|
|
85
|
+
import { default as yr } from "./ap-field/date/index.vue.mjs";
|
|
86
86
|
import { default as Nr } from "./ap-field/number/index.vue.mjs";
|
|
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 { default as
|
|
100
|
-
import { generateTableList as
|
|
101
|
-
import { useCacheColumnSetting as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { DictCode as
|
|
105
|
-
import { createWorkOrderModal as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
87
|
+
import { default as Kr } from "./ap-field/radio/index.vue.mjs";
|
|
88
|
+
import { default as Or } from "./ap-field/switch/index.vue.mjs";
|
|
89
|
+
import { default as Wr } from "./ap-field/text-area/index.vue.mjs";
|
|
90
|
+
import { default as Ur } from "./ap-field/date-range/index.vue.mjs";
|
|
91
|
+
import { default as qr } from "./ap-field/select/index.vue.mjs";
|
|
92
|
+
import { default as Qr } from "./ap-field/text/password.vue.mjs";
|
|
93
|
+
import { default as Zr } from "./ap-field/slider/index.vue.mjs";
|
|
94
|
+
import { default as $r } from "./ap-field/segmented/index.vue.mjs";
|
|
95
|
+
import { default as et } from "./ap-field/rate/index.vue.mjs";
|
|
96
|
+
import { default as tt } from "./ap-action/item-modal/index.vue.mjs";
|
|
97
|
+
import { default as pt } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
98
|
+
import { default as mt } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
99
|
+
import { default as dt } from "./ap-action/group/index.vue.mjs";
|
|
100
|
+
import { generateTableList as it } from "./ap-custom-column/utils.mjs";
|
|
101
|
+
import { useCacheColumnSetting as ut } from "./ap-custom-column/useCacheColumnSetting.mjs";
|
|
102
|
+
import { default as At } from "./ap-custom-column/custom-column.vue.mjs";
|
|
103
|
+
import { default as Ft } from "./ap-custom-column/column-select.vue.mjs";
|
|
104
|
+
import { DictCode as Ct } from "./work-order-modal/interfaces.mjs";
|
|
105
|
+
import { createWorkOrderModal as It } from "./work-order-modal/createWorkOrder.mjs";
|
|
106
|
+
import { default as gt } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
107
|
+
import { default as Dt } from "./ap-tag/ap-tag.vue.mjs";
|
|
108
|
+
import { default as Rt } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
109
|
+
import { default as Gt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
|
|
110
110
|
import { NeedNameKeyDefault as kt } from "./ap-upload/apUploadTypes.mjs";
|
|
111
111
|
import { default as Bt } from "./ap-upload/apUpload.vue.mjs";
|
|
112
|
-
import { default as
|
|
112
|
+
import { default as yt } from "./ap-download/ap-download.vue.mjs";
|
|
113
113
|
import { default as Nt } from "./check-card/group.vue.mjs";
|
|
114
|
-
import { default as
|
|
115
|
-
import { useTablePaging as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
114
|
+
import { default as Kt } from "./ap-list/index.vue.mjs";
|
|
115
|
+
import { useTablePaging as Ot } from "./ap-table/hooks/use-table-paging.mjs";
|
|
116
|
+
import { default as Wt } from "./ap-table/ap-table.vue.mjs";
|
|
117
|
+
import { default as Ut } from "./editable-table/index.vue.mjs";
|
|
118
|
+
import { default as qt } from "./editable-table/form-item.vue.mjs";
|
|
119
|
+
import { default as Qt } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
120
120
|
export {
|
|
121
121
|
F as APConfigProvider,
|
|
122
|
-
|
|
122
|
+
dt as ApActionGroup,
|
|
123
123
|
To as ApActionItem,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
124
|
+
mt as ApActionItemDropdown,
|
|
125
|
+
tt as ApActionItemModal,
|
|
126
|
+
pt as ApActionItemPopconfirm,
|
|
127
|
+
At as ApCustomColumn,
|
|
128
|
+
Ft as ApCustomSelect,
|
|
129
|
+
Qt as ApDescriptions,
|
|
130
|
+
yt as ApDownload,
|
|
131
131
|
Po as ApExpandAlert,
|
|
132
|
+
Do as ApExportGroup,
|
|
132
133
|
uo as ApField,
|
|
133
134
|
Br as ApFieldCheckbox,
|
|
134
|
-
|
|
135
|
-
|
|
135
|
+
yr as ApFieldDate,
|
|
136
|
+
Ur as ApFieldDateRange,
|
|
136
137
|
Nr as ApFieldNumber,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
138
|
+
Qr as ApFieldPassword,
|
|
139
|
+
Kr as ApFieldRadio,
|
|
140
|
+
et as ApFieldRate,
|
|
141
|
+
$r as ApFieldSegmented,
|
|
142
|
+
qr as ApFieldSelect,
|
|
143
|
+
Zr as ApFieldSlider,
|
|
144
|
+
Or as ApFieldSwitch,
|
|
144
145
|
kr as ApFieldText,
|
|
145
|
-
|
|
146
|
+
Wr as ApFieldTextArea,
|
|
146
147
|
io as ApForm,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
148
|
+
Ir as ApFormItem,
|
|
149
|
+
Fr as ApFormItemCheckbox,
|
|
150
|
+
mr as ApFormItemDate,
|
|
151
|
+
dr as ApFormItemDateRange,
|
|
152
|
+
gr as ApFormItemGroup,
|
|
153
|
+
pr as ApFormItemNumber,
|
|
154
|
+
ir as ApFormItemRadio,
|
|
155
|
+
ur as ApFormItemSelect,
|
|
156
|
+
Ar as ApFormItemSwitch,
|
|
157
|
+
er as ApFormItemText,
|
|
158
|
+
tr as ApFormItemTextArea,
|
|
159
|
+
Cr as ApFormItemTextPassword,
|
|
160
|
+
Dr as ApFormList,
|
|
161
|
+
Gr as ApFormModalForm,
|
|
162
|
+
Rr as ApFormSearchForm,
|
|
163
|
+
Gt as ApInfoLayout,
|
|
164
|
+
ho as ApLabel,
|
|
165
|
+
Kt as ApList,
|
|
165
166
|
bo as ApModal,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
167
|
+
Ro as ApSelectLayout,
|
|
168
|
+
vo as ApStatus,
|
|
169
|
+
Go as ApStatusGroup,
|
|
170
|
+
Wt as ApTable,
|
|
171
|
+
Dt as ApTag,
|
|
172
|
+
Rt as ApTagGroup,
|
|
172
173
|
Mo as ApTitle,
|
|
173
174
|
Bt as ApUpload,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
175
|
+
ce as ApiCascader,
|
|
176
|
+
Te as ApiRadioGroup,
|
|
177
|
+
Se as ApiSelect,
|
|
178
|
+
be as ApiTransfer,
|
|
179
|
+
Pe as ApiTree,
|
|
179
180
|
Me as ApiTreeSelect,
|
|
180
181
|
J as BaseButton,
|
|
181
182
|
_ as BaseModal,
|
|
@@ -185,38 +186,38 @@ export {
|
|
|
185
186
|
So as CheckCard,
|
|
186
187
|
Nt as CheckCardGroup,
|
|
187
188
|
I as CollapseContainer,
|
|
188
|
-
|
|
189
|
-
|
|
189
|
+
pe as CollapseTransition,
|
|
190
|
+
_o as ConfigProvider,
|
|
190
191
|
to as CountdownButton,
|
|
191
192
|
ao as CountdownInput,
|
|
192
193
|
oo as CropperAvatar,
|
|
193
194
|
eo as CropperImage,
|
|
194
195
|
z as Description,
|
|
195
|
-
|
|
196
|
+
Ct as DictCode,
|
|
196
197
|
lo as Dropdown,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
198
|
+
Qe as EditTableHeaderIcon,
|
|
199
|
+
Ut as EditableTable,
|
|
200
|
+
qt as EditableTableFormItem,
|
|
201
|
+
M as ExpandTransition,
|
|
202
|
+
k as ExpandXTransition,
|
|
203
|
+
w as FadeTransition,
|
|
203
204
|
j as Field,
|
|
204
205
|
n as Icon,
|
|
205
206
|
P as IconPicker,
|
|
206
|
-
|
|
207
|
+
Ee as ModalButton,
|
|
207
208
|
kt as NeedNameKeyDefault,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
209
|
+
Xe as PopConfirmButton,
|
|
210
|
+
ve as ProForm,
|
|
211
|
+
Ue as ProTable,
|
|
211
212
|
we as ProTableForm,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
213
|
+
Le as ProTableFormInner,
|
|
214
|
+
he as RadioButtonGroup,
|
|
215
|
+
B as ScaleRotateTransition,
|
|
215
216
|
L as ScaleTransition,
|
|
216
217
|
b as ScrollContainer,
|
|
217
218
|
y as ScrollXReverseTransition,
|
|
218
|
-
|
|
219
|
-
|
|
219
|
+
E as ScrollXTransition,
|
|
220
|
+
N as ScrollYReverseTransition,
|
|
220
221
|
X as ScrollYTransition,
|
|
221
222
|
C as Scrollbar,
|
|
222
223
|
K as SlideXReverseTransition,
|
|
@@ -225,41 +226,41 @@ export {
|
|
|
225
226
|
H as SlideYTransition,
|
|
226
227
|
V as StrengthMeter,
|
|
227
228
|
A as SvgIcon,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
229
|
+
qe as TableAction,
|
|
230
|
+
Ze as TableImg,
|
|
231
|
+
gt as WorkOrderModal,
|
|
231
232
|
Ao as adminToken,
|
|
232
233
|
co as aplusToken,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
234
|
+
Oo as buildLocaleContext,
|
|
235
|
+
Ho as buildTranslator,
|
|
236
|
+
Lo as configProviderContextKey,
|
|
236
237
|
wo as configProviderProps,
|
|
237
238
|
fo as createPrompt,
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
239
|
+
It as createWorkOrderModal,
|
|
240
|
+
qo as defaultNamespace,
|
|
241
|
+
te as en,
|
|
242
|
+
it as generateTableList,
|
|
243
|
+
$o as globalConfigCached,
|
|
244
|
+
ue as isComponentFormSchema,
|
|
245
|
+
ne as isSlotFormSchema,
|
|
245
246
|
No as keysOf,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
247
|
+
Wo as localeContextKey,
|
|
248
|
+
Jo as namespaceContextKey,
|
|
249
|
+
Xo as provideGlobalConfig,
|
|
250
|
+
yo as tableDefaultConfig,
|
|
251
|
+
zo as translate,
|
|
252
|
+
ut as useCacheColumnSetting,
|
|
253
|
+
de as useComponentRegister,
|
|
254
|
+
me as useDescription,
|
|
255
|
+
ie as useForm,
|
|
256
|
+
Qo as useGetDerivedNamespace,
|
|
257
|
+
Ko as useGlobalConfig,
|
|
258
|
+
Uo as useLocale,
|
|
259
|
+
He as useModal,
|
|
260
|
+
Ye as useModalContext,
|
|
261
|
+
We as useModalInner,
|
|
262
|
+
Vo as useNamespace,
|
|
263
|
+
$e as useTable,
|
|
264
|
+
Ot as useTablePaging,
|
|
265
|
+
ee as zhCn
|
|
265
266
|
};
|
|
@@ -99,7 +99,7 @@ const e = {
|
|
|
99
99
|
uploadFile: "上传文件",
|
|
100
100
|
fileInitializationException: "文件初始化个数超过{maxCount}个,后续上传的文件会与数据不同步",
|
|
101
101
|
maxUploadFiles: "最多上传{maxCount}个文件",
|
|
102
|
-
maxUploadPicture: "最多上传{maxCount}
|
|
102
|
+
maxUploadPicture: "最多上传{maxCount}张图片",
|
|
103
103
|
maxUploadFileSize: "文件大小不超过{maxSize}MB",
|
|
104
104
|
maxWarnUploadFileSize: "文件大小小于{maxSize}MB",
|
|
105
105
|
maxUploadPictureSize: "图片大小小于{maxSize}MB",
|
|
@@ -108,6 +108,12 @@ const e = {
|
|
|
108
108
|
imageParsingFailed: "图片解析失败",
|
|
109
109
|
clickOrDragUpload: "点击或将文件拖拽到这里上传",
|
|
110
110
|
foldersNotSupported: "不支持上传文件夹"
|
|
111
|
+
},
|
|
112
|
+
apExportGroup: {
|
|
113
|
+
exportError: "export error",
|
|
114
|
+
exportSelected: "export selected",
|
|
115
|
+
exportAll: "export all",
|
|
116
|
+
export: "export"
|
|
111
117
|
}
|
|
112
118
|
}
|
|
113
119
|
};
|
|
@@ -86,28 +86,34 @@ const e = {
|
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
88
|
apUpload: {
|
|
89
|
-
update: "
|
|
90
|
-
pictureType: "
|
|
91
|
-
videoType: "
|
|
92
|
-
audioType: "
|
|
93
|
-
documentType: "
|
|
94
|
-
allTypes: "
|
|
95
|
-
networkAnomaly: "
|
|
96
|
-
FailedToObtainOssTemporaryPermissions: "
|
|
97
|
-
pleasePass: "
|
|
98
|
-
supportExtension: "
|
|
99
|
-
uploadFile: "
|
|
100
|
-
fileInitializationException: "
|
|
101
|
-
maxUploadFiles: "
|
|
102
|
-
maxUploadPicture: "
|
|
103
|
-
maxUploadFileSize: "
|
|
104
|
-
maxWarnUploadFileSize: "
|
|
105
|
-
maxUploadPictureSize: "
|
|
106
|
-
fileFormatNotSupported: "
|
|
107
|
-
pictureFormatNotSupported: "
|
|
108
|
-
imageParsingFailed: "
|
|
109
|
-
clickOrDragUpload: "
|
|
110
|
-
foldersNotSupported: "
|
|
89
|
+
update: "Upload",
|
|
90
|
+
pictureType: "Image type",
|
|
91
|
+
videoType: "Video type",
|
|
92
|
+
audioType: "Audio type",
|
|
93
|
+
documentType: "Document type",
|
|
94
|
+
allTypes: "All types",
|
|
95
|
+
networkAnomaly: "Network abnormality",
|
|
96
|
+
FailedToObtainOssTemporaryPermissions: "Failed to obtain temporary OSS permissions",
|
|
97
|
+
pleasePass: "Please pass in",
|
|
98
|
+
supportExtension: "Support extensions",
|
|
99
|
+
uploadFile: "Upload files",
|
|
100
|
+
fileInitializationException: "If the initial number of initialized files exceeds {maxCount}, subsequent uploaded files will be out of sync with the data",
|
|
101
|
+
maxUploadFiles: "Upload a maximum of {maxCount} files",
|
|
102
|
+
maxUploadPicture: "Upload a maximum of {maxCount} images",
|
|
103
|
+
maxUploadFileSize: "The file size does not exceed {maxSize}MB",
|
|
104
|
+
maxWarnUploadFileSize: "The file size is smaller than {maxSize}MB",
|
|
105
|
+
maxUploadPictureSize: "The image size is smaller than {maxSize}MB",
|
|
106
|
+
fileFormatNotSupported: "Files in this format are not supported",
|
|
107
|
+
pictureFormatNotSupported: "Images in this format are not supported",
|
|
108
|
+
imageParsingFailed: "Image parsing failed",
|
|
109
|
+
clickOrDragUpload: "Click or drag the file",
|
|
110
|
+
foldersNotSupported: "Do not support uploading folders"
|
|
111
|
+
},
|
|
112
|
+
apExportGroup: {
|
|
113
|
+
exportError: "导出失败",
|
|
114
|
+
exportSelected: "导出所选",
|
|
115
|
+
exportAll: "导出全部",
|
|
116
|
+
export: "导出"
|
|
111
117
|
}
|
|
112
118
|
}
|
|
113
119
|
};
|
|
@@ -4,35 +4,20 @@
|
|
|
4
4
|
line-height: 22px;
|
|
5
5
|
cursor: pointer;
|
|
6
6
|
}
|
|
7
|
-
.aplus-action-item
|
|
8
|
-
color:
|
|
7
|
+
.aplus-action-item--primary {
|
|
8
|
+
color: var(--ap-action-color-primary-base);
|
|
9
9
|
}
|
|
10
|
-
.aplus-action-item
|
|
11
|
-
color:
|
|
10
|
+
.aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
|
|
11
|
+
color: var(--ap-action-color-primary-hover);
|
|
12
12
|
}
|
|
13
|
-
.aplus-action-item
|
|
14
|
-
color:
|
|
13
|
+
.aplus-action-item--success {
|
|
14
|
+
color: var(--ap-action-color-success);
|
|
15
15
|
}
|
|
16
|
-
.aplus-action-item
|
|
17
|
-
color:
|
|
16
|
+
.aplus-action-item--error {
|
|
17
|
+
color: var(--ap-action-color-error);
|
|
18
18
|
}
|
|
19
|
-
.aplus-action-item
|
|
20
|
-
color:
|
|
21
|
-
}
|
|
22
|
-
.aplus-action-item-aplus--error {
|
|
23
|
-
color: #FF4D4F;
|
|
24
|
-
}
|
|
25
|
-
.aplus-action-item-aplus--warn {
|
|
26
|
-
color: #FFA940;
|
|
27
|
-
}
|
|
28
|
-
.aplus-action-item-admin--success {
|
|
29
|
-
color: #52C41A;
|
|
30
|
-
}
|
|
31
|
-
.aplus-action-item-admin--error {
|
|
32
|
-
color: #FF4D4F;
|
|
33
|
-
}
|
|
34
|
-
.aplus-action-item-admin--warn {
|
|
35
|
-
color: #FAAD14;
|
|
19
|
+
.aplus-action-item--warn {
|
|
20
|
+
color: var(--ap-action-color-warn);
|
|
36
21
|
}
|
|
37
22
|
.aplus-action-item--loading {
|
|
38
23
|
opacity: 0.35;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.aplus-ap-form-item--bordered {
|
|
2
2
|
box-sizing: border-box;
|
|
3
|
-
border: 1px solid
|
|
3
|
+
border: 1px solid var(--ap-form-bordered-border-color-base);
|
|
4
4
|
border-radius: 4px;
|
|
5
5
|
padding-inline: 12px;
|
|
6
6
|
}
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
min-height: 30px;
|
|
39
39
|
}
|
|
40
40
|
.aplus-ap-form-item--bordered:hover {
|
|
41
|
-
border-color:
|
|
41
|
+
border-color: var(--ap-form-bordered-border-color-hover);
|
|
42
42
|
}
|
|
43
43
|
.aplus-ap-form-item--bordered:focus {
|
|
44
|
-
border-color:
|
|
45
|
-
box-shadow: 0 0 0 2px
|
|
44
|
+
border-color: var(--ap-form-bordered-border-color-active);
|
|
45
|
+
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color);
|
|
46
46
|
}
|
|
47
47
|
.aplus-ap-form-item--focused {
|
|
48
|
-
border-color:
|
|
49
|
-
box-shadow: 0 0 0 2px
|
|
48
|
+
border-color: var(--ap-form-bordered-border-color-active);
|
|
49
|
+
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color);
|
|
50
50
|
}
|
|
51
51
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
52
52
|
font-size: 12px;
|
|
@@ -48,31 +48,11 @@
|
|
|
48
48
|
flex: 1;
|
|
49
49
|
}
|
|
50
50
|
.aplus-ap-table-table tr > th.ant-table-cell {
|
|
51
|
-
background-color:
|
|
52
|
-
border-bottom-color: #E9EDF3;
|
|
51
|
+
background-color: var(--ap-table-header-bg);
|
|
53
52
|
}
|
|
54
53
|
.aplus-ap-table-table tr > th.ant-table-cell::before {
|
|
55
54
|
display: none;
|
|
56
55
|
}
|
|
57
|
-
.aplus-ap-table-table tr > td.ant-table-cell {
|
|
58
|
-
border-top-color: #E9EDF3;
|
|
59
|
-
}
|
|
60
|
-
.aplus-ap-table-table-admin .ant-pagination {
|
|
61
|
-
margin-bottom: 0 !important;
|
|
62
|
-
}
|
|
63
|
-
.aplus-ap-table-table-admin .ant-pagination .ant-pagination-total-text {
|
|
64
|
-
flex: 1;
|
|
65
|
-
}
|
|
66
|
-
.aplus-ap-table-table-admin tr > th.ant-table-cell {
|
|
67
|
-
background-color: #FAFAFA;
|
|
68
|
-
border-bottom-color: #E9E9E9;
|
|
69
|
-
}
|
|
70
|
-
.aplus-ap-table-table-admin tr > th.ant-table-cell::before {
|
|
71
|
-
display: none;
|
|
72
|
-
}
|
|
73
|
-
.aplus-ap-table-table-admin tr > td.ant-table-cell {
|
|
74
|
-
border-top-color: #E9E9E9;
|
|
75
|
-
}
|
|
76
56
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
77
57
|
padding: 12px 16px;
|
|
78
58
|
}
|