@ironsource/shared-ui 2.2.0-rc.0 → 2.2.0-rc.10

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 (170) 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_f9f89da2_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/DialogV4.vue.js +4 -4
  71. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  72. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  73. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
  74. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +15 -0
  75. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  76. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +81 -60
  77. package/components/dropdown/v4/DropdownV4.vue.d.ts +18 -0
  78. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  79. package/components/dropdown/v4/DropdownV4.vue2.js +144 -135
  80. package/components/dropdown/v4/GroupOption.vue.js +3 -3
  81. package/components/dropdown/v4/GroupOption.vue2.js +1 -1
  82. package/components/dropdown/v4/dropdownStoryArgs.d.ts +11 -0
  83. package/components/dropdown/v4/index.d.ts +119 -2
  84. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  85. package/components/emptyState/v3/index.d.ts +7 -7
  86. package/components/helpText/HelpText.vue.d.ts +68 -0
  87. package/components/helpText/HelpText.vue.js +7 -0
  88. package/components/helpText/HelpText.vue2.js +45 -0
  89. package/components/helpText/index.d.ts +190 -0
  90. package/components/helpText/index.js +6 -0
  91. package/components/icon/v4/IconV4.vue.d.ts +5 -0
  92. package/components/icon/v4/IconV4.vue.js +2 -2
  93. package/components/icon/v4/IconV4.vue2.js +27 -26
  94. package/components/icon/v4/index.d.ts +20 -1
  95. package/components/includeExclude/index.d.ts +16 -16
  96. package/components/inlineCopy/InlineCopy.vue.d.ts +15 -0
  97. package/components/inlineCopy/InlineCopy.vue.js +2 -2
  98. package/components/inlineCopy/InlineCopy.vue2.js +80 -51
  99. package/components/inlineCopy/index.d.ts +27 -0
  100. package/components/input/v4/TextField.vue.js +2 -2
  101. package/components/input/v4/TextField.vue2.js +1 -1
  102. package/components/link/Link.vue.d.ts +3 -3
  103. package/components/link/Link.vue.js +5 -5
  104. package/components/link/Link.vue2.js +1 -1
  105. package/components/link/index.d.ts +7 -7
  106. package/components/multibar/MultiBar.vue.js +3 -3
  107. package/components/multibar/MultiBar.vue2.js +1 -1
  108. package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
  109. package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
  110. package/components/snackbar/common/notify.js +25 -25
  111. package/components/snackbar/common/snackbar.common.js +19 -19
  112. package/components/snackbar/common/snackbar.types.d.ts +2 -1
  113. package/components/snackbar/v4/SnackbarV4.vue.d.ts +8 -1
  114. package/components/snackbar/v4/SnackbarV4.vue.js +2 -2
  115. package/components/snackbar/v4/SnackbarV4.vue2.js +85 -64
  116. package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
  117. package/components/switch/v4/SwitchV4.vue.js +3 -3
  118. package/components/switch/v4/SwitchV4.vue2.js +14 -13
  119. package/components/switch/v4/index.d.ts +9 -0
  120. package/components/table/v4/DataGrid.vue.js +4 -4
  121. package/components/table/v4/DataGrid.vue2.js +78 -77
  122. package/components/table-cells/v3/Editable.vue.d.ts +1 -1
  123. package/components/table-cells/v3/index.d.ts +20 -20
  124. package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
  125. package/components/table-cells/v4/index.d.ts +20 -20
  126. package/components/textArea/v4/TextAreaV4.vue.js +3 -3
  127. package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
  128. package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
  129. package/index.d.ts +391 -46
  130. package/index.js +95 -91
  131. package/package.json +7 -2
  132. package/style/v4/colors.scss +89 -84
  133. package/style/v4/grid.css +1 -1
  134. package/style/v4/grid.css.map +1 -1
  135. package/testids/index.d.ts +6 -1
  136. package/testids/index.js +38 -37
  137. package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
  138. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
  139. package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
  140. package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
  141. package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +0 -1
  142. package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +0 -1
  143. package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +0 -1
  144. package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +0 -1
  145. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
  146. package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
  147. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
  148. package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
  149. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_64ae80dd_lang.css +0 -1
  150. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
  151. package/DropdownV4.vue_vue_type_style_index_0_scoped_d3802d59_lang.css +0 -1
  152. package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
  153. package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
  154. package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +0 -1
  155. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
  156. package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
  157. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
  158. package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +0 -1
  159. package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
  160. package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
  161. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
  162. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
  163. package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +0 -1
  164. package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
  165. package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
  166. package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
  167. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
  168. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
  169. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
  170. 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;
