@ironsource/shared-ui 2.1.12-test.1 → 2.1.12-test.3

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 (69) hide show
  1. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_adb49e50_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +1 -0
  3. package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +1 -0
  4. package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +1 -0
  5. package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +1 -0
  6. package/ChartTooltip.vue_vue_type_style_index_0_scoped_3315b68f_lang.css +1 -0
  7. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +1 -0
  8. package/DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css +1 -0
  9. package/DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css +1 -0
  10. package/Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css +1 -0
  11. package/OptionV4.vue_vue_type_style_index_0_scoped_7d287ee5_lang.css +1 -0
  12. package/components/button/v4/ButtonV4.vue.d.ts +1 -0
  13. package/components/button/v4/ButtonV4.vue.js +3 -3
  14. package/components/button/v4/ButtonV4.vue2.js +22 -21
  15. package/components/chart/Chart.vue.d.ts +5 -0
  16. package/components/chart/Chart.vue.js +3 -3
  17. package/components/chart/Chart.vue2.js +9 -7
  18. package/components/chart/ChartHeader.vue.d.ts +5 -0
  19. package/components/chart/ChartHeader.vue.js +2 -2
  20. package/components/chart/ChartHeader.vue2.js +42 -34
  21. package/components/chart/ChartPlane.vue.d.ts +5 -0
  22. package/components/chart/ChartPlane.vue.js +4 -4
  23. package/components/chart/ChartPlane.vue2.js +14 -12
  24. package/components/chart/ChartTooltip.vue.js +2 -2
  25. package/components/chart/ChartTooltip.vue2.js +3 -3
  26. package/components/chart/index.d.ts +15 -0
  27. package/components/dateRange/common/DateRange.common.js +81 -75
  28. package/components/dateRange/common/DateServices.common.d.ts +1 -1
  29. package/components/dateRange/common/DateServices.common.js +1 -0
  30. package/components/dropdown/common/Dropdown.common.js +83 -79
  31. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -0
  32. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
  33. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +15 -12
  34. package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
  35. package/components/dropdown/v4/ConditionalDropdown.vue2.js +105 -96
  36. package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -0
  37. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  38. package/components/dropdown/v4/DropdownV4.vue2.js +56 -54
  39. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -5
  40. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  41. package/components/dropdown/v4/OptionV4.vue2.js +3 -3
  42. package/components/dropdown/v4/index.d.ts +30 -15
  43. package/components/link/Link.vue.d.ts +70 -0
  44. package/components/link/Link.vue.js +7 -0
  45. package/components/link/Link.vue2.js +43 -0
  46. package/components/link/index.d.ts +140 -0
  47. package/components/link/index.js +6 -0
  48. package/components/table/v4/DataGrid.vue.d.ts +2 -0
  49. package/components/table/v4/DataGrid.vue.js +3 -3
  50. package/components/table/v4/DataGrid.vue2.js +5 -4
  51. package/components/table/v4/index.d.ts +2 -0
  52. package/composables/useDateService.d.ts +7 -0
  53. package/composables/useDateService.js +10 -0
  54. package/index.d.ts +68 -30
  55. package/index.js +111 -105
  56. package/mocks/optionsWithIcons.d.ts +1 -0
  57. package/package.json +11 -3
  58. package/testids/index.d.ts +4 -0
  59. package/testids/index.js +31 -30
  60. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_0123c361_lang.css +0 -1
  61. package/ButtonV4.vue_vue_type_style_index_0_scoped_d7948c77_lang.css +0 -1
  62. package/Chart.vue_vue_type_style_index_0_scoped_03771fa3_lang.css +0 -1
  63. package/ChartHeader.vue_vue_type_style_index_0_scoped_da34b108_lang.css +0 -1
  64. package/ChartPlane.vue_vue_type_style_index_0_scoped_ff7e556e_lang.css +0 -1
  65. package/ChartTooltip.vue_vue_type_style_index_0_scoped_e53c6287_lang.css +0 -1
  66. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_683b8a75_lang.css +0 -1
  67. package/DataGrid.vue_vue_type_style_index_0_scoped_0963bb3c_lang.css +0 -1
  68. package/DropdownV4.vue_vue_type_style_index_0_scoped_dd86e387_lang.css +0 -1
  69. package/OptionV4.vue_vue_type_style_index_0_scoped_b9724567_lang.css +0 -1
