@databrainhq/plugin 0.15.33 → 0.15.34

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.
Files changed (243) hide show
  1. package/README.md +233 -233
  2. package/dist/components/Accordion/index.d.ts +33 -0
  3. package/dist/components/AceEditorSql/AceEditorSql.d.ts +11 -0
  4. package/dist/components/Alert/index.d.ts +12 -0
  5. package/dist/components/AutoCompleteDropdown/index.d.ts +20 -0
  6. package/dist/components/Badge/index.d.ts +10 -0
  7. package/dist/components/Button/index.d.ts +14 -0
  8. package/dist/components/ButtonGroup/index.d.ts +14 -0
  9. package/dist/components/Chart/SingleValueChart.d.ts +37 -0
  10. package/dist/components/Chart/index.d.ts +45 -0
  11. package/dist/components/ChartModal/ChartConfig.d.ts +10 -0
  12. package/dist/components/ChartModal/ChartModalOptions.d.ts +14 -0
  13. package/dist/components/ChartModal/index.d.ts +3 -0
  14. package/dist/components/ChartPopup/components/UnderlyingData/index.d.ts +15 -0
  15. package/dist/components/ChartPopup/index.d.ts +28 -0
  16. package/dist/components/ChartReportPanel/index.d.ts +10 -0
  17. package/dist/components/ChartSettingsPopup/ChartSettingsPopup.d.ts +13 -0
  18. package/dist/components/ChartSettingsPopup/components/ChartConfigure/ComboChartFormatter.d.ts +8 -0
  19. package/dist/components/ChartSettingsPopup/components/ChartConfigure/PositionContainer.d.ts +8 -0
  20. package/dist/components/ChartSettingsPopup/components/ChartConfigure/index.d.ts +26 -0
  21. package/dist/components/ChartSettingsPopup/components/ChartSettings/index.d.ts +14 -0
  22. package/dist/components/ChartSettingsPopup/index.d.ts +3 -0
  23. package/dist/components/ChartTypePanel/index.d.ts +15 -0
  24. package/dist/components/Checkbox/index.d.ts +11 -0
  25. package/dist/components/ColorField/ColorField.d.ts +13 -0
  26. package/dist/components/DataType/index.d.ts +9 -0
  27. package/dist/components/DateRangePicker/index.d.ts +36 -0
  28. package/dist/components/DraggableItem/index.d.ts +7 -0
  29. package/dist/components/DrillBreadCrumb/index.d.ts +16 -0
  30. package/dist/components/Error/index.d.ts +6 -0
  31. package/dist/components/ErrorFallback/index.d.ts +2 -0
  32. package/dist/components/ExternalMetricForm/index.d.ts +11 -0
  33. package/dist/components/FilterDropDown/index.d.ts +30 -0
  34. package/dist/components/FilterField/index.d.ts +39 -0
  35. package/dist/components/Flex/index.d.ts +13 -0
  36. package/dist/components/FloatingDropDown/index.d.ts +38 -0
  37. package/dist/components/FullScreenChart/index.d.ts +8 -0
  38. package/dist/components/GaugeLegend/index.d.ts +12 -0
  39. package/dist/components/GenerateMetric/index.d.ts +3 -0
  40. package/dist/components/GlobalFilters/AddFilter.d.ts +15 -0
  41. package/dist/components/GlobalFilters/AppliedFilter.d.ts +9 -0
  42. package/dist/components/GlobalFilters/Filters.d.ts +28 -0
  43. package/dist/components/GlobalFilters/HorizontalFilters.d.ts +35 -0
  44. package/dist/components/GlobalFilters/NumberFilterField.d.ts +23 -0
  45. package/dist/components/GlobalFilters/SearchField.d.ts +10 -0
  46. package/dist/components/GlobalFilters/index.d.ts +79 -0
  47. package/dist/components/HorizontalStackTable/DebouncedInput.d.ts +6 -0
  48. package/dist/components/HorizontalStackTable/index.d.ts +18 -0
  49. package/dist/components/Icons/Logos/index.d.ts +28 -0
  50. package/dist/components/Icons/index.d.ts +9 -0
  51. package/dist/components/InfoTooltip/index.d.ts +27 -0
  52. package/dist/components/InputField/index.d.ts +18 -0
  53. package/dist/components/List/index.d.ts +38 -0
  54. package/dist/components/Loader/index.d.ts +6 -0
  55. package/dist/components/Menu/index.d.ts +32 -0
  56. package/dist/components/MetricChart/ChartImageDownloadButton.d.ts +11 -0
  57. package/dist/components/MetricChart/CsvDownloadButton.d.ts +12 -0
  58. package/dist/components/MetricChart/PivotCsvDownloadButton.d.ts +12 -0
  59. package/dist/components/MetricChart/RawCsvDownloadButton.d.ts +37 -0
  60. package/dist/components/MetricChart/index.d.ts +5 -0
  61. package/dist/components/MetricCreation/MetricCreation.d.ts +3 -0
  62. package/dist/components/MetricCreation/components/ConstructMetric/ConstructMetric.d.ts +3 -0
  63. package/dist/components/MetricCreation/components/ConstructMetric/components/MetricForm/index.d.ts +3 -0
  64. package/dist/components/MetricCreation/components/ConstructMetric/index.d.ts +2 -0
  65. package/dist/components/MetricCreation/components/Dataset/index.d.ts +3 -0
  66. package/dist/components/MetricCreation/components/Header/index.d.ts +3 -0
  67. package/dist/components/MetricCreation/components/MetricOutput/MetricOutput.d.ts +3 -0
  68. package/dist/components/MetricCreation/components/MetricOutput/components/ChartTab/index.d.ts +33 -0
  69. package/dist/components/MetricCreation/components/MetricOutput/components/TableTab/components/InputTables/index.d.ts +2 -0
  70. package/dist/components/MetricCreation/components/MetricOutput/components/TableTab/components/index.d.ts +1 -0
  71. package/dist/components/MetricCreation/components/MetricOutput/components/TableTab/index.d.ts +11 -0
  72. package/dist/components/MetricCreation/components/MetricOutput/components/index.d.ts +3 -0
  73. package/dist/components/MetricCreation/components/MetricOutput/index.d.ts +2 -0
  74. package/dist/components/MetricCreation/components/Panels/ChartActionPanel.d.ts +13 -0
  75. package/dist/components/MetricCreation/components/Panels/ChartAppearancePanel.d.ts +22 -0
  76. package/dist/components/MetricCreation/components/Panels/FiltersPanel.d.ts +20 -0
  77. package/dist/components/MetricCreation/components/Panels/SortPanel.d.ts +15 -0
  78. package/dist/components/MetricCreation/index.d.ts +5 -0
  79. package/dist/components/MetricFilterDropDown/components/OldMetricFilterComponents.d.ts +17 -0
  80. package/dist/components/MetricFilterDropDown/components/SearchField.d.ts +7 -0
  81. package/dist/components/MetricFilterDropDown/components/StringAutoCustomFilterField.d.ts +18 -0
  82. package/dist/components/MetricFilterDropDown/components/StringManualFilterField.d.ts +11 -0
  83. package/dist/components/MetricFilterDropDown/components/TimeFilterField.d.ts +12 -0
  84. package/dist/components/MetricFilterDropDown/components/VariableTimeFilterField.d.ts +12 -0
  85. package/dist/components/MetricFilterDropDown/index.d.ts +24 -0
  86. package/dist/components/MetricList/MetricList.d.ts +65 -0
  87. package/dist/components/MetricList/components/ArchiveMetricModal/index.d.ts +7 -0
  88. package/dist/components/MetricList/components/DownloadRawCsvModal/index.d.ts +13 -0
  89. package/dist/components/MetricList/components/FullScreenView/AddMetricFilter.d.ts +8 -0
  90. package/dist/components/MetricList/components/FullScreenView/ChartPropertiesPanel.d.ts +12 -0
  91. package/dist/components/MetricList/components/FullScreenView/DownloadButton.d.ts +18 -0
  92. package/dist/components/MetricList/components/FullScreenView/index.d.ts +45 -0
  93. package/dist/components/MetricList/components/LayoutAlert/index.d.ts +7 -0
  94. package/dist/components/MetricList/components/ManageMetricMenu/ManageMetricCard.d.ts +15 -0
  95. package/dist/components/MetricList/components/ManageMetricMenu/index.d.ts +17 -0
  96. package/dist/components/MetricList/components/MetricCards/CreateElementPanel.d.ts +14 -0
  97. package/dist/components/MetricList/components/MetricCards/ElementCard.d.ts +16 -0
  98. package/dist/components/MetricList/components/MetricCards/MetricCard.d.ts +98 -0
  99. package/dist/components/MetricList/components/MetricCards/NoDataLoading.d.ts +11 -0
  100. package/dist/components/MetricList/components/TableViewModal/index.d.ts +9 -0
  101. package/dist/components/MetricList/components/index.d.ts +7 -0
  102. package/dist/components/MetricList/index.d.ts +2 -0
  103. package/dist/components/MetricTable/index.d.ts +7 -0
  104. package/dist/components/Modal/Modal.d.ts +14 -0
  105. package/dist/components/Modal/ModalFooter.d.ts +5 -0
  106. package/dist/components/Modal/index.d.ts +2 -0
  107. package/dist/components/MultiSelectDropdown/index.d.ts +40 -0
  108. package/dist/components/Panel/index.d.ts +17 -0
  109. package/dist/components/PivotTable/PivotTableV2.d.ts +23 -0
  110. package/dist/components/PivotTable/index.d.ts +8 -0
  111. package/dist/components/PivotTable/transformData.d.ts +7 -0
  112. package/dist/components/PopoverMenu/index.d.ts +36 -0
  113. package/dist/components/Portal/index.d.ts +2 -0
  114. package/dist/components/RadioButton/index.d.ts +16 -0
  115. package/dist/components/ScheduleEmail/ScheduleEmailForm/index.d.ts +16 -0
  116. package/dist/components/ScheduleEmail/index.d.ts +16 -0
  117. package/dist/components/SearchDropdown/index.d.ts +14 -0
  118. package/dist/components/SearchMetricData/ChatMode/ChatAppearancePanel.d.ts +19 -0
  119. package/dist/components/SearchMetricData/ChatMode/ChatMode.d.ts +44 -0
  120. package/dist/components/SearchMetricData/ChatMode/ChatModeHeader.d.ts +8 -0
  121. package/dist/components/SearchMetricData/ChatMode/ChatReportPanel.d.ts +9 -0
  122. package/dist/components/SearchMetricData/ChatMode/ChatSqlPanel.d.ts +7 -0
  123. package/dist/components/SearchMetricData/ChatMode/NoChatData.d.ts +3 -0
  124. package/dist/components/SearchMetricData/ChatMode/NoDataFound.d.ts +7 -0
  125. package/dist/components/SearchMetricData/ChatMode/Results.d.ts +23 -0
  126. package/dist/components/SearchMetricData/LoaderWithStates/index.d.ts +7 -0
  127. package/dist/components/SearchMetricData/SearchMetricData.d.ts +5 -0
  128. package/dist/components/SearchMetricData/index.d.ts +1 -0
  129. package/dist/components/SearchTab/index.d.ts +13 -0
  130. package/dist/components/Select/index.d.ts +47 -0
  131. package/dist/components/SelfHostControl/index.d.ts +4 -0
  132. package/dist/components/SkeletonLoader/index.d.ts +9 -0
  133. package/dist/components/SpinningLoader/index.d.ts +2 -0
  134. package/dist/components/Switch/SwitchInput.d.ts +9 -0
  135. package/dist/components/Switch/index.d.ts +11 -0
  136. package/dist/components/Tab/index.d.ts +14 -0
  137. package/dist/components/Table/DebouncedInput.d.ts +6 -0
  138. package/dist/components/Table/Filter.d.ts +7 -0
  139. package/dist/components/Table/index.d.ts +36 -0
  140. package/dist/components/Tabs/index.d.ts +41 -0
  141. package/dist/components/TagInputField/index.d.ts +33 -0
  142. package/dist/components/Text/index.d.ts +14 -0
  143. package/dist/components/TextAreaField/index.d.ts +24 -0
  144. package/dist/components/ThemeBlock/index.d.ts +8 -0
  145. package/dist/components/TimeGrainField/index.d.ts +16 -0
  146. package/dist/components/TimeSeriesSettings/index.d.ts +8 -0
  147. package/dist/components/index.d.ts +65 -0
  148. package/dist/consts/api.d.ts +64 -0
  149. package/dist/consts/app.d.ts +154 -0
  150. package/dist/consts/index.d.ts +2 -0
  151. package/dist/consts/metricOptions.d.ts +205 -0
  152. package/dist/consts/validations.d.ts +24 -0
  153. package/dist/containers/Dashboard/Dashboard.d.ts +73 -0
  154. package/dist/containers/Dashboard/DashboardProvider.d.ts +7 -0
  155. package/dist/containers/Dashboard/EmbededDashboard.d.ts +46 -0
  156. package/dist/containers/Dashboard/index.d.ts +2 -0
  157. package/dist/containers/DbnStyles.d.ts +10 -0
  158. package/dist/containers/Metric/EmbeddedMetric.d.ts +47 -0
  159. package/dist/containers/Metric/index.d.ts +85 -0
  160. package/dist/containers/PluginProvider.d.ts +7 -0
  161. package/dist/containers/index.d.ts +3 -0
  162. package/dist/helpers/adaptiveFormatter.d.ts +6 -0
  163. package/dist/helpers/areArraysEqual.d.ts +1 -0
  164. package/dist/helpers/autoCompleteHelpers.d.ts +95 -0
  165. package/dist/helpers/cardActions.d.ts +5 -0
  166. package/dist/helpers/chartOptions.d.ts +93 -0
  167. package/dist/helpers/checkIsElementInViewport.d.ts +1 -0
  168. package/dist/helpers/conditionalFormatting.d.ts +3 -0
  169. package/dist/helpers/copyToClipboard.d.ts +4 -0
  170. package/dist/helpers/createMetric.d.ts +26 -0
  171. package/dist/helpers/darkColorIdentifier.d.ts +2 -0
  172. package/dist/helpers/dateFormatter.d.ts +1 -0
  173. package/dist/helpers/generateColorPalette.d.ts +1 -0
  174. package/dist/helpers/generateTimeRangeWhereClause.d.ts +13 -0
  175. package/dist/helpers/getColumnType.d.ts +2 -0
  176. package/dist/helpers/getComboRangeLabel.d.ts +5 -0
  177. package/dist/helpers/getFilterAppliedQuery.d.ts +71 -0
  178. package/dist/helpers/getModifiedQuery.d.ts +78 -0
  179. package/dist/helpers/getNextScheduledTime.d.ts +13 -0
  180. package/dist/helpers/getTimeFilterValue.d.ts +12 -0
  181. package/dist/helpers/getValidRlsConditionOptions.d.ts +16 -0
  182. package/dist/helpers/groupArray.d.ts +1 -0
  183. package/dist/helpers/groupBy.d.ts +25 -0
  184. package/dist/helpers/index.d.ts +16 -0
  185. package/dist/helpers/numberFormatter.d.ts +1 -0
  186. package/dist/helpers/setOnDateChange.d.ts +11 -0
  187. package/dist/helpers/sqlMetadata.d.ts +7 -0
  188. package/dist/helpers/timeseries.d.ts +35 -0
  189. package/dist/helpers/timeseriesOption.d.ts +72 -0
  190. package/dist/helpers/tooltipFormatter.d.ts +27 -0
  191. package/dist/helpers/treeMap.d.ts +6 -0
  192. package/dist/hooks/index.d.ts +12 -0
  193. package/dist/hooks/useArchiveMetric.d.ts +10 -0
  194. package/dist/hooks/useAutoCompleteOptions.d.ts +4 -0
  195. package/dist/hooks/useClientDashboardLayout.d.ts +21 -0
  196. package/dist/hooks/useDashboardContext.d.ts +37 -0
  197. package/dist/hooks/useDatasetMetric.d.ts +50 -0
  198. package/dist/hooks/useDebounce.d.ts +2 -0
  199. package/dist/hooks/useDownloadRawCsv.d.ts +21 -0
  200. package/dist/hooks/useDrag.d.ts +10 -0
  201. package/dist/hooks/useDragAndDropState.d.ts +10 -0
  202. package/dist/hooks/useDrop.d.ts +13 -0
  203. package/dist/hooks/useEmbeddedMetric.d.ts +24 -0
  204. package/dist/hooks/useExternalMetric.d.ts +55 -0
  205. package/dist/hooks/useGenerateDatasetMetrics.d.ts +13 -0
  206. package/dist/hooks/useGenerateMetric.d.ts +64 -0
  207. package/dist/hooks/useMetricCard.d.ts +121 -0
  208. package/dist/hooks/useMetricConfig.d.ts +63 -0
  209. package/dist/hooks/useNewEmbeddedDashboard.d.ts +35 -0
  210. package/dist/hooks/useOutsideAlerter.d.ts +14 -0
  211. package/dist/hooks/usePublishArchivedMetrics.d.ts +5 -0
  212. package/dist/hooks/usePythonResults.d.ts +17 -0
  213. package/dist/hooks/useScheduleEmail.d.ts +38 -0
  214. package/dist/hooks/useSearch.d.ts +55 -0
  215. package/dist/hooks/useUnderlyingData.d.ts +32 -0
  216. package/dist/index.d.ts +8 -0
  217. package/dist/queries/externalDashboard.mutation.d.ts +61 -0
  218. package/dist/queries/externalDashboard.query.d.ts +20 -0
  219. package/dist/queries/index.d.ts +1 -0
  220. package/dist/queries/metric.mutation.d.ts +57 -0
  221. package/dist/queries/metric.query.d.ts +12 -0
  222. package/dist/types/app.d.ts +897 -0
  223. package/dist/types/dragAndDropProps.d.ts +70 -0
  224. package/dist/types/index.d.ts +3 -0
  225. package/dist/types/metricCreate.d.ts +741 -0
  226. package/dist/types/queryTypes.d.ts +343 -0
  227. package/dist/utils/arrayToCsvString.d.ts +6 -0
  228. package/dist/utils/colors.d.ts +2 -0
  229. package/dist/utils/fetcher.d.ts +13 -0
  230. package/dist/utils/getChartAttributes.d.ts +98 -0
  231. package/dist/utils/getChartImage.d.ts +3 -0
  232. package/dist/utils/getChartOptions.d.ts +42 -0
  233. package/dist/utils/getFormattedDataType.d.ts +1 -0
  234. package/dist/utils/getNoAxisChartOptions.d.ts +25 -0
  235. package/dist/utils/getValidJson.d.ts +1 -0
  236. package/dist/utils/index.d.ts +9 -0
  237. package/dist/utils/pivotDataTransform.d.ts +7 -0
  238. package/dist/utils/popoverPosition.d.ts +2 -0
  239. package/dist/utils/theme.d.ts +42 -0
  240. package/dist/webcomponents.d.ts +11 -0
  241. package/dist/webcomponents.es.js +4143 -3951
  242. package/dist/webcomponents.umd.js +18 -18
  243. package/package.json +113 -112
