@ironsource/shared-ui 2.1.12-test.73 → 2.1.12-test.75

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.
@@ -1,4 +1,4 @@
1
- import "../../../DataGrid.vue_vue_type_style_index_0_scoped_086c5b0d_lang.css"; import { defineComponent as he, useCssVars as ye, unref as t, useSlots as fe, computed as g, openBlock as i, createElementBlock as o, createElementVNode as f, normalizeStyle as v, normalizeClass as u, renderSlot as c, createVNode as h, withCtx as $, createTextVNode as R, toDisplayString as P, createCommentVNode as n, isRef as Se, Fragment as T, renderList as x, mergeProps as L, createBlock as D } from "vue";
1
+ import "../../../DataGrid.vue_vue_type_style_index_0_scoped_5b72e35a_lang.css"; import { defineComponent as he, useCssVars as ye, unref as t, useSlots as fe, computed as g, openBlock as i, createElementBlock as o, createElementVNode as f, normalizeStyle as v, normalizeClass as u, renderSlot as c, createVNode as h, withCtx as $, createTextVNode as R, toDisplayString as P, createCommentVNode as n, isRef as Se, Fragment as T, renderList as x, mergeProps as L, createBlock as D } from "vue";
2
2
  import p from "../../typography/v4/Typography.vue.js";
3
3
  import ke from "../../skeleton/v4/SkeletonV4.vue.js";
4
4
  import ge from "../../emptyState/v4/EmptyStateV4.vue.js";
