@aplus-frontend/ui 0.0.1-beta.23 → 0.0.1-beta.25
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 +104 -100
- package/es/src/ap-download/ap-download.vue.d.ts +41 -0
- package/es/src/ap-download/ap-download.vue.mjs +56 -0
- package/es/src/ap-download/ap-download.vue2.mjs +4 -0
- package/es/src/ap-download/hooks/index.d.ts +9 -0
- package/es/src/ap-download/hooks/index.mjs +20 -0
- package/es/src/ap-download/index.d.ts +4 -0
- package/es/src/ap-download/index.mjs +2 -0
- package/es/src/ap-download/interface.d.ts +33 -0
- package/es/src/ap-download/interface.mjs +1 -0
- package/es/src/ap-download/style/ap-download.css +51 -0
- package/es/src/ap-form/index.d.ts +3 -1
- package/es/src/ap-form/index.mjs +15 -11
- package/es/src/ap-form/interface.d.ts +19 -1
- package/es/src/ap-form/modal-form/index.vue.d.ts +369 -0
- package/es/src/ap-form/modal-form/index.vue.mjs +195 -0
- package/es/src/ap-form/modal-form/index.vue2.mjs +4 -0
- package/es/src/ap-form/style/modal-form.css +17 -0
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +197 -192
- package/es/src/theme/antd-global-overwrite/admin/button.css +8 -1
- package/es/src/theme/antd-global-overwrite/admin/index.css +8 -1
- package/es/src/theme/antd-global-overwrite/aplus/button.css +8 -1
- package/es/src/theme/antd-global-overwrite/aplus/index.css +26 -10
- package/es/src/theme/antd-global-overwrite/aplus/pagination.css +0 -1
- package/es/src/theme/antd-global-overwrite/aplus/table.css +18 -8
- package/es/src/theme/ap-download/ap-download.css +51 -0
- package/es/src/theme/ap-form/modal-form.css +17 -0
- package/es/src/utils/slot.d.ts +7 -1
- package/es/src/utils/slot.mjs +25 -15
- package/lib/index.js +1 -1
- package/lib/src/ap-download/ap-download.vue.d.ts +41 -0
- package/lib/src/ap-download/ap-download.vue.js +1 -0
- package/lib/src/ap-download/ap-download.vue2.js +1 -0
- package/lib/src/ap-download/hooks/index.d.ts +9 -0
- package/lib/src/ap-download/hooks/index.js +1 -0
- package/lib/src/ap-download/index.d.ts +4 -0
- package/lib/src/ap-download/index.js +1 -0
- package/lib/src/ap-download/interface.d.ts +33 -0
- package/lib/src/ap-download/interface.js +1 -0
- package/lib/src/ap-download/style/ap-download.css +51 -0
- package/lib/src/ap-form/index.d.ts +3 -1
- package/lib/src/ap-form/index.js +1 -1
- package/lib/src/ap-form/interface.d.ts +19 -1
- package/lib/src/ap-form/modal-form/index.vue.d.ts +369 -0
- package/lib/src/ap-form/modal-form/index.vue.js +1 -0
- package/lib/src/ap-form/modal-form/index.vue2.js +1 -0
- package/lib/src/ap-form/style/modal-form.css +17 -0
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/theme/antd-global-overwrite/admin/button.css +8 -1
- package/lib/src/theme/antd-global-overwrite/admin/index.css +8 -1
- package/lib/src/theme/antd-global-overwrite/aplus/button.css +8 -1
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +26 -10
- package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +0 -1
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +18 -8
- package/lib/src/theme/ap-download/ap-download.css +51 -0
- package/lib/src/theme/ap-form/modal-form.css +17 -0
- package/lib/src/utils/slot.d.ts +7 -1
- package/lib/src/utils/slot.js +1 -1
- package/package.json +3 -3
- package/es/src/base-button/index.d.ts +0 -137
- package/es/src/basic/index.d.ts +0 -278
- package/es/src/button/index.d.ts +0 -51
- package/es/src/config-provider/index.d.ts +0 -691
- package/es/src/container/index.d.ts +0 -178
- package/es/src/count-down/index.d.ts +0 -150
- package/es/src/description/index.d.ts +0 -214
- package/es/src/dropdown/index.d.ts +0 -113
- package/es/src/icon/index.d.ts +0 -208
- package/es/src/icon-picker/index.d.ts +0 -190
- package/es/src/scroll-bar/index.d.ts +0 -177
- package/es/src/strength-meter/index.d.ts +0 -89
- package/es/src/transition/index.d.ts +0 -369
- package/lib/src/base-button/index.d.ts +0 -137
- package/lib/src/basic/index.d.ts +0 -278
- package/lib/src/button/index.d.ts +0 -51
- package/lib/src/config-provider/index.d.ts +0 -691
- package/lib/src/container/index.d.ts +0 -178
- package/lib/src/count-down/index.d.ts +0 -150
- package/lib/src/description/index.d.ts +0 -214
- package/lib/src/dropdown/index.d.ts +0 -113
- package/lib/src/icon/index.d.ts +0 -208
- package/lib/src/icon-picker/index.d.ts +0 -190
- package/lib/src/scroll-bar/index.d.ts +0 -177
- package/lib/src/strength-meter/index.d.ts +0 -89
- package/lib/src/transition/index.d.ts +0 -369
package/es/src/index.mjs
CHANGED
|
@@ -1,214 +1,219 @@
|
|
|
1
|
-
import { Icon as
|
|
2
|
-
import { APConfigProvider as
|
|
3
|
-
import { Scrollbar as
|
|
4
|
-
import { CollapseContainer as
|
|
5
|
-
import { IconPicker as
|
|
1
|
+
import { Icon as i, SvgIcon as d } from "./icon/index.mjs";
|
|
2
|
+
import { APConfigProvider as n } from "./config-provider/index.mjs";
|
|
3
|
+
import { Scrollbar as A } from "./scroll-bar/index.mjs";
|
|
4
|
+
import { CollapseContainer as T, ScrollContainer as F } from "./container/index.mjs";
|
|
5
|
+
import { IconPicker as S } from "./icon-picker/index.mjs";
|
|
6
6
|
import "./locale/index.mjs";
|
|
7
|
-
import { BasicArrow 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 g, BasicHelp as b, BasicTitle as D } from "./basic/index.mjs";
|
|
8
|
+
import { ExpandTransition as P, ExpandXTransition as R, FadeTransition as B, ScaleRotateTransition as M, ScaleTransition as h, ScrollXReverseTransition as w, ScrollXTransition as G, ScrollYReverseTransition as k, ScrollYTransition as N, SlideXReverseTransition as y, SlideXTransition as L, SlideYReverseTransition as X, SlideYTransition as K } from "./transition/index.mjs";
|
|
9
|
+
import { Description as E } from "./description/index.mjs";
|
|
10
|
+
import { Field as H } from "./pro-form/index.mjs";
|
|
11
|
+
import { BaseButton as z } from "./base-button/index.mjs";
|
|
12
|
+
import { StrengthMeter as j } from "./strength-meter/index.mjs";
|
|
13
|
+
import { BaseModal as J } from "./modal/index.mjs";
|
|
14
|
+
import { CropperAvatar as V, CropperImage as Z } from "./cropper/index.mjs";
|
|
15
|
+
import { CountdownButton as $, CountdownInput as oo } from "./count-down/index.mjs";
|
|
16
|
+
import { createPrompt as ro } from "./prompt/index.mjs";
|
|
17
|
+
import { Dropdown as ao } 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 fo } from "./ap-form/index.mjs";
|
|
20
|
+
import { ApField as lo } from "./ap-field/index.mjs";
|
|
21
|
+
import { adminToken as io, aplusToken as xo } from "./design-token/index.mjs";
|
|
22
|
+
import { ApActionItem as uo } 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
|
-
import
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
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
|
|
28
|
+
import "./ap-download/index.mjs";
|
|
29
|
+
import { configProviderProps as co } from "./config-provider/config-provider-props.mjs";
|
|
30
|
+
import { configProviderContextKey as Fo, tableDefaultConfig as Co } from "./config-provider/constants.mjs";
|
|
31
|
+
import { keysOf as Io, provideGlobalConfig as go, useGlobalConfig as bo } from "./config-provider/hooks/use-global-config.mjs";
|
|
32
|
+
import { buildLocaleContext as vo, buildTranslator as Po, localeContextKey as Ro, translate as Bo, useLocale as Mo } from "./config-provider/hooks/use-locale.mjs";
|
|
33
|
+
import { defaultNamespace as wo, namespaceContextKey as Go, useGetDerivedNamespace as ko, useNamespace as No } from "./config-provider/hooks/use-namespace.mjs";
|
|
34
|
+
import { ConfigProvider as Lo } from "./config-provider/config-provider.mjs";
|
|
35
|
+
import { default as Ko } from "./locale/lang/zh-cn.mjs";
|
|
36
|
+
import { default as Eo } from "./locale/lang/en.mjs";
|
|
37
|
+
import { default as Ho } from "./transition/collapse-transition.vue.mjs";
|
|
38
|
+
import { useDescription as zo } from "./description/use-description.mjs";
|
|
39
|
+
import { useComponentRegister as jo } from "./pro-form/hooks/use-component-register.mjs";
|
|
40
|
+
import { useForm as Jo } from "./pro-form/hooks/use-form.mjs";
|
|
41
|
+
import { isComponentFormSchema as Vo, isSlotFormSchema as Zo } from "./pro-form/types/form.mjs";
|
|
42
|
+
import { default as $o } from "./pro-form/components/api-cascader.vue.mjs";
|
|
43
|
+
import { default as ee } from "./pro-form/components/api-radio-group.vue.mjs";
|
|
44
|
+
import { default as te } from "./pro-form/components/api-select.vue.mjs";
|
|
45
|
+
import { default as pe } from "./pro-form/components/api-transfer.vue.mjs";
|
|
46
|
+
import { default as me } from "./pro-form/components/api-tree.vue.mjs";
|
|
47
|
+
import { default as se } from "./pro-form/components/radio-button-group.vue.mjs";
|
|
48
|
+
import { default as de } from "./pro-form/pro-form.vue.mjs";
|
|
49
|
+
import { default as ne } from "./pro-form/components/api-tree-select.vue.mjs";
|
|
50
|
+
import { default as Ae } from "./base-button/modal-button.vue.mjs";
|
|
51
|
+
import { default as Te } from "./base-button/pop-confirm-button.vue.mjs";
|
|
51
52
|
import { useModalContext as Ce } from "./modal/hooks/use-modal-context.mjs";
|
|
52
|
-
import { useModal as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
53
|
+
import { useModal as Ie, useModalInner as ge } from "./modal/hooks/use-modal.mjs";
|
|
54
|
+
import { default as De } from "./pro-table/pro-table.vue.mjs";
|
|
55
|
+
import { default as Pe } from "./pro-table/components/table-action.vue.mjs";
|
|
56
|
+
import { default as Be } from "./pro-table/components/edit-table-header-icon.vue.mjs";
|
|
56
57
|
import { default as he } from "./pro-table/components/table-image.vue.mjs";
|
|
57
58
|
import { useTable as Ge } from "./pro-table/hooks/use-table.mjs";
|
|
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 { 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
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import { default as
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
59
|
+
import { default as Ne } from "./ap-form/items/text/index.vue.mjs";
|
|
60
|
+
import { default as Le } from "./ap-form/items/text-area/index.vue.mjs";
|
|
61
|
+
import { default as Ke } from "./ap-form/items/number/index.vue.mjs";
|
|
62
|
+
import { default as Ee } from "./ap-form/items/date/index.vue.mjs";
|
|
63
|
+
import { default as He } from "./ap-form/items/date-range/index.vue.mjs";
|
|
64
|
+
import { default as ze } from "./ap-form/items/radio/index.vue.mjs";
|
|
65
|
+
import { default as je } from "./ap-form/items/select/index.vue.mjs";
|
|
66
|
+
import { default as Je } from "./ap-form/items/switch/index.vue.mjs";
|
|
67
|
+
import { default as Ve } from "./ap-form/ap-form-item.vue.mjs";
|
|
68
|
+
import { default as _e } from "./ap-form/ap-form-item-group/index.vue.mjs";
|
|
69
|
+
import { default as or } from "./ap-form/ap-form-list.vue.mjs";
|
|
70
|
+
import { default as rr } from "./ap-form/search-form/index.vue.mjs";
|
|
71
|
+
import { default as ar } from "./ap-form/modal-form/index.vue.mjs";
|
|
72
|
+
import { default as fr } from "./ap-field/text/index.vue.mjs";
|
|
73
|
+
import { default as lr } from "./ap-field/checkbox/index.vue.mjs";
|
|
74
|
+
import { default as ir } from "./ap-field/date/index.vue.mjs";
|
|
75
|
+
import { default as xr } from "./ap-field/number/index.vue.mjs";
|
|
76
|
+
import { default as ur } from "./ap-field/radio/index.vue.mjs";
|
|
77
|
+
import { default as cr } from "./ap-field/switch/index.vue.mjs";
|
|
78
|
+
import { default as Fr } from "./ap-field/text-area/index.vue.mjs";
|
|
79
|
+
import { default as Sr } from "./ap-field/date-range/index.vue.mjs";
|
|
80
|
+
import { default as gr } from "./ap-field/select/index.vue.mjs";
|
|
81
|
+
import { default as Dr } from "./ap-action/item-modal/index.vue.mjs";
|
|
82
|
+
import { default as Pr } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
83
|
+
import { default as Br } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
84
|
+
import { default as hr } from "./ap-action/group/index.vue.mjs";
|
|
85
|
+
import { generateTableList as Gr } from "./ap-custom-column/utils.mjs";
|
|
86
|
+
import { useCacheColumnSetting as Nr } from "./ap-custom-column/useCacheColumnSetting.mjs";
|
|
87
|
+
import { default as Lr } from "./ap-custom-column/custom-column.vue.mjs";
|
|
88
|
+
import { default as Kr } from "./ap-custom-column/column-select.vue.mjs";
|
|
89
|
+
import { DictCode as Er } from "./work-order-modal/interfaces.mjs";
|
|
90
|
+
import { createWorkOrderModal as Hr } from "./work-order-modal/createWorkOrder.mjs";
|
|
91
|
+
import { default as zr } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
92
|
+
import { default as jr } from "./ap-tag/ap-tag.vue.mjs";
|
|
93
|
+
import { default as Jr } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
94
|
+
import { default as Vr } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
|
|
95
|
+
import { NeedNameKeyDefault as _r } from "./ap-upload/apUploadTypes.mjs";
|
|
96
|
+
import { default as ot } from "./ap-upload/apUpload.vue.mjs";
|
|
97
|
+
import { default as rt } from "./ap-download/ap-download.vue.mjs";
|
|
95
98
|
export {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
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
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
99
|
+
n as APConfigProvider,
|
|
100
|
+
hr as ApActionGroup,
|
|
101
|
+
uo as ApActionItem,
|
|
102
|
+
Br as ApActionItemDropdown,
|
|
103
|
+
Dr as ApActionItemModal,
|
|
104
|
+
Pr as ApActionItemPopconfirm,
|
|
105
|
+
Lr as ApCustomColumn,
|
|
106
|
+
Kr as ApCustomSelect,
|
|
107
|
+
rt as ApDownload,
|
|
108
|
+
lo as ApField,
|
|
109
|
+
lr as ApFieldCheckbox,
|
|
110
|
+
ir as ApFieldDate,
|
|
111
|
+
Sr as ApFieldDateRange,
|
|
112
|
+
xr as ApFieldNumber,
|
|
113
|
+
ur as ApFieldRadio,
|
|
114
|
+
gr as ApFieldSelect,
|
|
115
|
+
cr as ApFieldSwitch,
|
|
116
|
+
fr as ApFieldText,
|
|
117
|
+
Fr as ApFieldTextArea,
|
|
118
|
+
fo as ApForm,
|
|
119
|
+
Ve as ApFormItem,
|
|
120
|
+
Ee as ApFormItemDate,
|
|
121
|
+
He as ApFormItemDateRange,
|
|
122
|
+
_e as ApFormItemGroup,
|
|
123
|
+
Ke as ApFormItemNumber,
|
|
124
|
+
ze as ApFormItemRadio,
|
|
125
|
+
je as ApFormItemSelect,
|
|
126
|
+
Je as ApFormItemSwitch,
|
|
127
|
+
Ne as ApFormItemText,
|
|
128
|
+
Le as ApFormItemTextArea,
|
|
129
|
+
or as ApFormList,
|
|
130
|
+
ar as ApFormModalForm,
|
|
131
|
+
rr as ApFormSearchForm,
|
|
132
|
+
Vr as ApInfoLayout,
|
|
133
|
+
jr as ApTag,
|
|
134
|
+
Jr as ApTagGroup,
|
|
135
|
+
ot as ApUpload,
|
|
136
|
+
$o as ApiCascader,
|
|
137
|
+
ee as ApiRadioGroup,
|
|
138
|
+
te as ApiSelect,
|
|
139
|
+
pe as ApiTransfer,
|
|
140
|
+
me as ApiTree,
|
|
141
|
+
ne as ApiTreeSelect,
|
|
142
|
+
z as BaseButton,
|
|
143
|
+
J as BaseModal,
|
|
144
|
+
g as BasicArrow,
|
|
145
|
+
b as BasicHelp,
|
|
146
|
+
D as BasicTitle,
|
|
147
|
+
T as CollapseContainer,
|
|
148
|
+
Ho as CollapseTransition,
|
|
149
|
+
Lo as ConfigProvider,
|
|
150
|
+
$ as CountdownButton,
|
|
151
|
+
oo as CountdownInput,
|
|
152
|
+
V as CropperAvatar,
|
|
153
|
+
Z as CropperImage,
|
|
154
|
+
E as Description,
|
|
155
|
+
Er as DictCode,
|
|
156
|
+
ao as Dropdown,
|
|
157
|
+
Be as EditTableHeaderIcon,
|
|
158
|
+
P as ExpandTransition,
|
|
159
|
+
R as ExpandXTransition,
|
|
160
|
+
B as FadeTransition,
|
|
161
|
+
H as Field,
|
|
162
|
+
i as Icon,
|
|
163
|
+
S as IconPicker,
|
|
164
|
+
Ae as ModalButton,
|
|
165
|
+
_r as NeedNameKeyDefault,
|
|
166
|
+
Te as PopConfirmButton,
|
|
167
|
+
de as ProForm,
|
|
168
|
+
De as ProTable,
|
|
169
|
+
se as RadioButtonGroup,
|
|
170
|
+
M as ScaleRotateTransition,
|
|
166
171
|
h as ScaleTransition,
|
|
167
|
-
|
|
168
|
-
|
|
172
|
+
F as ScrollContainer,
|
|
173
|
+
w as ScrollXReverseTransition,
|
|
169
174
|
G as ScrollXTransition,
|
|
170
175
|
k as ScrollYReverseTransition,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
176
|
+
N as ScrollYTransition,
|
|
177
|
+
A as Scrollbar,
|
|
178
|
+
y as SlideXReverseTransition,
|
|
179
|
+
L as SlideXTransition,
|
|
180
|
+
X as SlideYReverseTransition,
|
|
181
|
+
K as SlideYTransition,
|
|
182
|
+
j as StrengthMeter,
|
|
183
|
+
d as SvgIcon,
|
|
184
|
+
Pe as TableAction,
|
|
180
185
|
he as TableImg,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
186
|
+
zr as WorkOrderModal,
|
|
187
|
+
io as adminToken,
|
|
188
|
+
xo as aplusToken,
|
|
184
189
|
vo as buildLocaleContext,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
190
|
+
Po as buildTranslator,
|
|
191
|
+
Fo as configProviderContextKey,
|
|
192
|
+
co as configProviderProps,
|
|
193
|
+
ro as createPrompt,
|
|
194
|
+
Hr as createWorkOrderModal,
|
|
195
|
+
wo as defaultNamespace,
|
|
196
|
+
Eo as en,
|
|
197
|
+
Gr as generateTableList,
|
|
198
|
+
Vo as isComponentFormSchema,
|
|
199
|
+
Zo as isSlotFormSchema,
|
|
200
|
+
Io as keysOf,
|
|
201
|
+
Ro as localeContextKey,
|
|
197
202
|
Go as namespaceContextKey,
|
|
198
|
-
|
|
203
|
+
go as provideGlobalConfig,
|
|
199
204
|
Co as tableDefaultConfig,
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
+
Bo as translate,
|
|
206
|
+
Nr as useCacheColumnSetting,
|
|
207
|
+
jo as useComponentRegister,
|
|
208
|
+
zo as useDescription,
|
|
209
|
+
Jo as useForm,
|
|
205
210
|
ko as useGetDerivedNamespace,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
211
|
+
bo as useGlobalConfig,
|
|
212
|
+
Mo as useLocale,
|
|
213
|
+
Ie as useModal,
|
|
209
214
|
Ce as useModalContext,
|
|
210
|
-
|
|
211
|
-
|
|
215
|
+
ge as useModalInner,
|
|
216
|
+
No as useNamespace,
|
|
212
217
|
Ge as useTable,
|
|
213
|
-
|
|
218
|
+
Ko as zhCn
|
|
214
219
|
};
|
|
@@ -2,12 +2,19 @@
|
|
|
2
2
|
min-width: 88px;
|
|
3
3
|
box-shadow: none;
|
|
4
4
|
}
|
|
5
|
+
.ant-btn[disabled],
|
|
6
|
+
.ant-btn[disabled]:hover {
|
|
7
|
+
color: #bfbfbf !important;
|
|
8
|
+
background: #fafafa !important;
|
|
9
|
+
border-color: #d9d9d9 !important;
|
|
10
|
+
}
|
|
5
11
|
.ant-form-item-control-input-content [text='重置'],
|
|
6
12
|
.ant-form-item-control-input-content [text='查询'],
|
|
7
13
|
.ant-form-item-control-input-content [text='Reset'],
|
|
8
14
|
.ant-form-item-control-input-content [text='Search'] {
|
|
9
15
|
min-width: 0;
|
|
10
16
|
}
|
|
11
|
-
.ant-btn-link
|
|
17
|
+
.ant-btn-link,
|
|
18
|
+
.ant-btn-text {
|
|
12
19
|
min-width: 0;
|
|
13
20
|
}
|
|
@@ -23,13 +23,20 @@
|
|
|
23
23
|
min-width: 88px;
|
|
24
24
|
box-shadow: none;
|
|
25
25
|
}
|
|
26
|
+
.ant-btn[disabled],
|
|
27
|
+
.ant-btn[disabled]:hover {
|
|
28
|
+
color: #bfbfbf !important;
|
|
29
|
+
background: #fafafa !important;
|
|
30
|
+
border-color: #d9d9d9 !important;
|
|
31
|
+
}
|
|
26
32
|
.ant-form-item-control-input-content [text='重置'],
|
|
27
33
|
.ant-form-item-control-input-content [text='查询'],
|
|
28
34
|
.ant-form-item-control-input-content [text='Reset'],
|
|
29
35
|
.ant-form-item-control-input-content [text='Search'] {
|
|
30
36
|
min-width: 0;
|
|
31
37
|
}
|
|
32
|
-
.ant-btn-link
|
|
38
|
+
.ant-btn-link,
|
|
39
|
+
.ant-btn-text {
|
|
33
40
|
min-width: 0;
|
|
34
41
|
}
|
|
35
42
|
.ant-form .ant-form-item label {
|
|
@@ -2,12 +2,19 @@
|
|
|
2
2
|
min-width: 88px;
|
|
3
3
|
box-shadow: none;
|
|
4
4
|
}
|
|
5
|
+
.ant-btn[disabled],
|
|
6
|
+
.ant-btn[disabled]:hover {
|
|
7
|
+
color: #abb7cc !important;
|
|
8
|
+
background: #f9f9fa !important;
|
|
9
|
+
border-color: #dee4ed !important;
|
|
10
|
+
}
|
|
5
11
|
.ant-form-item-control-input-content [text='重置'],
|
|
6
12
|
.ant-form-item-control-input-content [text='查询'],
|
|
7
13
|
.ant-form-item-control-input-content [text='Reset'],
|
|
8
14
|
.ant-form-item-control-input-content [text='Search'] {
|
|
9
15
|
min-width: 0;
|
|
10
16
|
}
|
|
11
|
-
.ant-btn-link
|
|
17
|
+
.ant-btn-link,
|
|
18
|
+
.ant-btn-text {
|
|
12
19
|
min-width: 0;
|
|
13
20
|
}
|
|
@@ -23,13 +23,20 @@
|
|
|
23
23
|
min-width: 88px;
|
|
24
24
|
box-shadow: none;
|
|
25
25
|
}
|
|
26
|
+
.ant-btn[disabled],
|
|
27
|
+
.ant-btn[disabled]:hover {
|
|
28
|
+
color: #abb7cc !important;
|
|
29
|
+
background: #f9f9fa !important;
|
|
30
|
+
border-color: #dee4ed !important;
|
|
31
|
+
}
|
|
26
32
|
.ant-form-item-control-input-content [text='重置'],
|
|
27
33
|
.ant-form-item-control-input-content [text='查询'],
|
|
28
34
|
.ant-form-item-control-input-content [text='Reset'],
|
|
29
35
|
.ant-form-item-control-input-content [text='Search'] {
|
|
30
36
|
min-width: 0;
|
|
31
37
|
}
|
|
32
|
-
.ant-btn-link
|
|
38
|
+
.ant-btn-link,
|
|
39
|
+
.ant-btn-text {
|
|
33
40
|
min-width: 0;
|
|
34
41
|
}
|
|
35
42
|
.ant-form .ant-form-item label {
|
|
@@ -200,7 +207,6 @@
|
|
|
200
207
|
position: absolute;
|
|
201
208
|
left: 0;
|
|
202
209
|
height: 30px;
|
|
203
|
-
padding: 0 0 0 16px;
|
|
204
210
|
line-height: 30px;
|
|
205
211
|
}
|
|
206
212
|
.ant-table-wrapper .ant-pagination .ant-pagination-item {
|
|
@@ -358,15 +364,25 @@
|
|
|
358
364
|
justify-content: center;
|
|
359
365
|
align-items: center;
|
|
360
366
|
}
|
|
361
|
-
.ant-table-wrapper .ant-table .ant-table-container .ant-table-thead tr > th {
|
|
362
|
-
padding:
|
|
367
|
+
.ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th {
|
|
368
|
+
padding: 15.5px !important;
|
|
369
|
+
}
|
|
370
|
+
.ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
371
|
+
border-top: 1px solid;
|
|
372
|
+
border-top-color: transparent;
|
|
373
|
+
}
|
|
374
|
+
.ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
375
|
+
padding: 12px !important;
|
|
376
|
+
line-height: 22px;
|
|
363
377
|
}
|
|
364
|
-
.ant-table-wrapper .ant-table .ant-table-container .ant-table-
|
|
365
|
-
padding: 16px !important;
|
|
378
|
+
.ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th {
|
|
379
|
+
padding: 10.5px 16px !important;
|
|
366
380
|
}
|
|
367
|
-
.ant-table-wrapper .ant-table-small .ant-table-container .ant-table-
|
|
368
|
-
|
|
381
|
+
.ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
382
|
+
border-top: 1px solid;
|
|
383
|
+
border-top-color: transparent;
|
|
369
384
|
}
|
|
370
|
-
.ant-table-wrapper .ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
371
|
-
padding:
|
|
385
|
+
.ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
386
|
+
padding: 10.5px 16px !important;
|
|
387
|
+
line-height: 18px !important;
|
|
372
388
|
}
|
|
@@ -1,12 +1,22 @@
|
|
|
1
|
-
.ant-table-wrapper .ant-table .ant-table-container .ant-table-thead tr > th {
|
|
2
|
-
padding:
|
|
1
|
+
.ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th {
|
|
2
|
+
padding: 15.5px !important;
|
|
3
3
|
}
|
|
4
|
-
.ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody tr
|
|
5
|
-
|
|
4
|
+
.ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
5
|
+
border-top: 1px solid;
|
|
6
|
+
border-top-color: transparent;
|
|
6
7
|
}
|
|
7
|
-
.ant-table-wrapper .ant-table-
|
|
8
|
-
padding:
|
|
8
|
+
.ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
9
|
+
padding: 12px !important;
|
|
10
|
+
line-height: 22px;
|
|
9
11
|
}
|
|
10
|
-
.ant-table-wrapper .ant-table-small .ant-table-container .ant-table-
|
|
11
|
-
padding:
|
|
12
|
+
.ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th {
|
|
13
|
+
padding: 10.5px 16px !important;
|
|
14
|
+
}
|
|
15
|
+
.ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
16
|
+
border-top: 1px solid;
|
|
17
|
+
border-top-color: transparent;
|
|
18
|
+
}
|
|
19
|
+
.ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
20
|
+
padding: 10.5px 16px !important;
|
|
21
|
+
line-height: 18px !important;
|
|
12
22
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.aplus-download-wrapper {
|
|
2
|
+
text-wrap: nowrap;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
display: flex;
|
|
5
|
+
}
|
|
6
|
+
.aplus-download-inner-wrapper {
|
|
7
|
+
display: inline-block;
|
|
8
|
+
color: var(--download-main-color);
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
}
|
|
13
|
+
.aplus-download-inner-wrapper .icon {
|
|
14
|
+
position: relative;
|
|
15
|
+
font-size: 18px;
|
|
16
|
+
}
|
|
17
|
+
.aplus-download-inner-wrapper .text {
|
|
18
|
+
margin-left: 5px;
|
|
19
|
+
}
|
|
20
|
+
.aplus-download-inner-wrapper:hover {
|
|
21
|
+
color: var(--download-main-color-opacity);
|
|
22
|
+
}
|
|
23
|
+
.aplus-download-inner-wrapper--large {
|
|
24
|
+
line-height: 26px;
|
|
25
|
+
height: 28px;
|
|
26
|
+
font-size: 16px;
|
|
27
|
+
}
|
|
28
|
+
.aplus-download-inner-wrapper--middle {
|
|
29
|
+
line-height: 22px;
|
|
30
|
+
height: 24px;
|
|
31
|
+
font-size: 14px;
|
|
32
|
+
}
|
|
33
|
+
.aplus-download-inner-wrapper--small {
|
|
34
|
+
line-height: 19px;
|
|
35
|
+
height: 20px;
|
|
36
|
+
font-size: 12px;
|
|
37
|
+
}
|
|
38
|
+
.aplus-download-inner-wrapper--disabled {
|
|
39
|
+
color: #8896b0;
|
|
40
|
+
cursor: not-allowed;
|
|
41
|
+
}
|
|
42
|
+
.aplus-download-inner-wrapper--disabled:hover {
|
|
43
|
+
color: #8896b0;
|
|
44
|
+
}
|
|
45
|
+
.aplus-download-inner-wrapper--disabled-admin {
|
|
46
|
+
cursor: not-allowed;
|
|
47
|
+
color: #999;
|
|
48
|
+
}
|
|
49
|
+
.aplus-download-inner-wrapper--disabled-admin:hover {
|
|
50
|
+
color: #999;
|
|
51
|
+
}
|