@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.
Files changed (97) hide show
  1. package/es/index.mjs +149 -148
  2. package/es/src/ap-action/item/index.vue2.mjs +19 -20
  3. package/es/src/ap-action/item-modal/index.vue.mjs +7 -6
  4. package/es/src/ap-action/style/item.css +10 -25
  5. package/es/src/ap-field/checkbox/index.vue.mjs +32 -27
  6. package/es/src/ap-field/checkbox/style.css +7 -0
  7. package/es/src/ap-field/interface.d.ts +3 -1
  8. package/es/src/ap-field/radio/index.vue.d.ts +3 -0
  9. package/es/src/ap-field/radio/index.vue.mjs +44 -29
  10. package/es/src/ap-field/radio/style.css +4 -0
  11. package/es/src/ap-field/text-area/index.vue.mjs +9 -10
  12. package/es/src/ap-form/style/ap-form-item.css +6 -6
  13. package/es/src/ap-table/ap-table.vue.d.ts +6 -0
  14. package/es/src/ap-table/ap-table.vue.mjs +124 -124
  15. package/es/src/ap-table/constants.d.ts +15 -6
  16. package/es/src/ap-table/style/ap-table.css +1 -21
  17. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +14 -0
  18. package/es/src/business/ap-export-group/ApExportGroup.vue.mjs +4 -0
  19. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +117 -0
  20. package/es/src/business/ap-export-group/interface.d.ts +37 -0
  21. package/es/src/business/ap-export-group/interface.mjs +4 -0
  22. package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +10 -9
  23. package/es/src/business/index.d.ts +105 -0
  24. package/es/src/business/index.mjs +12 -9
  25. package/es/src/check-card/index.vue2.mjs +44 -48
  26. package/es/src/check-card/style/index.css +10 -42
  27. package/es/src/config-provider/config-provider.mjs +22 -17
  28. package/es/src/design-token/index.mjs +4 -2
  29. package/es/src/editable-table/form-item.vue.d.ts +4 -0
  30. package/es/src/editable-table/form-item.vue.mjs +75 -68
  31. package/es/src/editable-table/index.vue.d.ts +4 -0
  32. package/es/src/editable-table/index.vue.mjs +79 -72
  33. package/es/src/editable-table/interface.d.ts +8 -0
  34. package/es/src/editable-table/style/index.css +1 -21
  35. package/es/src/editable-table/utils.d.ts +8 -0
  36. package/es/src/editable-table/utils.mjs +29 -18
  37. package/es/src/index.mjs +175 -174
  38. package/es/src/locale/lang/en.mjs +7 -1
  39. package/es/src/locale/lang/zh-cn.mjs +28 -22
  40. package/es/src/theme/ap-action/item.css +10 -25
  41. package/es/src/theme/ap-field/checkbox.css +7 -0
  42. package/es/src/theme/ap-field/radio.css +4 -0
  43. package/es/src/theme/ap-form/ap-form-item.css +6 -6
  44. package/es/src/theme/ap-table/ap-table.css +1 -21
  45. package/es/src/theme/check-card/index.css +10 -42
  46. package/es/src/theme/css-var/index.d.ts +7 -0
  47. package/es/src/theme/css-var/index.mjs +109 -0
  48. package/es/src/theme/editable-table/index.css +1 -21
  49. package/lib/index.js +1 -1
  50. package/lib/src/ap-action/item/index.vue2.js +1 -1
  51. package/lib/src/ap-action/item-modal/index.vue.js +1 -1
  52. package/lib/src/ap-action/style/item.css +10 -25
  53. package/lib/src/ap-field/checkbox/index.vue.js +1 -1
  54. package/lib/src/ap-field/checkbox/style.css +7 -0
  55. package/lib/src/ap-field/interface.d.ts +3 -1
  56. package/lib/src/ap-field/radio/index.vue.d.ts +3 -0
  57. package/lib/src/ap-field/radio/index.vue.js +1 -1
  58. package/lib/src/ap-field/radio/style.css +4 -0
  59. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  60. package/lib/src/ap-form/style/ap-form-item.css +6 -6
  61. package/lib/src/ap-table/ap-table.vue.d.ts +6 -0
  62. package/lib/src/ap-table/ap-table.vue.js +1 -1
  63. package/lib/src/ap-table/constants.d.ts +15 -6
  64. package/lib/src/ap-table/style/ap-table.css +1 -21
  65. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +14 -0
  66. package/lib/src/business/ap-export-group/ApExportGroup.vue.js +1 -0
  67. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -0
  68. package/lib/src/business/ap-export-group/interface.d.ts +37 -0
  69. package/lib/src/business/ap-export-group/interface.js +1 -0
  70. package/lib/src/business/ap-status/ApStatusGroup.vue2.js +1 -1
  71. package/lib/src/business/index.d.ts +105 -0
  72. package/lib/src/business/index.js +1 -1
  73. package/lib/src/check-card/index.vue2.js +1 -1
  74. package/lib/src/check-card/style/index.css +10 -42
  75. package/lib/src/config-provider/config-provider.js +1 -1
  76. package/lib/src/design-token/index.js +1 -1
  77. package/lib/src/editable-table/form-item.vue.d.ts +4 -0
  78. package/lib/src/editable-table/form-item.vue.js +1 -1
  79. package/lib/src/editable-table/index.vue.d.ts +4 -0
  80. package/lib/src/editable-table/index.vue.js +1 -1
  81. package/lib/src/editable-table/interface.d.ts +8 -0
  82. package/lib/src/editable-table/style/index.css +1 -21
  83. package/lib/src/editable-table/utils.d.ts +8 -0
  84. package/lib/src/editable-table/utils.js +1 -1
  85. package/lib/src/index.js +1 -1
  86. package/lib/src/locale/lang/en.js +1 -1
  87. package/lib/src/locale/lang/zh-cn.js +1 -1
  88. package/lib/src/theme/ap-action/item.css +10 -25
  89. package/lib/src/theme/ap-field/checkbox.css +7 -0
  90. package/lib/src/theme/ap-field/radio.css +4 -0
  91. package/lib/src/theme/ap-form/ap-form-item.css +6 -6
  92. package/lib/src/theme/ap-table/ap-table.css +1 -21
  93. package/lib/src/theme/check-card/index.css +10 -42
  94. package/lib/src/theme/css-var/index.d.ts +7 -0
  95. package/lib/src/theme/css-var/index.js +1 -0
  96. package/lib/src/theme/editable-table/index.css +1 -21
  97. package/package.json +6 -5
