@ironsource/shared-ui 2.1.11-test.27 → 2.1.11-test.44

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 (117) hide show
  1. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +1 -0
  2. package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +1 -0
  3. package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
  4. package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +1 -0
  5. package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
  6. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
  7. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
  8. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +1 -0
  9. package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
  10. package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
  11. package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
  12. package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
  13. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
  14. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
  15. package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
  16. package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
  17. package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
  18. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
  19. package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
  20. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  21. package/TreeDropdown.vue_vue_type_style_index_0_scoped_a898b632_lang.css +1 -0
  22. package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
  23. package/components/chart/Chart.vue.d.ts +11 -3
  24. package/components/chart/Chart.vue.js +2 -2
  25. package/components/chart/Chart.vue2.js +108 -96
  26. package/components/chart/ChartHeader.vue.d.ts +13 -6
  27. package/components/chart/ChartHeader.vue.js +2 -2
  28. package/components/chart/ChartHeader.vue2.js +32 -29
  29. package/components/chart/ChartLegend.vue.d.ts +5 -0
  30. package/components/chart/ChartLegend.vue.js +3 -3
  31. package/components/chart/ChartLegend.vue2.js +99 -49
  32. package/components/chart/ChartTooltip.vue.d.ts +4 -5
  33. package/components/chart/ChartTooltip.vue.js +2 -2
  34. package/components/chart/ChartTooltip.vue2.js +64 -43
  35. package/components/chart/index.d.ts +36 -16
  36. package/components/chart/mockData.d.ts +15 -2
  37. package/components/chart/types.d.ts +15 -1
  38. package/components/chart/utils/utils.js +5 -5
  39. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  40. package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
  41. package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
  42. package/components/dialog/v4/DialogV4.vue.js +3 -3
  43. package/components/dialog/v4/DialogV4.vue2.js +80 -73
  44. package/components/dialog/v4/index.d.ts +58 -1
  45. package/components/dropdown/common/Dropdown.common.js +36 -34
  46. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
  47. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
  48. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
  49. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  50. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +55 -40
  51. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +20 -0
  52. package/components/dropdown/v4/ConditionalDropdown.vue.js +4 -4
  53. package/components/dropdown/v4/ConditionalDropdown.vue2.js +136 -97
  54. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -0
  55. package/components/dropdown/v4/DropdownV4.vue.js +2 -2
  56. package/components/dropdown/v4/DropdownV4.vue2.js +7 -7
  57. package/components/dropdown/v4/TreeDropdown.vue.d.ts +5 -0
  58. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  59. package/components/dropdown/v4/TreeDropdown.vue2.js +165 -158
  60. package/components/dropdown/v4/index.d.ts +67 -2
  61. package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
  62. package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
  63. package/components/filtersPanel/v4/FiltersPanelV4.vue.js +3 -3
  64. package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +1 -1
  65. package/components/forms/FormCard.vue.js +3 -3
  66. package/components/forms/FormCard.vue2.js +1 -1
  67. package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
  68. package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
  69. package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
  70. package/components/sortableList/SortableItem.vue.js +3 -3
  71. package/components/sortableList/SortableItem.vue2.js +57 -56
  72. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  73. package/components/sortableList/SortableItemLabel.vue2.js +20 -23
  74. package/components/sortableList/SortableList.vue.js +3 -3
  75. package/components/sortableList/SortableList.vue2.js +82 -76
  76. package/components/table/common/Table.common.d.ts +1 -1
  77. package/components/table/common/Table.common.js +78 -70
  78. package/components/table/common/consts.d.ts +4 -0
  79. package/components/table/common/consts.js +7 -0
  80. package/components/table/v4/DataGrid.vue.d.ts +10 -5
  81. package/components/table/v4/DataGrid.vue.js +3 -3
  82. package/components/table/v4/DataGrid.vue2.js +173 -171
  83. package/components/table/v4/DataGridMenu.vue.js +5 -5
  84. package/components/table/v4/DataGridMenu.vue2.js +1 -1
  85. package/components/table/v4/index.d.ts +39 -20
  86. package/components/table-cells/common/Editable.common.js +24 -19
  87. package/components/typography/v4/Typography.vue.js +3 -3
  88. package/components/typography/v4/Typography.vue2.js +24 -18
  89. package/index.d.ts +386 -47
  90. package/index.js +1 -1
  91. package/package.json +1 -1
  92. package/style/v4/grid.css +1 -1
  93. package/style/v4/grid.css.map +1 -1
  94. package/style/v4/spacings.scss +1 -0
  95. package/testids/index.d.ts +1 -0
  96. package/testids/index.js +13 -13
  97. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_f9a13e27_lang.css +0 -1
  98. package/Chart.vue_vue_type_style_index_0_scoped_8f471697_lang.css +0 -1
  99. package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
  100. package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
  101. package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
  102. package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
  103. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_039dd922_lang.css +0 -1
  104. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2aee12ad_lang.css +0 -1
  105. package/DataGrid.vue_vue_type_style_index_0_scoped_2406226b_lang.css +0 -1
  106. package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
  107. package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
  108. package/DropdownV4.vue_vue_type_style_index_0_scoped_6466948d_lang.css +0 -1
  109. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
  110. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_111b200a_lang.css +0 -1
  111. package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
  112. package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
  113. package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
  114. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
  115. package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
  116. package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +0 -1
  117. package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
