@ironsource/shared-ui 2.1.11-test.47 → 2.1.11-test.49

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 (159) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +1 -0
  2. package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
  3. package/components/alert/Alert.stories.d.ts +8 -0
  4. package/components/appHeader/AppHeader.stories.d.ts +98 -0
  5. package/components/appIcon/AppIcon.spec.d.ts +1 -0
  6. package/components/appIcon/AppIcon.stories.d.ts +32 -0
  7. package/components/appTrigger/AppTrigger.spec.d.ts +1 -0
  8. package/components/appTrigger/AppTrigger.stories.d.ts +163 -0
  9. package/components/autocomplete/Autocomplete.stories.d.ts +9 -0
  10. package/components/autocompleteDropdown/AutocompleteDropdown.spec.d.ts +1 -0
  11. package/components/autocompleteDropdown/AutocompleteDropdown.stories.d.ts +232 -0
  12. package/components/banner/Banner.spec.d.ts +1 -0
  13. package/components/banner/Banner.stories.d.ts +122 -0
  14. package/components/button/v3/Button.spec.d.ts +1 -0
  15. package/components/button/v3/Button.stories.d.ts +155 -0
  16. package/components/button/v3/Button.vue.d.ts +6 -6
  17. package/components/button/v3/ButtonBase.spec.d.ts +1 -0
  18. package/components/button/v3/IconButton.stories.d.ts +150 -0
  19. package/components/button/v3/ScrollButton.stories.d.ts +55 -0
  20. package/components/button/v3/index.d.ts +14 -14
  21. package/components/button/v4/Button.stories.d.ts +275 -0
  22. package/components/button/v4/ButtonGroup.stories.d.ts +120 -0
  23. package/components/button/v4/IconButton.stories.d.ts +206 -0
  24. package/components/button/v4/ToggleButtonGroupAB.stories.d.ts +182 -0
  25. package/components/chart/Chart.stories.d.ts +17 -0
  26. package/components/chart/Chart.vue.d.ts +6 -1
  27. package/components/chart/Chart.vue.js +3 -3
  28. package/components/chart/Chart.vue2.js +69 -66
  29. package/components/chart/index.d.ts +39 -20
  30. package/components/checkbox/v3/Checkbox.spec.d.ts +1 -0
  31. package/components/checkbox/v3/Checkbox.stories.d.ts +187 -0
  32. package/components/checkbox/v4/CheckboxV4.stories.d.ts +7 -0
  33. package/components/chip/v3/Chip.spec.d.ts +1 -0
  34. package/components/chip/v3/Chip.stories.d.ts +170 -0
  35. package/components/chip/v4/ChipV4.stories.d.ts +7 -0
  36. package/components/datePicker/v3/DatePicker.stories.d.ts +189 -0
  37. package/components/datePicker/v4/DatePicker.stories.d.ts +261 -0
  38. package/components/dateRange/v3/DateRange.stories.d.ts +415 -0
  39. package/components/dateRange/v4/DateRange.stories.d.ts +412 -0
  40. package/components/dialog/v3/Dialog.spec.d.ts +1 -0
  41. package/components/dialog/v3/Dialog.stories.d.ts +374 -0
  42. package/components/dialog/v4/DialogV4.stories.d.ts +9 -0
  43. package/components/dropdown/v3/Dropdown.spec.d.ts +1 -0
  44. package/components/dropdown/v3/Dropdown.stories.d.ts +1161 -0
  45. package/components/dropdown/v4/AppDropdownTrigger.stories.d.ts +487 -0
  46. package/components/dropdown/v4/ButtonDropdownTrigger.stories.d.ts +10 -0
  47. package/components/dropdown/v4/ButtonFilterDropdownTrigger.stories.d.ts +8 -0
  48. package/components/dropdown/v4/ChipDropdownTrigger.stories.d.ts +135 -0
  49. package/components/dropdown/v4/Conditional.stories.d.ts +711 -0
  50. package/components/dropdown/v4/DefaultDropdownTrigger.stories.d.ts +598 -0
  51. package/components/dropdown/v4/IconButtonDropdownTrigger.stories.d.ts +20 -0
  52. package/components/dropdown/v4/MultiSelection.stories.d.ts +3769 -0
  53. package/components/dropdown/v4/SingleSelection.stories.d.ts +5688 -0
  54. package/components/dropdown/v4/TreeDropdown.stories.d.ts +9 -0
  55. package/components/dropdown/v4/TreeDropdown.vue.d.ts +0 -5
  56. package/components/dropdown/v4/TreeDropdown.vue.js +3 -3
  57. package/components/dropdown/v4/TreeDropdown.vue2.js +186 -193
  58. package/components/dropdown/v4/index.d.ts +1 -24
  59. package/components/emptyState/v3/EmptyState.spec.d.ts +1 -0
  60. package/components/emptyState/v3/EmptyState.stories.d.ts +295 -0
  61. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  62. package/components/emptyState/v3/index.d.ts +7 -7
  63. package/components/emptyState/v4/EmptyStateV4.stories.d.ts +6 -0
  64. package/components/filterDropdown/AddFilterButton.spec.d.ts +1 -0
  65. package/components/filterDropdown/AddFilterButton.stories.d.ts +108 -0
  66. package/components/filterDropdown/FilterDropdown.spec.d.ts +1 -0
  67. package/components/filterDropdown/FilterDropdown.stories.d.ts +70 -0
  68. package/components/filtersPanel/v3/FiltersPanel.spec.d.ts +1 -0
  69. package/components/filtersPanel/v3/FiltersPanel.stories.d.ts +8 -0
  70. package/components/filtersPanel/v4/FiltersPanelV4.stories.d.ts +4 -0
  71. package/components/floatingToolbar/FloatingToolbar.spec.d.ts +1 -0
  72. package/components/floatingToolbar/FloatingToolbar.stories.d.ts +127 -0
  73. package/components/forms/CardPanel.stories.d.ts +6 -0
  74. package/components/forms/FormCard.stories.d.ts +9 -0
  75. package/components/forms/FormRow.stories.d.ts +4 -0
  76. package/components/forms/validation/Validation.stories.d.ts +4 -0
  77. package/components/forms/validation/examples/dynamicForm/DynamicForm.stories.d.ts +7 -0
  78. package/components/forms/validation/examples/simpleForm/SimpleForm.stories.d.ts +7 -0
  79. package/components/icon/v3/Icon.spec.d.ts +1 -0
  80. package/components/icon/v3/Icon.stories.d.ts +112 -0
  81. package/components/icon/v4/IconFlag.stories.d.ts +5 -0
  82. package/components/icon/v4/IconV4.spec.d.ts +1 -0
  83. package/components/icon/v4/IconV4.stories.d.ts +195 -0
  84. package/components/includeExclude/EditColumns.stories.d.ts +490 -0
  85. package/components/includeExclude/IncludeExclude.spec.d.ts +1 -0
  86. package/components/includeExclude/IncludeExclude.stories.d.ts +456 -0
  87. package/components/inlineCopy/InlineCopy.stories.d.ts +112 -0
  88. package/components/input/v3/DollarInput.spec.d.ts +1 -0
  89. package/components/input/v3/DollarInput.stories.d.ts +275 -0
  90. package/components/input/v3/Input.spec.d.ts +1 -0
  91. package/components/input/v3/Input.stories.d.ts +1182 -0
  92. package/components/input/v3/PasswordInput.stories.d.ts +272 -0
  93. package/components/input/v3/PercentageInput.stories.d.ts +281 -0
  94. package/components/input/v4/TextField.stories.d.ts +14 -0
  95. package/components/layout/FoldableSection.stories.d.ts +4 -0
  96. package/components/loader/v4/Loader.stories.d.ts +136 -0
  97. package/components/menu/Menu.stories.d.ts +175 -0
  98. package/components/menuItem/MenuItem.spec.d.ts +1 -0
  99. package/components/menuItem/MenuItem.stories.d.ts +55 -0
  100. package/components/multibar/MultiBar.stories.d.ts +7 -0
  101. package/components/popover/v3/Popover.spec.d.ts +1 -0
  102. package/components/popover/v3/Popover.stories.d.ts +214 -0
  103. package/components/popover/v4/Popover.stories.d.ts +271 -0
  104. package/components/radioButton/v3/RadioButton.spec.d.ts +1 -0
  105. package/components/radioButton/v3/RadioButton.stories.d.ts +368 -0
  106. package/components/radioButton/v4/RadioButtonV4.stories.d.ts +7 -0
  107. package/components/search/v3/Search.spec.d.ts +1 -0
  108. package/components/search/v3/Search.stories.d.ts +75 -0
  109. package/components/search/v4/Search.stories.d.ts +63 -0
  110. package/components/skeleton/v3/Skeleton.spec.d.ts +1 -0
  111. package/components/skeleton/v3/Skeleton.stories.d.ts +83 -0
  112. package/components/skeleton/v4/SkeletonV4.stories.d.ts +5 -0
  113. package/components/snackbar/v3/Snackbar.spec.d.ts +1 -0
  114. package/components/snackbar/v3/Snackbar.stories.d.ts +22 -0
  115. package/components/snackbar/v4/Snackbar.stories.d.ts +24 -0
  116. package/components/sortableList/SortableList.stories.d.ts +5 -0
  117. package/components/statusDot/StatusDot.stories.d.ts +21 -0
  118. package/components/switch/v3/Switch.spec.d.ts +1 -0
  119. package/components/switch/v3/Switch.stories.d.ts +147 -0
  120. package/components/switch/v4/Switch.spec.d.ts +1 -0
  121. package/components/switch/v4/Switch.stories.d.ts +48 -0
  122. package/components/table/v3/Table.spec.d.ts +1 -0
  123. package/components/table/v3/Table.stories.d.ts +1227 -0
  124. package/components/table/v3/TableCheckbox.stories.d.ts +814 -0
  125. package/components/table/v4/DataGrid.stories.d.ts +24 -0
  126. package/components/table/v4/DataGrid.vue.d.ts +1 -1
  127. package/components/table/v4/MultipleDataGrid.stories.d.ts +4 -0
  128. package/components/table/v4/index.d.ts +20 -20
  129. package/components/tabs/v3/Tabs.spec.d.ts +1 -0
  130. package/components/tabs/v3/Tabs.stories.d.ts +172 -0
  131. package/components/tabs/v4/TabsV4.stories.d.ts +8 -0
  132. package/components/textArea/v3/TextArea.spec.d.ts +1 -0
  133. package/components/textArea/v3/TextArea.stories.d.ts +89 -0
  134. package/components/textArea/v4/TextAreaV4.stories.d.ts +9 -0
  135. package/components/toggle/v3/Toggle.spec.d.ts +1 -0
  136. package/components/toggle/v3/Toggle.stories.d.ts +107 -0
  137. package/components/toggle/v4/ToggleV4.stories.d.ts +9 -0
  138. package/components/tooltip/v3/TextWithTitleContent.spec.d.ts +1 -0
  139. package/components/tooltip/v3/Tooltip.spec.d.ts +1 -0
  140. package/components/tooltip/v3/Tooltip.stories.d.ts +253 -0
  141. package/components/tooltip/v4/Tooltip.stories.d.ts +336 -0
  142. package/components/typography/Heading.spec.d.ts +1 -0
  143. package/components/typography/Heading.stories.d.ts +119 -0
  144. package/components/typography/Text.stories.d.ts +131 -0
  145. package/components/typography/v4/Typography.spec.d.ts +1 -0
  146. package/components/typography/v4/Typography.stories.d.ts +179 -0
  147. package/composables/useFormValidation.d.ts +1 -1
  148. package/design-foundation.stories/border-radius/BorderRadius.stories.d.ts +4 -0
  149. package/design-foundation.stories/breakpoints/Breakpoints.stories.d.ts +4 -0
  150. package/design-foundation.stories/colors/Colors.stories.d.ts +4 -0
  151. package/design-foundation.stories/elevations/Elevations.stories.d.ts +4 -0
  152. package/design-foundation.stories/grid-layout/GridLayout.stories.d.ts +13 -0
  153. package/design-foundation.stories/spacing/Spacing.stories.d.ts +4 -0
  154. package/design-foundation.stories/typography/Typography.stories.d.ts +4 -0
  155. package/index.d.ts +42 -88
  156. package/index.js +1 -1
  157. package/package.json +2 -239
  158. package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +0 -1
  159. package/TreeDropdown.vue_vue_type_style_index_0_scoped_46aae9ba_lang.css +0 -1
