@databrainhq/plugin 0.15.33 → 0.15.35
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/README.md +233 -233
- package/dist/components/Accordion/index.d.ts +33 -0
- package/dist/components/AceEditorSql/AceEditorSql.d.ts +11 -0
- package/dist/components/Alert/index.d.ts +12 -0
- package/dist/components/AutoCompleteDropdown/index.d.ts +20 -0
- package/dist/components/Badge/index.d.ts +10 -0
- package/dist/components/Button/index.d.ts +14 -0
- package/dist/components/ButtonGroup/index.d.ts +14 -0
- package/dist/components/Chart/SingleValueChart.d.ts +37 -0
- package/dist/components/Chart/index.d.ts +45 -0
- package/dist/components/ChartModal/ChartConfig.d.ts +10 -0
- package/dist/components/ChartModal/ChartModalOptions.d.ts +14 -0
- package/dist/components/ChartModal/index.d.ts +3 -0
- package/dist/components/ChartPopup/components/UnderlyingData/index.d.ts +15 -0
- package/dist/components/ChartPopup/index.d.ts +28 -0
- package/dist/components/ChartReportPanel/index.d.ts +10 -0
- package/dist/components/ChartSettingsPopup/ChartSettingsPopup.d.ts +13 -0
- package/dist/components/ChartSettingsPopup/components/ChartConfigure/ComboChartFormatter.d.ts +8 -0
- package/dist/components/ChartSettingsPopup/components/ChartConfigure/PositionContainer.d.ts +8 -0
- package/dist/components/ChartSettingsPopup/components/ChartConfigure/index.d.ts +26 -0
- package/dist/components/ChartSettingsPopup/components/ChartSettings/index.d.ts +14 -0
- package/dist/components/ChartSettingsPopup/index.d.ts +3 -0
- package/dist/components/ChartTypePanel/index.d.ts +15 -0
- package/dist/components/Checkbox/index.d.ts +11 -0
- package/dist/components/ColorField/ColorField.d.ts +13 -0
- package/dist/components/DataType/index.d.ts +9 -0
- package/dist/components/DateRangePicker/index.d.ts +36 -0
- package/dist/components/DraggableItem/index.d.ts +7 -0
- package/dist/components/DrillBreadCrumb/index.d.ts +16 -0
- package/dist/components/Error/index.d.ts +6 -0
- package/dist/components/ErrorFallback/index.d.ts +2 -0
- package/dist/components/ExternalMetricForm/index.d.ts +11 -0
- package/dist/components/FilterDropDown/index.d.ts +30 -0
- package/dist/components/FilterField/index.d.ts +39 -0
- package/dist/components/Flex/index.d.ts +13 -0
- package/dist/components/FloatingDropDown/index.d.ts +38 -0
- package/dist/components/FullScreenChart/index.d.ts +8 -0
- package/dist/components/GaugeLegend/index.d.ts +12 -0
- package/dist/components/GenerateMetric/index.d.ts +3 -0
- package/dist/components/GlobalFilters/AddFilter.d.ts +15 -0
- package/dist/components/GlobalFilters/AppliedFilter.d.ts +9 -0
- package/dist/components/GlobalFilters/Filters.d.ts +28 -0
- package/dist/components/GlobalFilters/HorizontalFilters.d.ts +35 -0
- package/dist/components/GlobalFilters/NumberFilterField.d.ts +23 -0
- package/dist/components/GlobalFilters/SearchField.d.ts +10 -0
- package/dist/components/GlobalFilters/index.d.ts +79 -0
- package/dist/components/HorizontalStackTable/DebouncedInput.d.ts +6 -0
- package/dist/components/HorizontalStackTable/index.d.ts +18 -0
- package/dist/components/Icons/Logos/index.d.ts +28 -0
- package/dist/components/Icons/index.d.ts +9 -0
- package/dist/components/InfoTooltip/index.d.ts +27 -0
- package/dist/components/InputField/index.d.ts +18 -0
- package/dist/components/List/index.d.ts +38 -0
- package/dist/components/Loader/index.d.ts +6 -0
- package/dist/components/Menu/index.d.ts +32 -0
- package/dist/components/MetricChart/ChartImageDownloadButton.d.ts +11 -0
- package/dist/components/MetricChart/CsvDownloadButton.d.ts +12 -0
- package/dist/components/MetricChart/PivotCsvDownloadButton.d.ts +12 -0
- package/dist/components/MetricChart/RawCsvDownloadButton.d.ts +37 -0
- package/dist/components/MetricChart/index.d.ts +5 -0
- package/dist/components/MetricCreation/MetricCreation.d.ts +3 -0
- package/dist/components/MetricCreation/components/ConstructMetric/ConstructMetric.d.ts +3 -0
- package/dist/components/MetricCreation/components/ConstructMetric/components/MetricForm/index.d.ts +3 -0
- package/dist/components/MetricCreation/components/ConstructMetric/index.d.ts +2 -0
- package/dist/components/MetricCreation/components/Dataset/index.d.ts +3 -0
- package/dist/components/MetricCreation/components/Header/index.d.ts +3 -0
- package/dist/components/MetricCreation/components/MetricOutput/MetricOutput.d.ts +3 -0
- package/dist/components/MetricCreation/components/MetricOutput/components/ChartTab/index.d.ts +33 -0
- package/dist/components/MetricCreation/components/MetricOutput/components/TableTab/components/InputTables/index.d.ts +2 -0
- package/dist/components/MetricCreation/components/MetricOutput/components/TableTab/components/index.d.ts +1 -0
- package/dist/components/MetricCreation/components/MetricOutput/components/TableTab/index.d.ts +11 -0
- package/dist/components/MetricCreation/components/MetricOutput/components/index.d.ts +3 -0
- package/dist/components/MetricCreation/components/MetricOutput/index.d.ts +2 -0
- package/dist/components/MetricCreation/components/Panels/ChartActionPanel.d.ts +13 -0
- package/dist/components/MetricCreation/components/Panels/ChartAppearancePanel.d.ts +22 -0
- package/dist/components/MetricCreation/components/Panels/FiltersPanel.d.ts +20 -0
- package/dist/components/MetricCreation/components/Panels/SortPanel.d.ts +15 -0
- package/dist/components/MetricCreation/index.d.ts +5 -0
- package/dist/components/MetricFilterDropDown/components/OldMetricFilterComponents.d.ts +17 -0
- package/dist/components/MetricFilterDropDown/components/SearchField.d.ts +7 -0
- package/dist/components/MetricFilterDropDown/components/StringAutoCustomFilterField.d.ts +18 -0
- package/dist/components/MetricFilterDropDown/components/StringManualFilterField.d.ts +11 -0
- package/dist/components/MetricFilterDropDown/components/TimeFilterField.d.ts +12 -0
- package/dist/components/MetricFilterDropDown/components/VariableTimeFilterField.d.ts +12 -0
- package/dist/components/MetricFilterDropDown/index.d.ts +24 -0
- package/dist/components/MetricList/MetricList.d.ts +65 -0
- package/dist/components/MetricList/components/ArchiveMetricModal/index.d.ts +7 -0
- package/dist/components/MetricList/components/DownloadRawCsvModal/index.d.ts +13 -0
- package/dist/components/MetricList/components/FullScreenView/AddMetricFilter.d.ts +8 -0
- package/dist/components/MetricList/components/FullScreenView/ChartPropertiesPanel.d.ts +12 -0
- package/dist/components/MetricList/components/FullScreenView/DownloadButton.d.ts +18 -0
- package/dist/components/MetricList/components/FullScreenView/index.d.ts +45 -0
- package/dist/components/MetricList/components/LayoutAlert/index.d.ts +7 -0
- package/dist/components/MetricList/components/ManageMetricMenu/ManageMetricCard.d.ts +15 -0
- package/dist/components/MetricList/components/ManageMetricMenu/index.d.ts +17 -0
- package/dist/components/MetricList/components/MetricCards/CreateElementPanel.d.ts +14 -0
- package/dist/components/MetricList/components/MetricCards/ElementCard.d.ts +16 -0
- package/dist/components/MetricList/components/MetricCards/MetricCard.d.ts +98 -0
- package/dist/components/MetricList/components/MetricCards/NoDataLoading.d.ts +11 -0
- package/dist/components/MetricList/components/TableViewModal/index.d.ts +9 -0
- package/dist/components/MetricList/components/index.d.ts +7 -0
- package/dist/components/MetricList/index.d.ts +2 -0
- package/dist/components/MetricTable/index.d.ts +7 -0
- package/dist/components/Modal/Modal.d.ts +14 -0
- package/dist/components/Modal/ModalFooter.d.ts +5 -0
- package/dist/components/Modal/index.d.ts +2 -0
- package/dist/components/MultiSelectDropdown/index.d.ts +40 -0
- package/dist/components/Panel/index.d.ts +17 -0
- package/dist/components/PivotTable/PivotTableV2.d.ts +23 -0
- package/dist/components/PivotTable/index.d.ts +8 -0
- package/dist/components/PivotTable/transformData.d.ts +7 -0
- package/dist/components/PopoverMenu/index.d.ts +36 -0
- package/dist/components/Portal/index.d.ts +2 -0
- package/dist/components/RadioButton/index.d.ts +16 -0
- package/dist/components/ScheduleEmail/ScheduleEmailForm/index.d.ts +16 -0
- package/dist/components/ScheduleEmail/index.d.ts +16 -0
- package/dist/components/SearchDropdown/index.d.ts +14 -0
- package/dist/components/SearchMetricData/ChatMode/ChatAppearancePanel.d.ts +19 -0
- package/dist/components/SearchMetricData/ChatMode/ChatMode.d.ts +44 -0
- package/dist/components/SearchMetricData/ChatMode/ChatModeHeader.d.ts +8 -0
- package/dist/components/SearchMetricData/ChatMode/ChatReportPanel.d.ts +9 -0
- package/dist/components/SearchMetricData/ChatMode/ChatSqlPanel.d.ts +7 -0
- package/dist/components/SearchMetricData/ChatMode/NoChatData.d.ts +3 -0
- package/dist/components/SearchMetricData/ChatMode/NoDataFound.d.ts +7 -0
- package/dist/components/SearchMetricData/ChatMode/Results.d.ts +23 -0
- package/dist/components/SearchMetricData/LoaderWithStates/index.d.ts +7 -0
- package/dist/components/SearchMetricData/SearchMetricData.d.ts +5 -0
- package/dist/components/SearchMetricData/index.d.ts +1 -0
- package/dist/components/SearchTab/index.d.ts +13 -0
- package/dist/components/Select/index.d.ts +47 -0
- package/dist/components/SelfHostControl/index.d.ts +4 -0
- package/dist/components/SkeletonLoader/index.d.ts +9 -0
- package/dist/components/SpinningLoader/index.d.ts +2 -0
- package/dist/components/Switch/SwitchInput.d.ts +9 -0
- package/dist/components/Switch/index.d.ts +11 -0
- package/dist/components/Tab/index.d.ts +14 -0
- package/dist/components/Table/DebouncedInput.d.ts +6 -0
- package/dist/components/Table/Filter.d.ts +7 -0
- package/dist/components/Table/index.d.ts +36 -0
- package/dist/components/Tabs/index.d.ts +41 -0
- package/dist/components/TagInputField/index.d.ts +33 -0
- package/dist/components/Text/index.d.ts +14 -0
- package/dist/components/TextAreaField/index.d.ts +24 -0
- package/dist/components/ThemeBlock/index.d.ts +8 -0
- package/dist/components/TimeGrainField/index.d.ts +16 -0
- package/dist/components/TimeSeriesSettings/index.d.ts +8 -0
- package/dist/components/index.d.ts +65 -0
- package/dist/consts/api.d.ts +64 -0
- package/dist/consts/app.d.ts +154 -0
- package/dist/consts/index.d.ts +2 -0
- package/dist/consts/metricOptions.d.ts +205 -0
- package/dist/consts/validations.d.ts +24 -0
- package/dist/containers/Dashboard/Dashboard.d.ts +73 -0
- package/dist/containers/Dashboard/DashboardProvider.d.ts +7 -0
- package/dist/containers/Dashboard/EmbededDashboard.d.ts +46 -0
- package/dist/containers/Dashboard/index.d.ts +2 -0
- package/dist/containers/DbnStyles.d.ts +10 -0
- package/dist/containers/Metric/EmbeddedMetric.d.ts +47 -0
- package/dist/containers/Metric/index.d.ts +85 -0
- package/dist/containers/PluginProvider.d.ts +7 -0
- package/dist/containers/index.d.ts +3 -0
- package/dist/helpers/adaptiveFormatter.d.ts +6 -0
- package/dist/helpers/areArraysEqual.d.ts +1 -0
- package/dist/helpers/autoCompleteHelpers.d.ts +95 -0
- package/dist/helpers/cardActions.d.ts +5 -0
- package/dist/helpers/chartOptions.d.ts +93 -0
- package/dist/helpers/checkIsElementInViewport.d.ts +1 -0
- package/dist/helpers/conditionalFormatting.d.ts +3 -0
- package/dist/helpers/copyToClipboard.d.ts +4 -0
- package/dist/helpers/createMetric.d.ts +26 -0
- package/dist/helpers/darkColorIdentifier.d.ts +2 -0
- package/dist/helpers/dateFormatter.d.ts +1 -0
- package/dist/helpers/generateColorPalette.d.ts +1 -0
- package/dist/helpers/generateTimeRangeWhereClause.d.ts +13 -0
- package/dist/helpers/getColumnType.d.ts +2 -0
- package/dist/helpers/getComboRangeLabel.d.ts +5 -0
- package/dist/helpers/getFilterAppliedQuery.d.ts +71 -0
- package/dist/helpers/getModifiedQuery.d.ts +78 -0
- package/dist/helpers/getNextScheduledTime.d.ts +13 -0
- package/dist/helpers/getTimeFilterValue.d.ts +12 -0
- package/dist/helpers/getValidRlsConditionOptions.d.ts +16 -0
- package/dist/helpers/groupArray.d.ts +1 -0
- package/dist/helpers/groupBy.d.ts +25 -0
- package/dist/helpers/index.d.ts +16 -0
- package/dist/helpers/numberFormatter.d.ts +1 -0
- package/dist/helpers/setOnDateChange.d.ts +11 -0
- package/dist/helpers/sqlMetadata.d.ts +7 -0
- package/dist/helpers/timeseries.d.ts +35 -0
- package/dist/helpers/timeseriesOption.d.ts +72 -0
- package/dist/helpers/tooltipFormatter.d.ts +27 -0
- package/dist/helpers/treeMap.d.ts +6 -0
- package/dist/hooks/index.d.ts +12 -0
- package/dist/hooks/useArchiveMetric.d.ts +10 -0
- package/dist/hooks/useAutoCompleteOptions.d.ts +4 -0
- package/dist/hooks/useClientDashboardLayout.d.ts +21 -0
- package/dist/hooks/useDashboardContext.d.ts +37 -0
- package/dist/hooks/useDatasetMetric.d.ts +50 -0
- package/dist/hooks/useDebounce.d.ts +2 -0
- package/dist/hooks/useDownloadRawCsv.d.ts +21 -0
- package/dist/hooks/useDrag.d.ts +10 -0
- package/dist/hooks/useDragAndDropState.d.ts +10 -0
- package/dist/hooks/useDrop.d.ts +13 -0
- package/dist/hooks/useEmbeddedMetric.d.ts +24 -0
- package/dist/hooks/useExternalMetric.d.ts +55 -0
- package/dist/hooks/useGenerateDatasetMetrics.d.ts +13 -0
- package/dist/hooks/useGenerateMetric.d.ts +64 -0
- package/dist/hooks/useMetricCard.d.ts +121 -0
- package/dist/hooks/useMetricConfig.d.ts +63 -0
- package/dist/hooks/useNewEmbeddedDashboard.d.ts +35 -0
- package/dist/hooks/useOutsideAlerter.d.ts +14 -0
- package/dist/hooks/usePublishArchivedMetrics.d.ts +5 -0
- package/dist/hooks/usePythonResults.d.ts +17 -0
- package/dist/hooks/useScheduleEmail.d.ts +38 -0
- package/dist/hooks/useSearch.d.ts +55 -0
- package/dist/hooks/useUnderlyingData.d.ts +32 -0
- package/dist/index.d.ts +8 -0
- package/dist/queries/externalDashboard.mutation.d.ts +61 -0
- package/dist/queries/externalDashboard.query.d.ts +20 -0
- package/dist/queries/index.d.ts +1 -0
- package/dist/queries/metric.mutation.d.ts +57 -0
- package/dist/queries/metric.query.d.ts +12 -0
- package/dist/types/app.d.ts +897 -0
- package/dist/types/dragAndDropProps.d.ts +70 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/metricCreate.d.ts +741 -0
- package/dist/types/queryTypes.d.ts +343 -0
- package/dist/utils/arrayToCsvString.d.ts +6 -0
- package/dist/utils/colors.d.ts +2 -0
- package/dist/utils/fetcher.d.ts +13 -0
- package/dist/utils/getChartAttributes.d.ts +98 -0
- package/dist/utils/getChartImage.d.ts +3 -0
- package/dist/utils/getChartOptions.d.ts +42 -0
- package/dist/utils/getFormattedDataType.d.ts +1 -0
- package/dist/utils/getNoAxisChartOptions.d.ts +25 -0
- package/dist/utils/getValidJson.d.ts +1 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/pivotDataTransform.d.ts +7 -0
- package/dist/utils/popoverPosition.d.ts +2 -0
- package/dist/utils/theme.d.ts +42 -0
- package/dist/webcomponents.d.ts +11 -0
- package/dist/webcomponents.es.js +4188 -3962
- package/dist/webcomponents.umd.js +18 -18
- package/package.json +113 -112
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ChartSettingsType } from '@/types';
|
|
3
|
+
type Props = {
|
|
4
|
+
data?: Record<string, any>[];
|
|
5
|
+
chartSettings: ChartSettingsType;
|
|
6
|
+
setChartSettings: React.Dispatch<React.SetStateAction<ChartSettingsType>>;
|
|
7
|
+
groupbyList: any[];
|
|
8
|
+
};
|
|
9
|
+
export declare const ChartConfig: ({ data, chartSettings, setChartSettings, groupbyList, }: Props) => React.JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { CHART_TYPES } from '@/consts';
|
|
3
|
+
type ChartType = keyof typeof CHART_TYPES;
|
|
4
|
+
type Props = {
|
|
5
|
+
onChartChange: (chartType: ChartType) => void;
|
|
6
|
+
chartType: ChartType;
|
|
7
|
+
isEnableTimeSeries: boolean;
|
|
8
|
+
isEnablePivotTable: boolean;
|
|
9
|
+
hasNumberKeys: boolean;
|
|
10
|
+
isEnableGauge: boolean;
|
|
11
|
+
enableCharts: string[];
|
|
12
|
+
};
|
|
13
|
+
export declare const ChartModalOptions: ({ chartType, onChartChange, isEnableTimeSeries, isEnablePivotTable, hasNumberKeys, isEnableGauge, enableCharts, }: Props) => React.JSX.Element;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { RawCsvDownloadButtonProps } from '@/components';
|
|
3
|
+
import { ClientColumnType, GetUnderlyingData } from '@/types';
|
|
4
|
+
type UnderlyingDataProps = {
|
|
5
|
+
setShowUnderlyingData: React.Dispatch<React.SetStateAction<boolean>>;
|
|
6
|
+
isShowUnderlyingData: boolean;
|
|
7
|
+
value: any;
|
|
8
|
+
getUnderlyingData: GetUnderlyingData;
|
|
9
|
+
columnName: string | undefined;
|
|
10
|
+
isSingleValueChart: boolean;
|
|
11
|
+
clientColumnType: ClientColumnType;
|
|
12
|
+
rawCsvDownloadButtonProps: RawCsvDownloadButtonProps;
|
|
13
|
+
};
|
|
14
|
+
declare const _default: React.MemoExoticComponent<({ isShowUnderlyingData, setShowUnderlyingData, getUnderlyingData, columnName, value, isSingleValueChart, clientColumnType, rawCsvDownloadButtonProps, }: UnderlyingDataProps) => React.JSX.Element>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { RawCsvDownloadButtonProps } from '@/components';
|
|
3
|
+
import { ClientColumnType, GetUnderlyingData } from '@/types';
|
|
4
|
+
export type ChartPopupProps = React.PropsWithChildren & {
|
|
5
|
+
getUnderlyingData: GetUnderlyingData;
|
|
6
|
+
value: any;
|
|
7
|
+
columnName: string | undefined;
|
|
8
|
+
menuClass?: string;
|
|
9
|
+
menuContainerClass?: string;
|
|
10
|
+
isOpen: boolean;
|
|
11
|
+
setOpen: React.Dispatch<React.SetStateAction<boolean>>;
|
|
12
|
+
elementRef?: {
|
|
13
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
14
|
+
event: any;
|
|
15
|
+
};
|
|
16
|
+
isSingleValueChart: boolean;
|
|
17
|
+
isGaugeChart: boolean;
|
|
18
|
+
isEnableSort?: boolean;
|
|
19
|
+
setSortOrder?: React.Dispatch<React.SetStateAction<string>>;
|
|
20
|
+
isInavlidForSort?: boolean;
|
|
21
|
+
clientColumnType: ClientColumnType;
|
|
22
|
+
isAllowedToSeeUnderlyingData?: boolean;
|
|
23
|
+
position?: 'left' | 'right' | 'top' | 'bottom' | 'left-bottom-end' | 'right-bottom-end' | 'left-top-end' | 'right-top-end' | 'bottom-left' | 'bottom-right' | 'top-left' | 'top-right' | 'left-bottom' | 'left-top' | 'right-bottom' | 'right-top' | 'center' | 'dynamic';
|
|
24
|
+
rawCsvDownloadButtonProps: RawCsvDownloadButtonProps;
|
|
25
|
+
};
|
|
26
|
+
export declare const ChartPopup: ({ position, menuContainerClass, menuClass, isOpen, setOpen, value, columnName, isEnableSort, getUnderlyingData, elementRef, isSingleValueChart, isGaugeChart, setSortOrder, isInavlidForSort, clientColumnType, isAllowedToSeeUnderlyingData, rawCsvDownloadButtonProps, }: ChartPopupProps) => React.JSX.Element;
|
|
27
|
+
declare const _default: React.MemoExoticComponent<({ position, menuContainerClass, menuClass, isOpen, setOpen, value, columnName, isEnableSort, getUnderlyingData, elementRef, isSingleValueChart, isGaugeChart, setSortOrder, isInavlidForSort, clientColumnType, isAllowedToSeeUnderlyingData, rawCsvDownloadButtonProps, }: ChartPopupProps) => React.JSX.Element>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { PanelProps } from '@/components';
|
|
3
|
+
type Props = Pick<PanelProps, 'isOpen' | 'onClose'> & {
|
|
4
|
+
report: string;
|
|
5
|
+
isLoading: boolean;
|
|
6
|
+
subText?: string;
|
|
7
|
+
zIndex?: number;
|
|
8
|
+
};
|
|
9
|
+
export declare const ChatReportPanel: ({ isOpen, onClose, report, isLoading, subText, zIndex, }: Props) => React.JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ChartSettingsType } from '@/types';
|
|
3
|
+
export type ChartSettingsPopupProps = {
|
|
4
|
+
data?: Record<string, any>[];
|
|
5
|
+
settings: ChartSettingsType;
|
|
6
|
+
setSettings: React.Dispatch<React.SetStateAction<ChartSettingsType>>;
|
|
7
|
+
isEnablePivotTable: boolean;
|
|
8
|
+
groupbyList: any[];
|
|
9
|
+
hasNumberKeys: boolean;
|
|
10
|
+
isEnableGauge: boolean;
|
|
11
|
+
isShowChartConfigTab?: boolean;
|
|
12
|
+
};
|
|
13
|
+
export declare const ChartSettingsPopup: ({ data, settings, setSettings, isEnablePivotTable, groupbyList, hasNumberKeys, isEnableGauge, isShowChartConfigTab, }: ChartSettingsPopupProps) => React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ChartSettingsType } from '@/types';
|
|
3
|
+
type Props = {
|
|
4
|
+
chartSettings: ChartSettingsType;
|
|
5
|
+
setChartSettings: React.Dispatch<React.SetStateAction<ChartSettingsType>>;
|
|
6
|
+
};
|
|
7
|
+
declare const ComboChartFormatter: ({ chartSettings, setChartSettings }: Props) => React.JSX.Element;
|
|
8
|
+
export default ComboChartFormatter;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
val: string | undefined;
|
|
4
|
+
onClick: (value: string) => void;
|
|
5
|
+
isDisableCenterPositioning?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const PositionContainer: ({ val, onClick, isDisableCenterPositioning, }: Props) => React.JSX.Element;
|
|
8
|
+
export default PositionContainer;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ChartSettingsType, FloatingDropDownOption } from '@/types/app';
|
|
3
|
+
import { ComparisonLagSettings } from '@/types';
|
|
4
|
+
export type ComparisonLagProps = {
|
|
5
|
+
setComparisonLagSettings: React.Dispatch<React.SetStateAction<ComparisonLagSettings>>;
|
|
6
|
+
comparisonLagSettings: ComparisonLagSettings;
|
|
7
|
+
dateTimeColumnList: FloatingDropDownOption[];
|
|
8
|
+
onSaveComparisonLag: () => void;
|
|
9
|
+
onDisableComparisonSettings?: () => void;
|
|
10
|
+
} | undefined;
|
|
11
|
+
type Props = {
|
|
12
|
+
chartSettings: ChartSettingsType;
|
|
13
|
+
setChartSettings: React.Dispatch<React.SetStateAction<ChartSettingsType>>;
|
|
14
|
+
setBarRadius: React.Dispatch<React.SetStateAction<{
|
|
15
|
+
topRadius: number;
|
|
16
|
+
bottomRadius: number;
|
|
17
|
+
}>>;
|
|
18
|
+
comparisonLagProps?: ComparisonLagProps;
|
|
19
|
+
setResetPallete?: React.Dispatch<React.SetStateAction<boolean>>;
|
|
20
|
+
onChangeTimeseriesFormat?: (value: FloatingDropDownOption) => void;
|
|
21
|
+
isChatMode?: boolean;
|
|
22
|
+
onChange?: (chartSettings: ChartSettingsType) => void;
|
|
23
|
+
globalFilterOptions?: FloatingDropDownOption[];
|
|
24
|
+
};
|
|
25
|
+
export declare const ChartConfigure: ({ chartSettings, setChartSettings, setBarRadius, comparisonLagProps, setResetPallete, onChangeTimeseriesFormat, isChatMode, onChange, globalFilterOptions, }: Props) => React.JSX.Element;
|
|
26
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ChartSettingsType } from '@/types/app';
|
|
3
|
+
type Props = {
|
|
4
|
+
data: any[] | undefined;
|
|
5
|
+
chartSettings: ChartSettingsType;
|
|
6
|
+
setChartSettings: React.Dispatch<React.SetStateAction<ChartSettingsType>>;
|
|
7
|
+
isEnablePivotTable: boolean;
|
|
8
|
+
groupbyList: any[];
|
|
9
|
+
hasNumberKeys: boolean;
|
|
10
|
+
isEnableGauge: boolean;
|
|
11
|
+
isShowChartConfigTab?: boolean;
|
|
12
|
+
};
|
|
13
|
+
export declare const ChartSettings: ({ data, chartSettings, setChartSettings, isEnablePivotTable, groupbyList, hasNumberKeys, isEnableGauge, isShowChartConfigTab, }: Props) => React.JSX.Element;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { CHART_TYPES } from '@/consts';
|
|
3
|
+
type ChartType = keyof typeof CHART_TYPES;
|
|
4
|
+
type Props = {
|
|
5
|
+
onChartChange: (chartType: ChartType) => void;
|
|
6
|
+
selectedChart: ChartType;
|
|
7
|
+
enabledCharts: string[];
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
onClose: () => void;
|
|
10
|
+
zIndex?: number;
|
|
11
|
+
};
|
|
12
|
+
export declare const ChartTypePanel: ({ chartTypePanelProps: { onChartChange, enabledCharts, selectedChart, isOpen, onClose, zIndex, }, }: {
|
|
13
|
+
chartTypePanelProps: Props;
|
|
14
|
+
}) => React.JSX.Element;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { UseFormRegisterReturn } from 'react-hook-form';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
interface Props extends React.HTMLProps<HTMLInputElement> {
|
|
4
|
+
label?: string;
|
|
5
|
+
register?: UseFormRegisterReturn;
|
|
6
|
+
isDisabled?: boolean;
|
|
7
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
8
|
+
isUseInputLabel?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const Checkbox: ({ register, label, isDisabled, id, checked, onChange, isUseInputLabel, ...rest }: Props) => React.JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
name: string;
|
|
4
|
+
label?: string;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
defaultValue?: string;
|
|
7
|
+
value: string;
|
|
8
|
+
onChange: (value: string) => void;
|
|
9
|
+
className?: string;
|
|
10
|
+
isDisabled?: boolean;
|
|
11
|
+
};
|
|
12
|
+
export declare const ColorField: ({ name, value, onChange, defaultValue, placeholder, label, className, isDisabled, }: Props) => React.JSX.Element;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const options: {
|
|
3
|
+
type: string;
|
|
4
|
+
label: string;
|
|
5
|
+
startOffset: number;
|
|
6
|
+
endOffset: number;
|
|
7
|
+
}[];
|
|
8
|
+
export type DateOption = {
|
|
9
|
+
startDate: Date | undefined;
|
|
10
|
+
endDate: Date | undefined;
|
|
11
|
+
timeGrainValue: string;
|
|
12
|
+
value: string;
|
|
13
|
+
} | undefined;
|
|
14
|
+
type Props = {
|
|
15
|
+
label: string;
|
|
16
|
+
placeholder?: string;
|
|
17
|
+
onChange?: (option: DateOption) => void;
|
|
18
|
+
defaultValues?: {
|
|
19
|
+
startDate: Date;
|
|
20
|
+
endDate: Date;
|
|
21
|
+
timeGrainValue: string;
|
|
22
|
+
};
|
|
23
|
+
isDateReset?: boolean;
|
|
24
|
+
variant?: 'static' | 'floatingLabel';
|
|
25
|
+
minDate?: Date;
|
|
26
|
+
maxDate?: Date;
|
|
27
|
+
buttonWidth?: string;
|
|
28
|
+
isEnableSingleDate?: boolean;
|
|
29
|
+
radius?: string;
|
|
30
|
+
isFilter?: boolean;
|
|
31
|
+
isDisabled?: boolean;
|
|
32
|
+
dataTestTitle?: string;
|
|
33
|
+
hideDatePickerOptions?: string[];
|
|
34
|
+
};
|
|
35
|
+
export declare const DateRangePicker: React.FC<Props>;
|
|
36
|
+
export default DateRangePicker;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { UseDragProps } from '@/types';
|
|
3
|
+
type DraggableItemProps = UseDragProps & {
|
|
4
|
+
renderItem: (DragNodeRef: React.MutableRefObject<any>, isDragging?: boolean) => JSX.Element;
|
|
5
|
+
};
|
|
6
|
+
export declare const DraggableItem: React.FC<DraggableItemProps>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DrillBreadCrumb: ({ dimensions, drilledLevel, onResetLevel, onDrillLevelClick, isMetricCard, isMetricFilter, drillType, drillFilters, isShowBreadCrumb, }: {
|
|
3
|
+
dimensions: string[];
|
|
4
|
+
drilledLevel: number;
|
|
5
|
+
onResetLevel: () => void;
|
|
6
|
+
onDrillLevelClick: (value: number) => void;
|
|
7
|
+
isMetricCard?: boolean | undefined;
|
|
8
|
+
isMetricFilter?: boolean | undefined;
|
|
9
|
+
drillType?: string | undefined;
|
|
10
|
+
drillFilters?: {
|
|
11
|
+
columnName: string;
|
|
12
|
+
value: any;
|
|
13
|
+
}[] | undefined;
|
|
14
|
+
isShowBreadCrumb?: boolean | undefined;
|
|
15
|
+
}) => React.JSX.Element;
|
|
16
|
+
export default DrillBreadCrumb;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FieldValues } from 'react-hook-form';
|
|
3
|
+
type ExternalMetricProps = {
|
|
4
|
+
onSubmit: (values: FieldValues, isElement: boolean) => void;
|
|
5
|
+
defaultValues?: FieldValues;
|
|
6
|
+
onCancel: () => void;
|
|
7
|
+
error?: string;
|
|
8
|
+
isCreatingMetric?: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare const ExternalMetricForm: React.FC<ExternalMetricProps>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { MultiSelectDropdownProps } from '@/components/MultiSelectDropdown';
|
|
3
|
+
import { RlsFilterObjectType } from '@/types/app';
|
|
4
|
+
import { FloatingDropDownProps } from '@/components/FloatingDropDown';
|
|
5
|
+
export type FilterClause = {
|
|
6
|
+
columnName?: string;
|
|
7
|
+
value?: string | string[];
|
|
8
|
+
as?: string;
|
|
9
|
+
};
|
|
10
|
+
export type FilterDropDownProps = Omit<FloatingDropDownProps, 'options'> & {
|
|
11
|
+
filter: Pick<RlsFilterObjectType, 'columnName' | 'tableName' | 'defaultValue' | 'value' | 'labelColumnName'>;
|
|
12
|
+
autoSelected?: boolean;
|
|
13
|
+
workspaceId: string;
|
|
14
|
+
filterClause?: FilterClause[];
|
|
15
|
+
isDisableLabel?: boolean;
|
|
16
|
+
customTable?: {
|
|
17
|
+
query: string;
|
|
18
|
+
alias: string;
|
|
19
|
+
};
|
|
20
|
+
isFilter?: boolean;
|
|
21
|
+
};
|
|
22
|
+
export declare const FilterDropDown: React.MemoExoticComponent<({ filter, onChange, selectedOption, autoSelected, workspaceId, filterClause, isDisableLabel, customTable, isFilter, dataTestTitle, ...rest }: FilterDropDownProps) => React.JSX.Element>;
|
|
23
|
+
export type MultiFilterDropDownProps = Pick<FilterDropDownProps, 'autoSelected' | 'filter' | 'label' | 'workspaceId' | 'filterClause' | 'customTable' | 'isAutoSelectOption'> & Omit<MultiSelectDropdownProps, 'options'> & {
|
|
24
|
+
isDisablelabel?: boolean;
|
|
25
|
+
radius?: string;
|
|
26
|
+
isFilter?: boolean;
|
|
27
|
+
isSelectAllEnabled?: boolean;
|
|
28
|
+
isSelectAllOn?: boolean;
|
|
29
|
+
};
|
|
30
|
+
export declare const MultiFilterDropdown: React.FC<MultiFilterDropDownProps>;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FloatingDropDownOption } from '@/types';
|
|
3
|
+
export type FilterFieldType = {
|
|
4
|
+
column: string;
|
|
5
|
+
labelColumnName?: string;
|
|
6
|
+
operator: string;
|
|
7
|
+
applyOnTables?: {
|
|
8
|
+
tableName: string;
|
|
9
|
+
columnName: string;
|
|
10
|
+
dataType: string;
|
|
11
|
+
isCustomSql?: boolean;
|
|
12
|
+
isApplyOnAssociatedTable?: boolean;
|
|
13
|
+
}[];
|
|
14
|
+
value?: string | string[] | number | number[] | boolean | boolean[] | null | Record<string, any>;
|
|
15
|
+
as?: string;
|
|
16
|
+
defaultValues?: any;
|
|
17
|
+
filterType?: 'global' | 'horizontal';
|
|
18
|
+
isFilterApplied?: boolean;
|
|
19
|
+
isVariableFilter?: boolean;
|
|
20
|
+
variableStrings?: string[];
|
|
21
|
+
label: string;
|
|
22
|
+
filterVariant?: FloatingDropDownOption;
|
|
23
|
+
selectedDropdownValue?: FloatingDropDownOption | FloatingDropDownOption[];
|
|
24
|
+
restrictedMetrics?: FloatingDropDownOption[];
|
|
25
|
+
};
|
|
26
|
+
export type FilterFieldProps = {
|
|
27
|
+
tableName: string;
|
|
28
|
+
filter: {
|
|
29
|
+
name: string;
|
|
30
|
+
dataType: string;
|
|
31
|
+
as: string;
|
|
32
|
+
};
|
|
33
|
+
isResetted: boolean;
|
|
34
|
+
onChange: (field: FilterFieldType) => void;
|
|
35
|
+
workspaceId: string;
|
|
36
|
+
};
|
|
37
|
+
export declare const isInFilterOperator: (input: string) => boolean;
|
|
38
|
+
export declare const isNullFilterOperator: (input: string) => boolean;
|
|
39
|
+
export declare const FilterField: React.FC<FilterFieldProps>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
export declare const Flex: React.MemoExoticComponent<({ direction, justify, width, maxWidth, height, className, alignItems, flexWrap, children, }: {
|
|
4
|
+
direction?: "row" | "col" | undefined;
|
|
5
|
+
justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | undefined;
|
|
6
|
+
width?: string | undefined;
|
|
7
|
+
maxWidth?: string | undefined;
|
|
8
|
+
height?: string | undefined;
|
|
9
|
+
className?: string | undefined;
|
|
10
|
+
alignItems?: "center" | "start" | "end" | "baseline" | "stretch" | null | undefined;
|
|
11
|
+
flexWrap?: "reverse" | "wrap" | "nowrap" | null | undefined;
|
|
12
|
+
children: ReactNode;
|
|
13
|
+
}) => React.JSX.Element>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FloatingDropDownOption } from '@/types';
|
|
3
|
+
export type FloatingDropDownProps = {
|
|
4
|
+
id?: string;
|
|
5
|
+
onChange: (option: FloatingDropDownOption) => void;
|
|
6
|
+
selectedOption: FloatingDropDownOption;
|
|
7
|
+
options: FloatingDropDownOption[];
|
|
8
|
+
button?: JSX.Element | React.ReactNode;
|
|
9
|
+
label?: string;
|
|
10
|
+
labelVariant?: 'floating' | 'static';
|
|
11
|
+
isDisabled?: boolean;
|
|
12
|
+
isSearchEnabled?: boolean;
|
|
13
|
+
icon?: JSX.Element;
|
|
14
|
+
buttonWidth?: string;
|
|
15
|
+
menuWidth?: string;
|
|
16
|
+
searchPlaceholder?: string;
|
|
17
|
+
placeholder?: string;
|
|
18
|
+
customButton?: JSX.Element;
|
|
19
|
+
children?: React.ReactNode;
|
|
20
|
+
disableAutoClose?: boolean;
|
|
21
|
+
radius?: string;
|
|
22
|
+
isFilter?: boolean;
|
|
23
|
+
isClearEnabled?: boolean;
|
|
24
|
+
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
25
|
+
buttonHeight?: string;
|
|
26
|
+
className?: string;
|
|
27
|
+
menuMaxHeight?: string;
|
|
28
|
+
isImportant?: boolean;
|
|
29
|
+
dataTestTitle?: string;
|
|
30
|
+
isAutoSelectOption?: boolean;
|
|
31
|
+
onSearch?: (searchKeyword: string) => void;
|
|
32
|
+
isLoadingData?: boolean;
|
|
33
|
+
hasOnlyColumnName?: boolean;
|
|
34
|
+
error?: string;
|
|
35
|
+
menuZIndex?: number;
|
|
36
|
+
};
|
|
37
|
+
export declare const FloatingDropDown: ({ id, label, labelVariant, selectedOption, onChange, button, options, isDisabled, customButton, icon, buttonWidth, buttonHeight, menuWidth, size, isSearchEnabled, searchPlaceholder, placeholder, children, radius, isFilter, disableAutoClose, isClearEnabled, className, menuMaxHeight, isImportant, dataTestTitle, isAutoSelectOption, onSearch, isLoadingData, error, menuZIndex, }: FloatingDropDownProps) => React.JSX.Element;
|
|
38
|
+
export declare const FloatingDropDownWithSubValues: ({ label, labelVariant, selectedOption, onChange, button, options, isDisabled, customButton, icon, buttonWidth, menuWidth, isSearchEnabled, searchPlaceholder, placeholder, children, radius, isFilter, disableAutoClose, isClearEnabled, isImportant, hasOnlyColumnName, }: FloatingDropDownProps) => React.JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type Props = {
|
|
3
|
+
data: {
|
|
4
|
+
name: string;
|
|
5
|
+
value: number;
|
|
6
|
+
color: string;
|
|
7
|
+
}[];
|
|
8
|
+
legendPosition?: string;
|
|
9
|
+
legendTruncate: number;
|
|
10
|
+
};
|
|
11
|
+
declare const GaugeLegend: ({ data, legendPosition, legendTruncate }: Props) => React.JSX.Element;
|
|
12
|
+
export default GaugeLegend;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { EmbeddedMetricCreationProps } from '@/types';
|
|
3
|
+
export declare const GenerateMetric: ({ clientId, companyId, externalDashboardId, isLiveMode, isShowMetricCreateModal, setShowMetricCreateModal, userProvidedDashboardId, workspaceId, chartColors, metric, metricData, variant, clientColumnType, }: EmbeddedMetricCreationProps) => React.JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type Filter = {
|
|
3
|
+
as: any;
|
|
4
|
+
dataType: string;
|
|
5
|
+
name: string;
|
|
6
|
+
isDefault?: boolean | undefined;
|
|
7
|
+
label?: string;
|
|
8
|
+
};
|
|
9
|
+
type Props = {
|
|
10
|
+
columnList: Filter[];
|
|
11
|
+
setFilterList: React.Dispatch<React.SetStateAction<Filter[]>>;
|
|
12
|
+
filterList: Filter[];
|
|
13
|
+
};
|
|
14
|
+
declare const AddFilter: ({ columnList, filterList, setFilterList }: Props) => React.JSX.Element;
|
|
15
|
+
export default AddFilter;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FilterFieldType } from '@/components';
|
|
3
|
+
type AppliedFilterProps = {
|
|
4
|
+
appliedFilter: FilterFieldType[];
|
|
5
|
+
setAppliedFilters: React.Dispatch<React.SetStateAction<FilterFieldType[]>>;
|
|
6
|
+
onChangeFilters: (updatedFilters: FilterFieldType[]) => void;
|
|
7
|
+
};
|
|
8
|
+
export declare const AppliedFilter: ({ appliedFilter, setAppliedFilters, onChangeFilters, }: AppliedFilterProps) => React.JSX.Element;
|
|
9
|
+
export default AppliedFilter;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FilterFieldType } from '@/components';
|
|
3
|
+
import { GlobalFilterType, GlobalFilterColumn, ClientColumnType } from '@/types/app';
|
|
4
|
+
type FiltersProps = {
|
|
5
|
+
filterList: GlobalFilterColumn[];
|
|
6
|
+
setFilterList: React.Dispatch<React.SetStateAction<GlobalFilterColumn[]>>;
|
|
7
|
+
appliedfilters: FilterFieldType[];
|
|
8
|
+
setAppliedFilters: (value: React.SetStateAction<FilterFieldType[]>) => void;
|
|
9
|
+
filters: GlobalFilterType[];
|
|
10
|
+
internal?: {
|
|
11
|
+
isInternal: boolean;
|
|
12
|
+
workspaceId: string;
|
|
13
|
+
};
|
|
14
|
+
clientId?: string;
|
|
15
|
+
isAllClient?: boolean;
|
|
16
|
+
theme: {
|
|
17
|
+
width: string;
|
|
18
|
+
variant: 'static' | 'floating';
|
|
19
|
+
radius: string;
|
|
20
|
+
};
|
|
21
|
+
filterOptions?: (column: string) => JSX.Element;
|
|
22
|
+
tenancyLevel: string;
|
|
23
|
+
clientColumnType: ClientColumnType;
|
|
24
|
+
hideDatePickerOptions?: string[];
|
|
25
|
+
isEndUserApp?: boolean;
|
|
26
|
+
};
|
|
27
|
+
export declare const Filters: React.FC<FiltersProps>;
|
|
28
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Layout } from 'react-grid-layout';
|
|
3
|
+
import { GlobalFilterType, ClientColumnType } from '@/types/app';
|
|
4
|
+
import { FilterFieldType } from '@/components';
|
|
5
|
+
type HorizontalFiltersProps = {
|
|
6
|
+
appliedfilters: FilterFieldType[];
|
|
7
|
+
setAppliedFilters: (value: React.SetStateAction<FilterFieldType[]>) => void;
|
|
8
|
+
filters: GlobalFilterType[];
|
|
9
|
+
internal?: {
|
|
10
|
+
isInternal: boolean;
|
|
11
|
+
workspaceId: string;
|
|
12
|
+
};
|
|
13
|
+
clientId?: string;
|
|
14
|
+
isAllClient?: boolean;
|
|
15
|
+
theme: {
|
|
16
|
+
width: string;
|
|
17
|
+
variant: 'static' | 'floating';
|
|
18
|
+
radius: string;
|
|
19
|
+
};
|
|
20
|
+
addGlobalFilter?: JSX.Element;
|
|
21
|
+
filterOptions?: (column: string) => JSX.Element;
|
|
22
|
+
tenancyLevel: string;
|
|
23
|
+
clientColumnType: ClientColumnType;
|
|
24
|
+
layout: {
|
|
25
|
+
clientLayout: string[];
|
|
26
|
+
adminLayout: any;
|
|
27
|
+
isLocked: boolean;
|
|
28
|
+
onChange: (layout: Layout[]) => void;
|
|
29
|
+
};
|
|
30
|
+
isEditLayoutEnabled: boolean;
|
|
31
|
+
hideDatePickerOptions?: string[];
|
|
32
|
+
isEndUserApp?: boolean;
|
|
33
|
+
};
|
|
34
|
+
export declare const HorizontalFilters: React.FC<HorizontalFiltersProps>;
|
|
35
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { GlobalFilterColumn } from '@/types';
|
|
3
|
+
type NumberFieldProps = {
|
|
4
|
+
setAppliedFilters?: any;
|
|
5
|
+
column?: GlobalFilterColumn;
|
|
6
|
+
defaultValues?: {
|
|
7
|
+
min: number | null;
|
|
8
|
+
max: number | null;
|
|
9
|
+
};
|
|
10
|
+
className?: string;
|
|
11
|
+
onChange?: (value: {
|
|
12
|
+
min: number | null;
|
|
13
|
+
max: number | null;
|
|
14
|
+
}) => void;
|
|
15
|
+
label?: string;
|
|
16
|
+
variant?: 'static' | 'floating';
|
|
17
|
+
buttonWidth?: string;
|
|
18
|
+
radius?: string;
|
|
19
|
+
isFilter?: boolean;
|
|
20
|
+
isDisabled?: boolean;
|
|
21
|
+
};
|
|
22
|
+
export declare const NumberFilterField: ({ setAppliedFilters, column, defaultValues, className, onChange, label, variant, buttonWidth, radius, isFilter, isDisabled, }: NumberFieldProps) => React.JSX.Element;
|
|
23
|
+
export default NumberFilterField;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FloatingDropDownOption, GlobalFilterColumn } from '@/types';
|
|
3
|
+
type SearchFieldProps = {
|
|
4
|
+
column: GlobalFilterColumn;
|
|
5
|
+
onClickSearch: (value: string | undefined) => void;
|
|
6
|
+
selectedValue: FloatingDropDownOption;
|
|
7
|
+
isDisabled?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare const SearchField: ({ column, onClickSearch, selectedValue, isDisabled, }: SearchFieldProps) => React.JSX.Element;
|
|
10
|
+
export default SearchField;
|