@@ -1,10 +1,13 @@
1
- import { defineComponent as g, ref as m, onMounted as h, openBlock as o, createElementBlock as a, Fragment as l, unref as e, createTextVNode as d, toDisplayString as f, createBlock as c, mergeProps as C } from "vue";
2
- import { isFunction as V, isNil as b, omit as _ } from "lodash-unified";
3
- import { Spin as q, CheckboxGroup as B } from "ant-design-vue";
1
+ import { defineComponent as h, ref as m, onMounted as b, openBlock as o, createElementBlock as l, Fragment as n, unref as e, createTextVNode as c, toDisplayString as d, createBlock as f, mergeProps as C } from "vue";
2
+ import { isFunction as V, isNil as B, omit as q } from "lodash-unified";
3
+ import { Spin as T, CheckboxGroup as U } from "ant-design-vue";
4
4
  import "../../hooks/index.mjs";
5
- import { getOptionValue as T, getOptionLabel as U } from "./helper.mjs";
6
- import { useControllableValue as F } from "../../hooks/useControllableValue.mjs";
7
- const E = /* @__PURE__ */ g({
5
+ import { getOptionValue as _, getOptionLabel as F } from "./helper.mjs";
6
+ import "../../config-provider/index.mjs";
7
+ import "./style.css";
8
+ import { useNamespace as N } from "../../config-provider/hooks/use-namespace.mjs";
9
+ import { useControllableValue as O } from "../../hooks/useControllableValue.mjs";
10
+ const w = /* @__PURE__ */ h({
8
11
  name: "ApFieldCheckbox",
9
12
  inheritAttrs: !1,
10
13
  __name: "index",
@@ -22,44 +25,46 @@ const E = /* @__PURE__ */ g({
22
25
  disabled: { type: Boolean },
23
26
  id: {},
24
27
  emptyText: { default: "--" },
25
- request: {}
28
+ request: {},
29
+ vertical: { type: Boolean }
26
30
  },
27
31
  emits: ["update:value"],
28
32
  setup(v, { emit: y }) {
29
- const k = y, t = v, n = m(t.options), u = m(!1);
30
- h(() => {
31
- V(t.request) && (u.value = !0, t.request().then((r) => n.value = r).finally(() => {
32
- u.value = !1;
33
+ const k = y, t = v, i = m(t.options), { m: x } = N("field-checkbox"), r = m(!1);
34
+ b(() => {
35
+ V(t.request) && (r.value = !0, t.request().then((a) => i.value = a).finally(() => {
36
+ r.value = !1;
33
37
  }));
34
38
  });
35
- const { value: i, updateValue: x } = F(
39
+ const { value: u, updateValue: g } = O(
36
40
  t,
37
41
  k,
38
42
  {
39
43
  defaultValue: []
40
44
  }
41
45
  );
42
- return (r, O) => {
43
- var s;
44
- return r.mode === "read" ? (o(), a(l, { key: 0 }, [
45
- e(b)(e(i)) ? (o(), a(l, { key: 0 }, [
46
- d(f(t.emptyText), 1)
47
- ], 64)) : (o(), a(l, { key: 1 }, [
48
- d(f(((s = n.value) == null ? void 0 : s.filter((p) => e(i).indexOf(e(T)(p)) > -1).map((p) => e(U)(p)).join("、")) || t.emptyText), 1)
46
+ return (a, A) => {
47
+ var p;
48
+ return a.mode === "read" ? (o(), l(n, { key: 0 }, [
49
+ e(B)(e(u)) ? (o(), l(n, { key: 0 }, [
50
+ c(d(t.emptyText), 1)
51
+ ], 64)) : (o(), l(n, { key: 1 }, [
52
+ c(d(((p = i.value) == null ? void 0 : p.filter((s) => e(u).indexOf(e(_)(s)) > -1).map((s) => e(F)(s)).join("、")) || t.emptyText), 1)
49
53
  ], 64))
50
- ], 64)) : (o(), a(l, { key: 1 }, [
51
- u.value ? (o(), c(e(q), {
54
+ ], 64)) : (o(), l(n, { key: 1 }, [
55
+ r.value ? (o(), f(e(T), {
52
56
  key: 0,
53
57
  size: "small"
54
- })) : (o(), c(e(B), C({ key: 1 }, e(_)(t, ["onUpdate:value", "value", "request"]), {
55
- options: n.value,
56
- value: e(i),
57
- "onUpdate:value": e(x)
58
- }), null, 16, ["options", "value", "onUpdate:value"]))
58
+ })) : (o(), f(e(U), C({ key: 1 }, e(q)(t, ["onUpdate:value", "value", "request", "vertical"]), {
59
+ options: i.value,
60
+ value: e(u),
61
+ "onUpdate:value": e(g),
62
+ class: a.vertical ? e(x)("vertical") : null
63
+ }), null, 16, ["options", "value", "onUpdate:value", "class"]))
59
64
  ], 64));
60
65
  };
61
66
  }
62
67
  });
63
68
  export {
64
- E as default
69
+ w as default
65
70
  };
@@ -0,0 +1,7 @@
1
+ .aplus-field-checkbox--vertical {
2
+ display: inline-block;
3
+ }
4
+ .aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
5
+ display: flex;
6
+ margin-block-end: 16px;
7
+ }
@@ -33,6 +33,7 @@ export type ApFieldTextExpose = {
33
33
  export type ApFieldCheckboxProps = BasicApFieldProps<CheckboxGroupProps> & {
34
34
  emptyText?: string;
35
35
  request?: () => Promise<CheckboxGroupProps['options']>;
36
+ vertical?: boolean;
36
37
  };
37
38
  export type ApFieldDateProps = BasicApFieldProps<Omit<DatePickerProps, 'mode' | 'value' | 'defaultValue' | 'onChange' | 'onOk' | 'format' | 'onUpdate:value'>> & {
38
39
  emptyText?: string;
@@ -64,6 +65,7 @@ export type ApiFieldNumberExpose = {
64
65
  export type ApFieldRadioProps = BasicApFieldProps<RadioGroupProps> & {
65
66
  emptyText?: string;
66
67
  request?: () => Promise<RadioGroupProps['options']>;
68
+ vertical?: boolean;
67
69
  };
68
70
  export type ApiFieldRadioExpose = {
69
71
  focus: () => void;
@@ -74,7 +76,7 @@ export type ApFieldSwitchProps = BasicApFieldProps<Omit<SwitchProps, 'onClick'>>
74
76
  onAction?: (checked: string | boolean | number, e?: Event) => boolean | Promise<boolean>;
75
77
  confirm?: Pick<PopconfirmProps, 'title' | 'okText' | 'cancelText' | 'description' | 'showCancel' | 'icon' | 'okType' | 'onCancel'>;
76
78
  };
77
- export type ApFieldTextAreaProps = BasicApFieldProps<TextAreaProps> & {
79
+ export type ApFieldTextAreaProps = BasicApFieldProps<Omit<TextAreaProps, 'autosize'>> & {
78
80
  emptyText?: string;
79
81
  };
80
82
  export type ApFieldTextAreaExpose = {
@@ -6,6 +6,7 @@ declare function blur(): void;
6
6
  declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldRadioProps>, {
7
7
  emptyText: string;
8
8
  mode: string;
9
+ vertical: boolean;
9
10
  }>, {
10
11
  focus: typeof focus;
11
12
  blur: typeof blur;
@@ -14,10 +15,12 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
14
15
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldRadioProps>, {
15
16
  emptyText: string;
16
17
  mode: string;
18
+ vertical: boolean;
17
19
  }>>> & {
18
20
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
19
21
  }, {
20
22
  mode: FieldMode;
23
+ vertical: boolean;
21
24
  emptyText: string;
22
25
  }, {}>;
23
26
  export default _default;
@@ -1,10 +1,13 @@
1
- import { defineComponent as V, ref as i, onMounted as q, computed as B, unref as o, openBlock as n, createElementBlock as m, Fragment as d, createTextVNode as C, toDisplayString as R, createBlock as f, mergeProps as U } from "vue";
2
- import { Spin as h, RadioGroup as G } from "ant-design-vue";
1
+ import { defineComponent as _, ref as i, onMounted as q, computed as C, unref as o, openBlock as l, createElementBlock as m, Fragment as c, createTextVNode as R, toDisplayString as U, createBlock as d, mergeProps as h } from "vue";
2
+ import { Spin as G, RadioGroup as N } from "ant-design-vue";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as S, omit as z } from "lodash-unified";
5
- import { getOptionValue as F, getOptionLabel as N } from "./helper.mjs";
6
- import { useControllableValue as O } from "../../hooks/useControllableValue.mjs";
7
- const j = /* @__PURE__ */ V({
5
+ import { getOptionValue as F, getOptionLabel as O } from "./helper.mjs";
6
+ import "./style.css";
7
+ import "../../config-provider/index.mjs";
8
+ import { useControllableValue as A } from "../../hooks/useControllableValue.mjs";
9
+ import { useNamespace as D } from "../../config-provider/hooks/use-namespace.mjs";
10
+ const K = /* @__PURE__ */ _({
8
11
  name: "ApFieldRadio",
9
12
  __name: "index",
10
13
  props: {
@@ -23,54 +26,66 @@ const j = /* @__PURE__ */ V({
23
26
  onChange: {},
24
27
  "onUpdate:value": {},
25
28
  emptyText: { default: "--" },
26
- request: {}
29
+ request: {},
30
+ vertical: { type: Boolean, default: !1 }
27
31
  },
28
32
  emits: ["update:value"],
29
- setup(c, { expose: v, emit: y }) {
30
- const t = c, g = y, l = i(), u = i((t == null ? void 0 : t.options) || []), { value: s, updateValue: x } = O(t, g), r = i(!1);
33
+ setup(f, { expose: v, emit: y }) {
34
+ const t = f, g = y, n = i(), u = i((t == null ? void 0 : t.options) || []), { value: s, updateValue: k } = A(t, g), { m: x } = D("field-radio"), r = i(!1);
31
35
  q(() => {
32
36
  var e;
33
37
  t.request && (r.value = !0, (e = t.request) == null || e.call(t).then((a) => u.value = a).finally(() => {
34
38
  r.value = !1;
35
39
  }));
36
40
  });
37
- const k = B(() => {
41
+ const b = C(() => {
38
42
  var p;
39
43
  const e = o(s);
40
44
  if (S(e))
41
45
  return t.emptyText;
42
46
  const a = (p = u.value) == null ? void 0 : p.find(
43
- (_) => e === F(_)
47
+ (V) => e === F(V)
44
48
  );
45
- return N(a) || t.emptyText;
49
+ return O(a) || t.emptyText;
46
50
  });
47
- function b() {
51
+ function T() {
48
52
  var e;
49
- (e = l.value) == null || e.focus();
53
+ (e = n.value) == null || e.focus();
50
54
  }
51
- function T() {
55
+ function B() {
52
56
  var e;
53
- (e = l.value) == null || e.blur();
57
+ (e = n.value) == null || e.blur();
54
58
  }
55
59
  return v({
56
- focus: b,
57
- blur: T
58
- }), (e, a) => e.mode === "read" ? (n(), m(d, { key: 0 }, [
59
- C(R(k.value), 1)
60
- ], 64)) : (n(), m(d, { key: 1 }, [
61
- r.value ? (n(), f(o(h), {
60
+ focus: T,
61
+ blur: B
62
+ }), (e, a) => e.mode === "read" ? (l(), m(c, { key: 0 }, [
63
+ R(U(b.value), 1)
64
+ ], 64)) : (l(), m(c, { key: 1 }, [
65
+ r.value ? (l(), d(o(G), {
62
66
  key: 0,
63
67
  size: "small"
64
- })) : (n(), f(o(G), U({ key: 1 }, o(z)(t, ["value", "onUpdate:value", "options", "request"]), {
65
- value: o(s),
66
- "onUpdate:value": o(x),
67
- options: u.value,
68
- ref_key: "radioGroupRef",
69
- ref: l
70
- }), null, 16, ["value", "onUpdate:value", "options"]))
68
+ })) : (l(), d(o(N), h(
69
+ { key: 1 },
70
+ o(z)(t, [
71
+ "value",
72
+ "onUpdate:value",
73
+ "options",
74
+ "request",
75
+ "vertical"
76
+ ]),
77
+ {
78
+ value: o(s),
79
+ "onUpdate:value": o(k),
80
+ options: u.value,
81
+ ref_key: "radioGroupRef",
82
+ ref: n,
83
+ class: e.vertical ? o(x)("vertical") : null
84
+ }
85
+ ), null, 16, ["value", "onUpdate:value", "options", "class"]))
71
86
  ], 64));
72
87
  }
73
88
  });
74
89
  export {
75
- j as default
90
+ K as default
76
91
  };
@@ -0,0 +1,4 @@
1
+ .aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
2
+ display: flex;
3
+ margin-block-end: 16px;
4
+ }
@@ -1,5 +1,5 @@
1
- import { defineComponent as f, ref as y, computed as B, openBlock as r, createElementBlock as x, normalizeClass as v, unref as o, toDisplayString as h, createBlock as b, mergeProps as z } from "vue";
2
- import { isNil as C, omit as A } from "lodash-unified";
1
+ import { defineComponent as f, ref as y, computed as x, openBlock as n, createElementBlock as B, normalizeClass as v, unref as o, toDisplayString as h, createBlock as b, mergeProps as C } from "vue";
2
+ import { isNil as z, omit as A } from "lodash-unified";
3
3
  import "../../hooks/index.mjs";
4
4
  import "../../config-provider/index.mjs";
5
5
  import { Input as g } from "ant-design-vue";
@@ -7,7 +7,7 @@ import "./style.css";
7
7
  import { useDefaultPlaceholder as T } from "../hooks/use-default-placeholder.mjs";
8
8
  import { useControllableValue as k } from "../../hooks/useControllableValue.mjs";
9
9
  import { useNamespace as _ } from "../../config-provider/hooks/use-namespace.mjs";
10
- const S = /* @__PURE__ */ f({
10
+ const j = /* @__PURE__ */ f({
11
11
  name: "ApFieldTextArea",
12
12
  __name: "index",
13
13
  props: {
@@ -15,7 +15,6 @@ const S = /* @__PURE__ */ f({
15
15
  class: {},
16
16
  style: {},
17
17
  rows: {},
18
- autosize: { type: [Boolean, Object] },
19
18
  autoSize: { type: [Boolean, Object] },
20
19
  onResize: {},
21
20
  onCompositionstart: {},
@@ -62,21 +61,21 @@ const S = /* @__PURE__ */ f({
62
61
  const t = y(), l = u, i = s, { value: a, updateValue: d } = k(l, i), { b: m } = _("field-text-area"), c = T("TextArea", l);
63
62
  return p({
64
63
  focus: (e) => {
65
- var n;
66
- (n = t.value) == null || n.focus(e);
64
+ var r;
65
+ (r = t.value) == null || r.focus(e);
67
66
  },
68
67
  blur: () => {
69
68
  var e;
70
69
  (e = t.value) == null || e.blur();
71
70
  },
72
- resizableTextArea: B(() => {
71
+ resizableTextArea: x(() => {
73
72
  var e;
74
73
  return (e = t.value) == null ? void 0 : e.resizableTextArea;
75
74
  })
76
- }), (e, n) => e.mode === "read" ? (r(), x("span", {
75
+ }), (e, r) => e.mode === "read" ? (n(), B("span", {
77
76
  key: 0,
78
77
  class: v(o(m)())
79
- }, h(o(C)(o(a)) || o(a) === "" ? e.emptyText : o(a)), 3)) : (r(), b(o(g).TextArea, z({ key: 1 }, o(A)(l, ["onUpdate:value", "value"]), {
78
+ }, h(o(z)(o(a)) || o(a) === "" ? e.emptyText : o(a)), 3)) : (n(), b(o(g).TextArea, C({ key: 1 }, o(A)(l, ["onUpdate:value", "value"]), {
80
79
  placeholder: o(c),
81
80
  value: o(a),
82
81
  "onUpdate:value": o(d),
@@ -86,5 +85,5 @@ const S = /* @__PURE__ */ f({
86
85
  }
87
86
  });
88
87
  export {
89
- S as default
88
+ j as default
90
89
  };
@@ -1,6 +1,6 @@
1
1
  .aplus-ap-form-item--bordered {
2
2
  box-sizing: border-box;
3
- border: 1px solid #dee4ed;
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: #66a9ff;
41
+ border-color: var(--ap-form-bordered-border-color-hover);
42
42
  }
43
43
  .aplus-ap-form-item--bordered:focus {
44
- border-color: #66a9ff;
45
- box-shadow: 0 0 0 2px rgba(5, 155, 255, 0.1);
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: #66a9ff;
49
- box-shadow: 0 0 0 2px rgba(5, 155, 255, 0.1);
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;
@@ -717,6 +717,7 @@ declare const _default: <RecordType>(__VLS_props: {
717
717
  expandIcon?: any;
718
718
  title?: ((params: Omit<RowSelectionReturnType<RecordType>, "rowSelection" | "selectedRows"> & {
719
719
  selectedRows: RecordType[];
720
+ selectedRowKeys: (string | number)[];
720
721
  }) => any) | undefined;
721
722
  footer?: any;
722
723
  summary?: any;
@@ -735,6 +736,7 @@ declare const _default: <RecordType>(__VLS_props: {
735
736
  expandIcon?: any;
736
737
  title?: ((params: Omit<RowSelectionReturnType<RecordType>, "rowSelection" | "selectedRows"> & {
737
738
  selectedRows: RecordType[];
739
+ selectedRowKeys: (string | number)[];
738
740
  }) => any) | undefined;
739
741
  footer?: any;
740
742
  summary?: any;
@@ -1481,6 +1483,7 @@ declare const _default: <RecordType>(__VLS_props: {
1481
1483
  expandIcon?: any;
1482
1484
  title?: ((params: Omit<RowSelectionReturnType<RecordType>, "rowSelection" | "selectedRows"> & {
1483
1485
  selectedRows: RecordType[];
1486
+ selectedRowKeys: (string | number)[];
1484
1487
  }) => any) | undefined;
1485
1488
  footer?: any;
1486
1489
  summary?: any;
@@ -1499,6 +1502,7 @@ declare const _default: <RecordType>(__VLS_props: {
1499
1502
  expandIcon?: any;
1500
1503
  title?: ((params: Omit<RowSelectionReturnType<RecordType>, "rowSelection" | "selectedRows"> & {
1501
1504
  selectedRows: RecordType[];
1505
+ selectedRowKeys: (string | number)[];
1502
1506
  }) => any) | undefined;
1503
1507
  footer?: any;
1504
1508
  summary?: any;
@@ -2232,6 +2236,7 @@ declare const _default: <RecordType>(__VLS_props: {
2232
2236
  expandIcon?: any;
2233
2237
  title?: ((params: Omit<RowSelectionReturnType<RecordType>, "rowSelection" | "selectedRows"> & {
2234
2238
  selectedRows: RecordType[];
2239
+ selectedRowKeys: (string | number)[];
2235
2240
  }) => any) | undefined;
2236
2241
  footer?: any;
2237
2242
  summary?: any;
@@ -2250,6 +2255,7 @@ declare const _default: <RecordType>(__VLS_props: {
2250
2255
  expandIcon?: any;
2251
2256
  title?: ((params: Omit<RowSelectionReturnType<RecordType>, "rowSelection" | "selectedRows"> & {
2252
2257
  selectedRows: RecordType[];
2258
+ selectedRowKeys: (string | number)[];
2253
2259
  }) => any) | undefined;
2254
2260
  footer?: any;
2255
2261
  summary?: any;