@databrainhq/plugin 0.14.63 → 0.14.64

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.
@@ -22,11 +22,6 @@ export type ListProps = {
22
22
  id: string;
23
23
  }>>;
24
24
  isDisableMoreOption?: boolean;
25
- isEnableSelectAll?: boolean;
26
- onSelectAll?: () => void;
27
- onDeselectAll?: () => void;
28
- isAllSelected?: boolean;
29
- parent?: 'DASHBOARD' | 'METRIC' | 'DATAMART' | 'DATASOURCE';
30
- extraValues?: any;
25
+ isEnableHovering?: boolean;
31
26
  };
32
- export declare const List: ({ headers, data, variant, noDataText, loadMoreText, className, initialLimit, isDataLoading, showLogo, isShowOptions, setValue, isDisableMoreOption, isEnableSelectAll, onSelectAll, onDeselectAll, isAllSelected, parent, extraValues, }: ListProps) => React.JSX.Element;
27
+ export declare const List: ({ headers, data, variant, noDataText, loadMoreText, className, initialLimit, isDataLoading, showLogo, isShowOptions, setValue, isDisableMoreOption, isEnableHovering, }: ListProps) => React.JSX.Element;
@@ -7,8 +7,6 @@ type RawCsvDownloadButtonProps = {
7
7
  className?: string;
8
8
  children?: React.ReactNode;
9
9
  updateDownloadProgress: (isEnable: boolean) => void;
10
- isPythonMode: boolean;
11
- data: Record<string, any>[];
12
10
  };
13
- export declare const RawCsvDownloadButton: ({ fileName, companyIntegrationId, integrationName, query, className, children, updateDownloadProgress, isPythonMode, data, }: RawCsvDownloadButtonProps) => React.JSX.Element;
11
+ export declare const RawCsvDownloadButton: ({ fileName, companyIntegrationId, integrationName, query, className, children, updateDownloadProgress, }: RawCsvDownloadButtonProps) => React.JSX.Element;
14
12
  export {};
@@ -12,6 +12,5 @@ export type DownloadButtonProps = {
12
12
  integrationName: string;
13
13
  queryWithNoFilter: string;
14
14
  updateDownloadProgress: (isEnable: boolean) => void;
15
- isPythonMode: boolean;
16
15
  };
17
- export declare const DownloadButton: ({ data, chartRef, metricName, onRawCsvData, chartOptions, integrationName, companyIntegrationId, query, queryWithNoFilter, updateDownloadProgress, isPythonMode, }: DownloadButtonProps) => React.JSX.Element;
16
+ export declare const DownloadButton: ({ data, chartRef, metricName, onRawCsvData, chartOptions, integrationName, companyIntegrationId, query, queryWithNoFilter, updateDownloadProgress, }: DownloadButtonProps) => React.JSX.Element;
@@ -5,8 +5,6 @@ type TabProps = {
5
5
  setActiveTab: React.Dispatch<React.SetStateAction<string>>;
6
6
  className?: string;
7
7
  tabText?: string;
8
- lockedTab?: string;
9
- tabClassname?: string;
10
8
  };
11
- export declare const Tab: ({ options, activeTab, setActiveTab, className, tabText, lockedTab, tabClassname, }: TabProps) => React.JSX.Element;
9
+ export declare const Tab: ({ options, activeTab, setActiveTab, className, tabText, }: TabProps) => React.JSX.Element;
12
10
  export {};
@@ -20,13 +20,12 @@ type Props = {
20
20
  labelClass?: string;
21
21
  inputClass?: string;
22
22
  className?: string;
23
- width?: string;
24
23
  innerPlaceholder?: boolean;
25
24
  innerPlaceholderText?: string;
26
25
  min?: number;
27
- onChangeTags?: (tags?: string[]) => void;
26
+ onChangeTags?: (tags: string[]) => void;
28
27
  defaultTagValue?: string[];
29
28
  };
30
- export declare const TagInputField: ({ control, placeholder, name, label, onChangeTags, defaultTagValue, width, }: Props) => React.JSX.Element;
31
- declare const _default: React.MemoExoticComponent<({ control, placeholder, name, label, onChangeTags, defaultTagValue, width, }: Props) => React.JSX.Element>;
29
+ export declare const TagInputField: ({ control, placeholder, name, label, onChangeTags, defaultTagValue, }: Props) => React.JSX.Element;
30
+ declare const _default: React.MemoExoticComponent<({ control, placeholder, name, label, onChangeTags, defaultTagValue, }: Props) => React.JSX.Element>;
32
31
  export default _default;
