@aplus-frontend/ui 0.0.39 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +149 -148
- package/es/src/ap-action/item/index.vue2.mjs +19 -20
- package/es/src/ap-action/item-modal/index.vue.mjs +7 -6
- package/es/src/ap-action/style/item.css +10 -25
- package/es/src/ap-field/checkbox/index.vue.mjs +32 -27
- package/es/src/ap-field/checkbox/style.css +7 -0
- package/es/src/ap-field/interface.d.ts +3 -1
- package/es/src/ap-field/radio/index.vue.d.ts +3 -0
- package/es/src/ap-field/radio/index.vue.mjs +44 -29
- package/es/src/ap-field/radio/style.css +4 -0
- package/es/src/ap-field/text-area/index.vue.mjs +9 -10
- package/es/src/ap-form/style/ap-form-item.css +6 -6
- package/es/src/ap-table/ap-table.vue.d.ts +6 -0
- package/es/src/ap-table/ap-table.vue.mjs +124 -124
- package/es/src/ap-table/constants.d.ts +15 -6
- package/es/src/ap-table/style/ap-table.css +1 -21
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +14 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue.mjs +4 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +117 -0
- package/es/src/business/ap-export-group/interface.d.ts +37 -0
- package/es/src/business/ap-export-group/interface.mjs +4 -0
- package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +10 -9
- package/es/src/business/index.d.ts +105 -0
- package/es/src/business/index.mjs +12 -9
- package/es/src/check-card/index.vue2.mjs +44 -48
- package/es/src/check-card/style/index.css +10 -42
- package/es/src/config-provider/config-provider.mjs +22 -17
- package/es/src/design-token/index.mjs +4 -2
- package/es/src/editable-table/form-item.vue.d.ts +4 -0
- package/es/src/editable-table/form-item.vue.mjs +75 -68
- package/es/src/editable-table/index.vue.d.ts +4 -0
- package/es/src/editable-table/index.vue.mjs +79 -72
- package/es/src/editable-table/interface.d.ts +8 -0
- package/es/src/editable-table/style/index.css +1 -21
- package/es/src/editable-table/utils.d.ts +8 -0
- package/es/src/editable-table/utils.mjs +29 -18
- package/es/src/index.mjs +175 -174
- package/es/src/locale/lang/en.mjs +7 -1
- package/es/src/locale/lang/zh-cn.mjs +28 -22
- package/es/src/theme/ap-action/item.css +10 -25
- package/es/src/theme/ap-field/checkbox.css +7 -0
- package/es/src/theme/ap-field/radio.css +4 -0
- package/es/src/theme/ap-form/ap-form-item.css +6 -6
- package/es/src/theme/ap-table/ap-table.css +1 -21
- package/es/src/theme/check-card/index.css +10 -42
- package/es/src/theme/css-var/index.d.ts +7 -0
- package/es/src/theme/css-var/index.mjs +109 -0
- package/es/src/theme/editable-table/index.css +1 -21
- package/lib/index.js +1 -1
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item-modal/index.vue.js +1 -1
- package/lib/src/ap-action/style/item.css +10 -25
- package/lib/src/ap-field/checkbox/index.vue.js +1 -1
- package/lib/src/ap-field/checkbox/style.css +7 -0
- package/lib/src/ap-field/interface.d.ts +3 -1
- package/lib/src/ap-field/radio/index.vue.d.ts +3 -0
- package/lib/src/ap-field/radio/index.vue.js +1 -1
- package/lib/src/ap-field/radio/style.css +4 -0
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/style/ap-form-item.css +6 -6
- package/lib/src/ap-table/ap-table.vue.d.ts +6 -0
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/constants.d.ts +15 -6
- package/lib/src/ap-table/style/ap-table.css +1 -21
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +14 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue.js +1 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -0
- package/lib/src/business/ap-export-group/interface.d.ts +37 -0
- package/lib/src/business/ap-export-group/interface.js +1 -0
- package/lib/src/business/ap-status/ApStatusGroup.vue2.js +1 -1
- package/lib/src/business/index.d.ts +105 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/check-card/style/index.css +10 -42
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/design-token/index.js +1 -1
- package/lib/src/editable-table/form-item.vue.d.ts +4 -0
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.d.ts +4 -0
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/interface.d.ts +8 -0
- package/lib/src/editable-table/style/index.css +1 -21
- package/lib/src/editable-table/utils.d.ts +8 -0
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/theme/ap-action/item.css +10 -25
- package/lib/src/theme/ap-field/checkbox.css +7 -0
- package/lib/src/theme/ap-field/radio.css +4 -0
- package/lib/src/theme/ap-form/ap-form-item.css +6 -6
- package/lib/src/theme/ap-table/ap-table.css +1 -21
- package/lib/src/theme/check-card/index.css +10 -42
- package/lib/src/theme/css-var/index.d.ts +7 -0
- package/lib/src/theme/css-var/index.js +1 -0
- package/lib/src/theme/editable-table/index.css +1 -21
- package/package.json +6 -5
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { isFunction as V, isNil as
|
|
3
|
-
import { Spin as
|
|
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
|
|
6
|
-
import
|
|
7
|
-
|
|
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,
|
|
30
|
-
|
|
31
|
-
V(t.request) && (
|
|
32
|
-
|
|
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:
|
|
39
|
+
const { value: u, updateValue: g } = O(
|
|
36
40
|
t,
|
|
37
41
|
k,
|
|
38
42
|
{
|
|
39
43
|
defaultValue: []
|
|
40
44
|
}
|
|
41
45
|
);
|
|
42
|
-
return (
|
|
43
|
-
var
|
|
44
|
-
return
|
|
45
|
-
e(
|
|
46
|
-
d(
|
|
47
|
-
], 64)) : (o(),
|
|
48
|
-
d(
|
|
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(),
|
|
51
|
-
|
|
54
|
+
], 64)) : (o(), l(n, { key: 1 }, [
|
|
55
|
+
r.value ? (o(), f(e(T), {
|
|
52
56
|
key: 0,
|
|
53
57
|
size: "small"
|
|
54
|
-
})) : (o(),
|
|
55
|
-
options:
|
|
56
|
-
value: e(
|
|
57
|
-
"onUpdate:value": e(
|
|
58
|
-
|
|
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
|
-
|
|
69
|
+
w as default
|
|
65
70
|
};
|
|
@@ -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
|
|
2
|
-
import { Spin as
|
|
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
|
|
6
|
-
import
|
|
7
|
-
|
|
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(
|
|
30
|
-
const t =
|
|
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
|
|
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
|
-
(
|
|
47
|
+
(V) => e === F(V)
|
|
44
48
|
);
|
|
45
|
-
return
|
|
49
|
+
return O(a) || t.emptyText;
|
|
46
50
|
});
|
|
47
|
-
function
|
|
51
|
+
function T() {
|
|
48
52
|
var e;
|
|
49
|
-
(e =
|
|
53
|
+
(e = n.value) == null || e.focus();
|
|
50
54
|
}
|
|
51
|
-
function
|
|
55
|
+
function B() {
|
|
52
56
|
var e;
|
|
53
|
-
(e =
|
|
57
|
+
(e = n.value) == null || e.blur();
|
|
54
58
|
}
|
|
55
59
|
return v({
|
|
56
|
-
focus:
|
|
57
|
-
blur:
|
|
58
|
-
}), (e, a) => e.mode === "read" ? (
|
|
59
|
-
|
|
60
|
-
], 64)) : (
|
|
61
|
-
r.value ? (
|
|
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
|
-
})) : (
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
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
|
-
|
|
90
|
+
K as default
|
|
76
91
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as f, ref as y, computed as
|
|
2
|
-
import { isNil as
|
|
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
|
|
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
|
|
66
|
-
(
|
|
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:
|
|
71
|
+
resizableTextArea: x(() => {
|
|
73
72
|
var e;
|
|
74
73
|
return (e = t.value) == null ? void 0 : e.resizableTextArea;
|
|
75
74
|
})
|
|
76
|
-
}), (e,
|
|
75
|
+
}), (e, r) => e.mode === "read" ? (n(), B("span", {
|
|
77
76
|
key: 0,
|
|
78
77
|
class: v(o(m)())
|
|
79
|
-
}, h(o(
|
|
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
|
-
|
|
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
|
|
3
|
+
border: 1px solid var(--ap-form-bordered-border-color-base);
|
|
4
4
|
border-radius: 4px;
|
|
5
5
|
padding-inline: 12px;
|
|
6
6
|
}
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
min-height: 30px;
|
|
39
39
|
}
|
|
40
40
|
.aplus-ap-form-item--bordered:hover {
|
|
41
|
-
border-color:
|
|
41
|
+
border-color: var(--ap-form-bordered-border-color-hover);
|
|
42
42
|
}
|
|
43
43
|
.aplus-ap-form-item--bordered:focus {
|
|
44
|
-
border-color:
|
|
45
|
-
box-shadow: 0 0 0 2px
|
|
44
|
+
border-color: var(--ap-form-bordered-border-color-active);
|
|
45
|
+
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color);
|
|
46
46
|
}
|
|
47
47
|
.aplus-ap-form-item--focused {
|
|
48
|
-
border-color:
|
|
49
|
-
box-shadow: 0 0 0 2px
|
|
48
|
+
border-color: var(--ap-form-bordered-border-color-active);
|
|
49
|
+
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color);
|
|
50
50
|
}
|
|
51
51
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
52
52
|
font-size: 12px;
|
|
@@ -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;
|