@aplus-frontend/ui 0.0.3 → 0.0.5

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 (67) hide show
  1. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +23 -21
  2. package/es/src/ap-form/ap-form.vue.d.ts +7 -2
  3. package/es/src/ap-form/ap-form.vue2.mjs +85 -52
  4. package/es/src/ap-form/context.d.ts +14 -0
  5. package/es/src/ap-form/hooks/use-watch.d.ts +7 -0
  6. package/es/src/ap-form/hooks/use-watch.mjs +30 -0
  7. package/es/src/ap-form/index.d.ts +2 -0
  8. package/es/src/ap-form/index.mjs +13 -11
  9. package/es/src/ap-form/interface.d.ts +17 -7
  10. package/es/src/ap-form/modal-form/index.vue.d.ts +2 -2
  11. package/es/src/ap-form/modal-form/index.vue.mjs +1 -1
  12. package/es/src/ap-form/search-form/index.vue.mjs +27 -27
  13. package/es/src/ap-table/ap-table.vue.d.ts +2 -0
  14. package/es/src/ap-table/ap-table.vue.mjs +112 -111
  15. package/es/src/ap-table/components/interface.d.ts +12 -0
  16. package/es/src/ap-table/components/status/index.vue.d.ts +14 -0
  17. package/es/src/ap-table/components/status/index.vue.mjs +4 -0
  18. package/es/src/ap-table/components/status/index.vue2.mjs +17 -0
  19. package/es/src/ap-table/constants.d.ts +20 -25
  20. package/es/src/ap-table/constants.mjs +19 -16
  21. package/es/src/ap-table/interface.d.ts +34 -4
  22. package/es/src/ap-table/utils.d.ts +174 -1
  23. package/es/src/ap-table/utils.mjs +75 -48
  24. package/es/src/pro-form/helper.mjs +7 -7
  25. package/es/src/theme/antd-global-overwrite/admin/alert.css +3 -0
  26. package/es/src/theme/antd-global-overwrite/admin/index.css +72 -29
  27. package/es/src/theme/antd-global-overwrite/admin/pagination.css +30 -14
  28. package/es/src/theme/antd-global-overwrite/admin/steps.css +39 -15
  29. package/es/src/theme/antd-global-overwrite/aplus/alert.css +3 -0
  30. package/es/src/theme/antd-global-overwrite/aplus/index.css +78 -33
  31. package/es/src/theme/antd-global-overwrite/aplus/pagination.css +38 -18
  32. package/es/src/theme/antd-global-overwrite/aplus/steps.css +37 -15
  33. package/es/src/utils/index.mjs +32 -32
  34. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  35. package/lib/src/ap-form/ap-form.vue.d.ts +7 -2
  36. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  37. package/lib/src/ap-form/context.d.ts +14 -0
  38. package/lib/src/ap-form/hooks/use-watch.d.ts +7 -0
  39. package/lib/src/ap-form/hooks/use-watch.js +1 -0
  40. package/lib/src/ap-form/index.d.ts +2 -0
  41. package/lib/src/ap-form/index.js +1 -1
  42. package/lib/src/ap-form/interface.d.ts +17 -7
  43. package/lib/src/ap-form/modal-form/index.vue.d.ts +2 -2
  44. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  45. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  46. package/lib/src/ap-table/ap-table.vue.d.ts +2 -0
  47. package/lib/src/ap-table/ap-table.vue.js +1 -1
  48. package/lib/src/ap-table/components/interface.d.ts +12 -0
  49. package/lib/src/ap-table/components/status/index.vue.d.ts +14 -0
  50. package/lib/src/ap-table/components/status/index.vue.js +1 -0
  51. package/lib/src/ap-table/components/status/index.vue2.js +1 -0
  52. package/lib/src/ap-table/constants.d.ts +20 -25
  53. package/lib/src/ap-table/constants.js +1 -1
  54. package/lib/src/ap-table/interface.d.ts +34 -4
  55. package/lib/src/ap-table/utils.d.ts +174 -1
  56. package/lib/src/ap-table/utils.js +1 -1
  57. package/lib/src/pro-form/helper.js +1 -1
  58. package/lib/src/theme/antd-global-overwrite/admin/alert.css +3 -0
  59. package/lib/src/theme/antd-global-overwrite/admin/index.css +72 -29
  60. package/lib/src/theme/antd-global-overwrite/admin/pagination.css +30 -14
  61. package/lib/src/theme/antd-global-overwrite/admin/steps.css +39 -15
  62. package/lib/src/theme/antd-global-overwrite/aplus/alert.css +3 -0
  63. package/lib/src/theme/antd-global-overwrite/aplus/index.css +78 -33
  64. package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +38 -18
  65. package/lib/src/theme/antd-global-overwrite/aplus/steps.css +37 -15
  66. package/lib/src/utils/index.js +1 -1
  67. package/package.json +2 -2
