@databrainhq/plugin 0.14.63 → 0.14.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Accordion/index.d.ts +0 -5
- package/dist/components/AutoCompleteDropdown/index.d.ts +0 -1
- package/dist/components/Badge/index.d.ts +1 -2
- package/dist/components/FloatingDropDown/index.d.ts +1 -3
- package/dist/components/Icons/icons.d.ts +1 -1
- package/dist/components/List/index.d.ts +2 -7
- package/dist/components/Tab/index.d.ts +1 -3
- package/dist/components/TagInputField/index.d.ts +3 -4
- package/dist/consts/app.d.ts +1 -1
- package/dist/types/app.d.ts +0 -2
- package/dist/webcomponents.es.js +39203 -39669
- package/dist/webcomponents.umd.js +212 -249
- package/package.json +1 -1
- package/dist/containers/index.d.ts +0 -3
- package/dist/index.d.ts +0 -8
|
@@ -22,11 +22,6 @@ export type ListProps = {
|
|
|
22
22
|
id: string;
|
|
23
23
|
}>>;
|
|
24
24
|
isDisableMoreOption?: boolean;
|
|
25
|
-
|
|
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,
|
|
27
|
+
export declare const List: ({ headers, data, variant, noDataText, loadMoreText, className, initialLimit, isDataLoading, showLogo, isShowOptions, setValue, isDisableMoreOption, isEnableHovering, }: ListProps) => 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,
|
|
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
|
|
26
|
+
onChangeTags?: (tags: string[]) => void;
|
|
28
27
|
defaultTagValue?: string[];
|
|
29
28
|
};
|
|
30
|
-
export declare const TagInputField: ({ control, placeholder, name, label, onChangeTags, defaultTagValue,
|
|
31
|
-
declare const _default: React.MemoExoticComponent<({ control, placeholder, name, label, onChangeTags, defaultTagValue,
|
|
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;
|
package/dist/consts/app.d.ts
CHANGED
|
@@ -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", "
|
|
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";
|
package/dist/types/app.d.ts
CHANGED
|
@@ -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;
|