@ironsource/shared-ui 2.1.11-test.27 → 2.1.11-test.44

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 (117) hide show
  1. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +1 -0
  2. package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +1 -0
  3. package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
  4. package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +1 -0
  5. package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
  6. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
  7. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
  8. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +1 -0
  9. package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
  10. package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
  11. package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
  12. package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
  13. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
  14. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
  15. package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
  16. package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
  17. package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
  18. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
  19. package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
  20. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  21. package/TreeDropdown.vue_vue_type_style_index_0_scoped_a898b632_lang.css +1 -0
  22. package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
  23. package/components/chart/Chart.vue.d.ts +11 -3
  24. package/components/chart/Chart.vue.js +2 -2
  25. package/components/chart/Chart.vue2.js +108 -96
  26. package/components/chart/ChartHeader.vue.d.ts +13 -6
  27. package/components/chart/ChartHeader.vue.js +2 -2
  28. package/components/chart/ChartHeader.vue2.js +32 -29
  29. package/components/chart/ChartLegend.vue.d.ts +5 -0
  30. package/components/chart/ChartLegend.vue.js +3 -3
  31. package/components/chart/ChartLegend.vue2.js +99 -49
  32. package/components/chart/ChartTooltip.vue.d.ts +4 -5
  33. package/components/chart/ChartTooltip.vue.js +2 -2
  34. package/components/chart/ChartTooltip.vue2.js +64 -43
  35. package/components/chart/index.d.ts +36 -16
  36. package/components/chart/mockData.d.ts +15 -2
  37. package/components/chart/types.d.ts +15 -1
  38. package/components/chart/utils/utils.js +5 -5
  39. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  40. package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
  41. package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
  42. package/components/dialog/v4/DialogV4.vue.js +3 -3
  43. package/components/dialog/v4/DialogV4.vue2.js +80 -73
  44. package/components/dialog/v4/index.d.ts +58 -1
  45. package/components/dropdown/common/Dropdown.common.js +36 -34
  46. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
  47. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
  48. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
  49. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  50. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +55 -40
  51. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +20 -0
  52. package/components/dropdown/v4/ConditionalDropdown.vue.js +4 -4
  53. package/components/dropdown/v4/ConditionalDropdown.vue2.js +136 -97
  54. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -0
  55. package/components/dropdown/v4/DropdownV4.vue.js +2 -2
  56. package/components/dropdown/v4/DropdownV4.vue2.js +7 -7
  57. package/components/dropdown/v4/TreeDropdown.vue.d.ts +5 -0
  58. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  59. package/components/dropdown/v4/TreeDropdown.vue2.js +165 -158
  60. package/components/dropdown/v4/index.d.ts +67 -2
  61. package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
  62. package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
  63. package/components/filtersPanel/v4/FiltersPanelV4.vue.js +3 -3
  64. package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +1 -1
  65. package/components/forms/FormCard.vue.js +3 -3
  66. package/components/forms/FormCard.vue2.js +1 -1
  67. package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
  68. package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
  69. package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
  70. package/components/sortableList/SortableItem.vue.js +3 -3
  71. package/components/sortableList/SortableItem.vue2.js +57 -56
  72. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  73. package/components/sortableList/SortableItemLabel.vue2.js +20 -23
  74. package/components/sortableList/SortableList.vue.js +3 -3
  75. package/components/sortableList/SortableList.vue2.js +82 -76
  76. package/components/table/common/Table.common.d.ts +1 -1
  77. package/components/table/common/Table.common.js +78 -70
  78. package/components/table/common/consts.d.ts +4 -0
  79. package/components/table/common/consts.js +7 -0
  80. package/components/table/v4/DataGrid.vue.d.ts +10 -5
  81. package/components/table/v4/DataGrid.vue.js +3 -3
  82. package/components/table/v4/DataGrid.vue2.js +173 -171
  83. package/components/table/v4/DataGridMenu.vue.js +5 -5
  84. package/components/table/v4/DataGridMenu.vue2.js +1 -1
  85. package/components/table/v4/index.d.ts +39 -20
  86. package/components/table-cells/common/Editable.common.js +24 -19
  87. package/components/typography/v4/Typography.vue.js +3 -3
  88. package/components/typography/v4/Typography.vue2.js +24 -18
  89. package/index.d.ts +386 -47
  90. package/index.js +1 -1
  91. package/package.json +1 -1
  92. package/style/v4/grid.css +1 -1
  93. package/style/v4/grid.css.map +1 -1
  94. package/style/v4/spacings.scss +1 -0
  95. package/testids/index.d.ts +1 -0
  96. package/testids/index.js +13 -13
  97. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_f9a13e27_lang.css +0 -1
  98. package/Chart.vue_vue_type_style_index_0_scoped_8f471697_lang.css +0 -1
  99. package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
  100. package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
  101. package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
  102. package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
  103. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_039dd922_lang.css +0 -1
  104. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2aee12ad_lang.css +0 -1
  105. package/DataGrid.vue_vue_type_style_index_0_scoped_2406226b_lang.css +0 -1
  106. package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
  107. package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
  108. package/DropdownV4.vue_vue_type_style_index_0_scoped_6466948d_lang.css +0 -1
  109. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
  110. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_111b200a_lang.css +0 -1
  111. package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
  112. package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
  113. package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
  114. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
  115. package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
  116. package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +0 -1
  117. package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
