@ironsource/shared-ui 2.1.3-rc.2 → 2.1.3-rc.21

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 (133) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_72bcdcd0_lang.css +1 -0
  2. package/AppHeader.vue_vue_type_style_index_0_scoped_f9d4e49d_lang.css +1 -0
  3. package/Autocomplete.vue_vue_type_style_index_0_scoped_429e5745_lang.css +1 -0
  4. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +1 -0
  5. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +1 -0
  6. package/DataGrid.vue_vue_type_style_index_0_scoped_9b108af3_lang.css +1 -0
  7. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c3033d90_lang.css +1 -0
  8. package/DropdownV4.vue_vue_type_style_index_0_scoped_24014c62_lang.css +1 -0
  9. package/FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_lang.css +1 -0
  10. package/FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css +1 -0
  11. package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +1 -0
  12. package/HelpIcon.vue_vue_type_style_index_0_scoped_7a611779_lang.css +1 -0
  13. package/TextArea.vue_vue_type_style_index_0_scoped_eb62e4c0_lang.css +1 -0
  14. package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +1 -0
  15. package/TextField.vue_vue_type_style_index_0_scoped_95e25718_lang.css +1 -0
  16. package/components/alert/Alert.vue.d.ts +75 -0
  17. package/components/alert/Alert.vue.js +7 -0
  18. package/components/alert/Alert.vue2.js +87 -0
  19. package/components/alert/index.d.ts +220 -0
  20. package/components/alert/index.js +6 -0
  21. package/components/appHeader/AppHeader.vue.js +3 -3
  22. package/components/appHeader/AppHeader.vue2.js +29 -26
  23. package/components/autocomplete/Autocomplete.vue.d.ts +140 -0
  24. package/components/autocomplete/Autocomplete.vue.js +7 -0
  25. package/components/autocomplete/Autocomplete.vue2.js +99 -0
  26. package/components/autocomplete/index.d.ts +459 -0
  27. package/components/autocomplete/index.js +6 -0
  28. package/components/button/v3/Button.vue.d.ts +6 -6
  29. package/components/button/v3/ButtonBase.vue.d.ts +1 -1
  30. package/components/button/v3/IconButton.vue.d.ts +1 -1
  31. package/components/button/v3/index.d.ts +34 -34
  32. package/components/button/v4/ButtonV4.vue.d.ts +1 -1
  33. package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
  34. package/components/button/v4/index.d.ts +40 -40
  35. package/components/checkbox/v3/index.d.ts +12 -12
  36. package/components/checkbox/v4/index.d.ts +12 -12
  37. package/components/chip/v3/Chip.vue.d.ts +1 -1
  38. package/components/chip/v3/index.d.ts +20 -20
  39. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  40. package/components/chip/v4/index.d.ts +20 -20
  41. package/components/dialog/v4/index.d.ts +17 -17
  42. package/components/dropdown/common/Dropdown.common.d.ts +1 -0
  43. package/components/dropdown/common/Dropdown.common.js +34 -33
  44. package/components/dropdown/v3/Dropdown.vue.d.ts +11 -11
  45. package/components/dropdown/v3/index.d.ts +159 -159
  46. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +4 -4
  47. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +71 -0
  48. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +7 -0
  49. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +36 -0
  50. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +66 -0
  51. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +7 -0
  52. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +50 -0
  53. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  54. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +7 -7
  55. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
  56. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
  57. package/components/dropdown/v4/DropdownV4.vue.d.ts +29 -22
  58. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  59. package/components/dropdown/v4/DropdownV4.vue2.js +143 -130
  60. package/components/dropdown/v4/dropdownStoryArgs.d.ts +9 -0
  61. package/components/dropdown/v4/index.d.ts +705 -610
  62. package/components/dropdown/v4/index.js +16 -10
  63. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  64. package/components/emptyState/v3/index.d.ts +7 -7
  65. package/components/filterDropdown/index.d.ts +8 -8
  66. package/components/forms/FormCard.vue.d.ts +5 -0
  67. package/components/forms/FormCard.vue.js +3 -3
  68. package/components/forms/FormCard.vue2.js +62 -36
  69. package/components/forms/FormRow.vue.d.ts +10 -0
  70. package/components/forms/FormRow.vue.js +3 -3
  71. package/components/forms/FormRow.vue2.js +22 -29
  72. package/components/forms/index.d.ts +59 -2
  73. package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
  74. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
  75. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +3 -3
  76. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +3 -3
  77. package/components/includeExclude/index.d.ts +168 -168
  78. package/components/input/v3/Input.vue.d.ts +3 -3
  79. package/components/input/v3/index.d.ts +82 -82
  80. package/components/input/v4/TextField.vue.d.ts +7 -7
  81. package/components/input/v4/TextField.vue.js +2 -2
  82. package/components/input/v4/TextField.vue2.js +84 -91
  83. package/components/input/v4/index.d.ts +122 -122
  84. package/components/multibar/MultiBarMenu.vue2.js +13 -11
  85. package/components/search/v3/Search.vue.d.ts +1 -1
  86. package/components/search/v3/index.d.ts +9 -9
  87. package/components/shared/FieldMaxLength.vue.d.ts +34 -0
  88. package/components/shared/FieldMaxLength.vue.js +7 -0
  89. package/components/shared/FieldMaxLength.vue2.js +24 -0
  90. package/components/skeleton/v4/index.d.ts +2 -2
  91. package/components/snackbar/v4/SnackbarV4.vue.d.ts +12 -12
  92. package/components/table/common/Table.types.d.ts +3 -0
  93. package/components/table/v4/DataGrid.vue.d.ts +2 -2
  94. package/components/table/v4/DataGrid.vue.js +3 -3
  95. package/components/table/v4/DataGrid.vue2.js +129 -123
  96. package/components/table/v4/DataGridMenu.vue2.js +13 -11
  97. package/components/table/v4/HelpIcon.vue.d.ts +40 -0
  98. package/components/table/v4/HelpIcon.vue.js +7 -0
  99. package/components/table/v4/HelpIcon.vue2.js +32 -0
  100. package/components/table/v4/index.d.ts +39 -39
  101. package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
  102. package/components/table-cells/v4/index.d.ts +20 -20
  103. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  104. package/components/tabs/v3/index.d.ts +20 -20
  105. package/components/textArea/v3/TextArea.vue.js +7 -0
  106. package/components/textArea/{TextArea.vue2.js → v3/TextArea.vue2.js} +4 -4
  107. package/components/textArea/v4/TextAreaV4.vue.d.ts +100 -0
  108. package/components/textArea/v4/TextAreaV4.vue.js +7 -0
  109. package/components/textArea/v4/TextAreaV4.vue2.js +74 -0
  110. package/components/textArea/v4/index.d.ts +136 -0
  111. package/components/textArea/v4/index.js +6 -0
  112. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  113. package/components/toggle/v3/index.d.ts +9 -9
  114. package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
  115. package/components/toggle/v4/index.d.ts +28 -28
  116. package/components/typography/index.d.ts +12 -12
  117. package/index.d.ts +2479 -1935
  118. package/index.js +131 -123
  119. package/package.json +11 -2
  120. package/testids/index.d.ts +9 -1
  121. package/testids/index.js +25 -24
  122. package/AppHeader.vue_vue_type_style_index_0_scoped_95908b8d_lang.css +0 -1
  123. package/DataGrid.vue_vue_type_style_index_0_scoped_4baf9e57_lang.css +0 -1
  124. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_f0c4710f_lang.css +0 -1
  125. package/DropdownV4.vue_vue_type_style_index_0_scoped_78c1497e_lang.css +0 -1
  126. package/FormCard.vue_vue_type_style_index_0_scoped_ad5e4be0_lang.css +0 -1
  127. package/FormRow.vue_vue_type_style_index_0_scoped_39f48410_lang.css +0 -1
  128. package/TextArea.vue_vue_type_style_index_0_scoped_889b62ac_lang.css +0 -1
  129. package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +0 -1
  130. package/components/textArea/TextArea.vue.js +0 -7
  131. /package/components/textArea/{TextArea.vue.d.ts → v3/TextArea.vue.d.ts} +0 -0
  132. /package/components/textArea/{index.d.ts → v3/index.d.ts} +0 -0
  133. /package/components/textArea/{index.js → v3/index.js} +0 -0