package/index.d.ts CHANGED
@@ -4785,6 +4785,8 @@ declare const _default: {
4785
4785
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4786
4786
  $slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
4787
4787
  column: tableV3.Column;
4788
+ }) => any>> & Partial<Record<`after-header-${string}`, (_: {
4789
+ column: tableV3.Column;
4788
4790
  }) => any>> & Partial<Record<`total-${string}`, (_: {
4789
4791
  column: tableV3.Column;
4790
4792
  }) => any>> & Partial<Record<`cell-${string}`, (_: {
@@ -5457,6 +5459,8 @@ declare const _default: {
5457
5459
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5458
5460
  $slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
5459
5461
  column: tableV3.Column;
5462
+ }) => any>> & Partial<Record<`after-header-${string}`, (_: {
5463
+ column: tableV3.Column;
5460
5464
  }) => any>> & Partial<Record<`total-${string}`, (_: {
5461
5465
  column: tableV3.Column;
5462
5466
  }) => any>> & Partial<Record<`cell-${string}`, (_: {
@@ -11199,6 +11203,10 @@ declare const _default: {
11199
11203
  type: import("vue").PropType<number>;
11200
11204
  default: any;
11201
11205
  };
11206
+ optionTooltipPosition: {
11207
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
11208
+ default: string;
11209
+ };
11202
11210
  fullWidth: {
11203
11211
  type: import("vue").PropType<boolean>;
11204
11212
  default: boolean;
@@ -11309,6 +11317,7 @@ declare const _default: {
11309
11317
  groupedOptions: boolean;
11310
11318
  comparingKey: string;
11311
11319
  customNumberOfDisplayedOptions: number;
11320
+ optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
11312
11321
  fullWidth: boolean;
11313
11322
  optionsListWidth: string;
11314
11323
  statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
@@ -11564,6 +11573,10 @@ declare const _default: {
11564
11573
  type: import("vue").PropType<number>;
11565
11574
  default: any;
11566
11575
  };
11576
+ optionTooltipPosition: {
11577
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
11578
+ default: string;
11579
+ };
11567
11580
  fullWidth: {
11568
11581
  type: import("vue").PropType<boolean>;
11569
11582
  default: boolean;
@@ -11661,6 +11674,7 @@ declare const _default: {
11661
11674
  groupedOptions: boolean;
11662
11675
  comparingKey: string;
11663
11676
  customNumberOfDisplayedOptions: number;
11677
+ optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
11664
11678
  fullWidth: boolean;
11665
11679
  optionsListWidth: string;
11666
11680
  statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
@@ -11913,6 +11927,10 @@ declare const _default: {
11913
11927
  type: import("vue").PropType<number>;
11914
11928
  default: any;
11915
11929
  };
11930
+ optionTooltipPosition: {
11931
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
11932
+ default: string;
11933
+ };
11916
11934
  fullWidth: {
11917
11935
  type: import("vue").PropType<boolean>;
11918
11936
  default: boolean;
@@ -12023,6 +12041,7 @@ declare const _default: {
12023
12041
  groupedOptions: boolean;
12024
12042
  comparingKey: string;
12025
12043
  customNumberOfDisplayedOptions: number;
12044
+ optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
12026
12045
  fullWidth: boolean;
12027
12046
  optionsListWidth: string;
12028
12047
  statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
@@ -12909,6 +12928,7 @@ declare const _default: {
12909
12928
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
12910
12929
  $slots: {
12911
12930
  default?(_: {}): any;
12931
+ "after-label"?(_: {}): any;
12912
12932
  };
12913
12933
  });
12914
12934
  ButtonFilterDropdownTrigger: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -14185,6 +14205,10 @@ declare const _default: {
14185
14205
  type: import("vue").PropType<unknown>;
14186
14206
  default: any;
14187
14207
  };
14208
+ tooltipPlacement: {
14209
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
14210
+ default: string;
14211
+ };
14188
14212
  disabled: {
14189
14213
  type: import("vue").PropType<boolean>;
14190
14214
  default: boolean;
@@ -14249,10 +14273,6 @@ declare const _default: {
14249
14273
  type: import("vue").PropType<string>;
14250
14274
  default: any;
14251
14275
  };
14252
- toolTipPlacement: {
14253
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
14254
- default: string;
14255
- };
14256
14276
  treeMainOption: {
14257
14277
  type: import("vue").PropType<boolean>;
14258
14278
  default: boolean;
@@ -14286,6 +14306,7 @@ declare const _default: {
14286
14306
  toggleTreeCollapse: (option: unknown) => void;
14287
14307
  }, import("vue").PublicProps, {
14288
14308
  option: any;
14309
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
14289
14310
  disabled: boolean;
14290
14311
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
14291
14312
  active: boolean;
@@ -14302,7 +14323,6 @@ declare const _default: {
14302
14323
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
14303
14324
  endIconKey: string;
14304
14325
  endTextIconKey: string;
14305
- toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
14306
14326
  treeMainOption: boolean;
14307
14327
  treeMainOptionExpanded: boolean;
14308
14328
  stopOptionClickEventPropagation: boolean;
@@ -14321,6 +14341,10 @@ declare const _default: {
14321
14341
  type: import("vue").PropType<unknown>;
14322
14342
  default: any;
14323
14343
  };
14344
+ tooltipPlacement: {
14345
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
14346
+ default: string;
14347
+ };
14324
14348
  disabled: {
14325
14349
  type: import("vue").PropType<boolean>;
14326
14350
  default: boolean;
@@ -14385,10 +14409,6 @@ declare const _default: {
14385
14409
  type: import("vue").PropType<string>;
14386
14410
  default: any;
14387
14411
  };
14388
- toolTipPlacement: {
14389
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
14390
- default: string;
14391
- };
14392
14412
  treeMainOption: {
14393
14413
  type: import("vue").PropType<boolean>;
14394
14414
  default: boolean;
@@ -14420,6 +14440,7 @@ declare const _default: {
14420
14440
  onToggleTreeCollapse?: (option: unknown) => any;
14421
14441
  }>, {}, {}, {}, {}, {
14422
14442
  option: any;
14443
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
14423
14444
  disabled: boolean;
14424
14445
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
14425
14446
  active: boolean;
@@ -14436,7 +14457,6 @@ declare const _default: {
14436
14457
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
14437
14458
  endIconKey: string;
14438
14459
  endTextIconKey: string;
14439
- toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
14440
14460
  treeMainOption: boolean;
14441
14461
  treeMainOptionExpanded: boolean;
14442
14462
  stopOptionClickEventPropagation: boolean;
@@ -14452,6 +14472,10 @@ declare const _default: {
14452
14472
  type: import("vue").PropType<unknown>;
14453
14473
  default: any;
14454
14474
  };
14475
+ tooltipPlacement: {
14476
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
14477
+ default: string;
14478
+ };
14455
14479
  disabled: {
14456
14480
  type: import("vue").PropType<boolean>;
14457
14481
  default: boolean;
@@ -14516,10 +14540,6 @@ declare const _default: {
14516
14540
  type: import("vue").PropType<string>;
14517
14541
  default: any;
14518
14542
  };
14519
- toolTipPlacement: {
14520
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
14521
- default: string;
14522
- };
14523
14543
  treeMainOption: {
14524
14544
  type: import("vue").PropType<boolean>;
14525
14545
  default: boolean;
@@ -14553,6 +14573,7 @@ declare const _default: {
14553
14573
  toggleTreeCollapse: (option: unknown) => void;
14554
14574
  }, string, {
14555
14575
  option: any;
14576
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
14556
14577
  disabled: boolean;
14557
14578
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
14558
14579
  active: boolean;
@@ -14569,7 +14590,6 @@ declare const _default: {
14569
14590
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
14570
14591
  endIconKey: string;
14571
14592
  endTextIconKey: string;
14572
- toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
14573
14593
  treeMainOption: boolean;
14574
14594
  treeMainOptionExpanded: boolean;
14575
14595
  stopOptionClickEventPropagation: boolean;
@@ -14995,6 +15015,10 @@ declare const _default: {
14995
15015
  type: import("vue").PropType<number>;
14996
15016
  default: any;
14997
15017
  };
15018
+ optionTooltipPosition: {
15019
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
15020
+ default: string;
15021
+ };
14998
15022
  fullWidth: {
14999
15023
  type: import("vue").PropType<boolean>;
15000
15024
  default: boolean;
@@ -15105,6 +15129,7 @@ declare const _default: {
15105
15129
  groupedOptions: boolean;
15106
15130
  comparingKey: string;
15107
15131
  customNumberOfDisplayedOptions: number;
15132
+ optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
15108
15133
  fullWidth: boolean;
15109
15134
  optionsListWidth: string;
15110
15135
  statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
@@ -15360,6 +15385,10 @@ declare const _default: {
15360
15385
  type: import("vue").PropType<number>;
15361
15386
  default: any;
15362
15387
  };
15388
+ optionTooltipPosition: {
15389
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
15390
+ default: string;
15391
+ };
15363
15392
  fullWidth: {
15364
15393
  type: import("vue").PropType<boolean>;
15365
15394
  default: boolean;
@@ -15457,6 +15486,7 @@ declare const _default: {
15457
15486
  groupedOptions: boolean;
15458
15487
  comparingKey: string;
15459
15488
  customNumberOfDisplayedOptions: number;
15489
+ optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
15460
15490
  fullWidth: boolean;
15461
15491
  optionsListWidth: string;
15462
15492
  statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
@@ -15709,6 +15739,10 @@ declare const _default: {
15709
15739
  type: import("vue").PropType<number>;
15710
15740
  default: any;
15711
15741
  };
15742
+ optionTooltipPosition: {
15743
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
15744
+ default: string;
15745
+ };
15712
15746
  fullWidth: {
15713
15747
  type: import("vue").PropType<boolean>;
15714
15748
  default: boolean;
@@ -15819,6 +15853,7 @@ declare const _default: {
15819
15853
  groupedOptions: boolean;
15820
15854
  comparingKey: string;
15821
15855
  customNumberOfDisplayedOptions: number;
15856
+ optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
15822
15857
  fullWidth: boolean;
15823
15858
  optionsListWidth: string;
15824
15859
  statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
@@ -16720,6 +16755,10 @@ declare const _default: {
16720
16755
  type: import("vue").PropType<unknown>;
16721
16756
  default: any;
16722
16757
  };
16758
+ tooltipPlacement: {
16759
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
16760
+ default: string;
16761
+ };
16723
16762
  disabled: {
16724
16763
  type: import("vue").PropType<boolean>;
16725
16764
  default: boolean;
@@ -16784,10 +16823,6 @@ declare const _default: {
16784
16823
  type: import("vue").PropType<string>;
16785
16824
  default: any;
16786
16825
  };
16787
- toolTipPlacement: {
16788
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
16789
- default: string;
16790
- };
16791
16826
  treeMainOption: {
16792
16827
  type: import("vue").PropType<boolean>;
16793
16828
  default: boolean;
@@ -16821,6 +16856,7 @@ declare const _default: {
16821
16856
  toggleTreeCollapse: (option: unknown) => void;
16822
16857
  }, import("vue").PublicProps, {
16823
16858
  option: any;
16859
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
16824
16860
  disabled: boolean;
16825
16861
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16826
16862
  active: boolean;
@@ -16837,7 +16873,6 @@ declare const _default: {
16837
16873
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16838
16874
  endIconKey: string;
16839
16875
  endTextIconKey: string;
16840
- toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
16841
16876
  treeMainOption: boolean;
16842
16877
  treeMainOptionExpanded: boolean;
16843
16878
  stopOptionClickEventPropagation: boolean;
@@ -16856,6 +16891,10 @@ declare const _default: {
16856
16891
  type: import("vue").PropType<unknown>;
16857
16892
  default: any;
16858
16893
  };
16894
+ tooltipPlacement: {
16895
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
16896
+ default: string;
16897
+ };
16859
16898
  disabled: {
16860
16899
  type: import("vue").PropType<boolean>;
16861
16900
  default: boolean;
@@ -16920,10 +16959,6 @@ declare const _default: {
16920
16959
  type: import("vue").PropType<string>;
16921
16960
  default: any;
16922
16961
  };
16923
- toolTipPlacement: {
16924
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
16925
- default: string;
16926
- };
16927
16962
  treeMainOption: {
16928
16963
  type: import("vue").PropType<boolean>;
16929
16964
  default: boolean;
@@ -16955,6 +16990,7 @@ declare const _default: {
16955
16990
  onToggleTreeCollapse?: (option: unknown) => any;
16956
16991
  }>, {}, {}, {}, {}, {
16957
16992
  option: any;
16993
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
16958
16994
  disabled: boolean;
16959
16995
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16960
16996
  active: boolean;
@@ -16971,7 +17007,6 @@ declare const _default: {
16971
17007
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16972
17008
  endIconKey: string;
16973
17009
  endTextIconKey: string;
16974
- toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
16975
17010
  treeMainOption: boolean;
16976
17011
  treeMainOptionExpanded: boolean;
16977
17012
  stopOptionClickEventPropagation: boolean;
@@ -16987,6 +17022,10 @@ declare const _default: {
16987
17022
  type: import("vue").PropType<unknown>;
16988
17023
  default: any;
16989
17024
  };
17025
+ tooltipPlacement: {
17026
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
17027
+ default: string;
17028
+ };
16990
17029
  disabled: {
16991
17030
  type: import("vue").PropType<boolean>;
16992
17031
  default: boolean;
@@ -17051,10 +17090,6 @@ declare const _default: {
17051
17090
  type: import("vue").PropType<string>;
17052
17091
  default: any;
17053
17092
  };
17054
- toolTipPlacement: {
17055
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
17056
- default: string;
17057
- };
17058
17093
  treeMainOption: {
17059
17094
  type: import("vue").PropType<boolean>;
17060
17095
  default: boolean;
@@ -17088,6 +17123,7 @@ declare const _default: {
17088
17123
  toggleTreeCollapse: (option: unknown) => void;
17089
17124
  }, string, {
17090
17125
  option: any;
17126
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
17091
17127
  disabled: boolean;
17092
17128
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
17093
17129
  active: boolean;
@@ -17104,7 +17140,6 @@ declare const _default: {
17104
17140
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
17105
17141
  endIconKey: string;
17106
17142
  endTextIconKey: string;
17107
- toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
17108
17143
  treeMainOption: boolean;
17109
17144
  treeMainOptionExpanded: boolean;
17110
17145
  stopOptionClickEventPropagation: boolean;
@@ -18102,6 +18137,7 @@ declare const _default: {
18102
18137
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
18103
18138
  $slots: {
18104
18139
  default?(_: {}): any;
18140
+ "after-label"?(_: {}): any;
18105
18141
  loader?(_: {}): any;
18106
18142
  };
18107
18143
  });
@@ -19146,7 +19182,9 @@ export default _default;
19146
19182
  export * from '@/composables/useToggle';
19147
19183
  export * from '@/composables/useSearch';
19148
19184
  export * from '@/composables/useFormValidation';
19185
+ export * from '@/composables/useDateService';
19149
19186
  export * from '@/components/banner';
19150
19187
  export * from '@/components/alert';
19188
+ export * from '@/components/link';
19151
19189
  export * from '@/components/autocomplete';
19152
19190
  export * from '@/components/chart';