@ironsource/shared-ui 2.1.8-rc.1 → 2.1.8-rc.4

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 (125) hide show
  1. package/DataGrid.vue_vue_type_style_index_0_scoped_46d53424_lang.css +1 -0
  2. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +1 -0
  3. package/Typography.vue_vue_type_style_index_0_scoped_b00956b7_lang.css +1 -0
  4. package/components/alert/Alert.vue.d.ts +1 -1
  5. package/components/alert/index.d.ts +20 -20
  6. package/components/appHeader/AppHeader.vue.d.ts +1 -1
  7. package/components/appHeader/index.d.ts +9 -9
  8. package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
  9. package/components/appTrigger/index.d.ts +20 -20
  10. package/components/autocomplete/Autocomplete.vue.d.ts +4 -4
  11. package/components/autocomplete/index.d.ts +27 -27
  12. package/components/button/v3/Button.vue.d.ts +1 -1
  13. package/components/button/v3/ScrollButton.vue.d.ts +1 -1
  14. package/components/button/v3/index.d.ts +28 -28
  15. package/components/button/v4/ButtonV4.vue.d.ts +1 -1
  16. package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
  17. package/components/button/v4/index.d.ts +40 -40
  18. package/components/checkbox/v3/Checkbox.vue.d.ts +1 -1
  19. package/components/checkbox/v3/index.d.ts +20 -20
  20. package/components/checkbox/v4/CheckboxV4.vue.d.ts +1 -1
  21. package/components/checkbox/v4/index.d.ts +20 -20
  22. package/components/chip/v3/Chip.vue.d.ts +1 -1
  23. package/components/chip/v3/index.d.ts +20 -20
  24. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  25. package/components/chip/v4/index.d.ts +9 -9
  26. package/components/dateRange/common/DateRange.common.d.ts +1 -1
  27. package/components/dateRange/v3/DateRange.vue.d.ts +1 -1
  28. package/components/dateRange/v3/DateRangePicker.vue.d.ts +1 -1
  29. package/components/dateRange/v3/index.d.ts +20 -20
  30. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +1 -1
  31. package/components/dateRange/v4/DateRangeV4.vue.d.ts +1 -1
  32. package/components/dateRange/v4/index.d.ts +20 -20
  33. package/components/dialog/v3/Dialog.vue.d.ts +1 -1
  34. package/components/dialog/v3/index.d.ts +20 -20
  35. package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
  36. package/components/dialog/v4/index.d.ts +20 -20
  37. package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
  38. package/components/dropdown/v3/index.d.ts +96 -96
  39. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
  40. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
  41. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +1 -1
  42. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  43. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +4 -4
  44. package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -5
  45. package/components/dropdown/v4/OptionV4.vue.d.ts +3 -3
  46. package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
  47. package/components/dropdown/v4/index.d.ts +188 -188
  48. package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
  49. package/components/filterDropdown/index.d.ts +9 -9
  50. package/components/forms/CardPanel.vue.d.ts +3 -3
  51. package/components/forms/FormRow.vue.d.ts +4 -4
  52. package/components/forms/index.d.ts +34 -34
  53. package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
  54. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  55. package/components/includeExclude/index.d.ts +78 -78
  56. package/components/inlineCopy/InlineCopy.vue.d.ts +3 -3
  57. package/components/inlineCopy/index.d.ts +25 -25
  58. package/components/input/v3/Input.vue.d.ts +1 -1
  59. package/components/input/v3/index.d.ts +44 -44
  60. package/components/input/v4/TextField.vue.d.ts +1 -1
  61. package/components/input/v4/index.d.ts +34 -34
  62. package/components/layout/FoldableSection.vue.d.ts +1 -1
  63. package/components/layout/index.d.ts +20 -20
  64. package/components/menu/Menu.vue.d.ts +1 -1
  65. package/components/menu/index.d.ts +20 -20
  66. package/components/multibar/MultiBar.vue.d.ts +1 -1
  67. package/components/multibar/index.d.ts +12 -12
  68. package/components/popover/v3/Popover.vue.d.ts +4 -4
  69. package/components/popover/v3/index.d.ts +43 -43
  70. package/components/popover/v4/PopoverV4.vue.d.ts +4 -4
  71. package/components/popover/v4/index.d.ts +27 -27
  72. package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
  73. package/components/radioButton/v3/index.d.ts +20 -20
  74. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
  75. package/components/radioButton/v4/index.d.ts +20 -20
  76. package/components/search/v3/Search.vue.d.ts +1 -1
  77. package/components/search/v3/index.d.ts +9 -9
  78. package/components/search/v4/SearchV4.vue.d.ts +1 -1
  79. package/components/search/v4/index.d.ts +9 -9
  80. package/components/shared/FieldHelpText.vue.d.ts +1 -1
  81. package/components/shared/FieldLabel.vue.d.ts +1 -1
  82. package/components/snackbar/common/snackbar.common.d.ts +1 -1
  83. package/components/snackbar/v4/SnackbarV4.vue.d.ts +13 -13
  84. package/components/switch/v3/Switch.vue.d.ts +1 -1
  85. package/components/switch/v3/index.d.ts +20 -20
  86. package/components/table/common/Table.common.js +71 -68
  87. package/components/table/v3/index.d.ts +16 -16
  88. package/components/table/v4/DataGrid.vue.d.ts +10 -4
  89. package/components/table/v4/DataGrid.vue.js +3 -3
  90. package/components/table/v4/DataGrid.vue2.js +130 -136
  91. package/components/table/v4/DataGridRowsCounter.vue.js +2 -2
  92. package/components/table/v4/DataGridRowsCounter.vue2.js +14 -13
  93. package/components/table/v4/MultipleDataGrid.vue.d.ts +2 -2
  94. package/components/table/v4/index.d.ts +57 -23
  95. package/components/table/v4/storyUtils.d.ts +8 -0
  96. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  97. package/components/tabs/v3/index.d.ts +20 -20
  98. package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
  99. package/components/tabs/v4/index.d.ts +20 -20
  100. package/components/textArea/v3/TextArea.vue.d.ts +1 -1
  101. package/components/textArea/v3/index.d.ts +9 -9
  102. package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
  103. package/components/textArea/v4/index.d.ts +12 -12
  104. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  105. package/components/toggle/v3/index.d.ts +5 -5
  106. package/components/toggle/v4/ToggleV4.vue.d.ts +4 -4
  107. package/components/toggle/v4/index.d.ts +27 -27
  108. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  109. package/components/tooltip/v3/index.d.ts +34 -34
  110. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -5
  111. package/components/tooltip/v4/index.d.ts +53 -53
  112. package/components/typography/Text.vue.d.ts +1 -1
  113. package/components/typography/index.d.ts +32 -32
  114. package/components/typography/v4/Typography.vue.d.ts +20 -0
  115. package/components/typography/v4/Typography.vue.js +3 -3
  116. package/components/typography/v4/Typography.vue2.js +40 -13
  117. package/components/typography/v4/index.d.ts +89 -13
  118. package/index.d.ts +1343 -1275
  119. package/package.json +3 -2
  120. package/utils/formatNumbers.d.ts +4 -0
  121. package/utils/formatNumbers.js +11 -0
  122. package/utils/index.d.ts +1 -0
  123. package/DataGrid.vue_vue_type_style_index_0_scoped_706b324e_lang.css +0 -1
  124. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_0ce71f73_lang.css +0 -1
  125. package/Typography.vue_vue_type_style_index_0_scoped_4c2254ef_lang.css +0 -1