package/index.d.ts CHANGED
@@ -5611,8 +5611,8 @@ declare const _default: {
5611
5611
  $data: {};
5612
5612
  $props: Partial<{
5613
5613
  sort: tableV3.Sort;
5614
- title: string;
5615
5614
  search: string;
5615
+ title: string;
5616
5616
  testId: string;
5617
5617
  isLoading: boolean;
5618
5618
  searchAutoFocus: boolean;
@@ -5643,14 +5643,14 @@ declare const _default: {
5643
5643
  type: import("vue").PropType<tableV3.Sort>;
5644
5644
  default: any;
5645
5645
  };
5646
- title: {
5647
- type: import("vue").PropType<string>;
5648
- default: string;
5649
- };
5650
5646
  search: {
5651
5647
  type: import("vue").PropType<string>;
5652
5648
  default: any;
5653
5649
  };
5650
+ title: {
5651
+ type: import("vue").PropType<string>;
5652
+ default: string;
5653
+ };
5654
5654
  testId: {
5655
5655
  type: import("vue").PropType<string>;
5656
5656
  default: string;
@@ -5770,7 +5770,7 @@ declare const _default: {
5770
5770
  "onUpdate:selection"?: (selection: unknown[]) => any;
5771
5771
  onSelectRow?: (value: boolean) => any;
5772
5772
  onClickRow?: (rowIndex: number) => any;
5773
- } & 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" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
5773
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "search" | "title" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
5774
5774
  $attrs: {
5775
5775
  [x: string]: unknown;
5776
5776
  };
@@ -5789,14 +5789,14 @@ declare const _default: {
5789
5789
  type: import("vue").PropType<tableV3.Sort>;
5790
5790
  default: any;
5791
5791
  };
5792
- title: {
5793
- type: import("vue").PropType<string>;
5794
- default: string;
5795
- };
5796
5792
  search: {
5797
5793
  type: import("vue").PropType<string>;
5798
5794
  default: any;
5799
5795
  };
5796
+ title: {
5797
+ type: import("vue").PropType<string>;
5798
+ default: string;
5799
+ };
5800
5800
  testId: {
5801
5801
  type: import("vue").PropType<string>;
5802
5802
  default: string;
@@ -5931,8 +5931,8 @@ declare const _default: {
5931
5931
  clickRow: (rowIndex: number) => void;
5932
5932
  }, string, {
5933
5933
  sort: tableV3.Sort;
5934
- title: string;
5935
5934
  search: string;
5935
+ title: string;
5936
5936
  testId: string;
5937
5937
  isLoading: boolean;
5938
5938
  searchAutoFocus: boolean;
@@ -5983,14 +5983,14 @@ declare const _default: {
5983
5983
  type: import("vue").PropType<tableV3.Sort>;
5984
5984
  default: any;
5985
5985
  };
5986
- title: {
5987
- type: import("vue").PropType<string>;
5988
- default: string;
5989
- };
5990
5986
  search: {
5991
5987
  type: import("vue").PropType<string>;
5992
5988
  default: any;
5993
5989
  };
5990
+ title: {
5991
+ type: import("vue").PropType<string>;
5992
+ default: string;
5993
+ };
5994
5994
  testId: {
5995
5995
  type: import("vue").PropType<string>;
5996
5996
  default: string;
@@ -6121,14 +6121,14 @@ declare const _default: {
6121
6121
  type: import("vue").PropType<tableV3.Sort>;
6122
6122
  default: any;
6123
6123
  };
6124
- title: {
6125
- type: import("vue").PropType<string>;
6126
- default: string;
6127
- };
6128
6124
  search: {
6129
6125
  type: import("vue").PropType<string>;
6130
6126
  default: any;
6131
6127
  };
6128
+ title: {
6129
+ type: import("vue").PropType<string>;
6130
+ default: string;
6131
+ };
6132
6132
  testId: {
6133
6133
  type: import("vue").PropType<string>;
6134
6134
  default: string;
@@ -6263,8 +6263,8 @@ declare const _default: {
6263
6263
  clickRow: (rowIndex: number) => void;
6264
6264
  }, string, {
6265
6265
  sort: tableV3.Sort;
6266
- title: string;
6267
6266
  search: string;
6267
+ title: string;
6268
6268
  testId: string;
6269
6269
  isLoading: boolean;
6270
6270
  searchAutoFocus: boolean;
@@ -6418,8 +6418,8 @@ declare const _default: {
6418
6418
  $data: {};
6419
6419
  $props: Partial<{
6420
6420
  sort: tableV3.Sort;
6421
- title: string;
6422
6421
  search: string;
6422
+ title: string;
6423
6423
  testId: string;
6424
6424
  isLoading: boolean;
6425
6425
  searchAutoFocus: boolean;
@@ -6450,14 +6450,14 @@ declare const _default: {
6450
6450
  type: import("vue").PropType<tableV3.Sort>;
6451
6451
  default: any;
6452
6452
  };
6453
- title: {
6454
- type: import("vue").PropType<string>;
6455
- default: string;
6456
- };
6457
6453
  search: {
6458
6454
  type: import("vue").PropType<string>;
6459
6455
  default: any;
6460
6456
  };
6457
+ title: {
6458
+ type: import("vue").PropType<string>;
6459
+ default: string;
6460
+ };
6461
6461
  testId: {
6462
6462
  type: import("vue").PropType<string>;
6463
6463
  default: string;
@@ -6577,7 +6577,7 @@ declare const _default: {
6577
6577
  "onUpdate:selection"?: (selection: unknown[]) => any;
6578
6578
  onSelectRow?: (value: boolean) => any;
6579
6579
  onClickRow?: (rowIndex: number) => any;
6580
- } & 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" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
6580
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "search" | "title" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
6581
6581
  $attrs: {
6582
6582
  [x: string]: unknown;
6583
6583
  };
@@ -6596,14 +6596,14 @@ declare const _default: {
6596
6596
  type: import("vue").PropType<tableV3.Sort>;
6597
6597
  default: any;
6598
6598
  };
6599
- title: {
6600
- type: import("vue").PropType<string>;
6601
- default: string;
6602
- };
6603
6599
  search: {
6604
6600
  type: import("vue").PropType<string>;
6605
6601
  default: any;
6606
6602
  };
6603
+ title: {
6604
+ type: import("vue").PropType<string>;
6605
+ default: string;
6606
+ };
6607
6607
  testId: {
6608
6608
  type: import("vue").PropType<string>;
6609
6609
  default: string;
@@ -6738,8 +6738,8 @@ declare const _default: {
6738
6738
  clickRow: (rowIndex: number) => void;
6739
6739
  }, string, {
6740
6740
  sort: tableV3.Sort;
6741
- title: string;
6742
6741
  search: string;
6742
+ title: string;
6743
6743
  testId: string;
6744
6744
  isLoading: boolean;
6745
6745
  searchAutoFocus: boolean;
@@ -6790,14 +6790,14 @@ declare const _default: {
6790
6790
  type: import("vue").PropType<tableV3.Sort>;
6791
6791
  default: any;
6792
6792
  };
6793
- title: {
6794
- type: import("vue").PropType<string>;
6795
- default: string;
6796
- };
6797
6793
  search: {
6798
6794
  type: import("vue").PropType<string>;
6799
6795
  default: any;
6800
6796
  };
6797
+ title: {
6798
+ type: import("vue").PropType<string>;
6799
+ default: string;
6800
+ };
6801
6801
  testId: {
6802
6802
  type: import("vue").PropType<string>;
6803
6803
  default: string;
@@ -6928,14 +6928,14 @@ declare const _default: {
6928
6928
  type: import("vue").PropType<tableV3.Sort>;
6929
6929
  default: any;
6930
6930
  };
6931
- title: {
6932
- type: import("vue").PropType<string>;
6933
- default: string;
6934
- };
6935
6931
  search: {
6936
6932
  type: import("vue").PropType<string>;
6937
6933
  default: any;
6938
6934
  };
6935
+ title: {
6936
+ type: import("vue").PropType<string>;
6937
+ default: string;
6938
+ };
6939
6939
  testId: {
6940
6940
  type: import("vue").PropType<string>;
6941
6941
  default: string;
@@ -7070,8 +7070,8 @@ declare const _default: {
7070
7070
  clickRow: (rowIndex: number) => void;
7071
7071
  }, string, {
7072
7072
  sort: tableV3.Sort;
7073
- title: string;
7074
7073
  search: string;
7074
+ title: string;
7075
7075
  testId: string;
7076
7076
  isLoading: boolean;
7077
7077
  searchAutoFocus: boolean;
@@ -22143,7 +22143,6 @@ declare const _default: {
22143
22143
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22144
22144
  disabledOptionKey: string;
22145
22145
  optionEndTextIconKey: string;
22146
- debug: boolean;
22147
22146
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
22148
22147
  testId: {
22149
22148
  type: import("vue").PropType<string>;
@@ -22228,15 +22227,10 @@ declare const _default: {
22228
22227
  type: import("vue").PropType<string[] | number[]>;
22229
22228
  required: true;
22230
22229
  };
22231
- debug: {
22232
- type: import("vue").PropType<boolean>;
22233
- required: true;
22234
- default: boolean;
22235
- };
22236
22230
  }>> & {
22237
22231
  "onUpdate:selected"?: (value: unknown) => any;
22238
22232
  "onUpdate:isOpen"?: (value: unknown) => any;
22239
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey" | "debug">;
22233
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
22240
22234
  $attrs: {
22241
22235
  [x: string]: unknown;
22242
22236
  };
@@ -22334,11 +22328,6 @@ declare const _default: {
22334
22328
  type: import("vue").PropType<string[] | number[]>;
22335
22329
  required: true;
22336
22330
  };
22337
- debug: {
22338
- type: import("vue").PropType<boolean>;
22339
- required: true;
22340
- default: boolean;
22341
- };
22342
22331
  }>> & {
22343
22332
  "onUpdate:selected"?: (value: unknown) => any;
22344
22333
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -22361,7 +22350,6 @@ declare const _default: {
22361
22350
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22362
22351
  disabledOptionKey: string;
22363
22352
  optionEndTextIconKey: string;
22364
- debug: boolean;
22365
22353
  }, {}, string> & {
22366
22354
  beforeCreate?: (() => void) | (() => void)[];
22367
22355
  created?: (() => void) | (() => void)[];
@@ -22466,11 +22454,6 @@ declare const _default: {
22466
22454
  type: import("vue").PropType<string[] | number[]>;
22467
22455
  required: true;
22468
22456
  };
22469
- debug: {
22470
- type: import("vue").PropType<boolean>;
22471
- required: true;
22472
- default: boolean;
22473
- };
22474
22457
  }>> & {
22475
22458
  "onUpdate:selected"?: (value: unknown) => any;
22476
22459
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -22562,11 +22545,6 @@ declare const _default: {
22562
22545
  type: import("vue").PropType<string[] | number[]>;
22563
22546
  required: true;
22564
22547
  };
22565
- debug: {
22566
- type: import("vue").PropType<boolean>;
22567
- required: true;
22568
- default: boolean;
22569
- };
22570
22548
  }>> & {
22571
22549
  "onUpdate:selected"?: (value: unknown) => any;
22572
22550
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -22589,7 +22567,6 @@ declare const _default: {
22589
22567
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22590
22568
  disabledOptionKey: string;
22591
22569
  optionEndTextIconKey: string;
22592
- debug: boolean;
22593
22570
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
22594
22571
  $slots: {
22595
22572
  "trigger-end-icon"?(_: {}): any;
@@ -23305,7 +23282,6 @@ declare const _default: {
23305
23282
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23306
23283
  disabledOptionKey: string;
23307
23284
  optionEndTextIconKey: string;
23308
- debug: boolean;
23309
23285
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
23310
23286
  testId: {
23311
23287
  type: import("vue").PropType<string>;
@@ -23390,15 +23366,10 @@ declare const _default: {
23390
23366
  type: import("vue").PropType<string[] | number[]>;
23391
23367
  required: true;
23392
23368
  };
23393
- debug: {
23394
- type: import("vue").PropType<boolean>;
23395
- required: true;
23396
- default: boolean;
23397
- };
23398
23369
  }>> & {
23399
23370
  "onUpdate:selected"?: (value: unknown) => any;
23400
23371
  "onUpdate:isOpen"?: (value: unknown) => any;
23401
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey" | "debug">;
23372
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
23402
23373
  $attrs: {
23403
23374
  [x: string]: unknown;
23404
23375
  };
@@ -23496,11 +23467,6 @@ declare const _default: {
23496
23467
  type: import("vue").PropType<string[] | number[]>;
23497
23468
  required: true;
23498
23469
  };
23499
- debug: {
23500
- type: import("vue").PropType<boolean>;
23501
- required: true;
23502
- default: boolean;
23503
- };
23504
23470
  }>> & {
23505
23471
  "onUpdate:selected"?: (value: unknown) => any;
23506
23472
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -23523,7 +23489,6 @@ declare const _default: {
23523
23489
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23524
23490
  disabledOptionKey: string;
23525
23491
  optionEndTextIconKey: string;
23526
- debug: boolean;
23527
23492
  }, {}, string> & {
23528
23493
  beforeCreate?: (() => void) | (() => void)[];
23529
23494
  created?: (() => void) | (() => void)[];
@@ -23628,11 +23593,6 @@ declare const _default: {
23628
23593
  type: import("vue").PropType<string[] | number[]>;
23629
23594
  required: true;
23630
23595
  };
23631
- debug: {
23632
- type: import("vue").PropType<boolean>;
23633
- required: true;
23634
- default: boolean;
23635
- };
23636
23596
  }>> & {
23637
23597
  "onUpdate:selected"?: (value: unknown) => any;
23638
23598
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -23724,11 +23684,6 @@ declare const _default: {
23724
23684
  type: import("vue").PropType<string[] | number[]>;
23725
23685
  required: true;
23726
23686
  };
23727
- debug: {
23728
- type: import("vue").PropType<boolean>;
23729
- required: true;
23730
- default: boolean;
23731
- };
23732
23687
  }>> & {
23733
23688
  "onUpdate:selected"?: (value: unknown) => any;
23734
23689
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -23751,7 +23706,6 @@ declare const _default: {
23751
23706
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23752
23707
  disabledOptionKey: string;
23753
23708
  optionEndTextIconKey: string;
23754
- debug: boolean;
23755
23709
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
23756
23710
  $slots: {
23757
23711
  "trigger-end-icon"?(_: {}): any;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './FilterDropdown.vue_vue_type_style_index_0_scoped_b42d8b45_lang.css';
1
+ import './AutocompleteDropdown.vue_vue_type_style_index_0_scoped_214ddaf4_lang.css';
2
2
  import { AppTriggerTypes as ro } from "./components/appTrigger/index.js";
3
3
  import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
4
4
  import { MenuItemTypes as po } from "./components/menuItem/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.1.11-test.47",
3
+ "version": "2.1.11-test.49",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -60,6 +60,7 @@
60
60
  "focus-trap": "^6.9.4",
61
61
  "react": "^18.2.0",
62
62
  "react-dom": "^18.2.0",
63
+ "vite-plugin-dts": "^4.2.1",
63
64
  "vue": "^3.2.31",
64
65
  "vue-draggable-plus": "^0.5.0",
65
66
  "vuedraggable": "^4.1.0",
@@ -233,244 +234,6 @@
233
234
  "./composables/useFormValidation": "./composables/useFormValidation.js",
234
235
  "./utils/": "./utils/index.ts"
235
236
  },
236
- "typesVersions": {
237
- "*": {
238
- "appTrigger": [
239
- "./components/appTrigger/AppTrigger.vue.d.ts"
240
- ],
241
- "autocompleteDropdown": [
242
- "./components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts"
243
- ],
244
- "autocomplete": [
245
- "./components/autocomplete/index.d.ts"
246
- ],
247
- "chart": [
248
- "./components/chart/index.d.ts"
249
- ],
250
- "menuItem": [
251
- "./components/menuItem/MenuItem.vue.d.ts"
252
- ],
253
- "menu": [
254
- "./components/menu/Menu.vue.d.ts"
255
- ],
256
- "editable": [
257
- "./components/table-cells/v3/Editable.vue.d.ts"
258
- ],
259
- "editable/v4": [
260
- "./components/table-cells/v4/index.d.ts"
261
- ],
262
- "appIcon": [
263
- "./components/appIcon/AppIcon.vue.d.ts"
264
- ],
265
- "radioButton": [
266
- "./components/radioButton/v3/RadioButton.vue.d.ts"
267
- ],
268
- "radioGroup": [
269
- "./components/radioButton/v3/RadioGroup.vue.d.ts"
270
- ],
271
- "radioButton/v4": [
272
- "./components/radioButton/v4/index.d.ts"
273
- ],
274
- "radioGroup/v4": [
275
- "./components/radioButton/v4/index.d.ts"
276
- ],
277
- "floatingToolbar": [
278
- "./components/floatingToolbar/FloatingToolbar.vue.d.ts"
279
- ],
280
- "useId": [
281
- "./composables/useId.d.ts"
282
- ],
283
- "includeExclude": [
284
- "./components/includeExclude/index.d.ts"
285
- ],
286
- "switch": [
287
- "./components/switch/v3/Switch.vue.d.ts"
288
- ],
289
- "switch/v4": [
290
- "./components/switch/v4/index.d.ts"
291
- ],
292
- "emptyState": [
293
- "./components/emptyState/v3/EmptyState.vue.d.ts"
294
- ],
295
- "emptyState/v4": [
296
- "./components/emptyState/v4/index.d.ts"
297
- ],
298
- "table": [
299
- "./components/table/v3/Table.vue.d.ts"
300
- ],
301
- "table/v4": [
302
- "./components/table/v4/index.d.ts"
303
- ],
304
- "dialog": [
305
- "./components/dialog/v3/Dialog.vue.d.ts"
306
- ],
307
- "dialog/v4": [
308
- "./components/dialog/v4/index.d.ts"
309
- ],
310
- "dropdown": [
311
- "./components/dropdown/v3/index.d.ts"
312
- ],
313
- "dropdown/v4": [
314
- "./components/dropdown/v4/index.d.ts"
315
- ],
316
- "layout": [
317
- "./components/layout/index.d.ts"
318
- ],
319
- "filtersPanel": [
320
- "./components/filtersPanel/v3/index.d.ts"
321
- ],
322
- "filtersPanel/v4": [
323
- "./components/filtersPanel/v4/index.d.ts"
324
- ],
325
- "filterDropdown": [
326
- "./components/filterDropdown/index.d.ts"
327
- ],
328
- "tabs": [
329
- "./components/tabs/v3/Tabs.vue.d.ts"
330
- ],
331
- "tabs/v4": [
332
- "./components/tabs/v4/index.d.ts"
333
- ],
334
- "./dateRange": [
335
- "./components/dateRange/v3/DateRange.vue.d.ts"
336
- ],
337
- "./dateRange/v4": [
338
- "./components/dateRange/v4/index.d.ts"
339
- ],
340
- "./datePicker": [
341
- "./components/datePicker/v3/DatePicker.vue.d.ts"
342
- ],
343
- "./datePicker/v4": [
344
- "./components/datePicker/v4/index.d.ts"
345
- ],
346
- "chip": [
347
- "./components/chip/v3/Chip.vue.d.ts"
348
- ],
349
- "chip/v4": [
350
- "./components/chip/v4/index.d.ts"
351
- ],
352
- "button": [
353
- "./components/button/v3/Button.vue.d.ts"
354
- ],
355
- "button/v4": [
356
- "./components/button/v4/index.d.ts"
357
- ],
358
- "iconButton": [
359
- "./components/button/v3/IconButton.vue.d.ts"
360
- ],
361
- "iconButton/v4": [
362
- "./components/button/v4/index.d.ts"
363
- ],
364
- "scrollButton": [
365
- "./components/button/ScrollButton.vue.d.ts"
366
- ],
367
- "checkbox": [
368
- "./components/checkbox/v3/Checkbox.vue.d.ts"
369
- ],
370
- "checkbox/v4": [
371
- "./components/checkbox/v4/index.d.ts"
372
- ],
373
- "icon": [
374
- "./components/icon/v3/Icon.vue.d.ts"
375
- ],
376
- "icon/v4": [
377
- "./components/icon/v4/index.d.ts"
378
- ],
379
- "./toggle": [
380
- "./components/toggle/v3/Toggle.vue.d.ts"
381
- ],
382
- "./toggle/v4": [
383
- "./components/toggle/v4/index.d.ts"
384
- ],
385
- "./tooltip": [
386
- "./components/tooltip/v3/Tooltip.vue.d.ts"
387
- ],
388
- "./tooltip/v4": [
389
- "./components/tooltip/v4/index.d.ts"
390
- ],
391
- "search": [
392
- "./components/search/v3/Search.vue.d.ts"
393
- ],
394
- "search/v4": [
395
- "./components/search/v4/index.d.ts"
396
- ],
397
- "skeleton": [
398
- "./components/skeleton/Skeleton.vue.d.ts"
399
- ],
400
- "skeleton/v4": [
401
- "./components/skeleton/index.d.ts"
402
- ],
403
- "loader/v4": [
404
- "./components/loader/v4/index.d.ts"
405
- ],
406
- "text": [
407
- "./components/typography/Text.vue.d.ts"
408
- ],
409
- "heading": [
410
- "./components/typography/Heading.vue.d.ts"
411
- ],
412
- "popover": [
413
- "./components/popover/v3/index.vue.d.ts"
414
- ],
415
- "popover/v4": [
416
- "./components/popover/v4/index.vue.d.ts"
417
- ],
418
- "input": [
419
- "./components/input/v3/Input.vue.d.ts"
420
- ],
421
- "input/v4": [
422
- "./components/input/v4/index.d.ts"
423
- ],
424
- "dollarInput": [
425
- "./components/input/DollarInput.vue.d.ts"
426
- ],
427
- "passwordInput": [
428
- "./components/input/PasswordInput.vue.d.ts"
429
- ],
430
- "percentageInput": [
431
- "./components/input/PercentageInput.vue.d.ts"
432
- ],
433
- "textArea": [
434
- "./components/textArea/TextArea.vue.d.ts"
435
- ],
436
- "alert": [
437
- "./components/alert/index.d.ts"
438
- ],
439
- "multibar": [
440
- "./components/multibar/index.d.ts"
441
- ],
442
- "typography": [
443
- "./components/typography/v4/index.d.ts"
444
- ],
445
- "snackbar": [
446
- "./components/snackbar/v3/index.d.ts"
447
- ],
448
- "snackbar/v4": [
449
- "./components/snackbar/v4/index.d.ts"
450
- ],
451
- "themeWrapper": [
452
- "./components/ThemeWrapper/index.d.ts"
453
- ],
454
- "inlineCopy": [
455
- "./components/inlineCopy/index.d.ts"
456
- ],
457
- "appHeader": [
458
- "./components/appHeader/index.d.ts"
459
- ],
460
- "forms": [
461
- "./components/forms/index.d.ts"
462
- ],
463
- "statusDot": [
464
- "./components/statusDot/index.d.ts"
465
- ],
466
- "sortableList": [
467
- "./components/sortableList/index.d.ts"
468
- ],
469
- "composables/useFormValidation": [
470
- "./composables/useFormValidation.d.ts"
471
- ]
472
- }
473
- },
474
237
  "lint-staged": {
475
238
  "*.{vue,ts,js}": [
476
239
  "npm run lint:fix",
@@ -1 +0,0 @@
1
- .chart-container[data-v-04b9d6b3]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;height:388px;border-radius:0 0 6px 6px;width:100%}.header-wrapper[data-v-04b9d6b3]{height:76px}.chart-content[data-v-04b9d6b3]{width:100%}.chart-content.with-legend[data-v-04b9d6b3]{width:calc(100% - 221px)}.chart-sidebar[data-v-04b9d6b3]{border-left:1px solid var(--common-divider)}.chart[data-v-04b9d6b3]{width:100%;height:312px;position:relative}.chart__canvas[data-v-04b9d6b3]{width:100%;height:100%}.chart__tooltip[data-v-04b9d6b3]{position:absolute;pointer-events:none;transition:all .1s ease;min-width:214px;max-width:270px}
@@ -1 +0,0 @@
1
- .child-options[data-v-46aae9ba]{padding-left:1rem}.tree-search[data-v-46aae9ba]{width:100%}