@@ -98,7 +98,7 @@ export declare const NUMBER_FORMAT: {
98
98
  label: string;
99
99
  value: string;
100
100
  }[];
101
- export declare const ICONS_LIST: readonly ["people", "new-window", "circle", "group-by", "undo", "redo", "maximize", "minimize", "fullscreen", "download", "archive", "format", "company", "profile", "users", "bar-chart", "bar-chart-2", "kebab-menu-horizontal", "kebab-menu-vertical", "paint-brush", "funnel", "funnel-simple", "cross", "columns", "gear", "presentation-chart", "chevron-down", "plus", "info", "arrow-down", "arrow-up", "arrow-left", "arrow-right", "double-arrow-left", "double-arrow-right", "expand-arrows", "eye", "eye-slash", "database", "magnifying-glass", "pencil-simple-line", "pencil-simple", "file-sql", "code", "sign-out", "save", "delete", "align-space-even", "align-bottom", "align-left", "align-right", "align-top", "trend-up", "combo", "caret-down-fill", "caret-up-fill", "caret-up-down", "pie", "table-view", "task-done-file", "right-angle", "text-rotation-angle-up", "text-rotation-none", "text-rotation-up", "preview-file", "share", "image", "text", "color-palette", "shuffle", "table", "chart", "calendar", "horizontal-rule", "short-text", "subheader", "copy", "timer", "link", "not-found", "row", "line", "time series", "globe", "map", "histogram", "radar", "scale", "scatter", "tree", "doughnut", "scatter", "waterfall", "area", "bubble", "boxplot", "string", "boolean", "date", "number", "unknown", "array", "right-join", "left-join", "outer-join", "right-full-join", "left-full-join", "inner-join", "full-join", "version-history", "roles", "gauge", "step", "treeMap", "stack", "horizontal stack"];
101
+ export declare const ICONS_LIST: readonly ["people", "new-window", "circle", "group-by", "undo", "redo", "maximize", "minimize", "fullscreen", "download", "archive", "format", "company", "profile", "users", "bar-chart", "bar-chart-2", "kebab-menu-horizontal", "kebab-menu-vertical", "paint-brush", "funnel", "funnel-simple", "cross", "columns", "gear", "presentation-chart", "chevron-down", "plus", "info", "arrow-down", "arrow-up", "arrow-left", "arrow-right", "double-arrow-left", "double-arrow-right", "expand-arrows", "eye", "eye-slash", "database", "magnifying-glass", "pencil-simple-line", "pencil-simple", "file-sql", "code", "sign-out", "save", "delete", "align-space-even", "align-bottom", "align-left", "align-right", "align-top", "trend-up", "trend-up-chart", "caret-down-fill", "caret-up-fill", "caret-up-down", "pie-chart", "table-view", "task-done-file", "right-angle", "text-rotation-angle-up", "text-rotation-none", "text-rotation-up", "preview-file", "share", "image", "text", "color-palette", "shuffle", "table", "chart", "calendar", "horizontal-rule", "short-text", "subheader", "copy", "timer", "link", "not-found", "bar-chart-horizontal", "line-chart", "line-chart-trend-up", "globe", "map", "leaderboard", "radar", "scale", "scatter-plot", "tree", "donut-chart", "scatter-chart", "waterfall-chart", "area-chart", "bubble-chart", "candlestick-chart", "string", "boolean", "date", "number", "unknown", "array", "right-join", "left-join", "outer-join", "right-full-join", "left-full-join", "inner-join", "full-join", "version-history", "roles"];
102
102
  export declare const NUMBER = "number";
103
103
  export declare const STRING = "string";
104
104
  export declare const BOOLEAN = "boolean";
@@ -414,7 +414,6 @@ export type FloatingDropDownOption = {
414
414
  value: string;
415
415
  badge?: string;
416
416
  subValue?: string;
417
- subLabelOptions?: string[];
418
417
  icon?: string;
419
418
  columnList?: any;
420
419
  labelType?: string;
@@ -423,7 +422,6 @@ export type FloatingDropDownOption = {
423
422
  table?: TableObjectType;
424
423
  isImportEnabled?: boolean;
425
424
  column?: SelectedColumn;
426
- subLabelIcon?: string;
427
425
  };
428
426
  export type FilterType = {
429
427
  tableName: string;