@@ -1,5 +1,16 @@
1
1
  import { ApColumnType, ApTableValueFields, ValueEnum, ValueEnumType } from './interface';
2
2
  import { Translator } from '../config-provider';
3
+ import { AlignType, FixedType, Key, CellEllipsisType, DataIndex, ColumnType, GetComponentProps, ColumnGroupType } from 'ant-design-vue/es/vc-table/interface';
4
+ import { ColumnTitle, CompareFn, SortOrder, FilterDropdownProps, FilterValue, FilterSearchType, ColumnFilterItem } from 'ant-design-vue/es/table/interface';
5
+ import { Breakpoint } from 'ant-design-vue/es/_util/responsiveObserve';
6
+ import { ExtractPropTypes, PropType, CSSProperties } from 'vue';
7
+ import { VueTypeValidableDef } from '../../node_modules/vue-types';
8
+ import { TriggerType } from 'ant-design-vue/es/tooltip/abstractTooltipProps';
9
+ import { TooltipPlacement, AdjustOverflow } from 'ant-design-vue/es/tooltip';
10
+ import { LiteralUnion, VueNode } from 'ant-design-vue/es/_util/type';
11
+ import { PresetColorType } from 'ant-design-vue/es/_util/colors';
12
+ import { AlignType, BuildInPlacements } from 'ant-design-vue/es/vc-trigger/interface';
13
+ import { TableColumnType } from 'ant-design-vue';
3
14
 
4
15
  export type FieldValueType = 'multiple' | 'multipleNumber' | 'dayjs' | 'dayjsRange' | 'dayjsDayRange' | 'number' | 'boolean' | 'object';
5
16
  export declare const formatParamsValueType: (type: FieldValueType | Record<string, FieldValueType>, value: any, cb: (t: FieldValueType, value: any) => any) => any;
@@ -29,7 +40,7 @@ export declare const objectToMap: (value: ValueEnum | undefined) => ValueEnumMap
29
40
  * @param valueEnumParams
30
41
  * @returns
31
42
  */
