@ironsource/shared-ui 2.2.0-test.12 → 2.2.0-test.14
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/Chart.vue_vue_type_style_index_0_scoped_4d927c4b_lang.css +1 -0
- package/Tag.vue_vue_type_style_index_0_scoped_78f19cb0_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +74 -73
- package/components/chart/index.d.ts +20 -1
- package/components/dateRange/common/consts.common.d.ts +5 -0
- package/components/dateRange/common/consts.common.js +9 -0
- package/components/dateRange/v3/DateRange.vue.d.ts +3 -3
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
- package/components/dateRange/v3/index.d.ts +7 -7
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +3 -3
- package/components/dateRange/v4/index.d.ts +7 -7
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
- package/components/tag/Tag.vue.d.ts +2 -0
- package/components/tag/Tag.vue.js +2 -2
- package/components/tag/Tag.vue2.js +45 -45
- package/components/tag/index.d.ts +2 -0
- package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
- package/components/tooltip/v4/index.d.ts +20 -1
- package/index.d.ts +74 -36
- package/index.js +1 -1
- package/package.json +1 -1
- package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +0 -1
- package/Tag.vue_vue_type_style_index_0_scoped_4fd00d7c_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -562,7 +562,7 @@ declare const _default: {
|
|
|
562
562
|
dateFormat: string;
|
|
563
563
|
types: ("date" | "week" | "month")[];
|
|
564
564
|
maxDaysInRange: number;
|
|
565
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
565
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
566
566
|
regex: RegExp;
|
|
567
567
|
initialType: "date" | "week" | "month";
|
|
568
568
|
openOnTop: boolean;
|
|
@@ -610,7 +610,7 @@ declare const _default: {
|
|
|
610
610
|
default: any;
|
|
611
611
|
};
|
|
612
612
|
datePresetList: {
|
|
613
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
613
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
614
614
|
default: string;
|
|
615
615
|
};
|
|
616
616
|
regex: {
|
|
@@ -702,7 +702,7 @@ declare const _default: {
|
|
|
702
702
|
default: any;
|
|
703
703
|
};
|
|
704
704
|
datePresetList: {
|
|
705
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
705
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
706
706
|
default: string;
|
|
707
707
|
};
|
|
708
708
|
regex: {
|
|
@@ -755,7 +755,7 @@ declare const _default: {
|
|
|
755
755
|
dateFormat: string;
|
|
756
756
|
types: ("date" | "week" | "month")[];
|
|
757
757
|
maxDaysInRange: number;
|
|
758
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
758
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
759
759
|
regex: RegExp;
|
|
760
760
|
initialType: "date" | "week" | "month";
|
|
761
761
|
openOnTop: boolean;
|
|
@@ -823,7 +823,7 @@ declare const _default: {
|
|
|
823
823
|
default: any;
|
|
824
824
|
};
|
|
825
825
|
datePresetList: {
|
|
826
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
826
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
827
827
|
default: string;
|
|
828
828
|
};
|
|
829
829
|
regex: {
|
|
@@ -905,7 +905,7 @@ declare const _default: {
|
|
|
905
905
|
default: any;
|
|
906
906
|
};
|
|
907
907
|
datePresetList: {
|
|
908
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
908
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
909
909
|
default: string;
|
|
910
910
|
};
|
|
911
911
|
regex: {
|
|
@@ -958,7 +958,7 @@ declare const _default: {
|
|
|
958
958
|
dateFormat: string;
|
|
959
959
|
types: ("date" | "week" | "month")[];
|
|
960
960
|
maxDaysInRange: number;
|
|
961
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
961
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
962
962
|
regex: RegExp;
|
|
963
963
|
initialType: "date" | "week" | "month";
|
|
964
964
|
openOnTop: boolean;
|
|
@@ -987,7 +987,7 @@ declare const _default: {
|
|
|
987
987
|
dateFormat: string;
|
|
988
988
|
types: ("date" | "week" | "month")[];
|
|
989
989
|
maxDaysInRange: number;
|
|
990
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
990
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
991
991
|
regex: RegExp;
|
|
992
992
|
initialType: "date" | "week" | "month";
|
|
993
993
|
openOnTop: boolean;
|
|
@@ -1035,7 +1035,7 @@ declare const _default: {
|
|
|
1035
1035
|
default: any;
|
|
1036
1036
|
};
|
|
1037
1037
|
datePresetList: {
|
|
1038
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1038
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
1039
1039
|
default: string;
|
|
1040
1040
|
};
|
|
1041
1041
|
regex: {
|
|
@@ -1127,7 +1127,7 @@ declare const _default: {
|
|
|
1127
1127
|
default: any;
|
|
1128
1128
|
};
|
|
1129
1129
|
datePresetList: {
|
|
1130
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1130
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
1131
1131
|
default: string;
|
|
1132
1132
|
};
|
|
1133
1133
|
regex: {
|
|
@@ -1180,7 +1180,7 @@ declare const _default: {
|
|
|
1180
1180
|
dateFormat: string;
|
|
1181
1181
|
types: ("date" | "week" | "month")[];
|
|
1182
1182
|
maxDaysInRange: number;
|
|
1183
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
1183
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
1184
1184
|
regex: RegExp;
|
|
1185
1185
|
initialType: "date" | "week" | "month";
|
|
1186
1186
|
openOnTop: boolean;
|
|
@@ -1248,7 +1248,7 @@ declare const _default: {
|
|
|
1248
1248
|
default: any;
|
|
1249
1249
|
};
|
|
1250
1250
|
datePresetList: {
|
|
1251
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1251
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
1252
1252
|
default: string;
|
|
1253
1253
|
};
|
|
1254
1254
|
regex: {
|
|
@@ -1330,7 +1330,7 @@ declare const _default: {
|
|
|
1330
1330
|
default: any;
|
|
1331
1331
|
};
|
|
1332
1332
|
datePresetList: {
|
|
1333
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
1333
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
1334
1334
|
default: string;
|
|
1335
1335
|
};
|
|
1336
1336
|
regex: {
|
|
@@ -1383,7 +1383,7 @@ declare const _default: {
|
|
|
1383
1383
|
dateFormat: string;
|
|
1384
1384
|
types: ("date" | "week" | "month")[];
|
|
1385
1385
|
maxDaysInRange: number;
|
|
1386
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
1386
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
1387
1387
|
regex: RegExp;
|
|
1388
1388
|
initialType: "date" | "week" | "month";
|
|
1389
1389
|
openOnTop: boolean;
|
|
@@ -10811,6 +10811,7 @@ declare const _default: {
|
|
|
10811
10811
|
shown: boolean;
|
|
10812
10812
|
autoHide: boolean;
|
|
10813
10813
|
dontWrapDisabled: boolean;
|
|
10814
|
+
maxWidth: string;
|
|
10814
10815
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10815
10816
|
header: {
|
|
10816
10817
|
type: import("vue").PropType<string>;
|
|
@@ -10868,9 +10869,13 @@ declare const _default: {
|
|
|
10868
10869
|
type: import("vue").PropType<boolean>;
|
|
10869
10870
|
default: boolean;
|
|
10870
10871
|
};
|
|
10872
|
+
maxWidth: {
|
|
10873
|
+
type: import("vue").PropType<string>;
|
|
10874
|
+
default: string;
|
|
10875
|
+
};
|
|
10871
10876
|
}>> & {
|
|
10872
10877
|
onShow?: () => any;
|
|
10873
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled">;
|
|
10878
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled" | "maxWidth">;
|
|
10874
10879
|
$attrs: {
|
|
10875
10880
|
[x: string]: unknown;
|
|
10876
10881
|
};
|
|
@@ -10941,6 +10946,10 @@ declare const _default: {
|
|
|
10941
10946
|
type: import("vue").PropType<boolean>;
|
|
10942
10947
|
default: boolean;
|
|
10943
10948
|
};
|
|
10949
|
+
maxWidth: {
|
|
10950
|
+
type: import("vue").PropType<string>;
|
|
10951
|
+
default: string;
|
|
10952
|
+
};
|
|
10944
10953
|
}>> & {
|
|
10945
10954
|
onShow?: () => any;
|
|
10946
10955
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -10960,6 +10969,7 @@ declare const _default: {
|
|
|
10960
10969
|
shown: boolean;
|
|
10961
10970
|
autoHide: boolean;
|
|
10962
10971
|
dontWrapDisabled: boolean;
|
|
10972
|
+
maxWidth: string;
|
|
10963
10973
|
}, {}, string> & {
|
|
10964
10974
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10965
10975
|
created?: (() => void) | (() => void)[];
|
|
@@ -11037,6 +11047,10 @@ declare const _default: {
|
|
|
11037
11047
|
type: import("vue").PropType<boolean>;
|
|
11038
11048
|
default: boolean;
|
|
11039
11049
|
};
|
|
11050
|
+
maxWidth: {
|
|
11051
|
+
type: import("vue").PropType<string>;
|
|
11052
|
+
default: string;
|
|
11053
|
+
};
|
|
11040
11054
|
}>> & {
|
|
11041
11055
|
onShow?: () => any;
|
|
11042
11056
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -11100,6 +11114,10 @@ declare const _default: {
|
|
|
11100
11114
|
type: import("vue").PropType<boolean>;
|
|
11101
11115
|
default: boolean;
|
|
11102
11116
|
};
|
|
11117
|
+
maxWidth: {
|
|
11118
|
+
type: import("vue").PropType<string>;
|
|
11119
|
+
default: string;
|
|
11120
|
+
};
|
|
11103
11121
|
}>> & {
|
|
11104
11122
|
onShow?: () => any;
|
|
11105
11123
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11119,6 +11137,7 @@ declare const _default: {
|
|
|
11119
11137
|
shown: boolean;
|
|
11120
11138
|
autoHide: boolean;
|
|
11121
11139
|
dontWrapDisabled: boolean;
|
|
11140
|
+
maxWidth: string;
|
|
11122
11141
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11123
11142
|
$slots: {
|
|
11124
11143
|
default?(_: {}): any;
|
|
@@ -11146,6 +11165,7 @@ declare const _default: {
|
|
|
11146
11165
|
shown: boolean;
|
|
11147
11166
|
autoHide: boolean;
|
|
11148
11167
|
dontWrapDisabled: boolean;
|
|
11168
|
+
maxWidth: string;
|
|
11149
11169
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11150
11170
|
header: {
|
|
11151
11171
|
type: import("vue").PropType<string>;
|
|
@@ -11203,9 +11223,13 @@ declare const _default: {
|
|
|
11203
11223
|
type: import("vue").PropType<boolean>;
|
|
11204
11224
|
default: boolean;
|
|
11205
11225
|
};
|
|
11226
|
+
maxWidth: {
|
|
11227
|
+
type: import("vue").PropType<string>;
|
|
11228
|
+
default: string;
|
|
11229
|
+
};
|
|
11206
11230
|
}>> & {
|
|
11207
11231
|
onShow?: () => any;
|
|
11208
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled">;
|
|
11232
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled" | "maxWidth">;
|
|
11209
11233
|
$attrs: {
|
|
11210
11234
|
[x: string]: unknown;
|
|
11211
11235
|
};
|
|
@@ -11276,6 +11300,10 @@ declare const _default: {
|
|
|
11276
11300
|
type: import("vue").PropType<boolean>;
|
|
11277
11301
|
default: boolean;
|
|
11278
11302
|
};
|
|
11303
|
+
maxWidth: {
|
|
11304
|
+
type: import("vue").PropType<string>;
|
|
11305
|
+
default: string;
|
|
11306
|
+
};
|
|
11279
11307
|
}>> & {
|
|
11280
11308
|
onShow?: () => any;
|
|
11281
11309
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11295,6 +11323,7 @@ declare const _default: {
|
|
|
11295
11323
|
shown: boolean;
|
|
11296
11324
|
autoHide: boolean;
|
|
11297
11325
|
dontWrapDisabled: boolean;
|
|
11326
|
+
maxWidth: string;
|
|
11298
11327
|
}, {}, string> & {
|
|
11299
11328
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11300
11329
|
created?: (() => void) | (() => void)[];
|
|
@@ -11372,6 +11401,10 @@ declare const _default: {
|
|
|
11372
11401
|
type: import("vue").PropType<boolean>;
|
|
11373
11402
|
default: boolean;
|
|
11374
11403
|
};
|
|
11404
|
+
maxWidth: {
|
|
11405
|
+
type: import("vue").PropType<string>;
|
|
11406
|
+
default: string;
|
|
11407
|
+
};
|
|
11375
11408
|
}>> & {
|
|
11376
11409
|
onShow?: () => any;
|
|
11377
11410
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -11435,6 +11468,10 @@ declare const _default: {
|
|
|
11435
11468
|
type: import("vue").PropType<boolean>;
|
|
11436
11469
|
default: boolean;
|
|
11437
11470
|
};
|
|
11471
|
+
maxWidth: {
|
|
11472
|
+
type: import("vue").PropType<string>;
|
|
11473
|
+
default: string;
|
|
11474
|
+
};
|
|
11438
11475
|
}>> & {
|
|
11439
11476
|
onShow?: () => any;
|
|
11440
11477
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11454,6 +11491,7 @@ declare const _default: {
|
|
|
11454
11491
|
shown: boolean;
|
|
11455
11492
|
autoHide: boolean;
|
|
11456
11493
|
dontWrapDisabled: boolean;
|
|
11494
|
+
maxWidth: string;
|
|
11457
11495
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11458
11496
|
$slots: {
|
|
11459
11497
|
default?(_: {}): any;
|
|
@@ -19740,8 +19778,8 @@ declare const _default: {
|
|
|
19740
19778
|
withTooltip: boolean;
|
|
19741
19779
|
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";
|
|
19742
19780
|
disabled: boolean;
|
|
19743
|
-
size: "small" | "medium";
|
|
19744
19781
|
maxWidth: number;
|
|
19782
|
+
size: "small" | "medium";
|
|
19745
19783
|
open: boolean;
|
|
19746
19784
|
startIconName: string;
|
|
19747
19785
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -19771,14 +19809,14 @@ declare const _default: {
|
|
|
19771
19809
|
type: import("vue").PropType<boolean>;
|
|
19772
19810
|
default: boolean;
|
|
19773
19811
|
};
|
|
19774
|
-
size: {
|
|
19775
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19776
|
-
default: string;
|
|
19777
|
-
};
|
|
19778
19812
|
maxWidth: {
|
|
19779
19813
|
type: import("vue").PropType<number>;
|
|
19780
19814
|
default: number;
|
|
19781
19815
|
};
|
|
19816
|
+
size: {
|
|
19817
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
19818
|
+
default: string;
|
|
19819
|
+
};
|
|
19782
19820
|
open: {
|
|
19783
19821
|
type: import("vue").PropType<boolean>;
|
|
19784
19822
|
default: boolean;
|
|
@@ -19797,7 +19835,7 @@ declare const _default: {
|
|
|
19797
19835
|
};
|
|
19798
19836
|
}>> & {
|
|
19799
19837
|
onClick?: () => any;
|
|
19800
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "
|
|
19838
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "maxWidth" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
19801
19839
|
$attrs: {
|
|
19802
19840
|
[x: string]: unknown;
|
|
19803
19841
|
};
|
|
@@ -19836,14 +19874,14 @@ declare const _default: {
|
|
|
19836
19874
|
type: import("vue").PropType<boolean>;
|
|
19837
19875
|
default: boolean;
|
|
19838
19876
|
};
|
|
19839
|
-
size: {
|
|
19840
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19841
|
-
default: string;
|
|
19842
|
-
};
|
|
19843
19877
|
maxWidth: {
|
|
19844
19878
|
type: import("vue").PropType<number>;
|
|
19845
19879
|
default: number;
|
|
19846
19880
|
};
|
|
19881
|
+
size: {
|
|
19882
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
19883
|
+
default: string;
|
|
19884
|
+
};
|
|
19847
19885
|
open: {
|
|
19848
19886
|
type: import("vue").PropType<boolean>;
|
|
19849
19887
|
default: boolean;
|
|
@@ -19870,8 +19908,8 @@ declare const _default: {
|
|
|
19870
19908
|
withTooltip: boolean;
|
|
19871
19909
|
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";
|
|
19872
19910
|
disabled: boolean;
|
|
19873
|
-
size: "small" | "medium";
|
|
19874
19911
|
maxWidth: number;
|
|
19912
|
+
size: "small" | "medium";
|
|
19875
19913
|
open: boolean;
|
|
19876
19914
|
startIconName: string;
|
|
19877
19915
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -19921,14 +19959,14 @@ declare const _default: {
|
|
|
19921
19959
|
type: import("vue").PropType<boolean>;
|
|
19922
19960
|
default: boolean;
|
|
19923
19961
|
};
|
|
19924
|
-
size: {
|
|
19925
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19926
|
-
default: string;
|
|
19927
|
-
};
|
|
19928
19962
|
maxWidth: {
|
|
19929
19963
|
type: import("vue").PropType<number>;
|
|
19930
19964
|
default: number;
|
|
19931
19965
|
};
|
|
19966
|
+
size: {
|
|
19967
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
19968
|
+
default: string;
|
|
19969
|
+
};
|
|
19932
19970
|
open: {
|
|
19933
19971
|
type: import("vue").PropType<boolean>;
|
|
19934
19972
|
default: boolean;
|
|
@@ -19976,14 +20014,14 @@ declare const _default: {
|
|
|
19976
20014
|
type: import("vue").PropType<boolean>;
|
|
19977
20015
|
default: boolean;
|
|
19978
20016
|
};
|
|
19979
|
-
size: {
|
|
19980
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19981
|
-
default: string;
|
|
19982
|
-
};
|
|
19983
20017
|
maxWidth: {
|
|
19984
20018
|
type: import("vue").PropType<number>;
|
|
19985
20019
|
default: number;
|
|
19986
20020
|
};
|
|
20021
|
+
size: {
|
|
20022
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
20023
|
+
default: string;
|
|
20024
|
+
};
|
|
19987
20025
|
open: {
|
|
19988
20026
|
type: import("vue").PropType<boolean>;
|
|
19989
20027
|
default: boolean;
|
|
@@ -20010,8 +20048,8 @@ declare const _default: {
|
|
|
20010
20048
|
withTooltip: boolean;
|
|
20011
20049
|
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";
|
|
20012
20050
|
disabled: boolean;
|
|
20013
|
-
size: "small" | "medium";
|
|
20014
20051
|
maxWidth: number;
|
|
20052
|
+
size: "small" | "medium";
|
|
20015
20053
|
open: boolean;
|
|
20016
20054
|
startIconName: string;
|
|
20017
20055
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './Text.vue_vue_type_style_index_0_scoped_94bd409b_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 +0,0 @@
|
|
|
1
|
-
.chart-container[data-v-22477735]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;border-radius:0 0 6px 6px;width:100%}.chart-planes[data-v-22477735]{width:100%;height:100%;overflow-y:auto}.chart-planes.with-legend[data-v-22477735]{width:calc(100% - 221px)}.chart-planes .extra-chart-plane[data-v-22477735]{border-top:1px solid var(--common-divider)}.chart-sidebar[data-v-22477735]{border-left:1px solid var(--common-divider)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-4fd00d7c],.font-chart-2[data-v-4fd00d7c],.font-chart-1[data-v-4fd00d7c]{font-family:Inter,sans-serif;font-weight:700}.tag-input-sizer[data-v-4fd00d7c],.tag-input[data-v-4fd00d7c],.font-chip-label[data-v-4fd00d7c],.font-table-label[data-v-4fd00d7c],.font-button[data-v-4fd00d7c],.font-heading-6[data-v-4fd00d7c],.font-heading-5[data-v-4fd00d7c],.font-heading-4[data-v-4fd00d7c],.font-heading-3[data-v-4fd00d7c],.font-heading-2[data-v-4fd00d7c],.font-heading-1[data-v-4fd00d7c],.font-title[data-v-4fd00d7c]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-4fd00d7c],.font-input-label[data-v-4fd00d7c],.font-overline[data-v-4fd00d7c],.font-subtitle-2[data-v-4fd00d7c],.font-subtitle-1[data-v-4fd00d7c]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-4fd00d7c],.font-body-2[data-v-4fd00d7c],.font-body-1[data-v-4fd00d7c]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-4fd00d7c]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-4fd00d7c]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-4fd00d7c]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-4fd00d7c]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-4fd00d7c]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-4fd00d7c]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-4fd00d7c]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1[data-v-4fd00d7c]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-4fd00d7c]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-4fd00d7c]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-4fd00d7c]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-4fd00d7c]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-4fd00d7c]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-4fd00d7c]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-4fd00d7c]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-4fd00d7c]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-4fd00d7c]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-4fd00d7c]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-4fd00d7c],.font-tab-label2[data-v-4fd00d7c]{font-size:.875rem;line-height:1rem}.tag-input-sizer[data-v-4fd00d7c],.tag-input[data-v-4fd00d7c],.font-chip-label[data-v-4fd00d7c]{font-size:.75rem;line-height:1rem}h1[data-v-4fd00d7c],h2[data-v-4fd00d7c],h3[data-v-4fd00d7c],h4[data-v-4fd00d7c],h5[data-v-4fd00d7c],h6[data-v-4fd00d7c]{margin:0}.rounded-tag[data-v-4fd00d7c]{border-radius:100px}.tag-editing[data-v-4fd00d7c]{outline:1px solid var(--outline-color)}.unselected-tag-hover-outline[data-v-4fd00d7c]{background-color:var(--action-hover)}.tag-hover-outline[data-v-4fd00d7c]{outline:1px solid var(--outline-color);cursor:pointer}.unselected-tag[data-v-4fd00d7c]{outline:1px solid var(--action-outlined-border)}.tag-disabled[data-v-4fd00d7c]{background-color:transparent;outline:1px solid var(--action-disabled)}.tag-content[data-v-4fd00d7c]{display:flex;align-items:center;position:relative;min-width:.625rem;max-width:31.25rem}.tag-icon[data-v-4fd00d7c]{margin-right:.25rem}.tag-label[data-v-4fd00d7c]{user-select:none;min-width:.5rem}.tag-label--disabled[data-v-4fd00d7c]{color:var(--action-disabled)}.tag-label--hidden[data-v-4fd00d7c]{visibility:hidden}.tag-input[data-v-4fd00d7c]{position:static;width:auto;background:transparent;min-width:.6rem;padding:0;border:none;max-width:100%;overflow-x:auto;white-space:nowrap}.tag-input[data-v-4fd00d7c]:focus{outline:none}.tag-input-outline[data-v-4fd00d7c]::placeholder{color:var(--action-disabled)}.clear-button[data-v-4fd00d7c]{margin-left:.25rem;color:var(--action-active);cursor:pointer}.clear-button[data-v-4fd00d7c]:hover{color:var(--text-primary)}.clear-button--invalid[data-v-4fd00d7c]{color:var(--error-dark)}.clear-button--invalid[data-v-4fd00d7c]:hover{color:var(--error-darker)}.tag-input-sizer[data-v-4fd00d7c]{position:absolute;visibility:hidden;height:0;white-space:pre;pointer-events:none;padding:0}.editable-tag[data-v-4fd00d7c]{cursor:text}.empty-tag[data-v-4fd00d7c]{background-color:transparent;outline:1px dashed var(--action-outlined-border);color:var(--text-secondary)}.empty-tag[data-v-4fd00d7c]:hover:not(.tag-disabled){outline:1px dashed var(--action-active)}.tag-max-length-tooltip[data-v-4fd00d7c]{display:flex;width:250px;padding:.25rem}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
div[data-v-8a451e54]{display:block}
|