@devtable/dashboard 13.42.13 → 13.43.0
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/filter/filter-date-range/widget/shortcuts/shortcuts.d.ts +2 -0
- package/dist/components/filter/filter-multi-select/render/widget.d.ts +5 -7
- package/dist/components/filter/filter-multi-select/render/widget.styles.d.ts +5 -9
- package/dist/components/filter/filter-settings/preview-filter.d.ts +2 -2
- package/dist/components/filter/filter-tree/filter-tree-select/render/widget.d.ts +5 -7
- package/dist/components/filter/filter-tree/filter-tree-select/render/widget.styles.d.ts +5 -9
- package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.d.ts +5 -6
- package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.styles.d.ts +5 -9
- package/dist/components/filter/select-item.d.ts +2 -7
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +12 -12
- package/dist/components/panel/panel-render/panel-render-base.d.ts +2 -2
- package/dist/components/panel/settings/common/aggregation-selector.d.ts +2 -2
- package/dist/components/panel/settings/common/data-field-selector.d.ts +2 -2
- package/dist/components/panel/settings/common/mantine-size-selector.d.ts +4 -4
- package/dist/components/panel/settings/common/panel-query-selector.d.ts +2 -2
- package/dist/components/panel/settings/common/variable-selector/variable-selector-item.d.ts +2 -9
- package/dist/components/panel/settings/common/variable-selector/variable-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/axis-label-rotate/axis-label-rotate-input.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/line-area-style/line-area-origin-selector.d.ts +3 -7
- package/dist/components/plugins/common-echarts-fields/line-area-style/temp-color-input.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/line-type/line-type-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/name-text-align/name-text-align-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/orientation/orientation-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/x-axis-position/x-axis-position-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/y-axis-position/y-axis-position-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/color-mapping-editor/style.d.ts +2 -5
- package/dist/components/plugins/editor-components/color-type/color-type-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/flex/align-items-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/flex/justify-content-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/horizontal-align-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/vertical-align-selector.d.ts +2 -2
- package/dist/components/plugins/plugin-context.d.ts +30 -12
- package/dist/components/plugins/viz-components/button/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/metric.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/value-type-selector.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/viz-table.styles.d.ts +4 -8
- package/dist/components/view/view-component/render/division.d.ts +2 -2
- package/dist/components/widgets/custom-selector-item/index.d.ts +2 -8
- package/dist/components/widgets/rich-text-editor/readonly-rich-text-editor.d.ts +2 -2
- package/dist/contexts/panel-context.d.ts +42 -24
- package/dist/dashboard-editor/model/editor/index.d.ts +10 -2
- package/dist/dashboard-editor/model/filters/index.d.ts +26 -26
- package/dist/dashboard-editor/model/panels/panel.d.ts +15 -6
- package/dist/dashboard-editor/model/queries/queries.d.ts +9 -9
- package/dist/dashboard-editor/model/queries/query.d.ts +1 -1
- package/dist/dashboard-editor/model/views/index.d.ts +672 -672
- package/dist/dashboard-editor/model/views/view.d.ts +30 -30
- package/dist/dashboard-editor/ui/header/spotlight/editor-spotlight.d.ts +3 -0
- package/dist/dashboard-editor/ui/header/spotlight/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/header/spotlight/spotlight-action-component.d.ts +7 -2
- package/dist/dashboard-editor/ui/header/spotlight/spotlight-actions.d.ts +7 -0
- package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.style.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-variables-guide.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +88 -88
- package/dist/dashboard-editor/ui/settings/content/view-query-vars/query-variables-guide.d.ts +2 -2
- package/dist/dashboard.es.js +13669 -16716
- package/dist/dashboard.umd.js +116 -115
- package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +9 -9
- package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +6 -6
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select-base.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-single-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/view/view.d.ts +20 -20
- package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +34 -33
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +22 -22
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +6 -6
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +5 -5
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/views/view.d.ts +28 -28
- package/dist/model/render-model/dashboard/content/views/views.d.ts +534 -534
- package/dist/stats.html +1 -1
- package/dist/style.css +1 -1
- package/dist/styles/common-html-content-style.d.ts +2 -2
- package/dist/utils/mantine.d.ts +4 -0
- package/dist/version.json +2 -2
- package/package.json +69 -104
- package/dist/dashboard-editor/ui/header/spotlight/spotlight-provider.d.ts +0 -6
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import _ from 'lodash';
|
|
1
2
|
import { DateRangeValue } from '../../../../../model';
|
|
2
3
|
export type GetRange = () => DateRangeValue;
|
|
3
4
|
type Shrotcut = {
|
|
@@ -8,4 +9,5 @@ type Shrotcut = {
|
|
|
8
9
|
};
|
|
9
10
|
export declare const getDateRangeShortcuts: () => Shrotcut[];
|
|
10
11
|
export declare function getDateRangeShortcutValue(shortcutValue: string | null): DateRangeValue | null;
|
|
12
|
+
export declare function getShortcutsInGroups(): _.Dictionary<Shrotcut[]>;
|
|
11
13
|
export {};
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import useStyles, { MultiSelectWidgetStylesParams } from './widget.styles';
|
|
1
|
+
import { MantineRadius } from '@mantine/core';
|
|
3
2
|
export type TSelectOption = {
|
|
4
3
|
label: string;
|
|
5
4
|
value: string;
|
|
6
5
|
description?: string;
|
|
7
6
|
};
|
|
8
|
-
type
|
|
9
|
-
|
|
10
|
-
radius?: MantineNumberSize;
|
|
7
|
+
type Props = {
|
|
8
|
+
radius?: MantineRadius;
|
|
11
9
|
style?: Record<string, any>;
|
|
12
10
|
label: string;
|
|
13
11
|
value: string[];
|
|
@@ -16,6 +14,6 @@ interface IProps extends DefaultProps<StylesNames, MultiSelectWidgetStylesParams
|
|
|
16
14
|
disabled: boolean;
|
|
17
15
|
errorMessage?: string;
|
|
18
16
|
required: boolean;
|
|
19
|
-
}
|
|
20
|
-
export declare const MultiSelectWidget: ({ disabled,
|
|
17
|
+
};
|
|
18
|
+
export declare const MultiSelectWidget: ({ disabled, radius, style, label, value, onChange, options, errorMessage, required, }: Props) => import('./react/jsx-runtime').JSX.Element;
|
|
21
19
|
export {};
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MantineRadius } from '@mantine/core';
|
|
2
2
|
export interface MultiSelectWidgetStylesParams {
|
|
3
|
-
radius?:
|
|
3
|
+
radius?: MantineRadius;
|
|
4
|
+
name: string;
|
|
4
5
|
}
|
|
5
|
-
declare const _default: (params: MultiSelectWidgetStylesParams
|
|
6
|
-
classes:
|
|
7
|
-
root: string;
|
|
8
|
-
label: string;
|
|
9
|
-
required: string;
|
|
10
|
-
dropdown: string;
|
|
11
|
-
};
|
|
6
|
+
declare const _default: (params: MultiSelectWidgetStylesParams) => {
|
|
7
|
+
classes: Record<"required" | "label" | "root" | "dropdown", string>;
|
|
12
8
|
cx: (...args: any) => string;
|
|
13
9
|
theme: import("@mantine/core").MantineTheme;
|
|
14
10
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { FilterMetaInstance } from '../../../model';
|
|
3
3
|
interface IPreviewFilter {
|
|
4
4
|
filter: FilterMetaInstance;
|
|
5
5
|
}
|
|
6
|
-
export declare const PreviewFilter:
|
|
6
|
+
export declare const PreviewFilter: import('./react').FunctionComponent<IPreviewFilter>;
|
|
7
7
|
export {};
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MantineRadius } from '@mantine/core';
|
|
2
2
|
import { TreeItem } from 'performant-array-to-tree';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
interface IFilterTreeSelectWidget extends DefaultProps<MyComponentStylesNames, TreeSelectWidgetStylesParams> {
|
|
6
|
-
radius?: MantineNumberSize;
|
|
3
|
+
type Props = {
|
|
4
|
+
radius?: MantineRadius;
|
|
7
5
|
style?: Record<string, any>;
|
|
8
6
|
label: string;
|
|
9
7
|
value: TreeItem[];
|
|
@@ -13,6 +11,6 @@ interface IFilterTreeSelectWidget extends DefaultProps<MyComponentStylesNames, T
|
|
|
13
11
|
errorMessage?: string;
|
|
14
12
|
required: boolean;
|
|
15
13
|
treeCheckStrictly: boolean;
|
|
16
|
-
}
|
|
17
|
-
export declare const FilterTreeSelectWidget: ({ disabled,
|
|
14
|
+
};
|
|
15
|
+
export declare const FilterTreeSelectWidget: ({ disabled, radius, style, label, value, onChange, treeData, errorMessage, required, treeCheckStrictly, }: Props) => import('./react/jsx-runtime').JSX.Element;
|
|
18
16
|
export {};
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MantineRadius } from '@mantine/core';
|
|
2
2
|
export interface TreeSelectWidgetStylesParams {
|
|
3
|
-
radius?:
|
|
3
|
+
radius?: MantineRadius;
|
|
4
|
+
name: string;
|
|
4
5
|
}
|
|
5
|
-
declare const _default: (params: TreeSelectWidgetStylesParams
|
|
6
|
-
classes:
|
|
7
|
-
root: string;
|
|
8
|
-
label: string;
|
|
9
|
-
required: string;
|
|
10
|
-
dropdown: string;
|
|
11
|
-
};
|
|
6
|
+
declare const _default: (params: TreeSelectWidgetStylesParams) => {
|
|
7
|
+
classes: Record<"required" | "label" | "root" | "dropdown", string>;
|
|
12
8
|
cx: (...args: any) => string;
|
|
13
9
|
theme: import("@mantine/core").MantineTheme;
|
|
14
10
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MantineRadius } from '@mantine/core';
|
|
2
2
|
import { TreeItem } from 'performant-array-to-tree';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
radius?: MantineNumberSize;
|
|
3
|
+
type Props = {
|
|
4
|
+
radius?: MantineRadius;
|
|
6
5
|
style?: Record<string, any>;
|
|
7
6
|
label: string;
|
|
8
7
|
value: TreeItem;
|
|
@@ -11,6 +10,6 @@ interface Props extends DefaultProps<Selectors<typeof useStyles>, TreeSelectWidg
|
|
|
11
10
|
disabled: boolean;
|
|
12
11
|
errorMessage?: string;
|
|
13
12
|
required: boolean;
|
|
14
|
-
}
|
|
15
|
-
export declare const FilterTreeSingleSelectWidget: ({ disabled,
|
|
13
|
+
};
|
|
14
|
+
export declare const FilterTreeSingleSelectWidget: ({ disabled, radius, style, label, value, onChange, treeData, errorMessage, required, }: Props) => import('./react/jsx-runtime').JSX.Element;
|
|
16
15
|
export {};
|
package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.styles.d.ts
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MantineRadius } from '@mantine/core';
|
|
2
2
|
export interface TreeSelectWidgetStylesParams {
|
|
3
|
-
radius?:
|
|
3
|
+
radius?: MantineRadius;
|
|
4
|
+
name: string;
|
|
4
5
|
}
|
|
5
|
-
declare const _default: (params: TreeSelectWidgetStylesParams
|
|
6
|
-
classes:
|
|
7
|
-
root: string;
|
|
8
|
-
label: string;
|
|
9
|
-
required: string;
|
|
10
|
-
dropdown: string;
|
|
11
|
-
};
|
|
6
|
+
declare const _default: (params: TreeSelectWidgetStylesParams) => {
|
|
7
|
+
classes: Record<"required" | "label" | "root" | "dropdown", string>;
|
|
12
8
|
cx: (...args: any) => string;
|
|
13
9
|
theme: import("@mantine/core").MantineTheme;
|
|
14
10
|
};
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
label: string;
|
|
4
|
-
description: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const FilterSelectItem: import('./react').ForwardRefExoticComponent<ItemProps & import('./react').RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export {};
|
|
1
|
+
import { SelectProps } from '@mantine/core';
|
|
2
|
+
export declare const FilterSelectItem: SelectProps['renderOption'];
|
|
@@ -3013,7 +3013,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3013
3013
|
} & {
|
|
3014
3014
|
readonly rootModel: any;
|
|
3015
3015
|
readonly contentModel: any;
|
|
3016
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3016
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3017
3017
|
readonly unmetRunByConditions: string[];
|
|
3018
3018
|
} & {
|
|
3019
3019
|
readonly payload: any;
|
|
@@ -3092,7 +3092,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3092
3092
|
} & {
|
|
3093
3093
|
readonly rootModel: any;
|
|
3094
3094
|
readonly contentModel: any;
|
|
3095
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3095
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3096
3096
|
readonly unmetRunByConditions: string[];
|
|
3097
3097
|
} & {
|
|
3098
3098
|
readonly payload: any;
|
|
@@ -3171,7 +3171,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3171
3171
|
} & {
|
|
3172
3172
|
readonly rootModel: any;
|
|
3173
3173
|
readonly contentModel: any;
|
|
3174
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3174
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3175
3175
|
readonly unmetRunByConditions: string[];
|
|
3176
3176
|
} & {
|
|
3177
3177
|
readonly payload: any;
|
|
@@ -3250,7 +3250,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3250
3250
|
} & {
|
|
3251
3251
|
readonly rootModel: any;
|
|
3252
3252
|
readonly contentModel: any;
|
|
3253
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3253
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3254
3254
|
readonly unmetRunByConditions: string[];
|
|
3255
3255
|
} & {
|
|
3256
3256
|
readonly payload: any;
|
|
@@ -3330,7 +3330,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3330
3330
|
} & {
|
|
3331
3331
|
readonly rootModel: any;
|
|
3332
3332
|
readonly contentModel: any;
|
|
3333
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3333
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3334
3334
|
readonly unmetRunByConditions: string[];
|
|
3335
3335
|
} & {
|
|
3336
3336
|
readonly payload: any;
|
|
@@ -3409,7 +3409,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3409
3409
|
} & {
|
|
3410
3410
|
readonly rootModel: any;
|
|
3411
3411
|
readonly contentModel: any;
|
|
3412
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3412
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3413
3413
|
readonly unmetRunByConditions: string[];
|
|
3414
3414
|
} & {
|
|
3415
3415
|
readonly payload: any;
|
|
@@ -6351,7 +6351,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6351
6351
|
} & {
|
|
6352
6352
|
readonly rootModel: any;
|
|
6353
6353
|
readonly contentModel: any;
|
|
6354
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6354
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6355
6355
|
readonly unmetRunByConditions: string[];
|
|
6356
6356
|
} & {
|
|
6357
6357
|
readonly payload: any;
|
|
@@ -6430,7 +6430,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6430
6430
|
} & {
|
|
6431
6431
|
readonly rootModel: any;
|
|
6432
6432
|
readonly contentModel: any;
|
|
6433
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6433
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6434
6434
|
readonly unmetRunByConditions: string[];
|
|
6435
6435
|
} & {
|
|
6436
6436
|
readonly payload: any;
|
|
@@ -6509,7 +6509,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6509
6509
|
} & {
|
|
6510
6510
|
readonly rootModel: any;
|
|
6511
6511
|
readonly contentModel: any;
|
|
6512
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6512
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6513
6513
|
readonly unmetRunByConditions: string[];
|
|
6514
6514
|
} & {
|
|
6515
6515
|
readonly payload: any;
|
|
@@ -6588,7 +6588,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6588
6588
|
} & {
|
|
6589
6589
|
readonly rootModel: any;
|
|
6590
6590
|
readonly contentModel: any;
|
|
6591
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6591
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6592
6592
|
readonly unmetRunByConditions: string[];
|
|
6593
6593
|
} & {
|
|
6594
6594
|
readonly payload: any;
|
|
@@ -6668,7 +6668,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6668
6668
|
} & {
|
|
6669
6669
|
readonly rootModel: any;
|
|
6670
6670
|
readonly contentModel: any;
|
|
6671
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6671
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6672
6672
|
readonly unmetRunByConditions: string[];
|
|
6673
6673
|
} & {
|
|
6674
6674
|
readonly payload: any;
|
|
@@ -6747,7 +6747,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6747
6747
|
} & {
|
|
6748
6748
|
readonly rootModel: any;
|
|
6749
6749
|
readonly contentModel: any;
|
|
6750
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6750
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6751
6751
|
readonly unmetRunByConditions: string[];
|
|
6752
6752
|
} & {
|
|
6753
6753
|
readonly payload: any;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
2
2
|
import { ReactNode } from './react';
|
|
3
3
|
import { PanelRenderModelInstance } from '../../../model';
|
|
4
4
|
interface IPanelBase {
|
|
5
5
|
panel: PanelRenderModelInstance;
|
|
6
6
|
dropdownContent?: ReactNode;
|
|
7
|
-
panelStyle:
|
|
7
|
+
panelStyle: EmotionSx;
|
|
8
8
|
}
|
|
9
9
|
export declare const PanelRenderBase: (({ panel, panelStyle, dropdownContent }: IPanelBase) => import('./react/jsx-runtime').JSX.Element) & {
|
|
10
10
|
displayName: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MantineSpacing, StyleProp } from '@mantine/core';
|
|
2
2
|
import React from './react';
|
|
3
3
|
import { AggregationType } from '../../../../utils';
|
|
4
4
|
interface IAggregationSelector {
|
|
5
5
|
value: AggregationType;
|
|
6
6
|
onChange: (v: AggregationType) => void;
|
|
7
7
|
label: string;
|
|
8
|
-
pt?:
|
|
8
|
+
pt?: StyleProp<MantineSpacing>;
|
|
9
9
|
withFallback: boolean;
|
|
10
10
|
}
|
|
11
11
|
export declare const AggregationSelector: React.ForwardRefExoticComponent<IAggregationSelector & React.RefAttributes<unknown>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
2
2
|
import React from './react';
|
|
3
3
|
interface IDataFieldSelector {
|
|
4
4
|
label: string;
|
|
@@ -6,7 +6,7 @@ interface IDataFieldSelector {
|
|
|
6
6
|
value: string;
|
|
7
7
|
onChange: (v: string) => void;
|
|
8
8
|
clearable?: boolean;
|
|
9
|
-
sx?:
|
|
9
|
+
sx?: EmotionSx;
|
|
10
10
|
queryID?: string;
|
|
11
11
|
description?: string;
|
|
12
12
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
interface Props {
|
|
4
4
|
label: string;
|
|
5
|
-
value:
|
|
6
|
-
onChange: (v:
|
|
7
|
-
sx?:
|
|
5
|
+
value: string;
|
|
6
|
+
onChange: (v: string) => void;
|
|
7
|
+
sx?: EmotionSx;
|
|
8
8
|
disabled?: boolean;
|
|
9
9
|
}
|
|
10
10
|
export declare const MantineSizeSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
2
2
|
import React from './react';
|
|
3
3
|
type Props = {
|
|
4
4
|
label: string;
|
|
@@ -6,7 +6,7 @@ type Props = {
|
|
|
6
6
|
value: string;
|
|
7
7
|
onChange: (v: string) => void;
|
|
8
8
|
clearable?: boolean;
|
|
9
|
-
sx?:
|
|
9
|
+
sx?: EmotionSx;
|
|
10
10
|
queryID?: string;
|
|
11
11
|
description?: string;
|
|
12
12
|
};
|
|
@@ -1,10 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
value: string;
|
|
5
|
-
aggValue: string;
|
|
6
|
-
formattedValue: string;
|
|
7
|
-
preview: 'aggregated' | 'formatted';
|
|
8
|
-
}
|
|
9
|
-
export declare const VariableSelectorItem: import('./react').ForwardRefExoticComponent<ItemProps & import('./react').RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export {};
|
|
2
|
+
import { ComboboxItem } from '@mantine/core';
|
|
3
|
+
export declare function getVariableSelectorItemRenderer(preview: 'aggregated' | 'formatted'): (item: import("@mantine/core").ComboboxLikeRenderOptionInput<ComboboxItem>) => import('./react').ReactNode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
2
2
|
import React from './react';
|
|
3
3
|
type Props = {
|
|
4
4
|
label: string;
|
|
@@ -7,7 +7,7 @@ type Props = {
|
|
|
7
7
|
description?: string;
|
|
8
8
|
required?: boolean;
|
|
9
9
|
clearable?: boolean;
|
|
10
|
-
sx?:
|
|
10
|
+
sx?: EmotionSx;
|
|
11
11
|
preview?: 'aggregated' | 'formatted';
|
|
12
12
|
zIndex?: number;
|
|
13
13
|
};
|
package/dist/components/plugins/common-echarts-fields/axis-label-rotate/axis-label-rotate-input.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
interface Props {
|
|
4
4
|
label?: string;
|
|
5
5
|
value?: number;
|
|
6
6
|
onChange: (v: number) => void;
|
|
7
|
-
sx?:
|
|
7
|
+
sx?: EmotionSx;
|
|
8
8
|
}
|
|
9
9
|
export declare const AxisLabelRotateInput: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
10
10
|
export {};
|
package/dist/components/plugins/common-echarts-fields/line-area-style/line-area-origin-selector.d.ts
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { SelectProps } from '@mantine/core';
|
|
2
3
|
import { EchartsLineAreaStyle } from './types';
|
|
3
|
-
|
|
4
|
-
label: string;
|
|
5
|
-
description: string;
|
|
6
|
-
value: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const OriginSelectorItem: import('./react').ForwardRefExoticComponent<ItemProps & import('./react').RefAttributes<HTMLDivElement>>;
|
|
4
|
+
export declare const OriginSelectorItem: SelectProps['renderOption'];
|
|
9
5
|
type Props = {
|
|
10
6
|
value: EchartsLineAreaStyle['origin'];
|
|
11
7
|
onChange: (v: EchartsLineAreaStyle['origin']) => void;
|
|
12
8
|
};
|
|
13
|
-
export declare const LineAreaOriginSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<
|
|
9
|
+
export declare const LineAreaOriginSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
14
10
|
export {};
|
|
@@ -5,5 +5,5 @@ type Props = {
|
|
|
5
5
|
value: string;
|
|
6
6
|
onChange: (v: string) => void;
|
|
7
7
|
};
|
|
8
|
-
export declare const TempColorInput: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<
|
|
8
|
+
export declare const TempColorInput: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
9
9
|
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
import { IEChartsLineType } from './types';
|
|
4
4
|
interface Props {
|
|
5
5
|
label?: string;
|
|
6
6
|
value?: IEChartsLineType;
|
|
7
7
|
onChange: (v: IEChartsLineType) => void;
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
}
|
|
10
10
|
export declare const LineTypeSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
11
11
|
export {};
|
package/dist/components/plugins/common-echarts-fields/name-text-align/name-text-align-selector.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
import { EChartsNameTextAlign } from './types';
|
|
4
4
|
interface Props {
|
|
5
5
|
label?: string;
|
|
6
6
|
value?: EChartsNameTextAlign;
|
|
7
7
|
onChange: (v: EChartsNameTextAlign) => void;
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
disabled?: boolean;
|
|
10
10
|
}
|
|
11
11
|
export declare const NameTextAlignSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
import { ChartingOrientation } from './types';
|
|
4
4
|
interface Props {
|
|
5
5
|
label?: string;
|
|
6
6
|
value?: ChartingOrientation;
|
|
7
7
|
onChange: (v: ChartingOrientation) => void;
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
disabled?: boolean;
|
|
10
10
|
}
|
|
11
11
|
export declare const OrientationSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
package/dist/components/plugins/common-echarts-fields/x-axis-position/x-axis-position-selector.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
import { EChartsXAxisPosition } from './types';
|
|
4
4
|
interface Props {
|
|
5
5
|
label?: string;
|
|
6
6
|
value?: EChartsXAxisPosition;
|
|
7
7
|
onChange: (v: EChartsXAxisPosition) => void;
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
}
|
|
10
10
|
export declare const XAxisPositionSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
11
11
|
export {};
|
package/dist/components/plugins/common-echarts-fields/y-axis-position/y-axis-position-selector.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
import { EChartsYAxisPosition } from './types';
|
|
4
4
|
interface Props {
|
|
5
5
|
label?: string;
|
|
6
6
|
value?: EChartsYAxisPosition;
|
|
7
7
|
onChange: (v: EChartsYAxisPosition) => void;
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
}
|
|
10
10
|
export declare const YAxisPositionSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
11
11
|
export {};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
export declare const useStyles: (params: void
|
|
2
|
-
classes:
|
|
3
|
-
palette: string;
|
|
4
|
-
paletteItem: string;
|
|
5
|
-
};
|
|
1
|
+
export declare const useStyles: (params: void) => {
|
|
2
|
+
classes: Record<"palette" | "paletteItem", string>;
|
|
6
3
|
cx: (...args: any) => string;
|
|
7
4
|
theme: import("@mantine/core").MantineTheme;
|
|
8
5
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
import { ColorType } from './type';
|
|
4
4
|
interface Props {
|
|
5
5
|
label?: string;
|
|
6
6
|
value?: ColorType;
|
|
7
7
|
onChange: (v: ColorType) => void;
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
}
|
|
10
10
|
export declare const ColorTypeSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
11
11
|
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
import { AlignItems } from './type';
|
|
4
4
|
interface Props {
|
|
5
5
|
label?: string;
|
|
6
6
|
value?: AlignItems;
|
|
7
7
|
onChange: (v: AlignItems) => void;
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
}
|
|
10
10
|
export declare const AlignItemsSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
11
11
|
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
import { JustifyContent } from './type';
|
|
4
4
|
interface Props {
|
|
5
5
|
label?: string;
|
|
6
6
|
value?: JustifyContent;
|
|
7
7
|
onChange: (v: JustifyContent) => void;
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
}
|
|
10
10
|
export declare const JustifyContentSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
11
11
|
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
export type HorizontalAlign = 'left' | 'center' | 'right';
|
|
4
4
|
interface Props {
|
|
5
5
|
label?: string;
|
|
6
6
|
value?: HorizontalAlign;
|
|
7
7
|
onChange: (v: HorizontalAlign) => void;
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
}
|
|
10
10
|
export declare const HorizontalAlignSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
11
11
|
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
export type VerticalAlign = 'top' | 'center' | 'bottom';
|
|
4
4
|
interface Props {
|
|
5
5
|
label?: string;
|
|
6
6
|
value?: VerticalAlign;
|
|
7
7
|
onChange: (v: VerticalAlign) => void;
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
}
|
|
10
10
|
export declare const VerticalAlignSelector: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLInputElement>>;
|
|
11
11
|
export {};
|