@ironsource/shared-ui 2.2.0-rc.1 → 2.2.0-rc.11

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 (168) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +1 -0
  2. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_f86477a9_lang.css +1 -0
  3. package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
  4. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
  5. package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +1 -0
  6. package/ChartHeader.vue_vue_type_style_index_0_scoped_9a603520_lang.css +1 -0
  7. package/ChartPlane.vue_vue_type_style_index_0_scoped_6de5cddb_lang.css +1 -0
  8. package/ChartTooltip.vue_vue_type_style_index_0_scoped_dc7e6298_lang.css +1 -0
  9. package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
  10. package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
  11. package/ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css +1 -0
  12. package/DataGrid.vue_vue_type_style_index_0_scoped_46851fcb_lang.css +1 -0
  13. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
  14. package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
  15. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
  16. package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
  17. package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
  18. package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
  19. package/InlineCopy.vue_vue_type_style_index_0_scoped_9fa1921a_lang.css +1 -0
  20. package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
  21. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
  22. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
  23. package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +1 -0
  24. package/SwitchV4.vue_vue_type_style_index_0_scoped_74a2af19_lang.css +1 -0
  25. package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
  26. package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
  27. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  28. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css +1 -0
  29. package/TooltipHeader.vue_vue_type_style_index_0_scoped_2177211f_lang.css +1 -0
  30. package/components/alert/Alert.vue.d.ts +3 -8
  31. package/components/alert/Alert.vue.js +2 -2
  32. package/components/alert/Alert.vue2.js +48 -46
  33. package/components/alert/index.d.ts +8 -27
  34. package/components/appHeader/AppHeader.vue.js +2 -2
  35. package/components/appHeader/AppHeader.vue2.js +44 -45
  36. package/components/button/v3/Button.vue.d.ts +6 -6
  37. package/components/button/v3/index.d.ts +14 -14
  38. package/components/button/v4/ButtonV4.vue.js +4 -4
  39. package/components/button/v4/ButtonV4.vue2.js +1 -1
  40. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  41. package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
  42. package/components/chart/Chart.vue.d.ts +5 -0
  43. package/components/chart/Chart.vue.js +3 -3
  44. package/components/chart/Chart.vue2.js +10 -8
  45. package/components/chart/ChartHeader.vue.d.ts +5 -0
  46. package/components/chart/ChartHeader.vue.js +3 -3
  47. package/components/chart/ChartHeader.vue2.js +73 -49
  48. package/components/chart/ChartPlane.vue.d.ts +5 -0
  49. package/components/chart/ChartPlane.vue.js +2 -2
  50. package/components/chart/ChartPlane.vue2.js +34 -32
  51. package/components/chart/ChartStoryArgs.d.ts +6 -0
  52. package/components/chart/ChartTooltip.vue.js +2 -2
  53. package/components/chart/ChartTooltip.vue2.js +19 -16
  54. package/components/chart/TooltipHeader.vue.js +3 -3
  55. package/components/chart/TooltipHeader.vue2.js +33 -22
  56. package/components/chart/index.d.ts +20 -1
  57. package/components/chart/utils/utils.d.ts +5 -1
  58. package/components/chart/utils/utils.js +32 -22
  59. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  60. package/components/checkbox/v4/CheckboxV4.vue2.js +60 -79
  61. package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
  62. package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
  63. package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
  64. package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -21
  65. package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
  66. package/components/chip/v4/ChipV4.vue.js +3 -3
  67. package/components/chip/v4/ChipV4.vue2.js +1 -1
  68. package/components/columnPicker/ColumnPicker.vue.js +2 -2
  69. package/components/columnPicker/ColumnPicker.vue2.js +1 -1
  70. package/components/dialog/v4/DialogFooter.vue2.js +1 -1
  71. package/components/dialog/v4/DialogHeader.vue2.js +1 -1
  72. package/components/dialog/v4/DialogV4.vue.js +4 -4
  73. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  74. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  75. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
  76. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  77. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
  78. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  79. package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
  80. package/components/dropdown/v4/GroupOption.vue.js +3 -3
  81. package/components/dropdown/v4/GroupOption.vue2.js +1 -1
  82. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  83. package/components/emptyState/v3/index.d.ts +7 -7
  84. package/components/helpText/HelpText.vue.d.ts +68 -0
  85. package/components/helpText/HelpText.vue.js +7 -0
  86. package/components/helpText/HelpText.vue2.js +45 -0
  87. package/components/helpText/index.d.ts +190 -0
  88. package/components/helpText/index.js +6 -0
  89. package/components/icon/v4/IconV4.vue.d.ts +5 -0
  90. package/components/icon/v4/IconV4.vue.js +2 -2
  91. package/components/icon/v4/IconV4.vue2.js +27 -26
  92. package/components/icon/v4/index.d.ts +20 -1
  93. package/components/includeExclude/index.d.ts +16 -16
  94. package/components/inlineCopy/InlineCopy.vue.d.ts +15 -0
  95. package/components/inlineCopy/InlineCopy.vue.js +2 -2
  96. package/components/inlineCopy/InlineCopy.vue2.js +80 -51
  97. package/components/inlineCopy/index.d.ts +27 -0
  98. package/components/input/v4/TextField.vue.js +2 -2
  99. package/components/input/v4/TextField.vue2.js +1 -1
  100. package/components/link/Link.vue.d.ts +3 -3
  101. package/components/link/Link.vue.js +5 -5
  102. package/components/link/Link.vue2.js +1 -1
  103. package/components/link/index.d.ts +7 -7
  104. package/components/multibar/MultiBar.vue.js +3 -3
  105. package/components/multibar/MultiBar.vue2.js +1 -1
  106. package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
  107. package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
  108. package/components/snackbar/common/notify.js +25 -25
  109. package/components/snackbar/common/snackbar.common.js +19 -19
  110. package/components/snackbar/common/snackbar.types.d.ts +2 -1
  111. package/components/snackbar/v4/SnackbarV4.vue.d.ts +8 -1
  112. package/components/snackbar/v4/SnackbarV4.vue.js +2 -2
  113. package/components/snackbar/v4/SnackbarV4.vue2.js +85 -64
  114. package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
  115. package/components/switch/v4/SwitchV4.vue.js +3 -3
  116. package/components/switch/v4/SwitchV4.vue2.js +14 -13
  117. package/components/switch/v4/index.d.ts +9 -0
  118. package/components/table/v4/DataGrid.vue.js +4 -4
  119. package/components/table/v4/DataGrid.vue2.js +78 -77
  120. package/components/table-cells/v3/Editable.vue.d.ts +1 -1
  121. package/components/table-cells/v3/index.d.ts +20 -20
  122. package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
  123. package/components/table-cells/v4/index.d.ts +20 -20
  124. package/components/textArea/v4/TextAreaV4.vue.js +3 -3
  125. package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
  126. package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
  127. package/index.d.ts +153 -42
  128. package/index.js +94 -90
  129. package/package.json +7 -2
  130. package/style/v4/colors.scss +89 -84
  131. package/style/v4/grid.css +1 -1
  132. package/style/v4/grid.css.map +1 -1
  133. package/testids/index.d.ts +4 -0
  134. package/testids/index.js +38 -37
  135. package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
  136. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
  137. package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
  138. package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
  139. package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +0 -1
  140. package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +0 -1
  141. package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +0 -1
  142. package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +0 -1
  143. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
  144. package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
  145. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
  146. package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
  147. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
  148. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
  149. package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
  150. package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
  151. package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
  152. package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +0 -1
  153. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
  154. package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
  155. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
  156. package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +0 -1
  157. package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
  158. package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
  159. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
  160. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
  161. package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +0 -1
  162. package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
  163. package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
  164. package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
  165. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
  166. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
  167. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
  168. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
