@ironsource/shared-ui 2.2.0-test.2 → 2.2.0-test.20
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/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_3ed9f4bc_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/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/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_78f19cb0_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- 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/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 +3 -3
- 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 +14 -12
- 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/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/common/consts.common.d.ts +5 -0
- package/components/dateRange/common/consts.common.js +9 -0
- 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 +8 -3
- package/components/dateRange/v3/DateRange.vue.js +2 -2
- package/components/dateRange/v3/DateRange.vue2.js +2 -1
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
- package/components/dateRange/v3/index.d.ts +27 -8
- 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/DateRangePickerV4.vue.d.ts +3 -3
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +8 -3
- 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 +27 -8
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +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/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 +112 -0
- package/components/tag/Tag.vue.js +7 -0
- package/components/tag/Tag.vue2.js +221 -0
- package/components/tag/index.d.ts +161 -0
- package/components/tag/index.js +6 -0
- package/components/tagsField/index.d.ts +42 -3
- package/components/tagsField/index.js +6 -4
- 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/design-foundation.stories/colors/ColorsData.d.ts +1 -0
- package/index.d.ts +281 -82
- package/index.js +84 -78
- package/package.json +2 -7
- package/style/v4/colors.scss +1 -1
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_9202b5db_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_afe44a65_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/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/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_0a80c49f_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -562,12 +562,13 @@ 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;
|
|
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>;
|
|
@@ -609,7 +610,7 @@ declare const _default: {
|
|
|
609
610
|
default: any;
|
|
610
611
|
};
|
|
611
612
|
datePresetList: {
|
|
612
|
-
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">;
|
|
613
614
|
default: string;
|
|
614
615
|
};
|
|
615
616
|
regex: {
|
|
@@ -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
|
};
|
|
@@ -697,7 +702,7 @@ declare const _default: {
|
|
|
697
702
|
default: any;
|
|
698
703
|
};
|
|
699
704
|
datePresetList: {
|
|
700
|
-
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">;
|
|
701
706
|
default: string;
|
|
702
707
|
};
|
|
703
708
|
regex: {
|
|
@@ -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;
|
|
@@ -746,12 +755,13 @@ declare const _default: {
|
|
|
746
755
|
dateFormat: string;
|
|
747
756
|
types: ("date" | "week" | "month")[];
|
|
748
757
|
maxDaysInRange: number;
|
|
749
|
-
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";
|
|
750
759
|
regex: RegExp;
|
|
751
760
|
initialType: "date" | "week" | "month";
|
|
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)[];
|
|
@@ -813,7 +823,7 @@ declare const _default: {
|
|
|
813
823
|
default: any;
|
|
814
824
|
};
|
|
815
825
|
datePresetList: {
|
|
816
|
-
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">;
|
|
817
827
|
default: string;
|
|
818
828
|
};
|
|
819
829
|
regex: {
|
|
@@ -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;
|
|
@@ -891,7 +905,7 @@ declare const _default: {
|
|
|
891
905
|
default: any;
|
|
892
906
|
};
|
|
893
907
|
datePresetList: {
|
|
894
|
-
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">;
|
|
895
909
|
default: string;
|
|
896
910
|
};
|
|
897
911
|
regex: {
|
|
@@ -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;
|
|
@@ -940,12 +958,13 @@ declare const _default: {
|
|
|
940
958
|
dateFormat: string;
|
|
941
959
|
types: ("date" | "week" | "month")[];
|
|
942
960
|
maxDaysInRange: number;
|
|
943
|
-
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";
|
|
944
962
|
regex: RegExp;
|
|
945
963
|
initialType: "date" | "week" | "month";
|
|
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?(_: {
|
|
@@ -968,12 +987,13 @@ declare const _default: {
|
|
|
968
987
|
dateFormat: string;
|
|
969
988
|
types: ("date" | "week" | "month")[];
|
|
970
989
|
maxDaysInRange: number;
|
|
971
|
-
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";
|
|
972
991
|
regex: RegExp;
|
|
973
992
|
initialType: "date" | "week" | "month";
|
|
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>;
|
|
@@ -1015,7 +1035,7 @@ declare const _default: {
|
|
|
1015
1035
|
default: any;
|
|
1016
1036
|
};
|
|
1017
1037
|
datePresetList: {
|
|
1018
|
-
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">;
|
|
1019
1039
|
default: string;
|
|
1020
1040
|
};
|
|
1021
1041
|
regex: {
|
|
@@ -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
|
};
|
|
@@ -1103,7 +1127,7 @@ declare const _default: {
|
|
|
1103
1127
|
default: any;
|
|
1104
1128
|
};
|
|
1105
1129
|
datePresetList: {
|
|
1106
|
-
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">;
|
|
1107
1131
|
default: string;
|
|
1108
1132
|
};
|
|
1109
1133
|
regex: {
|
|
@@ -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;
|
|
@@ -1152,12 +1180,13 @@ declare const _default: {
|
|
|
1152
1180
|
dateFormat: string;
|
|
1153
1181
|
types: ("date" | "week" | "month")[];
|
|
1154
1182
|
maxDaysInRange: number;
|
|
1155
|
-
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";
|
|
1156
1184
|
regex: RegExp;
|
|
1157
1185
|
initialType: "date" | "week" | "month";
|
|
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)[];
|
|
@@ -1219,7 +1248,7 @@ declare const _default: {
|
|
|
1219
1248
|
default: any;
|
|
1220
1249
|
};
|
|
1221
1250
|
datePresetList: {
|
|
1222
|
-
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">;
|
|
1223
1252
|
default: string;
|
|
1224
1253
|
};
|
|
1225
1254
|
regex: {
|
|
@@ -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;
|
|
@@ -1297,7 +1330,7 @@ declare const _default: {
|
|
|
1297
1330
|
default: any;
|
|
1298
1331
|
};
|
|
1299
1332
|
datePresetList: {
|
|
1300
|
-
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">;
|
|
1301
1334
|
default: string;
|
|
1302
1335
|
};
|
|
1303
1336
|
regex: {
|
|
@@ -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;
|
|
@@ -1346,12 +1383,13 @@ declare const _default: {
|
|
|
1346
1383
|
dateFormat: string;
|
|
1347
1384
|
types: ("date" | "week" | "month")[];
|
|
1348
1385
|
maxDaysInRange: number;
|
|
1349
|
-
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";
|
|
1350
1387
|
regex: RegExp;
|
|
1351
1388
|
initialType: "date" | "week" | "month";
|
|
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;
|
|
@@ -10707,6 +10811,7 @@ declare const _default: {
|
|
|
10707
10811
|
shown: boolean;
|
|
10708
10812
|
autoHide: boolean;
|
|
10709
10813
|
dontWrapDisabled: boolean;
|
|
10814
|
+
maxWidth: string;
|
|
10710
10815
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10711
10816
|
header: {
|
|
10712
10817
|
type: import("vue").PropType<string>;
|
|
@@ -10764,9 +10869,13 @@ declare const _default: {
|
|
|
10764
10869
|
type: import("vue").PropType<boolean>;
|
|
10765
10870
|
default: boolean;
|
|
10766
10871
|
};
|
|
10872
|
+
maxWidth: {
|
|
10873
|
+
type: import("vue").PropType<string>;
|
|
10874
|
+
default: string;
|
|
10875
|
+
};
|
|
10767
10876
|
}>> & {
|
|
10768
10877
|
onShow?: () => any;
|
|
10769
|
-
} & 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">;
|
|
10770
10879
|
$attrs: {
|
|
10771
10880
|
[x: string]: unknown;
|
|
10772
10881
|
};
|
|
@@ -10837,6 +10946,10 @@ declare const _default: {
|
|
|
10837
10946
|
type: import("vue").PropType<boolean>;
|
|
10838
10947
|
default: boolean;
|
|
10839
10948
|
};
|
|
10949
|
+
maxWidth: {
|
|
10950
|
+
type: import("vue").PropType<string>;
|
|
10951
|
+
default: string;
|
|
10952
|
+
};
|
|
10840
10953
|
}>> & {
|
|
10841
10954
|
onShow?: () => any;
|
|
10842
10955
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -10856,6 +10969,7 @@ declare const _default: {
|
|
|
10856
10969
|
shown: boolean;
|
|
10857
10970
|
autoHide: boolean;
|
|
10858
10971
|
dontWrapDisabled: boolean;
|
|
10972
|
+
maxWidth: string;
|
|
10859
10973
|
}, {}, string> & {
|
|
10860
10974
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10861
10975
|
created?: (() => void) | (() => void)[];
|
|
@@ -10933,6 +11047,10 @@ declare const _default: {
|
|
|
10933
11047
|
type: import("vue").PropType<boolean>;
|
|
10934
11048
|
default: boolean;
|
|
10935
11049
|
};
|
|
11050
|
+
maxWidth: {
|
|
11051
|
+
type: import("vue").PropType<string>;
|
|
11052
|
+
default: string;
|
|
11053
|
+
};
|
|
10936
11054
|
}>> & {
|
|
10937
11055
|
onShow?: () => any;
|
|
10938
11056
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -10996,6 +11114,10 @@ declare const _default: {
|
|
|
10996
11114
|
type: import("vue").PropType<boolean>;
|
|
10997
11115
|
default: boolean;
|
|
10998
11116
|
};
|
|
11117
|
+
maxWidth: {
|
|
11118
|
+
type: import("vue").PropType<string>;
|
|
11119
|
+
default: string;
|
|
11120
|
+
};
|
|
10999
11121
|
}>> & {
|
|
11000
11122
|
onShow?: () => any;
|
|
11001
11123
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11015,6 +11137,7 @@ declare const _default: {
|
|
|
11015
11137
|
shown: boolean;
|
|
11016
11138
|
autoHide: boolean;
|
|
11017
11139
|
dontWrapDisabled: boolean;
|
|
11140
|
+
maxWidth: string;
|
|
11018
11141
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11019
11142
|
$slots: {
|
|
11020
11143
|
default?(_: {}): any;
|
|
@@ -11042,6 +11165,7 @@ declare const _default: {
|
|
|
11042
11165
|
shown: boolean;
|
|
11043
11166
|
autoHide: boolean;
|
|
11044
11167
|
dontWrapDisabled: boolean;
|
|
11168
|
+
maxWidth: string;
|
|
11045
11169
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11046
11170
|
header: {
|
|
11047
11171
|
type: import("vue").PropType<string>;
|
|
@@ -11099,9 +11223,13 @@ declare const _default: {
|
|
|
11099
11223
|
type: import("vue").PropType<boolean>;
|
|
11100
11224
|
default: boolean;
|
|
11101
11225
|
};
|
|
11226
|
+
maxWidth: {
|
|
11227
|
+
type: import("vue").PropType<string>;
|
|
11228
|
+
default: string;
|
|
11229
|
+
};
|
|
11102
11230
|
}>> & {
|
|
11103
11231
|
onShow?: () => any;
|
|
11104
|
-
} & 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">;
|
|
11105
11233
|
$attrs: {
|
|
11106
11234
|
[x: string]: unknown;
|
|
11107
11235
|
};
|
|
@@ -11172,6 +11300,10 @@ declare const _default: {
|
|
|
11172
11300
|
type: import("vue").PropType<boolean>;
|
|
11173
11301
|
default: boolean;
|
|
11174
11302
|
};
|
|
11303
|
+
maxWidth: {
|
|
11304
|
+
type: import("vue").PropType<string>;
|
|
11305
|
+
default: string;
|
|
11306
|
+
};
|
|
11175
11307
|
}>> & {
|
|
11176
11308
|
onShow?: () => any;
|
|
11177
11309
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11191,6 +11323,7 @@ declare const _default: {
|
|
|
11191
11323
|
shown: boolean;
|
|
11192
11324
|
autoHide: boolean;
|
|
11193
11325
|
dontWrapDisabled: boolean;
|
|
11326
|
+
maxWidth: string;
|
|
11194
11327
|
}, {}, string> & {
|
|
11195
11328
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11196
11329
|
created?: (() => void) | (() => void)[];
|
|
@@ -11268,6 +11401,10 @@ declare const _default: {
|
|
|
11268
11401
|
type: import("vue").PropType<boolean>;
|
|
11269
11402
|
default: boolean;
|
|
11270
11403
|
};
|
|
11404
|
+
maxWidth: {
|
|
11405
|
+
type: import("vue").PropType<string>;
|
|
11406
|
+
default: string;
|
|
11407
|
+
};
|
|
11271
11408
|
}>> & {
|
|
11272
11409
|
onShow?: () => any;
|
|
11273
11410
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -11331,6 +11468,10 @@ declare const _default: {
|
|
|
11331
11468
|
type: import("vue").PropType<boolean>;
|
|
11332
11469
|
default: boolean;
|
|
11333
11470
|
};
|
|
11471
|
+
maxWidth: {
|
|
11472
|
+
type: import("vue").PropType<string>;
|
|
11473
|
+
default: string;
|
|
11474
|
+
};
|
|
11334
11475
|
}>> & {
|
|
11335
11476
|
onShow?: () => any;
|
|
11336
11477
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11350,6 +11491,7 @@ declare const _default: {
|
|
|
11350
11491
|
shown: boolean;
|
|
11351
11492
|
autoHide: boolean;
|
|
11352
11493
|
dontWrapDisabled: boolean;
|
|
11494
|
+
maxWidth: string;
|
|
11353
11495
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11354
11496
|
$slots: {
|
|
11355
11497
|
default?(_: {}): any;
|
|
@@ -12715,6 +12857,7 @@ declare const _default: {
|
|
|
12715
12857
|
height: string;
|
|
12716
12858
|
width: string;
|
|
12717
12859
|
platform: string;
|
|
12860
|
+
circled: boolean;
|
|
12718
12861
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12719
12862
|
name: {
|
|
12720
12863
|
type: import("vue").PropType<string>;
|
|
@@ -12744,7 +12887,11 @@ declare const _default: {
|
|
|
12744
12887
|
type: import("vue").PropType<string>;
|
|
12745
12888
|
default: any;
|
|
12746
12889
|
};
|
|
12747
|
-
|
|
12890
|
+
circled: {
|
|
12891
|
+
type: import("vue").PropType<boolean>;
|
|
12892
|
+
default: boolean;
|
|
12893
|
+
};
|
|
12894
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
|
|
12748
12895
|
$attrs: {
|
|
12749
12896
|
[x: string]: unknown;
|
|
12750
12897
|
};
|
|
@@ -12787,6 +12934,10 @@ declare const _default: {
|
|
|
12787
12934
|
type: import("vue").PropType<string>;
|
|
12788
12935
|
default: any;
|
|
12789
12936
|
};
|
|
12937
|
+
circled: {
|
|
12938
|
+
type: import("vue").PropType<boolean>;
|
|
12939
|
+
default: boolean;
|
|
12940
|
+
};
|
|
12790
12941
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12791
12942
|
name: string;
|
|
12792
12943
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12795,6 +12946,7 @@ declare const _default: {
|
|
|
12795
12946
|
height: string;
|
|
12796
12947
|
width: string;
|
|
12797
12948
|
platform: string;
|
|
12949
|
+
circled: boolean;
|
|
12798
12950
|
}, {}, string> & {
|
|
12799
12951
|
beforeCreate?: (() => void) | (() => void)[];
|
|
12800
12952
|
created?: (() => void) | (() => void)[];
|
|
@@ -12844,6 +12996,10 @@ declare const _default: {
|
|
|
12844
12996
|
type: import("vue").PropType<string>;
|
|
12845
12997
|
default: any;
|
|
12846
12998
|
};
|
|
12999
|
+
circled: {
|
|
13000
|
+
type: import("vue").PropType<boolean>;
|
|
13001
|
+
default: boolean;
|
|
13002
|
+
};
|
|
12847
13003
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
12848
13004
|
__isFragment?: never;
|
|
12849
13005
|
__isTeleport?: never;
|
|
@@ -12877,6 +13033,10 @@ declare const _default: {
|
|
|
12877
13033
|
type: import("vue").PropType<string>;
|
|
12878
13034
|
default: any;
|
|
12879
13035
|
};
|
|
13036
|
+
circled: {
|
|
13037
|
+
type: import("vue").PropType<boolean>;
|
|
13038
|
+
default: boolean;
|
|
13039
|
+
};
|
|
12880
13040
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12881
13041
|
name: string;
|
|
12882
13042
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12885,6 +13045,7 @@ declare const _default: {
|
|
|
12885
13045
|
height: string;
|
|
12886
13046
|
width: string;
|
|
12887
13047
|
platform: string;
|
|
13048
|
+
circled: boolean;
|
|
12888
13049
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
12889
13050
|
$slots: {
|
|
12890
13051
|
default?(_: {}): any;
|
|
@@ -12902,6 +13063,7 @@ declare const _default: {
|
|
|
12902
13063
|
height: string;
|
|
12903
13064
|
width: string;
|
|
12904
13065
|
platform: string;
|
|
13066
|
+
circled: boolean;
|
|
12905
13067
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12906
13068
|
name: {
|
|
12907
13069
|
type: import("vue").PropType<string>;
|
|
@@ -12931,7 +13093,11 @@ declare const _default: {
|
|
|
12931
13093
|
type: import("vue").PropType<string>;
|
|
12932
13094
|
default: any;
|
|
12933
13095
|
};
|
|
12934
|
-
|
|
13096
|
+
circled: {
|
|
13097
|
+
type: import("vue").PropType<boolean>;
|
|
13098
|
+
default: boolean;
|
|
13099
|
+
};
|
|
13100
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
|
|
12935
13101
|
$attrs: {
|
|
12936
13102
|
[x: string]: unknown;
|
|
12937
13103
|
};
|
|
@@ -12974,6 +13140,10 @@ declare const _default: {
|
|
|
12974
13140
|
type: import("vue").PropType<string>;
|
|
12975
13141
|
default: any;
|
|
12976
13142
|
};
|
|
13143
|
+
circled: {
|
|
13144
|
+
type: import("vue").PropType<boolean>;
|
|
13145
|
+
default: boolean;
|
|
13146
|
+
};
|
|
12977
13147
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12978
13148
|
name: string;
|
|
12979
13149
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12982,6 +13152,7 @@ declare const _default: {
|
|
|
12982
13152
|
height: string;
|
|
12983
13153
|
width: string;
|
|
12984
13154
|
platform: string;
|
|
13155
|
+
circled: boolean;
|
|
12985
13156
|
}, {}, string> & {
|
|
12986
13157
|
beforeCreate?: (() => void) | (() => void)[];
|
|
12987
13158
|
created?: (() => void) | (() => void)[];
|
|
@@ -13031,6 +13202,10 @@ declare const _default: {
|
|
|
13031
13202
|
type: import("vue").PropType<string>;
|
|
13032
13203
|
default: any;
|
|
13033
13204
|
};
|
|
13205
|
+
circled: {
|
|
13206
|
+
type: import("vue").PropType<boolean>;
|
|
13207
|
+
default: boolean;
|
|
13208
|
+
};
|
|
13034
13209
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
13035
13210
|
__isFragment?: never;
|
|
13036
13211
|
__isTeleport?: never;
|
|
@@ -13064,6 +13239,10 @@ declare const _default: {
|
|
|
13064
13239
|
type: import("vue").PropType<string>;
|
|
13065
13240
|
default: any;
|
|
13066
13241
|
};
|
|
13242
|
+
circled: {
|
|
13243
|
+
type: import("vue").PropType<boolean>;
|
|
13244
|
+
default: boolean;
|
|
13245
|
+
};
|
|
13067
13246
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
13068
13247
|
name: string;
|
|
13069
13248
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -13072,6 +13251,7 @@ declare const _default: {
|
|
|
13072
13251
|
height: string;
|
|
13073
13252
|
width: string;
|
|
13074
13253
|
platform: string;
|
|
13254
|
+
circled: boolean;
|
|
13075
13255
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
13076
13256
|
$slots: {
|
|
13077
13257
|
default?(_: {}): any;
|
|
@@ -19598,8 +19778,8 @@ declare const _default: {
|
|
|
19598
19778
|
withTooltip: boolean;
|
|
19599
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";
|
|
19600
19780
|
disabled: boolean;
|
|
19601
|
-
size: "small" | "medium";
|
|
19602
19781
|
maxWidth: number;
|
|
19782
|
+
size: "small" | "medium";
|
|
19603
19783
|
open: boolean;
|
|
19604
19784
|
startIconName: string;
|
|
19605
19785
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -19629,14 +19809,14 @@ declare const _default: {
|
|
|
19629
19809
|
type: import("vue").PropType<boolean>;
|
|
19630
19810
|
default: boolean;
|
|
19631
19811
|
};
|
|
19632
|
-
size: {
|
|
19633
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19634
|
-
default: string;
|
|
19635
|
-
};
|
|
19636
19812
|
maxWidth: {
|
|
19637
19813
|
type: import("vue").PropType<number>;
|
|
19638
19814
|
default: number;
|
|
19639
19815
|
};
|
|
19816
|
+
size: {
|
|
19817
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
19818
|
+
default: string;
|
|
19819
|
+
};
|
|
19640
19820
|
open: {
|
|
19641
19821
|
type: import("vue").PropType<boolean>;
|
|
19642
19822
|
default: boolean;
|
|
@@ -19655,7 +19835,7 @@ declare const _default: {
|
|
|
19655
19835
|
};
|
|
19656
19836
|
}>> & {
|
|
19657
19837
|
onClick?: () => any;
|
|
19658
|
-
} & 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">;
|
|
19659
19839
|
$attrs: {
|
|
19660
19840
|
[x: string]: unknown;
|
|
19661
19841
|
};
|
|
@@ -19694,14 +19874,14 @@ declare const _default: {
|
|
|
19694
19874
|
type: import("vue").PropType<boolean>;
|
|
19695
19875
|
default: boolean;
|
|
19696
19876
|
};
|
|
19697
|
-
size: {
|
|
19698
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19699
|
-
default: string;
|
|
19700
|
-
};
|
|
19701
19877
|
maxWidth: {
|
|
19702
19878
|
type: import("vue").PropType<number>;
|
|
19703
19879
|
default: number;
|
|
19704
19880
|
};
|
|
19881
|
+
size: {
|
|
19882
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
19883
|
+
default: string;
|
|
19884
|
+
};
|
|
19705
19885
|
open: {
|
|
19706
19886
|
type: import("vue").PropType<boolean>;
|
|
19707
19887
|
default: boolean;
|
|
@@ -19728,8 +19908,8 @@ declare const _default: {
|
|
|
19728
19908
|
withTooltip: boolean;
|
|
19729
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";
|
|
19730
19910
|
disabled: boolean;
|
|
19731
|
-
size: "small" | "medium";
|
|
19732
19911
|
maxWidth: number;
|
|
19912
|
+
size: "small" | "medium";
|
|
19733
19913
|
open: boolean;
|
|
19734
19914
|
startIconName: string;
|
|
19735
19915
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -19779,14 +19959,14 @@ declare const _default: {
|
|
|
19779
19959
|
type: import("vue").PropType<boolean>;
|
|
19780
19960
|
default: boolean;
|
|
19781
19961
|
};
|
|
19782
|
-
size: {
|
|
19783
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19784
|
-
default: string;
|
|
19785
|
-
};
|
|
19786
19962
|
maxWidth: {
|
|
19787
19963
|
type: import("vue").PropType<number>;
|
|
19788
19964
|
default: number;
|
|
19789
19965
|
};
|
|
19966
|
+
size: {
|
|
19967
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
19968
|
+
default: string;
|
|
19969
|
+
};
|
|
19790
19970
|
open: {
|
|
19791
19971
|
type: import("vue").PropType<boolean>;
|
|
19792
19972
|
default: boolean;
|
|
@@ -19834,14 +20014,14 @@ declare const _default: {
|
|
|
19834
20014
|
type: import("vue").PropType<boolean>;
|
|
19835
20015
|
default: boolean;
|
|
19836
20016
|
};
|
|
19837
|
-
size: {
|
|
19838
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
19839
|
-
default: string;
|
|
19840
|
-
};
|
|
19841
20017
|
maxWidth: {
|
|
19842
20018
|
type: import("vue").PropType<number>;
|
|
19843
20019
|
default: number;
|
|
19844
20020
|
};
|
|
20021
|
+
size: {
|
|
20022
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
20023
|
+
default: string;
|
|
20024
|
+
};
|
|
19845
20025
|
open: {
|
|
19846
20026
|
type: import("vue").PropType<boolean>;
|
|
19847
20027
|
default: boolean;
|
|
@@ -19868,8 +20048,8 @@ declare const _default: {
|
|
|
19868
20048
|
withTooltip: boolean;
|
|
19869
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";
|
|
19870
20050
|
disabled: boolean;
|
|
19871
|
-
size: "small" | "medium";
|
|
19872
20051
|
maxWidth: number;
|
|
20052
|
+
size: "small" | "medium";
|
|
19873
20053
|
open: boolean;
|
|
19874
20054
|
startIconName: string;
|
|
19875
20055
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -27952,6 +28132,10 @@ declare const _default: {
|
|
|
27952
28132
|
type: import("vue").PropType<unknown>;
|
|
27953
28133
|
required: true;
|
|
27954
28134
|
};
|
|
28135
|
+
iconSize: {
|
|
28136
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28137
|
+
default: string;
|
|
28138
|
+
};
|
|
27955
28139
|
options: {
|
|
27956
28140
|
type: import("vue").PropType<unknown[]>;
|
|
27957
28141
|
required: true;
|
|
@@ -27984,6 +28168,10 @@ declare const _default: {
|
|
|
27984
28168
|
type: import("vue").PropType<unknown>;
|
|
27985
28169
|
required: true;
|
|
27986
28170
|
};
|
|
28171
|
+
iconSize: {
|
|
28172
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28173
|
+
default: string;
|
|
28174
|
+
};
|
|
27987
28175
|
options: {
|
|
27988
28176
|
type: import("vue").PropType<unknown[]>;
|
|
27989
28177
|
required: true;
|
|
@@ -28002,6 +28190,7 @@ declare const _default: {
|
|
|
28002
28190
|
testId: string;
|
|
28003
28191
|
variant: "default" | "primary";
|
|
28004
28192
|
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";
|
|
28193
|
+
iconSize: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
|
|
28005
28194
|
iconKey: string;
|
|
28006
28195
|
tooltipTextKey: string;
|
|
28007
28196
|
}>;
|
|
@@ -28023,6 +28212,10 @@ declare const _default: {
|
|
|
28023
28212
|
type: import("vue").PropType<unknown>;
|
|
28024
28213
|
required: true;
|
|
28025
28214
|
};
|
|
28215
|
+
iconSize: {
|
|
28216
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28217
|
+
default: string;
|
|
28218
|
+
};
|
|
28026
28219
|
options: {
|
|
28027
28220
|
type: import("vue").PropType<unknown[]>;
|
|
28028
28221
|
required: true;
|
|
@@ -28055,6 +28248,10 @@ declare const _default: {
|
|
|
28055
28248
|
type: import("vue").PropType<unknown>;
|
|
28056
28249
|
required: true;
|
|
28057
28250
|
};
|
|
28251
|
+
iconSize: {
|
|
28252
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
|
|
28253
|
+
default: string;
|
|
28254
|
+
};
|
|
28058
28255
|
options: {
|
|
28059
28256
|
type: import("vue").PropType<unknown[]>;
|
|
28060
28257
|
required: true;
|
|
@@ -28073,6 +28270,7 @@ declare const _default: {
|
|
|
28073
28270
|
testId: string;
|
|
28074
28271
|
variant: "default" | "primary";
|
|
28075
28272
|
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";
|
|
28273
|
+
iconSize: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
|
|
28076
28274
|
iconKey: string;
|
|
28077
28275
|
tooltipTextKey: string;
|
|
28078
28276
|
}>[];
|
|
@@ -28427,3 +28625,4 @@ export * from '@/components/chart';
|
|
|
28427
28625
|
export * from '@/components/columnPicker';
|
|
28428
28626
|
export * from '@/components/columnConfigurator';
|
|
28429
28627
|
export * from '@/components/tagsField';
|
|
28628
|
+
export * from '@/components/tag';
|