package/index.d.ts CHANGED
@@ -5632,11 +5632,12 @@ declare const _default: {
5632
5632
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
5633
5633
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
5634
5634
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
5635
- isSelectionSticky: boolean;
5636
5635
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
5637
5636
  zIndexBase: number;
5638
5637
  rowCustomClassKey: string;
5639
5638
  rowDataKey: string;
5639
+ isSelectionSticky: boolean;
5640
+ isSelectionBordered: boolean;
5640
5641
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5641
5642
  sort: {
5642
5643
  type: import("vue").PropType<tableV3.Sort>;
@@ -5734,10 +5735,6 @@ declare const _default: {
5734
5735
  type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
5735
5736
  default: (rowId: any, selectedItem: any) => boolean;
5736
5737
  };
5737
- isSelectionSticky: {
5738
- type: import("vue").PropType<boolean>;
5739
- default: boolean;
5740
- };
5741
5738
  emptyStateVariant: {
5742
5739
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
5743
5740
  default: any;
@@ -5754,6 +5751,14 @@ declare const _default: {
5754
5751
  type: import("vue").PropType<string>;
5755
5752
  default: string;
5756
5753
  };
5754
+ isSelectionSticky: {
5755
+ type: import("vue").PropType<boolean>;
5756
+ default: boolean;
5757
+ };
5758
+ isSelectionBordered: {
5759
+ type: import("vue").PropType<boolean>;
5760
+ default: boolean;
5761
+ };
5757
5762
  }>> & {
5758
5763
  onSelectAll?: (value: boolean) => any;
5759
5764
  onLoadMore?: () => any;
@@ -5765,7 +5770,7 @@ declare const _default: {
5765
5770
  "onUpdate:selection"?: (selection: unknown[]) => any;
5766
5771
  onSelectRow?: (value: boolean) => any;
5767
5772
  onClickRow?: (rowIndex: number) => any;
5768
- } & 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" | "isSelectionSticky" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
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">;
5769
5774
  $attrs: {
5770
5775
  [x: string]: unknown;
5771
5776
  };
@@ -5876,10 +5881,6 @@ declare const _default: {
5876
5881
  type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
5877
5882
  default: (rowId: any, selectedItem: any) => boolean;
5878
5883
  };
5879
- isSelectionSticky: {
5880
- type: import("vue").PropType<boolean>;
5881
- default: boolean;
5882
- };
5883
5884
  emptyStateVariant: {
5884
5885
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
5885
5886
  default: any;
@@ -5896,6 +5897,14 @@ declare const _default: {
5896
5897
  type: import("vue").PropType<string>;
5897
5898
  default: string;
5898
5899
  };
5900
+ isSelectionSticky: {
5901
+ type: import("vue").PropType<boolean>;
5902
+ default: boolean;
5903
+ };
5904
+ isSelectionBordered: {
5905
+ type: import("vue").PropType<boolean>;
5906
+ default: boolean;
5907
+ };
5899
5908
  }>> & {
5900
5909
  onSelectAll?: (value: boolean) => any;
5901
5910
  onLoadMore?: () => any;
@@ -5943,11 +5952,12 @@ declare const _default: {
5943
5952
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
5944
5953
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
5945
5954
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
5946
- isSelectionSticky: boolean;
5947
5955
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
5948
5956
  zIndexBase: number;
5949
5957
  rowCustomClassKey: string;
5950
5958
  rowDataKey: string;
5959
+ isSelectionSticky: boolean;
5960
+ isSelectionBordered: boolean;
5951
5961
  }, {}, string> & {
5952
5962
  beforeCreate?: (() => void) | (() => void)[];
5953
5963
  created?: (() => void) | (() => void)[];
@@ -6065,10 +6075,6 @@ declare const _default: {
6065
6075
  type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
6066
6076
  default: (rowId: any, selectedItem: any) => boolean;
6067
6077
  };
6068
- isSelectionSticky: {
6069
- type: import("vue").PropType<boolean>;
6070
- default: boolean;
6071
- };
6072
6078
  emptyStateVariant: {
6073
6079
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6074
6080
  default: any;
@@ -6085,6 +6091,14 @@ declare const _default: {
6085
6091
  type: import("vue").PropType<string>;
6086
6092
  default: string;
6087
6093
  };
6094
+ isSelectionSticky: {
6095
+ type: import("vue").PropType<boolean>;
6096
+ default: boolean;
6097
+ };
6098
+ isSelectionBordered: {
6099
+ type: import("vue").PropType<boolean>;
6100
+ default: boolean;
6101
+ };
6088
6102
  }>> & {
6089
6103
  onSelectAll?: (value: boolean) => any;
6090
6104
  onLoadMore?: () => any;
@@ -6199,10 +6213,6 @@ declare const _default: {
6199
6213
  type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
6200
6214
  default: (rowId: any, selectedItem: any) => boolean;
6201
6215
  };
6202
- isSelectionSticky: {
6203
- type: import("vue").PropType<boolean>;
6204
- default: boolean;
6205
- };
6206
6216
  emptyStateVariant: {
6207
6217
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6208
6218
  default: any;
@@ -6219,6 +6229,14 @@ declare const _default: {
6219
6229
  type: import("vue").PropType<string>;
6220
6230
  default: string;
6221
6231
  };
6232
+ isSelectionSticky: {
6233
+ type: import("vue").PropType<boolean>;
6234
+ default: boolean;
6235
+ };
6236
+ isSelectionBordered: {
6237
+ type: import("vue").PropType<boolean>;
6238
+ default: boolean;
6239
+ };
6222
6240
  }>> & {
6223
6241
  onSelectAll?: (value: boolean) => any;
6224
6242
  onLoadMore?: () => any;
@@ -6266,11 +6284,12 @@ declare const _default: {
6266
6284
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
6267
6285
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
6268
6286
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
6269
- isSelectionSticky: boolean;
6270
6287
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
6271
6288
  zIndexBase: number;
6272
6289
  rowCustomClassKey: string;
6273
6290
  rowDataKey: string;
6291
+ isSelectionSticky: boolean;
6292
+ isSelectionBordered: boolean;
6274
6293
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6275
6294
  $slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
6276
6295
  column: tableV3.Column;
@@ -6420,11 +6439,12 @@ declare const _default: {
6420
6439
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
6421
6440
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
6422
6441
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
6423
- isSelectionSticky: boolean;
6424
6442
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
6425
6443
  zIndexBase: number;
6426
6444
  rowCustomClassKey: string;
6427
6445
  rowDataKey: string;
6446
+ isSelectionSticky: boolean;
6447
+ isSelectionBordered: boolean;
6428
6448
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
6429
6449
  sort: {
6430
6450
  type: import("vue").PropType<tableV3.Sort>;
@@ -6522,10 +6542,6 @@ declare const _default: {
6522
6542
  type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
6523
6543
  default: (rowId: any, selectedItem: any) => boolean;
6524
6544
  };
6525
- isSelectionSticky: {
6526
- type: import("vue").PropType<boolean>;
6527
- default: boolean;
6528
- };
6529
6545
  emptyStateVariant: {
6530
6546
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6531
6547
  default: any;
@@ -6542,6 +6558,14 @@ declare const _default: {
6542
6558
  type: import("vue").PropType<string>;
6543
6559
  default: string;
6544
6560
  };
6561
+ isSelectionSticky: {
6562
+ type: import("vue").PropType<boolean>;
6563
+ default: boolean;
6564
+ };
6565
+ isSelectionBordered: {
6566
+ type: import("vue").PropType<boolean>;
6567
+ default: boolean;
6568
+ };
6545
6569
  }>> & {
6546
6570
  onSelectAll?: (value: boolean) => any;
6547
6571
  onLoadMore?: () => any;
@@ -6553,7 +6577,7 @@ declare const _default: {
6553
6577
  "onUpdate:selection"?: (selection: unknown[]) => any;
6554
6578
  onSelectRow?: (value: boolean) => any;
6555
6579
  onClickRow?: (rowIndex: number) => any;
6556
- } & 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" | "isSelectionSticky" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
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">;
6557
6581
  $attrs: {
6558
6582
  [x: string]: unknown;
6559
6583
  };
@@ -6664,10 +6688,6 @@ declare const _default: {
6664
6688
  type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
6665
6689
  default: (rowId: any, selectedItem: any) => boolean;
6666
6690
  };
6667
- isSelectionSticky: {
6668
- type: import("vue").PropType<boolean>;
6669
- default: boolean;
6670
- };
6671
6691
  emptyStateVariant: {
6672
6692
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6673
6693
  default: any;
@@ -6684,6 +6704,14 @@ declare const _default: {
6684
6704
  type: import("vue").PropType<string>;
6685
6705
  default: string;
6686
6706
  };
6707
+ isSelectionSticky: {
6708
+ type: import("vue").PropType<boolean>;
6709
+ default: boolean;
6710
+ };
6711
+ isSelectionBordered: {
6712
+ type: import("vue").PropType<boolean>;
6713
+ default: boolean;
6714
+ };
6687
6715
  }>> & {
6688
6716
  onSelectAll?: (value: boolean) => any;
6689
6717
  onLoadMore?: () => any;
@@ -6731,11 +6759,12 @@ declare const _default: {
6731
6759
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
6732
6760
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
6733
6761
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
6734
- isSelectionSticky: boolean;
6735
6762
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
6736
6763
  zIndexBase: number;
6737
6764
  rowCustomClassKey: string;
6738
6765
  rowDataKey: string;
6766
+ isSelectionSticky: boolean;
6767
+ isSelectionBordered: boolean;
6739
6768
  }, {}, string> & {
6740
6769
  beforeCreate?: (() => void) | (() => void)[];
6741
6770
  created?: (() => void) | (() => void)[];
@@ -6853,10 +6882,6 @@ declare const _default: {
6853
6882
  type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
6854
6883
  default: (rowId: any, selectedItem: any) => boolean;
6855
6884
  };
6856
- isSelectionSticky: {
6857
- type: import("vue").PropType<boolean>;
6858
- default: boolean;
6859
- };
6860
6885
  emptyStateVariant: {
6861
6886
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6862
6887
  default: any;
@@ -6873,6 +6898,14 @@ declare const _default: {
6873
6898
  type: import("vue").PropType<string>;
6874
6899
  default: string;
6875
6900
  };
6901
+ isSelectionSticky: {
6902
+ type: import("vue").PropType<boolean>;
6903
+ default: boolean;
6904
+ };
6905
+ isSelectionBordered: {
6906
+ type: import("vue").PropType<boolean>;
6907
+ default: boolean;
6908
+ };
6876
6909
  }>> & {
6877
6910
  onSelectAll?: (value: boolean) => any;
6878
6911
  onLoadMore?: () => any;
@@ -6987,10 +7020,6 @@ declare const _default: {
6987
7020
  type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
6988
7021
  default: (rowId: any, selectedItem: any) => boolean;
6989
7022
  };
6990
- isSelectionSticky: {
6991
- type: import("vue").PropType<boolean>;
6992
- default: boolean;
6993
- };
6994
7023
  emptyStateVariant: {
6995
7024
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6996
7025
  default: any;
@@ -7007,6 +7036,14 @@ declare const _default: {
7007
7036
  type: import("vue").PropType<string>;
7008
7037
  default: string;
7009
7038
  };
7039
+ isSelectionSticky: {
7040
+ type: import("vue").PropType<boolean>;
7041
+ default: boolean;
7042
+ };
7043
+ isSelectionBordered: {
7044
+ type: import("vue").PropType<boolean>;
7045
+ default: boolean;
7046
+ };
7010
7047
  }>> & {
7011
7048
  onSelectAll?: (value: boolean) => any;
7012
7049
  onLoadMore?: () => any;
@@ -7054,11 +7091,12 @@ declare const _default: {
7054
7091
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
7055
7092
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7056
7093
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
7057
- isSelectionSticky: boolean;
7058
7094
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7059
7095
  zIndexBase: number;
7060
7096
  rowCustomClassKey: string;
7061
7097
  rowDataKey: string;
7098
+ isSelectionSticky: boolean;
7099
+ isSelectionBordered: boolean;
7062
7100
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
7063
7101
  $slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
7064
7102
  column: tableV3.Column;
@@ -10330,12 +10368,15 @@ declare const _default: {
10330
10368
  closeOnClickOutside: boolean;
10331
10369
  beforeClose: (show: () => void) => void;
10332
10370
  showCloseButton: boolean;
10371
+ showCancelButton: boolean;
10372
+ showSaveButton: boolean;
10333
10373
  showFooter: boolean;
10334
10374
  saveButtonLabel: string;
10335
10375
  saveButtonLoading: boolean;
10336
10376
  saveButtonColor: string;
10337
10377
  cancelButtonLabel: string;
10338
10378
  cancelButtonColor: string;
10379
+ noPadding: boolean;
10339
10380
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10340
10381
  title: {
10341
10382
  type: import("vue").PropType<string>;
@@ -10393,6 +10434,14 @@ declare const _default: {
10393
10434
  type: import("vue").PropType<boolean>;
10394
10435
  default: boolean;
10395
10436
  };
10437
+ showCancelButton: {
10438
+ type: import("vue").PropType<boolean>;
10439
+ default: boolean;
10440
+ };
10441
+ showSaveButton: {
10442
+ type: import("vue").PropType<boolean>;
10443
+ default: boolean;
10444
+ };
10396
10445
  showFooter: {
10397
10446
  type: import("vue").PropType<boolean>;
10398
10447
  default: boolean;
@@ -10417,13 +10466,17 @@ declare const _default: {
10417
10466
  type: import("vue").PropType<string>;
10418
10467
  default: string;
10419
10468
  };
10469
+ noPadding: {
10470
+ type: import("vue").PropType<boolean>;
10471
+ default: boolean;
10472
+ };
10420
10473
  }>> & {
10421
10474
  "onUpdate:modelValue"?: (value: boolean) => any;
10422
10475
  onClose?: (reason: dialogV3.Reason) => any;
10423
10476
  onCancel?: () => any;
10424
10477
  onOpen?: () => any;
10425
10478
  onSave?: () => any;
10426
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
10479
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showCancelButton" | "showSaveButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor" | "noPadding">;
10427
10480
  $attrs: {
10428
10481
  [x: string]: unknown;
10429
10482
  };
@@ -10494,6 +10547,14 @@ declare const _default: {
10494
10547
  type: import("vue").PropType<boolean>;
10495
10548
  default: boolean;
10496
10549
  };
10550
+ showCancelButton: {
10551
+ type: import("vue").PropType<boolean>;
10552
+ default: boolean;
10553
+ };
10554
+ showSaveButton: {
10555
+ type: import("vue").PropType<boolean>;
10556
+ default: boolean;
10557
+ };
10497
10558
  showFooter: {
10498
10559
  type: import("vue").PropType<boolean>;
10499
10560
  default: boolean;
@@ -10518,6 +10579,10 @@ declare const _default: {
10518
10579
  type: import("vue").PropType<string>;
10519
10580
  default: string;
10520
10581
  };
10582
+ noPadding: {
10583
+ type: import("vue").PropType<boolean>;
10584
+ default: boolean;
10585
+ };
10521
10586
  }>> & {
10522
10587
  "onUpdate:modelValue"?: (value: boolean) => any;
10523
10588
  onClose?: (reason: dialogV3.Reason) => any;
@@ -10544,12 +10609,15 @@ declare const _default: {
10544
10609
  closeOnClickOutside: boolean;
10545
10610
  beforeClose: (show: () => void) => void;
10546
10611
  showCloseButton: boolean;
10612
+ showCancelButton: boolean;
10613
+ showSaveButton: boolean;
10547
10614
  showFooter: boolean;
10548
10615
  saveButtonLabel: string;
10549
10616
  saveButtonLoading: boolean;
10550
10617
  saveButtonColor: string;
10551
10618
  cancelButtonLabel: string;
10552
10619
  cancelButtonColor: string;
10620
+ noPadding: boolean;
10553
10621
  }, {}, string> & {
10554
10622
  beforeCreate?: (() => void) | (() => void)[];
10555
10623
  created?: (() => void) | (() => void)[];
@@ -10627,6 +10695,14 @@ declare const _default: {
10627
10695
  type: import("vue").PropType<boolean>;
10628
10696
  default: boolean;
10629
10697
  };
10698
+ showCancelButton: {
10699
+ type: import("vue").PropType<boolean>;
10700
+ default: boolean;
10701
+ };
10702
+ showSaveButton: {
10703
+ type: import("vue").PropType<boolean>;
10704
+ default: boolean;
10705
+ };
10630
10706
  showFooter: {
10631
10707
  type: import("vue").PropType<boolean>;
10632
10708
  default: boolean;
@@ -10651,6 +10727,10 @@ declare const _default: {
10651
10727
  type: import("vue").PropType<string>;
10652
10728
  default: string;
10653
10729
  };
10730
+ noPadding: {
10731
+ type: import("vue").PropType<boolean>;
10732
+ default: boolean;
10733
+ };
10654
10734
  }>> & {
10655
10735
  "onUpdate:modelValue"?: (value: boolean) => any;
10656
10736
  onClose?: (reason: dialogV3.Reason) => any;
@@ -10718,6 +10798,14 @@ declare const _default: {
10718
10798
  type: import("vue").PropType<boolean>;
10719
10799
  default: boolean;
10720
10800
  };
10801
+ showCancelButton: {
10802
+ type: import("vue").PropType<boolean>;
10803
+ default: boolean;
10804
+ };
10805
+ showSaveButton: {
10806
+ type: import("vue").PropType<boolean>;
10807
+ default: boolean;
10808
+ };
10721
10809
  showFooter: {
10722
10810
  type: import("vue").PropType<boolean>;
10723
10811
  default: boolean;
@@ -10742,6 +10830,10 @@ declare const _default: {
10742
10830
  type: import("vue").PropType<string>;
10743
10831
  default: string;
10744
10832
  };
10833
+ noPadding: {
10834
+ type: import("vue").PropType<boolean>;
10835
+ default: boolean;
10836
+ };
10745
10837
  }>> & {
10746
10838
  "onUpdate:modelValue"?: (value: boolean) => any;
10747
10839
  onClose?: (reason: dialogV3.Reason) => any;
@@ -10768,12 +10860,15 @@ declare const _default: {
10768
10860
  closeOnClickOutside: boolean;
10769
10861
  beforeClose: (show: () => void) => void;
10770
10862
  showCloseButton: boolean;
10863
+ showCancelButton: boolean;
10864
+ showSaveButton: boolean;
10771
10865
  showFooter: boolean;
10772
10866
  saveButtonLabel: string;
10773
10867
  saveButtonLoading: boolean;
10774
10868
  saveButtonColor: string;
10775
10869
  cancelButtonLabel: string;
10776
10870
  cancelButtonColor: string;
10871
+ noPadding: boolean;
10777
10872
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
10778
10873
  $slots: {
10779
10874
  header?(_: {}): any;
@@ -10799,12 +10894,15 @@ declare const _default: {
10799
10894
  closeOnClickOutside: boolean;
10800
10895
  beforeClose: (show: () => void) => void;
10801
10896
  showCloseButton: boolean;
10897
+ showCancelButton: boolean;
10898
+ showSaveButton: boolean;
10802
10899
  showFooter: boolean;
10803
10900
  saveButtonLabel: string;
10804
10901
  saveButtonLoading: boolean;
10805
10902
  saveButtonColor: string;
10806
10903
  cancelButtonLabel: string;
10807
10904
  cancelButtonColor: string;
10905
+ noPadding: boolean;
10808
10906
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10809
10907
  title: {
10810
10908
  type: import("vue").PropType<string>;
@@ -10862,6 +10960,14 @@ declare const _default: {
10862
10960
  type: import("vue").PropType<boolean>;
10863
10961
  default: boolean;
10864
10962
  };
10963
+ showCancelButton: {
10964
+ type: import("vue").PropType<boolean>;
10965
+ default: boolean;
10966
+ };
10967
+ showSaveButton: {
10968
+ type: import("vue").PropType<boolean>;
10969
+ default: boolean;
10970
+ };
10865
10971
  showFooter: {
10866
10972
  type: import("vue").PropType<boolean>;
10867
10973
  default: boolean;
@@ -10886,13 +10992,17 @@ declare const _default: {
10886
10992
  type: import("vue").PropType<string>;
10887
10993
  default: string;
10888
10994
  };
10995
+ noPadding: {
10996
+ type: import("vue").PropType<boolean>;
10997
+ default: boolean;
10998
+ };
10889
10999
  }>> & {
10890
11000
  "onUpdate:modelValue"?: (value: boolean) => any;
10891
11001
  onClose?: (reason: dialogV3.Reason) => any;
10892
11002
  onCancel?: () => any;
10893
11003
  onOpen?: () => any;
10894
11004
  onSave?: () => any;
10895
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
11005
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showCancelButton" | "showSaveButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor" | "noPadding">;
10896
11006
  $attrs: {
10897
11007
  [x: string]: unknown;
10898
11008
  };
@@ -10963,6 +11073,14 @@ declare const _default: {
10963
11073
  type: import("vue").PropType<boolean>;
10964
11074
  default: boolean;
10965
11075
  };
11076
+ showCancelButton: {
11077
+ type: import("vue").PropType<boolean>;
11078
+ default: boolean;
11079
+ };
11080
+ showSaveButton: {
11081
+ type: import("vue").PropType<boolean>;
11082
+ default: boolean;
11083
+ };
10966
11084
  showFooter: {
10967
11085
  type: import("vue").PropType<boolean>;
10968
11086
  default: boolean;
@@ -10987,6 +11105,10 @@ declare const _default: {
10987
11105
  type: import("vue").PropType<string>;
10988
11106
  default: string;
10989
11107
  };
11108
+ noPadding: {
11109
+ type: import("vue").PropType<boolean>;
11110
+ default: boolean;
11111
+ };
10990
11112
  }>> & {
10991
11113
  "onUpdate:modelValue"?: (value: boolean) => any;
10992
11114
  onClose?: (reason: dialogV3.Reason) => any;
@@ -11013,12 +11135,15 @@ declare const _default: {
11013
11135
  closeOnClickOutside: boolean;
11014
11136
  beforeClose: (show: () => void) => void;
11015
11137
  showCloseButton: boolean;
11138
+ showCancelButton: boolean;
11139
+ showSaveButton: boolean;
11016
11140
  showFooter: boolean;
11017
11141
  saveButtonLabel: string;
11018
11142
  saveButtonLoading: boolean;
11019
11143
  saveButtonColor: string;
11020
11144
  cancelButtonLabel: string;
11021
11145
  cancelButtonColor: string;
11146
+ noPadding: boolean;
11022
11147
  }, {}, string> & {
11023
11148
  beforeCreate?: (() => void) | (() => void)[];
11024
11149
  created?: (() => void) | (() => void)[];
@@ -11096,6 +11221,14 @@ declare const _default: {
11096
11221
  type: import("vue").PropType<boolean>;
11097
11222
  default: boolean;
11098
11223
  };
11224
+ showCancelButton: {
11225
+ type: import("vue").PropType<boolean>;
11226
+ default: boolean;
11227
+ };
11228
+ showSaveButton: {
11229
+ type: import("vue").PropType<boolean>;
11230
+ default: boolean;
11231
+ };
11099
11232
  showFooter: {
11100
11233
  type: import("vue").PropType<boolean>;
11101
11234
  default: boolean;
@@ -11120,6 +11253,10 @@ declare const _default: {
11120
11253
  type: import("vue").PropType<string>;
11121
11254
  default: string;
11122
11255
  };
11256
+ noPadding: {
11257
+ type: import("vue").PropType<boolean>;
11258
+ default: boolean;
11259
+ };
11123
11260
  }>> & {
11124
11261
  "onUpdate:modelValue"?: (value: boolean) => any;
11125
11262
  onClose?: (reason: dialogV3.Reason) => any;
@@ -11187,6 +11324,14 @@ declare const _default: {
11187
11324
  type: import("vue").PropType<boolean>;
11188
11325
  default: boolean;
11189
11326
  };
11327
+ showCancelButton: {
11328
+ type: import("vue").PropType<boolean>;
11329
+ default: boolean;
11330
+ };
11331
+ showSaveButton: {
11332
+ type: import("vue").PropType<boolean>;
11333
+ default: boolean;
11334
+ };
11190
11335
  showFooter: {
11191
11336
  type: import("vue").PropType<boolean>;
11192
11337
  default: boolean;
@@ -11211,6 +11356,10 @@ declare const _default: {
11211
11356
  type: import("vue").PropType<string>;
11212
11357
  default: string;
11213
11358
  };
11359
+ noPadding: {
11360
+ type: import("vue").PropType<boolean>;
11361
+ default: boolean;
11362
+ };
11214
11363
  }>> & {
11215
11364
  "onUpdate:modelValue"?: (value: boolean) => any;
11216
11365
  onClose?: (reason: dialogV3.Reason) => any;
@@ -11237,12 +11386,15 @@ declare const _default: {
11237
11386
  closeOnClickOutside: boolean;
11238
11387
  beforeClose: (show: () => void) => void;
11239
11388
  showCloseButton: boolean;
11389
+ showCancelButton: boolean;
11390
+ showSaveButton: boolean;
11240
11391
  showFooter: boolean;
11241
11392
  saveButtonLabel: string;
11242
11393
  saveButtonLoading: boolean;
11243
11394
  saveButtonColor: string;
11244
11395
  cancelButtonLabel: string;
11245
11396
  cancelButtonColor: string;
11397
+ noPadding: boolean;
11246
11398
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
11247
11399
  $slots: {
11248
11400
  header?(_: {}): any;
@@ -16280,6 +16432,7 @@ declare const _default: {
16280
16432
  "onUpdate:isOpen"?: (value: unknown) => any;
16281
16433
  onOnsearch?: (value: string) => any;
16282
16434
  onLoadMore?: () => any;
16435
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16283
16436
  onOpened?: () => any;
16284
16437
  onClosed?: () => any;
16285
16438
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
@@ -16294,7 +16447,7 @@ declare const _default: {
16294
16447
  }>;
16295
16448
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16296
16449
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16297
- $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "opened") => void) & ((event: "closed") => void);
16450
+ $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "unsavedSelectionUpdate", value: unknown[]) => void) & ((event: "opened") => void) & ((event: "closed") => void);
16298
16451
  $el: any;
16299
16452
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
16300
16453
  theme: {
@@ -16548,6 +16701,7 @@ declare const _default: {
16548
16701
  "onUpdate:isOpen"?: (value: unknown) => any;
16549
16702
  onOnsearch?: (value: string) => any;
16550
16703
  onLoadMore?: () => any;
16704
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16551
16705
  onOpened?: () => any;
16552
16706
  onClosed?: () => any;
16553
16707
  }, {
@@ -16565,6 +16719,7 @@ declare const _default: {
16565
16719
  onsearch: (value: string) => void;
16566
16720
  loadMore: () => void;
16567
16721
  allSelectedChanged: (value: boolean) => void;
16722
+ unsavedSelectionUpdate: (value: unknown[]) => void;
16568
16723
  }, string, {
16569
16724
  theme: string;
16570
16725
  testId: string;
@@ -16894,6 +17049,7 @@ declare const _default: {
16894
17049
  "onUpdate:isOpen"?: (value: unknown) => any;
16895
17050
  onOnsearch?: (value: string) => any;
16896
17051
  onLoadMore?: () => any;
17052
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16897
17053
  onOpened?: () => any;
16898
17054
  onClosed?: () => any;
16899
17055
  } & import("vue").ShallowUnwrapRef<{
@@ -17155,6 +17311,7 @@ declare const _default: {
17155
17311
  "onUpdate:isOpen"?: (value: unknown) => any;
17156
17312
  onOnsearch?: (value: string) => any;
17157
17313
  onLoadMore?: () => any;
17314
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
17158
17315
  onOpened?: () => any;
17159
17316
  onClosed?: () => any;
17160
17317
  }, {
@@ -17172,6 +17329,7 @@ declare const _default: {
17172
17329
  onsearch: (value: string) => void;
17173
17330
  loadMore: () => void;
17174
17331
  allSelectedChanged: (value: boolean) => void;
17332
+ unsavedSelectionUpdate: (value: unknown[]) => void;
17175
17333
  }, string, {
17176
17334
  theme: string;
17177
17335
  testId: string;
@@ -18021,8 +18179,11 @@ declare const _default: {
18021
18179
  $props: Partial<{
18022
18180
  testId: string;
18023
18181
  variant: "text" | "outlined";
18182
+ withTooltip: boolean;
18183
+ tooltipPlacement: "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";
18024
18184
  disabled: boolean;
18025
18185
  size: "small" | "medium";
18186
+ maxWidth: number;
18026
18187
  open: boolean;
18027
18188
  startIconName: string;
18028
18189
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -18040,6 +18201,14 @@ declare const _default: {
18040
18201
  type: import("vue").PropType<"text" | "outlined">;
18041
18202
  default: string;
18042
18203
  };
18204
+ withTooltip: {
18205
+ type: import("vue").PropType<boolean>;
18206
+ default: boolean;
18207
+ };
18208
+ tooltipPlacement: {
18209
+ 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">;
18210
+ default: string;
18211
+ };
18043
18212
  disabled: {
18044
18213
  type: import("vue").PropType<boolean>;
18045
18214
  default: boolean;
@@ -18048,6 +18217,10 @@ declare const _default: {
18048
18217
  type: import("vue").PropType<"small" | "medium">;
18049
18218
  default: string;
18050
18219
  };
18220
+ maxWidth: {
18221
+ type: import("vue").PropType<number>;
18222
+ default: number;
18223
+ };
18051
18224
  open: {
18052
18225
  type: import("vue").PropType<boolean>;
18053
18226
  default: boolean;
@@ -18066,7 +18239,7 @@ declare const _default: {
18066
18239
  };
18067
18240
  }>> & {
18068
18241
  onClick?: () => any;
18069
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
18242
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "size" | "maxWidth" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
18070
18243
  $attrs: {
18071
18244
  [x: string]: unknown;
18072
18245
  };
@@ -18093,6 +18266,14 @@ declare const _default: {
18093
18266
  type: import("vue").PropType<"text" | "outlined">;
18094
18267
  default: string;
18095
18268
  };
18269
+ withTooltip: {
18270
+ type: import("vue").PropType<boolean>;
18271
+ default: boolean;
18272
+ };
18273
+ tooltipPlacement: {
18274
+ 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">;
18275
+ default: string;
18276
+ };
18096
18277
  disabled: {
18097
18278
  type: import("vue").PropType<boolean>;
18098
18279
  default: boolean;
@@ -18101,6 +18282,10 @@ declare const _default: {
18101
18282
  type: import("vue").PropType<"small" | "medium">;
18102
18283
  default: string;
18103
18284
  };
18285
+ maxWidth: {
18286
+ type: import("vue").PropType<number>;
18287
+ default: number;
18288
+ };
18104
18289
  open: {
18105
18290
  type: import("vue").PropType<boolean>;
18106
18291
  default: boolean;
@@ -18124,8 +18309,11 @@ declare const _default: {
18124
18309
  }, string, {
18125
18310
  testId: string;
18126
18311
  variant: "text" | "outlined";
18312
+ withTooltip: boolean;
18313
+ tooltipPlacement: "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";
18127
18314
  disabled: boolean;
18128
18315
  size: "small" | "medium";
18316
+ maxWidth: number;
18129
18317
  open: boolean;
18130
18318
  startIconName: string;
18131
18319
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -18163,6 +18351,14 @@ declare const _default: {
18163
18351
  type: import("vue").PropType<"text" | "outlined">;
18164
18352
  default: string;
18165
18353
  };
18354
+ withTooltip: {
18355
+ type: import("vue").PropType<boolean>;
18356
+ default: boolean;
18357
+ };
18358
+ tooltipPlacement: {
18359
+ 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">;
18360
+ default: string;
18361
+ };
18166
18362
  disabled: {
18167
18363
  type: import("vue").PropType<boolean>;
18168
18364
  default: boolean;
@@ -18171,6 +18367,10 @@ declare const _default: {
18171
18367
  type: import("vue").PropType<"small" | "medium">;
18172
18368
  default: string;
18173
18369
  };
18370
+ maxWidth: {
18371
+ type: import("vue").PropType<number>;
18372
+ default: number;
18373
+ };
18174
18374
  open: {
18175
18375
  type: import("vue").PropType<boolean>;
18176
18376
  default: boolean;
@@ -18206,6 +18406,14 @@ declare const _default: {
18206
18406
  type: import("vue").PropType<"text" | "outlined">;
18207
18407
  default: string;
18208
18408
  };
18409
+ withTooltip: {
18410
+ type: import("vue").PropType<boolean>;
18411
+ default: boolean;
18412
+ };
18413
+ tooltipPlacement: {
18414
+ 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">;
18415
+ default: string;
18416
+ };
18209
18417
  disabled: {
18210
18418
  type: import("vue").PropType<boolean>;
18211
18419
  default: boolean;
@@ -18214,6 +18422,10 @@ declare const _default: {
18214
18422
  type: import("vue").PropType<"small" | "medium">;
18215
18423
  default: string;
18216
18424
  };
18425
+ maxWidth: {
18426
+ type: import("vue").PropType<number>;
18427
+ default: number;
18428
+ };
18217
18429
  open: {
18218
18430
  type: import("vue").PropType<boolean>;
18219
18431
  default: boolean;
@@ -18237,8 +18449,11 @@ declare const _default: {
18237
18449
  }, string, {
18238
18450
  testId: string;
18239
18451
  variant: "text" | "outlined";
18452
+ withTooltip: boolean;
18453
+ tooltipPlacement: "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";
18240
18454
  disabled: boolean;
18241
18455
  size: "small" | "medium";
18456
+ maxWidth: number;
18242
18457
  open: boolean;
18243
18458
  startIconName: string;
18244
18459
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -20819,6 +21034,7 @@ declare const _default: {
20819
21034
  "onUpdate:isOpen"?: (value: unknown) => any;
20820
21035
  onOnsearch?: (value: string) => any;
20821
21036
  onLoadMore?: () => any;
21037
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
20822
21038
  onOpened?: () => any;
20823
21039
  onClosed?: () => any;
20824
21040
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
@@ -20833,7 +21049,7 @@ declare const _default: {
20833
21049
  }>;
20834
21050
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
20835
21051
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
20836
- $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "opened") => void) & ((event: "closed") => void);
21052
+ $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "unsavedSelectionUpdate", value: unknown[]) => void) & ((event: "opened") => void) & ((event: "closed") => void);
20837
21053
  $el: any;
20838
21054
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
20839
21055
  theme: {
@@ -21087,6 +21303,7 @@ declare const _default: {
21087
21303
  "onUpdate:isOpen"?: (value: unknown) => any;
21088
21304
  onOnsearch?: (value: string) => any;
21089
21305
  onLoadMore?: () => any;
21306
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21090
21307
  onOpened?: () => any;
21091
21308
  onClosed?: () => any;
21092
21309
  }, {
@@ -21104,6 +21321,7 @@ declare const _default: {
21104
21321
  onsearch: (value: string) => void;
21105
21322
  loadMore: () => void;
21106
21323
  allSelectedChanged: (value: boolean) => void;
21324
+ unsavedSelectionUpdate: (value: unknown[]) => void;
21107
21325
  }, string, {
21108
21326
  theme: string;
21109
21327
  testId: string;
@@ -21433,6 +21651,7 @@ declare const _default: {
21433
21651
  "onUpdate:isOpen"?: (value: unknown) => any;
21434
21652
  onOnsearch?: (value: string) => any;
21435
21653
  onLoadMore?: () => any;
21654
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21436
21655
  onOpened?: () => any;
21437
21656
  onClosed?: () => any;
21438
21657
  } & import("vue").ShallowUnwrapRef<{
@@ -21694,6 +21913,7 @@ declare const _default: {
21694
21913
  "onUpdate:isOpen"?: (value: unknown) => any;
21695
21914
  onOnsearch?: (value: string) => any;
21696
21915
  onLoadMore?: () => any;
21916
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21697
21917
  onOpened?: () => any;
21698
21918
  onClosed?: () => any;
21699
21919
  }, {
@@ -21711,6 +21931,7 @@ declare const _default: {
21711
21931
  onsearch: (value: string) => void;
21712
21932
  loadMore: () => void;
21713
21933
  allSelectedChanged: (value: boolean) => void;
21934
+ unsavedSelectionUpdate: (value: unknown[]) => void;
21714
21935
  }, string, {
21715
21936
  theme: string;
21716
21937
  testId: string;
@@ -21922,6 +22143,7 @@ declare const _default: {
21922
22143
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21923
22144
  disabledOptionKey: string;
21924
22145
  optionEndTextIconKey: string;
22146
+ debug: boolean;
21925
22147
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
21926
22148
  testId: {
21927
22149
  type: import("vue").PropType<string>;
@@ -22006,10 +22228,15 @@ declare const _default: {
22006
22228
  type: import("vue").PropType<string[] | number[]>;
22007
22229
  required: true;
22008
22230
  };
22231
+ debug: {
22232
+ type: import("vue").PropType<boolean>;
22233
+ required: true;
22234
+ default: boolean;
22235
+ };
22009
22236
  }>> & {
22010
22237
  "onUpdate:selected"?: (value: unknown) => any;
22011
22238
  "onUpdate:isOpen"?: (value: unknown) => any;
22012
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
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">;
22013
22240
  $attrs: {
22014
22241
  [x: string]: unknown;
22015
22242
  };
@@ -22107,6 +22334,11 @@ declare const _default: {
22107
22334
  type: import("vue").PropType<string[] | number[]>;
22108
22335
  required: true;
22109
22336
  };
22337
+ debug: {
22338
+ type: import("vue").PropType<boolean>;
22339
+ required: true;
22340
+ default: boolean;
22341
+ };
22110
22342
  }>> & {
22111
22343
  "onUpdate:selected"?: (value: unknown) => any;
22112
22344
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -22129,6 +22361,7 @@ declare const _default: {
22129
22361
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22130
22362
  disabledOptionKey: string;
22131
22363
  optionEndTextIconKey: string;
22364
+ debug: boolean;
22132
22365
  }, {}, string> & {
22133
22366
  beforeCreate?: (() => void) | (() => void)[];
22134
22367
  created?: (() => void) | (() => void)[];
@@ -22233,6 +22466,11 @@ declare const _default: {
22233
22466
  type: import("vue").PropType<string[] | number[]>;
22234
22467
  required: true;
22235
22468
  };
22469
+ debug: {
22470
+ type: import("vue").PropType<boolean>;
22471
+ required: true;
22472
+ default: boolean;
22473
+ };
22236
22474
  }>> & {
22237
22475
  "onUpdate:selected"?: (value: unknown) => any;
22238
22476
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -22324,6 +22562,11 @@ declare const _default: {
22324
22562
  type: import("vue").PropType<string[] | number[]>;
22325
22563
  required: true;
22326
22564
  };
22565
+ debug: {
22566
+ type: import("vue").PropType<boolean>;
22567
+ required: true;
22568
+ default: boolean;
22569
+ };
22327
22570
  }>> & {
22328
22571
  "onUpdate:selected"?: (value: unknown) => any;
22329
22572
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -22346,6 +22589,7 @@ declare const _default: {
22346
22589
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22347
22590
  disabledOptionKey: string;
22348
22591
  optionEndTextIconKey: string;
22592
+ debug: boolean;
22349
22593
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
22350
22594
  $slots: {
22351
22595
  "trigger-end-icon"?(_: {}): any;
@@ -22373,6 +22617,14 @@ declare const _default: {
22373
22617
  required: true;
22374
22618
  default: string;
22375
22619
  };
22620
+ optionFlagKey: {
22621
+ type: import("vue").PropType<string>;
22622
+ default: string;
22623
+ };
22624
+ groupedOptions: {
22625
+ type: import("vue").PropType<boolean>;
22626
+ default: boolean;
22627
+ };
22376
22628
  comparingKey: {
22377
22629
  type: import("vue").PropType<string>;
22378
22630
  required: true;
@@ -22414,6 +22666,14 @@ declare const _default: {
22414
22666
  type: import("vue").PropType<() => Promise<void>>;
22415
22667
  default: any;
22416
22668
  };
22669
+ fetchDataDebounceTime: {
22670
+ type: import("vue").PropType<number>;
22671
+ default: number;
22672
+ };
22673
+ autoFocusSearch: {
22674
+ type: import("vue").PropType<boolean>;
22675
+ default: boolean;
22676
+ };
22417
22677
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22418
22678
  "update:selectedCondition": (value: {
22419
22679
  label: string;
@@ -22445,6 +22705,14 @@ declare const _default: {
22445
22705
  required: true;
22446
22706
  default: string;
22447
22707
  };
22708
+ optionFlagKey: {
22709
+ type: import("vue").PropType<string>;
22710
+ default: string;
22711
+ };
22712
+ groupedOptions: {
22713
+ type: import("vue").PropType<boolean>;
22714
+ default: boolean;
22715
+ };
22448
22716
  comparingKey: {
22449
22717
  type: import("vue").PropType<string>;
22450
22718
  required: true;
@@ -22486,6 +22754,14 @@ declare const _default: {
22486
22754
  type: import("vue").PropType<() => Promise<void>>;
22487
22755
  default: any;
22488
22756
  };
22757
+ fetchDataDebounceTime: {
22758
+ type: import("vue").PropType<number>;
22759
+ default: number;
22760
+ };
22761
+ autoFocusSearch: {
22762
+ type: import("vue").PropType<boolean>;
22763
+ default: boolean;
22764
+ };
22489
22765
  }>> & {
22490
22766
  onClear?: () => any;
22491
22767
  "onUpdate:selectedCondition"?: (value: {
@@ -22500,10 +22776,14 @@ declare const _default: {
22500
22776
  isOpen: boolean;
22501
22777
  infiniteLoading: boolean;
22502
22778
  optionNameKey: string;
22779
+ optionFlagKey: string;
22780
+ groupedOptions: boolean;
22503
22781
  comparingKey: string;
22504
22782
  minCharsToStart: number;
22505
22783
  searchQuery: string;
22506
22784
  loadMoreFn: () => Promise<void>;
22785
+ fetchDataDebounceTime: number;
22786
+ autoFocusSearch: boolean;
22507
22787
  }>)[];
22508
22788
  Option: {
22509
22789
  new (...args: any[]): {
@@ -23025,6 +23305,7 @@ declare const _default: {
23025
23305
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23026
23306
  disabledOptionKey: string;
23027
23307
  optionEndTextIconKey: string;
23308
+ debug: boolean;
23028
23309
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
23029
23310
  testId: {
23030
23311
  type: import("vue").PropType<string>;
@@ -23109,10 +23390,15 @@ declare const _default: {
23109
23390
  type: import("vue").PropType<string[] | number[]>;
23110
23391
  required: true;
23111
23392
  };
23393
+ debug: {
23394
+ type: import("vue").PropType<boolean>;
23395
+ required: true;
23396
+ default: boolean;
23397
+ };
23112
23398
  }>> & {
23113
23399
  "onUpdate:selected"?: (value: unknown) => any;
23114
23400
  "onUpdate:isOpen"?: (value: unknown) => any;
23115
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
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">;
23116
23402
  $attrs: {
23117
23403
  [x: string]: unknown;
23118
23404
  };
@@ -23210,6 +23496,11 @@ declare const _default: {
23210
23496
  type: import("vue").PropType<string[] | number[]>;
23211
23497
  required: true;
23212
23498
  };
23499
+ debug: {
23500
+ type: import("vue").PropType<boolean>;
23501
+ required: true;
23502
+ default: boolean;
23503
+ };
23213
23504
  }>> & {
23214
23505
  "onUpdate:selected"?: (value: unknown) => any;
23215
23506
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -23232,6 +23523,7 @@ declare const _default: {
23232
23523
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23233
23524
  disabledOptionKey: string;
23234
23525
  optionEndTextIconKey: string;
23526
+ debug: boolean;
23235
23527
  }, {}, string> & {
23236
23528
  beforeCreate?: (() => void) | (() => void)[];
23237
23529
  created?: (() => void) | (() => void)[];
@@ -23336,6 +23628,11 @@ declare const _default: {
23336
23628
  type: import("vue").PropType<string[] | number[]>;
23337
23629
  required: true;
23338
23630
  };
23631
+ debug: {
23632
+ type: import("vue").PropType<boolean>;
23633
+ required: true;
23634
+ default: boolean;
23635
+ };
23339
23636
  }>> & {
23340
23637
  "onUpdate:selected"?: (value: unknown) => any;
23341
23638
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -23427,6 +23724,11 @@ declare const _default: {
23427
23724
  type: import("vue").PropType<string[] | number[]>;
23428
23725
  required: true;
23429
23726
  };
23727
+ debug: {
23728
+ type: import("vue").PropType<boolean>;
23729
+ required: true;
23730
+ default: boolean;
23731
+ };
23430
23732
  }>> & {
23431
23733
  "onUpdate:selected"?: (value: unknown) => any;
23432
23734
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -23449,6 +23751,7 @@ declare const _default: {
23449
23751
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
23450
23752
  disabledOptionKey: string;
23451
23753
  optionEndTextIconKey: string;
23754
+ debug: boolean;
23452
23755
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
23453
23756
  $slots: {
23454
23757
  "trigger-end-icon"?(_: {}): any;
@@ -23477,6 +23780,14 @@ declare const _default: {
23477
23780
  required: true;
23478
23781
  default: string;
23479
23782
  };
23783
+ optionFlagKey: {
23784
+ type: import("vue").PropType<string>;
23785
+ default: string;
23786
+ };
23787
+ groupedOptions: {
23788
+ type: import("vue").PropType<boolean>;
23789
+ default: boolean;
23790
+ };
23480
23791
  comparingKey: {
23481
23792
  type: import("vue").PropType<string>;
23482
23793
  required: true;
@@ -23518,6 +23829,14 @@ declare const _default: {
23518
23829
  type: import("vue").PropType<() => Promise<void>>;
23519
23830
  default: any;
23520
23831
  };
23832
+ fetchDataDebounceTime: {
23833
+ type: import("vue").PropType<number>;
23834
+ default: number;
23835
+ };
23836
+ autoFocusSearch: {
23837
+ type: import("vue").PropType<boolean>;
23838
+ default: boolean;
23839
+ };
23521
23840
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23522
23841
  "update:selectedCondition": (value: {
23523
23842
  label: string;
@@ -23549,6 +23868,14 @@ declare const _default: {
23549
23868
  required: true;
23550
23869
  default: string;
23551
23870
  };
23871
+ optionFlagKey: {
23872
+ type: import("vue").PropType<string>;
23873
+ default: string;
23874
+ };
23875
+ groupedOptions: {
23876
+ type: import("vue").PropType<boolean>;
23877
+ default: boolean;
23878
+ };
23552
23879
  comparingKey: {
23553
23880
  type: import("vue").PropType<string>;
23554
23881
  required: true;
@@ -23590,6 +23917,14 @@ declare const _default: {
23590
23917
  type: import("vue").PropType<() => Promise<void>>;
23591
23918
  default: any;
23592
23919
  };
23920
+ fetchDataDebounceTime: {
23921
+ type: import("vue").PropType<number>;
23922
+ default: number;
23923
+ };
23924
+ autoFocusSearch: {
23925
+ type: import("vue").PropType<boolean>;
23926
+ default: boolean;
23927
+ };
23593
23928
  }>> & {
23594
23929
  onClear?: () => any;
23595
23930
  "onUpdate:selectedCondition"?: (value: {
@@ -23604,10 +23939,14 @@ declare const _default: {
23604
23939
  isOpen: boolean;
23605
23940
  infiniteLoading: boolean;
23606
23941
  optionNameKey: string;
23942
+ optionFlagKey: string;
23943
+ groupedOptions: boolean;
23607
23944
  comparingKey: string;
23608
23945
  minCharsToStart: number;
23609
23946
  searchQuery: string;
23610
23947
  loadMoreFn: () => Promise<void>;
23948
+ fetchDataDebounceTime: number;
23949
+ autoFocusSearch: boolean;
23611
23950
  }>;
23612
23951
  Label: {
23613
23952
  new (...args: any[]): {