@ironsource/shared-ui 2.1.11-test.50 → 2.1.11-test.51
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/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_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/Chart.vue.d.ts +1 -1
- package/components/chart/index.d.ts +20 -20
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +1 -1
- package/components/dropdown/v4/index.d.ts +3 -3
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +164 -184
- package/components/sortableList/SortableItem.vue.d.ts +0 -5
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +65 -80
- package/components/sortableList/SortableList.vue.d.ts +0 -16
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +87 -100
- package/components/sortableList/index.d.ts +1 -59
- package/components/table/v4/DataGrid.vue.d.ts +2 -2
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +59 -59
- package/components/table-cells/common/Editable.common.js +7 -8
- package/components/table-cells/common/EditableContext.d.ts +0 -1
- package/components/table-cells/v4/EditableV4.vue.d.ts +0 -5
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +10 -11
- package/components/table-cells/v4/index.d.ts +1 -20
- package/components/tooltip/v4/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/typography/v4/Typography.vue.js +4 -4
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/composables/useFormValidation.d.ts +1 -1
- package/index.d.ts +128 -282
- package/index.js +1 -1
- package/package.json +2 -239
- package/testids/index.d.ts +0 -1
- package/testids/index.js +13 -13
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_27802170_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./EditableV4.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../EditableV4.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ o(e, [["__scopeId", "data-v-e0c047b4"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import "../../../EditableV4.
|
|
1
|
+
import "../../../EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css"; import { defineComponent as m, openBlock as o, createElementBlock as i, unref as t, createElementVNode as f, renderSlot as r, createVNode as d, withCtx as y, createTextVNode as k, toDisplayString as V, createBlock as b, createCommentVNode as g } from "vue";
|
|
2
2
|
import { editableCommon as v } from "../common/Editable.common.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import x from "../../typography/v4/Typography.vue.js";
|
|
4
|
+
import C from "../../input/v4/TextField.vue.js";
|
|
5
|
+
import w from "../../icon/v4/IconV4.vue.js";
|
|
6
6
|
import "../../icon/v4/IconFlag.vue.js";
|
|
7
|
-
const
|
|
7
|
+
const B = { class: "editable-wrapper" }, E = {
|
|
8
8
|
key: 1,
|
|
9
9
|
class: "editable-content"
|
|
10
|
-
}, S = /* @__PURE__ */
|
|
10
|
+
}, S = /* @__PURE__ */ m({
|
|
11
11
|
__name: "EditableV4",
|
|
12
12
|
props: {
|
|
13
13
|
cell: { default: "" },
|
|
@@ -15,7 +15,6 @@ const C = { class: "editable-wrapper" }, E = {
|
|
|
15
15
|
rowIndex: null,
|
|
16
16
|
cellIndex: null,
|
|
17
17
|
type: { default: "input" },
|
|
18
|
-
withIcons: { type: Boolean, default: !0 },
|
|
19
18
|
saveOnClickOutside: { type: Boolean, default: !0 },
|
|
20
19
|
validateFunction: { type: Function, default: () => !1 },
|
|
21
20
|
displayValue: { type: Function, default: (e) => e }
|
|
@@ -29,18 +28,18 @@ const C = { class: "editable-wrapper" }, E = {
|
|
|
29
28
|
onClick: a[0] || (a[0] = //@ts-ignore
|
|
30
29
|
(...p) => t(n) && t(n)(...p))
|
|
31
30
|
}, [
|
|
32
|
-
|
|
31
|
+
f("div", B, [
|
|
33
32
|
t(u) ? r(l.$slots, "input", { key: 0 }, () => [
|
|
34
|
-
d(t(
|
|
33
|
+
d(t(C))
|
|
35
34
|
], !0) : (o(), i("div", E, [
|
|
36
35
|
r(l.$slots, "content", {}, () => [
|
|
37
|
-
d(t(
|
|
36
|
+
d(t(x), { variant: "body1" }, {
|
|
38
37
|
default: y(() => [
|
|
39
38
|
k(V(e.displayValue(e.cell)), 1)
|
|
40
39
|
]),
|
|
41
40
|
_: 1
|
|
42
41
|
}),
|
|
43
|
-
e.type === "dropdown" ? (o(), b(t(
|
|
42
|
+
e.type === "dropdown" ? (o(), b(t(w), {
|
|
44
43
|
key: 0,
|
|
45
44
|
class: "caret-icon",
|
|
46
45
|
name: "caret-down",
|
|
@@ -6,7 +6,6 @@ declare const EditableTypes: () => ({
|
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
type: "input" | "dropdown";
|
|
8
8
|
cell: string;
|
|
9
|
-
withIcons: boolean;
|
|
10
9
|
saveOnClickOutside: boolean;
|
|
11
10
|
validateFunction: (value: unknown) => string | boolean;
|
|
12
11
|
isLoading: boolean;
|
|
@@ -21,10 +20,6 @@ declare const EditableTypes: () => ({
|
|
|
21
20
|
type: import("vue").PropType<string>;
|
|
22
21
|
default: string;
|
|
23
22
|
};
|
|
24
|
-
withIcons: {
|
|
25
|
-
type: import("vue").PropType<boolean>;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
23
|
saveOnClickOutside: {
|
|
29
24
|
type: import("vue").PropType<boolean>;
|
|
30
25
|
default: boolean;
|
|
@@ -49,7 +44,7 @@ declare const EditableTypes: () => ({
|
|
|
49
44
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
50
45
|
default: (cell: unknown) => unknown;
|
|
51
46
|
};
|
|
52
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "
|
|
47
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
53
48
|
$attrs: {
|
|
54
49
|
[x: string]: unknown;
|
|
55
50
|
};
|
|
@@ -73,10 +68,6 @@ declare const EditableTypes: () => ({
|
|
|
73
68
|
type: import("vue").PropType<string>;
|
|
74
69
|
default: string;
|
|
75
70
|
};
|
|
76
|
-
withIcons: {
|
|
77
|
-
type: import("vue").PropType<boolean>;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
71
|
saveOnClickOutside: {
|
|
81
72
|
type: import("vue").PropType<boolean>;
|
|
82
73
|
default: boolean;
|
|
@@ -104,7 +95,6 @@ declare const EditableTypes: () => ({
|
|
|
104
95
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
105
96
|
type: "input" | "dropdown";
|
|
106
97
|
cell: string;
|
|
107
|
-
withIcons: boolean;
|
|
108
98
|
saveOnClickOutside: boolean;
|
|
109
99
|
validateFunction: (value: unknown) => string | boolean;
|
|
110
100
|
isLoading: boolean;
|
|
@@ -139,10 +129,6 @@ declare const EditableTypes: () => ({
|
|
|
139
129
|
type: import("vue").PropType<string>;
|
|
140
130
|
default: string;
|
|
141
131
|
};
|
|
142
|
-
withIcons: {
|
|
143
|
-
type: import("vue").PropType<boolean>;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
132
|
saveOnClickOutside: {
|
|
147
133
|
type: import("vue").PropType<boolean>;
|
|
148
134
|
default: boolean;
|
|
@@ -181,10 +167,6 @@ declare const EditableTypes: () => ({
|
|
|
181
167
|
type: import("vue").PropType<string>;
|
|
182
168
|
default: string;
|
|
183
169
|
};
|
|
184
|
-
withIcons: {
|
|
185
|
-
type: import("vue").PropType<boolean>;
|
|
186
|
-
default: boolean;
|
|
187
|
-
};
|
|
188
170
|
saveOnClickOutside: {
|
|
189
171
|
type: import("vue").PropType<boolean>;
|
|
190
172
|
default: boolean;
|
|
@@ -212,7 +194,6 @@ declare const EditableTypes: () => ({
|
|
|
212
194
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
213
195
|
type: "input" | "dropdown";
|
|
214
196
|
cell: string;
|
|
215
|
-
withIcons: boolean;
|
|
216
197
|
saveOnClickOutside: boolean;
|
|
217
198
|
validateFunction: (value: unknown) => string | boolean;
|
|
218
199
|
isLoading: boolean;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./TooltipV4.vue2.js";
|
|
2
|
-
/* empty css *//* empty css */import
|
|
3
|
-
// import "../../../TooltipV4.
|
|
2
|
+
/* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css"; //*');
|
|
4
4
|
// import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const l = /* @__PURE__ */
|
|
5
|
+
const l = /* @__PURE__ */ _(o, [["__scopeId", "data-v-82b46d6d"]]);
|
|
6
6
|
export {
|
|
7
7
|
l as default
|
|
8
8
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../TooltipV4.
|
|
1
|
+
import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css"; import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as c, openBlock as l, createBlock as d, unref as t, mergeProps as f, withCtx as n, renderSlot as m, createTextVNode as p, toDisplayString as y, createElementVNode as T } from "vue";
|
|
2
2
|
import g from "./TextWithTitleContent.vue.js";
|
|
3
3
|
import { Tooltip as w } from "floating-vue";
|
|
4
4
|
import { TooltipTestIdModifiers as i } from "../../../testids/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Typography.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../Typography.
|
|
4
|
-
const
|
|
2
|
+
/* empty css */import p from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ p(o, [["__scopeId", "data-v-a14013a5"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../Typography.
|
|
1
|
+
import "../../../Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css"; import { defineComponent as v, ref as f, computed as d, openBlock as o, createBlock as i, unref as a, withCtx as s, resolveDynamicComponent as h, normalizeClass as b, renderSlot as p } from "vue";
|
|
2
2
|
import y from "../../tooltip/v4/TooltipV4.vue.js";
|
|
3
3
|
import { useResizeObserver as T } from "@vueuse/core";
|
|
4
4
|
const L = /* @__PURE__ */ v({
|
|
@@ -16,6 +16,6 @@ export type UseFormValidationReponseType<T> = {
|
|
|
16
16
|
validate: (isReactive?: boolean) => void;
|
|
17
17
|
};
|
|
18
18
|
export declare const scrollToElementByClass: (elementClass: string, index?: number) => void;
|
|
19
|
-
export declare const scrollToFirstInvalidElement: <T>(validationErrors:
|
|
19
|
+
export declare const scrollToFirstInvalidElement: <T>(validationErrors: ValidationErrorsType<T>) => void;
|
|
20
20
|
export declare const yupValidation: <T>(schema: FormValidationSchemaYupType<T>, formState: Ref<T>) => ValidationStateType<T>;
|
|
21
21
|
export declare const useFormValidation: <T extends object>({ formState, formValidationSchema, }: UseFormValidationType<T>) => UseFormValidationReponseType<T>;
|