package/index.d.ts CHANGED
@@ -2735,6 +2735,10 @@ declare const _default: {
2735
2735
  required: true;
2736
2736
  default: string;
2737
2737
  };
2738
+ isLoading: {
2739
+ type: import("vue").PropType<boolean>;
2740
+ default: boolean;
2741
+ };
2738
2742
  hideTextValue: {
2739
2743
  type: import("vue").PropType<boolean>;
2740
2744
  required: true;
@@ -2752,6 +2756,14 @@ declare const _default: {
2752
2756
  type: import("vue").PropType<string>;
2753
2757
  default: string;
2754
2758
  };
2759
+ asyncCopy: {
2760
+ type: import("vue").PropType<boolean>;
2761
+ default: boolean;
2762
+ };
2763
+ loadingTitle: {
2764
+ type: import("vue").PropType<string>;
2765
+ default: string;
2766
+ };
2755
2767
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2756
2768
  copy: () => void;
2757
2769
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2778,6 +2790,10 @@ declare const _default: {
2778
2790
  required: true;
2779
2791
  default: string;
2780
2792
  };
2793
+ isLoading: {
2794
+ type: import("vue").PropType<boolean>;
2795
+ default: boolean;
2796
+ };
2781
2797
  hideTextValue: {
2782
2798
  type: import("vue").PropType<boolean>;
2783
2799
  required: true;
@@ -2795,6 +2811,14 @@ declare const _default: {
2795
2811
  type: import("vue").PropType<string>;
2796
2812
  default: string;
2797
2813
  };
2814
+ asyncCopy: {
2815
+ type: import("vue").PropType<boolean>;
2816
+ default: boolean;
2817
+ };
2818
+ loadingTitle: {
2819
+ type: import("vue").PropType<string>;
2820
+ default: string;
2821
+ };
2798
2822
  }>> & {
2799
2823
  onCopy?: () => any;
2800
2824
  }, {
@@ -2803,10 +2827,13 @@ declare const _default: {
2803
2827
  tooltipText: string;
2804
2828
  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";
2805
2829
  size: "small" | "medium";
2830
+ isLoading: boolean;
2806
2831
  hideTextValue: boolean;
2807
2832
  iconSize: string;
2808
2833
  tooltipHeader: string;
2809
2834
  valueToCopy: string;
2835
+ asyncCopy: boolean;
2836
+ loadingTitle: string;
2810
2837
  }>;
2811
2838
  InlineCopyTypes: () => import("vue").DefineComponent<{
2812
2839
  text: {
@@ -2832,6 +2859,10 @@ declare const _default: {
2832
2859
  required: true;
2833
2860
  default: string;
2834
2861
  };
2862
+ isLoading: {
2863
+ type: import("vue").PropType<boolean>;
2864
+ default: boolean;
2865
+ };
2835
2866
  hideTextValue: {
2836
2867
  type: import("vue").PropType<boolean>;
2837
2868
  required: true;
@@ -2849,6 +2880,14 @@ declare const _default: {
2849
2880
  type: import("vue").PropType<string>;
2850
2881
  default: string;
2851
2882
  };
2883
+ asyncCopy: {
2884
+ type: import("vue").PropType<boolean>;
2885
+ default: boolean;
2886
+ };
2887
+ loadingTitle: {
2888
+ type: import("vue").PropType<string>;
2889
+ default: string;
2890
+ };
2852
2891
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2853
2892
  copy: () => void;
2854
2893
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2875,6 +2914,10 @@ declare const _default: {
2875
2914
  required: true;
2876
2915
  default: string;
2877
2916
  };
2917
+ isLoading: {
2918
+ type: import("vue").PropType<boolean>;
2919
+ default: boolean;
2920
+ };
2878
2921
  hideTextValue: {
2879
2922
  type: import("vue").PropType<boolean>;
2880
2923
  required: true;
@@ -2892,6 +2935,14 @@ declare const _default: {
2892
2935
  type: import("vue").PropType<string>;
2893
2936
  default: string;
2894
2937
  };
2938
+ asyncCopy: {
2939
+ type: import("vue").PropType<boolean>;
2940
+ default: boolean;
2941
+ };
2942
+ loadingTitle: {
2943
+ type: import("vue").PropType<string>;
2944
+ default: string;
2945
+ };
2895
2946
  }>> & {
2896
2947
  onCopy?: () => any;
2897
2948
  }, {
@@ -2900,10 +2951,13 @@ declare const _default: {
2900
2951
  tooltipText: string;
2901
2952
  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";
2902
2953
  size: "small" | "medium";
2954
+ isLoading: boolean;
2903
2955
  hideTextValue: boolean;
2904
2956
  iconSize: string;
2905
2957
  tooltipHeader: string;
2906
2958
  valueToCopy: string;
2959
+ asyncCopy: boolean;
2960
+ loadingTitle: string;
2907
2961
  }>[];
2908
2962
  AppHeader: import("vue").DefineComponent<{
2909
2963
  name: {
@@ -5434,10 +5488,10 @@ declare const _default: {
5434
5488
  $props: Partial<{
5435
5489
  type: "input" | "dropdown";
5436
5490
  cell: string;
5491
+ isLoading: boolean;
5437
5492
  withIcons: boolean;
5438
5493
  saveOnClickOutside: boolean;
5439
5494
  validateFunction: (value: unknown) => string | boolean;
5440
- isLoading: boolean;
5441
5495
  displayValue: (option: unknown) => unknown;
5442
5496
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5443
5497
  type: {
@@ -5449,6 +5503,10 @@ declare const _default: {
5449
5503
  type: import("vue").PropType<string>;
5450
5504
  default: string;
5451
5505
  };
5506
+ isLoading: {
5507
+ type: import("vue").PropType<boolean>;
5508
+ default: boolean;
5509
+ };
5452
5510
  withIcons: {
5453
5511
  type: import("vue").PropType<boolean>;
5454
5512
  default: boolean;
@@ -5461,10 +5519,6 @@ declare const _default: {
5461
5519
  type: import("vue").PropType<(value: unknown) => string | boolean>;
5462
5520
  default: () => false;
5463
5521
  };
5464
- isLoading: {
5465
- type: import("vue").PropType<boolean>;
5466
- default: boolean;
5467
- };
5468
5522
  rowIndex: {
5469
5523
  type: import("vue").PropType<number>;
5470
5524
  required: true;
@@ -5477,7 +5531,7 @@ declare const _default: {
5477
5531
  type: import("vue").PropType<(option: unknown) => unknown>;
5478
5532
  default: (cell: unknown) => unknown;
5479
5533
  };
5480
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
5534
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "isLoading" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "displayValue">;
5481
5535
  $attrs: {
5482
5536
  [x: string]: unknown;
5483
5537
  };
@@ -5501,6 +5555,10 @@ declare const _default: {
5501
5555
  type: import("vue").PropType<string>;
5502
5556
  default: string;
5503
5557
  };
5558
+ isLoading: {
5559
+ type: import("vue").PropType<boolean>;
5560
+ default: boolean;
5561
+ };
5504
5562
  withIcons: {
5505
5563
  type: import("vue").PropType<boolean>;
5506
5564
  default: boolean;
@@ -5513,10 +5571,6 @@ declare const _default: {
5513
5571
  type: import("vue").PropType<(value: unknown) => string | boolean>;
5514
5572
  default: () => false;
5515
5573
  };
5516
- isLoading: {
5517
- type: import("vue").PropType<boolean>;
5518
- default: boolean;
5519
- };
5520
5574
  rowIndex: {
5521
5575
  type: import("vue").PropType<number>;
5522
5576
  required: true;
@@ -5532,10 +5586,10 @@ declare const _default: {
5532
5586
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5533
5587
  type: "input" | "dropdown";
5534
5588
  cell: string;
5589
+ isLoading: boolean;
5535
5590
  withIcons: boolean;
5536
5591
  saveOnClickOutside: boolean;
5537
5592
  validateFunction: (value: unknown) => string | boolean;
5538
- isLoading: boolean;
5539
5593
  displayValue: (option: unknown) => unknown;
5540
5594
  }, {}, string> & {
5541
5595
  beforeCreate?: (() => void) | (() => void)[];
@@ -5567,6 +5621,10 @@ declare const _default: {
5567
5621
  type: import("vue").PropType<string>;
5568
5622
  default: string;
5569
5623
  };
5624
+ isLoading: {
5625
+ type: import("vue").PropType<boolean>;
5626
+ default: boolean;
5627
+ };
5570
5628
  withIcons: {
5571
5629
  type: import("vue").PropType<boolean>;
5572
5630
  default: boolean;
@@ -5579,10 +5637,6 @@ declare const _default: {
5579
5637
  type: import("vue").PropType<(value: unknown) => string | boolean>;
5580
5638
  default: () => false;
5581
5639
  };
5582
- isLoading: {
5583
- type: import("vue").PropType<boolean>;
5584
- default: boolean;
5585
- };
5586
5640
  rowIndex: {
5587
5641
  type: import("vue").PropType<number>;
5588
5642
  required: true;
@@ -5609,6 +5663,10 @@ declare const _default: {
5609
5663
  type: import("vue").PropType<string>;
5610
5664
  default: string;
5611
5665
  };
5666
+ isLoading: {
5667
+ type: import("vue").PropType<boolean>;
5668
+ default: boolean;
5669
+ };
5612
5670
  withIcons: {
5613
5671
  type: import("vue").PropType<boolean>;
5614
5672
  default: boolean;
@@ -5621,10 +5679,6 @@ declare const _default: {
5621
5679
  type: import("vue").PropType<(value: unknown) => string | boolean>;
5622
5680
  default: () => false;
5623
5681
  };
5624
- isLoading: {
5625
- type: import("vue").PropType<boolean>;
5626
- default: boolean;
5627
- };
5628
5682
  rowIndex: {
5629
5683
  type: import("vue").PropType<number>;
5630
5684
  required: true;
@@ -5640,10 +5694,10 @@ declare const _default: {
5640
5694
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5641
5695
  type: "input" | "dropdown";
5642
5696
  cell: string;
5697
+ isLoading: boolean;
5643
5698
  withIcons: boolean;
5644
5699
  saveOnClickOutside: boolean;
5645
5700
  validateFunction: (value: unknown) => string | boolean;
5646
- isLoading: boolean;
5647
5701
  displayValue: (option: unknown) => unknown;
5648
5702
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5649
5703
  $slots: {
@@ -5658,10 +5712,10 @@ declare const _default: {
5658
5712
  $props: Partial<{
5659
5713
  type: "input" | "dropdown";
5660
5714
  cell: string;
5715
+ isLoading: boolean;
5661
5716
  withIcons: boolean;
5662
5717
  saveOnClickOutside: boolean;
5663
5718
  validateFunction: (value: unknown) => string | boolean;
5664
- isLoading: boolean;
5665
5719
  displayValue: (option: unknown) => unknown;
5666
5720
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5667
5721
  type: {
@@ -5673,6 +5727,10 @@ declare const _default: {
5673
5727
  type: import("vue").PropType<string>;
5674
5728
  default: string;
5675
5729
  };
5730
+ isLoading: {
5731
+ type: import("vue").PropType<boolean>;
5732
+ default: boolean;
5733
+ };
5676
5734
  withIcons: {
5677
5735
  type: import("vue").PropType<boolean>;
5678
5736
  default: boolean;
@@ -5685,10 +5743,6 @@ declare const _default: {
5685
5743
  type: import("vue").PropType<(value: unknown) => string | boolean>;
5686
5744
  default: () => false;
5687
5745
  };
5688
- isLoading: {
5689
- type: import("vue").PropType<boolean>;
5690
- default: boolean;
5691
- };
5692
5746
  rowIndex: {
5693
5747
  type: import("vue").PropType<number>;
5694
5748
  required: true;
@@ -5701,7 +5755,7 @@ declare const _default: {
5701
5755
  type: import("vue").PropType<(option: unknown) => unknown>;
5702
5756
  default: (cell: unknown) => unknown;
5703
5757
  };
5704
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
5758
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "isLoading" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "displayValue">;
5705
5759
  $attrs: {
5706
5760
  [x: string]: unknown;
5707
5761
  };
@@ -5725,6 +5779,10 @@ declare const _default: {
5725
5779
  type: import("vue").PropType<string>;
5726
5780
  default: string;
5727
5781
  };
5782
+ isLoading: {
5783
+ type: import("vue").PropType<boolean>;
5784
+ default: boolean;
5785
+ };
5728
5786
  withIcons: {
5729
5787
  type: import("vue").PropType<boolean>;
5730
5788
  default: boolean;
@@ -5737,10 +5795,6 @@ declare const _default: {
5737
5795
  type: import("vue").PropType<(value: unknown) => string | boolean>;
5738
5796
  default: () => false;
5739
5797
  };
5740
- isLoading: {
5741
- type: import("vue").PropType<boolean>;
5742
- default: boolean;
5743
- };
5744
5798
  rowIndex: {
5745
5799
  type: import("vue").PropType<number>;
5746
5800
  required: true;
@@ -5756,10 +5810,10 @@ declare const _default: {
5756
5810
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5757
5811
  type: "input" | "dropdown";
5758
5812
  cell: string;
5813
+ isLoading: boolean;
5759
5814
  withIcons: boolean;
5760
5815
  saveOnClickOutside: boolean;
5761
5816
  validateFunction: (value: unknown) => string | boolean;
5762
- isLoading: boolean;
5763
5817
  displayValue: (option: unknown) => unknown;
5764
5818
  }, {}, string> & {
5765
5819
  beforeCreate?: (() => void) | (() => void)[];
@@ -5791,6 +5845,10 @@ declare const _default: {
5791
5845
  type: import("vue").PropType<string>;
5792
5846
  default: string;
5793
5847
  };
5848
+ isLoading: {
5849
+ type: import("vue").PropType<boolean>;
5850
+ default: boolean;
5851
+ };
5794
5852
  withIcons: {
5795
5853
  type: import("vue").PropType<boolean>;
5796
5854
  default: boolean;
@@ -5803,10 +5861,6 @@ declare const _default: {
5803
5861
  type: import("vue").PropType<(value: unknown) => string | boolean>;
5804
5862
  default: () => false;
5805
5863
  };
5806
- isLoading: {
5807
- type: import("vue").PropType<boolean>;
5808
- default: boolean;
5809
- };
5810
5864
  rowIndex: {
5811
5865
  type: import("vue").PropType<number>;
5812
5866
  required: true;
@@ -5833,6 +5887,10 @@ declare const _default: {
5833
5887
  type: import("vue").PropType<string>;
5834
5888
  default: string;
5835
5889
  };
5890
+ isLoading: {
5891
+ type: import("vue").PropType<boolean>;
5892
+ default: boolean;
5893
+ };
5836
5894
  withIcons: {
5837
5895
  type: import("vue").PropType<boolean>;
5838
5896
  default: boolean;
@@ -5845,10 +5903,6 @@ declare const _default: {
5845
5903
  type: import("vue").PropType<(value: unknown) => string | boolean>;
5846
5904
  default: () => false;
5847
5905
  };
5848
- isLoading: {
5849
- type: import("vue").PropType<boolean>;
5850
- default: boolean;
5851
- };
5852
5906
  rowIndex: {
5853
5907
  type: import("vue").PropType<number>;
5854
5908
  required: true;
@@ -5864,10 +5918,10 @@ declare const _default: {
5864
5918
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5865
5919
  type: "input" | "dropdown";
5866
5920
  cell: string;
5921
+ isLoading: boolean;
5867
5922
  withIcons: boolean;
5868
5923
  saveOnClickOutside: boolean;
5869
5924
  validateFunction: (value: unknown) => string | boolean;
5870
- isLoading: boolean;
5871
5925
  displayValue: (option: unknown) => unknown;
5872
5926
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5873
5927
  $slots: {
@@ -12715,6 +12769,7 @@ declare const _default: {
12715
12769
  height: string;
12716
12770
  width: string;
12717
12771
  platform: string;
12772
+ circled: boolean;
12718
12773
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
12719
12774
  name: {
12720
12775
  type: import("vue").PropType<string>;
@@ -12744,7 +12799,11 @@ declare const _default: {
12744
12799
  type: import("vue").PropType<string>;
12745
12800
  default: any;
12746
12801
  };
12747
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
12802
+ circled: {
12803
+ type: import("vue").PropType<boolean>;
12804
+ default: boolean;
12805
+ };
12806
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
12748
12807
  $attrs: {
12749
12808
  [x: string]: unknown;
12750
12809
  };
@@ -12787,6 +12846,10 @@ declare const _default: {
12787
12846
  type: import("vue").PropType<string>;
12788
12847
  default: any;
12789
12848
  };
12849
+ circled: {
12850
+ type: import("vue").PropType<boolean>;
12851
+ default: boolean;
12852
+ };
12790
12853
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
12791
12854
  name: string;
12792
12855
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -12795,6 +12858,7 @@ declare const _default: {
12795
12858
  height: string;
12796
12859
  width: string;
12797
12860
  platform: string;
12861
+ circled: boolean;
12798
12862
  }, {}, string> & {
12799
12863
  beforeCreate?: (() => void) | (() => void)[];
12800
12864
  created?: (() => void) | (() => void)[];
@@ -12844,6 +12908,10 @@ declare const _default: {
12844
12908
  type: import("vue").PropType<string>;
12845
12909
  default: any;
12846
12910
  };
12911
+ circled: {
12912
+ type: import("vue").PropType<boolean>;
12913
+ default: boolean;
12914
+ };
12847
12915
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
12848
12916
  __isFragment?: never;
12849
12917
  __isTeleport?: never;
@@ -12877,6 +12945,10 @@ declare const _default: {
12877
12945
  type: import("vue").PropType<string>;
12878
12946
  default: any;
12879
12947
  };
12948
+ circled: {
12949
+ type: import("vue").PropType<boolean>;
12950
+ default: boolean;
12951
+ };
12880
12952
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
12881
12953
  name: string;
12882
12954
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -12885,6 +12957,7 @@ declare const _default: {
12885
12957
  height: string;
12886
12958
  width: string;
12887
12959
  platform: string;
12960
+ circled: boolean;
12888
12961
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
12889
12962
  $slots: {
12890
12963
  default?(_: {}): any;
@@ -12902,6 +12975,7 @@ declare const _default: {
12902
12975
  height: string;
12903
12976
  width: string;
12904
12977
  platform: string;
12978
+ circled: boolean;
12905
12979
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
12906
12980
  name: {
12907
12981
  type: import("vue").PropType<string>;
@@ -12931,7 +13005,11 @@ declare const _default: {
12931
13005
  type: import("vue").PropType<string>;
12932
13006
  default: any;
12933
13007
  };
12934
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
13008
+ circled: {
13009
+ type: import("vue").PropType<boolean>;
13010
+ default: boolean;
13011
+ };
13012
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
12935
13013
  $attrs: {
12936
13014
  [x: string]: unknown;
12937
13015
  };
@@ -12974,6 +13052,10 @@ declare const _default: {
12974
13052
  type: import("vue").PropType<string>;
12975
13053
  default: any;
12976
13054
  };
13055
+ circled: {
13056
+ type: import("vue").PropType<boolean>;
13057
+ default: boolean;
13058
+ };
12977
13059
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
12978
13060
  name: string;
12979
13061
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -12982,6 +13064,7 @@ declare const _default: {
12982
13064
  height: string;
12983
13065
  width: string;
12984
13066
  platform: string;
13067
+ circled: boolean;
12985
13068
  }, {}, string> & {
12986
13069
  beforeCreate?: (() => void) | (() => void)[];
12987
13070
  created?: (() => void) | (() => void)[];
@@ -13031,6 +13114,10 @@ declare const _default: {
13031
13114
  type: import("vue").PropType<string>;
13032
13115
  default: any;
13033
13116
  };
13117
+ circled: {
13118
+ type: import("vue").PropType<boolean>;
13119
+ default: boolean;
13120
+ };
13034
13121
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
13035
13122
  __isFragment?: never;
13036
13123
  __isTeleport?: never;
@@ -13064,6 +13151,10 @@ declare const _default: {
13064
13151
  type: import("vue").PropType<string>;
13065
13152
  default: any;
13066
13153
  };
13154
+ circled: {
13155
+ type: import("vue").PropType<boolean>;
13156
+ default: boolean;
13157
+ };
13067
13158
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
13068
13159
  name: string;
13069
13160
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -13072,6 +13163,7 @@ declare const _default: {
13072
13163
  height: string;
13073
13164
  width: string;
13074
13165
  platform: string;
13166
+ circled: boolean;
13075
13167
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
13076
13168
  $slots: {
13077
13169
  default?(_: {}): any;
@@ -27952,6 +28044,10 @@ declare const _default: {
27952
28044
  type: import("vue").PropType<unknown>;
27953
28045
  required: true;
27954
28046
  };
28047
+ iconSize: {
28048
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
28049
+ default: string;
28050
+ };
27955
28051
  options: {
27956
28052
  type: import("vue").PropType<unknown[]>;
27957
28053
  required: true;
@@ -27984,6 +28080,10 @@ declare const _default: {
27984
28080
  type: import("vue").PropType<unknown>;
27985
28081
  required: true;
27986
28082
  };
28083
+ iconSize: {
28084
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
28085
+ default: string;
28086
+ };
27987
28087
  options: {
27988
28088
  type: import("vue").PropType<unknown[]>;
27989
28089
  required: true;
@@ -28002,6 +28102,7 @@ declare const _default: {
28002
28102
  testId: string;
28003
28103
  variant: "default" | "primary";
28004
28104
  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";
28105
+ iconSize: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
28005
28106
  iconKey: string;
28006
28107
  tooltipTextKey: string;
28007
28108
  }>;
@@ -28023,6 +28124,10 @@ declare const _default: {
28023
28124
  type: import("vue").PropType<unknown>;
28024
28125
  required: true;
28025
28126
  };
28127
+ iconSize: {
28128
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
28129
+ default: string;
28130
+ };
28026
28131
  options: {
28027
28132
  type: import("vue").PropType<unknown[]>;
28028
28133
  required: true;
@@ -28055,6 +28160,10 @@ declare const _default: {
28055
28160
  type: import("vue").PropType<unknown>;
28056
28161
  required: true;
28057
28162
  };
28163
+ iconSize: {
28164
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
28165
+ default: string;
28166
+ };
28058
28167
  options: {
28059
28168
  type: import("vue").PropType<unknown[]>;
28060
28169
  required: true;
@@ -28073,6 +28182,7 @@ declare const _default: {
28073
28182
  testId: string;
28074
28183
  variant: "default" | "primary";
28075
28184
  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";
28185
+ iconSize: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
28076
28186
  iconKey: string;
28077
28187
  tooltipTextKey: string;
28078
28188
  }>[];
@@ -28421,6 +28531,7 @@ export * from '@/composables/useDateService';
28421
28531
  export * from '@/components/banner';
28422
28532
  export * from '@/components/alert';
28423
28533
  export * from '@/components/link';
28534
+ export * from '@/components/helpText';
28424
28535
  export * from '@/components/autocomplete';
28425
28536
  export * from '@/components/chart';
28426
28537
  export * from '@/components/columnPicker';