@aplus-frontend/ui 0.0.1-beta.23 → 0.0.1-beta.24

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.
Files changed (59) hide show
  1. package/es/index.mjs +104 -100
  2. package/es/src/ap-download/ap-download.vue.d.ts +41 -0
  3. package/es/src/ap-download/ap-download.vue.mjs +50 -0
  4. package/es/src/ap-download/ap-download.vue2.mjs +4 -0
  5. package/es/src/ap-download/hooks/index.d.ts +8 -0
  6. package/es/src/ap-download/index.d.ts +4 -0
  7. package/es/src/ap-download/index.mjs +2 -0
  8. package/es/src/ap-download/interface.d.ts +20 -0
  9. package/es/src/ap-download/interface.mjs +1 -0
  10. package/es/src/ap-download/style/ap-download.css +51 -0
  11. package/es/src/ap-form/index.d.ts +3 -1
  12. package/es/src/ap-form/index.mjs +15 -11
  13. package/es/src/ap-form/interface.d.ts +19 -1
  14. package/es/src/ap-form/modal-form/index.vue.d.ts +369 -0
  15. package/es/src/ap-form/modal-form/index.vue.mjs +195 -0
  16. package/es/src/ap-form/modal-form/index.vue2.mjs +4 -0
  17. package/es/src/ap-form/style/modal-form.css +17 -0
  18. package/es/src/index.d.ts +1 -0
  19. package/es/src/index.mjs +197 -192
  20. package/es/src/theme/antd-global-overwrite/admin/button.css +8 -1
  21. package/es/src/theme/antd-global-overwrite/admin/index.css +8 -1
  22. package/es/src/theme/antd-global-overwrite/aplus/button.css +8 -1
  23. package/es/src/theme/antd-global-overwrite/aplus/index.css +26 -10
  24. package/es/src/theme/antd-global-overwrite/aplus/pagination.css +0 -1
  25. package/es/src/theme/antd-global-overwrite/aplus/table.css +18 -8
  26. package/es/src/theme/ap-download/ap-download.css +51 -0
  27. package/es/src/theme/ap-form/modal-form.css +17 -0
  28. package/es/src/utils/slot.d.ts +7 -1
  29. package/es/src/utils/slot.mjs +25 -15
  30. package/lib/index.js +1 -1
  31. package/lib/src/ap-download/ap-download.vue.d.ts +41 -0
  32. package/lib/src/ap-download/ap-download.vue.js +1 -0
  33. package/lib/src/ap-download/ap-download.vue2.js +1 -0
  34. package/lib/src/ap-download/hooks/index.d.ts +8 -0
  35. package/lib/src/ap-download/index.d.ts +4 -0
  36. package/lib/src/ap-download/index.js +1 -0
  37. package/lib/src/ap-download/interface.d.ts +20 -0
  38. package/lib/src/ap-download/interface.js +1 -0
  39. package/lib/src/ap-download/style/ap-download.css +51 -0
  40. package/lib/src/ap-form/index.d.ts +3 -1
  41. package/lib/src/ap-form/index.js +1 -1
  42. package/lib/src/ap-form/interface.d.ts +19 -1
  43. package/lib/src/ap-form/modal-form/index.vue.d.ts +369 -0
  44. package/lib/src/ap-form/modal-form/index.vue.js +1 -0
  45. package/lib/src/ap-form/modal-form/index.vue2.js +1 -0
  46. package/lib/src/ap-form/style/modal-form.css +17 -0
  47. package/lib/src/index.d.ts +1 -0
  48. package/lib/src/index.js +1 -1
  49. package/lib/src/theme/antd-global-overwrite/admin/button.css +8 -1
  50. package/lib/src/theme/antd-global-overwrite/admin/index.css +8 -1
  51. package/lib/src/theme/antd-global-overwrite/aplus/button.css +8 -1
  52. package/lib/src/theme/antd-global-overwrite/aplus/index.css +26 -10
  53. package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +0 -1
  54. package/lib/src/theme/antd-global-overwrite/aplus/table.css +18 -8
  55. package/lib/src/theme/ap-download/ap-download.css +51 -0
  56. package/lib/src/theme/ap-form/modal-form.css +17 -0
  57. package/lib/src/utils/slot.d.ts +7 -1
  58. package/lib/src/utils/slot.js +1 -1
  59. package/package.json +1 -1
