@ironsource/shared-ui 2.1.12-test.74 → 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.
@@ -1775,8 +1775,8 @@ declare const DropdownTypes: () => (({
1775
1775
  mandatory: boolean;
1776
1776
  skidding: number;
1777
1777
  modelValue: any;
1778
- selected: any;
1779
1778
  valueToCopy: string;
1779
+ selected: any;
1780
1780
  placeholder: string;
1781
1781
  multi: boolean;
1782
1782
  infiniteLoading: boolean;
@@ -1879,14 +1879,14 @@ declare const DropdownTypes: () => (({
1879
1879
  type: import("vue").PropType<unknown>;
1880
1880
  default: any;
1881
1881
  };
1882
- selected: {
1883
- type: import("vue").PropType<unknown>;
1884
- default: any;
1885
- };
1886
1882
  valueToCopy: {
1887
1883
  type: import("vue").PropType<string>;
1888
1884
  default: any;
1889
1885
  };
1886
+ selected: {
1887
+ type: import("vue").PropType<unknown>;
1888
+ default: any;
1889
+ };
1890
1890
  options: {
1891
1891
  type: import("vue").PropType<unknown[]>;
1892
1892
  required: true;
@@ -2099,7 +2099,7 @@ declare const DropdownTypes: () => (({
2099
2099
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2100
2100
  onOpened?: () => any;
2101
2101
  onClosed?: () => any;
2102
- } & 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">;
2102
+ } & 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">;
2103
2103
  $attrs: {
2104
2104
  [x: string]: unknown;
2105
2105
  };
@@ -2168,14 +2168,14 @@ declare const DropdownTypes: () => (({
2168
2168
  type: import("vue").PropType<unknown>;
2169
2169
  default: any;
2170
2170
  };
2171
- selected: {
2172
- type: import("vue").PropType<unknown>;
2173
- default: any;
2174
- };
2175
2171
  valueToCopy: {
2176
2172
  type: import("vue").PropType<string>;
2177
2173
  default: any;
2178
2174
  };
2175
+ selected: {
2176
+ type: import("vue").PropType<unknown>;
2177
+ default: any;
2178
+ };
2179
2179
  options: {
2180
2180
  type: import("vue").PropType<unknown[]>;
2181
2181
  required: true;
@@ -2417,8 +2417,8 @@ declare const DropdownTypes: () => (({
2417
2417
  mandatory: boolean;
2418
2418
  skidding: number;
2419
2419
  modelValue: any;
2420
- selected: any;
2421
2420
  valueToCopy: string;
2421
+ selected: any;
2422
2422
  placeholder: string;
2423
2423
  multi: boolean;
2424
2424
  infiniteLoading: boolean;
@@ -2541,14 +2541,14 @@ declare const DropdownTypes: () => (({
2541
2541
  type: import("vue").PropType<unknown>;
2542
2542
  default: any;
2543
2543
  };
2544
- selected: {
2545
- type: import("vue").PropType<unknown>;
2546
- default: any;
2547
- };
2548
2544
  valueToCopy: {
2549
2545
  type: import("vue").PropType<string>;
2550
2546
  default: any;
2551
2547
  };
2548
+ selected: {
2549
+ type: import("vue").PropType<unknown>;
2550
+ default: any;
2551
+ };
2552
2552
  options: {
2553
2553
  type: import("vue").PropType<unknown[]>;
2554
2554
  required: true;
@@ -2823,14 +2823,14 @@ declare const DropdownTypes: () => (({
2823
2823
  type: import("vue").PropType<unknown>;
2824
2824
  default: any;
2825
2825
  };
2826
- selected: {
2827
- type: import("vue").PropType<unknown>;
2828
- default: any;
2829
- };
2830
2826
  valueToCopy: {
2831
2827
  type: import("vue").PropType<string>;
2832
2828
  default: any;
2833
2829
  };
2830
+ selected: {
2831
+ type: import("vue").PropType<unknown>;
2832
+ default: any;
2833
+ };
2834
2834
  options: {
2835
2835
  type: import("vue").PropType<unknown[]>;
2836
2836
  required: true;
@@ -3072,8 +3072,8 @@ declare const DropdownTypes: () => (({
3072
3072
  mandatory: boolean;
3073
3073
  skidding: number;
3074
3074
  modelValue: any;
3075
- selected: any;
3076
3075
  valueToCopy: string;
3076
+ selected: any;
3077
3077
  placeholder: string;
3078
3078
  multi: boolean;
3079
3079
  infiniteLoading: boolean;
@@ -3266,8 +3266,8 @@ declare const DropdownTypes: () => (({
3266
3266
  testId: string;
3267
3267
  disabled: boolean;
3268
3268
  size: "small" | "medium" | "large";
3269
- selected: unknown[];
3270
3269
  valueToCopy: string;
3270
+ selected: unknown[];
3271
3271
  placeholder: string;
3272
3272
  inlineSearchPlaceholder: string;
3273
3273
  optionNameKey: string;
@@ -3294,14 +3294,14 @@ declare const DropdownTypes: () => (({
3294
3294
  isOpen: {
3295
3295
  type: import("vue").PropType<boolean>;
3296
3296
  };
3297
- selected: {
3298
- type: import("vue").PropType<unknown[]>;
3299
- default: any;
3300
- };
3301
3297
  valueToCopy: {
3302
3298
  type: import("vue").PropType<string>;
3303
3299
  default: any;
3304
3300
  };
3301
+ selected: {
3302
+ type: import("vue").PropType<unknown[]>;
3303
+ default: any;
3304
+ };
3305
3305
  options: {
3306
3306
  type: import("vue").PropType<unknown[]>;
3307
3307
  required: true;
@@ -3365,7 +3365,7 @@ declare const DropdownTypes: () => (({
3365
3365
  }>> & {
3366
3366
  "onUpdate:selected"?: (value: unknown) => any;
3367
3367
  "onUpdate:isOpen"?: (value: unknown) => any;
3368
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3368
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3369
3369
  $attrs: {
3370
3370
  [x: string]: unknown;
3371
3371
  };
@@ -3395,14 +3395,14 @@ declare const DropdownTypes: () => (({
3395
3395
  isOpen: {
3396
3396
  type: import("vue").PropType<boolean>;
3397
3397
  };
3398
- selected: {
3399
- type: import("vue").PropType<unknown[]>;
3400
- default: any;
3401
- };
3402
3398
  valueToCopy: {
3403
3399
  type: import("vue").PropType<string>;
3404
3400
  default: any;
3405
3401
  };
3402
+ selected: {
3403
+ type: import("vue").PropType<unknown[]>;
3404
+ default: any;
3405
+ };
3406
3406
  options: {
3407
3407
  type: import("vue").PropType<unknown[]>;
3408
3408
  required: true;
@@ -3473,8 +3473,8 @@ declare const DropdownTypes: () => (({
3473
3473
  testId: string;
3474
3474
  disabled: boolean;
3475
3475
  size: "small" | "medium" | "large";
3476
- selected: unknown[];
3477
3476
  valueToCopy: string;
3477
+ selected: unknown[];
3478
3478
  placeholder: string;
3479
3479
  inlineSearchPlaceholder: string;
3480
3480
  optionNameKey: string;
@@ -3521,14 +3521,14 @@ declare const DropdownTypes: () => (({
3521
3521
  isOpen: {
3522
3522
  type: import("vue").PropType<boolean>;
3523
3523
  };
3524
- selected: {
3525
- type: import("vue").PropType<unknown[]>;
3526
- default: any;
3527
- };
3528
3524
  valueToCopy: {
3529
3525
  type: import("vue").PropType<string>;
3530
3526
  default: any;
3531
3527
  };
3528
+ selected: {
3529
+ type: import("vue").PropType<unknown[]>;
3530
+ default: any;
3531
+ };
3532
3532
  options: {
3533
3533
  type: import("vue").PropType<unknown[]>;
3534
3534
  required: true;
@@ -3612,14 +3612,14 @@ declare const DropdownTypes: () => (({
3612
3612
  isOpen: {
3613
3613
  type: import("vue").PropType<boolean>;
3614
3614
  };
3615
- selected: {
3616
- type: import("vue").PropType<unknown[]>;
3617
- default: any;
3618
- };
3619
3615
  valueToCopy: {
3620
3616
  type: import("vue").PropType<string>;
3621
3617
  default: any;
3622
3618
  };
3619
+ selected: {
3620
+ type: import("vue").PropType<unknown[]>;
3621
+ default: any;
3622
+ };
3623
3623
  options: {
3624
3624
  type: import("vue").PropType<unknown[]>;
3625
3625
  required: true;
@@ -3690,8 +3690,8 @@ declare const DropdownTypes: () => (({
3690
3690
  testId: string;
3691
3691
  disabled: boolean;
3692
3692
  size: "small" | "medium" | "large";
3693
- selected: unknown[];
3694
3693
  valueToCopy: string;
3694
+ selected: unknown[];
3695
3695
  placeholder: string;
3696
3696
  inlineSearchPlaceholder: string;
3697
3697
  optionNameKey: string;
@@ -1,7 +1,7 @@
1
1
  import o from "./DataGrid.vue2.js";
2
- /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DataGrid.vue_vue_type_style_index_0_scoped_086c5b0d_lang.css"; //*');
4
- const a = /* @__PURE__ */ _(o, [["__scopeId", "data-v-086c5b0d"]]);
2
+ /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DataGrid.vue_vue_type_style_index_0_scoped_5b72e35a_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-5b72e35a"]]);
5
5
  export {
6
- a as default
6
+ s as default
7
7
  };
@@ -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), {