@@ -30,6 +30,8 @@ declare const DataGridTypes: () => (({
30
30
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
31
31
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
32
32
  zIndexBase: number;
33
+ rowCustomClassKey: string;
34
+ rowDataKey: string;
33
35
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
34
36
  sort: {
35
37
  type: import("vue").PropType<import("../common/Table.types").Sort>;
@@ -43,14 +45,14 @@ declare const DataGridTypes: () => (({
43
45
  type: import("vue").PropType<string>;
44
46
  default: any;
45
47
  };
46
- columns: {
47
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
48
- required: true;
49
- };
50
48
  testId: {
51
49
  type: import("vue").PropType<string>;
52
50
  default: string;
53
51
  };
52
+ columns: {
53
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
54
+ required: true;
55
+ };
54
56
  isLoading: {
55
57
  type: import("vue").PropType<boolean>;
56
58
  default: boolean;
@@ -131,6 +133,14 @@ declare const DataGridTypes: () => (({
131
133
  type: import("vue").PropType<number>;
132
134
  default: number;
133
135
  };
136
+ rowCustomClassKey: {
137
+ type: import("vue").PropType<string>;
138
+ default: string;
139
+ };
140
+ rowDataKey: {
141
+ type: import("vue").PropType<string>;
142
+ default: string;
143
+ };
134
144
  }>> & {
135
145
  onSelectAll?: (value: boolean) => any;
136
146
  "onUpdate:search"?: (query: string) => any;
@@ -147,7 +157,7 @@ declare const DataGridTypes: () => (({
147
157
  "onUpdate:selection"?: (selection: unknown[]) => any;
148
158
  onSelectRow?: (value: boolean) => any;
149
159
  onClickRow?: (rowIndex: number) => any;
150
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase">;
160
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
151
161
  $attrs: {
152
162
  [x: string]: unknown;
153
163
  };
@@ -179,14 +189,14 @@ declare const DataGridTypes: () => (({
179
189
  type: import("vue").PropType<string>;
180
190
  default: any;
181
191
  };
182
- columns: {
183
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
184
- required: true;
185
- };
186
192
  testId: {
187
193
  type: import("vue").PropType<string>;
188
194
  default: string;
189
195
  };
196
+ columns: {
197
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
198
+ required: true;
199
+ };
190
200
  isLoading: {
191
201
  type: import("vue").PropType<boolean>;
192
202
  default: boolean;
@@ -267,6 +277,14 @@ declare const DataGridTypes: () => (({
267
277
  type: import("vue").PropType<number>;
268
278
  default: number;
269
279
  };
280
+ rowCustomClassKey: {
281
+ type: import("vue").PropType<string>;
282
+ default: string;
283
+ };
284
+ rowDataKey: {
285
+ type: import("vue").PropType<string>;
286
+ default: string;
287
+ };
270
288
  }>> & {
271
289
  onSelectAll?: (value: boolean) => any;
272
290
  "onUpdate:search"?: (query: string) => any;
@@ -325,6 +343,8 @@ declare const DataGridTypes: () => (({
325
343
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
326
344
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
327
345
  zIndexBase: number;
346
+ rowCustomClassKey: string;
347
+ rowDataKey: string;
328
348
  }, {}, string> & {
329
349
  beforeCreate?: (() => void) | (() => void)[];
330
350
  created?: (() => void) | (() => void)[];
@@ -358,14 +378,14 @@ declare const DataGridTypes: () => (({
358
378
  type: import("vue").PropType<string>;
359
379
  default: any;
360
380
  };
361
- columns: {
362
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
363
- required: true;
364
- };
365
381
  testId: {
366
382
  type: import("vue").PropType<string>;
367
383
  default: string;
368
384
  };
385
+ columns: {
386
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
387
+ required: true;
388
+ };
369
389
  isLoading: {
370
390
  type: import("vue").PropType<boolean>;
371
391
  default: boolean;
@@ -446,6 +466,14 @@ declare const DataGridTypes: () => (({
446
466
  type: import("vue").PropType<number>;
447
467
  default: number;
448
468
  };
469
+ rowCustomClassKey: {
470
+ type: import("vue").PropType<string>;
471
+ default: string;
472
+ };
473
+ rowDataKey: {
474
+ type: import("vue").PropType<string>;
475
+ default: string;
476
+ };
449
477
  }>> & {
450
478
  onSelectAll?: (value: boolean) => any;
451
479
  "onUpdate:search"?: (query: string) => any;
@@ -481,14 +509,14 @@ declare const DataGridTypes: () => (({
481
509
  type: import("vue").PropType<string>;
482
510
  default: any;
483
511
  };
484
- columns: {
485
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
486
- required: true;
487
- };
488
512
  testId: {
489
513
  type: import("vue").PropType<string>;
490
514
  default: string;
491
515
  };
516
+ columns: {
517
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
518
+ required: true;
519
+ };
492
520
  isLoading: {
493
521
  type: import("vue").PropType<boolean>;
494
522
  default: boolean;
@@ -569,6 +597,14 @@ declare const DataGridTypes: () => (({
569
597
  type: import("vue").PropType<number>;
570
598
  default: number;
571
599
  };
600
+ rowCustomClassKey: {
601
+ type: import("vue").PropType<string>;
602
+ default: string;
603
+ };
604
+ rowDataKey: {
605
+ type: import("vue").PropType<string>;
606
+ default: string;
607
+ };
572
608
  }>> & {
573
609
  onSelectAll?: (value: boolean) => any;
574
610
  "onUpdate:search"?: (query: string) => any;
@@ -627,6 +663,8 @@ declare const DataGridTypes: () => (({
627
663
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
628
664
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
629
665
  zIndexBase: number;
666
+ rowCustomClassKey: string;
667
+ rowDataKey: string;
630
668
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
631
669
  $slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
632
670
  column: import("../common/Table.types").Column;
@@ -646,10 +684,6 @@ declare const DataGridTypes: () => (({
646
684
  row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
647
685
  gridColumnTemplate: any;
648
686
  }): any;
649
- "floating-row"?(_: {
650
- row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
651
- rowIndex: number;
652
- }): any;
653
687
  "empty-state"?(_: {}): any;
654
688
  footer?(_: {}): any;
655
689
  };
@@ -1191,8 +1225,8 @@ declare const DataGridTypes: () => (({
1191
1225
  search?(_: {}): any;
1192
1226
  "table-header-actions"?(_: {}): any;
1193
1227
  "floating-row"?(_: {
1194
- row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
1195
- rowIndex: number;
1228
+ row: any;
1229
+ rowIndex: any;
1196
1230
  }): any;
1197
1231
  "empty-state"?(_: {}): any;
1198
1232
  };
@@ -1,5 +1,13 @@
1
1
  export declare const getRandomRows: (count: number, template?: string[]) => any[][];
2
+ export declare const getRandomObjectRows: (count: number, template?: string[]) => {
3
+ rowData: any[];
4
+ customClass: string;
5
+ }[];
2
6
  export declare const searchRows: (array: string[][], query: string) => string[][];
3
7
  export declare const exampleRows: string[][];
4
8
  export declare const moreExampleRows: string[][];
5
9
  export declare const exampleRowsWithExtraColumns: string[][];
10
+ export declare const exampleObjectRows: {
11
+ rowData: string[];
12
+ customClass: string;
13
+ }[];
@@ -26,9 +26,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
26
26
  }>>> & {
27
27
  "onUpdate:selectedTab"?: (tabId: string | number) => any;
28
28
  }, {
29
+ testId: string;
29
30
  variant: "fill" | "fix";
30
31
  size: "sm" | "md" | "lg" | "xl";
31
- testId: string;
32
32
  tabsList: Tab[];
33
33
  }>, {
34
34
  default?(_: {
@@ -3,11 +3,15 @@ declare const TabsTypes: () => ({
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
+ testId: string;
6
7
  variant: "fill" | "fix";
7
8
  size: "sm" | "md" | "lg" | "xl";
8
- testId: string;
9
9
  tabsList: import("../common/Tabs.types").Tab[];
10
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
+ testId: {
12
+ type: import("vue").PropType<string>;
13
+ default: string;
14
+ };
11
15
  variant: {
12
16
  type: import("vue").PropType<"fill" | "fix">;
13
17
  default: string;
@@ -16,10 +20,6 @@ declare const TabsTypes: () => ({
16
20
  type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
17
21
  default: string;
18
22
  };
19
- testId: {
20
- type: import("vue").PropType<string>;
21
- default: string;
22
- };
23
23
  tabsList: {
24
24
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
25
25
  required: true;
@@ -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, "variant" | "size" | "testId" | "tabsList">;
34
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "size" | "tabsList">;
35
35
  $attrs: {
36
36
  [x: string]: unknown;
37
37
  };
@@ -46,6 +46,10 @@ 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
+ testId: {
50
+ type: import("vue").PropType<string>;
51
+ default: string;
52
+ };
49
53
  variant: {
50
54
  type: import("vue").PropType<"fill" | "fix">;
51
55
  default: string;
@@ -54,10 +58,6 @@ declare const TabsTypes: () => ({
54
58
  type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
55
59
  default: string;
56
60
  };
57
- testId: {
58
- type: import("vue").PropType<string>;
59
- default: string;
60
- };
61
61
  tabsList: {
62
62
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
63
63
  required: true;
@@ -72,9 +72,9 @@ declare const TabsTypes: () => ({
72
72
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
73
  "update:selectedTab": (tabId: string | number) => void;
74
74
  }, string, {
75
+ testId: string;
75
76
  variant: "fill" | "fix";
76
77
  size: "sm" | "md" | "lg" | "xl";
77
- testId: string;
78
78
  tabsList: import("../common/Tabs.types").Tab[];
79
79
  }, {}, string> & {
80
80
  beforeCreate?: (() => void) | (() => void)[];
@@ -97,6 +97,10 @@ 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
+ testId: {
101
+ type: import("vue").PropType<string>;
102
+ default: string;
103
+ };
100
104
  variant: {
101
105
  type: import("vue").PropType<"fill" | "fix">;
102
106
  default: string;
@@ -105,10 +109,6 @@ declare const TabsTypes: () => ({
105
109
  type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
106
110
  default: string;
107
111
  };
108
- testId: {
109
- type: import("vue").PropType<string>;
110
- default: string;
111
- };
112
112
  tabsList: {
113
113
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
114
114
  required: true;
@@ -125,6 +125,10 @@ declare const TabsTypes: () => ({
125
125
  __isTeleport?: never;
126
126
  __isSuspense?: never;
127
127
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
128
+ testId: {
129
+ type: import("vue").PropType<string>;
130
+ default: string;
131
+ };
128
132
  variant: {
129
133
  type: import("vue").PropType<"fill" | "fix">;
130
134
  default: string;
@@ -133,10 +137,6 @@ declare const TabsTypes: () => ({
133
137
  type: import("vue").PropType<"sm" | "md" | "lg" | "xl">;
134
138
  default: string;
135
139
  };
136
- testId: {
137
- type: import("vue").PropType<string>;
138
- default: string;
139
- };
140
140
  tabsList: {
141
141
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
142
142
  required: true;
@@ -151,9 +151,9 @@ declare const TabsTypes: () => ({
151
151
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
152
152
  "update:selectedTab": (tabId: string | number) => void;
153
153
  }, string, {
154
+ testId: string;
154
155
  variant: "fill" | "fix";
155
156
  size: "sm" | "md" | "lg" | "xl";
156
- testId: string;
157
157
  tabsList: import("../common/Tabs.types").Tab[];
158
158
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
159
159
  $slots: {
@@ -22,8 +22,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
22
22
  }>>> & {
23
23
  "onUpdate:selectedTab"?: (tabId: string | number) => any;
24
24
  }, {
25
- variant: "page" | "card";
26
25
  testId: string;
26
+ variant: "page" | "card";
27
27
  tabsList: Tab[];
28
28
  }>, {
29
29
  "tab-icon"?(_: {
@@ -3,18 +3,18 @@ declare const TabsTypes: () => ({
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
- variant: "page" | "card";
7
6
  testId: string;
7
+ variant: "page" | "card";
8
8
  tabsList: import("../common/Tabs.types").Tab[];
9
9
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
- variant: {
11
- type: import("vue").PropType<"page" | "card">;
12
- default: string;
13
- };
14
10
  testId: {
15
11
  type: import("vue").PropType<string>;
16
12
  default: string;
17
13
  };
14
+ variant: {
15
+ type: import("vue").PropType<"page" | "card">;
16
+ default: string;
17
+ };
18
18
  tabsList: {
19
19
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
20
20
  required: true;
@@ -26,7 +26,7 @@ declare const TabsTypes: () => ({
26
26
  };
27
27
  }>> & {
28
28
  "onUpdate:selectedTab"?: (tabId: string | number) => any;
29
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "testId" | "tabsList">;
29
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "tabsList">;
30
30
  $attrs: {
31
31
  [x: string]: unknown;
32
32
  };
@@ -41,14 +41,14 @@ declare const TabsTypes: () => ({
41
41
  $emit: (event: "update:selectedTab", tabId: string | number) => void;
42
42
  $el: any;
43
43
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
44
- variant: {
45
- type: import("vue").PropType<"page" | "card">;
46
- default: string;
47
- };
48
44
  testId: {
49
45
  type: import("vue").PropType<string>;
50
46
  default: string;
51
47
  };
48
+ variant: {
49
+ type: import("vue").PropType<"page" | "card">;
50
+ default: string;
51
+ };
52
52
  tabsList: {
53
53
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
54
54
  required: true;
@@ -63,8 +63,8 @@ declare const TabsTypes: () => ({
63
63
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
64
64
  "update:selectedTab": (tabId: string | number) => void;
65
65
  }, string, {
66
- variant: "page" | "card";
67
66
  testId: string;
67
+ variant: "page" | "card";
68
68
  tabsList: import("../common/Tabs.types").Tab[];
69
69
  }, {}, string> & {
70
70
  beforeCreate?: (() => void) | (() => void)[];
@@ -87,14 +87,14 @@ declare const TabsTypes: () => ({
87
87
  $nextTick: typeof import("vue").nextTick;
88
88
  $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;
89
89
  } & Readonly<import("vue").ExtractPropTypes<{
90
- variant: {
91
- type: import("vue").PropType<"page" | "card">;
92
- default: string;
93
- };
94
90
  testId: {
95
91
  type: import("vue").PropType<string>;
96
92
  default: string;
97
93
  };
94
+ variant: {
95
+ type: import("vue").PropType<"page" | "card">;
96
+ default: string;
97
+ };
98
98
  tabsList: {
99
99
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
100
100
  required: true;
@@ -111,14 +111,14 @@ declare const TabsTypes: () => ({
111
111
  __isTeleport?: never;
112
112
  __isSuspense?: never;
113
113
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
114
- variant: {
115
- type: import("vue").PropType<"page" | "card">;
116
- default: string;
117
- };
118
114
  testId: {
119
115
  type: import("vue").PropType<string>;
120
116
  default: string;
121
117
  };
118
+ variant: {
119
+ type: import("vue").PropType<"page" | "card">;
120
+ default: string;
121
+ };
122
122
  tabsList: {
123
123
  type: import("vue").PropType<import("../common/Tabs.types").Tab[]>;
124
124
  required: true;
@@ -133,8 +133,8 @@ declare const TabsTypes: () => ({
133
133
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
134
134
  "update:selectedTab": (tabId: string | number) => void;
135
135
  }, string, {
136
- variant: "page" | "card";
137
136
  testId: string;
137
+ variant: "page" | "card";
138
138
  tabsList: import("../common/Tabs.types").Tab[];
139
139
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
140
140
  $slots: {
@@ -36,8 +36,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
36
36
  "onUpdate:modelValue"?: (value: string) => any;
37
37
  }, {
38
38
  label: string;
39
- disabled: boolean;
40
39
  testId: string;
40
+ disabled: boolean;
41
41
  modelValue: string;
42
42
  placeholder: string;
43
43
  feedbackHelpText: string;
@@ -3,14 +3,14 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
3
3
  type: import("vue").PropType<string>;
4
4
  default: string;
5
5
  };
6
- disabled: {
7
- type: import("vue").PropType<boolean>;
8
- default: boolean;
9
- };
10
6
  testId: {
11
7
  type: import("vue").PropType<string>;
12
8
  default: string;
13
9
  };
10
+ disabled: {
11
+ type: import("vue").PropType<boolean>;
12
+ default: boolean;
13
+ };
14
14
  modelValue: {
15
15
  type: import("vue").PropType<string>;
16
16
  default: string;
@@ -34,14 +34,14 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
34
34
  type: import("vue").PropType<string>;
35
35
  default: string;
36
36
  };
37
- disabled: {
38
- type: import("vue").PropType<boolean>;
39
- default: boolean;
40
- };
41
37
  testId: {
42
38
  type: import("vue").PropType<string>;
43
39
  default: string;
44
40
  };
41
+ disabled: {
42
+ type: import("vue").PropType<boolean>;
43
+ default: boolean;
44
+ };
45
45
  modelValue: {
46
46
  type: import("vue").PropType<string>;
47
47
  default: string;
@@ -62,8 +62,8 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
62
62
  "onUpdate:modelValue"?: (value: string) => any;
63
63
  }, {
64
64
  label: string;
65
- disabled: boolean;
66
65
  testId: string;
66
+ disabled: boolean;
67
67
  modelValue: string;
68
68
  placeholder: string;
69
69
  feedbackHelpText: string;
@@ -70,11 +70,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
70
70
  "onUpdate:modelValue"?: (value: string) => any;
71
71
  }, {
72
72
  label: string;
73
+ testId: string;
73
74
  disabled: boolean;
74
75
  height: string;
75
76
  resize: 'none' | 'vertical' | 'horizontal' | 'both';
76
77
  mandatory: boolean;
77
- testId: string;
78
78
  hoverHelpText: string;
79
79
  hoverHelpTextPlacement: TooltipPositions;
80
80
  maxLength: number;
@@ -3,6 +3,10 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
3
3
  type: import("vue").PropType<string>;
4
4
  default: string;
5
5
  };
6
+ testId: {
7
+ type: import("vue").PropType<string>;
8
+ default: string;
9
+ };
6
10
  disabled: {
7
11
  type: import("vue").PropType<boolean>;
8
12
  default: boolean;
@@ -19,16 +23,12 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
19
23
  type: import("vue").PropType<boolean>;
20
24
  default: boolean;
21
25
  };
22
- testId: {
23
- type: import("vue").PropType<string>;
24
- default: string;
25
- };
26
26
  hoverHelpText: {
27
27
  type: import("vue").PropType<string>;
28
28
  default: string;
29
29
  };
30
30
  hoverHelpTextPlacement: {
31
- type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
31
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
32
32
  default: string;
33
33
  };
34
34
  maxLength: {
@@ -66,6 +66,10 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
66
66
  type: import("vue").PropType<string>;
67
67
  default: string;
68
68
  };
69
+ testId: {
70
+ type: import("vue").PropType<string>;
71
+ default: string;
72
+ };
69
73
  disabled: {
70
74
  type: import("vue").PropType<boolean>;
71
75
  default: boolean;
@@ -82,16 +86,12 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
82
86
  type: import("vue").PropType<boolean>;
83
87
  default: boolean;
84
88
  };
85
- testId: {
86
- type: import("vue").PropType<string>;
87
- default: string;
88
- };
89
89
  hoverHelpText: {
90
90
  type: import("vue").PropType<string>;
91
91
  default: string;
92
92
  };
93
93
  hoverHelpTextPlacement: {
94
- type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
94
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
95
95
  default: string;
96
96
  };
97
97
  maxLength: {
@@ -126,13 +126,13 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
126
126
  "onUpdate:modelValue"?: (value: string) => any;
127
127
  }, {
128
128
  label: string;
129
+ testId: string;
129
130
  disabled: boolean;
130
131
  height: string;
131
132
  resize: "both" | "none" | "horizontal" | "vertical";
132
133
  mandatory: boolean;
133
- testId: string;
134
134
  hoverHelpText: string;
135
- hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
135
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
136
136
  maxLength: number;
137
137
  modelValue: string;
138
138
  placeholder: string;
@@ -41,8 +41,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
41
41
  }>>> & {
42
42
  "onUpdate:modelValue"?: (value: boolean) => any;
43
43
  }, {
44
- color: string;
45
44
  testId: string;
45
+ color: string;
46
46
  isLoading: boolean;
47
47
  helperText: string;
48
48
  isDisabled: boolean;
@@ -1,9 +1,9 @@
1
1
  declare const ToggleTypes: () => import("vue").DefineComponent<{
2
- color: {
2
+ testId: {
3
3
  type: import("vue").PropType<string>;
4
4
  default: string;
5
5
  };
6
- testId: {
6
+ color: {
7
7
  type: import("vue").PropType<string>;
8
8
  default: string;
9
9
  };
@@ -38,11 +38,11 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
38
38
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
39
  "update:modelValue": (value: boolean) => void;
40
40
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
41
- color: {
41
+ testId: {
42
42
  type: import("vue").PropType<string>;
43
43
  default: string;
44
44
  };
45
- testId: {
45
+ color: {
46
46
  type: import("vue").PropType<string>;
47
47
  default: string;
48
48
  };
@@ -77,8 +77,8 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
77
77
  }>> & {
78
78
  "onUpdate:modelValue"?: (value: boolean) => any;
79
79
  }, {
80
- color: string;
81
80
  testId: string;
81
+ color: string;
82
82
  isLoading: boolean;
83
83
  helperText: string;
84
84
  isDisabled: boolean;