@@ -0,0 +1,3 @@
1
+ export * from './Dashboard';
2
+ export * from './PluginProvider';
3
+ export * from './Metric';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @name adaptiveFormatter - helps in formatting the data in adaptive format (eg. k, M, B etc)
3
+ * @params - takes the value that needs to be formatted and a flag that tells if the value is in decimals or not
4
+ * @returns - value in adaptive format
5
+ */
6
+ export declare const adaptiveFormatter: (val: any, isDecimal: boolean, hasDecimalNums?: boolean) => string;
@@ -0,0 +1 @@
1
+ export declare const areArraysEqual: (arr1: any, arr2: any) => any;
@@ -0,0 +1,95 @@
1
+ import { ChartSettingsType, FilteredOptionResult, FloatingDropDownOption, KeywordFilteredResult, SearchColumn, SelectedColumn, SqlColumns, TableObjectType } from '@/types';
2
+ export declare const getSearchKeywordList: (searchString: string) => string[];
3
+ export declare const getFilteredKeywords: (keywordList: string[], isNumberFilter: boolean) => KeywordFilteredResult;
4
+ export declare const parseNumberName: (keywords: string[]) => number;
5
+ export declare const isLikeFilterColumn: (column: SelectedColumn) => boolean;
6
+ export declare const getOptionLabel: ({ column, keywords, likeOperationMatch, }: {
7
+ column: SelectedColumn;
8
+ keywords: string[];
9
+ likeOperationMatch: RegExpMatchArray | null;
10
+ }) => string;
11
+ export declare const getSortLimitAppliedColumnOptions: ({ columnOptions, limit, sortType, }: {
12
+ columnOptions: SelectedColumn[];
13
+ sortType: string | undefined;
14
+ limit: number;
15
+ }) => SelectedColumn[];
16
+ export declare const isSynonymPatternMatching: (opt: SelectedColumn, searchString: string, isLike: boolean) => boolean;
17
+ export declare const getPrimaryFilteredOptions: (options: SelectedColumn[], searchString: string, isLike: boolean) => FilteredOptionResult;
18
+ export declare const getRemainingFilterOption: ({ isLike, isQuestion, keywordList, options, isGroupBy, }: {
19
+ options: SelectedColumn[];
20
+ keywordList: string[];
21
+ isLike: boolean;
22
+ isQuestion: boolean;
23
+ isGroupBy: boolean;
24
+ }) => SelectedColumn[];
25
+ export declare const getFinalFilteredList: ({ keywordList, limit, options, isLikeFilter, isLikeOperation, isNumberFilter, isEnforceLikeFilter, isEndWith, isStartWith, sortType, }: {
26
+ options: SelectedColumn[];
27
+ limit: number;
28
+ keywordList: string[];
29
+ isLikeOperation: RegExpMatchArray | null;
30
+ isLikeFilter: RegExpMatchArray | null;
31
+ isNumberFilter: RegExpMatchArray | null;
32
+ isEnforceLikeFilter: boolean;
33
+ isStartWith: boolean;
34
+ isEndWith: boolean;
35
+ sortType: string | undefined;
36
+ }) => SelectedColumn[];
37
+ export declare const getColumnDataType: (datatype: string) => "NUMBER" | "STRING" | "DATE" | "ARRAY" | "BOOLEAN" | undefined;
38
+ export declare const getHelperFunctions: (datatype: 'NUMBER' | 'STRING' | 'DATE' | 'ARRAY' | 'BOOLEAN' | undefined, isElasticSearch: boolean) => FloatingDropDownOption[];
39
+ export declare const getLastWordBeforeSpace: (value: string) => string;
40
+ export declare const isSearchKeywordIncluded: (field: keyof SearchColumn, opt: SearchColumn, keyword: string) => boolean;
41
+ export declare const isValidOption: (options: SearchColumn[], keyword: string) => boolean;
42
+ export declare const getEnableCharts: (data: Record<string, any>[], groupByList: string[]) => string[];
43
+ export declare const chartDimensions: (data: Record<string, any>[], groupByColumnList: string[], chartType: string) => {
44
+ yAxisList: string[];
45
+ xAxis: string;
46
+ singleValue: string;
47
+ };
48
+ export declare const getChartDimensions: (columns: SqlColumns, chartType: string) => {
49
+ yAxisList: string[];
50
+ xAxis: string;
51
+ singleValue: string;
52
+ progressData: string;
53
+ progressMaxData: string;
54
+ progressMinData: string;
55
+ };
56
+ export declare const getEnabledCharts: (data: Record<string, any>[], columns: SqlColumns) => string[];
57
+ export declare const getColumns: ({ columns, data, dbName, }: {
58
+ data: Record<string, any>[];
59
+ columns: SqlColumns;
60
+ dbName: string;
61
+ }) => {
62
+ resDataColumns: string[];
63
+ dimensions: string[];
64
+ measures: string[];
65
+ };
66
+ export declare const combineFollowUpQuestions: (searchState: any) => string[];
67
+ export declare const determineChartType: ({ isProgressiveDimension, orderBy, dimensionCount, measureCount, dataLength, isCountryDimension, isDifferentMeasureScales, isNullValue, questionType, }: {
68
+ orderBy?: "ASC" | "DESC" | undefined;
69
+ isTimeSeries?: boolean | undefined;
70
+ isProgressiveDimension?: boolean | undefined;
71
+ dimensionCount?: number | undefined;
72
+ measureCount?: number | undefined;
73
+ dataLength?: number | undefined;
74
+ isCountryDimension?: boolean | undefined;
75
+ isDifferentMeasureScales?: boolean | undefined;
76
+ isNullValue?: boolean | undefined;
77
+ questionType?: string | undefined;
78
+ }) => string;
79
+ export declare const getChartSettings: ({ chartType, dimensions, measures, chartSettings, columns, displayText, sqlMetadata, tableList, isRepeatedValue, dimensionMetadata, measureMetadata, isMultiSeries, }: {
80
+ chartType: ChartSettingsType['chartType'];
81
+ dimensions: string[];
82
+ measures: string[];
83
+ chartSettings: ChartSettingsType;
84
+ columns: string[];
85
+ displayText?: string | undefined;
86
+ sqlMetadata: Record<string, any>[];
87
+ dimensionMetadata: Record<string, any>[];
88
+ measureMetadata: Record<string, any>[];
89
+ tableList: TableObjectType[];
90
+ isRepeatedValue: boolean;
91
+ isMultiSeries: boolean;
92
+ }) => ChartSettingsType;
93
+ export declare const hasRepeatedValue: (arr: Record<string, any>[], key: string) => boolean;
94
+ export declare const getValidJsonArray: (json: string) => any[];
95
+ export declare const getValidJsonObject: (json: string) => any;
@@ -0,0 +1,5 @@
1
+ import { ClickActionsConfig } from '@/types';
2
+ export declare const handleChartRoute: (route: string, isOpenInNewTab?: boolean) => void;
3
+ export declare const handleRoute: (routeType: string, route: string) => void;
4
+ export declare const handleCardClick: (clickActionsConfig: ClickActionsConfig, metricId: string, id: string) => void;
5
+ export declare const handleChartClickRouting: (clickActionsConfig: ClickActionsConfig['chart'], value: string | number) => void;
@@ -0,0 +1,93 @@
1
+ import { CustomSettings, LabelSettings } from '@/types';
2
+ type DataRow = Record<string, any>;
3
+ type GetXaxisDataParams = {
4
+ data: DataRow[];
5
+ xAxis: string;
6
+ isGroupBy: boolean;
7
+ isGroupXAxis: boolean;
8
+ };
9
+ type GetDatasetParams = {
10
+ data: DataRow[];
11
+ yAxisList: string[];
12
+ seriesField: string;
13
+ xAxisData: string[];
14
+ isGroupBy: boolean;
15
+ xAxis: string;
16
+ groupByColumnUniqueValue: string[];
17
+ isShowPercentageFullStack: boolean;
18
+ groupXAxis: {
19
+ isGroupXAxis: boolean;
20
+ Aggregate: 'SUM' | 'AVG' | 'MAX' | 'MIN';
21
+ };
22
+ };
23
+ export type Dataset = {
24
+ label: string;
25
+ data: (number | null)[];
26
+ };
27
+ type GetSeriesDataParams = {
28
+ labelSettings: LabelSettings;
29
+ customSettings: CustomSettings;
30
+ datasets: Dataset[];
31
+ isShowPercentageFullStack: boolean;
32
+ type: string;
33
+ isShowSymbol: boolean;
34
+ barChartSettings?: Record<string, any>;
35
+ lineChartSettings?: Record<string, any>;
36
+ isShowCumulativeBar: boolean;
37
+ stackChartSettings?: Record<string, any>;
38
+ isEnableValueSummation?: boolean;
39
+ colorPalette?: string[];
40
+ axisPosition?: string;
41
+ chartLabelPosition?: 'hidden' | 'top' | 'left' | 'right' | 'bottom' | 'outside' | 'inside';
42
+ };
43
+ type GetChartLengendDataParams = {
44
+ isGroupBy: boolean;
45
+ yAxisList: string[];
46
+ groupByColumnUniqueValue: string[];
47
+ isShowPercentageFullStack: boolean;
48
+ };
49
+ export declare const getXaxisData: ({ data, isGroupBy, xAxis, isGroupXAxis, }: GetXaxisDataParams) => string[];
50
+ export declare const getChartDataset: ({ data, isGroupBy, seriesField, xAxis, xAxisData, yAxisList, groupByColumnUniqueValue, isShowPercentageFullStack, groupXAxis, }: GetDatasetParams) => Dataset[];
51
+ export declare const getPercentageData: (datasets: Dataset[]) => Record<string, (string | null)[]>;
52
+ export declare const getCumulativeBarData: (datasets: Dataset[], isShowCumulativeBar: boolean) => Dataset[];
53
+ export declare const getSummationLabelValue: (datasets: Dataset[], isShowPercentageFullStack: boolean) => any[];
54
+ export declare const getChartSeriesData: ({ labelSettings, customSettings, datasets, isShowPercentageFullStack, type, isShowSymbol, barChartSettings, isShowCumulativeBar, stackChartSettings, isEnableValueSummation, lineChartSettings, colorPalette, axisPosition, chartLabelPosition, }: GetSeriesDataParams) => {
55
+ emphasis: {
56
+ focus: string;
57
+ };
58
+ type: string;
59
+ showSymbol: boolean;
60
+ markArea?: {
61
+ silent: boolean;
62
+ label: {
63
+ position: string;
64
+ };
65
+ data: ({
66
+ name: string;
67
+ yAxis: number;
68
+ itemStyle: {
69
+ borderColor: string | undefined;
70
+ borderWidth: number;
71
+ color: string;
72
+ };
73
+ } | {
74
+ yAxis: number;
75
+ name?: undefined;
76
+ itemStyle?: undefined;
77
+ })[][];
78
+ } | undefined;
79
+ data: (number | null)[] | (string | null)[];
80
+ name: string;
81
+ label: {
82
+ show: boolean | undefined;
83
+ position: string | undefined;
84
+ formatter(d: {
85
+ data: any;
86
+ name: string;
87
+ seriesIndex: number;
88
+ dataIndex: number;
89
+ }): string;
90
+ };
91
+ }[];
92
+ export declare const getChartLengendData: ({ groupByColumnUniqueValue, isGroupBy, isShowPercentageFullStack, yAxisList, }: GetChartLengendDataParams) => string[];
93
+ export {};
@@ -0,0 +1 @@
1
+ export declare const isInViewport: (element: any) => boolean;
@@ -0,0 +1,3 @@
1
+ import { ConditionalFormattingParam } from '@/types';
2
+ declare const conditionalFormattingStyles: ({ rules, value: columnValue, }: ConditionalFormattingParam) => any;
3
+ export default conditionalFormattingStyles;
@@ -0,0 +1,4 @@
1
+ declare const copyToClipboard: (textToCopy: string) => void;
2
+ export default copyToClipboard;
3
+ export declare const onCopy: (text: string) => void;
4
+ export declare const copyTextAndCallback: (text: string, onComplete: () => void) => void;
@@ -0,0 +1,26 @@
1
+ import { Aggregate, ChartSettingsType, DatasetMetricCreationConfiguration, Dimension, FloatingDropDownOption, RlsCondition, SelectedColumn, SetChartFieldParams } from '@/types';
2
+ export declare const functionOptions: (col?: SelectedColumn, dataType?: string) => FloatingDropDownOption[];
3
+ export declare const getColumnType: (column: SelectedColumn) => "custom" | "default" | "arithmetic_column";
4
+ export declare const getGroupedColumnList: (data: any[]) => string[];
5
+ export declare const getDimensionsAndAggregates: (columns: SelectedColumn[]) => {
6
+ dimensions: Dimension[];
7
+ aggregates: Aggregate[];
8
+ };
9
+ export declare const getChartFields: (colList: SelectedColumn[], dbName: string) => string[];
10
+ export declare const getAppliedFilters: (filterList: RlsCondition[], companyTenancyType: string, clientId: string) => RlsCondition[];
11
+ export declare const getChartType: ({ aggregates, dimensions, }: DatasetMetricCreationConfiguration) => ChartSettingsType['chartType'];
12
+ export declare const getSchemaNameAlias: (schemaName: string, dbName: string) => string;
13
+ export declare const isDateStringValid: (dateString: string) => boolean;
14
+ export declare const getSavedChartFields: (optionList: string[], newData?: any[]) => string[];
15
+ export declare const setChartFields: ({ chartType, chartDimensions, chartMetrics, chartAggregateColumns, resultData, configAggregates, pivotHeaderColumns, chartTimeColumns, setChartSettings, chartSettings, configuration, }: SetChartFieldParams) => void;
16
+ export declare const getDatabaseName: (name: string) => "bigquery" | "mysql" | "postgresql";
17
+ export declare const getWordCount: (text: string) => number;
18
+ export declare const generateRandomId: (length?: number) => string;
19
+ export declare const enableSaveToDashboardButton: ({ chartSettings, dimensions, isCustomTable, metrics, }: {
20
+ chartSettings: ChartSettingsType;
21
+ dimensions: SelectedColumn[];
22
+ metrics: SelectedColumn[];
23
+ isCustomTable: boolean;
24
+ }) => number | undefined;
25
+ export declare const deepEqual: (obj1: Record<string, any> | undefined, obj2: Record<string, any> | undefined) => boolean;
26
+ export declare const sqlGuideLines: (dbName: string, isDatabaseTenancy: boolean) => string[];
@@ -0,0 +1,2 @@
1
+ export declare const darkColorIdentifier: (color: string) => boolean;
2
+ export declare const adjustColor: (hexColor: string) => string;
@@ -0,0 +1 @@
1
+ export declare const dateFormatter: (date: string, timeFormat: string) => string;
@@ -0,0 +1 @@
1
+ export declare const generateColorPalette: (originalColors: string[], numberOfRecords: number) => string[];
@@ -0,0 +1,13 @@
1
+ export declare const isValidDate: (date: any) => boolean;
2
+ declare const generateTimeRangeWhereClause: ({ isTimeColumn, timeColumnName, timeCount, timeGrain, timeRangeIndicator, databaseType, endDate, startDate, comparsionOperator, }: {
3
+ timeColumnName: string;
4
+ timeRangeIndicator: string;
5
+ timeCount: number;
6
+ timeGrain: string;
7
+ isTimeColumn: boolean;
8
+ startDate?: Date | undefined;
9
+ endDate?: Date | undefined;
10
+ databaseType?: string | undefined;
11
+ comparsionOperator?: string | undefined;
12
+ }) => string;
13
+ export default generateTimeRangeWhereClause;
@@ -0,0 +1,2 @@
1
+ export declare const getColumnTypes: (data: Record<string, any>[]) => Record<string, string>;
2
+ export default getColumnTypes;
@@ -0,0 +1,5 @@
1
+ export declare const getComboRangeLabel: (value: any, formatter: {
2
+ upperLimit: number;
3
+ lowerLimit: number;
4
+ label: string;
5
+ }[]) => any;
@@ -0,0 +1,71 @@
1
+ import { DataMartRelationShip } from './getModifiedQuery';
2
+ export declare const getTableName: (table: string, isElasticSearch: boolean) => string;
3
+ export declare const removeComments: (sql: string) => string;
4
+ export declare const getTableNameWithQuotes: (tableName: string, isDatabricks: boolean, dbName: string) => string;
5
+ export declare const getTableNameWithSchemaQuotes: ({ dbName, isDatabricks, schemaName, tableName, }: {
6
+ schemaName: string;
7
+ isDatabricks: boolean;
8
+ dbName: string;
9
+ tableName: string;
10
+ }) => string;
11
+ export declare const buildJoinQuery: ({ dbName, relationShip, schemaName, tableName, }: {
12
+ relationShip?: DataMartRelationShip | undefined;
13
+ schemaName: string;
14
+ dbName: string;
15
+ tableName: string;
16
+ }) => string;
17
+ export declare const injectWhereCondition: ({ condition, matchedTableName, query, isAsscociatedQuery, joinString, associatedTableNameWithQuotes, }: {
18
+ query: string;
19
+ matchedTableName: string;
20
+ matchedTableRegex: RegExp;
21
+ tableName: string;
22
+ condition: string;
23
+ dbName: string;
24
+ isAsscociatedQuery?: boolean | undefined;
25
+ joinString?: string | undefined;
26
+ associatedTableNameWithQuotes?: string | undefined;
27
+ }) => string;
28
+ export declare const injectWhereConditionOld: ({ condition, matchedTableName, matchedTableRegex, query, tableName, dbName, isAsscociatedQuery, joinString, associatedTableNameWithQuotes, }: {
29
+ query: string;
30
+ matchedTableName: string;
31
+ matchedTableRegex: RegExp;
32
+ tableName: string;
33
+ condition: string;
34
+ dbName: string;
35
+ isAsscociatedQuery?: boolean | undefined;
36
+ joinString?: string | undefined;
37
+ associatedTableNameWithQuotes?: string | undefined;
38
+ }) => string;
39
+ export declare const getReplacedQuery: (table: {
40
+ tableName: string;
41
+ condition: string;
42
+ dataMartRelationships?: DataMartRelationShip[] | undefined;
43
+ }, query: string, dbName: string) => string;
44
+ interface Condition {
45
+ condition: string;
46
+ tableName: string;
47
+ }
48
+ interface GroupedTables {
49
+ parentTable: string;
50
+ childTables: {
51
+ tableName: string;
52
+ condition: string;
53
+ join: string;
54
+ columnName: string;
55
+ parentColumn: string;
56
+ filterTableName: string;
57
+ }[];
58
+ }
59
+ export declare const groupChildTablesByParent: (conditions: Condition[], relationships: DataMartRelationShip[]) => GroupedTables[];
60
+ export declare const buildJoinQueryWithChildTable: ({ dbName, schemaName, parentTableName, childTables, }: {
61
+ schemaName: string;
62
+ dbName: string;
63
+ parentTableName: string;
64
+ childTables: GroupedTables['childTables'];
65
+ }) => string;
66
+ export declare const getReplacedParentTableQuery: ({ dbName, parentTables, query, }: {
67
+ parentTables: GroupedTables;
68
+ dbName: string;
69
+ query: string;
70
+ }) => string;
71
+ export {};
@@ -0,0 +1,78 @@
1
+ import React from 'react';
2
+ import { FilterFieldType, MetricCardProps } from '@/components';
3
+ import { ClientColumnType, GlobalFilterColumn, RlsCondition } from '@/types/app';
4
+ export type DataMartRelationShip = {
5
+ join?: string | undefined;
6
+ childColumnName: string;
7
+ parentColumnName: string;
8
+ childTableName: string;
9
+ parentTableName: string;
10
+ };
11
+ type OnChangeGlobalFilterParams = {
12
+ value: any;
13
+ setAppliedFilters: React.Dispatch<React.SetStateAction<FilterFieldType[]>>;
14
+ column: GlobalFilterColumn;
15
+ operator: string;
16
+ type: string;
17
+ };
18
+ type GetSqlStatement = {
19
+ query: string;
20
+ clientId?: string;
21
+ rlsConditions: RlsCondition[];
22
+ globalFilters?: MetricCardProps['globalFilters'];
23
+ dbName: string;
24
+ tenancyLevel: string;
25
+ values?: Record<string, string>;
26
+ isAllClient?: boolean;
27
+ clientColumnType: ClientColumnType;
28
+ dataMartRelationships?: DataMartRelationShip[];
29
+ };
30
+ export type ReplaceVariable = {
31
+ query: string;
32
+ clientId?: string;
33
+ rlsConditions: RlsCondition[];
34
+ tenancyLevel: string;
35
+ values?: Record<string, string>;
36
+ isAllClient?: boolean;
37
+ globalFilters?: MetricCardProps['globalFilters'];
38
+ clientColumnType: ClientColumnType;
39
+ };
40
+ type ReplaceClientVariableParams = {
41
+ query: string;
42
+ clientId?: string | number | null;
43
+ tenancyLevel: string;
44
+ isAllClient?: boolean;
45
+ clientColumnType: ClientColumnType;
46
+ };
47
+ export declare const replaceClientVariable: ({ clientId, query, tenancyLevel, isAllClient, clientColumnType, }: ReplaceClientVariableParams) => string;
48
+ export declare const replaceVariable: ({ query, rlsConditions, tenancyLevel, clientId, values, isAllClient, globalFilters, clientColumnType, }: ReplaceVariable) => string;
49
+ export declare const nameSpace: (name: string, dbName: string) => string;
50
+ export declare const nameSpaceSpecification: (parentAlias: string, columnName: string, dbName: string) => string;
51
+ export declare const dateWhereClause: (condition: RlsCondition, dbName: string) => string;
52
+ export declare const otherWhereClause: (condition: RlsCondition, dbName: string) => string;
53
+ export declare const stringClause: (condition: RlsCondition, dbName: string) => string | undefined;
54
+ export declare const replaceWhereClauses: (queryStr: string, groupedConditions: Record<string, RlsCondition[]>, dbName: string) => string;
55
+ export declare const getModifiedQuery: ({ rlsConditions, dbName, query, }: {
56
+ rlsConditions: RlsCondition[];
57
+ dbName: string;
58
+ query: string;
59
+ }) => string;
60
+ export declare const getGroupedConditions: (rlsConditions: RlsCondition[], group: string) => RlsCondition[];
61
+ export declare const getFilters: ({ rlsConditions, dbName, }: {
62
+ rlsConditions: RlsCondition[];
63
+ dbName: string;
64
+ }) => string;
65
+ export declare const getGlobalFilterCondition: ({ as, column, value, dbName, isCustomSql, operator, }: {
66
+ as: string;
67
+ value: any;
68
+ column: string;
69
+ isCustomSql?: boolean | undefined;
70
+ dbName: string;
71
+ operator: string;
72
+ }) => string;
73
+ export declare const getSqlStatement: ({ query, clientId, rlsConditions, globalFilters, dbName, tenancyLevel, values, isAllClient, clientColumnType, dataMartRelationships, }: GetSqlStatement) => string;
74
+ export declare const isAppliedFilter: (filter: RlsCondition) => number | boolean | Date | undefined;
75
+ export declare const onChangeGlobalFilter: ({ column, setAppliedFilters, value, operator, type, }: OnChangeGlobalFilterParams) => void;
76
+ export declare const getColumnNameKeyString: (columnName: string, dbName: string) => string;
77
+ export declare const getExecuteSqlResponseData: (data: any) => any;
78
+ export {};
@@ -0,0 +1,13 @@
1
+ interface ScheduleParams {
2
+ frequency: string;
3
+ weekDays: Record<string, boolean>;
4
+ date: {
5
+ value: string;
6
+ label: string;
7
+ }[];
8
+ hours: string;
9
+ time: string;
10
+ timezone: string;
11
+ }
12
+ declare const getNextScheduledTime: (params: ScheduleParams) => string;
13
+ export default getNextScheduledTime;
@@ -0,0 +1,12 @@
1
+ type Params = {
2
+ timeGrainValue: string;
3
+ isTimeStamp: boolean;
4
+ col: string;
5
+ database: string;
6
+ };
7
+ export declare const getTimeFilterValue: ({ timeGrainValue, isTimeStamp, col, database, }: Params) => string;
8
+ export declare const handleTimeGrainValue: (label: string) => {
9
+ start: Date;
10
+ end: Date;
11
+ } | undefined;
12
+ export {};
@@ -0,0 +1,16 @@
1
+ import { MetricFilterOptionsType, RlsCondition } from '@/types';
2
+ /**
3
+ * @name getValidRlsConditionOptions - Filters out invalid options and return valid options and value;
4
+ * @param {RlsCondition} rlsCondition (required) - A metric filter object.
5
+ * @param {MetricFilterOptionsType} filterOptions (required) - Metric filter options prop object.
6
+ * @returns value - A valid value or undefined.
7
+ * @returns options - A valid options or undefined.
8
+ * @returns 'undefined' - If not a valid props or options or value.
9
+ */
10
+ export declare const getValidRlsConditionOptions: (rlsCondition: RlsCondition, filterOptions: MetricFilterOptionsType) => {
11
+ value: string | undefined;
12
+ options: string[] | number[] | {
13
+ value: string | number;
14
+ label: string;
15
+ }[] | import("@/types").DateTypeOptionType[];
16
+ };
@@ -0,0 +1 @@
1
+ export declare const groupArray: <T extends Record<string, any>, K extends keyof T>(array: T[], key: K) => Record<T[K], T[]>;
@@ -0,0 +1,25 @@
1
+ import { ChartSettingsType, DrillDownSetting } from '@/types';
2
+ export declare const groupByMultipleKeys: (rawData: any[] | undefined, keys: string[], measureKey: string) => any;
3
+ export declare const groupMeasures: (rawData: any[] | undefined, dimensionKey: string, measureKeys: string[]) => any;
4
+ export declare const updateGroupData: (data: any[] | undefined, keys: string[], selectedGroupBy: string[], setGroupedData: (value: React.SetStateAction<Record<string, any>[]>) => void) => void;
5
+ export declare const updateDrilledData: (data: any[] | undefined, setGroupedData: (value: React.SetStateAction<Record<string, any>[]>) => void, measureKeys: string[], dimenstionKey: string) => void;
6
+ export declare const findKeys: (arr: Record<string, any>[]) => {
7
+ numberKeys: string[];
8
+ stringKeys: string[];
9
+ };
10
+ export declare const indentifyKeys: (arr: Record<string, any>[]) => {
11
+ numberKeys: string[];
12
+ otherKeys: string[];
13
+ };
14
+ export declare const getEnabledChart: (data: any[]) => string[];
15
+ export declare const autoDetectCharts: ({ data, setChartSettings, }: {
16
+ setChartSettings: React.Dispatch<React.SetStateAction<ChartSettingsType>>;
17
+ data: any[];
18
+ }) => void;
19
+ export declare const defaultChartProperties: ({ chartType, data, setChartSettings, groupbyList, }: {
20
+ data: any[];
21
+ chartType: string;
22
+ setChartSettings: React.Dispatch<React.SetStateAction<ChartSettingsType>>;
23
+ groupbyList: any[];
24
+ }) => void;
25
+ export declare const drilldown: (chartParams: any, drillDownSettings: DrillDownSetting | undefined, data: any[] | undefined, setDrilledLevel: React.Dispatch<React.SetStateAction<number>>, drilledLevel: number, setShowChartPopup: React.Dispatch<React.SetStateAction<boolean>>, setGroupedData: React.Dispatch<React.SetStateAction<Record<string, any>[]>>) => void;
@@ -0,0 +1,16 @@
1
+ export * from './getModifiedQuery';
2
+ export * from './getTimeFilterValue';
3
+ export * from './groupArray';
4
+ export * from './groupBy';
5
+ export * from './getValidRlsConditionOptions';
6
+ export * from './timeseries';
7
+ export * from './checkIsElementInViewport';
8
+ export * from './areArraysEqual';
9
+ export * from './generateTimeRangeWhereClause';
10
+ export * from './getColumnType';
11
+ export * from './createMetric';
12
+ export * from './timeseriesOption';
13
+ export * from './chartOptions';
14
+ export * from './autoCompleteHelpers';
15
+ export * from './sqlMetadata';
16
+ export * from './copyToClipboard';
@@ -0,0 +1 @@
1
+ export declare const numberFormatter: (val: any, formatter: any) => any;
@@ -0,0 +1,11 @@
1
+ export declare const setOnDateChange: (start: Date | null | undefined, end: Date | null | undefined, timeGrain?: string) => {
2
+ value: string;
3
+ startDate: Date;
4
+ endDate: Date;
5
+ timeGrainValue: string;
6
+ } | {
7
+ value?: undefined;
8
+ startDate?: undefined;
9
+ endDate?: undefined;
10
+ timeGrainValue?: undefined;
11
+ };
@@ -0,0 +1,7 @@
1
+ export declare const getOrderedByColumns: (query: string, databaseName: string) => any;
2
+ export declare const getColumnList: (sqlQuery: string, databaseName: string) => string[];
3
+ export declare const isColumnExistsInSql: ({ columnName, databaseName, sql, }: {
4
+ columnName: string;
5
+ sql: string;
6
+ databaseName: string;
7
+ }) => boolean;
@@ -0,0 +1,35 @@
1
+ import { BackgroundSettings, CustomSettings, LabelSettings, TimeSeriesGroupType, TimeSeriesType } from '@/types';
2
+ interface TimeSeriesData {
3
+ timeStampKey: string;
4
+ data: Record<string, any>[];
5
+ values?: string[];
6
+ }
7
+ type GetTimeSeriesData = {
8
+ dataArray: Record<string, any>[];
9
+ timeStampKey: string;
10
+ valuekeys: string[];
11
+ type: TimeSeriesType;
12
+ groupBy: TimeSeriesGroupType;
13
+ labelSettings: LabelSettings;
14
+ customSettings: CustomSettings;
15
+ backGroundColor: BackgroundSettings;
16
+ fillXAxis: boolean;
17
+ isCumulativeBar: boolean;
18
+ customData: any;
19
+ yAxisList: string[];
20
+ hasPercentSymbol: boolean;
21
+ colorPalette?: string[];
22
+ markerData?: any[];
23
+ labelFormatting?: any;
24
+ chartAppearanceLabelPosition?: string;
25
+ };
26
+ export declare const groupByMap: {
27
+ yearly: (date: Date) => string;
28
+ monthly: (date: Date) => string;
29
+ weekly: (date: Date) => string;
30
+ daily: (date: Date) => string;
31
+ quarterly: (date: Date) => string;
32
+ };
33
+ export declare const getTimeSeriesData: ({ dataArray, timeStampKey, type, valuekeys, groupBy, labelSettings, customSettings, backGroundColor, fillXAxis, isCumulativeBar, customData, yAxisList, hasPercentSymbol, colorPalette, markerData, labelFormatting, chartAppearanceLabelPosition, }: GetTimeSeriesData) => any[];
34
+ export declare const isTimeSeriesDataValid: ({ data, timeStampKey, }: TimeSeriesData) => boolean;
35
+ export {};