sag_components 2.0.0-beta23 → 2.0.0-beta25
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/dist/index.d.ts +132 -47
- package/dist/index.esm.js +725 -667
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3891 -3833
- package/dist/index.js.map +1 -1
- package/dist/types/components/BarChart/BarChart.d.ts +77 -0
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +61 -0
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +0 -52
- package/dist/types/utils/IconsHandler.d.ts +1 -1
- package/package.json +2 -1
- package/dist/types/reactTestApp/App.d.ts +0 -2
- package/dist/types/reactTestApp/index.d.ts +0 -1
- package/dist/types/reactTestApp/vite.config.d.ts +0 -2
- package/dist/types/utils/ComponentFactory.d.ts +0 -4
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -643,61 +643,70 @@ declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disable
|
|
|
643
643
|
onChange?: (() => void) | undefined;
|
|
644
644
|
options?: any[] | undefined;
|
|
645
645
|
selectedValue?: any[] | undefined;
|
|
646
|
-
}): react_jsx_runtime.JSX.Element;
|
|
647
|
-
|
|
646
|
+
}): react_jsx_runtime.JSX.Element;
|
|
647
|
+
|
|
648
|
+
declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
|
|
649
|
+
declare namespace OneColumnContainer {
|
|
648
650
|
namespace propTypes {
|
|
649
|
-
const
|
|
650
|
-
const
|
|
651
|
-
const
|
|
652
|
-
const
|
|
653
|
-
const
|
|
654
|
-
const
|
|
655
|
-
const
|
|
656
|
-
const
|
|
651
|
+
const children: PropTypes.Requireable<string>;
|
|
652
|
+
const display: PropTypes.Requireable<string>;
|
|
653
|
+
const isLoading: PropTypes.Requireable<boolean>;
|
|
654
|
+
const gridTemplateColumns: PropTypes.Requireable<string>;
|
|
655
|
+
const itemClass: PropTypes.Requireable<string>;
|
|
656
|
+
const divStyle: PropTypes.Requireable<string>;
|
|
657
|
+
const overStyle: PropTypes.Requireable<string>;
|
|
658
|
+
const draggingStyle: PropTypes.Requireable<string>;
|
|
659
|
+
const droppedStyle: PropTypes.Requireable<string>;
|
|
657
660
|
const width: PropTypes.Requireable<string>;
|
|
658
|
-
const
|
|
659
|
-
const
|
|
660
|
-
const
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
const
|
|
665
|
-
|
|
666
|
-
label: PropTypes.Requireable<string>;
|
|
667
|
-
}> | null | undefined)[]>;
|
|
661
|
+
const height: PropTypes.Requireable<string>;
|
|
662
|
+
const overflow: PropTypes.Requireable<string>;
|
|
663
|
+
const infoTitle: PropTypes.Requireable<string>;
|
|
664
|
+
const infoText: PropTypes.Requireable<string>;
|
|
665
|
+
const disableInfo: PropTypes.Requireable<boolean>;
|
|
666
|
+
const showViewByBannerButton: PropTypes.Requireable<boolean>;
|
|
667
|
+
const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
668
|
+
const columnTitle: PropTypes.Requireable<string>;
|
|
668
669
|
}
|
|
669
670
|
namespace defaultProps {
|
|
670
|
-
const
|
|
671
|
-
export {
|
|
672
|
-
const
|
|
673
|
-
export {
|
|
674
|
-
const
|
|
675
|
-
export {
|
|
676
|
-
const
|
|
677
|
-
export {
|
|
678
|
-
const
|
|
679
|
-
export {
|
|
680
|
-
const
|
|
681
|
-
export {
|
|
682
|
-
const
|
|
683
|
-
export {
|
|
684
|
-
const
|
|
685
|
-
export {
|
|
671
|
+
const children_1: string;
|
|
672
|
+
export { children_1 as children };
|
|
673
|
+
const display_1: string;
|
|
674
|
+
export { display_1 as display };
|
|
675
|
+
const isLoading_1: string;
|
|
676
|
+
export { isLoading_1 as isLoading };
|
|
677
|
+
const gridTemplateColumns_1: string;
|
|
678
|
+
export { gridTemplateColumns_1 as gridTemplateColumns };
|
|
679
|
+
const itemClass_1: string;
|
|
680
|
+
export { itemClass_1 as itemClass };
|
|
681
|
+
const divStyle_1: string;
|
|
682
|
+
export { divStyle_1 as divStyle };
|
|
683
|
+
const overStyle_1: string;
|
|
684
|
+
export { overStyle_1 as overStyle };
|
|
685
|
+
const draggingStyle_1: string;
|
|
686
|
+
export { draggingStyle_1 as draggingStyle };
|
|
687
|
+
const droppedStyle_1: string;
|
|
688
|
+
export { droppedStyle_1 as droppedStyle };
|
|
686
689
|
const width_1: string;
|
|
687
690
|
export { width_1 as width };
|
|
688
|
-
const
|
|
689
|
-
export {
|
|
690
|
-
|
|
691
|
-
export {
|
|
692
|
-
const
|
|
693
|
-
export {
|
|
694
|
-
const
|
|
695
|
-
export {
|
|
691
|
+
const height_1: string;
|
|
692
|
+
export { height_1 as height };
|
|
693
|
+
const overflow_1: string;
|
|
694
|
+
export { overflow_1 as overflow };
|
|
695
|
+
const infoTitle_1: string;
|
|
696
|
+
export { infoTitle_1 as infoTitle };
|
|
697
|
+
const infoText_1: string;
|
|
698
|
+
export { infoText_1 as infoText };
|
|
699
|
+
const disableInfo_1: boolean;
|
|
700
|
+
export { disableInfo_1 as disableInfo };
|
|
701
|
+
const showViewByBannerButton_1: boolean;
|
|
702
|
+
export { showViewByBannerButton_1 as showViewByBannerButton };
|
|
703
|
+
export function onBannerClick_1(): void;
|
|
704
|
+
export { onBannerClick_1 as onBannerClick };
|
|
705
|
+
const columnTitle_1: string;
|
|
706
|
+
export { columnTitle_1 as columnTitle };
|
|
696
707
|
}
|
|
697
708
|
}
|
|
698
709
|
|
|
699
|
-
declare function OneColumnContainer(props: any): react_jsx_runtime.JSX.Element;
|
|
700
|
-
|
|
701
710
|
declare function BarChartsByWeeks(props: any): react_jsx_runtime.JSX.Element;
|
|
702
711
|
declare namespace BarChartsByWeeks {
|
|
703
712
|
namespace propTypes {
|
|
@@ -1123,6 +1132,82 @@ declare namespace IconButton {
|
|
|
1123
1132
|
|
|
1124
1133
|
declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
|
|
1125
1134
|
|
|
1126
|
-
declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1135
|
+
declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1136
|
+
declare namespace BarChart {
|
|
1137
|
+
namespace propTypes {
|
|
1138
|
+
const title: PropTypes.Requireable<string>;
|
|
1139
|
+
const barChartData: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
1140
|
+
title: PropTypes.Requireable<string>;
|
|
1141
|
+
date: PropTypes.Requireable<string>;
|
|
1142
|
+
value: PropTypes.Requireable<number>;
|
|
1143
|
+
}> | null | undefined)[]>;
|
|
1144
|
+
const width: PropTypes.Requireable<string>;
|
|
1145
|
+
const height: PropTypes.Requireable<string>;
|
|
1146
|
+
const barSize: PropTypes.Requireable<number>;
|
|
1147
|
+
const barFontSizeValue: PropTypes.Requireable<string>;
|
|
1148
|
+
const barChartColor: PropTypes.Requireable<string>;
|
|
1149
|
+
const showDollarSign: PropTypes.Requireable<boolean>;
|
|
1150
|
+
const isDollar: PropTypes.Requireable<boolean>;
|
|
1151
|
+
const showLegend: PropTypes.Requireable<boolean>;
|
|
1152
|
+
const legendData: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
1153
|
+
title: PropTypes.Validator<string>;
|
|
1154
|
+
iconType: PropTypes.Validator<string>;
|
|
1155
|
+
iconColor: PropTypes.Validator<string>;
|
|
1156
|
+
}> | null | undefined)[]>;
|
|
1157
|
+
const showReferenceLine: PropTypes.Requireable<boolean>;
|
|
1158
|
+
const referenceLinePoint: PropTypes.Requireable<number>;
|
|
1159
|
+
const referenceLineColor: PropTypes.Requireable<string>;
|
|
1160
|
+
const referenceLineDashed: PropTypes.Requireable<string>;
|
|
1161
|
+
const showCurrentCampaignStyle: PropTypes.Requireable<boolean>;
|
|
1162
|
+
const currentBarColor: PropTypes.Requireable<string>;
|
|
1163
|
+
const isPercent: PropTypes.Requireable<boolean>;
|
|
1164
|
+
}
|
|
1165
|
+
namespace defaultProps {
|
|
1166
|
+
const title_1: string;
|
|
1167
|
+
export { title_1 as title };
|
|
1168
|
+
const barChartData_1: {
|
|
1169
|
+
title: string;
|
|
1170
|
+
date: string;
|
|
1171
|
+
value: number;
|
|
1172
|
+
}[];
|
|
1173
|
+
export { barChartData_1 as barChartData };
|
|
1174
|
+
const width_1: string;
|
|
1175
|
+
export { width_1 as width };
|
|
1176
|
+
const height_1: string;
|
|
1177
|
+
export { height_1 as height };
|
|
1178
|
+
const barSize_1: number;
|
|
1179
|
+
export { barSize_1 as barSize };
|
|
1180
|
+
const barFontSizeValue_1: string;
|
|
1181
|
+
export { barFontSizeValue_1 as barFontSizeValue };
|
|
1182
|
+
const barChartColor_1: string;
|
|
1183
|
+
export { barChartColor_1 as barChartColor };
|
|
1184
|
+
const showDollarSign_1: boolean;
|
|
1185
|
+
export { showDollarSign_1 as showDollarSign };
|
|
1186
|
+
const isDollar_1: boolean;
|
|
1187
|
+
export { isDollar_1 as isDollar };
|
|
1188
|
+
const showLegend_1: boolean;
|
|
1189
|
+
export { showLegend_1 as showLegend };
|
|
1190
|
+
const legendData_1: {
|
|
1191
|
+
title: string;
|
|
1192
|
+
iconType: string;
|
|
1193
|
+
iconColor: string;
|
|
1194
|
+
}[];
|
|
1195
|
+
export { legendData_1 as legendData };
|
|
1196
|
+
const showReferenceLine_1: boolean;
|
|
1197
|
+
export { showReferenceLine_1 as showReferenceLine };
|
|
1198
|
+
const referenceLinePoint_1: number;
|
|
1199
|
+
export { referenceLinePoint_1 as referenceLinePoint };
|
|
1200
|
+
const referenceLineColor_1: string;
|
|
1201
|
+
export { referenceLineColor_1 as referenceLineColor };
|
|
1202
|
+
const referenceLineDashed_1: string;
|
|
1203
|
+
export { referenceLineDashed_1 as referenceLineDashed };
|
|
1204
|
+
const showCurrentCampaignStyle_1: boolean;
|
|
1205
|
+
export { showCurrentCampaignStyle_1 as showCurrentCampaignStyle };
|
|
1206
|
+
const currentBarColor_1: string;
|
|
1207
|
+
export { currentBarColor_1 as currentBarColor };
|
|
1208
|
+
const isPercent_1: boolean;
|
|
1209
|
+
export { isPercent_1 as isPercent };
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1127
1212
|
|
|
1128
1213
|
export { BannerEventBoxList, BarChart, BarChartsByWeeks, Button, CollapseHeader, DialogOverlay, DoublePanelDataRow, EventDetailsCard, EventList, FilterPanel, Heatmap, IconButton, LinnerDataBox, MarketShareDescription, OneColumnContainer, PieChart, PopupCharts, QuickFilter, ReportTable, TabMenu, TopToggleList, TotalDoughnutChart, TotalHorizontalCharts };
|