package/es/src/index.mjs CHANGED
@@ -1,214 +1,219 @@
1
- import { Icon as s, SvgIcon as i } from "./icon/index.mjs";
2
- import { APConfigProvider as x } from "./config-provider/index.mjs";
3
- import { Scrollbar as u } from "./scroll-bar/index.mjs";
4
- import { CollapseContainer as c, ScrollContainer as T } from "./container/index.mjs";
5
- import { IconPicker as F } from "./icon-picker/index.mjs";
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 I, BasicHelp as g, BasicTitle as b } from "./basic/index.mjs";
8
- import { ExpandTransition as D, ExpandXTransition as P, FadeTransition as R, ScaleRotateTransition as B, ScaleTransition as h, ScrollXReverseTransition as M, ScrollXTransition as G, ScrollYReverseTransition as k, ScrollYTransition as w, SlideXReverseTransition as N, SlideXTransition as y, SlideYReverseTransition as L, SlideYTransition as X } from "./transition/index.mjs";
9
- import { Description as Y } from "./description/index.mjs";
10
- import { Field as O } from "./pro-form/index.mjs";
11
- import { BaseButton as W } from "./base-button/index.mjs";
12
- import { StrengthMeter as U } from "./strength-meter/index.mjs";
13
- import { BaseModal as q } from "./modal/index.mjs";
14
- import { CropperAvatar as Q, CropperImage as V } from "./cropper/index.mjs";
15
- import { CountdownButton as _, CountdownInput as $ } from "./count-down/index.mjs";
16
- import { createPrompt as eo } from "./prompt/index.mjs";
17
- import { Dropdown as to } from "./dropdown/index.mjs";
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 po } from "./ap-form/index.mjs";
20
- import { ApField as mo } from "./ap-field/index.mjs";
21
- import { adminToken as so, aplusToken as io } from "./design-token/index.mjs";
22
- import { ApActionItem as no } from "./ap-action/index.mjs";
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 { configProviderProps as Ao } from "./config-provider/config-provider-props.mjs";
29
- import { configProviderContextKey as To, tableDefaultConfig as Co } from "./config-provider/constants.mjs";
30
- import { keysOf as So, provideGlobalConfig as Io, useGlobalConfig as go } from "./config-provider/hooks/use-global-config.mjs";
31
- import { buildLocaleContext as vo, buildTranslator as Do, localeContextKey as Po, translate as Ro, useLocale as Bo } from "./config-provider/hooks/use-locale.mjs";
32
- import { defaultNamespace as Mo, namespaceContextKey as Go, useGetDerivedNamespace as ko, useNamespace as wo } from "./config-provider/hooks/use-namespace.mjs";
33
- import { ConfigProvider as yo } from "./config-provider/config-provider.mjs";
34
- import { default as Xo } from "./locale/lang/zh-cn.mjs";
35
- import { default as Yo } from "./locale/lang/en.mjs";
36
- import { default as Oo } from "./transition/collapse-transition.vue.mjs";
37
- import { useDescription as Wo } from "./description/use-description.mjs";
38
- import { useComponentRegister as Uo } from "./pro-form/hooks/use-component-register.mjs";
39
- import { useForm as qo } from "./pro-form/hooks/use-form.mjs";
40
- import { isComponentFormSchema as Qo, isSlotFormSchema as Vo } from "./pro-form/types/form.mjs";
41
- import { default as _o } from "./pro-form/components/api-cascader.vue.mjs";
42
- import { default as oe } from "./pro-form/components/api-radio-group.vue.mjs";
43
- import { default as re } from "./pro-form/components/api-select.vue.mjs";
44
- import { default as ae } from "./pro-form/components/api-transfer.vue.mjs";
45
- import { default as fe } from "./pro-form/components/api-tree.vue.mjs";
46
- import { default as le } from "./pro-form/components/radio-button-group.vue.mjs";
47
- import { default as ie } from "./pro-form/pro-form.vue.mjs";
48
- import { default as xe } from "./pro-form/components/api-tree-select.vue.mjs";
49
- import { default as ue } from "./base-button/modal-button.vue.mjs";
50
- import { default as ce } from "./base-button/pop-confirm-button.vue.mjs";
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 Se, useModalInner as Ie } from "./modal/hooks/use-modal.mjs";
53
- import { default as be } from "./pro-table/pro-table.vue.mjs";
54
- import { default as De } from "./pro-table/components/table-action.vue.mjs";
55
- import { default as Re } from "./pro-table/components/edit-table-header-icon.vue.mjs";
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 we } from "./ap-form/items/text/index.vue.mjs";
59
- import { default as ye } from "./ap-form/items/text-area/index.vue.mjs";
60
- import { default as Xe } from "./ap-form/items/number/index.vue.mjs";
61
- import { default as Ye } from "./ap-form/items/date/index.vue.mjs";
62
- import { default as Oe } from "./ap-form/items/date-range/index.vue.mjs";
63
- import { default as We } from "./ap-form/items/radio/index.vue.mjs";
64
- import { default as Ue } from "./ap-form/items/select/index.vue.mjs";
65
- import { default as qe } from "./ap-form/items/switch/index.vue.mjs";
66
- import { default as Qe } from "./ap-form/ap-form-item.vue.mjs";
67
- import { default as Ze } from "./ap-form/ap-form-item-group/index.vue.mjs";
68
- import { default as $e } from "./ap-form/ap-form-list.vue.mjs";
69
- import { default as er } from "./ap-form/search-form/index.vue.mjs";
70
- import { default as tr } from "./ap-field/text/index.vue.mjs";
71
- import { default as pr } from "./ap-field/checkbox/index.vue.mjs";
72
- import { default as mr } from "./ap-field/date/index.vue.mjs";
73
- import { default as sr } from "./ap-field/number/index.vue.mjs";
74
- import { default as dr } from "./ap-field/radio/index.vue.mjs";
75
- import { default as nr } from "./ap-field/switch/index.vue.mjs";
76
- import { default as Ar } from "./ap-field/text-area/index.vue.mjs";
77
- import { default as Tr } from "./ap-field/date-range/index.vue.mjs";
78
- import { default as Fr } from "./ap-field/select/index.vue.mjs";
79
- import { default as Ir } from "./ap-action/item-modal/index.vue.mjs";
80
- import { default as br } from "./ap-action/item-popconfirm/index.vue.mjs";
81
- import { default as Dr } from "./ap-action/item-dropdown/index.vue.mjs";
82
- import { default as Rr } from "./ap-action/group/index.vue.mjs";
83
- import { generateTableList as hr } from "./ap-custom-column/utils.mjs";
84
- import { useCacheColumnSetting as Gr } from "./ap-custom-column/useCacheColumnSetting.mjs";
85
- import { default as wr } from "./ap-custom-column/custom-column.vue.mjs";
86
- import { default as yr } from "./ap-custom-column/column-select.vue.mjs";
87
- import { DictCode as Xr } from "./work-order-modal/interfaces.mjs";
88
- import { createWorkOrderModal as Yr } from "./work-order-modal/createWorkOrder.mjs";
89
- import { default as Or } from "./work-order-modal/work-order-modal.vue.mjs";
90
- import { default as Wr } from "./ap-tag/ap-tag.vue.mjs";
91
- import { default as Ur } from "./ap-tag/ap-tag-group.vue.mjs";
92
- import { default as qr } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
93
- import { NeedNameKeyDefault as Qr } from "./ap-upload/apUploadTypes.mjs";
94
- import { default as Zr } from "./ap-upload/apUpload.vue.mjs";
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
- x as APConfigProvider,
97
- Rr as ApActionGroup,
98
- no as ApActionItem,
99
- Dr as ApActionItemDropdown,
100
- Ir as ApActionItemModal,
101
- br as ApActionItemPopconfirm,
102
- wr as ApCustomColumn,
103
- yr as ApCustomSelect,
104
- mo as ApField,
105
- pr as ApFieldCheckbox,
106
- mr as ApFieldDate,
107
- Tr as ApFieldDateRange,
108
- sr as ApFieldNumber,
109
- dr as ApFieldRadio,
110
- Fr as ApFieldSelect,
111
- nr as ApFieldSwitch,
112
- tr as ApFieldText,
113
- Ar as ApFieldTextArea,
114
- po as ApForm,
115
- Qe as ApFormItem,
116
- Ye as ApFormItemDate,
117
- Oe as ApFormItemDateRange,
118
- Ze as ApFormItemGroup,
119
- Xe as ApFormItemNumber,
120
- We as ApFormItemRadio,
121
- Ue as ApFormItemSelect,
122
- qe as ApFormItemSwitch,
123
- we as ApFormItemText,
124
- ye as ApFormItemTextArea,
125
- $e as ApFormList,
126
- er as ApFormSearchForm,
127
- qr as ApInfoLayout,
128
- Wr as ApTag,
129
- Ur as ApTagGroup,
130
- Zr as ApUpload,
131
- _o as ApiCascader,
132
- oe as ApiRadioGroup,
133
- re as ApiSelect,
134
- ae as ApiTransfer,
135
- fe as ApiTree,
136
- xe as ApiTreeSelect,
137
- W as BaseButton,
138
- q as BaseModal,
139
- I as BasicArrow,
140
- g as BasicHelp,
141
- b as BasicTitle,
142
- c as CollapseContainer,
143
- Oo as CollapseTransition,
144
- yo as ConfigProvider,
145
- _ as CountdownButton,
146
- $ as CountdownInput,
147
- Q as CropperAvatar,
148
- V as CropperImage,
149
- Y as Description,
150
- Xr as DictCode,
151
- to as Dropdown,
152
- Re as EditTableHeaderIcon,
153
- D as ExpandTransition,
154
- P as ExpandXTransition,
155
- R as FadeTransition,
156
- O as Field,
157
- s as Icon,
158
- F as IconPicker,
159
- ue as ModalButton,
160
- Qr as NeedNameKeyDefault,
161
- ce as PopConfirmButton,
162
- ie as ProForm,
163
- be as ProTable,
164
- le as RadioButtonGroup,
165
- B as ScaleRotateTransition,
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
- T as ScrollContainer,
168
- M as ScrollXReverseTransition,
172
+ F as ScrollContainer,
173
+ w as ScrollXReverseTransition,
169
174
  G as ScrollXTransition,
