sag_components 2.0.0-beta7 → 2.0.0-beta71
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 +226 -277
- package/dist/index.esm.js +30561 -79673
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29935 -79055
- package/dist/index.js.map +1 -1
- package/dist/types/components/AreaChart/AreaChart.d.ts +2 -0
- package/dist/types/components/AreaChart/AreaChart.stories.d.ts +80 -0
- package/dist/types/components/AreaChart/AreaChart.style.d.ts +8 -0
- package/dist/types/components/AttachedFile/AttachedFile.stories.d.ts +70 -10
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +1 -1
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +1 -7
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +2 -2
- package/dist/types/components/BannerEventBox/BannerEventBox.stories.d.ts +1 -22
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +3 -6
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.stories.d.ts +1 -13
- package/dist/types/components/BannersDropdown/BannersDropdown.d.ts +1 -1
- package/dist/types/components/BannersDropdown/BannersDropdown.stories.d.ts +2 -21
- package/dist/types/components/BarChart/BarChart.d.ts +4 -4
- package/dist/types/components/BarChart/BarChart.stories.d.ts +3 -144
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +4 -4
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.stories.d.ts +2 -103
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.style.d.ts +1 -23
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +4 -4
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.stories.d.ts +1 -36
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.d.ts +6 -6
- package/dist/types/components/BarChartsByWeeks/BarChartsByWeeks.stories.d.ts +6 -264
- package/dist/types/components/BatteryChart/BatteryChart.d.ts +2 -0
- package/dist/types/components/BatteryChart/BatteryChart.style.d.ts +18 -0
- package/dist/types/components/Benchmark/Benchmark.stories.d.ts +2 -59
- package/dist/types/components/BreakdownPanel/BreakdownPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.stories.d.ts +74 -0
- package/dist/types/components/BreakdownPanel/BreakdownPanel.style.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.d.ts +8 -0
- package/dist/types/components/BreakdownPanel/ItemSales/BannerButton.style.d.ts +1 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +7 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.style.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.d.ts +2 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +3 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.d.ts +6 -0
- package/dist/types/components/BreakdownPanel/ItemSales/ItemsCounterGraphPanel.style.d.ts +3 -0
- package/dist/types/components/BrushChart/BrushChart.d.ts +2 -0
- package/dist/types/components/BrushChart/BrushChart.stories.d.ts +8 -0
- package/dist/types/components/BrushChart/BrushChart.style.d.ts +47 -0
- package/dist/types/components/BrushChart/Charts/BarLine.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/InnerBar.d.ts +2 -0
- package/dist/types/components/BrushChart/Charts/SingleChart.d.ts +2 -0
- package/dist/types/components/BubbleChart/BubbleChart.d.ts +15 -0
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +93 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +13 -0
- package/dist/types/components/Button/Button.d.ts +21 -21
- package/dist/types/components/Button/Button.stories.d.ts +12 -220
- package/dist/types/components/CampaignTool/CampaignDemoReport.d.ts +4 -4
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +1 -19
- package/dist/types/components/CampaignTool/Card.d.ts +2 -2
- package/dist/types/components/CampaignTool/Card.stories.d.ts +1 -1
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +1 -4
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +1 -7
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +1 -66
- package/dist/types/components/CampaignTool/PopupContent.d.ts +3 -3
- package/dist/types/components/CampaignTool/Table.d.ts +2 -2
- package/dist/types/components/CampaignTool/Table.stories.d.ts +1 -13
- package/dist/types/components/CheckBox/CheckBox.d.ts +1 -14
- package/dist/types/components/CheckBox/CheckBox.stories.d.ts +1 -25
- package/dist/types/components/CheckBoxButton/CheckBoxButton.d.ts +14 -14
- package/dist/types/components/CheckBoxButton/CheckBoxButton.stories.d.ts +1 -35
- package/dist/types/components/CollapseData/CollapseData.d.ts +5 -5
- package/dist/types/components/CollapseData/CollapseData.stories.d.ts +7 -34
- package/dist/types/components/CollapseHeader/CollapseHeader.d.ts +15 -3
- package/dist/types/components/CollapseHeader/CollapseHeader.stories.d.ts +2 -52
- package/dist/types/components/CollapseMenuItem/CollapseMenuItem.stories.d.ts +2 -27
- package/dist/types/components/DialogOverlay/DialogOverlay.d.ts +1 -1
- package/dist/types/components/DialogOverlay/DialogOverlay.stories.d.ts +1 -11
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.d.ts +2 -0
- package/dist/types/components/{TextField/TextField.stories.d.ts → DoubleBarSingleLine/DoubleBarSingleLine.stories.d.ts} +155 -133
- package/dist/types/components/DoubleBarSingleLine/DoubleBarSingleLine.style.d.ts +10 -0
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.stories.d.ts +1 -32
- package/dist/types/components/DownloadProgress/DownloadProgress.stories.d.ts +3 -63
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +6 -6
- package/dist/types/components/DropdownMultiNew/DropdownNew.stories.d.ts +12 -346
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +7 -7
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +6 -6
- package/dist/types/components/EventDetailsCard/EventDetailsCard.d.ts +2 -2
- package/dist/types/components/EventDetailsCard/EventDetailsCard.stories.d.ts +1 -30
- package/dist/types/components/EventList/EventList.d.ts +3 -3
- package/dist/types/components/EventList/EventList.stories.d.ts +1 -18
- package/dist/types/components/EventListItem/EventListItem.stories.d.ts +1 -15
- package/dist/types/components/FilterContainer/FilterContainer.stories.d.ts +1 -7
- package/dist/types/components/FilterPanel/FilterPanel.d.ts +16 -15
- package/dist/types/components/FilterPanel/FilterPanel.stories.d.ts +10 -662
- package/dist/types/components/FormattedValue/FormattedValue.stories.d.ts +7 -173
- package/dist/types/components/Heatmap/Heatmap.d.ts +2 -2
- package/dist/types/components/Heatmap/Heatmap.stories.d.ts +2 -30
- package/dist/types/components/Heatmap/Heatmap.style.d.ts +1 -1
- package/dist/types/components/IconButton/IconButton.stories.d.ts +6 -83
- package/dist/types/components/Input/Input.stories.d.ts +14 -424
- package/dist/types/components/InputOld/InputOld.d.ts +2 -2
- package/dist/types/components/InputOld/InputOld.stories.d.ts +2 -23
- package/dist/types/components/InsightsCarousel/InsightsCarousel.d.ts +11 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.stories.d.ts +48 -0
- package/dist/types/components/InsightsCarousel/InsightsCarousel.style.d.ts +12 -0
- package/dist/types/components/KpiFilter/KpiFilter.d.ts +5 -5
- package/dist/types/components/KpiFilter/KpiFilter.stories.d.ts +4 -130
- package/dist/types/components/LinkButton/LinkButton.d.ts +9 -9
- package/dist/types/components/LinkButton/LinkButton.stories.d.ts +10 -179
- package/dist/types/components/LinnerDataBox/LinnerDataBox.d.ts +0 -33
- package/dist/types/components/LinnerDataBox/LinnerDataBox.data.d.ts +15 -0
- package/dist/types/components/LinnerDataBox/LinnerDataBox.stories.d.ts +1 -34
- package/dist/types/components/LinnerDataBox/LinnerDataBox.style.d.ts +3 -1
- package/dist/types/components/ListBox/ListBox.d.ts +9 -9
- package/dist/types/components/ListBox/ListBox.stories.d.ts +1 -29
- package/dist/types/components/MarketShareDescription/MarketShareDescription.d.ts +3 -3
- package/dist/types/components/MarketShareDescription/MarketShareDescription.stories.d.ts +3 -68
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.d.ts +1 -1
- package/dist/types/components/MonthPicker/MonthPicker.stories.d.ts +3 -52
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.d.ts +0 -10
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.stories.d.ts +1 -7
- package/dist/types/components/NoDataFoundMessage/NoDataFoundMessage.style.d.ts +1 -1
- package/dist/types/components/OneColumnContainer/OneColumnContainer.d.ts +20 -2
- package/dist/types/components/OneColumnContainer/OneColumnContainer.stories.d.ts +276 -29
- package/dist/types/components/OneColumnContainer/OneColumnContainer.style.d.ts +2 -0
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.d.ts +9 -9
- package/dist/types/components/PerformanceAnalytics/PerformanceAnalytics.stories.d.ts +1 -89
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.d.ts +0 -27
- package/dist/types/components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.stories.d.ts +3 -58
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.d.ts +9 -9
- package/dist/types/components/PerformanceAnalyticsOneColumn/PerformanceAnalyticsOneColumn.stories.d.ts +1 -84
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.d.ts +2 -2
- package/dist/types/components/PerformanceAnalyticsTotals/PerformanceAnalyticsTotals.stories.d.ts +2 -62
- package/dist/types/components/PieChart/PieChart.d.ts +6 -6
- package/dist/types/components/PieChart/PieChart.stories.d.ts +2 -96
- package/dist/types/components/PopupCharts/PopupCharts.d.ts +4 -4
- package/dist/types/components/PopupCharts/PopupCharts.stories.d.ts +6 -197
- package/dist/types/components/ProductsVariety/ProductsVariety.d.ts +2 -2
- package/dist/types/components/ProductsVariety/ProductsVariety.stories.d.ts +2 -31
- package/dist/types/components/ProgressBar/ProgressBar.stories.d.ts +2 -31
- package/dist/types/components/QuarterPicker/QuarterPicker.d.ts +1 -1
- package/dist/types/components/QuarterPicker/QuarterPicker.stories.d.ts +3 -52
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +14 -66
- package/dist/types/components/QuickFilter/QuickFilter.stories.d.ts +8 -207
- package/dist/types/components/QuickFilterDropdownMultiSelection/QuickFilterDropdownMultiSelection.d.ts +6 -6
- package/dist/types/components/QuickFilterDropdownSingle/QuickFilterDropdownSingle.d.ts +6 -6
- package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.d.ts +3 -3
- package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.stories.d.ts +3 -52
- package/dist/types/components/RangePicker/RangePicker.stories.d.ts +3 -49
- package/dist/types/components/ReportTable/ReportTable.d.ts +5 -5
- package/dist/types/components/ReportTable/ReportTable.stories.d.ts +6 -189
- package/dist/types/components/SagButton/SagButton.stories.d.ts +1 -27
- package/dist/types/components/SagInput/SagInput.stories.d.ts +1 -18
- package/dist/types/components/SalesAndROI/SalesAndROI.d.ts +3 -3
- package/dist/types/components/SalesAndROI/SalesAndROI.stories.d.ts +3 -86
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +1 -11
- package/dist/types/components/SegmentedButton/SegmentedButton.d.ts +5 -2
- package/dist/types/components/SegmentedButton/SegmentedButton.stories.d.ts +3 -95
- package/dist/types/components/Select/Select.stories.d.ts +2 -35
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.d.ts +25 -25
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.stories.d.ts +3 -175
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.style.d.ts +2 -50
- package/dist/types/components/SingleBarLineCharts/SingleBarLineCharts.test.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +28 -60
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +88 -81
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -0
- package/dist/types/components/TitleDescription/TitleDescription.d.ts +2 -2
- package/dist/types/components/TitleDescription/TitleDescription.stories.d.ts +2 -49
- package/dist/types/components/Tooltip/Tooltip.d.ts +2 -2
- package/dist/types/components/TopToggleList/TopToggleList.stories.d.ts +1 -12
- package/dist/types/components/TotalBenchmark/TotalBenchmark.stories.d.ts +3 -78
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.d.ts +3 -3
- package/dist/types/components/TotalBenchmarkAreachart/TotalBenchmarkAreachart.stories.d.ts +3 -142
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.d.ts +4 -7
- package/dist/types/components/TotalBenchmarkArrows/TotalBenchmarkArrows.stories.d.ts +3 -95
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.d.ts +2 -2
- package/dist/types/components/TotalBenchmarkBarchart/TotalBenchmarkBarchart.stories.d.ts +3 -105
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.d.ts +20 -4
- package/dist/types/components/TotalDoughnutChart/TotalDoughnutChart.stories.d.ts +114 -289
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.d.ts +3 -3
- package/dist/types/components/TotalHorizontalCharts/TotalHorizontalCharts.stories.d.ts +3 -120
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +4 -4
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +18 -100
- package/dist/types/icons/ArrowDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowDropDownIcon.d.ts +2 -2
- package/dist/types/icons/ArrowSelectIcon.d.ts +3 -3
- package/dist/types/icons/ArrowUpIcon.d.ts +2 -2
- package/dist/types/icons/AttachedIcon.d.ts +3 -3
- package/dist/types/icons/BellIcon.d.ts +5 -5
- package/dist/types/icons/ButtonArrowRight.d.ts +4 -4
- package/dist/types/icons/CalendarIcon.d.ts +2 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +3 -3
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +3 -3
- package/dist/types/icons/ChervronLeftIcon.d.ts +5 -1
- package/dist/types/icons/ChervronRightIcon.d.ts +5 -1
- package/dist/types/icons/ChevronLeftIcon.d.ts +3 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +3 -3
- package/dist/types/icons/ClockIcon.d.ts +2 -2
- package/dist/types/icons/CloseIcon.d.ts +3 -3
- package/dist/types/icons/CloseXIcon.d.ts +5 -5
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +3 -3
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +3 -3
- package/dist/types/icons/DocumentIcon.d.ts +5 -5
- package/dist/types/icons/DownArrowIcon.d.ts +5 -0
- package/dist/types/icons/DownloadIcon.d.ts +5 -5
- package/dist/types/icons/Duplicate.d.ts +2 -2
- package/dist/types/icons/ErrorIcon.d.ts +3 -3
- package/dist/types/icons/ExitIcon.d.ts +5 -5
- package/dist/types/icons/ExportIcon.d.ts +5 -6
- package/dist/types/icons/EyeIcon.d.ts +5 -5
- package/dist/types/icons/FileIcon.d.ts +3 -3
- package/dist/types/icons/FilterIcon.d.ts +5 -5
- package/dist/types/icons/FlyIcon.d.ts +5 -6
- package/dist/types/icons/FoodLionIcon.d.ts +4 -4
- package/dist/types/icons/FoodLionNewIcon.d.ts +4 -4
- package/dist/types/icons/GiantFoodIcon.d.ts +5 -5
- package/dist/types/icons/GiantFoodIcon_new.d.ts +5 -5
- package/dist/types/icons/HannafordIcon.d.ts +4 -4
- package/dist/types/icons/HannafordIcon_new.d.ts +5 -4
- package/dist/types/icons/HannafordNewIcon.d.ts +2 -2
- package/dist/types/icons/InfoIcon.d.ts +5 -5
- package/dist/types/icons/LampIcon.d.ts +3 -3
- package/dist/types/icons/LegendLineIcon.d.ts +3 -3
- package/dist/types/icons/LegendUnionIcon.d.ts +3 -3
- package/dist/types/icons/MaintenanceIcon.d.ts +5 -5
- package/dist/types/icons/MenuItemClosedIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemOpenIcon.d.ts +5 -6
- package/dist/types/icons/MenuItemRightIcon.d.ts +3 -3
- package/dist/types/icons/MenuItemUpIcon.d.ts +5 -6
- package/dist/types/icons/NoDataFoundIcon.d.ts +2 -2
- package/dist/types/icons/OptionsIcon.d.ts +5 -5
- package/dist/types/icons/ReselectIcon.d.ts +5 -5
- package/dist/types/icons/SearchIcon.d.ts +3 -3
- package/dist/types/icons/ShoppingCartIcon.d.ts +2 -2
- package/dist/types/icons/ShoutIcon.d.ts +3 -3
- package/dist/types/icons/SortIcon.d.ts +6 -6
- package/dist/types/icons/SpotlightProductIcon.d.ts +3 -3
- package/dist/types/icons/StopAndShopIcon.d.ts +5 -5
- package/dist/types/icons/StopAndShopNewIcon.d.ts +5 -5
- package/dist/types/icons/SucceededIcon.d.ts +3 -3
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +4 -4
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +4 -4
- package/dist/types/icons/UpArrowIcon.d.ts +5 -0
- package/dist/types/index.d.ts +9 -0
- package/dist/types/utils/CommonFunctions.d.ts +2 -1
- package/package.json +40 -41
- package/dist/types/components/CodeEditor/CodeEditor.style.d.ts +0 -2
- package/dist/types/components/Datepicker/Datepicker.d.ts +0 -12
- package/dist/types/components/Datepicker/Datepicker.stories.d.ts +0 -112
- package/dist/types/components/Datepicker/Datepicker.style.d.ts +0 -1
- package/dist/types/components/Dropdown/Dropdown.d.ts +0 -24
- package/dist/types/components/Dropdown/Dropdown.stories.d.ts +0 -451
- package/dist/types/components/Dropdown/Dropdown.style.d.ts +0 -1
- package/dist/types/components/DropdownMulti/DropdownMulti.d.ts +0 -75
- package/dist/types/components/DropdownMulti/DropdownMulti.stories.d.ts +0 -263
- package/dist/types/components/DropdownMulti/DropdownMulti.style.d.ts +0 -1
- package/dist/types/components/TextField/TextField.d.ts +0 -6
- package/dist/types/components/TextField/TextField.style.d.ts +0 -1
- package/dist/types/reactTestApp/App.d.ts +0 -2
- package/dist/types/reactTestApp/vite.config.d.ts +0 -2
- package/dist/types/utils/regex/OnlyEnglishLetters.regex.d.ts +0 -1
- /package/dist/types/components/{SingleBarLineCharts/SingleBar.test.d.ts → AreaChart/AreaChart.test.d.ts} +0 -0
- /package/dist/types/{reactTestApp/index.d.ts → components/BreakdownPanel/BreakdownPanel.test.d.ts} +0 -0
- /package/dist/types/components/{SagIconButton → QuickFilterDropdownSingle/SagIconButton}/SagIconButton.style.d.ts +0 -0
|
@@ -2,18 +2,11 @@ declare namespace _default {
|
|
|
2
2
|
export const title: string;
|
|
3
3
|
export { TotalDoughnutChart as component };
|
|
4
4
|
export const tags: string[];
|
|
5
|
-
export namespace parameters {
|
|
6
|
-
namespace design {
|
|
7
|
-
const type: string;
|
|
8
|
-
const accessToken: string;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
5
|
export namespace argTypes {
|
|
12
6
|
export namespace title_1 {
|
|
13
7
|
const name: string;
|
|
14
8
|
namespace control {
|
|
15
|
-
const
|
|
16
|
-
export { type_1 as type };
|
|
9
|
+
const type: string;
|
|
17
10
|
}
|
|
18
11
|
const description: string;
|
|
19
12
|
}
|
|
@@ -22,8 +15,8 @@ declare namespace _default {
|
|
|
22
15
|
const name_1: string;
|
|
23
16
|
export { name_1 as name };
|
|
24
17
|
export namespace control_1 {
|
|
25
|
-
const
|
|
26
|
-
export {
|
|
18
|
+
const type_1: string;
|
|
19
|
+
export { type_1 as type };
|
|
27
20
|
export const min: number;
|
|
28
21
|
export const max: number;
|
|
29
22
|
}
|
|
@@ -31,12 +24,12 @@ declare namespace _default {
|
|
|
31
24
|
const description_1: string;
|
|
32
25
|
export { description_1 as description };
|
|
33
26
|
}
|
|
34
|
-
export namespace
|
|
27
|
+
export namespace textAfterValue {
|
|
35
28
|
const name_2: string;
|
|
36
29
|
export { name_2 as name };
|
|
37
30
|
export namespace control_2 {
|
|
38
|
-
const
|
|
39
|
-
export {
|
|
31
|
+
const type_2: string;
|
|
32
|
+
export { type_2 as type };
|
|
40
33
|
}
|
|
41
34
|
export { control_2 as control };
|
|
42
35
|
const description_2: string;
|
|
@@ -46,8 +39,8 @@ declare namespace _default {
|
|
|
46
39
|
const name_3: string;
|
|
47
40
|
export { name_3 as name };
|
|
48
41
|
export namespace control_3 {
|
|
49
|
-
const
|
|
50
|
-
export {
|
|
42
|
+
const type_3: string;
|
|
43
|
+
export { type_3 as type };
|
|
51
44
|
}
|
|
52
45
|
export { control_3 as control };
|
|
53
46
|
const description_3: string;
|
|
@@ -57,8 +50,8 @@ declare namespace _default {
|
|
|
57
50
|
const name_4: string;
|
|
58
51
|
export { name_4 as name };
|
|
59
52
|
export namespace control_4 {
|
|
60
|
-
const
|
|
61
|
-
export {
|
|
53
|
+
const type_4: string;
|
|
54
|
+
export { type_4 as type };
|
|
62
55
|
}
|
|
63
56
|
export { control_4 as control };
|
|
64
57
|
const description_4: string;
|
|
@@ -69,348 +62,180 @@ declare namespace _default {
|
|
|
69
62
|
export { name_5 as name };
|
|
70
63
|
export const options: string[];
|
|
71
64
|
export namespace control_5 {
|
|
72
|
-
const
|
|
73
|
-
export {
|
|
65
|
+
const type_5: string;
|
|
66
|
+
export { type_5 as type };
|
|
74
67
|
}
|
|
75
68
|
export { control_5 as control };
|
|
69
|
+
const description_5: string;
|
|
70
|
+
export { description_5 as description };
|
|
76
71
|
}
|
|
77
|
-
export namespace
|
|
72
|
+
export namespace addingBenchmark {
|
|
78
73
|
const name_6: string;
|
|
79
74
|
export { name_6 as name };
|
|
80
75
|
export namespace control_6 {
|
|
81
|
-
const
|
|
82
|
-
export {
|
|
76
|
+
const type_6: string;
|
|
77
|
+
export { type_6 as type };
|
|
83
78
|
}
|
|
84
79
|
export { control_6 as control };
|
|
85
|
-
const
|
|
86
|
-
export {
|
|
80
|
+
const description_6: string;
|
|
81
|
+
export { description_6 as description };
|
|
87
82
|
}
|
|
88
|
-
export namespace
|
|
83
|
+
export namespace rootFont {
|
|
89
84
|
const name_7: string;
|
|
90
85
|
export { name_7 as name };
|
|
91
86
|
export namespace control_7 {
|
|
92
|
-
const
|
|
93
|
-
export {
|
|
87
|
+
const type_7: string;
|
|
88
|
+
export { type_7 as type };
|
|
94
89
|
}
|
|
95
90
|
export { control_7 as control };
|
|
96
|
-
const description_6: string;
|
|
97
|
-
export { description_6 as description };
|
|
98
|
-
}
|
|
99
|
-
export namespace textcolor {
|
|
100
|
-
const name_8: string;
|
|
101
|
-
export { name_8 as name };
|
|
102
91
|
const description_7: string;
|
|
103
92
|
export { description_7 as description };
|
|
104
|
-
export namespace control_8 {
|
|
105
|
-
const type_9: string;
|
|
106
|
-
export { type_9 as type };
|
|
107
|
-
export const presetColors: string[];
|
|
108
|
-
}
|
|
109
|
-
export { control_8 as control };
|
|
110
93
|
}
|
|
111
94
|
export namespace legendData {
|
|
112
|
-
const
|
|
113
|
-
export {
|
|
95
|
+
const name_8: string;
|
|
96
|
+
export { name_8 as name };
|
|
114
97
|
const description_8: string;
|
|
115
98
|
export { description_8 as description };
|
|
116
99
|
}
|
|
100
|
+
export namespace legendBelow {
|
|
101
|
+
const name_9: string;
|
|
102
|
+
export { name_9 as name };
|
|
103
|
+
export namespace control_8 {
|
|
104
|
+
const type_8: string;
|
|
105
|
+
export { type_8 as type };
|
|
106
|
+
}
|
|
107
|
+
export { control_8 as control };
|
|
108
|
+
const description_9: string;
|
|
109
|
+
export { description_9 as description };
|
|
110
|
+
}
|
|
117
111
|
export namespace itemsPercentagesValueAside {
|
|
118
|
-
const _default: boolean;
|
|
119
|
-
export { _default as default };
|
|
120
112
|
const name_10: string;
|
|
121
113
|
export { name_10 as name };
|
|
122
114
|
export namespace control_9 {
|
|
123
|
-
const
|
|
124
|
-
export {
|
|
115
|
+
const type_9: string;
|
|
116
|
+
export { type_9 as type };
|
|
125
117
|
}
|
|
126
118
|
export { control_9 as control };
|
|
127
|
-
const
|
|
128
|
-
export {
|
|
119
|
+
const description_10: string;
|
|
120
|
+
export { description_10 as description };
|
|
129
121
|
}
|
|
130
122
|
export namespace itemsBoldedValues {
|
|
131
|
-
const _default_1: boolean;
|
|
132
|
-
export { _default_1 as default };
|
|
133
123
|
const name_11: string;
|
|
134
124
|
export { name_11 as name };
|
|
135
125
|
export namespace control_10 {
|
|
136
|
-
const
|
|
137
|
-
export {
|
|
126
|
+
const type_10: string;
|
|
127
|
+
export { type_10 as type };
|
|
138
128
|
}
|
|
139
129
|
export { control_10 as control };
|
|
140
|
-
const
|
|
141
|
-
export {
|
|
130
|
+
const description_11: string;
|
|
131
|
+
export { description_11 as description };
|
|
142
132
|
}
|
|
143
133
|
export namespace itemsValuesSeparateLine {
|
|
144
|
-
const _default_2: boolean;
|
|
145
|
-
export { _default_2 as default };
|
|
146
134
|
const name_12: string;
|
|
147
135
|
export { name_12 as name };
|
|
148
136
|
export namespace control_11 {
|
|
149
|
-
const
|
|
150
|
-
export {
|
|
137
|
+
const type_11: string;
|
|
138
|
+
export { type_11 as type };
|
|
151
139
|
}
|
|
152
140
|
export { control_11 as control };
|
|
153
|
-
const
|
|
154
|
-
export {
|
|
141
|
+
const description_12: string;
|
|
142
|
+
export { description_12 as description };
|
|
155
143
|
}
|
|
156
|
-
export namespace
|
|
144
|
+
export namespace width {
|
|
157
145
|
const name_13: string;
|
|
158
146
|
export { name_13 as name };
|
|
159
147
|
export namespace control_12 {
|
|
160
|
-
const
|
|
161
|
-
export {
|
|
148
|
+
const type_12: string;
|
|
149
|
+
export { type_12 as type };
|
|
162
150
|
}
|
|
163
151
|
export { control_12 as control };
|
|
164
|
-
const
|
|
165
|
-
export {
|
|
152
|
+
const description_13: string;
|
|
153
|
+
export { description_13 as description };
|
|
166
154
|
}
|
|
167
|
-
export namespace
|
|
168
|
-
const _default_3: boolean;
|
|
169
|
-
export { _default_3 as default };
|
|
155
|
+
export namespace height {
|
|
170
156
|
const name_14: string;
|
|
171
157
|
export { name_14 as name };
|
|
172
158
|
export namespace control_13 {
|
|
173
|
-
const
|
|
174
|
-
export {
|
|
159
|
+
const type_13: string;
|
|
160
|
+
export { type_13 as type };
|
|
175
161
|
}
|
|
176
162
|
export { control_13 as control };
|
|
177
|
-
const
|
|
178
|
-
export {
|
|
163
|
+
const description_14: string;
|
|
164
|
+
export { description_14 as description };
|
|
179
165
|
}
|
|
180
|
-
export namespace
|
|
181
|
-
const _default_4: boolean;
|
|
182
|
-
export { _default_4 as default };
|
|
166
|
+
export namespace textcolor {
|
|
183
167
|
const name_15: string;
|
|
184
168
|
export { name_15 as name };
|
|
185
169
|
export namespace control_14 {
|
|
186
|
-
const
|
|
187
|
-
export {
|
|
170
|
+
const type_14: string;
|
|
171
|
+
export { type_14 as type };
|
|
172
|
+
export const presetColors: string[];
|
|
188
173
|
}
|
|
189
174
|
export { control_14 as control };
|
|
190
|
-
const
|
|
191
|
-
export {
|
|
175
|
+
const description_15: string;
|
|
176
|
+
export { description_15 as description };
|
|
192
177
|
}
|
|
193
|
-
export namespace
|
|
178
|
+
export namespace titleFontSize {
|
|
194
179
|
const name_16: string;
|
|
195
180
|
export { name_16 as name };
|
|
196
181
|
export namespace control_15 {
|
|
182
|
+
const type_15: string;
|
|
183
|
+
export { type_15 as type };
|
|
184
|
+
}
|
|
185
|
+
export { control_15 as control };
|
|
186
|
+
const description_16: string;
|
|
187
|
+
export { description_16 as description };
|
|
188
|
+
}
|
|
189
|
+
export namespace FormattedValueFontSize {
|
|
190
|
+
const name_17: string;
|
|
191
|
+
export { name_17 as name };
|
|
192
|
+
export namespace control_16 {
|
|
197
193
|
const type_16: string;
|
|
198
194
|
export { type_16 as type };
|
|
199
195
|
}
|
|
200
|
-
export {
|
|
201
|
-
const
|
|
202
|
-
export {
|
|
196
|
+
export { control_16 as control };
|
|
197
|
+
const description_17: string;
|
|
198
|
+
export { description_17 as description };
|
|
203
199
|
}
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
export
|
|
207
|
-
export
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
const addingBenchmark_1: boolean;
|
|
215
|
-
export { addingBenchmark_1 as addingBenchmark };
|
|
216
|
-
const dotCut_1: boolean;
|
|
217
|
-
export { dotCut_1 as dotCut };
|
|
218
|
-
const currencySign_1: boolean;
|
|
219
|
-
export { currencySign_1 as currencySign };
|
|
220
|
-
const currencyType_1: string;
|
|
221
|
-
export { currencyType_1 as currencyType };
|
|
222
|
-
export { arrLegendData as legendData };
|
|
223
|
-
const textcolor_1: string;
|
|
224
|
-
export { textcolor_1 as textcolor };
|
|
225
|
-
const noDataText_1: string;
|
|
226
|
-
export { noDataText_1 as noDataText };
|
|
227
|
-
const height_1: string;
|
|
228
|
-
export { height_1 as height };
|
|
229
|
-
const width_1: string;
|
|
230
|
-
export { width_1 as width };
|
|
231
|
-
const isPercent_1: boolean;
|
|
232
|
-
export { isPercent_1 as isPercent };
|
|
233
|
-
const hideTitleAndValue_1: boolean;
|
|
234
|
-
export { hideTitleAndValue_1 as hideTitleAndValue };
|
|
235
|
-
const textAfterValue_1: string;
|
|
236
|
-
export { textAfterValue_1 as textAfterValue };
|
|
237
|
-
}
|
|
238
|
-
export namespace parameters_1 {
|
|
239
|
-
export namespace design_1 {
|
|
240
|
-
const url: string;
|
|
200
|
+
export namespace isPercent {
|
|
201
|
+
const name_18: string;
|
|
202
|
+
export { name_18 as name };
|
|
203
|
+
export namespace control_17 {
|
|
204
|
+
const type_17: string;
|
|
205
|
+
export { type_17 as type };
|
|
206
|
+
}
|
|
207
|
+
export { control_17 as control };
|
|
208
|
+
const description_18: string;
|
|
209
|
+
export { description_18 as description };
|
|
241
210
|
}
|
|
242
|
-
export
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
export
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
export { value_2 as value };
|
|
253
|
-
const addingBenchmark_2: boolean;
|
|
254
|
-
export { addingBenchmark_2 as addingBenchmark };
|
|
255
|
-
const dotCut_2: boolean;
|
|
256
|
-
export { dotCut_2 as dotCut };
|
|
257
|
-
const currencySign_2: boolean;
|
|
258
|
-
export { currencySign_2 as currencySign };
|
|
259
|
-
const currencyType_2: string;
|
|
260
|
-
export { currencyType_2 as currencyType };
|
|
261
|
-
export { arrLegendDat3rows as legendData };
|
|
262
|
-
const textcolor_2: string;
|
|
263
|
-
export { textcolor_2 as textcolor };
|
|
264
|
-
const noDataText_2: string;
|
|
265
|
-
export { noDataText_2 as noDataText };
|
|
266
|
-
const hideTitleAndValue_2: boolean;
|
|
267
|
-
export { hideTitleAndValue_2 as hideTitleAndValue };
|
|
268
|
-
const itemsBoldedValues_1: boolean;
|
|
269
|
-
export { itemsBoldedValues_1 as itemsBoldedValues };
|
|
270
|
-
const textAfterValue_2: string;
|
|
271
|
-
export { textAfterValue_2 as textAfterValue };
|
|
272
|
-
}
|
|
273
|
-
export { args_1 as args };
|
|
274
|
-
export namespace parameters_2 {
|
|
275
|
-
export namespace design_2 {
|
|
276
|
-
const url_1: string;
|
|
277
|
-
export { url_1 as url };
|
|
211
|
+
export namespace hideTitleAndValue {
|
|
212
|
+
const name_19: string;
|
|
213
|
+
export { name_19 as name };
|
|
214
|
+
export namespace control_18 {
|
|
215
|
+
const type_18: string;
|
|
216
|
+
export { type_18 as type };
|
|
217
|
+
}
|
|
218
|
+
export { control_18 as control };
|
|
219
|
+
const description_19: string;
|
|
220
|
+
export { description_19 as description };
|
|
278
221
|
}
|
|
279
|
-
export
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
export
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
export { value_3 as value };
|
|
290
|
-
const addingBenchmark_3: boolean;
|
|
291
|
-
export { addingBenchmark_3 as addingBenchmark };
|
|
292
|
-
const dotCut_3: boolean;
|
|
293
|
-
export { dotCut_3 as dotCut };
|
|
294
|
-
const currencySign_3: boolean;
|
|
295
|
-
export { currencySign_3 as currencySign };
|
|
296
|
-
const currencyType_3: string;
|
|
297
|
-
export { currencyType_3 as currencyType };
|
|
298
|
-
export { arrLegendDat5rows as legendData };
|
|
299
|
-
const width_2: string;
|
|
300
|
-
export { width_2 as width };
|
|
301
|
-
const height_2: string;
|
|
302
|
-
export { height_2 as height };
|
|
303
|
-
const textcolor_3: string;
|
|
304
|
-
export { textcolor_3 as textcolor };
|
|
305
|
-
const noDataText_3: string;
|
|
306
|
-
export { noDataText_3 as noDataText };
|
|
307
|
-
const hideTitleAndValue_3: boolean;
|
|
308
|
-
export { hideTitleAndValue_3 as hideTitleAndValue };
|
|
309
|
-
const textAfterValue_3: string;
|
|
310
|
-
export { textAfterValue_3 as textAfterValue };
|
|
311
|
-
}
|
|
312
|
-
export { args_2 as args };
|
|
313
|
-
export namespace parameters_3 {
|
|
314
|
-
export namespace design_3 {
|
|
315
|
-
const url_2: string;
|
|
316
|
-
export { url_2 as url };
|
|
222
|
+
export namespace noDataText {
|
|
223
|
+
const name_20: string;
|
|
224
|
+
export { name_20 as name };
|
|
225
|
+
export namespace control_19 {
|
|
226
|
+
const type_19: string;
|
|
227
|
+
export { type_19 as type };
|
|
228
|
+
}
|
|
229
|
+
export { control_19 as control };
|
|
230
|
+
const description_20: string;
|
|
231
|
+
export { description_20 as description };
|
|
317
232
|
}
|
|
318
|
-
export { design_3 as design };
|
|
319
233
|
}
|
|
320
|
-
export { parameters_3 as parameters };
|
|
321
|
-
}
|
|
322
|
-
export function SwitchersPatternPercent(args: any): import("react/jsx-runtime").JSX.Element;
|
|
323
|
-
export namespace SwitchersPatternPercent {
|
|
324
|
-
export namespace args_3 {
|
|
325
|
-
const title_5: string;
|
|
326
|
-
export { title_5 as title };
|
|
327
|
-
const value_4: number;
|
|
328
|
-
export { value_4 as value };
|
|
329
|
-
const addingBenchmark_4: boolean;
|
|
330
|
-
export { addingBenchmark_4 as addingBenchmark };
|
|
331
|
-
const dotCut_4: boolean;
|
|
332
|
-
export { dotCut_4 as dotCut };
|
|
333
|
-
const currencySign_4: boolean;
|
|
334
|
-
export { currencySign_4 as currencySign };
|
|
335
|
-
const currencyType_4: string;
|
|
336
|
-
export { currencyType_4 as currencyType };
|
|
337
|
-
export { arrLegendPercent as legendData };
|
|
338
|
-
const width_3: string;
|
|
339
|
-
export { width_3 as width };
|
|
340
|
-
const height_3: string;
|
|
341
|
-
export { height_3 as height };
|
|
342
|
-
const textcolor_4: string;
|
|
343
|
-
export { textcolor_4 as textcolor };
|
|
344
|
-
const noDataText_4: string;
|
|
345
|
-
export { noDataText_4 as noDataText };
|
|
346
|
-
const isPercent_2: boolean;
|
|
347
|
-
export { isPercent_2 as isPercent };
|
|
348
|
-
const itemsValuesSeparateLine_1: boolean;
|
|
349
|
-
export { itemsValuesSeparateLine_1 as itemsValuesSeparateLine };
|
|
350
|
-
const hideTitleAndValue_4: boolean;
|
|
351
|
-
export { hideTitleAndValue_4 as hideTitleAndValue };
|
|
352
|
-
const textAfterValue_4: string;
|
|
353
|
-
export { textAfterValue_4 as textAfterValue };
|
|
354
|
-
}
|
|
355
|
-
export { args_3 as args };
|
|
356
|
-
}
|
|
357
|
-
export function HideTitleAndValue(args: any): import("react/jsx-runtime").JSX.Element;
|
|
358
|
-
export namespace HideTitleAndValue {
|
|
359
|
-
export namespace args_4 {
|
|
360
|
-
const title_6: string;
|
|
361
|
-
export { title_6 as title };
|
|
362
|
-
const value_5: number;
|
|
363
|
-
export { value_5 as value };
|
|
364
|
-
const addingBenchmark_5: boolean;
|
|
365
|
-
export { addingBenchmark_5 as addingBenchmark };
|
|
366
|
-
const dotCut_5: boolean;
|
|
367
|
-
export { dotCut_5 as dotCut };
|
|
368
|
-
const currencySign_5: boolean;
|
|
369
|
-
export { currencySign_5 as currencySign };
|
|
370
|
-
const currencyType_5: string;
|
|
371
|
-
export { currencyType_5 as currencyType };
|
|
372
|
-
export { arrLegendPercent as legendData };
|
|
373
|
-
const width_4: string;
|
|
374
|
-
export { width_4 as width };
|
|
375
|
-
const height_4: string;
|
|
376
|
-
export { height_4 as height };
|
|
377
|
-
const textcolor_5: string;
|
|
378
|
-
export { textcolor_5 as textcolor };
|
|
379
|
-
const noDataText_5: string;
|
|
380
|
-
export { noDataText_5 as noDataText };
|
|
381
|
-
const isPercent_3: boolean;
|
|
382
|
-
export { isPercent_3 as isPercent };
|
|
383
|
-
const itemsValuesSeparateLine_2: boolean;
|
|
384
|
-
export { itemsValuesSeparateLine_2 as itemsValuesSeparateLine };
|
|
385
|
-
const hideTitleAndValue_5: boolean;
|
|
386
|
-
export { hideTitleAndValue_5 as hideTitleAndValue };
|
|
387
|
-
const textAfterValue_5: string;
|
|
388
|
-
export { textAfterValue_5 as textAfterValue };
|
|
389
|
-
}
|
|
390
|
-
export { args_4 as args };
|
|
391
234
|
}
|
|
235
|
+
export default _default;
|
|
236
|
+
export const TotalCost: any;
|
|
237
|
+
export const TotalCost3rows: any;
|
|
238
|
+
export const TotalCost5rows: any;
|
|
239
|
+
export const SwitchersPatternPercent: any;
|
|
240
|
+
export const HideTitleAndValue: any;
|
|
392
241
|
import { TotalDoughnutChart } from "./TotalDoughnutChart";
|
|
393
|
-
declare const arrLegendData: {
|
|
394
|
-
name: string;
|
|
395
|
-
value: number;
|
|
396
|
-
color: string;
|
|
397
|
-
}[];
|
|
398
|
-
declare const arrLegendDat3rows: {
|
|
399
|
-
name: string;
|
|
400
|
-
value: number;
|
|
401
|
-
color: string;
|
|
402
|
-
}[];
|
|
403
|
-
declare const arrLegendDat5rows: ({
|
|
404
|
-
name: string;
|
|
405
|
-
value: null;
|
|
406
|
-
color: string;
|
|
407
|
-
} | {
|
|
408
|
-
name: string;
|
|
409
|
-
value: undefined;
|
|
410
|
-
color: string;
|
|
411
|
-
})[];
|
|
412
|
-
declare const arrLegendPercent: {
|
|
413
|
-
color: string;
|
|
414
|
-
name: string;
|
|
415
|
-
value: number;
|
|
416
|
-
}[];
|
|
@@ -7,11 +7,11 @@ export namespace TotalHorizontalCharts {
|
|
|
7
7
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
8
8
|
const currencySign: PropTypes.Requireable<boolean>;
|
|
9
9
|
const currencyType: PropTypes.Requireable<string>;
|
|
10
|
-
const chartsData: PropTypes.Requireable<
|
|
10
|
+
const chartsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
11
11
|
name: PropTypes.Requireable<string>;
|
|
12
12
|
value: PropTypes.Requireable<number>;
|
|
13
13
|
color: PropTypes.Requireable<string>;
|
|
14
|
-
}>
|
|
14
|
+
}>[]>;
|
|
15
15
|
const showScrollerBarsCount: PropTypes.Requireable<number>;
|
|
16
16
|
const showPercentAsideValue: PropTypes.Requireable<boolean>;
|
|
17
17
|
const labelFontSize: PropTypes.Requireable<number>;
|
|
@@ -40,7 +40,7 @@ export namespace TotalHorizontalCharts {
|
|
|
40
40
|
export { currencySign_1 as currencySign };
|
|
41
41
|
const currencyType_1: string;
|
|
42
42
|
export { currencyType_1 as currencyType };
|
|
43
|
-
const chartsData_1:
|
|
43
|
+
const chartsData_1: any[];
|
|
44
44
|
export { chartsData_1 as chartsData };
|
|
45
45
|
const showScrollerBarsCount_1: number;
|
|
46
46
|
export { showScrollerBarsCount_1 as showScrollerBarsCount };
|
|
@@ -208,124 +208,7 @@ declare namespace _default {
|
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
export default _default;
|
|
211
|
-
export
|
|
212
|
-
export
|
|
213
|
-
|
|
214
|
-
const title_2: string;
|
|
215
|
-
export { title_2 as title };
|
|
216
|
-
const value_1: number;
|
|
217
|
-
export { value_1 as value };
|
|
218
|
-
const dotCut_1: boolean;
|
|
219
|
-
export { dotCut_1 as dotCut };
|
|
220
|
-
const currencySign_1: boolean;
|
|
221
|
-
export { currencySign_1 as currencySign };
|
|
222
|
-
const currencyType_1: string;
|
|
223
|
-
export { currencyType_1 as currencyType };
|
|
224
|
-
export { chartsData1 as chartsData };
|
|
225
|
-
const showPercentAsideValue_1: boolean;
|
|
226
|
-
export { showPercentAsideValue_1 as showPercentAsideValue };
|
|
227
|
-
const labelFontSize_1: number;
|
|
228
|
-
export { labelFontSize_1 as labelFontSize };
|
|
229
|
-
const labelLimitedLetters_1: number;
|
|
230
|
-
export { labelLimitedLetters_1 as labelLimitedLetters };
|
|
231
|
-
const showScrollerBarsCount_1: number;
|
|
232
|
-
export { showScrollerBarsCount_1 as showScrollerBarsCount };
|
|
233
|
-
const width_1: string;
|
|
234
|
-
export { width_1 as width };
|
|
235
|
-
const height_1: string;
|
|
236
|
-
export { height_1 as height };
|
|
237
|
-
const textColor_1: string;
|
|
238
|
-
export { textColor_1 as textColor };
|
|
239
|
-
const noDataText_1: string;
|
|
240
|
-
export { noDataText_1 as noDataText };
|
|
241
|
-
const hideTotalValue_1: boolean;
|
|
242
|
-
export { hideTotalValue_1 as hideTotalValue };
|
|
243
|
-
const hideTitle_1: boolean;
|
|
244
|
-
export { hideTitle_1 as hideTitle };
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
export function SalesBlueTheme(args: any): import("react/jsx-runtime").JSX.Element;
|
|
248
|
-
export namespace SalesBlueTheme {
|
|
249
|
-
export namespace args_1 {
|
|
250
|
-
const title_3: string;
|
|
251
|
-
export { title_3 as title };
|
|
252
|
-
const value_2: number;
|
|
253
|
-
export { value_2 as value };
|
|
254
|
-
const dotCut_2: boolean;
|
|
255
|
-
export { dotCut_2 as dotCut };
|
|
256
|
-
const currencySign_2: boolean;
|
|
257
|
-
export { currencySign_2 as currencySign };
|
|
258
|
-
const currencyType_2: string;
|
|
259
|
-
export { currencyType_2 as currencyType };
|
|
260
|
-
export { chartsData2 as chartsData };
|
|
261
|
-
const showPercentAsideValue_2: boolean;
|
|
262
|
-
export { showPercentAsideValue_2 as showPercentAsideValue };
|
|
263
|
-
const labelFontSize_2: number;
|
|
264
|
-
export { labelFontSize_2 as labelFontSize };
|
|
265
|
-
const labelLimitedLetters_2: number;
|
|
266
|
-
export { labelLimitedLetters_2 as labelLimitedLetters };
|
|
267
|
-
const showScrollerBarsCount_2: number;
|
|
268
|
-
export { showScrollerBarsCount_2 as showScrollerBarsCount };
|
|
269
|
-
const width_2: string;
|
|
270
|
-
export { width_2 as width };
|
|
271
|
-
const height_2: string;
|
|
272
|
-
export { height_2 as height };
|
|
273
|
-
const textColor_2: string;
|
|
274
|
-
export { textColor_2 as textColor };
|
|
275
|
-
const noDataText_2: string;
|
|
276
|
-
export { noDataText_2 as noDataText };
|
|
277
|
-
const hideTotalValue_2: boolean;
|
|
278
|
-
export { hideTotalValue_2 as hideTotalValue };
|
|
279
|
-
const hideTitle_2: boolean;
|
|
280
|
-
export { hideTitle_2 as hideTitle };
|
|
281
|
-
}
|
|
282
|
-
export { args_1 as args };
|
|
283
|
-
}
|
|
284
|
-
export function HideTotalValue(args: any): import("react/jsx-runtime").JSX.Element;
|
|
285
|
-
export namespace HideTotalValue {
|
|
286
|
-
export namespace args_2 {
|
|
287
|
-
const title_4: string;
|
|
288
|
-
export { title_4 as title };
|
|
289
|
-
const value_3: number;
|
|
290
|
-
export { value_3 as value };
|
|
291
|
-
const dotCut_3: boolean;
|
|
292
|
-
export { dotCut_3 as dotCut };
|
|
293
|
-
const currencySign_3: boolean;
|
|
294
|
-
export { currencySign_3 as currencySign };
|
|
295
|
-
const currencyType_3: string;
|
|
296
|
-
export { currencyType_3 as currencyType };
|
|
297
|
-
export { chartsData1 as chartsData };
|
|
298
|
-
const showPercentAsideValue_3: boolean;
|
|
299
|
-
export { showPercentAsideValue_3 as showPercentAsideValue };
|
|
300
|
-
const labelFontSize_3: number;
|
|
301
|
-
export { labelFontSize_3 as labelFontSize };
|
|
302
|
-
const labelLimitedLetters_3: number;
|
|
303
|
-
export { labelLimitedLetters_3 as labelLimitedLetters };
|
|
304
|
-
const showScrollerBarsCount_3: number;
|
|
305
|
-
export { showScrollerBarsCount_3 as showScrollerBarsCount };
|
|
306
|
-
const width_3: string;
|
|
307
|
-
export { width_3 as width };
|
|
308
|
-
const height_3: string;
|
|
309
|
-
export { height_3 as height };
|
|
310
|
-
const textColor_3: string;
|
|
311
|
-
export { textColor_3 as textColor };
|
|
312
|
-
const noDataText_3: string;
|
|
313
|
-
export { noDataText_3 as noDataText };
|
|
314
|
-
const hideTotalValue_3: boolean;
|
|
315
|
-
export { hideTotalValue_3 as hideTotalValue };
|
|
316
|
-
const hideTitle_3: boolean;
|
|
317
|
-
export { hideTitle_3 as hideTitle };
|
|
318
|
-
}
|
|
319
|
-
export { args_2 as args };
|
|
320
|
-
}
|
|
211
|
+
export const SalesGreenTheme: any;
|
|
212
|
+
export const SalesBlueTheme: any;
|
|
213
|
+
export const HideTotalValue: any;
|
|
321
214
|
import TotalHorizontalCharts from "./TotalHorizontalCharts";
|
|
322
|
-
declare const chartsData1: {
|
|
323
|
-
name: string;
|
|
324
|
-
value: number;
|
|
325
|
-
color: string;
|
|
326
|
-
}[];
|
|
327
|
-
declare const chartsData2: {
|
|
328
|
-
name: string;
|
|
329
|
-
value: number;
|
|
330
|
-
color: string;
|
|
331
|
-
}[];
|