@@ -17235,6 +17327,9 @@ declare const _default: {
17235
17327
  valueToCopy: string;
17236
17328
  selected: any;
17237
17329
  placeholder: string;
17330
+ inlineError: boolean;
17331
+ inlineErrorText: string;
17332
+ inlineErrorTextPlacement: "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";
17238
17333
  multi: boolean;
17239
17334
  infiniteLoading: boolean;
17240
17335
  showSelectAll: boolean;
@@ -17356,6 +17451,18 @@ declare const _default: {
17356
17451
  type: import("vue").PropType<string>;
17357
17452
  default: string;
17358
17453
  };
17454
+ inlineError: {
17455
+ type: import("vue").PropType<boolean>;
17456
+ default: boolean;
17457
+ };
17458
+ inlineErrorText: {
17459
+ type: import("vue").PropType<string>;
17460
+ default: string;
17461
+ };
17462
+ inlineErrorTextPlacement: {
17463
+ 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">;
17464
+ default: string;
17465
+ };
17359
17466
  multi: {
17360
17467
  type: import("vue").PropType<boolean>;
17361
17468
  default: boolean;
@@ -17576,7 +17683,7 @@ declare const _default: {
17576
17683
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
17577
17684
  onOpened?: () => any;
17578
17685
  onClosed?: () => any;
17579
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "alwaysShowScroll" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "resortGroupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
17686
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "alwaysShowScroll" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "resortGroupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
17580
17687
  $attrs: {
17581
17688
  [x: string]: unknown;
17582
17689
  };
@@ -17661,6 +17768,18 @@ declare const _default: {
17661
17768
  type: import("vue").PropType<string>;
17662
17769
  default: string;
17663
17770
  };
17771
+ inlineError: {
17772
+ type: import("vue").PropType<boolean>;
17773
+ default: boolean;
17774
+ };
17775
+ inlineErrorText: {
17776
+ type: import("vue").PropType<string>;
17777
+ default: string;
17778
+ };
17779
+ inlineErrorTextPlacement: {
17780
+ 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">;
17781
+ default: string;
17782
+ };
17664
17783
  multi: {
17665
17784
  type: import("vue").PropType<boolean>;
17666
17785
  default: boolean;
@@ -17913,6 +18032,9 @@ declare const _default: {
17913
18032
  valueToCopy: string;
17914
18033
  selected: any;
17915
18034
  placeholder: string;
18035
+ inlineError: boolean;
18036
+ inlineErrorText: string;
18037
+ inlineErrorTextPlacement: "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";
17916
18038
  multi: boolean;
17917
18039
  infiniteLoading: boolean;
17918
18040
  showSelectAll: boolean;
@@ -18054,6 +18176,18 @@ declare const _default: {
18054
18176
  type: import("vue").PropType<string>;
18055
18177
  default: string;
18056
18178
  };
18179
+ inlineError: {
18180
+ type: import("vue").PropType<boolean>;
18181
+ default: boolean;
18182
+ };
18183
+ inlineErrorText: {
18184
+ type: import("vue").PropType<string>;
18185
+ default: string;
18186
+ };
18187
+ inlineErrorTextPlacement: {
18188
+ 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">;
18189
+ default: string;
18190
+ };
18057
18191
  multi: {
18058
18192
  type: import("vue").PropType<boolean>;
18059
18193
  default: boolean;
@@ -18352,6 +18486,18 @@ declare const _default: {
18352
18486
  type: import("vue").PropType<string>;
18353
18487
  default: string;
18354
18488
  };
18489
+ inlineError: {
18490
+ type: import("vue").PropType<boolean>;
18491
+ default: boolean;
18492
+ };
18493
+ inlineErrorText: {
18494
+ type: import("vue").PropType<string>;
18495
+ default: string;
18496
+ };
18497
+ inlineErrorTextPlacement: {
18498
+ 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">;
18499
+ default: string;
18500
+ };
18355
18501
  multi: {
18356
18502
  type: import("vue").PropType<boolean>;
18357
18503
  default: boolean;
@@ -18604,6 +18750,9 @@ declare const _default: {
18604
18750
  valueToCopy: string;
18605
18751
  selected: any;
18606
18752
  placeholder: string;
18753
+ inlineError: boolean;
18754
+ inlineErrorText: string;
18755
+ inlineErrorTextPlacement: "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";
18607
18756
  multi: boolean;
18608
18757
  infiniteLoading: boolean;
18609
18758
  showSelectAll: boolean;
@@ -18691,6 +18840,9 @@ declare const _default: {
18691
18840
  size: "small" | "medium" | "large";
18692
18841
  showAllSelectedText: boolean;
18693
18842
  allSelected: boolean;
18843
+ inlineError: boolean;
18844
+ inlineErrorText: string;
18845
+ inlineErrorTextPlacement: "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";
18694
18846
  onKeydown: (event: any) => void;
18695
18847
  onClick: () => void;
18696
18848
  };
@@ -18733,6 +18885,9 @@ declare const _default: {
18733
18885
  hoverHelpText: string;
18734
18886
  hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
18735
18887
  placeholder: string;
18888
+ inlineError: boolean;
18889
+ inlineErrorText: string;
18890
+ inlineErrorTextPlacement: "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";
18736
18891
  feedbackText: string;
18737
18892
  feedbackVariant: "success" | "warning" | "error";
18738
18893
  multi: boolean;
@@ -18798,6 +18953,18 @@ declare const _default: {
18798
18953
  type: import("vue").PropType<string>;
18799
18954
  default: string;
18800
18955
  };
18956
+ inlineError: {
18957
+ type: import("vue").PropType<boolean>;
18958
+ default: boolean;
18959
+ };
18960
+ inlineErrorText: {
18961
+ type: import("vue").PropType<string>;
18962
+ default: string;
18963
+ };
18964
+ inlineErrorTextPlacement: {
18965
+ 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">;
18966
+ default: string;
18967
+ };
18801
18968
  feedbackText: {
18802
18969
  type: import("vue").PropType<string>;
18803
18970
  default: string;
@@ -18860,7 +19027,7 @@ declare const _default: {
18860
19027
  };
18861
19028
  }>> & {
18862
19029
  onClick?: () => any;
18863
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
19030
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
18864
19031
  $attrs: {
18865
19032
  [x: string]: unknown;
18866
19033
  };
@@ -18925,6 +19092,18 @@ declare const _default: {
18925
19092
  type: import("vue").PropType<string>;
18926
19093
  default: string;
18927
19094
  };
19095
+ inlineError: {
19096
+ type: import("vue").PropType<boolean>;
19097
+ default: boolean;
19098
+ };
19099
+ inlineErrorText: {
19100
+ type: import("vue").PropType<string>;
19101
+ default: string;
19102
+ };
19103
+ inlineErrorTextPlacement: {
19104
+ 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">;
19105
+ default: string;
19106
+ };
18928
19107
  feedbackText: {
18929
19108
  type: import("vue").PropType<string>;
18930
19109
  default: string;
@@ -19002,6 +19181,9 @@ declare const _default: {
19002
19181
  hoverHelpText: string;
19003
19182
  hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
19004
19183
  placeholder: string;
19184
+ inlineError: boolean;
19185
+ inlineErrorText: string;
19186
+ inlineErrorTextPlacement: "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";
19005
19187
  feedbackText: string;
19006
19188
  feedbackVariant: "success" | "warning" | "error";
19007
19189
  multi: boolean;
@@ -19087,6 +19269,18 @@ declare const _default: {
19087
19269
  type: import("vue").PropType<string>;
19088
19270
  default: string;
19089
19271
  };
19272
+ inlineError: {
19273
+ type: import("vue").PropType<boolean>;
19274
+ default: boolean;
19275
+ };
19276
+ inlineErrorText: {
19277
+ type: import("vue").PropType<string>;
19278
+ default: string;
19279
+ };
19280
+ inlineErrorTextPlacement: {
19281
+ 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">;
19282
+ default: string;
19283
+ };
19090
19284
  feedbackText: {
19091
19285
  type: import("vue").PropType<string>;
19092
19286
  default: string;
@@ -19204,6 +19398,18 @@ declare const _default: {
19204
19398
  type: import("vue").PropType<string>;
19205
19399
  default: string;
19206
19400
  };
19401
+ inlineError: {
19402
+ type: import("vue").PropType<boolean>;
19403
+ default: boolean;
19404
+ };
19405
+ inlineErrorText: {
19406
+ type: import("vue").PropType<string>;
19407
+ default: string;
19408
+ };
19409
+ inlineErrorTextPlacement: {
19410
+ 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">;
19411
+ default: string;
19412
+ };
19207
19413
  feedbackText: {
19208
19414
  type: import("vue").PropType<string>;
19209
19415
  default: string;
@@ -19281,6 +19487,9 @@ declare const _default: {
19281
19487
  hoverHelpText: string;
19282
19488
  hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
19283
19489
  placeholder: string;
19490
+ inlineError: boolean;
19491
+ inlineErrorText: string;
19492
+ inlineErrorTextPlacement: "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";
19284
19493
  feedbackText: string;
19285
19494
  feedbackVariant: "success" | "warning" | "error";
19286
19495
  multi: boolean;
@@ -20337,6 +20546,9 @@ declare const _default: {
20337
20546
  hoverHelpText: string;
20338
20547
  hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
20339
20548
  placeholder: string;
20549
+ inlineError: boolean;
20550
+ inlineErrorText: string;
20551
+ inlineErrorTextPlacement: "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";
20340
20552
  feedbackText: string;
20341
20553
  feedbackVariant: "success" | "warning" | "error";
20342
20554
  multi: boolean;
@@ -20402,6 +20614,18 @@ declare const _default: {
20402
20614
  type: import("vue").PropType<string>;
20403
20615
  default: string;
20404
20616
  };
20617
+ inlineError: {
20618
+ type: import("vue").PropType<boolean>;
20619
+ default: boolean;
20620
+ };
20621
+ inlineErrorText: {
20622
+ type: import("vue").PropType<string>;
20623
+ default: string;
20624
+ };
20625
+ inlineErrorTextPlacement: {
20626
+ 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">;
20627
+ default: string;
20628
+ };
20405
20629
  feedbackText: {
20406
20630
  type: import("vue").PropType<string>;
20407
20631
  default: string;
@@ -20464,7 +20688,7 @@ declare const _default: {
20464
20688
  };
20465
20689
  }>> & {
20466
20690
  onClick?: () => any;
20467
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
20691
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
20468
20692
  $attrs: {
20469
20693
  [x: string]: unknown;
20470
20694
  };
@@ -20529,6 +20753,18 @@ declare const _default: {
20529
20753
  type: import("vue").PropType<string>;
20530
20754
  default: string;
20531
20755
  };
20756
+ inlineError: {
20757
+ type: import("vue").PropType<boolean>;
20758
+ default: boolean;
20759
+ };
20760
+ inlineErrorText: {
20761
+ type: import("vue").PropType<string>;
20762
+ default: string;
20763
+ };
20764
+ inlineErrorTextPlacement: {
20765
+ 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">;
20766
+ default: string;
20767
+ };
20532
20768
  feedbackText: {
20533
20769
  type: import("vue").PropType<string>;
20534
20770
  default: string;
@@ -20606,6 +20842,9 @@ declare const _default: {
20606
20842
  hoverHelpText: string;
20607
20843
  hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
20608
20844
  placeholder: string;
20845
+ inlineError: boolean;
20846
+ inlineErrorText: string;
20847
+ inlineErrorTextPlacement: "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";
20609
20848
  feedbackText: string;
20610
20849
  feedbackVariant: "success" | "warning" | "error";
20611
20850
  multi: boolean;
@@ -20691,6 +20930,18 @@ declare const _default: {
20691
20930
  type: import("vue").PropType<string>;
20692
20931
  default: string;
20693
20932
  };
20933
+ inlineError: {
20934
+ type: import("vue").PropType<boolean>;
20935
+ default: boolean;
20936
+ };
20937
+ inlineErrorText: {
20938
+ type: import("vue").PropType<string>;
20939
+ default: string;
20940
+ };
20941
+ inlineErrorTextPlacement: {
20942
+ 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">;
20943
+ default: string;
20944
+ };
20694
20945
  feedbackText: {
20695
20946
  type: import("vue").PropType<string>;
20696
20947
  default: string;
@@ -20808,6 +21059,18 @@ declare const _default: {
20808
21059
  type: import("vue").PropType<string>;
20809
21060
  default: string;
20810
21061
  };
21062
+ inlineError: {
21063
+ type: import("vue").PropType<boolean>;
21064
+ default: boolean;
21065
+ };
21066
+ inlineErrorText: {
21067
+ type: import("vue").PropType<string>;
21068
+ default: string;
21069
+ };
21070
+ inlineErrorTextPlacement: {
21071
+ 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">;
21072
+ default: string;
21073
+ };
20811
21074
  feedbackText: {
20812
21075
  type: import("vue").PropType<string>;
20813
21076
  default: string;
@@ -20885,6 +21148,9 @@ declare const _default: {
20885
21148
  hoverHelpText: string;
20886
21149
  hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
20887
21150
  placeholder: string;
21151
+ inlineError: boolean;
21152
+ inlineErrorText: string;
21153
+ inlineErrorTextPlacement: "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";
20888
21154
  feedbackText: string;
20889
21155
  feedbackVariant: "success" | "warning" | "error";
20890
21156
  multi: boolean;
@@ -22128,6 +22394,9 @@ declare const _default: {
22128
22394
  valueToCopy: string;
22129
22395
  selected: any;
22130
22396
  placeholder: string;
22397
+ inlineError: boolean;
22398
+ inlineErrorText: string;
22399
+ inlineErrorTextPlacement: "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";
22131
22400
  multi: boolean;
22132
22401
  infiniteLoading: boolean;
22133
22402
  showSelectAll: boolean;
@@ -22249,6 +22518,18 @@ declare const _default: {
22249
22518
  type: import("vue").PropType<string>;
22250
22519
  default: string;
22251
22520
  };
22521
+ inlineError: {
22522
+ type: import("vue").PropType<boolean>;
22523
+ default: boolean;
22524
+ };
22525
+ inlineErrorText: {
22526
+ type: import("vue").PropType<string>;
22527
+ default: string;
22528
+ };
22529
+ inlineErrorTextPlacement: {
22530
+ 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">;
22531
+ default: string;
22532
+ };
22252
22533
  multi: {
22253
22534
  type: import("vue").PropType<boolean>;
22254
22535
  default: boolean;
@@ -22469,7 +22750,7 @@ declare const _default: {
22469
22750
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
22470
22751
  onOpened?: () => any;
22471
22752
  onClosed?: () => any;
22472
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "alwaysShowScroll" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "resortGroupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
22753
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "alwaysShowScroll" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "resortGroupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
22473
22754
  $attrs: {
22474
22755
  [x: string]: unknown;
22475
22756
  };
@@ -22554,6 +22835,18 @@ declare const _default: {
22554
22835
  type: import("vue").PropType<string>;
22555
22836
  default: string;
22556
22837
  };
22838
+ inlineError: {
22839
+ type: import("vue").PropType<boolean>;
22840
+ default: boolean;
22841
+ };
22842
+ inlineErrorText: {
22843
+ type: import("vue").PropType<string>;
22844
+ default: string;
22845
+ };
22846
+ inlineErrorTextPlacement: {
22847
+ 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">;
22848
+ default: string;
22849
+ };
22557
22850
  multi: {
22558
22851
  type: import("vue").PropType<boolean>;
22559
22852
  default: boolean;
@@ -22806,6 +23099,9 @@ declare const _default: {
22806
23099
  valueToCopy: string;
22807
23100
  selected: any;
22808
23101
  placeholder: string;
23102
+ inlineError: boolean;
23103
+ inlineErrorText: string;
23104
+ inlineErrorTextPlacement: "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";
22809
23105
  multi: boolean;
22810
23106
  infiniteLoading: boolean;
22811
23107
  showSelectAll: boolean;
@@ -22947,6 +23243,18 @@ declare const _default: {
22947
23243
  type: import("vue").PropType<string>;
22948
23244
  default: string;
22949
23245
  };
23246
+ inlineError: {
23247
+ type: import("vue").PropType<boolean>;
23248
+ default: boolean;
23249
+ };
23250
+ inlineErrorText: {
23251
+ type: import("vue").PropType<string>;
23252
+ default: string;
23253
+ };
23254
+ inlineErrorTextPlacement: {
23255
+ 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">;
23256
+ default: string;
23257
+ };
22950
23258
  multi: {
22951
23259
  type: import("vue").PropType<boolean>;
22952
23260
  default: boolean;
@@ -23245,6 +23553,18 @@ declare const _default: {
23245
23553
  type: import("vue").PropType<string>;
23246
23554
  default: string;
23247
23555
  };
23556
+ inlineError: {
23557
+ type: import("vue").PropType<boolean>;
23558
+ default: boolean;
23559
+ };
23560
+ inlineErrorText: {
23561
+ type: import("vue").PropType<string>;
23562
+ default: string;
23563
+ };
23564
+ inlineErrorTextPlacement: {
23565
+ 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">;
23566
+ default: string;
23567
+ };
23248
23568
  multi: {
23249
23569
  type: import("vue").PropType<boolean>;
23250
23570
  default: boolean;
@@ -23497,6 +23817,9 @@ declare const _default: {
23497
23817
  valueToCopy: string;
23498
23818
  selected: any;
23499
23819
  placeholder: string;
23820
+ inlineError: boolean;
23821
+ inlineErrorText: string;
23822
+ inlineErrorTextPlacement: "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";
23500
23823
  multi: boolean;
23501
23824
  infiniteLoading: boolean;
23502
23825
  showSelectAll: boolean;
@@ -23584,6 +23907,9 @@ declare const _default: {
23584
23907
  size: "small" | "medium" | "large";
23585
23908
  showAllSelectedText: boolean;
23586
23909
  allSelected: boolean;
23910
+ inlineError: boolean;
23911
+ inlineErrorText: string;
23912
+ inlineErrorTextPlacement: "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";
23587
23913
  onKeydown: (event: any) => void;
23588
23914
  onClick: () => void;
23589
23915
  };
@@ -27718,6 +28044,10 @@ declare const _default: {
27718
28044
  type: import("vue").PropType<unknown>;
27719
28045
  required: true;
27720
28046
  };
28047
+ iconSize: {
28048
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
28049
+ default: string;
28050
+ };
27721
28051
  options: {
27722
28052
  type: import("vue").PropType<unknown[]>;
27723
28053
  required: true;
@@ -27750,6 +28080,10 @@ declare const _default: {
27750
28080
  type: import("vue").PropType<unknown>;
27751
28081
  required: true;
27752
28082
  };
28083
+ iconSize: {
28084
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
28085
+ default: string;
28086
+ };
27753
28087
  options: {
27754
28088
  type: import("vue").PropType<unknown[]>;
27755
28089
  required: true;
@@ -27768,6 +28102,7 @@ declare const _default: {
27768
28102
  testId: string;
27769
28103
  variant: "default" | "primary";
27770
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";
27771
28106
  iconKey: string;
27772
28107
  tooltipTextKey: string;
27773
28108
  }>;
@@ -27789,6 +28124,10 @@ declare const _default: {
27789
28124
  type: import("vue").PropType<unknown>;
27790
28125
  required: true;
27791
28126
  };
28127
+ iconSize: {
28128
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
28129
+ default: string;
28130
+ };
27792
28131
  options: {
27793
28132
  type: import("vue").PropType<unknown[]>;
27794
28133
  required: true;
@@ -27821,6 +28160,10 @@ declare const _default: {
27821
28160
  type: import("vue").PropType<unknown>;
27822
28161
  required: true;
27823
28162
  };
28163
+ iconSize: {
28164
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
28165
+ default: string;
28166
+ };
27824
28167
  options: {
27825
28168
  type: import("vue").PropType<unknown[]>;
27826
28169
  required: true;
@@ -27839,6 +28182,7 @@ declare const _default: {
27839
28182
  testId: string;
27840
28183
  variant: "default" | "primary";
27841
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";
27842
28186
  iconKey: string;
27843
28187
  tooltipTextKey: string;
27844
28188
  }>[];
@@ -28187,6 +28531,7 @@ export * from '@/composables/useDateService';
28187
28531
  export * from '@/components/banner';
28188
28532
  export * from '@/components/alert';
28189
28533
  export * from '@/components/link';
28534
+ export * from '@/components/helpText';
28190
28535
  export * from '@/components/autocomplete';
28191
28536
  export * from '@/components/chart';
28192
28537
  export * from '@/components/columnPicker';