@ironsource/shared-ui 2.2.0-rc.1 → 2.2.0-rc.3
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/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_dc7e6298_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_9fa1921a_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +1 -0
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_2177211f_lang.css +1 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/chart/ChartPlane.vue.js +3 -3
- package/components/chart/ChartPlane.vue2.js +4 -4
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +19 -16
- package/components/chart/TooltipHeader.vue.js +3 -3
- package/components/chart/TooltipHeader.vue2.js +33 -22
- package/components/chart/utils/utils.d.ts +5 -1
- package/components/chart/utils/utils.js +32 -22
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/includeExclude/index.d.ts +16 -16
- package/components/inlineCopy/InlineCopy.vue.d.ts +15 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +80 -51
- package/components/inlineCopy/index.d.ts +27 -0
- package/components/snackbar/common/notify.js +25 -25
- package/components/snackbar/common/snackbar.common.js +19 -19
- package/components/snackbar/common/snackbar.types.d.ts +2 -1
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +8 -1
- package/components/snackbar/v4/SnackbarV4.vue.js +2 -2
- package/components/snackbar/v4/SnackbarV4.vue2.js +85 -64
- package/components/table-cells/v3/Editable.vue.d.ts +1 -1
- package/components/table-cells/v3/index.d.ts +20 -20
- package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
- package/components/table-cells/v4/index.d.ts +20 -20
- package/index.d.ts +94 -40
- package/index.js +1 -1
- package/package.json +1 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +0 -1
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +0 -1
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import "../../../SnackbarV4.
|
|
2
|
-
import
|
|
1
|
+
import "../../../SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css"; import { defineComponent as $, computed as O, onMounted as x, nextTick as z, openBlock as s, createBlock as l, Transition as V, withCtx as y, withDirectives as I, createElementVNode as r, mergeProps as c, unref as e, createElementBlock as g, createVNode as U, createTextVNode as b, toDisplayString as B, createCommentVNode as u, renderSlot as N, vShow as S, Fragment as D, renderList as H, withModifiers as q } from "vue";
|
|
2
|
+
import F from "../../icon/v4/IconV4.vue.js";
|
|
3
3
|
import "../../icon/v4/IconFlag.vue.js";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import G from "../../button/v4/ButtonV4.vue.js";
|
|
5
|
+
import P from "../../button/v4/IconButtonV4.vue.js";
|
|
6
6
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
7
7
|
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
8
|
-
import
|
|
9
|
-
import { snackbarCommon as
|
|
10
|
-
import { useTestIdAttrs as
|
|
8
|
+
import p from "../../typography/v4/Typography.vue.js";
|
|
9
|
+
import { snackbarCommon as R } from "../common/snackbar.common.js";
|
|
10
|
+
import { useTestIdAttrs as j } from "../../../utils/testIds.js";
|
|
11
11
|
import { SnackbarTestIdModifiers as i } from "../../../testids/index.js";
|
|
12
|
-
|
|
12
|
+
import J from "../../loader/v4/Loader.vue.js";
|
|
13
|
+
const K = ["id"], Q = { class: "container" }, W = { class: "texts" }, X = {
|
|
14
|
+
key: 0,
|
|
15
|
+
class: "snackbar-icon-loading"
|
|
16
|
+
}, Y = { class: "message" }, Z = { class: "action-wrapper" }, _ = {
|
|
13
17
|
key: 0,
|
|
14
18
|
class: "actions"
|
|
15
|
-
},
|
|
19
|
+
}, ee = { class: "close-button-wrapper" }, fe = /* @__PURE__ */ $({
|
|
16
20
|
__name: "SnackbarV4",
|
|
17
21
|
props: {
|
|
18
22
|
customClass: null,
|
|
@@ -29,18 +33,19 @@ const R = ["id"], j = { class: "container" }, q = { class: "texts" }, J = { clas
|
|
|
29
33
|
title: { default: "" },
|
|
30
34
|
zIndex: { default: 0 },
|
|
31
35
|
actionButtons: null,
|
|
32
|
-
testId: { default: "" }
|
|
36
|
+
testId: { default: "" },
|
|
37
|
+
isLoading: { type: Boolean, default: !1 }
|
|
33
38
|
},
|
|
34
39
|
emits: ["destroy"],
|
|
35
|
-
setup(
|
|
36
|
-
const m =
|
|
37
|
-
visible:
|
|
38
|
-
horizontalClass:
|
|
39
|
-
positionStyle:
|
|
40
|
-
clearTimer:
|
|
41
|
-
startTimer:
|
|
42
|
-
close:
|
|
43
|
-
} =
|
|
40
|
+
setup(t, { expose: w }) {
|
|
41
|
+
const m = t, {
|
|
42
|
+
visible: L,
|
|
43
|
+
horizontalClass: A,
|
|
44
|
+
positionStyle: E,
|
|
45
|
+
clearTimer: C,
|
|
46
|
+
startTimer: v,
|
|
47
|
+
close: f
|
|
48
|
+
} = R(m), h = {
|
|
44
49
|
info: {
|
|
45
50
|
iconName: "info",
|
|
46
51
|
class: "snackbar-icon-info"
|
|
@@ -52,86 +57,102 @@ const R = ["id"], j = { class: "container" }, q = { class: "texts" }, J = { clas
|
|
|
52
57
|
success: {
|
|
53
58
|
iconName: "check-circle",
|
|
54
59
|
class: "snackbar-icon-success"
|
|
60
|
+
},
|
|
61
|
+
loading: {
|
|
62
|
+
iconName: "circle-notch"
|
|
55
63
|
}
|
|
56
|
-
},
|
|
57
|
-
|
|
64
|
+
}, k = O(() => h[m.type]), d = j(m.testId, i);
|
|
65
|
+
x(() => {
|
|
66
|
+
z(() => {
|
|
67
|
+
document.querySelectorAll(".snackbar-icon-loading circle").forEach((o) => {
|
|
68
|
+
o.setAttribute("r", "45%");
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
});
|
|
72
|
+
const M = ({ closeOnClick: a, onClick: o }) => () => {
|
|
73
|
+
a && f(), o && o();
|
|
58
74
|
};
|
|
59
|
-
return (
|
|
75
|
+
return w({
|
|
76
|
+
close: f
|
|
77
|
+
}), (a, o) => (s(), l(V, {
|
|
60
78
|
name: "snackbar",
|
|
61
|
-
onBeforeLeave:
|
|
62
|
-
onAfterLeave: o[3] || (o[3] = (
|
|
79
|
+
onBeforeLeave: t.onClose,
|
|
80
|
+
onAfterLeave: o[3] || (o[3] = (n) => a.$emit("destroy"))
|
|
63
81
|
}, {
|
|
64
|
-
default:
|
|
65
|
-
I(
|
|
66
|
-
id:
|
|
67
|
-
class: ["snackbar light-theme-v4", [
|
|
68
|
-
style:
|
|
82
|
+
default: y(() => [
|
|
83
|
+
I(r("div", c({
|
|
84
|
+
id: t.id,
|
|
85
|
+
class: ["snackbar light-theme-v4", [t.customClass, e(A)]],
|
|
86
|
+
style: e(E),
|
|
69
87
|
role: "alert"
|
|
70
|
-
},
|
|
88
|
+
}, e(d)[e(i).CONTAINER], {
|
|
71
89
|
onMouseenter: o[0] || (o[0] = //@ts-ignore
|
|
72
|
-
(...
|
|
90
|
+
(...n) => e(C) && e(C)(...n)),
|
|
73
91
|
onMouseleave: o[1] || (o[1] = //@ts-ignore
|
|
74
|
-
(...
|
|
92
|
+
(...n) => e(v) && e(v)(...n)),
|
|
75
93
|
onClick: o[2] || (o[2] = //@ts-ignore
|
|
76
|
-
(...
|
|
94
|
+
(...n) => t.onClick && t.onClick(...n))
|
|
77
95
|
}), [
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
96
|
+
r("div", Q, [
|
|
97
|
+
r("div", W, [
|
|
98
|
+
t.title ? (s(), l(e(p), c({
|
|
81
99
|
key: 0,
|
|
82
100
|
variant: "h4",
|
|
83
101
|
class: "title"
|
|
84
|
-
},
|
|
85
|
-
default:
|
|
86
|
-
|
|
87
|
-
|
|
102
|
+
}, e(d)[e(i).TITLE]), {
|
|
103
|
+
default: y(() => [
|
|
104
|
+
e(k) === h.loading ? (s(), g("div", X, [
|
|
105
|
+
U(J, { "stroke-width": 1 })
|
|
106
|
+
])) : (s(), l(e(F), c({
|
|
107
|
+
key: 1,
|
|
108
|
+
name: e(k).iconName,
|
|
88
109
|
type: "fill",
|
|
89
110
|
size: "20px",
|
|
90
|
-
class: [
|
|
91
|
-
},
|
|
92
|
-
|
|
111
|
+
class: [e(k).class, "icon-container"]
|
|
112
|
+
}, e(d)[e(i).ICON]), null, 16, ["name", "class"])),
|
|
113
|
+
b(" " + B(t.title), 1)
|
|
93
114
|
]),
|
|
94
115
|
_: 1
|
|
95
116
|
}, 16)) : u("", !0),
|
|
96
|
-
I(
|
|
97
|
-
|
|
98
|
-
|
|
117
|
+
I(r("div", Y, [
|
|
118
|
+
N(a.$slots, "default", {}, () => [
|
|
119
|
+
t.dangerouslyUseHTMLString ? u("", !0) : (s(), l(e(p), c({
|
|
99
120
|
key: 0,
|
|
100
121
|
variant: "body2"
|
|
101
|
-
},
|
|
102
|
-
default:
|
|
103
|
-
|
|
122
|
+
}, e(d)[e(i).MESSAGE]), {
|
|
123
|
+
default: y(() => [
|
|
124
|
+
b(B(t.message), 1)
|
|
104
125
|
]),
|
|
105
126
|
_: 1
|
|
106
127
|
}, 16))
|
|
107
128
|
], !0)
|
|
108
129
|
], 512), [
|
|
109
|
-
[
|
|
130
|
+
[S, t.message]
|
|
110
131
|
]),
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
(
|
|
115
|
-
key:
|
|
116
|
-
"data-testid":
|
|
132
|
+
r("div", Z, [
|
|
133
|
+
N(a.$slots, "actions", {}, () => [
|
|
134
|
+
t.actionButtons ? (s(), g("div", _, [
|
|
135
|
+
(s(!0), g(D, null, H(t.actionButtons, (n, T) => (s(), l(e(G), c({
|
|
136
|
+
key: T,
|
|
137
|
+
"data-testid": t.testId ? `${t.testId}-${e(i).ACTION_BUTTON}-${T}` : "",
|
|
117
138
|
size: "small"
|
|
118
|
-
}, { ...
|
|
139
|
+
}, { ...n, onClick: M(n) }), null, 16, ["data-testid"]))), 128))
|
|
119
140
|
])) : u("", !0)
|
|
120
141
|
], !0)
|
|
121
142
|
])
|
|
122
143
|
]),
|
|
123
|
-
|
|
124
|
-
|
|
144
|
+
r("div", ee, [
|
|
145
|
+
t.showClose ? (s(), l(e(P), c({
|
|
125
146
|
key: 0,
|
|
126
147
|
"icon-name": "x",
|
|
127
148
|
size: "small"
|
|
128
|
-
},
|
|
129
|
-
onClick:
|
|
149
|
+
}, e(d)[e(i).CLOSE], {
|
|
150
|
+
onClick: q(e(f), ["stop"])
|
|
130
151
|
}), null, 16, ["onClick"])) : u("", !0)
|
|
131
152
|
])
|
|
132
153
|
])
|
|
133
|
-
], 16,
|
|
134
|
-
[
|
|
154
|
+
], 16, K), [
|
|
155
|
+
[S, e(L)]
|
|
135
156
|
])
|
|
136
157
|
]),
|
|
137
158
|
_: 3
|
|
@@ -139,5 +160,5 @@ const R = ["id"], j = { class: "container" }, q = { class: "texts" }, J = { clas
|
|
|
139
160
|
}
|
|
140
161
|
});
|
|
141
162
|
export {
|
|
142
|
-
|
|
163
|
+
fe as default
|
|
143
164
|
};
|
|
@@ -24,9 +24,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
24
24
|
validateFunction: () => false;
|
|
25
25
|
}>>>, {
|
|
26
26
|
cell: string;
|
|
27
|
+
isLoading: boolean;
|
|
27
28
|
isEditing: boolean;
|
|
28
29
|
validateFunction: (value: unknown) => string | boolean;
|
|
29
|
-
isLoading: boolean;
|
|
30
30
|
}>, {
|
|
31
31
|
input?(_: {}): any;
|
|
32
32
|
content?(_: {}): any;
|
|
@@ -4,14 +4,18 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
6
|
cell: string;
|
|
7
|
+
isLoading: boolean;
|
|
7
8
|
isEditing: boolean;
|
|
8
9
|
validateFunction: (value: unknown) => string | boolean;
|
|
9
|
-
isLoading: boolean;
|
|
10
10
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
cell: {
|
|
12
12
|
type: import("vue").PropType<string>;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
|
+
isLoading: {
|
|
16
|
+
type: import("vue").PropType<boolean>;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
15
19
|
isEditing: {
|
|
16
20
|
type: import("vue").PropType<boolean>;
|
|
17
21
|
default: boolean;
|
|
@@ -20,10 +24,6 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
20
24
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
21
25
|
default: () => false;
|
|
22
26
|
};
|
|
23
|
-
isLoading: {
|
|
24
|
-
type: import("vue").PropType<boolean>;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
27
|
rowIndex: {
|
|
28
28
|
type: import("vue").PropType<number>;
|
|
29
29
|
required: true;
|
|
@@ -32,7 +32,7 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
32
32
|
type: import("vue").PropType<number>;
|
|
33
33
|
required: true;
|
|
34
34
|
};
|
|
35
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "cell" | "
|
|
35
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "cell" | "isLoading" | "isEditing" | "validateFunction">;
|
|
36
36
|
$attrs: {
|
|
37
37
|
[x: string]: unknown;
|
|
38
38
|
};
|
|
@@ -51,6 +51,10 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
51
51
|
type: import("vue").PropType<string>;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
|
+
isLoading: {
|
|
55
|
+
type: import("vue").PropType<boolean>;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
54
58
|
isEditing: {
|
|
55
59
|
type: import("vue").PropType<boolean>;
|
|
56
60
|
default: boolean;
|
|
@@ -59,10 +63,6 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
59
63
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
60
64
|
default: () => false;
|
|
61
65
|
};
|
|
62
|
-
isLoading: {
|
|
63
|
-
type: import("vue").PropType<boolean>;
|
|
64
|
-
default: boolean;
|
|
65
|
-
};
|
|
66
66
|
rowIndex: {
|
|
67
67
|
type: import("vue").PropType<number>;
|
|
68
68
|
required: true;
|
|
@@ -73,9 +73,9 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
73
73
|
};
|
|
74
74
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
75
75
|
cell: string;
|
|
76
|
+
isLoading: boolean;
|
|
76
77
|
isEditing: boolean;
|
|
77
78
|
validateFunction: (value: unknown) => string | boolean;
|
|
78
|
-
isLoading: boolean;
|
|
79
79
|
}, {}, string> & {
|
|
80
80
|
beforeCreate?: (() => void) | (() => void)[];
|
|
81
81
|
created?: (() => void) | (() => void)[];
|
|
@@ -101,6 +101,10 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
101
101
|
type: import("vue").PropType<string>;
|
|
102
102
|
default: string;
|
|
103
103
|
};
|
|
104
|
+
isLoading: {
|
|
105
|
+
type: import("vue").PropType<boolean>;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
104
108
|
isEditing: {
|
|
105
109
|
type: import("vue").PropType<boolean>;
|
|
106
110
|
default: boolean;
|
|
@@ -109,10 +113,6 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
109
113
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
110
114
|
default: () => false;
|
|
111
115
|
};
|
|
112
|
-
isLoading: {
|
|
113
|
-
type: import("vue").PropType<boolean>;
|
|
114
|
-
default: boolean;
|
|
115
|
-
};
|
|
116
116
|
rowIndex: {
|
|
117
117
|
type: import("vue").PropType<number>;
|
|
118
118
|
required: true;
|
|
@@ -130,6 +130,10 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
130
130
|
type: import("vue").PropType<string>;
|
|
131
131
|
default: string;
|
|
132
132
|
};
|
|
133
|
+
isLoading: {
|
|
134
|
+
type: import("vue").PropType<boolean>;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
133
137
|
isEditing: {
|
|
134
138
|
type: import("vue").PropType<boolean>;
|
|
135
139
|
default: boolean;
|
|
@@ -138,10 +142,6 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
138
142
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
139
143
|
default: () => false;
|
|
140
144
|
};
|
|
141
|
-
isLoading: {
|
|
142
|
-
type: import("vue").PropType<boolean>;
|
|
143
|
-
default: boolean;
|
|
144
|
-
};
|
|
145
145
|
rowIndex: {
|
|
146
146
|
type: import("vue").PropType<number>;
|
|
147
147
|
required: true;
|
|
@@ -152,9 +152,9 @@ declare const EditableTypes: () => (import("vue").InjectionKey<import("../common
|
|
|
152
152
|
};
|
|
153
153
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
154
154
|
cell: string;
|
|
155
|
+
isLoading: boolean;
|
|
155
156
|
isEditing: boolean;
|
|
156
157
|
validateFunction: (value: unknown) => string | boolean;
|
|
157
|
-
isLoading: boolean;
|
|
158
158
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
159
159
|
$slots: {
|
|
160
160
|
input?(_: {}): any;
|
|
@@ -37,10 +37,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
37
37
|
}>>>, {
|
|
38
38
|
type: "input" | "dropdown";
|
|
39
39
|
cell: string;
|
|
40
|
+
isLoading: boolean;
|
|
40
41
|
withIcons: boolean;
|
|
41
42
|
saveOnClickOutside: boolean;
|
|
42
43
|
validateFunction: (value: unknown) => string | boolean;
|
|
43
|
-
isLoading: boolean;
|
|
44
44
|
displayValue: (option: unknown) => unknown;
|
|
45
45
|
}>, {
|
|
46
46
|
input?(_: {}): any;
|
|
@@ -6,10 +6,10 @@ declare const EditableTypes: () => ({
|
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
type: "input" | "dropdown";
|
|
8
8
|
cell: string;
|
|
9
|
+
isLoading: boolean;
|
|
9
10
|
withIcons: boolean;
|
|
10
11
|
saveOnClickOutside: boolean;
|
|
11
12
|
validateFunction: (value: unknown) => string | boolean;
|
|
12
|
-
isLoading: boolean;
|
|
13
13
|
displayValue: (option: unknown) => unknown;
|
|
14
14
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
type: {
|
|
@@ -21,6 +21,10 @@ declare const EditableTypes: () => ({
|
|
|
21
21
|
type: import("vue").PropType<string>;
|
|
22
22
|
default: string;
|
|
23
23
|
};
|
|
24
|
+
isLoading: {
|
|
25
|
+
type: import("vue").PropType<boolean>;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
24
28
|
withIcons: {
|
|
25
29
|
type: import("vue").PropType<boolean>;
|
|
26
30
|
default: boolean;
|
|
@@ -33,10 +37,6 @@ declare const EditableTypes: () => ({
|
|
|
33
37
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
34
38
|
default: () => false;
|
|
35
39
|
};
|
|
36
|
-
isLoading: {
|
|
37
|
-
type: import("vue").PropType<boolean>;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
40
|
rowIndex: {
|
|
41
41
|
type: import("vue").PropType<number>;
|
|
42
42
|
required: true;
|
|
@@ -49,7 +49,7 @@ declare const EditableTypes: () => ({
|
|
|
49
49
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
50
50
|
default: (cell: unknown) => unknown;
|
|
51
51
|
};
|
|
52
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "
|
|
52
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "isLoading" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "displayValue">;
|
|
53
53
|
$attrs: {
|
|
54
54
|
[x: string]: unknown;
|
|
55
55
|
};
|
|
@@ -73,6 +73,10 @@ declare const EditableTypes: () => ({
|
|
|
73
73
|
type: import("vue").PropType<string>;
|
|
74
74
|
default: string;
|
|
75
75
|
};
|
|
76
|
+
isLoading: {
|
|
77
|
+
type: import("vue").PropType<boolean>;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
76
80
|
withIcons: {
|
|
77
81
|
type: import("vue").PropType<boolean>;
|
|
78
82
|
default: boolean;
|
|
@@ -85,10 +89,6 @@ declare const EditableTypes: () => ({
|
|
|
85
89
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
86
90
|
default: () => false;
|
|
87
91
|
};
|
|
88
|
-
isLoading: {
|
|
89
|
-
type: import("vue").PropType<boolean>;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
92
|
rowIndex: {
|
|
93
93
|
type: import("vue").PropType<number>;
|
|
94
94
|
required: true;
|
|
@@ -104,10 +104,10 @@ declare const EditableTypes: () => ({
|
|
|
104
104
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
105
105
|
type: "input" | "dropdown";
|
|
106
106
|
cell: string;
|
|
107
|
+
isLoading: boolean;
|
|
107
108
|
withIcons: boolean;
|
|
108
109
|
saveOnClickOutside: boolean;
|
|
109
110
|
validateFunction: (value: unknown) => string | boolean;
|
|
110
|
-
isLoading: boolean;
|
|
111
111
|
displayValue: (option: unknown) => unknown;
|
|
112
112
|
}, {}, string> & {
|
|
113
113
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -139,6 +139,10 @@ declare const EditableTypes: () => ({
|
|
|
139
139
|
type: import("vue").PropType<string>;
|
|
140
140
|
default: string;
|
|
141
141
|
};
|
|
142
|
+
isLoading: {
|
|
143
|
+
type: import("vue").PropType<boolean>;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
142
146
|
withIcons: {
|
|
143
147
|
type: import("vue").PropType<boolean>;
|
|
144
148
|
default: boolean;
|
|
@@ -151,10 +155,6 @@ declare const EditableTypes: () => ({
|
|
|
151
155
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
152
156
|
default: () => false;
|
|
153
157
|
};
|
|
154
|
-
isLoading: {
|
|
155
|
-
type: import("vue").PropType<boolean>;
|
|
156
|
-
default: boolean;
|
|
157
|
-
};
|
|
158
158
|
rowIndex: {
|
|
159
159
|
type: import("vue").PropType<number>;
|
|
160
160
|
required: true;
|
|
@@ -181,6 +181,10 @@ declare const EditableTypes: () => ({
|
|
|
181
181
|
type: import("vue").PropType<string>;
|
|
182
182
|
default: string;
|
|
183
183
|
};
|
|
184
|
+
isLoading: {
|
|
185
|
+
type: import("vue").PropType<boolean>;
|
|
186
|
+
default: boolean;
|
|
187
|
+
};
|
|
184
188
|
withIcons: {
|
|
185
189
|
type: import("vue").PropType<boolean>;
|
|
186
190
|
default: boolean;
|
|
@@ -193,10 +197,6 @@ declare const EditableTypes: () => ({
|
|
|
193
197
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
194
198
|
default: () => false;
|
|
195
199
|
};
|
|
196
|
-
isLoading: {
|
|
197
|
-
type: import("vue").PropType<boolean>;
|
|
198
|
-
default: boolean;
|
|
199
|
-
};
|
|
200
200
|
rowIndex: {
|
|
201
201
|
type: import("vue").PropType<number>;
|
|
202
202
|
required: true;
|
|
@@ -212,10 +212,10 @@ declare const EditableTypes: () => ({
|
|
|
212
212
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
213
213
|
type: "input" | "dropdown";
|
|
214
214
|
cell: string;
|
|
215
|
+
isLoading: boolean;
|
|
215
216
|
withIcons: boolean;
|
|
216
217
|
saveOnClickOutside: boolean;
|
|
217
218
|
validateFunction: (value: unknown) => string | boolean;
|
|
218
|
-
isLoading: boolean;
|
|
219
219
|
displayValue: (option: unknown) => unknown;
|
|
220
220
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
221
221
|
$slots: {
|