@@ -67,9 +67,9 @@ const we = ["data-testid"], Ee = ["data-testid"], He = ["data-testid"], Be = ["d
67
67
  setup(l, { expose: m, emit: k }) {
68
68
  const a = l;
69
69
  ye((s) => ({
70
- "93d4ced6": l.zIndexBase,
71
- "1799c749": t(ee),
72
- "60112c02": t(K)
70
+ "6eb1b581": l.zIndexBase,
71
+ "4420f996": t(ee),
72
+ "3030c624": t(K)
73
73
  }));
74
74
  const b = fe(), Q = (s) => a.rowCustomClassKey && a.rows[s] ? a.rows[s][a.rowCustomClassKey] : "", {
75
75
  list: w,
@@ -254,7 +254,7 @@ const we = ["data-testid"], Ee = ["data-testid"], He = ["data-testid"], Be = ["d
254
254
  text: e.helpText,
255
255
  disabled: !e.helpText || l.helpTooltipVariant === "icon",
256
256
  placement: e.helpTextPlacement || "top",
257
- "test-id": `help-tooltip-${e.id}`
257
+ "test-id": `help-tooltip-underlined-${e.id}`
258
258
  }, {
259
259
  default: $(() => [
260
260
  h(t(p), {
package/index.d.ts CHANGED
@@ -16362,8 +16362,8 @@ declare const _default: {
16362
16362
  mandatory: boolean;
16363
16363
  skidding: number;
16364
16364
  modelValue: any;
16365
- selected: any;
16366
16365
  valueToCopy: string;
16366
+ selected: any;
16367
16367
  placeholder: string;
16368
16368
  multi: boolean;
16369
16369
  infiniteLoading: boolean;
@@ -16466,14 +16466,14 @@ declare const _default: {
16466
16466
  type: import("vue").PropType<unknown>;
16467
16467
  default: any;
16468
16468
  };
16469
- selected: {
16470
- type: import("vue").PropType<unknown>;
16471
- default: any;
16472
- };
16473
16469
  valueToCopy: {
16474
16470
  type: import("vue").PropType<string>;
16475
16471
  default: any;
16476
16472
  };
16473
+ selected: {
16474
+ type: import("vue").PropType<unknown>;
16475
+ default: any;
16476
+ };
16477
16477
  options: {
16478
16478
  type: import("vue").PropType<unknown[]>;
16479
16479
  required: true;
@@ -16686,7 +16686,7 @@ declare const _default: {
16686
16686
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16687
16687
  onOpened?: () => any;
16688
16688
  onClosed?: () => any;
16689
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "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" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
16689
+ } & 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" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "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" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
16690
16690
  $attrs: {
16691
16691
  [x: string]: unknown;
16692
16692
  };
@@ -16755,14 +16755,14 @@ declare const _default: {
16755
16755
  type: import("vue").PropType<unknown>;
16756
16756
  default: any;
16757
16757
  };
16758
- selected: {
16759
- type: import("vue").PropType<unknown>;
16760
- default: any;
16761
- };
16762
16758
  valueToCopy: {
16763
16759
  type: import("vue").PropType<string>;
16764
16760
  default: any;
16765
16761
  };
16762
+ selected: {
16763
+ type: import("vue").PropType<unknown>;
16764
+ default: any;
16765
+ };
16766
16766
  options: {
16767
16767
  type: import("vue").PropType<unknown[]>;
16768
16768
  required: true;
@@ -17004,8 +17004,8 @@ declare const _default: {
17004
17004
  mandatory: boolean;
17005
17005
  skidding: number;
17006
17006
  modelValue: any;
17007
- selected: any;
17008
17007
  valueToCopy: string;
17008
+ selected: any;
17009
17009
  placeholder: string;
17010
17010
  multi: boolean;
17011
17011
  infiniteLoading: boolean;
@@ -17128,14 +17128,14 @@ declare const _default: {
17128
17128
  type: import("vue").PropType<unknown>;
17129
17129
  default: any;
17130
17130
  };
17131
- selected: {
17132
- type: import("vue").PropType<unknown>;
17133
- default: any;
17134
- };
17135
17131
  valueToCopy: {
17136
17132
  type: import("vue").PropType<string>;
17137
17133
  default: any;
17138
17134
  };
17135
+ selected: {
17136
+ type: import("vue").PropType<unknown>;
17137
+ default: any;
17138
+ };
17139
17139
  options: {
17140
17140
  type: import("vue").PropType<unknown[]>;
17141
17141
  required: true;
@@ -17410,14 +17410,14 @@ declare const _default: {
17410
17410
  type: import("vue").PropType<unknown>;
17411
17411
  default: any;
17412
17412
  };
17413
- selected: {
17414
- type: import("vue").PropType<unknown>;
17415
- default: any;
17416
- };
17417
17413
  valueToCopy: {
17418
17414
  type: import("vue").PropType<string>;
17419
17415
  default: any;
17420
17416
  };
17417
+ selected: {
17418
+ type: import("vue").PropType<unknown>;
17419
+ default: any;
17420
+ };
17421
17421
  options: {
17422
17422
  type: import("vue").PropType<unknown[]>;
17423
17423
  required: true;
@@ -17659,8 +17659,8 @@ declare const _default: {
17659
17659
  mandatory: boolean;
17660
17660
  skidding: number;
17661
17661
  modelValue: any;
17662
- selected: any;
17663
17662
  valueToCopy: string;
17663
+ selected: any;
17664
17664
  placeholder: string;
17665
17665
  multi: boolean;
17666
17666
  infiniteLoading: boolean;
@@ -21138,8 +21138,8 @@ declare const _default: {
21138
21138
  mandatory: boolean;
21139
21139
  skidding: number;
21140
21140
  modelValue: any;
21141
- selected: any;
21142
21141
  valueToCopy: string;
21142
+ selected: any;
21143
21143
  placeholder: string;
21144
21144
  multi: boolean;
21145
21145
  infiniteLoading: boolean;
@@ -21242,14 +21242,14 @@ declare const _default: {
21242
21242
  type: import("vue").PropType<unknown>;
21243
21243
  default: any;
21244
21244
  };
21245
- selected: {
21246
- type: import("vue").PropType<unknown>;
21247
- default: any;
21248
- };
21249
21245
  valueToCopy: {
21250
21246
  type: import("vue").PropType<string>;
21251
21247
  default: any;
21252
21248
  };
21249
+ selected: {
21250
+ type: import("vue").PropType<unknown>;
21251
+ default: any;
21252
+ };
21253
21253
  options: {
21254
21254
  type: import("vue").PropType<unknown[]>;
21255
21255
  required: true;
@@ -21462,7 +21462,7 @@ declare const _default: {
21462
21462
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21463
21463
  onOpened?: () => any;
21464
21464
  onClosed?: () => any;
21465
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "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" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
21465
+ } & 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" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "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" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
21466
21466
  $attrs: {
21467
21467
  [x: string]: unknown;
21468
21468
  };
@@ -21531,14 +21531,14 @@ declare const _default: {
21531
21531
  type: import("vue").PropType<unknown>;
21532
21532
  default: any;
21533
21533
  };
21534
- selected: {
21535
- type: import("vue").PropType<unknown>;
21536
- default: any;
21537
- };
21538
21534
  valueToCopy: {
21539
21535
  type: import("vue").PropType<string>;
21540
21536
  default: any;
21541
21537
  };
21538
+ selected: {
21539
+ type: import("vue").PropType<unknown>;
21540
+ default: any;
21541
+ };
21542
21542
  options: {
21543
21543
  type: import("vue").PropType<unknown[]>;
21544
21544
  required: true;
@@ -21780,8 +21780,8 @@ declare const _default: {
21780
21780
  mandatory: boolean;
21781
21781
  skidding: number;
21782
21782
  modelValue: any;
21783
- selected: any;
21784
21783
  valueToCopy: string;
21784
+ selected: any;
21785
21785
  placeholder: string;
21786
21786
  multi: boolean;
21787
21787
  infiniteLoading: boolean;
@@ -21904,14 +21904,14 @@ declare const _default: {
21904
21904
  type: import("vue").PropType<unknown>;
21905
21905
  default: any;
21906
21906
  };
21907
- selected: {
21908
- type: import("vue").PropType<unknown>;
21909
- default: any;
21910
- };
21911
21907
  valueToCopy: {
21912
21908
  type: import("vue").PropType<string>;
21913
21909
  default: any;
21914
21910
  };
21911
+ selected: {
21912
+ type: import("vue").PropType<unknown>;
21913
+ default: any;
21914
+ };
21915
21915
  options: {
21916
21916
  type: import("vue").PropType<unknown[]>;
21917
21917
  required: true;
@@ -22186,14 +22186,14 @@ declare const _default: {
22186
22186
  type: import("vue").PropType<unknown>;
22187
22187
  default: any;
22188
22188
  };
22189
- selected: {
22190
- type: import("vue").PropType<unknown>;
22191
- default: any;
22192
- };
22193
22189
  valueToCopy: {
22194
22190
  type: import("vue").PropType<string>;
22195
22191
  default: any;
22196
22192
  };
22193
+ selected: {
22194
+ type: import("vue").PropType<unknown>;
22195
+ default: any;
22196
+ };
22197
22197
  options: {
22198
22198
  type: import("vue").PropType<unknown[]>;
22199
22199
  required: true;
@@ -22435,8 +22435,8 @@ declare const _default: {
22435
22435
  mandatory: boolean;
22436
22436
  skidding: number;
22437
22437
  modelValue: any;
22438
- selected: any;
22439
22438
  valueToCopy: string;
22439
+ selected: any;
22440
22440
  placeholder: string;
22441
22441
  multi: boolean;
22442
22442
  infiniteLoading: boolean;
@@ -22629,8 +22629,8 @@ declare const _default: {
22629
22629
  testId: string;
22630
22630
  disabled: boolean;
22631
22631
  size: "small" | "medium" | "large";
22632
- selected: unknown[];
22633
22632
  valueToCopy: string;
22633
+ selected: unknown[];
22634
22634
  placeholder: string;
22635
22635
  inlineSearchPlaceholder: string;
22636
22636
  optionNameKey: string;
@@ -22657,14 +22657,14 @@ declare const _default: {
22657
22657
  isOpen: {
22658
22658
  type: import("vue").PropType<boolean>;
22659
22659
  };
22660
- selected: {
22661
- type: import("vue").PropType<unknown[]>;
22662
- default: any;
22663
- };
22664
22660
  valueToCopy: {
22665
22661
  type: import("vue").PropType<string>;
22666
22662
  default: any;
22667
22663
  };
22664
+ selected: {
22665
+ type: import("vue").PropType<unknown[]>;
22666
+ default: any;
22667
+ };
22668
22668
  options: {
22669
22669
  type: import("vue").PropType<unknown[]>;
22670
22670
  required: true;
@@ -22728,7 +22728,7 @@ declare const _default: {
22728
22728
  }>> & {
22729
22729
  "onUpdate:selected"?: (value: unknown) => any;
22730
22730
  "onUpdate:isOpen"?: (value: unknown) => any;
22731
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
22731
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
22732
22732
  $attrs: {
22733
22733
  [x: string]: unknown;
22734
22734
  };
@@ -22758,14 +22758,14 @@ declare const _default: {
22758
22758
  isOpen: {
22759
22759
  type: import("vue").PropType<boolean>;
22760
22760
  };
22761
- selected: {
22762
- type: import("vue").PropType<unknown[]>;
22763
- default: any;
22764
- };
22765
22761
  valueToCopy: {
22766
22762
  type: import("vue").PropType<string>;
22767
22763
  default: any;
22768
22764
  };
22765
+ selected: {
22766
+ type: import("vue").PropType<unknown[]>;
22767
+ default: any;
22768
+ };
22769
22769
  options: {
22770
22770
  type: import("vue").PropType<unknown[]>;
22771
22771
  required: true;
@@ -22836,8 +22836,8 @@ declare const _default: {
22836
22836
  testId: string;
22837
22837
  disabled: boolean;
22838
22838
  size: "small" | "medium" | "large";
22839
- selected: unknown[];
22840
22839
  valueToCopy: string;
22840
+ selected: unknown[];
22841
22841
  placeholder: string;
22842
22842
  inlineSearchPlaceholder: string;
22843
22843
  optionNameKey: string;
@@ -22884,14 +22884,14 @@ declare const _default: {
22884
22884
  isOpen: {
22885
22885
  type: import("vue").PropType<boolean>;
22886
22886
  };
22887
- selected: {
22888
- type: import("vue").PropType<unknown[]>;
22889
- default: any;
22890
- };
22891
22887
  valueToCopy: {
22892
22888
  type: import("vue").PropType<string>;
22893
22889
  default: any;
22894
22890
  };
22891
+ selected: {
22892
+ type: import("vue").PropType<unknown[]>;
22893
+ default: any;
22894
+ };
22895
22895
  options: {
22896
22896
  type: import("vue").PropType<unknown[]>;
22897
22897
  required: true;
@@ -22975,14 +22975,14 @@ declare const _default: {
22975
22975
  isOpen: {
22976
22976
  type: import("vue").PropType<boolean>;
22977
22977
  };
22978
- selected: {
22979
- type: import("vue").PropType<unknown[]>;
22980
- default: any;
22981
- };
22982
22978
  valueToCopy: {
22983
22979
  type: import("vue").PropType<string>;
22984
22980
  default: any;
22985
22981
  };
22982
+ selected: {
22983
+ type: import("vue").PropType<unknown[]>;
22984
+ default: any;
22985
+ };
22986
22986
  options: {
22987
22987
  type: import("vue").PropType<unknown[]>;
22988
22988
  required: true;
@@ -23053,8 +23053,8 @@ declare const _default: {
23053
23053
  testId: string;
23054
23054
  disabled: boolean;
23055
23055
  size: "small" | "medium" | "large";
23056
- selected: unknown[];
23057
23056
  valueToCopy: string;
23057
+ selected: unknown[];
23058
23058
  placeholder: string;
23059
23059
  inlineSearchPlaceholder: string;
23060
23060
  optionNameKey: string;
@@ -23087,6 +23087,10 @@ declare const _default: {
23087
23087
  type: import("vue").PropType<boolean>;
23088
23088
  default: boolean;
23089
23089
  };
23090
+ triggerShownValuesCount: {
23091
+ type: import("vue").PropType<number>;
23092
+ default: number;
23093
+ };
23090
23094
  optionNameKey: {
23091
23095
  type: import("vue").PropType<string>;
23092
23096
  required: true;
@@ -23192,6 +23196,10 @@ declare const _default: {
23192
23196
  type: import("vue").PropType<boolean>;
23193
23197
  default: boolean;
23194
23198
  };
23199
+ triggerShownValuesCount: {
23200
+ type: import("vue").PropType<number>;
23201
+ default: number;
23202
+ };
23195
23203
  optionNameKey: {
23196
23204
  type: import("vue").PropType<string>;
23197
23205
  required: true;
@@ -23284,6 +23292,7 @@ declare const _default: {
23284
23292
  testId: string;
23285
23293
  isOpen: boolean;
23286
23294
  infiniteLoading: boolean;
23295
+ triggerShownValuesCount: number;
23287
23296
  optionNameKey: string;
23288
23297
  optionIconKey: string;
23289
23298
  optionImageKey: string;
@@ -23828,8 +23837,8 @@ declare const _default: {
23828
23837
  testId: string;
23829
23838
  disabled: boolean;
23830
23839
  size: "small" | "medium" | "large";
23831
- selected: unknown[];
23832
23840
  valueToCopy: string;
23841
+ selected: unknown[];
23833
23842
  placeholder: string;
23834
23843
  inlineSearchPlaceholder: string;
23835
23844
  optionNameKey: string;
@@ -23856,14 +23865,14 @@ declare const _default: {
23856
23865
  isOpen: {
23857
23866
  type: import("vue").PropType<boolean>;
23858
23867
  };
23859
- selected: {
23860
- type: import("vue").PropType<unknown[]>;
23861
- default: any;
23862
- };
23863
23868
  valueToCopy: {
23864
23869
  type: import("vue").PropType<string>;
23865
23870
  default: any;
23866
23871
  };
23872
+ selected: {
23873
+ type: import("vue").PropType<unknown[]>;
23874
+ default: any;
23875
+ };
23867
23876
  options: {
23868
23877
  type: import("vue").PropType<unknown[]>;
23869
23878
  required: true;
@@ -23927,7 +23936,7 @@ declare const _default: {
23927
23936
  }>> & {
23928
23937
  "onUpdate:selected"?: (value: unknown) => any;
23929
23938
  "onUpdate:isOpen"?: (value: unknown) => any;
23930
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
23939
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
23931
23940
  $attrs: {
23932
23941
  [x: string]: unknown;
23933
23942
  };
@@ -23957,14 +23966,14 @@ declare const _default: {
23957
23966
  isOpen: {
23958
23967
  type: import("vue").PropType<boolean>;
23959
23968
  };
23960
- selected: {
23961
- type: import("vue").PropType<unknown[]>;
23962
- default: any;
23963
- };
23964
23969
  valueToCopy: {
23965
23970
  type: import("vue").PropType<string>;
23966
23971
  default: any;
23967
23972
  };
23973
+ selected: {
23974
+ type: import("vue").PropType<unknown[]>;
23975
+ default: any;
23976
+ };
23968
23977
  options: {
23969
23978
  type: import("vue").PropType<unknown[]>;
23970
23979
  required: true;
@@ -24035,8 +24044,8 @@ declare const _default: {
24035
24044
  testId: string;
24036
24045
  disabled: boolean;
24037
24046
  size: "small" | "medium" | "large";
24038
- selected: unknown[];
24039
24047
  valueToCopy: string;
24048
+ selected: unknown[];
24040
24049
  placeholder: string;
24041
24050
  inlineSearchPlaceholder: string;
24042
24051
  optionNameKey: string;
@@ -24083,14 +24092,14 @@ declare const _default: {
24083
24092
  isOpen: {
24084
24093
  type: import("vue").PropType<boolean>;
24085
24094
  };
24086
- selected: {
24087
- type: import("vue").PropType<unknown[]>;
24088
- default: any;
24089
- };
24090
24095
  valueToCopy: {
24091
24096
  type: import("vue").PropType<string>;
24092
24097
  default: any;
24093
24098
  };
24099
+ selected: {
24100
+ type: import("vue").PropType<unknown[]>;
24101
+ default: any;
24102
+ };
24094
24103
  options: {
24095
24104
  type: import("vue").PropType<unknown[]>;
24096
24105
  required: true;
@@ -24174,14 +24183,14 @@ declare const _default: {
24174
24183
  isOpen: {
24175
24184
  type: import("vue").PropType<boolean>;
24176
24185
  };
24177
- selected: {
24178
- type: import("vue").PropType<unknown[]>;
24179
- default: any;
24180
- };
24181
24186
  valueToCopy: {
24182
24187
  type: import("vue").PropType<string>;
24183
24188
  default: any;
24184
24189
  };
24190
+ selected: {
24191
+ type: import("vue").PropType<unknown[]>;
24192
+ default: any;
24193
+ };
24185
24194
  options: {
24186
24195
  type: import("vue").PropType<unknown[]>;
24187
24196
  required: true;
@@ -24252,8 +24261,8 @@ declare const _default: {
24252
24261
  testId: string;
24253
24262
  disabled: boolean;
24254
24263
  size: "small" | "medium" | "large";
24255
- selected: unknown[];
24256
24264
  valueToCopy: string;
24265
+ selected: unknown[];
24257
24266
  placeholder: string;
24258
24267
  inlineSearchPlaceholder: string;
24259
24268
  optionNameKey: string;
@@ -24287,6 +24296,10 @@ declare const _default: {
24287
24296
  type: import("vue").PropType<boolean>;
24288
24297
  default: boolean;
24289
24298
  };
24299
+ triggerShownValuesCount: {
24300
+ type: import("vue").PropType<number>;
24301
+ default: number;
24302
+ };
24290
24303
  optionNameKey: {
24291
24304
  type: import("vue").PropType<string>;
24292
24305
  required: true;
@@ -24392,6 +24405,10 @@ declare const _default: {
24392
24405
  type: import("vue").PropType<boolean>;
24393
24406
  default: boolean;
24394
24407
  };
24408
+ triggerShownValuesCount: {
24409
+ type: import("vue").PropType<number>;
24410
+ default: number;
24411
+ };
24395
24412
  optionNameKey: {
24396
24413
  type: import("vue").PropType<string>;
24397
24414
  required: true;
@@ -24484,6 +24501,7 @@ declare const _default: {
24484
24501
  testId: string;
24485
24502
  isOpen: boolean;
24486
24503
  infiniteLoading: boolean;
24504
+ triggerShownValuesCount: number;
24487
24505
  optionNameKey: string;
24488
24506
  optionIconKey: string;
24489
24507
  optionImageKey: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './AppIcon.vue_vue_type_style_index_0_scoped_56ba337c_lang.css';
1
+ import './MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css';
2
2
  import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
3
3
  import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
4
4
  import { MenuItemTypes as ao } from "./components/menuItem/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.1.12-test.73",
3
+ "version": "2.1.12-test.75",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -1 +0,0 @@
1
- .custom-list-area[data-v-8d5521da]{color:var(--text-secondary);width:100%;text-align:center;box-sizing:border-box;padding:63px 10px}.inline-search[data-v-8d5521da]{width:100%}.contain-accept[data-v-8d5521da]{padding:6px 8px;margin-bottom:4px;cursor:pointer}.contain-accept[data-v-8d5521da]:hover{background-color:var(--action-hover);border-radius:.5rem}.contain-accept--query[data-v-8d5521da]{margin-left:4px;display:inline-flex;color:var(--primary-main)}
@@ -1 +0,0 @@
1
- .sticky[data-v-086c5b0d]{position:sticky}.table-container[data-v-086c5b0d]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-086c5b0d]{display:flex;align-items:center;height:calc(var(--spacing-800) - 1px);border-bottom:1px solid var(--common-divider);background-color:var(--background-paper-elevation-0);position:sticky;left:0;padding:var(--spacing-300)}.table-header .table-title[data-v-086c5b0d]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-086c5b0d]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-086c5b0d]{width:13.75rem}.table-header.isStickyHeader[data-v-086c5b0d]{z-index:calc(var(--93d4ced6) + 3);top:0}.table-head-container[data-v-086c5b0d]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-086c5b0d]{color:var(--text-primary);background-color:var(--background-paper-elevation-0);padding:0 var(--spacing-300);display:flex;align-items:center;min-height:var(--spacing-600);border:1px solid var(--common-divider);border-radius:var(--border-radius-md);border-top-right-radius:0;border-top-left-radius:0}.table-body-wrapper[data-v-086c5b0d]{display:inline-table}.table-header-pre-search-content[data-v-086c5b0d]{margin-right:var(--spacing-100);display:flex;align-items:center}.table-header-actions[data-v-086c5b0d]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-086c5b0d]{position:relative}.table-row.loading[data-v-086c5b0d]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-086c5b0d]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-086c5b0d]{border-bottom:none}.expanded-row[data-v-086c5b0d]{grid-column:var(--1799c749);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-086c5b0d]{position:relative;display:block;overflow:auto;background:var(--background-paper-elevation-0);border:1px solid var(--common-divider);color:var(--text-primary);text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:var(--border-radius-md);border-collapse:collapse;border-spacing:0}table.hasFooter[data-v-086c5b0d]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-086c5b0d],table th[data-v-086c5b0d]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-086c5b0d]:first-of-type,table th[data-v-086c5b0d]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-086c5b0d]:last-of-type,table th[data-v-086c5b0d]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-086c5b0d],table th.expand-toggle-cell[data-v-086c5b0d]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-086c5b0d]{border-bottom:none;z-index:calc(var(--93d4ced6) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-086c5b0d]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--60112c02)}table>thead>tr>th[data-v-086c5b0d]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.isSortable[data-v-086c5b0d]{cursor:pointer}table>thead>tr>td[data-v-086c5b0d]{display:flex;align-items:center}table>thead>tr>th.bordered[data-v-086c5b0d],table>thead>tr>td.bordered[data-v-086c5b0d]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-086c5b0d],table>thead>tr>td.bordered.isStickyRight[data-v-086c5b0d]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-086c5b0d],table>thead>tr>td.isTextRight[data-v-086c5b0d]{justify-content:flex-end}table>thead.sticky[data-v-086c5b0d]{position:sticky;top:0;background:var(--background-default)}table>thead.isStickyHeader[data-v-086c5b0d]{z-index:calc(var(--93d4ced6) + 2);top:calc(var(--spacing-800) - 1px)}table .totals-row[data-v-086c5b0d]{height:40px}table .totals-row[data-v-086c5b0d]:hover{background:var(--background-paper-elevation-1)}table>tbody[data-v-086c5b0d]{display:block}table>tbody>*>tr[data-v-086c5b0d]{background-color:var(--background-default);height:auto;display:grid;align-items:center;grid-template-columns:var(--60112c02)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-086c5b0d]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-086c5b0d],table>tbody>*>tr.activeMenu>td[data-v-086c5b0d]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-086c5b0d]{background-color:var(--background-default);border:none;min-width:0;display:flex;height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-086c5b0d]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-086c5b0d]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-086c5b0d]{justify-content:flex-end;text-align:right}.underlined[data-v-086c5b0d]{border-bottom:.0625rem dashed var(--common-divider)}.underlined[data-v-086c5b0d]:hover{cursor:help}.section-container[data-v-086c5b0d]{left:0}.sections[data-v-086c5b0d]{display:flex}.section[data-v-086c5b0d]{padding:0 1.5rem;background:var(--background-default);left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid var(--common-divider)}.table-cell[data-v-086c5b0d]{width:100%}.empty-state[data-v-086c5b0d]{min-height:250px}.floating-row[data-v-086c5b0d]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--93d4ced6) + 1)}.floating-row *[data-v-086c5b0d-s]{pointer-events:auto}.bg[data-v-086c5b0d]{background:var(--background-default)}
@@ -1 +0,0 @@
1
- .group-button-wrapper[data-v-c81a7d3e]{display:flex}.group-button-wrapper[data-v-c81a7d3e] button{border-radius:0}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(1){border-top-left-radius:var(--border-radius-md);border-bottom-left-radius:var(--border-radius-md);border-right:none;background-color:var(--common-inverse-white);width:32px}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(2){border-right:none;border-left:none;width:32px}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:last-child{border-top-right-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-right:1px solid var(--default-outlined-border)}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(3){padding:0}.group-button-wrapper .popover-trigger[data-v-c81a7d3e]{padding:5px 3px}.group-button-wrapper .trigger-active[data-v-c81a7d3e]{background:var(--default-light)}.group-button-wrapper .primary[data-v-c81a7d3e]{border-color:var(--default-outlined-border);color:var(--action-active)}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(3):hover,.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(1):not(.selected-a):hover,.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(2):not(.selected-b):hover{background-color:var(--action-hover)}.group-button-wrapper .toggle-button.selected-a[data-v-c81a7d3e],.group-button-wrapper .toggle-button.selected-a[data-v-c81a7d3e]:hover{background-color:var(--aba);color:var(--common-inverse-white)}.group-button-wrapper .toggle-button.selected-b[data-v-c81a7d3e],.group-button-wrapper .toggle-button.selected-b[data-v-c81a7d3e]:hover{background-color:var(--abb);color:var(--common-inverse-white)}