@ironsource/shared-ui 2.1.12-rc.24 → 2.1.12-rc.25

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.
package/index.d.ts CHANGED
@@ -16382,6 +16382,7 @@ declare const _default: {
16382
16382
  triggerFeedbackVariant: "success" | "warning" | "error";
16383
16383
  triggerFeedbackShowIcon: boolean;
16384
16384
  triggerShowAllSelectedText: boolean;
16385
+ triggerShownValuesCount: number;
16385
16386
  predefinedTrigger: "default" | "icon-button" | "chip" | "app";
16386
16387
  inlineSearch: boolean;
16387
16388
  inlineSearchPlaceholder: string;
@@ -16552,6 +16553,10 @@ declare const _default: {
16552
16553
  type: import("vue").PropType<boolean>;
16553
16554
  default: boolean;
16554
16555
  };
16556
+ triggerShownValuesCount: {
16557
+ type: import("vue").PropType<number>;
16558
+ default: number;
16559
+ };
16555
16560
  predefinedTrigger: {
16556
16561
  type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
16557
16562
  default: "default" | "icon-button" | "chip" | "app";
@@ -16681,7 +16686,7 @@ declare const _default: {
16681
16686
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16682
16687
  onOpened?: () => any;
16683
16688
  onClosed?: () => any;
16684
- } & 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" | "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">;
16685
16690
  $attrs: {
16686
16691
  [x: string]: unknown;
16687
16692
  };
@@ -16837,6 +16842,10 @@ declare const _default: {
16837
16842
  type: import("vue").PropType<boolean>;
16838
16843
  default: boolean;
16839
16844
  };
16845
+ triggerShownValuesCount: {
16846
+ type: import("vue").PropType<number>;
16847
+ default: number;
16848
+ };
16840
16849
  predefinedTrigger: {
16841
16850
  type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
16842
16851
  default: "default" | "icon-button" | "chip" | "app";
@@ -17015,6 +17024,7 @@ declare const _default: {
17015
17024
  triggerFeedbackVariant: "success" | "warning" | "error";
17016
17025
  triggerFeedbackShowIcon: boolean;
17017
17026
  triggerShowAllSelectedText: boolean;
17027
+ triggerShownValuesCount: number;
17018
17028
  predefinedTrigger: "default" | "icon-button" | "chip" | "app";
17019
17029
  inlineSearch: boolean;
17020
17030
  inlineSearchPlaceholder: string;
@@ -17205,6 +17215,10 @@ declare const _default: {
17205
17215
  type: import("vue").PropType<boolean>;
17206
17216
  default: boolean;
17207
17217
  };
17218
+ triggerShownValuesCount: {
17219
+ type: import("vue").PropType<number>;
17220
+ default: number;
17221
+ };
17208
17222
  predefinedTrigger: {
17209
17223
  type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
17210
17224
  default: "default" | "icon-button" | "chip" | "app";
@@ -17483,6 +17497,10 @@ declare const _default: {
17483
17497
  type: import("vue").PropType<boolean>;
17484
17498
  default: boolean;
17485
17499
  };
17500
+ triggerShownValuesCount: {
17501
+ type: import("vue").PropType<number>;
17502
+ default: number;
17503
+ };
17486
17504
  predefinedTrigger: {
17487
17505
  type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
17488
17506
  default: "default" | "icon-button" | "chip" | "app";
@@ -17661,6 +17679,7 @@ declare const _default: {
17661
17679
  triggerFeedbackVariant: "success" | "warning" | "error";
17662
17680
  triggerFeedbackShowIcon: boolean;
17663
17681
  triggerShowAllSelectedText: boolean;
17682
+ triggerShownValuesCount: number;
17664
17683
  predefinedTrigger: "default" | "icon-button" | "chip" | "app";
17665
17684
  inlineSearch: boolean;
17666
17685
  inlineSearchPlaceholder: string;
@@ -18424,6 +18443,10 @@ declare const _default: {
18424
18443
  type: import("vue").PropType<boolean>;
18425
18444
  default: boolean;
18426
18445
  };
18446
+ shownValuesCount: {
18447
+ type: import("vue").PropType<number>;
18448
+ default: number;
18449
+ };
18427
18450
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18428
18451
  clear: () => void;
18429
18452
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -18482,6 +18505,10 @@ declare const _default: {
18482
18505
  type: import("vue").PropType<boolean>;
18483
18506
  default: boolean;
18484
18507
  };
18508
+ shownValuesCount: {
18509
+ type: import("vue").PropType<number>;
18510
+ default: number;
18511
+ };
18485
18512
  }>> & {
18486
18513
  onClear?: () => any;
18487
18514
  }, {
@@ -18494,6 +18521,7 @@ declare const _default: {
18494
18521
  displayedValue: any;
18495
18522
  cancelAllSelectedDisplay: boolean;
18496
18523
  displayValueInQuotes: boolean;
18524
+ shownValuesCount: number;
18497
18525
  }>;
18498
18526
  ButtonDropdownTrigger: {
18499
18527
  new (...args: any[]): {
@@ -21014,6 +21042,10 @@ declare const _default: {
21014
21042
  type: import("vue").PropType<boolean>;
21015
21043
  default: boolean;
21016
21044
  };
21045
+ shownValuesCount: {
21046
+ type: import("vue").PropType<number>;
21047
+ default: number;
21048
+ };
21017
21049
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21018
21050
  clear: () => void;
21019
21051
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -21072,6 +21104,10 @@ declare const _default: {
21072
21104
  type: import("vue").PropType<boolean>;
21073
21105
  default: boolean;
21074
21106
  };
21107
+ shownValuesCount: {
21108
+ type: import("vue").PropType<number>;
21109
+ default: number;
21110
+ };
21075
21111
  }>> & {
21076
21112
  onClear?: () => any;
21077
21113
  }, {
@@ -21084,6 +21120,7 @@ declare const _default: {
21084
21120
  displayedValue: any;
21085
21121
  cancelAllSelectedDisplay: boolean;
21086
21122
  displayValueInQuotes: boolean;
21123
+ shownValuesCount: number;
21087
21124
  }> | ({
21088
21125
  new (...args: any[]): {
21089
21126
  $: import("vue").ComponentInternalInstance;
@@ -21121,6 +21158,7 @@ declare const _default: {
21121
21158
  triggerFeedbackVariant: "success" | "warning" | "error";
21122
21159
  triggerFeedbackShowIcon: boolean;
21123
21160
  triggerShowAllSelectedText: boolean;
21161
+ triggerShownValuesCount: number;
21124
21162
  predefinedTrigger: "default" | "icon-button" | "chip" | "app";
21125
21163
  inlineSearch: boolean;
21126
21164
  inlineSearchPlaceholder: string;
@@ -21291,6 +21329,10 @@ declare const _default: {
21291
21329
  type: import("vue").PropType<boolean>;
21292
21330
  default: boolean;
21293
21331
  };
21332
+ triggerShownValuesCount: {
21333
+ type: import("vue").PropType<number>;
21334
+ default: number;
21335
+ };
21294
21336
  predefinedTrigger: {
21295
21337
  type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
21296
21338
  default: "default" | "icon-button" | "chip" | "app";
@@ -21420,7 +21462,7 @@ declare const _default: {
21420
21462
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21421
21463
  onOpened?: () => any;
21422
21464
  onClosed?: () => any;
21423
- } & 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" | "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">;
21424
21466
  $attrs: {
21425
21467
  [x: string]: unknown;
21426
21468
  };
@@ -21576,6 +21618,10 @@ declare const _default: {
21576
21618
  type: import("vue").PropType<boolean>;
21577
21619
  default: boolean;
21578
21620
  };
21621
+ triggerShownValuesCount: {
21622
+ type: import("vue").PropType<number>;
21623
+ default: number;
21624
+ };
21579
21625
  predefinedTrigger: {
21580
21626
  type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
21581
21627
  default: "default" | "icon-button" | "chip" | "app";
@@ -21754,6 +21800,7 @@ declare const _default: {
21754
21800
  triggerFeedbackVariant: "success" | "warning" | "error";
21755
21801
  triggerFeedbackShowIcon: boolean;
21756
21802
  triggerShowAllSelectedText: boolean;
21803
+ triggerShownValuesCount: number;
21757
21804
  predefinedTrigger: "default" | "icon-button" | "chip" | "app";
21758
21805
  inlineSearch: boolean;
21759
21806
  inlineSearchPlaceholder: string;
@@ -21944,6 +21991,10 @@ declare const _default: {
21944
21991
  type: import("vue").PropType<boolean>;
21945
21992
  default: boolean;
21946
21993
  };
21994
+ triggerShownValuesCount: {
21995
+ type: import("vue").PropType<number>;
21996
+ default: number;
21997
+ };
21947
21998
  predefinedTrigger: {
21948
21999
  type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
21949
22000
  default: "default" | "icon-button" | "chip" | "app";
@@ -22222,6 +22273,10 @@ declare const _default: {
22222
22273
  type: import("vue").PropType<boolean>;
22223
22274
  default: boolean;
22224
22275
  };
22276
+ triggerShownValuesCount: {
22277
+ type: import("vue").PropType<number>;
22278
+ default: number;
22279
+ };
22225
22280
  predefinedTrigger: {
22226
22281
  type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
22227
22282
  default: "default" | "icon-button" | "chip" | "app";
@@ -22400,6 +22455,7 @@ declare const _default: {
22400
22455
  triggerFeedbackVariant: "success" | "warning" | "error";
22401
22456
  triggerFeedbackShowIcon: boolean;
22402
22457
  triggerShowAllSelectedText: boolean;
22458
+ triggerShownValuesCount: number;
22403
22459
  predefinedTrigger: "default" | "icon-button" | "chip" | "app";
22404
22460
  inlineSearch: boolean;
22405
22461
  inlineSearchPlaceholder: string;
@@ -23031,6 +23087,10 @@ declare const _default: {
23031
23087
  type: import("vue").PropType<boolean>;
23032
23088
  default: boolean;
23033
23089
  };
23090
+ triggerShownValuesCount: {
23091
+ type: import("vue").PropType<number>;
23092
+ default: number;
23093
+ };
23034
23094
  optionNameKey: {
23035
23095
  type: import("vue").PropType<string>;
23036
23096
  required: true;
@@ -23136,6 +23196,10 @@ declare const _default: {
23136
23196
  type: import("vue").PropType<boolean>;
23137
23197
  default: boolean;
23138
23198
  };
23199
+ triggerShownValuesCount: {
23200
+ type: import("vue").PropType<number>;
23201
+ default: number;
23202
+ };
23139
23203
  optionNameKey: {
23140
23204
  type: import("vue").PropType<string>;
23141
23205
  required: true;
@@ -23228,6 +23292,7 @@ declare const _default: {
23228
23292
  testId: string;
23229
23293
  isOpen: boolean;
23230
23294
  infiniteLoading: boolean;
23295
+ triggerShownValuesCount: number;
23231
23296
  optionNameKey: string;
23232
23297
  optionIconKey: string;
23233
23298
  optionImageKey: string;
@@ -24231,6 +24296,10 @@ declare const _default: {
24231
24296
  type: import("vue").PropType<boolean>;
24232
24297
  default: boolean;
24233
24298
  };
24299
+ triggerShownValuesCount: {
24300
+ type: import("vue").PropType<number>;
24301
+ default: number;
24302
+ };
24234
24303
  optionNameKey: {
24235
24304
  type: import("vue").PropType<string>;
24236
24305
  required: true;
@@ -24336,6 +24405,10 @@ declare const _default: {
24336
24405
  type: import("vue").PropType<boolean>;
24337
24406
  default: boolean;
24338
24407
  };
24408
+ triggerShownValuesCount: {
24409
+ type: import("vue").PropType<number>;
24410
+ default: number;
24411
+ };
24339
24412
  optionNameKey: {
24340
24413
  type: import("vue").PropType<string>;
24341
24414
  required: true;
@@ -24428,6 +24501,7 @@ declare const _default: {
24428
24501
  testId: string;
24429
24502
  isOpen: boolean;
24430
24503
  infiniteLoading: boolean;
24504
+ triggerShownValuesCount: number;
24431
24505
  optionNameKey: string;
24432
24506
  optionIconKey: string;
24433
24507
  optionImageKey: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_f738b223_lang.css';
1
+ import './Menu.vue_vue_type_style_index_0_scoped_eb057818_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-rc.24",
3
+ "version": "2.1.12-rc.25",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -1 +0,0 @@
1
- .chip-trigger[data-v-e43ac1c9]{border:1px solid var(--default-outlined-border);padding:.3125rem .3125rem .3125rem .4375rem;border-radius:100px;cursor:pointer;user-select:none;display:inline-flex;max-width:250px}.chip-trigger[data-v-e43ac1c9]:hover{border-color:var(--action-active);background:var(--action-selected)}.chip-trigger.active[data-v-e43ac1c9]{border:none;background:var(--primary-light);padding:.375rem .375rem .375rem .5rem}.chip-trigger.active .chip-trigger--content[data-v-e43ac1c9]{color:var(--primary-contrast-text)}.chip-trigger.active[data-v-e43ac1c9]:hover{border:.0625rem solid var(--primary-main-50-p);padding:.3125rem .3125rem .3125rem .4375rem}.chip-trigger.open[data-v-e43ac1c9]{border:.125rem solid var(--action-active);padding:.25rem .25rem .25rem .375rem;background:var(--action-selected)}.chip-trigger.open.active[data-v-e43ac1c9]{border:.125rem solid var(--primary-main-50-p);background:var(--primary-light);padding:.25rem .25rem .25rem .375rem}.chip-trigger.disabled[data-v-e43ac1c9]{cursor:auto}.chip-trigger--content[data-v-e43ac1c9]{color:var(--text-primary);display:flex;width:100%}.chip-trigger--content .x-circle-wrapper[data-v-e43ac1c9]{margin-left:4px;color:var(--primary-dark)}.chip-trigger--content .x-circle-wrapper[data-v-e43ac1c9]:hover{color:var(--primary-darker)}.chip-trigger--text[data-v-e43ac1c9]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;width:100%}.chip-trigger--suffix[data-v-e43ac1c9]{white-space:nowrap}.chip-trigger--icon[data-v-e43ac1c9]{margin-left:4px;color:var(--action-active)}
@@ -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
- .v-enter-active[data-v-86b82f0c],.v-leave-active[data-v-86b82f0c]{transition:opacity .25s ease}ol[data-v-86b82f0c],ul[data-v-86b82f0c],menu[data-v-86b82f0c]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-86b82f0c],.dropdown.full-width .button__container[data-v-86b82f0c]{width:100%}.dropdown-list-wrapper[data-v-86b82f0c]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-86b82f0c]{padding:.5rem}.list-container--multi[data-v-86b82f0c]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-86b82f0c]{display:flex;gap:4px;padding-bottom:.25rem}.inline-search .inline-search-wrapper .search-container[data-v-86b82f0c]{width:100%}.inline-search .list-container[data-v-86b82f0c]{padding-top:0}.no-result-container[data-v-86b82f0c]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-86b82f0c]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-86b82f0c]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-86b82f0c]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.list--with-conditions[data-v-86b82f0c]{min-height:0;margin-bottom:0}.image-slot[data-v-86b82f0c]{margin-right:.5rem}.actions-wrapper[data-v-86b82f0c]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.apply-button[data-v-86b82f0c]{margin-left:.5rem}