@@ -0,0 +1,40 @@
1
+ import { TooltipPositions } from '@/components/tooltip/common/Tooltip.types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ hoverHelpText?: string;
4
+ hoverHelpTextPlacement?: TooltipPositions;
5
+ testId?: string;
6
+ }>, {
7
+ hoverHelpText: string;
8
+ hoverHelpTextPlacement: string;
9
+ testId: string;
10
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
+ hoverHelpText?: string;
12
+ hoverHelpTextPlacement?: TooltipPositions;
13
+ testId?: string;
14
+ }>, {
15
+ hoverHelpText: string;
16
+ hoverHelpTextPlacement: string;
17
+ testId: string;
18
+ }>>>, {
19
+ testId: string;
20
+ hoverHelpText: string;
21
+ hoverHelpTextPlacement: TooltipPositions;
22
+ }>;
23
+ export default _default;
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('vue').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
33
+ type __VLS_WithDefaults<P, D> = {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
+ default: D[K];
36
+ }> : P[K];
37
+ };
38
+ type __VLS_Prettify<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
@@ -0,0 +1,7 @@
1
+ import o from "./HelpIcon.vue2.js";
2
+ /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../HelpIcon.vue_vue_type_style_index_0_scoped_7a611779_lang.css"; //*');
4
+ const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-7a611779"]]);
5
+ export {
6
+ t as default
7
+ };
@@ -0,0 +1,32 @@
1
+ import "../../../HelpIcon.vue_vue_type_style_index_0_scoped_7a611779_lang.css"; import { defineComponent as o, openBlock as n, createBlock as l, unref as t, withCtx as r, createVNode as a } from "vue";
2
+ import c from "../../icon/v3/Icon.vue.js";
3
+ import i from "../../tooltip/v4/TooltipV4.vue.js";
4
+ const u = /* @__PURE__ */ o({
5
+ __name: "HelpIcon",
6
+ props: {
7
+ hoverHelpText: { default: "" },
8
+ hoverHelpTextPlacement: { default: "top" },
9
+ testId: { default: "" }
10
+ },
11
+ setup(e) {
12
+ return (m, p) => (n(), l(t(i), {
13
+ class: "table-help-icon",
14
+ triggers: ["hover"],
15
+ text: e.hoverHelpText,
16
+ placement: e.hoverHelpTextPlacement,
17
+ "test-id": e.testId
18
+ }, {
19
+ default: r(() => [
20
+ a(t(c), {
21
+ class: "info-icon",
22
+ name: "question",
23
+ "font-size": "sm"
24
+ })
25
+ ]),
26
+ _: 1
27
+ }, 8, ["text", "placement", "test-id"]));
28
+ }
29
+ });
30
+ export {
31
+ u as default
32
+ };
@@ -10,10 +10,10 @@ declare const DataGridTypes: () => (({
10
10
  title: string;
11
11
  search: string;
12
12
  testId: string;
13
+ isLoading: boolean;
14
+ searchAutoFocus: boolean;
13
15
  searchPlaceholder: string;
14
16
  selection: unknown[];
15
- searchAutoFocus: boolean;
16
- isLoading: boolean;
17
17
  isSticky: boolean;
18
18
  sections: import("../common/Table.types").Section[];
19
19
  isStickyHeader: boolean;
@@ -50,6 +50,14 @@ declare const DataGridTypes: () => (({
50
50
  type: import("vue").PropType<string>;
51
51
  default: string;
52
52
  };
53
+ isLoading: {
54
+ type: import("vue").PropType<boolean>;
55
+ default: boolean;
56
+ };
57
+ searchAutoFocus: {
58
+ type: import("vue").PropType<boolean>;
59
+ default: boolean;
60
+ };
53
61
  searchPlaceholder: {
54
62
  type: import("vue").PropType<string>;
55
63
  default: string;
@@ -58,14 +66,6 @@ declare const DataGridTypes: () => (({
58
66
  type: import("vue").PropType<unknown[]>;
59
67
  default: any;
60
68
  };
61
- searchAutoFocus: {
62
- type: import("vue").PropType<boolean>;
63
- default: boolean;
64
- };
65
- isLoading: {
66
- type: import("vue").PropType<boolean>;
67
- default: boolean;
68
- };
69
69
  isSticky: {
70
70
  type: import("vue").PropType<boolean>;
71
71
  default: boolean;
@@ -142,7 +142,7 @@ declare const DataGridTypes: () => (({
142
142
  onLoadMore?: () => any;
143
143
  "onUpdate:search"?: (query: string) => any;
144
144
  "onUpdate:selection"?: (selection: unknown[]) => any;
145
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
145
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
146
146
  $attrs: {
147
147
  [x: string]: unknown;
148
148
  };
@@ -182,6 +182,14 @@ declare const DataGridTypes: () => (({
182
182
  type: import("vue").PropType<string>;
183
183
  default: string;
184
184
  };
185
+ isLoading: {
186
+ type: import("vue").PropType<boolean>;
187
+ default: boolean;
188
+ };
189
+ searchAutoFocus: {
190
+ type: import("vue").PropType<boolean>;
191
+ default: boolean;
192
+ };
185
193
  searchPlaceholder: {
186
194
  type: import("vue").PropType<string>;
187
195
  default: string;
@@ -190,14 +198,6 @@ declare const DataGridTypes: () => (({
190
198
  type: import("vue").PropType<unknown[]>;
191
199
  default: any;
192
200
  };
193
- searchAutoFocus: {
194
- type: import("vue").PropType<boolean>;
195
- default: boolean;
196
- };
197
- isLoading: {
198
- type: import("vue").PropType<boolean>;
199
- default: boolean;
200
- };
201
201
  isSticky: {
202
202
  type: import("vue").PropType<boolean>;
203
203
  default: boolean;
@@ -291,10 +291,10 @@ declare const DataGridTypes: () => (({
291
291
  title: string;
292
292
  search: string;
293
293
  testId: string;
294
+ isLoading: boolean;
295
+ searchAutoFocus: boolean;
294
296
  searchPlaceholder: string;
295
297
  selection: unknown[];
296
- searchAutoFocus: boolean;
297
- isLoading: boolean;
298
298
  isSticky: boolean;
299
299
  sections: import("../common/Table.types").Section[];
300
300
  isStickyHeader: boolean;
@@ -351,6 +351,14 @@ declare const DataGridTypes: () => (({
351
351
  type: import("vue").PropType<string>;
352
352
  default: string;
353
353
  };
354
+ isLoading: {
355
+ type: import("vue").PropType<boolean>;
356
+ default: boolean;
357
+ };
358
+ searchAutoFocus: {
359
+ type: import("vue").PropType<boolean>;
360
+ default: boolean;
361
+ };
354
362
  searchPlaceholder: {
355
363
  type: import("vue").PropType<string>;
356
364
  default: string;
@@ -359,14 +367,6 @@ declare const DataGridTypes: () => (({
359
367
  type: import("vue").PropType<unknown[]>;
360
368
  default: any;
361
369
  };
362
- searchAutoFocus: {
363
- type: import("vue").PropType<boolean>;
364
- default: boolean;
365
- };
366
- isLoading: {
367
- type: import("vue").PropType<boolean>;
368
- default: boolean;
369
- };
370
370
  isSticky: {
371
371
  type: import("vue").PropType<boolean>;
372
372
  default: boolean;
@@ -468,6 +468,14 @@ declare const DataGridTypes: () => (({
468
468
  type: import("vue").PropType<string>;
469
469
  default: string;
470
470
  };
471
+ isLoading: {
472
+ type: import("vue").PropType<boolean>;
473
+ default: boolean;
474
+ };
475
+ searchAutoFocus: {
476
+ type: import("vue").PropType<boolean>;
477
+ default: boolean;
478
+ };
471
479
  searchPlaceholder: {
472
480
  type: import("vue").PropType<string>;
473
481
  default: string;
@@ -476,14 +484,6 @@ declare const DataGridTypes: () => (({
476
484
  type: import("vue").PropType<unknown[]>;
477
485
  default: any;
478
486
  };
479
- searchAutoFocus: {
480
- type: import("vue").PropType<boolean>;
481
- default: boolean;
482
- };
483
- isLoading: {
484
- type: import("vue").PropType<boolean>;
485
- default: boolean;
486
- };
487
487
  isSticky: {
488
488
  type: import("vue").PropType<boolean>;
489
489
  default: boolean;
@@ -577,10 +577,10 @@ declare const DataGridTypes: () => (({
577
577
  title: string;
578
578
  search: string;
579
579
  testId: string;
580
+ isLoading: boolean;
581
+ searchAutoFocus: boolean;
580
582
  searchPlaceholder: string;
581
583
  selection: unknown[];
582
- searchAutoFocus: boolean;
583
- isLoading: boolean;
584
584
  isSticky: boolean;
585
585
  sections: import("../common/Table.types").Section[];
586
586
  isStickyHeader: boolean;
@@ -29,9 +29,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
29
29
  }>>>, {
30
30
  type: "input" | "dropdown";
31
31
  cell: string;
32
- displayValue: (option: unknown) => unknown;
33
32
  validateFunction: (value: unknown) => string | boolean;
34
33
  isLoading: boolean;
34
+ displayValue: (option: unknown) => unknown;
35
35
  }>, {
36
36
  input?(_: {}): any;
37
37
  content?(_: {}): any;
@@ -6,9 +6,9 @@ declare const EditableTypes: () => ({
6
6
  $props: Partial<{
7
7
  type: "input" | "dropdown";
8
8
  cell: string;
9
- displayValue: (option: unknown) => unknown;
10
9
  validateFunction: (value: unknown) => string | boolean;
11
10
  isLoading: boolean;
11
+ displayValue: (option: unknown) => unknown;
12
12
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
13
13
  type: {
14
14
  type: import("vue").PropType<"input" | "dropdown">;
@@ -19,10 +19,6 @@ declare const EditableTypes: () => ({
19
19
  type: import("vue").PropType<string>;
20
20
  default: string;
21
21
  };
22
- displayValue: {
23
- type: import("vue").PropType<(option: unknown) => unknown>;
24
- default: (cell: unknown) => unknown;
25
- };
26
22
  validateFunction: {
27
23
  type: import("vue").PropType<(value: unknown) => string | boolean>;
28
24
  default: () => false;
@@ -39,7 +35,11 @@ declare const EditableTypes: () => ({
39
35
  type: import("vue").PropType<number>;
40
36
  required: true;
41
37
  };
42
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "displayValue" | "validateFunction" | "isLoading">;
38
+ displayValue: {
39
+ type: import("vue").PropType<(option: unknown) => unknown>;
40
+ default: (cell: unknown) => unknown;
41
+ };
42
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "validateFunction" | "isLoading" | "displayValue">;
43
43
  $attrs: {
44
44
  [x: string]: unknown;
45
45
  };
@@ -63,10 +63,6 @@ declare const EditableTypes: () => ({
63
63
  type: import("vue").PropType<string>;
64
64
  default: string;
65
65
  };
66
- displayValue: {
67
- type: import("vue").PropType<(option: unknown) => unknown>;
68
- default: (cell: unknown) => unknown;
69
- };
70
66
  validateFunction: {
71
67
  type: import("vue").PropType<(value: unknown) => string | boolean>;
72
68
  default: () => false;
@@ -83,12 +79,16 @@ declare const EditableTypes: () => ({
83
79
  type: import("vue").PropType<number>;
84
80
  required: true;
85
81
  };
82
+ displayValue: {
83
+ type: import("vue").PropType<(option: unknown) => unknown>;
84
+ default: (cell: unknown) => unknown;
85
+ };
86
86
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
87
87
  type: "input" | "dropdown";
88
88
  cell: string;
89
- displayValue: (option: unknown) => unknown;
90
89
  validateFunction: (value: unknown) => string | boolean;
91
90
  isLoading: boolean;
91
+ displayValue: (option: unknown) => unknown;
92
92
  }, {}, string> & {
93
93
  beforeCreate?: (() => void) | (() => void)[];
94
94
  created?: (() => void) | (() => void)[];
@@ -119,10 +119,6 @@ declare const EditableTypes: () => ({
119
119
  type: import("vue").PropType<string>;
120
120
  default: string;
121
121
  };
122
- displayValue: {
123
- type: import("vue").PropType<(option: unknown) => unknown>;
124
- default: (cell: unknown) => unknown;
125
- };
126
122
  validateFunction: {
127
123
  type: import("vue").PropType<(value: unknown) => string | boolean>;
128
124
  default: () => false;
@@ -139,6 +135,10 @@ declare const EditableTypes: () => ({
139
135
  type: import("vue").PropType<number>;
140
136
  required: true;
141
137
  };
138
+ displayValue: {
139
+ type: import("vue").PropType<(option: unknown) => unknown>;
140
+ default: (cell: unknown) => unknown;
141
+ };
142
142
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
143
143
  __isFragment?: never;
144
144
  __isTeleport?: never;
@@ -153,10 +153,6 @@ declare const EditableTypes: () => ({
153
153
  type: import("vue").PropType<string>;
154
154
  default: string;
155
155
  };
156
- displayValue: {
157
- type: import("vue").PropType<(option: unknown) => unknown>;
158
- default: (cell: unknown) => unknown;
159
- };
160
156
  validateFunction: {
161
157
  type: import("vue").PropType<(value: unknown) => string | boolean>;
162
158
  default: () => false;
@@ -173,12 +169,16 @@ declare const EditableTypes: () => ({
173
169
  type: import("vue").PropType<number>;
174
170
  required: true;
175
171
  };
172
+ displayValue: {
173
+ type: import("vue").PropType<(option: unknown) => unknown>;
174
+ default: (cell: unknown) => unknown;
175
+ };
176
176
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
177
177
  type: "input" | "dropdown";
178
178
  cell: string;
179
- displayValue: (option: unknown) => unknown;
180
179
  validateFunction: (value: unknown) => string | boolean;
181
180
  isLoading: boolean;
181
+ displayValue: (option: unknown) => unknown;
182
182
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
183
183
  $slots: {
184
184
  input?(_: {}): any;
@@ -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 () => {
@@ -0,0 +1,7 @@
1
+ import e from "./TextArea.vue2.js";
2
+ /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../TextArea.vue_vue_type_style_index_0_scoped_eb62e4c0_lang.css"; //*');
4
+ const c = /* @__PURE__ */ o(e, [["__scopeId", "data-v-eb62e4c0"]]);
5
+ export {
6
+ c as default
7
+ };
@@ -1,7 +1,7 @@
1
- import "../../TextArea.vue_vue_type_style_index_0_scoped_889b62ac_lang.css"; import { defineComponent as x, openBlock as d, createElementBlock as l, normalizeClass as s, unref as t, createVNode as i, withCtx as c, createTextVNode as o, toDisplayString as n, createCommentVNode as u, createElementVNode as T } from "vue";
2
- import "../typography/Heading.vue.js";
3
- import f from "../typography/Text.vue.js";
4
- import { TextAreaTestIdModifiers as a } from "../../testids/index.js";
1
+ import "../../../TextArea.vue_vue_type_style_index_0_scoped_eb62e4c0_lang.css"; import { defineComponent as x, openBlock as d, createElementBlock as l, normalizeClass as s, unref as t, createVNode as i, withCtx as c, createTextVNode as o, toDisplayString as n, createCommentVNode as u, createElementVNode as T } from "vue";
2
+ import "../../typography/Heading.vue.js";
3
+ import f from "../../typography/Text.vue.js";
4
+ import { TextAreaTestIdModifiers as a } from "../../../testids/index.js";
5
5
  const h = ["data-testid"], k = ["data-testid"], E = ["value", "placeholder", "disabled", "data-testid"], I = {
6
6
  key: 1,
7
7
  class: "extra-text-container"
@@ -0,0 +1,100 @@
1
+ import { TooltipPositions } from '@/components/tooltip/common/Tooltip.types';
2
+ import { FeedbackVariant } from '@/components/shared/commonTypes';
3
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ modelValue?: string;
5
+ placeholder?: string;
6
+ disabled?: boolean;
7
+ label?: string;
8
+ maxLength?: number;
9
+ mandatory?: boolean;
10
+ hoverHelpText?: string;
11
+ hoverHelpTextPlacement?: TooltipPositions;
12
+ feedbackVariant?: FeedbackVariant;
13
+ feedbackText?: string;
14
+ showFeedbackTextIcon?: boolean;
15
+ resize?: 'none' | 'vertical' | 'horizontal' | 'both';
16
+ height?: string;
17
+ testId?: string;
18
+ }>, {
19
+ modelValue: string;
20
+ placeholder: string;
21
+ disabled: boolean;
22
+ label: string;
23
+ maxLength: any;
24
+ mandatory: boolean;
25
+ hoverHelpText: string;
26
+ hoverHelpTextPlacement: string;
27
+ feedbackText: string;
28
+ feedbackVariant: any;
29
+ showFeedbackTextIcon: boolean;
30
+ resize: string;
31
+ testId: string;
32
+ height: any;
33
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ "update:modelValue": (value: string) => void;
35
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
36
+ modelValue?: string;
37
+ placeholder?: string;
38
+ disabled?: boolean;
39
+ label?: string;
40
+ maxLength?: number;
41
+ mandatory?: boolean;
42
+ hoverHelpText?: string;
43
+ hoverHelpTextPlacement?: TooltipPositions;
44
+ feedbackVariant?: FeedbackVariant;
45
+ feedbackText?: string;
46
+ showFeedbackTextIcon?: boolean;
47
+ resize?: 'none' | 'vertical' | 'horizontal' | 'both';
48
+ height?: string;
49
+ testId?: string;
50
+ }>, {
51
+ modelValue: string;
52
+ placeholder: string;
53
+ disabled: boolean;
54
+ label: string;
55
+ maxLength: any;
56
+ mandatory: boolean;
57
+ hoverHelpText: string;
58
+ hoverHelpTextPlacement: string;
59
+ feedbackText: string;
60
+ feedbackVariant: any;
61
+ showFeedbackTextIcon: boolean;
62
+ resize: string;
63
+ testId: string;
64
+ height: any;
65
+ }>>> & {
66
+ "onUpdate:modelValue"?: (value: string) => any;
67
+ }, {
68
+ label: string;
69
+ disabled: boolean;
70
+ height: string;
71
+ resize: 'none' | 'vertical' | 'horizontal' | 'both';
72
+ mandatory: boolean;
73
+ testId: string;
74
+ hoverHelpText: string;
75
+ hoverHelpTextPlacement: TooltipPositions;
76
+ maxLength: number;
77
+ modelValue: string;
78
+ placeholder: string;
79
+ feedbackText: string;
80
+ feedbackVariant: FeedbackVariant;
81
+ showFeedbackTextIcon: boolean;
82
+ }>;
83
+ export default _default;
84
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
85
+ type __VLS_TypePropsToRuntimeProps<T> = {
86
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
87
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
88
+ } : {
89
+ type: import('vue').PropType<T[K]>;
90
+ required: true;
91
+ };
92
+ };
93
+ type __VLS_WithDefaults<P, D> = {
94
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
95
+ default: D[K];
96
+ }> : P[K];
97
+ };
98
+ type __VLS_Prettify<T> = {
99
+ [K in keyof T]: T[K];
100
+ } & {};
@@ -0,0 +1,7 @@
1
+ import e from "./TextAreaV4.vue2.js";
2
+ /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css"; //*');
4
+ const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-0336a92f"]]);
5
+ export {
6
+ a as default
7
+ };