170
175
  k as ScrollYReverseTransition,
171
- w as ScrollYTransition,
172
- u as Scrollbar,
173
- N as SlideXReverseTransition,
174
- y as SlideXTransition,
175
- L as SlideYReverseTransition,
176
- X as SlideYTransition,
177
- U as StrengthMeter,
178
- i as SvgIcon,
179
- De as TableAction,
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
- Or as WorkOrderModal,
182
- so as adminToken,
183
- io as aplusToken,
186
+ zr as WorkOrderModal,
187
+ io as adminToken,
188
+ xo as aplusToken,
184
189
  vo as buildLocaleContext,
185
- Do as buildTranslator,
186
- To as configProviderContextKey,
187
- Ao as configProviderProps,
188
- eo as createPrompt,
189
- Yr as createWorkOrderModal,
190
- Mo as defaultNamespace,
191
- Yo as en,
192
- hr as generateTableList,
193
- Qo as isComponentFormSchema,
194
- Vo as isSlotFormSchema,
195
- So as keysOf,
196
- Po as localeContextKey,
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
- Io as provideGlobalConfig,
203
+ go as provideGlobalConfig,
199
204
  Co as tableDefaultConfig,
200
- Ro as translate,
201
- Gr as useCacheColumnSetting,
202
- Uo as useComponentRegister,
203
- Wo as useDescription,
204
- qo as useForm,
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
- go as useGlobalConfig,
207
- Bo as useLocale,
208
- Se as useModal,
211
+ bo as useGlobalConfig,
212
+ Mo as useLocale,
213
+ Ie as useModal,
209
214
  Ce as useModalContext,
210
- Ie as useModalInner,
211
- wo as useNamespace,
215
+ ge as useModalInner,
216
+ No as useNamespace,
212
217
  Ge as useTable,
213
- Xo as zhCn
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: 16px;
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-tbody tr > .ant-table-cell {
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-thead tr > th {
368
- padding: 11px 16px !important;
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: 8px 16px !important;
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
  }
@@ -8,7 +8,6 @@
8
8
  position: absolute;
9
9
  left: 0;
10
10
  height: 30px;
11
- padding: 0 0 0 16px;
12
11
  line-height: 30px;
13
12
  }
14
13
  .ant-table-wrapper .ant-pagination .ant-pagination-item {
@@ -1,12 +1,22 @@
1
- .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead tr > th {
2
- padding: 16px;
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 > .ant-table-cell {
5
- padding: 16px !important;
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-small .ant-table-container .ant-table-thead tr > th {
8
- padding: 11px 16px !important;
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-tbody tr > .ant-table-cell {
11
- padding: 8px 16px !important;
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(--tag-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(--tag-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
+ }