@ironsource/shared-ui 2.1.3-rc.5 → 2.1.3-rc.7

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.
@@ -6,6 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  cancelLabel?: string;
7
7
  saveLoading?: boolean;
8
8
  testId?: string;
9
+ isLoading?: boolean;
9
10
  }>, {
10
11
  title: string;
11
12
  noPadding: boolean;
@@ -14,6 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
15
  saveLabel: string;
15
16
  saveLoading: boolean;
16
17
  testId: string;
18
+ isLoading: boolean;
17
19
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
20
  save: () => void;
19
21
  cancel: () => void;
@@ -25,6 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
25
27
  cancelLabel?: string;
26
28
  saveLoading?: boolean;
27
29
  testId?: string;
30
+ isLoading?: boolean;
28
31
  }>, {
29
32
  title: string;
30
33
  noPadding: boolean;
@@ -33,6 +36,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
33
36
  saveLabel: string;
34
37
  saveLoading: boolean;
35
38
  testId: string;
39
+ isLoading: boolean;
36
40
  }>>> & {
37
41
  onCancel?: () => any;
38
42
  onSave?: () => any;
@@ -40,6 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
44
  title: string;
41
45
  testId: string;
42
46
  actionButtons: boolean;
47
+ isLoading: boolean;
43
48
  noPadding: boolean;
44
49
  saveLabel: string;
45
50
  cancelLabel: string;
@@ -1,7 +1,7 @@
1
1
  import o from "./FormCard.vue2.js";
2
- /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../FormCard.vue_vue_type_style_index_0_scoped_ad5e4be0_lang.css"; //*');
4
- const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-ad5e4be0"]]);
2
+ /* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css"; //*');
4
+ const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-276bd901"]]);
5
5
  export {
6
6
  t as default
7
7
  };
@@ -1,10 +1,14 @@
1
- import "../../FormCard.vue_vue_type_style_index_0_scoped_ad5e4be0_lang.css"; import { defineComponent as g, openBlock as v, createElementBlock as T, createElementVNode as r, mergeProps as n, unref as e, renderSlot as s, createVNode as i, withCtx as c, createTextVNode as f, toDisplayString as u, createCommentVNode as B } from "vue";
2
- import N from "../typography/v4/Typography.vue.js";
3
- import p from "../button/v4/ButtonV4.vue.js";
1
+ import "../../FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css"; import { defineComponent as T, openBlock as d, createElementBlock as c, createElementVNode as f, mergeProps as l, unref as e, renderSlot as u, createVNode as a, withCtx as m, createTextVNode as g, toDisplayString as v, createBlock as B, createCommentVNode as C } from "vue";
2
+ import p from "../typography/v4/Typography.vue.js";
3
+ import y from "../button/v4/ButtonV4.vue.js";
4
4
  import "../button/v4/IconButtonV4.vue.js";
5
- import { FormCardTestIdModifiers as a } from "../../testids/index.js";
6
- import { useTestIdAttrs as L } from "../../utils/testIds.js";
7
- const y = { class: "form-card" }, b = /* @__PURE__ */ g({
5
+ import { FormCardTestIdModifiers as o } from "../../testids/index.js";
6
+ import { useTestIdAttrs as N } from "../../utils/testIds.js";
7
+ import i from "../skeleton/v4/SkeletonV4.vue.js";
8
+ const b = { class: "form-card" }, h = {
9
+ key: 1,
10
+ class: "content-skeleton-container"
11
+ }, z = /* @__PURE__ */ T({
8
12
  __name: "FormCard",
9
13
  props: {
10
14
  title: { default: "" },
@@ -13,62 +17,84 @@ const y = { class: "form-card" }, b = /* @__PURE__ */ g({
13
17
  saveLabel: { default: "Save" },
14
18
  cancelLabel: { default: "Cancel" },
15
19
  saveLoading: { type: Boolean, default: !1 },
16
- testId: { default: "" }
20
+ testId: { default: "" },
21
+ isLoading: { type: Boolean, default: !1 }
17
22
  },
18
23
  emits: ["save", "cancel"],
19
- setup(t, { emit: m }) {
20
- const o = L(t.testId, a);
21
- return (d, l) => (v(), T("div", null, [
22
- r("div", y, [
23
- r("header", n({ class: "card-header" }, e(o)[e(a).TITLE]), [
24
- s(d.$slots, "header", {}, () => [
25
- i(e(N), { variant: "h3" }, {
26
- default: c(() => [
27
- f(u(t.title), 1)
24
+ setup(t, { emit: k }) {
25
+ const n = N(t.testId, o);
26
+ return (r, s) => (d(), c("div", null, [
27
+ f("div", b, [
28
+ f("header", l({ class: "card-header" }, e(n)[e(o).TITLE]), [
29
+ t.isLoading ? (d(), B(e(i), {
30
+ key: 1,
31
+ type: "rectangle",
32
+ size: 20,
33
+ class: "skeleton-header"
34
+ })) : u(r.$slots, "header", { key: 0 }, () => [
35
+ a(e(p), { variant: "h3" }, {
36
+ default: m(() => [
37
+ g(v(t.title), 1)
28
38
  ]),
29
39
  _: 1
30
40
  })
31
41
  ], !0)
32
42
  ], 16),
33
- r("div", n({
43
+ f("div", l({
34
44
  class: ["card-content", { "card-content--no-padding": t.noPadding }]
35
- }, e(o)[e(a).CONTENT]), [
36
- s(d.$slots, "default", {}, void 0, !0)
45
+ }, e(n)[e(o).CONTENT]), [
46
+ t.isLoading ? (d(), c("div", h, [
47
+ a(e(i), {
48
+ type: "rectangle",
49
+ size: 20,
50
+ class: "skeleton-long"
51
+ }),
52
+ a(e(i), {
53
+ class: "skeleton-short",
54
+ type: "rectangle"
55
+ }),
56
+ a(e(i), {
57
+ class: "skeleton-short",
58
+ type: "rectangle"
59
+ })
60
+ ])) : u(r.$slots, "default", { key: 0 }, void 0, !0)
37
61
  ], 16)
38
62
  ]),
39
- t.actionButtons ? (v(), T("div", n({
63
+ t.actionButtons ? (d(), c("div", l({
40
64
  key: 0,
41
65
  class: "form-actions"
42
- }, e(o)[e(a).ACTIONS]), [
43
- s(d.$slots, "footer", {}, () => [
44
- i(e(p), n({
66
+ }, e(n)[e(o).ACTIONS]), [
67
+ u(r.$slots, "footer", {}, () => [
68
+ a(e(y), l({
45
69
  class: "form-action",
46
70
  variant: "outlined",
47
71
  color: "default"
48
- }, e(o)[e(a).CANCEL_BUTTON], {
49
- onClick: l[0] || (l[0] = (C) => m("cancel"))
72
+ }, e(n)[e(o).CANCEL_BUTTON], {
73
+ disabled: t.isLoading,
74
+ onClick: s[0] || (s[0] = (L) => k("cancel"))
50
75
  }), {
51
- default: c(() => [
52
- f(u(t.cancelLabel), 1)
76
+ default: m(() => [
77
+ g(v(t.cancelLabel), 1)
53
78
  ]),
54
79
  _: 1
55
- }, 16),
56
- i(e(p), n({
80
+ }, 16, ["disabled"]),
81
+ a(e(y), l({
57
82
  class: "form-action",
58
83
  loading: t.saveLoading
59
- }, e(o)[e(a).SAVE_BUTTON], {
60
- onClick: l[1] || (l[1] = (C) => m("save"))
84
+ }, e(n)[e(o).SAVE_BUTTON], {
85
+ disabled: t.isLoading,
86
+ onClick: s[1] || (s[1] = (L) => k("save"))
61
87
  }), {
62
- default: c(() => [
63
- f(u(t.saveLabel), 1)
88
+ default: m(() => [
89
+ g(v(t.saveLabel), 1)
64
90
  ]),
65
91
  _: 1
66
- }, 16, ["loading"])
92
+ }, 16, ["loading", "disabled"])
67
93
  ], !0)
68
- ], 16)) : B("", !0)
94
+ ], 16)) : C("", !0)
69
95
  ]));
70
96
  }
71
97
  });
72
98
  export {
73
- b as default
99
+ z as default
74
100
  };
@@ -158,6 +158,7 @@ declare const FormCardTypes: () => (({
158
158
  title: string;
159
159
  testId: string;
160
160
  actionButtons: boolean;
161
+ isLoading: boolean;
161
162
  noPadding: boolean;
162
163
  saveLabel: string;
163
164
  cancelLabel: string;
@@ -175,6 +176,10 @@ declare const FormCardTypes: () => (({
175
176
  type: import("vue").PropType<boolean>;
176
177
  default: boolean;
177
178
  };
179
+ isLoading: {
180
+ type: import("vue").PropType<boolean>;
181
+ default: boolean;
182
+ };
178
183
  noPadding: {
179
184
  type: import("vue").PropType<boolean>;
180
185
  default: boolean;
@@ -194,7 +199,7 @@ declare const FormCardTypes: () => (({
194
199
  }>> & {
195
200
  onCancel?: () => any;
196
201
  onSave?: () => any;
197
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "actionButtons" | "noPadding" | "saveLabel" | "cancelLabel" | "saveLoading">;
202
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "actionButtons" | "isLoading" | "noPadding" | "saveLabel" | "cancelLabel" | "saveLoading">;
198
203
  $attrs: {
199
204
  [x: string]: unknown;
200
205
  };
@@ -221,6 +226,10 @@ declare const FormCardTypes: () => (({
221
226
  type: import("vue").PropType<boolean>;
222
227
  default: boolean;
223
228
  };
229
+ isLoading: {
230
+ type: import("vue").PropType<boolean>;
231
+ default: boolean;
232
+ };
224
233
  noPadding: {
225
234
  type: import("vue").PropType<boolean>;
226
235
  default: boolean;
@@ -247,6 +256,7 @@ declare const FormCardTypes: () => (({
247
256
  title: string;
248
257
  testId: string;
249
258
  actionButtons: boolean;
259
+ isLoading: boolean;
250
260
  noPadding: boolean;
251
261
  saveLabel: string;
252
262
  cancelLabel: string;
@@ -284,6 +294,10 @@ declare const FormCardTypes: () => (({
284
294
  type: import("vue").PropType<boolean>;
285
295
  default: boolean;
286
296
  };
297
+ isLoading: {
298
+ type: import("vue").PropType<boolean>;
299
+ default: boolean;
300
+ };
287
301
  noPadding: {
288
302
  type: import("vue").PropType<boolean>;
289
303
  default: boolean;
@@ -320,6 +334,10 @@ declare const FormCardTypes: () => (({
320
334
  type: import("vue").PropType<boolean>;
321
335
  default: boolean;
322
336
  };
337
+ isLoading: {
338
+ type: import("vue").PropType<boolean>;
339
+ default: boolean;
340
+ };
323
341
  noPadding: {
324
342
  type: import("vue").PropType<boolean>;
325
343
  default: boolean;
@@ -346,6 +364,7 @@ declare const FormCardTypes: () => (({
346
364
  title: string;
347
365
  testId: string;
348
366
  actionButtons: boolean;
367
+ isLoading: boolean;
349
368
  noPadding: boolean;
350
369
  saveLabel: string;
351
370
  cancelLabel: string;
@@ -29,9 +29,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
29
29
  }>>> & {
30
30
  "onUpdate:modelValue"?: (value: string) => any;
31
31
  }, {
32
+ variant: 'default' | 'inline-table' | 'transparent';
32
33
  disabled: boolean;
33
34
  size: 'sm' | 'md';
34
- variant: 'default' | 'inline-table' | 'transparent';
35
35
  testId: string;
36
36
  }>;
37
37
  export default _default;
@@ -1,4 +1,8 @@
1
1
  declare const SearchTypes: () => import("vue").DefineComponent<{
2
+ variant: {
3
+ type: import("vue").PropType<"default" | "transparent" | "inline-table">;
4
+ default: string;
5
+ };
2
6
  disabled: {
3
7
  type: import("vue").PropType<boolean>;
4
8
  default: boolean;
@@ -7,10 +11,6 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
7
11
  type: import("vue").PropType<"sm" | "md">;
8
12
  default: string;
9
13
  };
10
- variant: {
11
- type: import("vue").PropType<"default" | "transparent" | "inline-table">;
12
- default: string;
13
- };
14
14
  testId: {
15
15
  type: import("vue").PropType<string>;
16
16
  default: string;
@@ -28,6 +28,10 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
28
28
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
29
  "update:modelValue": (value: string) => void;
30
30
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
+ variant: {
32
+ type: import("vue").PropType<"default" | "transparent" | "inline-table">;
33
+ default: string;
34
+ };
31
35
  disabled: {
32
36
  type: import("vue").PropType<boolean>;
33
37
  default: boolean;
@@ -36,10 +40,6 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
36
40
  type: import("vue").PropType<"sm" | "md">;
37
41
  default: string;
38
42
  };
39
- variant: {
40
- type: import("vue").PropType<"default" | "transparent" | "inline-table">;
41
- default: string;
42
- };
43
43
  testId: {
44
44
  type: import("vue").PropType<string>;
45
45
  default: string;
@@ -55,9 +55,9 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
55
55
  }>> & {
56
56
  "onUpdate:modelValue"?: (value: string) => any;
57
57
  }, {
58
+ variant: "default" | "transparent" | "inline-table";
58
59
  disabled: boolean;
59
60
  size: "sm" | "md";
60
- variant: "default" | "transparent" | "inline-table";
61
61
  testId: string;
62
62
  }>[];
63
63
  export { default as Search } from './Search.vue';
@@ -16,10 +16,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
16
16
  title?: string;
17
17
  zIndex?: number;
18
18
  actionButtons: (Partial<{
19
+ variant: "text" | "contained" | "outlined";
19
20
  disabled: boolean;
20
21
  size: "small" | "medium" | "large" | "extraLarge";
21
22
  color: "default" | "primary" | "danger" | "info" | "success" | "warning";
22
- variant: "text" | "contained" | "outlined";
23
23
  content: string;
24
24
  loading: boolean;
25
25
  testId: string;
@@ -28,6 +28,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
28
28
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
29
29
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
30
30
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
31
+ variant: {
32
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
33
+ default: string;
34
+ };
31
35
  disabled: {
32
36
  type: import("vue").PropType<boolean>;
33
37
  default: boolean;
@@ -40,10 +44,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
44
  type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
41
45
  default: string;
42
46
  };
43
- variant: {
44
- type: import("vue").PropType<"text" | "contained" | "outlined">;
45
- default: string;
46
- };
47
47
  content: {
48
48
  type: import("vue").PropType<string>;
49
49
  default: string;
@@ -72,7 +72,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
72
72
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
73
73
  default: string;
74
74
  };
75
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "color" | "variant" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
75
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "size" | "color" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
76
76
  testId: string;
77
77
  }>, {
78
78
  type: string;
@@ -101,10 +101,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
101
101
  title?: string;
102
102
  zIndex?: number;
103
103
  actionButtons: (Partial<{
104
+ variant: "text" | "contained" | "outlined";
104
105
  disabled: boolean;
105
106
  size: "small" | "medium" | "large" | "extraLarge";
106
107
  color: "default" | "primary" | "danger" | "info" | "success" | "warning";
107
- variant: "text" | "contained" | "outlined";
108
108
  content: string;
109
109
  loading: boolean;
110
110
  testId: string;
@@ -113,6 +113,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
113
113
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
114
114
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
115
115
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
116
+ variant: {
117
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
118
+ default: string;
119
+ };
116
120
  disabled: {
117
121
  type: import("vue").PropType<boolean>;
118
122
  default: boolean;
@@ -125,10 +129,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
125
129
  type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
126
130
  default: string;
127
131
  };
128
- variant: {
129
- type: import("vue").PropType<"text" | "contained" | "outlined">;
130
- default: string;
131
- };
132
132
  content: {
133
133
  type: import("vue").PropType<string>;
134
134
  default: string;
@@ -157,7 +157,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
157
157
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
158
158
  default: string;
159
159
  };
160
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "color" | "variant" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
160
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "size" | "color" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
161
161
  testId: string;
162
162
  }>, {
163
163
  type: string;
@@ -26,8 +26,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
26
26
  }>>> & {
27
27
  "onUpdate:selectedTab"?: (tabId: string | number) => any;
28
28
  }, {
29
- size: "sm" | "md" | "lg" | "xl";
30
29
  variant: "fill" | "fix";
30
+ size: "sm" | "md" | "lg" | "xl";
31
31
  testId: string;
32
32
  tabsList: Tab[];
33
33
  }>, {
@@ -3,19 +3,19 @@ declare const TabsTypes: () => ({
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
- size: "sm" | "md" | "lg" | "xl";
7
6
  variant: "fill" | "fix";
7
+ size: "sm" | "md" | "lg" | "xl";
8
8
  testId: string;
9
9
  tabsList: import("../common/Tabs.types").Tab[];
10
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
- size: {
12
- type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
13
- default: string;
14
- };
15
11
  variant: {
16
12
  type: import("vue").PropType<"fill" | "fix">;
17
13
  default: string;
18
14
  };
15
+ size: {
16
+ type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
17
+ default: string;
18
+ };
19
19
  testId: {
20
20
  type: import("vue").PropType<string>;
21
21
  default: string;
@@ -31,7 +31,7 @@ declare const TabsTypes: () => ({
31
31
  };
32
32
  }>> & {
33
33
  "onUpdate:selectedTab"?: (tabId: string | number) => any;
34
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "variant" | "testId" | "tabsList">;
34
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "size" | "testId" | "tabsList">;
35
35
  $attrs: {
36
36
  [x: string]: unknown;
37
37
  };
@@ -46,14 +46,14 @@ declare const TabsTypes: () => ({
46
46
  $emit: (event: "update:selectedTab", tabId: string | number) => void;
47
47
  $el: any;
48
48
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
49
- size: {
50
- type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
51
- default: string;
52
- };
53
49
  variant: {
54
50
  type: import("vue").PropType<"fill" | "fix">;
55
51
  default: string;
56
52
  };
53
+ size: {
54
+ type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
55
+ default: string;
56
+ };
57
57
  testId: {
58
58
  type: import("vue").PropType<string>;
59
59
  default: string;
@@ -72,8 +72,8 @@ declare const TabsTypes: () => ({
72
72
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
73
  "update:selectedTab": (tabId: string | number) => void;
74
74
  }, string, {
75
- size: "sm" | "md" | "lg" | "xl";
76
75
  variant: "fill" | "fix";
76
+ size: "sm" | "md" | "lg" | "xl";
77
77
  testId: string;
78
78
  tabsList: import("../common/Tabs.types").Tab[];
79
79
  }, {}, string> & {
@@ -97,14 +97,14 @@ declare const TabsTypes: () => ({
97
97
  $nextTick: typeof import("vue").nextTick;
98
98
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
99
99
  } & Readonly<import("vue").ExtractPropTypes<{
100
- size: {
101
- type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
102
- default: string;
103
- };
104
100
  variant: {
105
101
  type: import("vue").PropType<"fill" | "fix">;
106
102
  default: string;
107
103
  };
104
+ size: {
105
+ type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
106
+ default: string;
107
+ };
108
108
  testId: {
109
109
  type: import("vue").PropType<string>;
110
110
  default: string;
@@ -125,14 +125,14 @@ declare const TabsTypes: () => ({
125
125
  __isTeleport?: never;
126
126
  __isSuspense?: never;
127
127
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
128
- size: {
129
- type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
130
- default: string;
131
- };
132
128
  variant: {
133
129
  type: import("vue").PropType<"fill" | "fix">;
134
130
  default: string;
135
131
  };
132
+ size: {
133
+ type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
134
+ default: string;
135
+ };
136
136
  testId: {
137
137
  type: import("vue").PropType<string>;
138
138
  default: string;
@@ -151,8 +151,8 @@ declare const TabsTypes: () => ({
151
151
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
152
152
  "update:selectedTab": (tabId: string | number) => void;
153
153
  }, string, {
154
- size: "sm" | "md" | "lg" | "xl";
155
154
  variant: "fill" | "fix";
155
+ size: "sm" | "md" | "lg" | "xl";
156
156
  testId: string;
157
157
  tabsList: import("../common/Tabs.types").Tab[];
158
158
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -112,13 +112,13 @@ declare const TypographyTypes: () => (({
112
112
  strong: {
113
113
  type: import("vue").PropType<boolean>;
114
114
  };
115
+ isTruncated: {
116
+ type: import("vue").PropType<boolean>;
117
+ };
115
118
  size: {
116
119
  type: import("vue").PropType<"caption" | "sm" | "md" | "lg" | "xs">;
117
120
  default: string;
118
121
  };
119
- isTruncated: {
120
- type: import("vue").PropType<boolean>;
121
- };
122
122
  testId: {
123
123
  type: import("vue").PropType<string>;
124
124
  default: string;
@@ -141,13 +141,13 @@ declare const TypographyTypes: () => (({
141
141
  strong: {
142
142
  type: import("vue").PropType<boolean>;
143
143
  };
144
+ isTruncated: {
145
+ type: import("vue").PropType<boolean>;
146
+ };
144
147
  size: {
145
148
  type: import("vue").PropType<"caption" | "sm" | "md" | "lg" | "xs">;
146
149
  default: string;
147
150
  };
148
- isTruncated: {
149
- type: import("vue").PropType<boolean>;
150
- };
151
151
  testId: {
152
152
  type: import("vue").PropType<string>;
153
153
  default: string;
@@ -179,13 +179,13 @@ declare const TypographyTypes: () => (({
179
179
  strong: {
180
180
  type: import("vue").PropType<boolean>;
181
181
  };
182
+ isTruncated: {
183
+ type: import("vue").PropType<boolean>;
184
+ };
182
185
  size: {
183
186
  type: import("vue").PropType<"caption" | "sm" | "md" | "lg" | "xs">;
184
187
  default: string;
185
188
  };
186
- isTruncated: {
187
- type: import("vue").PropType<boolean>;
188
- };
189
189
  testId: {
190
190
  type: import("vue").PropType<string>;
191
191
  default: string;
@@ -198,13 +198,13 @@ declare const TypographyTypes: () => (({
198
198
  strong: {
199
199
  type: import("vue").PropType<boolean>;
200
200
  };
201
+ isTruncated: {
202
+ type: import("vue").PropType<boolean>;
203
+ };
201
204
  size: {
202
205
  type: import("vue").PropType<"caption" | "sm" | "md" | "lg" | "xs">;
203
206
  default: string;
204
207
  };
205
- isTruncated: {
206
- type: import("vue").PropType<boolean>;
207
- };
208
208
  testId: {
209
209
  type: import("vue").PropType<string>;
210
210
  default: string;