32
- export declare const valueEnumToArray: (valueEnumParams: ValueEnum) => OptionType;
43
+ export declare const valueEnumToArray: (valueEnumParams: ValueEnum) => Partial<OptionType>[];
33
44
  /**
34
45
  * 获取列在查询表单中的排序
35
46
  * @param order
@@ -58,4 +69,166 @@ export declare function getFieldProps<RecordType = any>(fieldProps: ApColumnType
58
69
  renderIndex: number;
59
70
  column: ApColumnType<any, RecordType>;
60
71
  }): any;
72
+ /**
73
+ * 获取表格的渲染类型
74
+ * @param item
75
+ * @returns
76
+ */
77
+ export declare function getTableRenderType(item: ApColumnType<any, any>): "number" | "text" | "select" | "switch" | "index" | "status" | "checkbox" | "radio" | "date" | "action" | "dateRange" | "textArea";
78
+ /**
79
+ * 处理表格render组件的props
80
+ * @param item
81
+ * @param renderOption
82
+ * @returns
83
+ */
84
+ export declare function getTableRenderProps(item: ApColumnType<any, any>, renderOption: any): any;
85
+ /**
86
+ * 将apColumn转化为column
87
+ * @param column
88
+ * @returns
89
+ */
90
+ export declare function apColumnToColumn(column: ApColumnType<any>): {
91
+ align?: AlignType | undefined;
92
+ class?: string | undefined;
93
+ title?: ColumnTitle<any>;
94
+ width?: string | number | undefined;
95
+ slots?: {
96
+ filterIcon?: string | undefined;
97
+ filterDropdown?: string | undefined;
98
+ customRender?: string | undefined;
99
+ title?: string | undefined;
100
+ } | undefined;
101
+ fixed?: FixedType | undefined;
102
+ key?: Key | undefined;
103
+ responsive?: Breakpoint[] | undefined;
104
+ maxWidth?: number | undefined;
105
+ minWidth?: number | undefined;
106
+ ellipsis?: CellEllipsisType | undefined;
107
+ colSpan?: number | undefined;
108
+ dataIndex?: DataIndex | undefined;
109
+ customRender?: ((opt: {
110
+ value: any;
111
+ text: any;
112
+ record: any;
113
+ index: number;
114
+ renderIndex: number;
115
+ column: ColumnType<any>;
116
+ }) => any) | undefined;
117
+ rowSpan?: number | undefined;
118
+ resizable?: boolean | undefined;
119
+ customCell?: GetComponentProps<any> | undefined;
120
+ onCellClick?: ((record: any, e: MouseEvent) => void) | undefined;
121
+ className?: string | undefined;
122
+ customHeaderCell?: GetComponentProps< ColumnType<any> | ColumnGroupType<any>> | undefined;
123
+ customFilterDropdown?: boolean | undefined;
124
+ __originColumn__?: any;
125
+ sorter?: ((boolean | CompareFn<any> | {
126
+ compare?: CompareFn<any> | undefined;
127
+ multiple?: number | undefined;
128
+ }) & (string | boolean | CompareFn<any> | {
129
+ compare?: CompareFn<any> | undefined;
130
+ multiple?: number | undefined;
131
+ })) | undefined;
132
+ sortOrder?: SortOrder | undefined;
133
+ defaultSortOrder?: SortOrder | undefined;
134
+ sortDirections?: SortOrder[] | undefined;
135
+ showSorterTooltip?: boolean | Partial< ExtractPropTypes<{
136
+ title: VueTypeValidableDef<any>;
137
+ trigger: PropType< TriggerType | TriggerType[]>;
138
+ open: {
139
+ type: BooleanConstructor;
140
+ default: any;
141
+ };
142
+ visible: {
143
+ type: BooleanConstructor;
144
+ default: any;
145
+ };
146
+ placement: PropType<TooltipPlacement>;
147
+ color: PropType<LiteralUnion<PresetColorType>>;
148
+ transitionName: StringConstructor;
149
+ overlayStyle: {
150
+ type: PropType<CSSProperties>;
151
+ default: CSSProperties;
152
+ };
153
+ overlayInnerStyle: {
154
+ type: PropType<CSSProperties>;
155
+ default: CSSProperties;
156
+ };
157
+ overlayClassName: StringConstructor;
158
+ openClassName: StringConstructor;
159
+ prefixCls: StringConstructor;
160
+ mouseEnterDelay: NumberConstructor;
161
+ mouseLeaveDelay: NumberConstructor;
162
+ getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
163
+ arrowPointAtCenter: {
164
+ type: BooleanConstructor;
165
+ default: any;
166
+ };
167
+ arrow: {
168
+ type: PropType<boolean | {
169
+ pointAtCenter?: boolean | undefined;
170
+ }>;
171
+ default: boolean | {
172
+ pointAtCenter?: boolean | undefined;
173
+ };
174
+ };
175
+ autoAdjustOverflow: {
176
+ type: PropType<boolean | AdjustOverflow>;
177
+ default: boolean | AdjustOverflow;
178
+ };
179
+ destroyTooltipOnHide: {
180
+ type: BooleanConstructor;
181
+ default: any;
182
+ };
183
+ align: {
184
+ type: PropType<AlignType>;
185
+ default: AlignType;
186
+ };
187
+ builtinPlacements: {
188
+ type: PropType<BuildInPlacements>;
189
+ default: BuildInPlacements;
190
+ };
191
+ children: ArrayConstructor;
192
+ onVisibleChange: PropType<(vis: boolean) => void>;
193
+ 'onUpdate:visible': PropType<(vis: boolean) => void>;
194
+ onOpenChange: PropType<(vis: boolean) => void>;
195
+ 'onUpdate:open': PropType<(vis: boolean) => void>;
196
+ }>> | undefined;
197
+ filtered?: boolean | undefined;
198
+ filterDropdown?: VueNode | ((props: FilterDropdownProps<any>) => VueNode);
199
+ filterMultiple?: boolean | undefined;
200
+ filteredValue?: FilterValue | null | undefined;
201
+ defaultFilteredValue?: FilterValue | null | undefined;
202
+ filterIcon?: VueNode | ((opt: {
203
+ filtered: boolean;
204
+ column: TableColumnType<any>;
205
+ }) => VueNode);
206
+ filterMode?: "menu" | "tree" | undefined;
207
+ filterSearch?: FilterSearchType<ColumnFilterItem> | undefined;
208
+ onFilter?: ((value: string | number | boolean, record: any) => boolean) | undefined;
209
+ filterDropdownOpen?: boolean | undefined;
210
+ onFilterDropdownOpenChange?: ((visible: boolean) => void) | undefined;
211
+ filterResetToDefaultFilteredValue?: boolean | undefined;
212
+ filterDropdownVisible?: boolean | undefined;
213
+ onFilterDropdownVisibleChange?: ((visible: boolean) => void) | undefined;
214
+ children?: ApColumnType<any, any>[] | undefined;
215
+ span?: number | undefined;
216
+ tooltip?: string | undefined;
217
+ copyable?: boolean | undefined;
218
+ hideInSearch?: boolean | undefined;
219
+ hideInTable?: boolean | undefined;
220
+ valueEnum?: ValueEnum | undefined;
221
+ customRenderFormItem?: ((config: ApColumnType<"text", any>) => any) | undefined;
222
+ valueType?: keyof ApTableValueFields | undefined;
223
+ fieldProps?: any;
224
+ order?: number | undefined;
225
+ filters?: true | ColumnFilterItem[] | undefined;
226
+ };
227
+ /**
228
+ * 更新查询表单的的props
229
+ * @param item
230
+ * @param fieldProps
231
+ * @returns
232
+ */
233
+ export declare function updateFormProps(item: ApColumnType<any, any>, fieldProps: any): any;
61
234
  export {};