@@ -2022,6 +2022,7 @@ declare const DropdownTypes: () => (({
2022
2022
  "onUpdate:isOpen"?: (value: unknown) => any;
2023
2023
  onOnsearch?: (value: string) => any;
2024
2024
  onLoadMore?: () => any;
2025
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2025
2026
  onOpened?: () => any;
2026
2027
  onClosed?: () => any;
2027
2028
  } & 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" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
@@ -2036,7 +2037,7 @@ declare const DropdownTypes: () => (({
2036
2037
  }>;
2037
2038
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2038
2039
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2039
- $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "opened") => void) & ((event: "closed") => void);
2040
+ $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "unsavedSelectionUpdate", value: unknown[]) => void) & ((event: "opened") => void) & ((event: "closed") => void);
2040
2041
  $el: any;
2041
2042
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2042
2043
  theme: {
@@ -2290,6 +2291,7 @@ declare const DropdownTypes: () => (({
2290
2291
  "onUpdate:isOpen"?: (value: unknown) => any;
2291
2292
  onOnsearch?: (value: string) => any;
2292
2293
  onLoadMore?: () => any;
2294
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2293
2295
  onOpened?: () => any;
2294
2296
  onClosed?: () => any;
2295
2297
  }, {
@@ -2307,6 +2309,7 @@ declare const DropdownTypes: () => (({
2307
2309
  onsearch: (value: string) => void;
2308
2310
  loadMore: () => void;
2309
2311
  allSelectedChanged: (value: boolean) => void;
2312
+ unsavedSelectionUpdate: (value: unknown[]) => void;
2310
2313
  }, string, {
2311
2314
  theme: string;
2312
2315
  testId: string;
@@ -2636,6 +2639,7 @@ declare const DropdownTypes: () => (({
2636
2639
  "onUpdate:isOpen"?: (value: unknown) => any;
2637
2640
  onOnsearch?: (value: string) => any;
2638
2641
  onLoadMore?: () => any;
2642
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2639
2643
  onOpened?: () => any;
2640
2644
  onClosed?: () => any;
2641
2645
  } & import("vue").ShallowUnwrapRef<{
@@ -2897,6 +2901,7 @@ declare const DropdownTypes: () => (({
2897
2901
  "onUpdate:isOpen"?: (value: unknown) => any;
2898
2902
  onOnsearch?: (value: string) => any;
2899
2903
  onLoadMore?: () => any;
2904
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2900
2905
  onOpened?: () => any;
2901
2906
  onClosed?: () => any;
2902
2907
  }, {
@@ -2914,6 +2919,7 @@ declare const DropdownTypes: () => (({
2914
2919
  onsearch: (value: string) => void;
2915
2920
  loadMore: () => void;
2916
2921
  allSelectedChanged: (value: boolean) => void;
2922
+ unsavedSelectionUpdate: (value: unknown[]) => void;
2917
2923
  }, string, {
2918
2924
  theme: string;
2919
2925
  testId: string;
@@ -3125,6 +3131,7 @@ declare const DropdownTypes: () => (({
3125
3131
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3126
3132
  disabledOptionKey: string;
3127
3133
  optionEndTextIconKey: string;
3134
+ debug: boolean;
3128
3135
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3129
3136
  testId: {
3130
3137
  type: import("vue").PropType<string>;
@@ -3209,10 +3216,15 @@ declare const DropdownTypes: () => (({
3209
3216
  type: import("vue").PropType<string[] | number[]>;
3210
3217
  required: true;
3211
3218
  };
3219
+ debug: {
3220
+ type: import("vue").PropType<boolean>;
3221
+ required: true;
3222
+ default: boolean;
3223
+ };
3212
3224
  }>> & {
3213
3225
  "onUpdate:selected"?: (value: unknown) => any;
3214
3226
  "onUpdate:isOpen"?: (value: unknown) => any;
3215
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3227
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey" | "debug">;
3216
3228
  $attrs: {
3217
3229
  [x: string]: unknown;
3218
3230
  };
@@ -3310,6 +3322,11 @@ declare const DropdownTypes: () => (({
3310
3322
  type: import("vue").PropType<string[] | number[]>;
3311
3323
  required: true;
3312
3324
  };
3325
+ debug: {
3326
+ type: import("vue").PropType<boolean>;
3327
+ required: true;
3328
+ default: boolean;
3329
+ };
3313
3330
  }>> & {
3314
3331
  "onUpdate:selected"?: (value: unknown) => any;
3315
3332
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -3332,6 +3349,7 @@ declare const DropdownTypes: () => (({
3332
3349
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3333
3350
  disabledOptionKey: string;
3334
3351
  optionEndTextIconKey: string;
3352
+ debug: boolean;
3335
3353
  }, {}, string> & {
3336
3354
  beforeCreate?: (() => void) | (() => void)[];
3337
3355
  created?: (() => void) | (() => void)[];
@@ -3436,6 +3454,11 @@ declare const DropdownTypes: () => (({
3436
3454
  type: import("vue").PropType<string[] | number[]>;
3437
3455
  required: true;
3438
3456
  };
3457
+ debug: {
3458
+ type: import("vue").PropType<boolean>;
3459
+ required: true;
3460
+ default: boolean;
3461
+ };
3439
3462
  }>> & {
3440
3463
  "onUpdate:selected"?: (value: unknown) => any;
3441
3464
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -3527,6 +3550,11 @@ declare const DropdownTypes: () => (({
3527
3550
  type: import("vue").PropType<string[] | number[]>;
3528
3551
  required: true;
3529
3552
  };
3553
+ debug: {
3554
+ type: import("vue").PropType<boolean>;
3555
+ required: true;
3556
+ default: boolean;
3557
+ };
3530
3558
  }>> & {
3531
3559
  "onUpdate:selected"?: (value: unknown) => any;
3532
3560
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -3549,6 +3577,7 @@ declare const DropdownTypes: () => (({
3549
3577
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3550
3578
  disabledOptionKey: string;
3551
3579
  optionEndTextIconKey: string;
3580
+ debug: boolean;
3552
3581
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3553
3582
  $slots: {
3554
3583
  "trigger-end-icon"?(_: {}): any;
@@ -3576,6 +3605,14 @@ declare const DropdownTypes: () => (({
3576
3605
  required: true;
3577
3606
  default: string;
3578
3607
  };
3608
+ optionFlagKey: {
3609
+ type: import("vue").PropType<string>;
3610
+ default: string;
3611
+ };
3612
+ groupedOptions: {
3613
+ type: import("vue").PropType<boolean>;
3614
+ default: boolean;
3615
+ };
3579
3616
  comparingKey: {
3580
3617
  type: import("vue").PropType<string>;
3581
3618
  required: true;
@@ -3617,6 +3654,14 @@ declare const DropdownTypes: () => (({
3617
3654
  type: import("vue").PropType<() => Promise<void>>;
3618
3655
  default: any;
3619
3656
  };
3657
+ fetchDataDebounceTime: {
3658
+ type: import("vue").PropType<number>;
3659
+ default: number;
3660
+ };
3661
+ autoFocusSearch: {
3662
+ type: import("vue").PropType<boolean>;
3663
+ default: boolean;
3664
+ };
3620
3665
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3621
3666
  "update:selectedCondition": (value: {
3622
3667
  label: string;
@@ -3648,6 +3693,14 @@ declare const DropdownTypes: () => (({
3648
3693
  required: true;
3649
3694
  default: string;
3650
3695
  };
3696
+ optionFlagKey: {
3697
+ type: import("vue").PropType<string>;
3698
+ default: string;
3699
+ };
3700
+ groupedOptions: {
3701
+ type: import("vue").PropType<boolean>;
3702
+ default: boolean;
3703
+ };
3651
3704
  comparingKey: {
3652
3705
  type: import("vue").PropType<string>;
3653
3706
  required: true;
@@ -3689,6 +3742,14 @@ declare const DropdownTypes: () => (({
3689
3742
  type: import("vue").PropType<() => Promise<void>>;
3690
3743
  default: any;
3691
3744
  };
3745
+ fetchDataDebounceTime: {
3746
+ type: import("vue").PropType<number>;
3747
+ default: number;
3748
+ };
3749
+ autoFocusSearch: {
3750
+ type: import("vue").PropType<boolean>;
3751
+ default: boolean;
3752
+ };
3692
3753
  }>> & {
3693
3754
  onClear?: () => any;
3694
3755
  "onUpdate:selectedCondition"?: (value: {
@@ -3703,9 +3764,13 @@ declare const DropdownTypes: () => (({
3703
3764
  isOpen: boolean;
3704
3765
  infiniteLoading: boolean;
3705
3766
  optionNameKey: string;
3767
+ optionFlagKey: string;
3768
+ groupedOptions: boolean;
3706
3769
  comparingKey: string;
3707
3770
  minCharsToStart: number;
3708
3771
  searchQuery: string;
3709
3772
  loadMoreFn: () => Promise<void>;
3773
+ fetchDataDebounceTime: number;
3774
+ autoFocusSearch: boolean;
3710
3775
  }>)[];
3711
3776
  export { Dropdown, DefaultDropdownTrigger, IconButtonDropdownTrigger, ChipDropdownTrigger, ButtonDropdownTrigger, ButtonFilterDropdownTrigger, AppDropdownTrigger, DropdownTypes, Option, TreeDropdown, ConditionalDropdown, };
@@ -1,7 +1,7 @@
1
1
  import t from "./EmptyStateV4.vue2.js";
2
2
  /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css"; //*');
4
- const p = /* @__PURE__ */ o(t, [["__scopeId", "data-v-24001caa"]]);
3
+ // import "../../../EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(t, [["__scopeId", "data-v-18728498"]]);
5
5
  export {
6
- p as default
6
+ s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css"; import p from "../../../_virtual/dynamic-import-helper.js";
1
+ import "../../../EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css"; import p from "../../../_virtual/dynamic-import-helper.js";
2
2
  import { defineComponent as v, computed as y, defineAsyncComponent as b, openBlock as e, createElementBlock as k, createBlock as i, unref as n, createCommentVNode as a, createElementVNode as N, renderSlot as s, withCtx as c, createTextVNode as r, toDisplayString as l } from "vue";
3
3
  import I from "../../button/v4/ButtonV4.vue.js";
4
4
  import "../../button/v4/IconButtonV4.vue.js";
@@ -1,7 +1,7 @@
1
1
  import e from "./FiltersPanelV4.vue2.js";
2
2
  /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../FiltersPanelV4.vue_vue_type_style_index_0_scoped_111b200a_lang.css"; //*');
4
- const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-111b200a"]]);
3
+ // import "../../../FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css"; //*');
4
+ const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-383011d3"]]);
5
5
  export {
6
- a as default
6
+ p as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../FiltersPanelV4.vue_vue_type_style_index_0_scoped_111b200a_lang.css"; import { defineComponent as d, openBlock as t, createElementBlock as s, Fragment as a, renderList as i, renderSlot as l, normalizeProps as c, guardReactiveProps as u } from "vue";
1
+ import "../../../FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css"; import { defineComponent as d, openBlock as t, createElementBlock as s, Fragment as a, renderList as i, renderSlot as l, normalizeProps as c, guardReactiveProps as u } from "vue";
2
2
  const p = { class: "filters-panel" }, m = ["data-testid"], v = /* @__PURE__ */ d({
3
3
  __name: "FiltersPanelV4",
4
4
  props: {
@@ -1,7 +1,7 @@
1
1
  import o from "./FormCard.vue2.js";
2
- /* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css"; //*');
4
- const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-c7965a69"]]);
2
+ /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css"; //*');
4
+ const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-86feae7b"]]);
5
5
  export {
6
6
  t as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css"; import { defineComponent as B, openBlock as d, createElementBlock as c, createElementVNode as f, mergeProps as n, unref as e, renderSlot as m, createVNode as a, withCtx as u, createTextVNode as g, toDisplayString as v, createBlock as T, createCommentVNode as C } from "vue";
1
+ import "../../FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css"; import { defineComponent as B, openBlock as d, createElementBlock as c, createElementVNode as f, mergeProps as n, unref as e, renderSlot as m, createVNode as a, withCtx as u, createTextVNode as g, toDisplayString as v, createBlock as T, createCommentVNode as C } from "vue";
2
2
  import b from "../typography/v4/Typography.vue.js";
3
3
  import k from "../button/v4/ButtonV4.vue.js";
4
4
  import "../button/v4/IconButtonV4.vue.js";
@@ -1,4 +1,9 @@
1
1
  import { VNode } from 'vue';
2
+ import { Button } from '@/components/button/v4';
3
+ type ButtonProps = InstanceType<typeof Button>['$props'] & {
4
+ onClick?: () => void;
5
+ closeOnClick?: boolean;
6
+ };
2
7
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
8
  customClass: string;
4
9
  dangerouslyUseHTMLString: boolean;
@@ -15,64 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
20
  showClose?: boolean;
16
21
  title?: string;
17
22
  zIndex?: number;
18
- actionButtons: (Partial<{
19
- testId: string;
20
- variant: "text" | "contained" | "outlined";
21
- disabled: boolean;
22
- color: "default" | "primary" | "danger" | "info" | "success" | "warning";
23
- size: "small" | "medium" | "large" | "extraLarge";
24
- content: string;
25
- loading: boolean;
26
- startIconName: string;
27
- endIconName: string;
28
- startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
29
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
30
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
31
- testId: {
32
- type: import("vue").PropType<string>;
33
- default: string;
34
- };
35
- variant: {
36
- type: import("vue").PropType<"text" | "contained" | "outlined">;
37
- default: string;
38
- };
39
- disabled: {
40
- type: import("vue").PropType<boolean>;
41
- default: boolean;
42
- };
43
- color: {
44
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
45
- default: string;
46
- };
47
- size: {
48
- type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
49
- default: string;
50
- };
51
- content: {
52
- type: import("vue").PropType<string>;
53
- default: string;
54
- };
55
- loading: {
56
- type: import("vue").PropType<boolean>;
57
- default: boolean;
58
- };
59
- startIconName: {
60
- type: import("vue").PropType<string>;
61
- default: any;
62
- };
63
- endIconName: {
64
- type: import("vue").PropType<string>;
65
- default: any;
66
- };
67
- startIconType: {
68
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
69
- default: string;
70
- };
71
- endIconType: {
72
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
73
- default: string;
74
- };
75
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "color" | "size" | "content" | "loading" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
23
+ actionButtons: ButtonProps[];
76
24
  testId: string;
77
25
  }>, {
78
26
  type: string;
@@ -100,64 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
100
48
  showClose?: boolean;
101
49
  title?: string;
102
50
  zIndex?: number;
103
- actionButtons: (Partial<{
104
- testId: string;
105
- variant: "text" | "contained" | "outlined";
106
- disabled: boolean;
107
- color: "default" | "primary" | "danger" | "info" | "success" | "warning";
108
- size: "small" | "medium" | "large" | "extraLarge";
109
- content: string;
110
- loading: boolean;
111
- startIconName: string;
112
- endIconName: string;
113
- startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
114
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
115
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
116
- testId: {
117
- type: import("vue").PropType<string>;
118
- default: string;
119
- };
120
- variant: {
121
- type: import("vue").PropType<"text" | "contained" | "outlined">;
122
- default: string;
123
- };
124
- disabled: {
125
- type: import("vue").PropType<boolean>;
126
- default: boolean;
127
- };
128
- color: {
129
- type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
130
- default: string;
131
- };
132
- size: {
133
- type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
134
- default: string;
135
- };
136
- content: {
137
- type: import("vue").PropType<string>;
138
- default: string;
139
- };
140
- loading: {
141
- type: import("vue").PropType<boolean>;
142
- default: boolean;
143
- };
144
- startIconName: {
145
- type: import("vue").PropType<string>;
146
- default: any;
147
- };
148
- endIconName: {
149
- type: import("vue").PropType<string>;
150
- default: any;
151
- };
152
- startIconType: {
153
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
154
- default: string;
155
- };
156
- endIconType: {
157
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
158
- default: string;
159
- };
160
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "color" | "size" | "content" | "loading" | "startIconName" | "endIconName" | "startIconType" | "endIconType">)[];
51
+ actionButtons: ButtonProps[];
161
52
  testId: string;
162
53
  }>, {
163
54
  type: string;
@@ -1,7 +1,7 @@
1
- import c from "./SnackbarV4.vue2.js";
2
- /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css"; //*');
4
- const a = /* @__PURE__ */ o(c, [["__scopeId", "data-v-49c5ccea"]]);
1
+ import o from "./SnackbarV4.vue2.js";
2
+ /* empty css */import a from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css"; //*');
4
+ const r = /* @__PURE__ */ a(o, [["__scopeId", "data-v-89fe8aa1"]]);
5
5
  export {
6
- a as default
6
+ r as default
7
7
  };
@@ -1,18 +1,18 @@
1
- import "../../../SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css"; import { defineComponent as M, computed as $, openBlock as n, createBlock as c, Transition as A, withCtx as f, withDirectives as g, createElementVNode as a, mergeProps as l, unref as e, createVNode as z, createTextVNode as I, toDisplayString as T, createCommentVNode as d, renderSlot as h, vShow as B, createElementBlock as N, Fragment as O, renderList as V, withModifiers as x } from "vue";
2
- import U from "../../icon/v4/IconV4.vue.js";
1
+ import "../../../SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css"; import { defineComponent as $, computed as A, openBlock as n, createBlock as d, Transition as O, withCtx as f, withDirectives as I, createElementVNode as a, mergeProps as l, unref as t, createVNode as z, createTextVNode as T, toDisplayString as h, createCommentVNode as u, renderSlot as B, vShow as N, createElementBlock as S, Fragment as V, renderList as x, withModifiers as U } from "vue";
2
+ import D from "../../icon/v4/IconV4.vue.js";
3
3
  import "../../icon/v4/IconFlag.vue.js";
4
- import D from "../../button/v4/ButtonV4.vue.js";
5
- import H from "../../button/v4/IconButtonV4.vue.js";
4
+ import H from "../../button/v4/ButtonV4.vue.js";
5
+ import F from "../../button/v4/IconButtonV4.vue.js";
6
6
  import "../../button/v4/ButtonGroup.vue.js";
7
7
  import "../../button/v4/ToggleButtonGroupAB.vue.js";
8
- import S from "../../typography/v4/Typography.vue.js";
9
- import { snackbarCommon as F } from "../common/snackbar.common.js";
10
- import { useTestIdAttrs as G } from "../../../utils/testIds.js";
8
+ import b from "../../typography/v4/Typography.vue.js";
9
+ import { snackbarCommon as G } from "../common/snackbar.common.js";
10
+ import { useTestIdAttrs as P } from "../../../utils/testIds.js";
11
11
  import { SnackbarTestIdModifiers as i } from "../../../testids/index.js";
12
- const P = ["id"], R = { class: "container" }, j = { class: "texts" }, q = { class: "message" }, J = { class: "action-wrapper" }, K = {
12
+ const R = ["id"], j = { class: "container" }, q = { class: "texts" }, J = { class: "message" }, K = { class: "action-wrapper" }, Q = {
13
13
  key: 0,
14
14
  class: "actions"
15
- }, Q = { class: "close-button-wrapper" }, ae = /* @__PURE__ */ M({
15
+ }, W = { class: "close-button-wrapper" }, lt = /* @__PURE__ */ $({
16
16
  __name: "SnackbarV4",
17
17
  props: {
18
18
  customClass: null,
@@ -32,15 +32,15 @@ const P = ["id"], R = { class: "container" }, j = { class: "texts" }, q = { clas
32
32
  testId: { default: "" }
33
33
  },
34
34
  emits: ["destroy"],
35
- setup(t) {
36
- const u = t, {
37
- visible: b,
38
- horizontalClass: p,
39
- positionStyle: w,
35
+ setup(e) {
36
+ const m = e, {
37
+ visible: p,
38
+ horizontalClass: w,
39
+ positionStyle: L,
40
40
  clearTimer: k,
41
41
  startTimer: C,
42
- close: L
43
- } = F(u), E = {
42
+ close: y
43
+ } = G(m), E = {
44
44
  info: {
45
45
  iconName: "info",
46
46
  class: "snackbar-icon-info"
@@ -53,83 +53,85 @@ const P = ["id"], R = { class: "container" }, j = { class: "texts" }, q = { clas
53
53
  iconName: "check-circle",
54
54
  class: "snackbar-icon-success"
55
55
  }
56
- }, y = $(() => E[u.type]), r = G(u.testId, i);
57
- return (m, o) => (n(), c(A, {
56
+ }, v = A(() => E[m.type]), r = P(m.testId, i), M = ({ closeOnClick: c, onClick: o }) => () => {
57
+ c && y(), o && o();
58
+ };
59
+ return (c, o) => (n(), d(O, {
58
60
  name: "snackbar",
59
- onBeforeLeave: t.onClose,
60
- onAfterLeave: o[3] || (o[3] = (s) => m.$emit("destroy"))
61
+ onBeforeLeave: e.onClose,
62
+ onAfterLeave: o[3] || (o[3] = (s) => c.$emit("destroy"))
61
63
  }, {
62
64
  default: f(() => [
63
- g(a("div", l({
64
- id: t.id,
65
- class: ["snackbar light-theme-v4", [t.customClass, e(p)]],
66
- style: e(w),
65
+ I(a("div", l({
66
+ id: e.id,
67
+ class: ["snackbar light-theme-v4", [e.customClass, t(w)]],
68
+ style: t(L),
67
69
  role: "alert"
68
- }, e(r)[e(i).CONTAINER], {
70
+ }, t(r)[t(i).CONTAINER], {
69
71
  onMouseenter: o[0] || (o[0] = //@ts-ignore
70
- (...s) => e(k) && e(k)(...s)),
72
+ (...s) => t(k) && t(k)(...s)),
71
73
  onMouseleave: o[1] || (o[1] = //@ts-ignore
72
- (...s) => e(C) && e(C)(...s)),
74
+ (...s) => t(C) && t(C)(...s)),
73
75
  onClick: o[2] || (o[2] = //@ts-ignore
74
- (...s) => t.onClick && t.onClick(...s))
76
+ (...s) => e.onClick && e.onClick(...s))
75
77
  }), [
76
- a("div", R, [
77
- a("div", j, [
78
- t.title ? (n(), c(e(S), l({
78
+ a("div", j, [
79
+ a("div", q, [
80
+ e.title ? (n(), d(t(b), l({
79
81
  key: 0,
80
82
  variant: "h4",
81
83
  class: "title"
82
- }, e(r)[e(i).TITLE]), {
84
+ }, t(r)[t(i).TITLE]), {
83
85
  default: f(() => [
84
- z(e(U), l({
85
- name: e(y).iconName,
86
+ z(t(D), l({
87
+ name: t(v).iconName,
86
88
  type: "fill",
87
89
  size: "20px",
88
- class: [e(y).class, "icon-container"]
89
- }, e(r)[e(i).ICON]), null, 16, ["name", "class"]),
90
- I(" " + T(t.title), 1)
90
+ class: [t(v).class, "icon-container"]
91
+ }, t(r)[t(i).ICON]), null, 16, ["name", "class"]),
92
+ T(" " + h(e.title), 1)
91
93
  ]),
92
94
  _: 1
93
- }, 16)) : d("", !0),
94
- g(a("div", q, [
95
- h(m.$slots, "default", {}, () => [
96
- t.dangerouslyUseHTMLString ? d("", !0) : (n(), c(e(S), l({
95
+ }, 16)) : u("", !0),
96
+ I(a("div", J, [
97
+ B(c.$slots, "default", {}, () => [
98
+ e.dangerouslyUseHTMLString ? u("", !0) : (n(), d(t(b), l({
97
99
  key: 0,
98
100
  variant: "body2"
99
- }, e(r)[e(i).MESSAGE]), {
101
+ }, t(r)[t(i).MESSAGE]), {
100
102
  default: f(() => [
101
- I(T(t.message), 1)
103
+ T(h(e.message), 1)
102
104
  ]),
103
105
  _: 1
104
106
  }, 16))
105
107
  ], !0)
106
108
  ], 512), [
107
- [B, t.message]
109
+ [N, e.message]
108
110
  ]),
109
- a("div", J, [
110
- h(m.$slots, "actions", {}, () => [
111
- t.actionButtons ? (n(), N("div", K, [
112
- (n(!0), N(O, null, V(t.actionButtons, (s, v) => (n(), c(e(D), l({
113
- key: v,
114
- "data-testid": t.testId ? `${t.testId}-${e(i).ACTION_BUTTON}-${v}` : "",
111
+ a("div", K, [
112
+ B(c.$slots, "actions", {}, () => [
113
+ e.actionButtons ? (n(), S("div", Q, [
114
+ (n(!0), S(V, null, x(e.actionButtons, (s, g) => (n(), d(t(H), l({
115
+ key: g,
116
+ "data-testid": e.testId ? `${e.testId}-${t(i).ACTION_BUTTON}-${g}` : "",
115
117
  size: "small"
116
- }, { ...s }), null, 16, ["data-testid"]))), 128))
117
- ])) : d("", !0)
118
+ }, { ...s, onClick: M(s) }), null, 16, ["data-testid"]))), 128))
119
+ ])) : u("", !0)
118
120
  ], !0)
119
121
  ])
120
122
  ]),
121
- a("div", Q, [
122
- t.showClose ? (n(), c(e(H), l({
123
+ a("div", W, [
124
+ e.showClose ? (n(), d(t(F), l({
123
125
  key: 0,
124
126
  "icon-name": "x",
125
127
  size: "small"
126
- }, e(r)[e(i).CLOSE], {
127
- onClick: x(e(L), ["stop"])
128
- }), null, 16, ["onClick"])) : d("", !0)
128
+ }, t(r)[t(i).CLOSE], {
129
+ onClick: U(t(y), ["stop"])
130
+ }), null, 16, ["onClick"])) : u("", !0)
129
131
  ])
130
132
  ])
131
- ], 16, P), [
132
- [B, e(b)]
133
+ ], 16, R), [
134
+ [N, t(p)]
133
135
  ])
134
136
  ]),
135
137
  _: 3
@@ -137,5 +139,5 @@ const P = ["id"], R = { class: "container" }, j = { class: "texts" }, q = { clas
137
139
  }
138
140
  });
139
141
  export {
140
- ae as default
142
+ lt as default
141
143
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./SortableItem.vue2.js";
2
2
  /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-9dd4d372"]]);
3
+ // import "../../SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css"; //*');
4
+ const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-7cb676f1"]]);
5
5
  export {
6
- s as default
6
+ c as default
7
7
  };