@ironsource/shared-ui 2.2.0-test.1 → 2.2.0-test.10
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/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +1 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_f86477a9_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_a44769fd_lang.css +1 -0
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_6de5cddb_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0967498f_lang.css +1 -0
- package/DateRange.vue_vue_type_style_index_0_scoped_25d03907_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_9fa1921a_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_b71a806e_lang.css +1 -0
- package/Tag.vue_vue_type_style_index_0_scoped_211651e9_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/alert/Alert.vue.d.ts +5 -0
- package/components/alert/Alert.vue.js +5 -5
- package/components/alert/Alert.vue2.js +14 -13
- package/components/alert/index.d.ts +20 -1
- package/components/appHeader/AppHeader.vue.js +3 -3
- package/components/appHeader/AppHeader.vue2.js +43 -44
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +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 +10 -8
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +73 -49
- package/components/chart/ChartPlane.vue.d.ts +5 -0
- package/components/chart/ChartPlane.vue.js +3 -3
- package/components/chart/ChartPlane.vue2.js +33 -31
- package/components/chart/ChartStoryArgs.d.ts +6 -0
- package/components/chart/index.d.ts +20 -1
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +14 -13
- package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
- package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -20
- package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
- package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
- package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
- package/components/columnPicker/ColumnPicker.vue.d.ts +2 -0
- package/components/columnPicker/ColumnPicker.vue.js +3 -3
- package/components/columnPicker/ColumnPicker.vue2.js +173 -153
- package/components/columnPicker/index.d.ts +7 -1
- package/components/dateRange/common/CalendarMonth.common.js +46 -41
- package/components/dateRange/common/DateRange.common.d.ts +1 -0
- package/components/dateRange/common/DateRange.common.js +39 -38
- package/components/dateRange/v3/CalendarMonth.vue.d.ts +5 -0
- package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
- package/components/dateRange/v3/CalendarMonth.vue2.js +6 -5
- package/components/dateRange/v3/DateRange.vue.d.ts +5 -0
- package/components/dateRange/v3/DateRange.vue.js +2 -2
- package/components/dateRange/v3/DateRange.vue2.js +2 -1
- package/components/dateRange/v3/index.d.ts +20 -1
- package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +5 -0
- package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +12 -11
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +5 -0
- package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
- package/components/dateRange/v4/DateRangeV4.vue2.js +104 -101
- package/components/dateRange/v4/index.d.ts +20 -1
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +2 -2
- package/components/icon/v4/IconV4.vue2.js +27 -26
- package/components/icon/v4/index.d.ts +20 -1
- package/components/includeExclude/index.d.ts +16 -16
- package/components/inlineCopy/InlineCopy.vue.d.ts +15 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +80 -51
- package/components/inlineCopy/index.d.ts +27 -0
- package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/snackbar/common/notify.js +25 -25
- package/components/snackbar/common/snackbar.common.js +19 -19
- package/components/snackbar/common/snackbar.types.d.ts +2 -1
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +8 -1
- package/components/snackbar/v4/SnackbarV4.vue.js +2 -2
- package/components/snackbar/v4/SnackbarV4.vue2.js +85 -64
- package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
- package/components/switch/v4/SwitchV4.vue.js +4 -4
- package/components/switch/v4/SwitchV4.vue2.js +14 -13
- package/components/switch/v4/index.d.ts +9 -0
- package/components/table/v4/DataGrid.vue.d.ts +2 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +82 -80
- package/components/table/v4/index.d.ts +7 -1
- package/components/table-cells/v3/Editable.vue.d.ts +1 -1
- package/components/table-cells/v3/index.d.ts +20 -20
- package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
- package/components/table-cells/v4/index.d.ts +20 -20
- package/components/tag/Tag.vue.d.ts +110 -0
- package/components/tag/Tag.vue.js +7 -0
- package/components/tag/Tag.vue2.js +225 -0
- package/components/tag/index.d.ts +159 -0
- package/components/tag/index.js +6 -0
- package/components/tagsField/index.d.ts +42 -3
- package/components/tagsField/index.js +6 -4
- package/design-foundation.stories/colors/ColorsData.d.ts +1 -0
- package/index.d.ts +207 -46
- package/index.js +84 -78
- package/package.json +6 -2
- package/style/v4/colors.scss +1 -1
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/Alert.vue_vue_type_style_index_0_scoped_f18c2785_lang.css +0 -1
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c3062e84_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_9202b5db_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +0 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_bbfd249c_lang.css +0 -1
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
- package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_b3d96cf5_lang.css +0 -1
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -568,6 +568,7 @@ declare const _default: {
|
|
|
568
568
|
openOnTop: boolean;
|
|
569
569
|
showPresets: boolean;
|
|
570
570
|
maxDate: Date;
|
|
571
|
+
minDate: Date;
|
|
571
572
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
572
573
|
testId: {
|
|
573
574
|
type: import("vue").PropType<string>;
|
|
@@ -635,6 +636,10 @@ declare const _default: {
|
|
|
635
636
|
type: import("vue").PropType<Date>;
|
|
636
637
|
default: any;
|
|
637
638
|
};
|
|
639
|
+
minDate: {
|
|
640
|
+
type: import("vue").PropType<Date>;
|
|
641
|
+
default: any;
|
|
642
|
+
};
|
|
638
643
|
}>> & {
|
|
639
644
|
onOpened?: (...args: any[]) => any;
|
|
640
645
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -642,7 +647,7 @@ declare const _default: {
|
|
|
642
647
|
onRangeChanged?: (...args: any[]) => any;
|
|
643
648
|
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
644
649
|
onDismissed?: (...args: any[]) => any;
|
|
645
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate">;
|
|
650
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate" | "minDate">;
|
|
646
651
|
$attrs: {
|
|
647
652
|
[x: string]: unknown;
|
|
648
653
|
};
|
|
@@ -723,6 +728,10 @@ declare const _default: {
|
|
|
723
728
|
type: import("vue").PropType<Date>;
|
|
724
729
|
default: any;
|
|
725
730
|
};
|
|
731
|
+
minDate: {
|
|
732
|
+
type: import("vue").PropType<Date>;
|
|
733
|
+
default: any;
|
|
734
|
+
};
|
|
726
735
|
}>> & {
|
|
727
736
|
onOpened?: (...args: any[]) => any;
|
|
728
737
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -752,6 +761,7 @@ declare const _default: {
|
|
|
752
761
|
openOnTop: boolean;
|
|
753
762
|
showPresets: boolean;
|
|
754
763
|
maxDate: Date;
|
|
764
|
+
minDate: Date;
|
|
755
765
|
}, {}, string> & {
|
|
756
766
|
beforeCreate?: (() => void) | (() => void)[];
|
|
757
767
|
created?: (() => void) | (() => void)[];
|
|
@@ -839,6 +849,10 @@ declare const _default: {
|
|
|
839
849
|
type: import("vue").PropType<Date>;
|
|
840
850
|
default: any;
|
|
841
851
|
};
|
|
852
|
+
minDate: {
|
|
853
|
+
type: import("vue").PropType<Date>;
|
|
854
|
+
default: any;
|
|
855
|
+
};
|
|
842
856
|
}>> & {
|
|
843
857
|
onOpened?: (...args: any[]) => any;
|
|
844
858
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -917,6 +931,10 @@ declare const _default: {
|
|
|
917
931
|
type: import("vue").PropType<Date>;
|
|
918
932
|
default: any;
|
|
919
933
|
};
|
|
934
|
+
minDate: {
|
|
935
|
+
type: import("vue").PropType<Date>;
|
|
936
|
+
default: any;
|
|
937
|
+
};
|
|
920
938
|
}>> & {
|
|
921
939
|
onOpened?: (...args: any[]) => any;
|
|
922
940
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -946,6 +964,7 @@ declare const _default: {
|
|
|
946
964
|
openOnTop: boolean;
|
|
947
965
|
showPresets: boolean;
|
|
948
966
|
maxDate: Date;
|
|
967
|
+
minDate: Date;
|
|
949
968
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
950
969
|
$slots: {
|
|
951
970
|
field?(_: {
|
|
@@ -974,6 +993,7 @@ declare const _default: {
|
|
|
974
993
|
openOnTop: boolean;
|
|
975
994
|
showPresets: boolean;
|
|
976
995
|
maxDate: Date;
|
|
996
|
+
minDate: Date;
|
|
977
997
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
978
998
|
testId: {
|
|
979
999
|
type: import("vue").PropType<string>;
|
|
@@ -1041,6 +1061,10 @@ declare const _default: {
|
|
|
1041
1061
|
type: import("vue").PropType<Date>;
|
|
1042
1062
|
default: any;
|
|
1043
1063
|
};
|
|
1064
|
+
minDate: {
|
|
1065
|
+
type: import("vue").PropType<Date>;
|
|
1066
|
+
default: any;
|
|
1067
|
+
};
|
|
1044
1068
|
}>> & {
|
|
1045
1069
|
onOpened?: (...args: any[]) => any;
|
|
1046
1070
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -1048,7 +1072,7 @@ declare const _default: {
|
|
|
1048
1072
|
onRangeChanged?: (...args: any[]) => any;
|
|
1049
1073
|
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
1050
1074
|
onDismissed?: (...args: any[]) => any;
|
|
1051
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate">;
|
|
1075
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate" | "minDate">;
|
|
1052
1076
|
$attrs: {
|
|
1053
1077
|
[x: string]: unknown;
|
|
1054
1078
|
};
|
|
@@ -1129,6 +1153,10 @@ declare const _default: {
|
|
|
1129
1153
|
type: import("vue").PropType<Date>;
|
|
1130
1154
|
default: any;
|
|
1131
1155
|
};
|
|
1156
|
+
minDate: {
|
|
1157
|
+
type: import("vue").PropType<Date>;
|
|
1158
|
+
default: any;
|
|
1159
|
+
};
|
|
1132
1160
|
}>> & {
|
|
1133
1161
|
onOpened?: (...args: any[]) => any;
|
|
1134
1162
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -1158,6 +1186,7 @@ declare const _default: {
|
|
|
1158
1186
|
openOnTop: boolean;
|
|
1159
1187
|
showPresets: boolean;
|
|
1160
1188
|
maxDate: Date;
|
|
1189
|
+
minDate: Date;
|
|
1161
1190
|
}, {}, string> & {
|
|
1162
1191
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1163
1192
|
created?: (() => void) | (() => void)[];
|
|
@@ -1245,6 +1274,10 @@ declare const _default: {
|
|
|
1245
1274
|
type: import("vue").PropType<Date>;
|
|
1246
1275
|
default: any;
|
|
1247
1276
|
};
|
|
1277
|
+
minDate: {
|
|
1278
|
+
type: import("vue").PropType<Date>;
|
|
1279
|
+
default: any;
|
|
1280
|
+
};
|
|
1248
1281
|
}>> & {
|
|
1249
1282
|
onOpened?: (...args: any[]) => any;
|
|
1250
1283
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -1323,6 +1356,10 @@ declare const _default: {
|
|
|
1323
1356
|
type: import("vue").PropType<Date>;
|
|
1324
1357
|
default: any;
|
|
1325
1358
|
};
|
|
1359
|
+
minDate: {
|
|
1360
|
+
type: import("vue").PropType<Date>;
|
|
1361
|
+
default: any;
|
|
1362
|
+
};
|
|
1326
1363
|
}>> & {
|
|
1327
1364
|
onOpened?: (...args: any[]) => any;
|
|
1328
1365
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -1352,6 +1389,7 @@ declare const _default: {
|
|
|
1352
1389
|
openOnTop: boolean;
|
|
1353
1390
|
showPresets: boolean;
|
|
1354
1391
|
maxDate: Date;
|
|
1392
|
+
minDate: Date;
|
|
1355
1393
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1356
1394
|
$slots: {
|
|
1357
1395
|
field?(_: {
|
|
@@ -2735,6 +2773,10 @@ declare const _default: {
|
|
|
2735
2773
|
required: true;
|
|
2736
2774
|
default: string;
|
|
2737
2775
|
};
|
|
2776
|
+
isLoading: {
|
|
2777
|
+
type: import("vue").PropType<boolean>;
|
|
2778
|
+
default: boolean;
|
|
2779
|
+
};
|
|
2738
2780
|
hideTextValue: {
|
|
2739
2781
|
type: import("vue").PropType<boolean>;
|
|
2740
2782
|
required: true;
|
|
@@ -2752,6 +2794,14 @@ declare const _default: {
|
|
|
2752
2794
|
type: import("vue").PropType<string>;
|
|
2753
2795
|
default: string;
|
|
2754
2796
|
};
|
|
2797
|
+
asyncCopy: {
|
|
2798
|
+
type: import("vue").PropType<boolean>;
|
|
2799
|
+
default: boolean;
|
|
2800
|
+
};
|
|
2801
|
+
loadingTitle: {
|
|
2802
|
+
type: import("vue").PropType<string>;
|
|
2803
|
+
default: string;
|
|
2804
|
+
};
|
|
2755
2805
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2756
2806
|
copy: () => void;
|
|
2757
2807
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2778,6 +2828,10 @@ declare const _default: {
|
|
|
2778
2828
|
required: true;
|
|
2779
2829
|
default: string;
|
|
2780
2830
|
};
|
|
2831
|
+
isLoading: {
|
|
2832
|
+
type: import("vue").PropType<boolean>;
|
|
2833
|
+
default: boolean;
|
|
2834
|
+
};
|
|
2781
2835
|
hideTextValue: {
|
|
2782
2836
|
type: import("vue").PropType<boolean>;
|
|
2783
2837
|
required: true;
|
|
@@ -2795,6 +2849,14 @@ declare const _default: {
|
|
|
2795
2849
|
type: import("vue").PropType<string>;
|
|
2796
2850
|
default: string;
|
|
2797
2851
|
};
|
|
2852
|
+
asyncCopy: {
|
|
2853
|
+
type: import("vue").PropType<boolean>;
|
|
2854
|
+
default: boolean;
|
|
2855
|
+
};
|
|
2856
|
+
loadingTitle: {
|
|
2857
|
+
type: import("vue").PropType<string>;
|
|
2858
|
+
default: string;
|
|
2859
|
+
};
|
|
2798
2860
|
}>> & {
|
|
2799
2861
|
onCopy?: () => any;
|
|
2800
2862
|
}, {
|
|
@@ -2803,10 +2865,13 @@ declare const _default: {
|
|
|
2803
2865
|
tooltipText: string;
|
|
2804
2866
|
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";
|
|
2805
2867
|
size: "small" | "medium";
|
|
2868
|
+
isLoading: boolean;
|
|
2806
2869
|
hideTextValue: boolean;
|
|
2807
2870
|
iconSize: string;
|
|
2808
2871
|
tooltipHeader: string;
|
|
2809
2872
|
valueToCopy: string;
|
|
2873
|
+
asyncCopy: boolean;
|
|
2874
|
+
loadingTitle: string;
|
|
2810
2875
|
}>;
|
|
2811
2876
|
InlineCopyTypes: () => import("vue").DefineComponent<{
|
|
2812
2877
|
text: {
|
|
@@ -2832,6 +2897,10 @@ declare const _default: {
|
|
|
2832
2897
|
required: true;
|
|
2833
2898
|
default: string;
|
|
2834
2899
|
};
|
|
2900
|
+
isLoading: {
|
|
2901
|
+
type: import("vue").PropType<boolean>;
|
|
2902
|
+
default: boolean;
|
|
2903
|
+
};
|
|
2835
2904
|
hideTextValue: {
|
|
2836
2905
|
type: import("vue").PropType<boolean>;
|
|
2837
2906
|
required: true;
|
|
@@ -2849,6 +2918,14 @@ declare const _default: {
|
|
|
2849
2918
|
type: import("vue").PropType<string>;
|
|
2850
2919
|
default: string;
|
|
2851
2920
|
};
|
|
2921
|
+
asyncCopy: {
|
|
2922
|
+
type: import("vue").PropType<boolean>;
|
|
2923
|
+
default: boolean;
|
|
2924
|
+
};
|
|
2925
|
+
loadingTitle: {
|
|
2926
|
+
type: import("vue").PropType<string>;
|
|
2927
|
+
default: string;
|
|
2928
|
+
};
|
|
2852
2929
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2853
2930
|
copy: () => void;
|
|
2854
2931
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2875,6 +2952,10 @@ declare const _default: {
|
|
|
2875
2952
|
required: true;
|
|
2876
2953
|
default: string;
|
|
2877
2954
|
};
|
|
2955
|
+
isLoading: {
|
|
2956
|
+
type: import("vue").PropType<boolean>;
|
|
2957
|
+
default: boolean;
|
|
2958
|
+
};
|
|
2878
2959
|
hideTextValue: {
|
|
2879
2960
|
type: import("vue").PropType<boolean>;
|
|
2880
2961
|
required: true;
|
|
@@ -2892,6 +2973,14 @@ declare const _default: {
|
|
|
2892
2973
|
type: import("vue").PropType<string>;
|
|
2893
2974
|
default: string;
|
|
2894
2975
|
};
|
|
2976
|
+
asyncCopy: {
|
|
2977
|
+
type: import("vue").PropType<boolean>;
|
|
2978
|
+
default: boolean;
|
|
2979
|
+
};
|
|
2980
|
+
loadingTitle: {
|
|
2981
|
+
type: import("vue").PropType<string>;
|
|
2982
|
+
default: string;
|
|
2983
|
+
};
|
|
2895
2984
|
}>> & {
|
|
2896
2985
|
onCopy?: () => any;
|
|
2897
2986
|
}, {
|
|
@@ -2900,10 +2989,13 @@ declare const _default: {
|
|
|
2900
2989
|
tooltipText: string;
|
|
2901
2990
|
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";
|
|
2902
2991
|
size: "small" | "medium";
|
|
2992
|
+
isLoading: boolean;
|
|
2903
2993
|
hideTextValue: boolean;
|
|
2904
2994
|
iconSize: string;
|
|
2905
2995
|
tooltipHeader: string;
|
|
2906
2996
|
valueToCopy: string;
|
|
2997
|
+
asyncCopy: boolean;
|
|
2998
|
+
loadingTitle: string;
|
|
2907
2999
|
}>[];
|
|
2908
3000
|
AppHeader: import("vue").DefineComponent<{
|
|
2909
3001
|
name: {
|
|
@@ -5434,10 +5526,10 @@ declare const _default: {
|
|
|
5434
5526
|
$props: Partial<{
|
|
5435
5527
|
type: "input" | "dropdown";
|
|
5436
5528
|
cell: string;
|
|
5529
|
+
isLoading: boolean;
|
|
5437
5530
|
withIcons: boolean;
|
|
5438
5531
|
saveOnClickOutside: boolean;
|
|
5439
5532
|
validateFunction: (value: unknown) => string | boolean;
|
|
5440
|
-
isLoading: boolean;
|
|
5441
5533
|
displayValue: (option: unknown) => unknown;
|
|
5442
5534
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5443
5535
|
type: {
|
|
@@ -5449,6 +5541,10 @@ declare const _default: {
|
|
|
5449
5541
|
type: import("vue").PropType<string>;
|
|
5450
5542
|
default: string;
|
|
5451
5543
|
};
|
|
5544
|
+
isLoading: {
|
|
5545
|
+
type: import("vue").PropType<boolean>;
|
|
5546
|
+
default: boolean;
|
|
5547
|
+
};
|
|
5452
5548
|
withIcons: {
|
|
5453
5549
|
type: import("vue").PropType<boolean>;
|
|
5454
5550
|
default: boolean;
|
|
@@ -5461,10 +5557,6 @@ declare const _default: {
|
|
|
5461
5557
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5462
5558
|
default: () => false;
|
|
5463
5559
|
};
|
|
5464
|
-
isLoading: {
|
|
5465
|
-
type: import("vue").PropType<boolean>;
|
|
5466
|
-
default: boolean;
|
|
5467
|
-
};
|
|
5468
5560
|
rowIndex: {
|
|
5469
5561
|
type: import("vue").PropType<number>;
|
|
5470
5562
|
required: true;
|
|
@@ -5477,7 +5569,7 @@ declare const _default: {
|
|
|
5477
5569
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
5478
5570
|
default: (cell: unknown) => unknown;
|
|
5479
5571
|
};
|
|
5480
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "
|
|
5572
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "isLoading" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "displayValue">;
|
|
5481
5573
|
$attrs: {
|
|
5482
5574
|
[x: string]: unknown;
|
|
5483
5575
|
};
|
|
@@ -5501,6 +5593,10 @@ declare const _default: {
|
|
|
5501
5593
|
type: import("vue").PropType<string>;
|
|
5502
5594
|
default: string;
|
|
5503
5595
|
};
|
|
5596
|
+
isLoading: {
|
|
5597
|
+
type: import("vue").PropType<boolean>;
|
|
5598
|
+
default: boolean;
|
|
5599
|
+
};
|
|
5504
5600
|
withIcons: {
|
|
5505
5601
|
type: import("vue").PropType<boolean>;
|
|
5506
5602
|
default: boolean;
|
|
@@ -5513,10 +5609,6 @@ declare const _default: {
|
|
|
5513
5609
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5514
5610
|
default: () => false;
|
|
5515
5611
|
};
|
|
5516
|
-
isLoading: {
|
|
5517
|
-
type: import("vue").PropType<boolean>;
|
|
5518
|
-
default: boolean;
|
|
5519
|
-
};
|
|
5520
5612
|
rowIndex: {
|
|
5521
5613
|
type: import("vue").PropType<number>;
|
|
5522
5614
|
required: true;
|
|
@@ -5532,10 +5624,10 @@ declare const _default: {
|
|
|
5532
5624
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5533
5625
|
type: "input" | "dropdown";
|
|
5534
5626
|
cell: string;
|
|
5627
|
+
isLoading: boolean;
|
|
5535
5628
|
withIcons: boolean;
|
|
5536
5629
|
saveOnClickOutside: boolean;
|
|
5537
5630
|
validateFunction: (value: unknown) => string | boolean;
|
|
5538
|
-
isLoading: boolean;
|
|
5539
5631
|
displayValue: (option: unknown) => unknown;
|
|
5540
5632
|
}, {}, string> & {
|
|
5541
5633
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -5567,6 +5659,10 @@ declare const _default: {
|
|
|
5567
5659
|
type: import("vue").PropType<string>;
|
|
5568
5660
|
default: string;
|
|
5569
5661
|
};
|
|
5662
|
+
isLoading: {
|
|
5663
|
+
type: import("vue").PropType<boolean>;
|
|
5664
|
+
default: boolean;
|
|
5665
|
+
};
|
|
5570
5666
|
withIcons: {
|
|
5571
5667
|
type: import("vue").PropType<boolean>;
|
|
5572
5668
|
default: boolean;
|
|
@@ -5579,10 +5675,6 @@ declare const _default: {
|
|
|
5579
5675
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5580
5676
|
default: () => false;
|
|
5581
5677
|
};
|
|
5582
|
-
isLoading: {
|
|
5583
|
-
type: import("vue").PropType<boolean>;
|
|
5584
|
-
default: boolean;
|
|
5585
|
-
};
|
|
5586
5678
|
rowIndex: {
|
|
5587
5679
|
type: import("vue").PropType<number>;
|
|
5588
5680
|
required: true;
|
|
@@ -5609,6 +5701,10 @@ declare const _default: {
|
|
|
5609
5701
|
type: import("vue").PropType<string>;
|
|
5610
5702
|
default: string;
|
|
5611
5703
|
};
|
|
5704
|
+
isLoading: {
|
|
5705
|
+
type: import("vue").PropType<boolean>;
|
|
5706
|
+
default: boolean;
|
|
5707
|
+
};
|
|
5612
5708
|
withIcons: {
|
|
5613
5709
|
type: import("vue").PropType<boolean>;
|
|
5614
5710
|
default: boolean;
|
|
@@ -5621,10 +5717,6 @@ declare const _default: {
|
|
|
5621
5717
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5622
5718
|
default: () => false;
|
|
5623
5719
|
};
|
|
5624
|
-
isLoading: {
|
|
5625
|
-
type: import("vue").PropType<boolean>;
|
|
5626
|
-
default: boolean;
|
|
5627
|
-
};
|
|
5628
5720
|
rowIndex: {
|
|
5629
5721
|
type: import("vue").PropType<number>;
|
|
5630
5722
|
required: true;
|
|
@@ -5640,10 +5732,10 @@ declare const _default: {
|
|
|
5640
5732
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5641
5733
|
type: "input" | "dropdown";
|
|
5642
5734
|
cell: string;
|
|
5735
|
+
isLoading: boolean;
|
|
5643
5736
|
withIcons: boolean;
|
|
5644
5737
|
saveOnClickOutside: boolean;
|
|
5645
5738
|
validateFunction: (value: unknown) => string | boolean;
|
|
5646
|
-
isLoading: boolean;
|
|
5647
5739
|
displayValue: (option: unknown) => unknown;
|
|
5648
5740
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5649
5741
|
$slots: {
|
|
@@ -5658,10 +5750,10 @@ declare const _default: {
|
|
|
5658
5750
|
$props: Partial<{
|
|
5659
5751
|
type: "input" | "dropdown";
|
|
5660
5752
|
cell: string;
|
|
5753
|
+
isLoading: boolean;
|
|
5661
5754
|
withIcons: boolean;
|
|
5662
5755
|
saveOnClickOutside: boolean;
|
|
5663
5756
|
validateFunction: (value: unknown) => string | boolean;
|
|
5664
|
-
isLoading: boolean;
|
|
5665
5757
|
displayValue: (option: unknown) => unknown;
|
|
5666
5758
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5667
5759
|
type: {
|
|
@@ -5673,6 +5765,10 @@ declare const _default: {
|
|
|
5673
5765
|
type: import("vue").PropType<string>;
|
|
5674
5766
|
default: string;
|
|
5675
5767
|
};
|
|
5768
|
+
isLoading: {
|
|
5769
|
+
type: import("vue").PropType<boolean>;
|
|
5770
|
+
default: boolean;
|
|
5771
|
+
};
|
|
5676
5772
|
withIcons: {
|
|
5677
5773
|
type: import("vue").PropType<boolean>;
|
|
5678
5774
|
default: boolean;
|
|
@@ -5685,10 +5781,6 @@ declare const _default: {
|
|
|
5685
5781
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5686
5782
|
default: () => false;
|
|
5687
5783
|
};
|
|
5688
|
-
isLoading: {
|
|
5689
|
-
type: import("vue").PropType<boolean>;
|
|
5690
|
-
default: boolean;
|
|
5691
|
-
};
|
|
5692
5784
|
rowIndex: {
|
|
5693
5785
|
type: import("vue").PropType<number>;
|
|
5694
5786
|
required: true;
|
|
@@ -5701,7 +5793,7 @@ declare const _default: {
|
|
|
5701
5793
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
5702
5794
|
default: (cell: unknown) => unknown;
|
|
5703
5795
|
};
|
|
5704
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "
|
|
5796
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "isLoading" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "displayValue">;
|
|
5705
5797
|
$attrs: {
|
|
5706
5798
|
[x: string]: unknown;
|
|
5707
5799
|
};
|
|
@@ -5725,6 +5817,10 @@ declare const _default: {
|
|
|
5725
5817
|
type: import("vue").PropType<string>;
|
|
5726
5818
|
default: string;
|
|
5727
5819
|
};
|
|
5820
|
+
isLoading: {
|
|
5821
|
+
type: import("vue").PropType<boolean>;
|
|
5822
|
+
default: boolean;
|
|
5823
|
+
};
|
|
5728
5824
|
withIcons: {
|
|
5729
5825
|
type: import("vue").PropType<boolean>;
|
|
5730
5826
|
default: boolean;
|
|
@@ -5737,10 +5833,6 @@ declare const _default: {
|
|
|
5737
5833
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5738
5834
|
default: () => false;
|
|
5739
5835
|
};
|
|
5740
|
-
isLoading: {
|
|
5741
|
-
type: import("vue").PropType<boolean>;
|
|
5742
|
-
default: boolean;
|
|
5743
|
-
};
|
|
5744
5836
|
rowIndex: {
|
|
5745
5837
|
type: import("vue").PropType<number>;
|
|
5746
5838
|
required: true;
|
|
@@ -5756,10 +5848,10 @@ declare const _default: {
|
|
|
5756
5848
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5757
5849
|
type: "input" | "dropdown";
|
|
5758
5850
|
cell: string;
|
|
5851
|
+
isLoading: boolean;
|
|
5759
5852
|
withIcons: boolean;
|
|
5760
5853
|
saveOnClickOutside: boolean;
|
|
5761
5854
|
validateFunction: (value: unknown) => string | boolean;
|
|
5762
|
-
isLoading: boolean;
|
|
5763
5855
|
displayValue: (option: unknown) => unknown;
|
|
5764
5856
|
}, {}, string> & {
|
|
5765
5857
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -5791,6 +5883,10 @@ declare const _default: {
|
|
|
5791
5883
|
type: import("vue").PropType<string>;
|
|
5792
5884
|
default: string;
|
|
5793
5885
|
};
|
|
5886
|
+
isLoading: {
|
|
5887
|
+
type: import("vue").PropType<boolean>;
|
|
5888
|
+
default: boolean;
|
|
5889
|
+
};
|
|
5794
5890
|
withIcons: {
|
|
5795
5891
|
type: import("vue").PropType<boolean>;
|
|
5796
5892
|
default: boolean;
|
|
@@ -5803,10 +5899,6 @@ declare const _default: {
|
|
|
5803
5899
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5804
5900
|
default: () => false;
|
|
5805
5901
|
};
|
|
5806
|
-
isLoading: {
|
|
5807
|
-
type: import("vue").PropType<boolean>;
|
|
5808
|
-
default: boolean;
|
|
5809
|
-
};
|
|
5810
5902
|
rowIndex: {
|
|
5811
5903
|
type: import("vue").PropType<number>;
|
|
5812
5904
|
required: true;
|
|
@@ -5833,6 +5925,10 @@ declare const _default: {
|
|
|
5833
5925
|
type: import("vue").PropType<string>;
|
|
5834
5926
|
default: string;
|
|
5835
5927
|
};
|
|
5928
|
+
isLoading: {
|
|
5929
|
+
type: import("vue").PropType<boolean>;
|
|
5930
|
+
default: boolean;
|
|
5931
|
+
};
|
|
5836
5932
|
withIcons: {
|
|
5837
5933
|
type: import("vue").PropType<boolean>;
|
|
5838
5934
|
default: boolean;
|
|
@@ -5845,10 +5941,6 @@ declare const _default: {
|
|
|
5845
5941
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5846
5942
|
default: () => false;
|
|
5847
5943
|
};
|
|
5848
|
-
isLoading: {
|
|
5849
|
-
type: import("vue").PropType<boolean>;
|
|
5850
|
-
default: boolean;
|
|
5851
|
-
};
|
|
5852
5944
|
rowIndex: {
|
|
5853
5945
|
type: import("vue").PropType<number>;
|
|
5854
5946
|
required: true;
|
|
@@ -5864,10 +5956,10 @@ declare const _default: {
|
|
|
5864
5956
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5865
5957
|
type: "input" | "dropdown";
|
|
5866
5958
|
cell: string;
|
|
5959
|
+
isLoading: boolean;
|
|
5867
5960
|
withIcons: boolean;
|
|
5868
5961
|
saveOnClickOutside: boolean;
|
|
5869
5962
|
validateFunction: (value: unknown) => string | boolean;
|
|
5870
|
-
isLoading: boolean;
|
|
5871
5963
|
displayValue: (option: unknown) => unknown;
|
|
5872
5964
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5873
5965
|
$slots: {
|
|
@@ -6055,6 +6147,7 @@ declare const _default: {
|
|
|
6055
6147
|
onOnClearSearch?: () => any;
|
|
6056
6148
|
onClickRow?: (rowIndex: number) => any;
|
|
6057
6149
|
onSelectRow?: (value: boolean) => any;
|
|
6150
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
6058
6151
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "loadingRowCount" | "zIndexBase" | "showSearch" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "helpTooltipVariant" | "useAvailableHeight" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
6059
6152
|
$attrs: {
|
|
6060
6153
|
[x: string]: unknown;
|
|
@@ -6067,7 +6160,7 @@ declare const _default: {
|
|
|
6067
6160
|
}>;
|
|
6068
6161
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6069
6162
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6070
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "clickRow", rowIndex: number) => void) & ((event: "selectRow", value: boolean) => void);
|
|
6163
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "clickRow", rowIndex: number) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "columnHover", column: tableV3.Column) => void);
|
|
6071
6164
|
$el: any;
|
|
6072
6165
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6073
6166
|
sort: {
|
|
@@ -6212,6 +6305,7 @@ declare const _default: {
|
|
|
6212
6305
|
onOnClearSearch?: () => any;
|
|
6213
6306
|
onClickRow?: (rowIndex: number) => any;
|
|
6214
6307
|
onSelectRow?: (value: boolean) => any;
|
|
6308
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
6215
6309
|
}, {
|
|
6216
6310
|
scrollTo: (index: number) => void;
|
|
6217
6311
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -6225,6 +6319,7 @@ declare const _default: {
|
|
|
6225
6319
|
selectAll: (value: boolean) => void;
|
|
6226
6320
|
selectRow: (value: boolean) => void;
|
|
6227
6321
|
clickRow: (rowIndex: number) => void;
|
|
6322
|
+
columnHover: (column: tableV3.Column) => void;
|
|
6228
6323
|
}, string, {
|
|
6229
6324
|
sort: tableV3.Sort;
|
|
6230
6325
|
title: string;
|
|
@@ -6419,6 +6514,7 @@ declare const _default: {
|
|
|
6419
6514
|
onOnClearSearch?: () => any;
|
|
6420
6515
|
onClickRow?: (rowIndex: number) => any;
|
|
6421
6516
|
onSelectRow?: (value: boolean) => any;
|
|
6517
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
6422
6518
|
} & import("vue").ShallowUnwrapRef<{
|
|
6423
6519
|
scrollTo: (index: number) => void;
|
|
6424
6520
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -6568,6 +6664,7 @@ declare const _default: {
|
|
|
6568
6664
|
onOnClearSearch?: () => any;
|
|
6569
6665
|
onClickRow?: (rowIndex: number) => any;
|
|
6570
6666
|
onSelectRow?: (value: boolean) => any;
|
|
6667
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
6571
6668
|
}, {
|
|
6572
6669
|
scrollTo: (index: number) => void;
|
|
6573
6670
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -6581,6 +6678,7 @@ declare const _default: {
|
|
|
6581
6678
|
selectAll: (value: boolean) => void;
|
|
6582
6679
|
selectRow: (value: boolean) => void;
|
|
6583
6680
|
clickRow: (rowIndex: number) => void;
|
|
6681
|
+
columnHover: (column: tableV3.Column) => void;
|
|
6584
6682
|
}, string, {
|
|
6585
6683
|
sort: tableV3.Sort;
|
|
6586
6684
|
title: string;
|
|
@@ -7302,6 +7400,7 @@ declare const _default: {
|
|
|
7302
7400
|
onOnClearSearch?: () => any;
|
|
7303
7401
|
onClickRow?: (rowIndex: number) => any;
|
|
7304
7402
|
onSelectRow?: (value: boolean) => any;
|
|
7403
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
7305
7404
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "loadingRowCount" | "zIndexBase" | "showSearch" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "helpTooltipVariant" | "useAvailableHeight" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
7306
7405
|
$attrs: {
|
|
7307
7406
|
[x: string]: unknown;
|
|
@@ -7314,7 +7413,7 @@ declare const _default: {
|
|
|
7314
7413
|
}>;
|
|
7315
7414
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7316
7415
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7317
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "clickRow", rowIndex: number) => void) & ((event: "selectRow", value: boolean) => void);
|
|
7416
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "clickRow", rowIndex: number) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "columnHover", column: tableV3.Column) => void);
|
|
7318
7417
|
$el: any;
|
|
7319
7418
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
7320
7419
|
sort: {
|
|
@@ -7459,6 +7558,7 @@ declare const _default: {
|
|
|
7459
7558
|
onOnClearSearch?: () => any;
|
|
7460
7559
|
onClickRow?: (rowIndex: number) => any;
|
|
7461
7560
|
onSelectRow?: (value: boolean) => any;
|
|
7561
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
7462
7562
|
}, {
|
|
7463
7563
|
scrollTo: (index: number) => void;
|
|
7464
7564
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -7472,6 +7572,7 @@ declare const _default: {
|
|
|
7472
7572
|
selectAll: (value: boolean) => void;
|
|
7473
7573
|
selectRow: (value: boolean) => void;
|
|
7474
7574
|
clickRow: (rowIndex: number) => void;
|
|
7575
|
+
columnHover: (column: tableV3.Column) => void;
|
|
7475
7576
|
}, string, {
|
|
7476
7577
|
sort: tableV3.Sort;
|
|
7477
7578
|
title: string;
|
|
@@ -7666,6 +7767,7 @@ declare const _default: {
|
|
|
7666
7767
|
onOnClearSearch?: () => any;
|
|
7667
7768
|
onClickRow?: (rowIndex: number) => any;
|
|
7668
7769
|
onSelectRow?: (value: boolean) => any;
|
|
7770
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
7669
7771
|
} & import("vue").ShallowUnwrapRef<{
|
|
7670
7772
|
scrollTo: (index: number) => void;
|
|
7671
7773
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -7815,6 +7917,7 @@ declare const _default: {
|
|
|
7815
7917
|
onOnClearSearch?: () => any;
|
|
7816
7918
|
onClickRow?: (rowIndex: number) => any;
|
|
7817
7919
|
onSelectRow?: (value: boolean) => any;
|
|
7920
|
+
onColumnHover?: (column: tableV3.Column) => any;
|
|
7818
7921
|
}, {
|
|
7819
7922
|
scrollTo: (index: number) => void;
|
|
7820
7923
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -7828,6 +7931,7 @@ declare const _default: {
|
|
|
7828
7931
|
selectAll: (value: boolean) => void;
|
|
7829
7932
|
selectRow: (value: boolean) => void;
|
|
7830
7933
|
clickRow: (rowIndex: number) => void;
|
|
7934
|
+
columnHover: (column: tableV3.Column) => void;
|
|
7831
7935
|
}, string, {
|
|
7832
7936
|
sort: tableV3.Sort;
|
|
7833
7937
|
title: string;
|
|
@@ -12715,6 +12819,7 @@ declare const _default: {
|
|
|
12715
12819
|
height: string;
|
|
12716
12820
|
width: string;
|
|
12717
12821
|
platform: string;
|
|
12822
|
+
circled: boolean;
|
|
12718
12823
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12719
12824
|
name: {
|
|
12720
12825
|
type: import("vue").PropType<string>;
|
|
@@ -12744,7 +12849,11 @@ declare const _default: {
|
|
|
12744
12849
|
type: import("vue").PropType<string>;
|
|
12745
12850
|
default: any;
|
|
12746
12851
|
};
|
|
12747
|
-
|
|
12852
|
+
circled: {
|
|
12853
|
+
type: import("vue").PropType<boolean>;
|
|
12854
|
+
default: boolean;
|
|
12855
|
+
};
|
|
12856
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
|
|
12748
12857
|
$attrs: {
|
|
12749
12858
|
[x: string]: unknown;
|
|
12750
12859
|
};
|
|
@@ -12787,6 +12896,10 @@ declare const _default: {
|
|
|
12787
12896
|
type: import("vue").PropType<string>;
|
|
12788
12897
|
default: any;
|
|
12789
12898
|
};
|
|
12899
|
+
circled: {
|
|
12900
|
+
type: import("vue").PropType<boolean>;
|
|
12901
|
+
default: boolean;
|
|
12902
|
+
};
|
|
12790
12903
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12791
12904
|
name: string;
|
|
12792
12905
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12795,6 +12908,7 @@ declare const _default: {
|
|
|
12795
12908
|
height: string;
|
|
12796
12909
|
width: string;
|
|
12797
12910
|
platform: string;
|
|
12911
|
+
circled: boolean;
|
|
12798
12912
|
}, {}, string> & {
|
|
12799
12913
|
beforeCreate?: (() => void) | (() => void)[];
|
|
12800
12914
|
created?: (() => void) | (() => void)[];
|
|
@@ -12844,6 +12958,10 @@ declare const _default: {
|
|
|
12844
12958
|
type: import("vue").PropType<string>;
|
|
12845
12959
|
default: any;
|
|
12846
12960
|
};
|
|
12961
|
+
circled: {
|
|
12962
|
+
type: import("vue").PropType<boolean>;
|
|
12963
|
+
default: boolean;
|
|
12964
|
+
};
|
|
12847
12965
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
12848
12966
|
__isFragment?: never;
|
|
12849
12967
|
__isTeleport?: never;
|
|
@@ -12877,6 +12995,10 @@ declare const _default: {
|
|
|
12877
12995
|
type: import("vue").PropType<string>;
|
|
12878
12996
|
default: any;
|
|
12879
12997
|
};
|
|
12998
|
+
circled: {
|
|
12999
|
+
type: import("vue").PropType<boolean>;
|
|
13000
|
+
default: boolean;
|
|
13001
|
+
};
|
|
12880
13002
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12881
13003
|
name: string;
|
|
12882
13004
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12885,6 +13007,7 @@ declare const _default: {
|
|
|
12885
13007
|
height: string;
|
|
12886
13008
|
width: string;
|
|
12887
13009
|
platform: string;
|
|
13010
|
+
circled: boolean;
|
|
12888
13011
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
12889
13012
|
$slots: {
|
|
12890
13013
|
default?(_: {}): any;
|
|
@@ -12902,6 +13025,7 @@ declare const _default: {
|
|
|
12902
13025
|
height: string;
|
|
12903
13026
|
width: string;
|
|
12904
13027
|
platform: string;
|
|
13028
|
+
circled: boolean;
|
|
12905
13029
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12906
13030
|
name: {
|
|
12907
13031
|
type: import("vue").PropType<string>;
|
|
@@ -12931,7 +13055,11 @@ declare const _default: {
|
|
|
12931
13055
|
type: import("vue").PropType<string>;
|
|
12932
13056
|
default: any;
|
|
12933
13057
|
};
|
|
12934
|
-
|
|
13058
|
+
circled: {
|
|
13059
|
+
type: import("vue").PropType<boolean>;
|
|
13060
|
+
default: boolean;
|
|
13061
|
+
};
|
|
13062
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
|
|
12935
13063
|
$attrs: {
|
|
12936
13064
|
[x: string]: unknown;
|
|
12937
13065
|
};
|
|
@@ -12974,6 +13102,10 @@ declare const _default: {
|
|
|
12974
13102
|
type: import("vue").PropType<string>;
|
|
12975
13103
|
default: any;
|
|
12976
13104
|
};
|
|
13105
|
+
circled: {
|
|
13106
|
+
type: import("vue").PropType<boolean>;
|
|
13107
|
+
default: boolean;
|
|
13108
|
+
};
|
|
12977
13109
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12978
13110
|
name: string;
|
|
12979
13111
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12982,6 +13114,7 @@ declare const _default: {
|
|
|
12982
13114
|
height: string;
|
|
12983
13115
|
width: string;
|
|
12984
13116
|
platform: string;
|
|
13117
|
+
circled: boolean;
|
|
12985
13118
|
}, {}, string> & {
|
|
12986
13119
|
beforeCreate?: (() => void) | (() => void)[];
|
|
12987
13120
|
created?: (() => void) | (() => void)[];
|
|
@@ -13031,6 +13164,10 @@ declare const _default: {
|
|
|
13031
13164
|
type: import("vue").PropType<string>;
|
|
13032
13165
|
default: any;
|
|
13033
13166
|
};
|
|
13167
|
+
circled: {
|
|
13168
|
+
type: import("vue").PropType<boolean>;
|
|
13169
|
+
default: boolean;
|
|
13170
|
+
};
|
|
13034
13171
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
13035
13172
|
__isFragment?: never;
|
|
13036
13173
|
__isTeleport?: never;
|
|
@@ -13064,6 +13201,10 @@ declare const _default: {
|
|
|
13064
13201
|
type: import("vue").PropType<string>;
|
|
13065
13202
|
default: any;
|
|
13066
13203
|
};
|
|
13204
|
+
circled: {
|
|
13205
|
+
type: import("vue").PropType<boolean>;
|
|
13206
|
+
default: boolean;
|
|
13207
|
+
};
|
|
13067
13208
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
13068
13209
|
name: string;
|
|
13069
13210
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -13072,6 +13213,7 @@ declare const _default: {
|
|
|
13072
13213
|
height: string;
|
|
13073
13214
|
width: string;
|
|
13074
13215
|
platform: string;
|
|
13216
|
+
circled: boolean;
|
|
13075
13217
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
13076
13218
|
$slots: {
|
|
13077
13219
|
default?(_: {}): any;
|
|
@@ -27952,6 +28094,10 @@ declare const _default: {
|
|
|
27952
28094
|
type: import("vue").PropType<unknown>;
|
|
27953
28095
|
required: true;
|
|
27954
28096
|
};
|
|
28097
|
+
iconSize: {
|
|
28098
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28099
|
+
default: string;
|
|
28100
|
+
};
|
|
27955
28101
|
options: {
|
|
27956
28102
|
type: import("vue").PropType<unknown[]>;
|
|
27957
28103
|
required: true;
|
|
@@ -27984,6 +28130,10 @@ declare const _default: {
|
|
|
27984
28130
|
type: import("vue").PropType<unknown>;
|
|
27985
28131
|
required: true;
|
|
27986
28132
|
};
|
|
28133
|
+
iconSize: {
|
|
28134
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28135
|
+
default: string;
|
|
28136
|
+
};
|
|
27987
28137
|
options: {
|
|
27988
28138
|
type: import("vue").PropType<unknown[]>;
|
|
27989
28139
|
required: true;
|
|
@@ -28002,6 +28152,7 @@ declare const _default: {
|
|
|
28002
28152
|
testId: string;
|
|
28003
28153
|
variant: "default" | "primary";
|
|
28004
28154
|
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";
|
|
28155
|
+
iconSize: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
|
|
28005
28156
|
iconKey: string;
|
|
28006
28157
|
tooltipTextKey: string;
|
|
28007
28158
|
}>;
|
|
@@ -28023,6 +28174,10 @@ declare const _default: {
|
|
|
28023
28174
|
type: import("vue").PropType<unknown>;
|
|
28024
28175
|
required: true;
|
|
28025
28176
|
};
|
|
28177
|
+
iconSize: {
|
|
28178
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28179
|
+
default: string;
|
|
28180
|
+
};
|
|
28026
28181
|
options: {
|
|
28027
28182
|
type: import("vue").PropType<unknown[]>;
|
|
28028
28183
|
required: true;
|
|
@@ -28055,6 +28210,10 @@ declare const _default: {
|
|
|
28055
28210
|
type: import("vue").PropType<unknown>;
|
|
28056
28211
|
required: true;
|
|
28057
28212
|
};
|
|
28213
|
+
iconSize: {
|
|
28214
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28215
|
+
default: string;
|
|
28216
|
+
};
|
|
28058
28217
|
options: {
|
|
28059
28218
|
type: import("vue").PropType<unknown[]>;
|
|
28060
28219
|
required: true;
|
|
@@ -28073,6 +28232,7 @@ declare const _default: {
|
|
|
28073
28232
|
testId: string;
|
|
28074
28233
|
variant: "default" | "primary";
|
|
28075
28234
|
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";
|
|
28235
|
+
iconSize: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
|
|
28076
28236
|
iconKey: string;
|
|
28077
28237
|
tooltipTextKey: string;
|
|
28078
28238
|
}>[];
|
|
@@ -28427,3 +28587,4 @@ export * from '@/components/chart';
|
|
|
28427
28587
|
export * from '@/components/columnPicker';
|
|
28428
28588
|
export * from '@/components/columnConfigurator';
|
|
28429
28589
|
export * from '@/components/tagsField';
|
|
28590
|
+
export * from '@/components/tag';
|