@@ -1,83 +1,110 @@
1
- import { isObject as c, isArray as u, isUndefined as i, isFunction as a } from "lodash-unified";
2
- const f = (t, e, n) => {
3
- let s = {};
4
- return c(t) ? Object.keys(t).forEach((o) => {
5
- c(t[o]) ? s[o] = f(t[o], e[o], n) : s[o] = n(t[o], e);
6
- }) : s = n(t, e), s;
7
- }, p = (t, e) => {
8
- switch (t) {
1
+ import { isObject as s, isArray as c, isUndefined as f, isFunction as l, omit as d, isBoolean as p } from "lodash-unified";
2
+ const m = (e, t, n) => {
3
+ let o = {};
4
+ return s(e) ? Object.keys(e).forEach((u) => {
5
+ s(e[u]) ? o[u] = m(e[u], t[u], n) : o[u] = n(e[u], t);
6
+ }) : o = n(e, t), o;
7
+ }, h = (e, t) => {
8
+ switch (e) {
9
9
  case "dayjs":
10
- return e.valueOf();
10
+ return t.valueOf();
11
11
  case "dayjsRange":
12
- return e.map((n) => n.valueOf());
12
+ return t.map((n) => n.valueOf());
13
13
  case "dayjsDayRange": {
14
- const [n, s] = e;
15
- return [n.startOf("day").valueOf(), s.endOf("day").valueOf()];
14
+ const [n, o] = t;
15
+ return [n.startOf("day").valueOf(), o.endOf("day").valueOf()];
16
16
  }
17
17
  case "multiple":
18
18
  case "multipleNumber":
19
- return u(e) ? e : [e];
19
+ return c(t) ? t : [t];
20
20
  case "boolean":
21
- return e;
21
+ return t;
22
22
  case "object":
23
- return e;
23
+ return t;
24
24
  default:
25
- return e;
25
+ return t;
26
26
  }
27
27
  };
28
- function b(t) {
29
- return u(t) ? t.join(".") : t;
28
+ function y(e) {
29
+ return c(e) ? e.join(".") : e;
30
30
  }
31
- function d(t) {
32
- const e = Object.prototype.toString.call(t).match(/^\[object (.*)\]$/)[1].toLowerCase();
33
- return e === "string" && typeof t == "object" ? "object" : t === null ? "null" : t === void 0 ? "undefined" : e;
31
+ function x(e) {
32
+ const t = Object.prototype.toString.call(e).match(/^\[object (.*)\]$/)[1].toLowerCase();
33
+ return t === "string" && typeof e == "object" ? "object" : e === null ? "null" : e === void 0 ? "undefined" : t;
34
34
  }
35
- const l = (t) => d(t) === "map" ? t : new Map(Object.entries(t || {})), g = (t) => {
36
- const e = [], n = l(t);
37
- return n.forEach((s, o) => {
38
- const r = n.get(o) || n.get(`${o}`);
35
+ const T = (e) => x(e) === "map" ? e : new Map(Object.entries(e || {})), a = (e) => {
36
+ const t = [], n = T(e);
37
+ return n.forEach((o, u) => {
38
+ const r = n.get(u) || n.get(`${u}`);
39
39
  if (r) {
40
40
  if (typeof r == "object" && (r != null && r.text)) {
41
- e.push({
41
+ t.push({
42
42
  text: r == null ? void 0 : r.text,
43
- value: o,
43
+ value: u,
44
44
  label: r == null ? void 0 : r.text,
45
45
  disabled: r.disabled
46
46
  });
47
47
  return;
48
48
  }
49
- e.push({
49
+ t.push({
50
50
  text: r,
51
51
  label: r,
52
- value: o
52
+ value: u
53
53
  });
54
54
  }
55
- }), e;
56
- }, j = (t) => i(t) || t < 0 ? 0 : t, x = (t, e, n) => {
55
+ }), t;
56
+ }, E = (e) => f(e) || e < 0 ? 0 : e, j = (e, t, n) => {
57
57
  if (n)
58
58
  return n;
59
- const s = ["select", "date"], o = [
59
+ const o = ["select", "date"], u = [
60
60
  "text",
61
61
  "textArea",
62
62
  "number"
63
63
  ];
64
- if (e === "dateRange")
65
- return [t("ap.common.chooseText"), t("ap.common.chooseText")];
66
- if (s.includes(e))
67
- return t("ap.common.chooseText");
68
- if (o.includes(e))
69
- return t("ap.common.inputText");
64
+ if (t === "dateRange")
65
+ return [e("ap.common.chooseText"), e("ap.common.chooseText")];
66
+ if (o.includes(t))
67
+ return e("ap.common.chooseText");
68
+ if (u.includes(t))
69
+ return e("ap.common.inputText");
70
70
  };
71
- function O(t, e) {
72
- return !t || !a(t) ? t : t(e);
71
+ function b(e, t) {
72
+ return !e || !l(e) ? e : e(t);
73
+ }
74
+ function O(e) {
75
+ let t = e.valueType || "text";
76
+ return e.valueEnum && (t = "status"), t;
77
+ }
78
+ function F(e, t) {
79
+ const n = b(e.fieldProps, t), o = (n == null ? void 0 : n.field) || n || {}, u = e.valueType === "switch", r = e.valueType === "index", i = u ? { checked: t.value } : { value: r ? t.index + 1 : t.value };
80
+ return e.valueEnum && (o.valueEnum = e.valueEnum), {
81
+ ...d(o, ["request"]),
82
+ ...i
83
+ };
84
+ }
85
+ function v(e) {
86
+ const t = { ...e };
87
+ return p(e.filters) && e.filters && e.valueEnum && (t.filters = a(e.valueEnum)), t;
88
+ }
89
+ function w(e, t) {
90
+ var o;
91
+ const n = t || {};
92
+ return e.valueEnum && !((o = n.field) != null && o.options) && (n.field = {
93
+ ...n.field,
94
+ options: a(e.valueEnum)
95
+ }), n;
73
96
  }
74
97
  export {
75
- b as dataIndexToStr,
76
- f as formatParamsValueType,
77
- j as getColumnOrder,
78
- O as getFieldProps,
79
- x as getPlaceholder,
80
- l as objectToMap,
81
- p as parseFieldValue,
82
- g as valueEnumToArray
98
+ v as apColumnToColumn,
99
+ y as dataIndexToStr,
100
+ m as formatParamsValueType,
101
+ E as getColumnOrder,
102
+ b as getFieldProps,
103
+ j as getPlaceholder,
104
+ F as getTableRenderProps,
105
+ O as getTableRenderType,
106
+ T as objectToMap,
107
+ h as parseFieldValue,
108
+ w as updateFormProps,
109
+ a as valueEnumToArray
83
110
  };
@@ -3,12 +3,12 @@ const n = ["Divider", "BasicTitle"];
3
3
  function p(e) {
4
4
  return n.includes(e || "");
5
5
  }
6
- function d(e, i, r) {
6
+ function a(e, i, r) {
7
7
  Reflect.has(e, "type") || (["DatePicker", "MonthPicker", "WeekPicker", "TimePicker"].includes(
8
8
  i
9
9
  ) ? e.type = r ? "string" : "object" : ["RangePicker", "Upload", "CheckboxGroup", "TimePicker"].includes(i) ? e.type = "array" : ["InputNumber"].includes(i) && (e.type = "number"));
10
10
  }
11
- const a = [
11
+ const l = [
12
12
  "ApiTransfer",
13
13
  "ApiTree",
14
14
  "ApiTreeSelect",
@@ -18,8 +18,8 @@ const a = [
18
18
  "RadioButtonGroup",
19
19
  "ApiSelect"
20
20
  ];
21
- function l(e, i = "", r) {
22
- return e.includes("Input") || e.includes("Complete") ? r("ap.common.inputText") + i : e.includes("Picker") || e.includes("Select") || e.includes("Cascader") || e.includes("Checkbox") || e.includes("Radio") || e.includes("Switch") ? r("ap.common.chooseText") + i : "";
21
+ function d(e, i = "", r) {
22
+ return e.includes("Input") || e.includes("Complete") ? r("ap.common.inputText") : e.includes("Picker") || e.includes("Select") || e.includes("Cascader") || e.includes("Checkbox") || e.includes("Radio") || e.includes("Switch") ? r("ap.common.chooseText") : "";
23
23
  }
24
24
  const u = ["DatePicker", "MonthPicker", "WeekPicker", "TimePicker"];
25
25
  function c() {
@@ -36,12 +36,12 @@ function T(e, i) {
36
36
  return e && s.includes(e) && i && t(i) ? `${i}` : i;
37
37
  }
38
38
  export {
39
- a as NO_AUTO_LINK_COMPONENTS,
40
- l as createPlaceholderMessage,
39
+ l as NO_AUTO_LINK_COMPONENTS,
40
+ d as createPlaceholderMessage,
41
41
  f as dateItemType,
42
42
  s as defaultValueComponents,
43
43
  T as handleInputNumberValue,
44
44
  p as isIncludeSimpleComponents,
45
- d as setComponentRuleType,
45
+ a as setComponentRuleType,
46
46
  n as simpleComponents
47
47
  };
@@ -4,6 +4,9 @@
4
4
  padding: 6px 12px;
5
5
  border-radius: 4px;
6
6
  }
7
+ .ant-alert .ant-alert-close-icon {
8
+ line-height: 18px;
9
+ }
7
10
  .ant-alert .ant-alert-icon {
8
11
  font-size: 16px;
9
12
  transform: translateY(1px);
@@ -4,6 +4,9 @@
4
4
  padding: 6px 12px;
5
5
  border-radius: 4px;
6
6
  }
7
+ .ant-alert .ant-alert-close-icon {
8
+ line-height: 18px;
9
+ }
7
10
  .ant-alert .ant-alert-icon {
8
11
  font-size: 16px;
9
12
  transform: translateY(1px);
@@ -271,19 +274,23 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
271
274
  .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
272
275
  color: #ff4d4f;
273
276
  }
274
- .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
277
+ [class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
278
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
275
279
  margin: 16px 0 0;
276
280
  }
277
- .ant-table-wrapper .ant-pagination {
281
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination,
282
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination {
278
283
  position: relative;
279
284
  }
280
- .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
285
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
286
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
281
287
  position: absolute;
282
288
  left: 0;
283
289
  height: 30px;
284
290
  line-height: 30px;
285
291
  }
286
- .ant-table-wrapper .ant-pagination .ant-pagination-item {
292
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
293
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item {
287
294
  box-sizing: border-box;
288
295
  min-width: 30px;
289
296
  height: 30px;
@@ -294,45 +301,57 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
294
301
  text-align: center;
295
302
  border-radius: 4px;
296
303
  }
297
- .ant-table-wrapper .ant-pagination .ant-pagination-item:not(.ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
304
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
305
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
306
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
307
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
298
308
  border: 1px solid #d9d9d9;
299
309
  }
300
- .ant-table-wrapper .ant-pagination .ant-pagination-prev {
310
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
311
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev {
301
312
  width: 30px;
302
313
  height: 30px;
303
314
  margin: 0 4px;
304
315
  line-height: 28px;
305
316
  border: 1px solid #d9d9d9;
306
317
  }
307
- .ant-table-wrapper .ant-pagination .ant-pagination-next {
318
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
319
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
308
320
  width: 30px;
309
321
  height: 30px;
310
322
  margin: 0 4px;
311
323
  line-height: 28px;
312
324
  border: 1px solid #d9d9d9;
313
325
  }
314
- .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled {
326
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
327
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled {
315
328
  border: 1px solid #d9d9d9;
316
329
  }
317
- .ant-table-wrapper .ant-pagination .ant-pagination-options {
330
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
331
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
318
332
  margin-left: 4px;
319
333
  }
320
- .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
334
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
335
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
321
336
  min-width: 90px;
322
337
  height: 30px;
323
338
  }
324
- .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
339
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
340
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
325
341
  line-height: 28px;
326
342
  }
327
- .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
343
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
344
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
328
345
  color: #333333;
329
346
  }
330
- .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
347
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
348
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
331
349
  margin-left: 20px;
332
350
  color: #333333;
333
351
  font-size: 14px;
334
352
  }
335
- .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
353
+ [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
354
+ [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
336
355
  min-width: 60px;
337
356
  height: 30px;
338
357
  margin: 0 8px;
@@ -346,35 +365,43 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
346
365
  display: flex;
347
366
  }
348
367
  .ant-steps .ant-steps-item-icon {
368
+ line-height: 27px;
349
369
  width: 28px;
350
370
  height: 28px;
351
371
  margin-top: 3px;
352
- display: flex;
353
- justify-content: center;
354
- align-items: center;
355
372
  flex-shrink: 0;
356
373
  }
374
+ .ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
375
+ font-weight: 500;
376
+ font-size: 16px;
377
+ }
378
+ .ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-container .ant-steps-item-description {
379
+ min-height: 16px;
380
+ margin-top: 5px;
381
+ color: #999999;
382
+ font-weight: 400;
383
+ font-size: 12px;
384
+ line-height: 1.2rem;
385
+ }
357
386
  .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
358
387
  background-color: #ffffff;
359
388
  border-color: #34b77c;
360
- border-radius: 0;
361
389
  }
362
390
  .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon {
363
391
  width: 12px;
364
392
  height: 12px;
365
393
  }
366
394
  .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon svg {
367
- display: none;
368
395
  width: 12px;
369
396
  height: 12px;
370
397
  }
371
398
  .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
372
399
  min-height: 16px;
373
- margin-top: 6px;
400
+ margin-top: 5px;
374
401
  color: #999999;
375
402
  font-weight: 400;
376
403
  font-size: 12px;
377
- line-height: 1rem;
404
+ line-height: 1.2rem;
378
405
  }
379
406
  .ant-steps .ant-steps-item-title {
380
407
  height: 24px;
@@ -398,11 +425,11 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
398
425
  }
399
426
  .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
400
427
  min-height: 16px;
401
- margin-top: 6px;
428
+ margin-top: 5px;
402
429
  color: #999999;
403
430
  font-weight: 400;
404
431
  font-size: 12px;
405
- line-height: 1rem;
432
+ line-height: 1.2rem;
406
433
  }
407
434
  .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
408
435
  background-color: #ffffff;
@@ -415,11 +442,15 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
415
442
  }
416
443
  .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-description {
417
444
  min-height: 16px;
418
- margin-top: 6px;
445
+ margin-top: 5px;
419
446
  color: #999999;
420
447
  font-weight: 400;
421
448
  font-size: 12px;
422
- line-height: 1rem;
449
+ line-height: 1.2rem;
450
+ }
451
+ .ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail {
452
+ inset-inline-start: 13px;
453
+ margin: 4px 0;
423
454
  }
424
455
  .ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
425
456
  background-color: #ffffff;
@@ -434,13 +465,25 @@ div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] di
434
465
  width: 28px;
435
466
  height: 28px;
436
467
  margin-top: 3px;
437
- display: flex;
438
- justify-content: center;
439
- align-items: center;
468
+ }
469
+ .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-icon {
470
+ line-height: 25px;
471
+ width: 24px;
472
+ height: 24px;
473
+ margin-top: 3px;
474
+ }
475
+ .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-content {
476
+ margin-top: 2px;
440
477
  }
441
478
  .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
442
479
  inset-inline-start: 13px;
443
- margin: 6px 0;
480
+ margin: 3px -1px;
481
+ }
482
+ .ant-steps.ant-steps-horizontal.ant-steps-small .ant-steps-item-icon {
483
+ line-height: 25px;
484
+ width: 24px;
485
+ height: 24px;
486
+ flex-shrink: 0;
444
487
  }
445
488
  [class$='-basic-table'],
446
489
  [class$='-basic-table-form-container'] {