@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
|
@@ -3034,7 +3034,7 @@ export declare const tokens: {
|
|
|
3034
3034
|
} & {
|
|
3035
3035
|
readonly rootModel: any;
|
|
3036
3036
|
readonly contentModel: any;
|
|
3037
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3037
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3038
3038
|
readonly unmetRunByConditions: string[];
|
|
3039
3039
|
} & {
|
|
3040
3040
|
readonly payload: any;
|
|
@@ -3113,7 +3113,7 @@ export declare const tokens: {
|
|
|
3113
3113
|
} & {
|
|
3114
3114
|
readonly rootModel: any;
|
|
3115
3115
|
readonly contentModel: any;
|
|
3116
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3116
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3117
3117
|
readonly unmetRunByConditions: string[];
|
|
3118
3118
|
} & {
|
|
3119
3119
|
readonly payload: any;
|
|
@@ -3192,7 +3192,7 @@ export declare const tokens: {
|
|
|
3192
3192
|
} & {
|
|
3193
3193
|
readonly rootModel: any;
|
|
3194
3194
|
readonly contentModel: any;
|
|
3195
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3195
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3196
3196
|
readonly unmetRunByConditions: string[];
|
|
3197
3197
|
} & {
|
|
3198
3198
|
readonly payload: any;
|
|
@@ -3271,7 +3271,7 @@ export declare const tokens: {
|
|
|
3271
3271
|
} & {
|
|
3272
3272
|
readonly rootModel: any;
|
|
3273
3273
|
readonly contentModel: any;
|
|
3274
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3274
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3275
3275
|
readonly unmetRunByConditions: string[];
|
|
3276
3276
|
} & {
|
|
3277
3277
|
readonly payload: any;
|
|
@@ -3351,7 +3351,7 @@ export declare const tokens: {
|
|
|
3351
3351
|
} & {
|
|
3352
3352
|
readonly rootModel: any;
|
|
3353
3353
|
readonly contentModel: any;
|
|
3354
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3354
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3355
3355
|
readonly unmetRunByConditions: string[];
|
|
3356
3356
|
} & {
|
|
3357
3357
|
readonly payload: any;
|
|
@@ -3430,7 +3430,7 @@ export declare const tokens: {
|
|
|
3430
3430
|
} & {
|
|
3431
3431
|
readonly rootModel: any;
|
|
3432
3432
|
readonly contentModel: any;
|
|
3433
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3433
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3434
3434
|
readonly unmetRunByConditions: string[];
|
|
3435
3435
|
} & {
|
|
3436
3436
|
readonly payload: any;
|
|
@@ -3956,6 +3956,15 @@ export declare const tokens: {
|
|
|
3956
3956
|
group_id: string;
|
|
3957
3957
|
disabled: boolean;
|
|
3958
3958
|
}[];
|
|
3959
|
+
dataFieldOptionGroups(selected: string, clearable: boolean, queryID?: string | undefined): {
|
|
3960
|
+
group: string;
|
|
3961
|
+
items: {
|
|
3962
|
+
label: string;
|
|
3963
|
+
value: string;
|
|
3964
|
+
group_id: string;
|
|
3965
|
+
disabled: boolean;
|
|
3966
|
+
}[];
|
|
3967
|
+
}[];
|
|
3959
3968
|
explainDataKey(dataKey: string): {
|
|
3960
3969
|
queryID: string;
|
|
3961
3970
|
queryName: null;
|
|
@@ -6424,7 +6433,7 @@ export declare const tokens: {
|
|
|
6424
6433
|
} & {
|
|
6425
6434
|
readonly rootModel: any;
|
|
6426
6435
|
readonly contentModel: any;
|
|
6427
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6436
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6428
6437
|
readonly unmetRunByConditions: string[];
|
|
6429
6438
|
} & {
|
|
6430
6439
|
readonly payload: any;
|
|
@@ -6503,7 +6512,7 @@ export declare const tokens: {
|
|
|
6503
6512
|
} & {
|
|
6504
6513
|
readonly rootModel: any;
|
|
6505
6514
|
readonly contentModel: any;
|
|
6506
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6515
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6507
6516
|
readonly unmetRunByConditions: string[];
|
|
6508
6517
|
} & {
|
|
6509
6518
|
readonly payload: any;
|
|
@@ -6582,7 +6591,7 @@ export declare const tokens: {
|
|
|
6582
6591
|
} & {
|
|
6583
6592
|
readonly rootModel: any;
|
|
6584
6593
|
readonly contentModel: any;
|
|
6585
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6594
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6586
6595
|
readonly unmetRunByConditions: string[];
|
|
6587
6596
|
} & {
|
|
6588
6597
|
readonly payload: any;
|
|
@@ -6661,7 +6670,7 @@ export declare const tokens: {
|
|
|
6661
6670
|
} & {
|
|
6662
6671
|
readonly rootModel: any;
|
|
6663
6672
|
readonly contentModel: any;
|
|
6664
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6673
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6665
6674
|
readonly unmetRunByConditions: string[];
|
|
6666
6675
|
} & {
|
|
6667
6676
|
readonly payload: any;
|
|
@@ -6741,7 +6750,7 @@ export declare const tokens: {
|
|
|
6741
6750
|
} & {
|
|
6742
6751
|
readonly rootModel: any;
|
|
6743
6752
|
readonly contentModel: any;
|
|
6744
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6753
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6745
6754
|
readonly unmetRunByConditions: string[];
|
|
6746
6755
|
} & {
|
|
6747
6756
|
readonly payload: any;
|
|
@@ -6820,7 +6829,7 @@ export declare const tokens: {
|
|
|
6820
6829
|
} & {
|
|
6821
6830
|
readonly rootModel: any;
|
|
6822
6831
|
readonly contentModel: any;
|
|
6823
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6832
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6824
6833
|
readonly unmetRunByConditions: string[];
|
|
6825
6834
|
} & {
|
|
6826
6835
|
readonly payload: any;
|
|
@@ -7346,6 +7355,15 @@ export declare const tokens: {
|
|
|
7346
7355
|
group_id: string;
|
|
7347
7356
|
disabled: boolean;
|
|
7348
7357
|
}[];
|
|
7358
|
+
dataFieldOptionGroups(selected: string, clearable: boolean, queryID?: string | undefined): {
|
|
7359
|
+
group: string;
|
|
7360
|
+
items: {
|
|
7361
|
+
label: string;
|
|
7362
|
+
value: string;
|
|
7363
|
+
group_id: string;
|
|
7364
|
+
disabled: boolean;
|
|
7365
|
+
}[];
|
|
7366
|
+
}[];
|
|
7349
7367
|
explainDataKey(dataKey: string): {
|
|
7350
7368
|
queryID: string;
|
|
7351
7369
|
queryName: null;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { MantineColor, MantineSize
|
|
1
|
+
import { ButtonVariant, MantineColor, MantineSize } from '@mantine/core';
|
|
2
2
|
import { HorizontalAlign, VerticalAlign } from '../../editor-components';
|
|
3
3
|
export interface IButtonConf {
|
|
4
4
|
content: string;
|
|
5
|
-
variant:
|
|
5
|
+
variant: ButtonVariant;
|
|
6
6
|
color: MantineColor;
|
|
7
7
|
size: MantineSize;
|
|
8
8
|
compact: boolean;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ComboboxItem } from '@mantine/core';
|
|
2
2
|
import { Control, UseFormWatch } from 'react-hook-form';
|
|
3
3
|
import { TMericoStatsConf } from '../../type';
|
|
4
4
|
interface IProps {
|
|
5
5
|
control: Control<TMericoStatsConf, $TSFixMe>;
|
|
6
6
|
index: number;
|
|
7
|
-
variableOptions:
|
|
7
|
+
variableOptions: ComboboxItem[];
|
|
8
8
|
watch: UseFormWatch<TMericoStatsConf>;
|
|
9
9
|
}
|
|
10
10
|
export declare function MetricField({ control, index, watch, variableOptions }: IProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
import { ValueType } from './type';
|
|
4
4
|
interface IValueTypeSelector {
|
|
5
5
|
value: string;
|
|
6
6
|
onChange: (value: ValueType) => void;
|
|
7
|
-
sx?:
|
|
7
|
+
sx?: EmotionSx;
|
|
8
8
|
}
|
|
9
9
|
export declare const ValueTypeSelector: import('./react').ForwardRefExoticComponent<IValueTypeSelector & import('./react').RefAttributes<HTMLInputElement>>;
|
|
10
10
|
export {};
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const useTableStyles: (params: void
|
|
3
|
-
classes:
|
|
4
|
-
root: string;
|
|
5
|
-
thead: string;
|
|
6
|
-
info_bar: string;
|
|
7
|
-
};
|
|
1
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
2
|
+
export declare const useTableStyles: (params: void) => {
|
|
3
|
+
classes: Record<"thead" | "root" | "info_bar", string>;
|
|
8
4
|
cx: (...args: any) => string;
|
|
9
5
|
theme: import("@mantine/core").MantineTheme;
|
|
10
6
|
};
|
|
11
|
-
export declare const baseTableSX:
|
|
7
|
+
export declare const baseTableSX: EmotionSx;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
2
2
|
import { ReactNode } from './react';
|
|
3
3
|
import { ViewRenderModelInstance } from '../../../../model';
|
|
4
4
|
export declare const DivActions: (({ downloadScreenshot }: {
|
|
@@ -9,7 +9,7 @@ export declare const DivActions: (({ downloadScreenshot }: {
|
|
|
9
9
|
export declare const RenderViewDivision: (({ children, view, sx }: {
|
|
10
10
|
children: ReactNode;
|
|
11
11
|
view: ViewRenderModelInstance;
|
|
12
|
-
sx?:
|
|
12
|
+
sx?: EmotionSx | undefined;
|
|
13
13
|
}) => import('./react/jsx-runtime').JSX.Element) & {
|
|
14
14
|
displayName: string;
|
|
15
15
|
};
|
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
image: string;
|
|
4
|
-
label: string;
|
|
5
|
-
description: string;
|
|
6
|
-
}
|
|
7
|
-
export declare const CustomSelectorItem: import('./react').ForwardRefExoticComponent<ItemProps & import('./react').RefAttributes<HTMLDivElement>>;
|
|
8
|
-
export {};
|
|
1
|
+
import { SelectProps } from '@mantine/core';
|
|
2
|
+
export declare const CustomSelectorItem: SelectProps['renderOption'];
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { EmotionSx } from '@mantine/emotion';
|
|
3
3
|
import { RichTextEditorProps } from '@mantine/tiptap';
|
|
4
4
|
import { TDashboardState, VariableAggValueMap } from '../../../model';
|
|
5
5
|
interface IReadonlyRichText {
|
|
6
6
|
value: string;
|
|
7
7
|
styles?: RichTextEditorProps['styles'];
|
|
8
|
-
sx?:
|
|
8
|
+
sx?: EmotionSx;
|
|
9
9
|
dashboardState?: TDashboardState;
|
|
10
10
|
variableAggValueMap?: VariableAggValueMap;
|
|
11
11
|
}
|
|
@@ -3018,7 +3018,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
3018
3018
|
} & {
|
|
3019
3019
|
readonly rootModel: any;
|
|
3020
3020
|
readonly contentModel: any;
|
|
3021
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3021
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3022
3022
|
readonly unmetRunByConditions: string[];
|
|
3023
3023
|
} & {
|
|
3024
3024
|
readonly payload: any;
|
|
@@ -3097,7 +3097,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
3097
3097
|
} & {
|
|
3098
3098
|
readonly rootModel: any;
|
|
3099
3099
|
readonly contentModel: any;
|
|
3100
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3100
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3101
3101
|
readonly unmetRunByConditions: string[];
|
|
3102
3102
|
} & {
|
|
3103
3103
|
readonly payload: any;
|
|
@@ -3176,7 +3176,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
3176
3176
|
} & {
|
|
3177
3177
|
readonly rootModel: any;
|
|
3178
3178
|
readonly contentModel: any;
|
|
3179
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3179
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3180
3180
|
readonly unmetRunByConditions: string[];
|
|
3181
3181
|
} & {
|
|
3182
3182
|
readonly payload: any;
|
|
@@ -3255,7 +3255,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
3255
3255
|
} & {
|
|
3256
3256
|
readonly rootModel: any;
|
|
3257
3257
|
readonly contentModel: any;
|
|
3258
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3258
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3259
3259
|
readonly unmetRunByConditions: string[];
|
|
3260
3260
|
} & {
|
|
3261
3261
|
readonly payload: any;
|
|
@@ -3335,7 +3335,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
3335
3335
|
} & {
|
|
3336
3336
|
readonly rootModel: any;
|
|
3337
3337
|
readonly contentModel: any;
|
|
3338
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3338
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3339
3339
|
readonly unmetRunByConditions: string[];
|
|
3340
3340
|
} & {
|
|
3341
3341
|
readonly payload: any;
|
|
@@ -3414,7 +3414,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
3414
3414
|
} & {
|
|
3415
3415
|
readonly rootModel: any;
|
|
3416
3416
|
readonly contentModel: any;
|
|
3417
|
-
readonly conditionOptions: import("@mantine/core").
|
|
3417
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
3418
3418
|
readonly unmetRunByConditions: string[];
|
|
3419
3419
|
} & {
|
|
3420
3420
|
readonly payload: any;
|
|
@@ -6356,7 +6356,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
6356
6356
|
} & {
|
|
6357
6357
|
readonly rootModel: any;
|
|
6358
6358
|
readonly contentModel: any;
|
|
6359
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6359
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6360
6360
|
readonly unmetRunByConditions: string[];
|
|
6361
6361
|
} & {
|
|
6362
6362
|
readonly payload: any;
|
|
@@ -6435,7 +6435,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
6435
6435
|
} & {
|
|
6436
6436
|
readonly rootModel: any;
|
|
6437
6437
|
readonly contentModel: any;
|
|
6438
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6438
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6439
6439
|
readonly unmetRunByConditions: string[];
|
|
6440
6440
|
} & {
|
|
6441
6441
|
readonly payload: any;
|
|
@@ -6514,7 +6514,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
6514
6514
|
} & {
|
|
6515
6515
|
readonly rootModel: any;
|
|
6516
6516
|
readonly contentModel: any;
|
|
6517
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6517
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6518
6518
|
readonly unmetRunByConditions: string[];
|
|
6519
6519
|
} & {
|
|
6520
6520
|
readonly payload: any;
|
|
@@ -6593,7 +6593,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
6593
6593
|
} & {
|
|
6594
6594
|
readonly rootModel: any;
|
|
6595
6595
|
readonly contentModel: any;
|
|
6596
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6596
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6597
6597
|
readonly unmetRunByConditions: string[];
|
|
6598
6598
|
} & {
|
|
6599
6599
|
readonly payload: any;
|
|
@@ -6673,7 +6673,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
6673
6673
|
} & {
|
|
6674
6674
|
readonly rootModel: any;
|
|
6675
6675
|
readonly contentModel: any;
|
|
6676
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6676
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6677
6677
|
readonly unmetRunByConditions: string[];
|
|
6678
6678
|
} & {
|
|
6679
6679
|
readonly payload: any;
|
|
@@ -6752,7 +6752,7 @@ export declare const useRenderPanelContext: () => {
|
|
|
6752
6752
|
} & {
|
|
6753
6753
|
readonly rootModel: any;
|
|
6754
6754
|
readonly contentModel: any;
|
|
6755
|
-
readonly conditionOptions: import("@mantine/core").
|
|
6755
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
6756
6756
|
readonly unmetRunByConditions: string[];
|
|
6757
6757
|
} & {
|
|
6758
6758
|
readonly payload: any;
|
|
@@ -10255,7 +10255,7 @@ export declare const useEditPanelContext: () => {
|
|
|
10255
10255
|
} & {
|
|
10256
10256
|
readonly rootModel: any;
|
|
10257
10257
|
readonly contentModel: any;
|
|
10258
|
-
readonly conditionOptions: import("@mantine/core").
|
|
10258
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
10259
10259
|
readonly unmetRunByConditions: string[];
|
|
10260
10260
|
} & {
|
|
10261
10261
|
readonly payload: any;
|
|
@@ -10334,7 +10334,7 @@ export declare const useEditPanelContext: () => {
|
|
|
10334
10334
|
} & {
|
|
10335
10335
|
readonly rootModel: any;
|
|
10336
10336
|
readonly contentModel: any;
|
|
10337
|
-
readonly conditionOptions: import("@mantine/core").
|
|
10337
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
10338
10338
|
readonly unmetRunByConditions: string[];
|
|
10339
10339
|
} & {
|
|
10340
10340
|
readonly payload: any;
|
|
@@ -10413,7 +10413,7 @@ export declare const useEditPanelContext: () => {
|
|
|
10413
10413
|
} & {
|
|
10414
10414
|
readonly rootModel: any;
|
|
10415
10415
|
readonly contentModel: any;
|
|
10416
|
-
readonly conditionOptions: import("@mantine/core").
|
|
10416
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
10417
10417
|
readonly unmetRunByConditions: string[];
|
|
10418
10418
|
} & {
|
|
10419
10419
|
readonly payload: any;
|
|
@@ -10492,7 +10492,7 @@ export declare const useEditPanelContext: () => {
|
|
|
10492
10492
|
} & {
|
|
10493
10493
|
readonly rootModel: any;
|
|
10494
10494
|
readonly contentModel: any;
|
|
10495
|
-
readonly conditionOptions: import("@mantine/core").
|
|
10495
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
10496
10496
|
readonly unmetRunByConditions: string[];
|
|
10497
10497
|
} & {
|
|
10498
10498
|
readonly payload: any;
|
|
@@ -10572,7 +10572,7 @@ export declare const useEditPanelContext: () => {
|
|
|
10572
10572
|
} & {
|
|
10573
10573
|
readonly rootModel: any;
|
|
10574
10574
|
readonly contentModel: any;
|
|
10575
|
-
readonly conditionOptions: import("@mantine/core").
|
|
10575
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
10576
10576
|
readonly unmetRunByConditions: string[];
|
|
10577
10577
|
} & {
|
|
10578
10578
|
readonly payload: any;
|
|
@@ -10651,7 +10651,7 @@ export declare const useEditPanelContext: () => {
|
|
|
10651
10651
|
} & {
|
|
10652
10652
|
readonly rootModel: any;
|
|
10653
10653
|
readonly contentModel: any;
|
|
10654
|
-
readonly conditionOptions: import("@mantine/core").
|
|
10654
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
10655
10655
|
readonly unmetRunByConditions: string[];
|
|
10656
10656
|
} & {
|
|
10657
10657
|
readonly payload: any;
|
|
@@ -11177,6 +11177,15 @@ export declare const useEditPanelContext: () => {
|
|
|
11177
11177
|
group_id: string;
|
|
11178
11178
|
disabled: boolean;
|
|
11179
11179
|
}[];
|
|
11180
|
+
dataFieldOptionGroups(selected: string, clearable: boolean, queryID?: string | undefined): {
|
|
11181
|
+
group: string;
|
|
11182
|
+
items: {
|
|
11183
|
+
label: string;
|
|
11184
|
+
value: string;
|
|
11185
|
+
group_id: string;
|
|
11186
|
+
disabled: boolean;
|
|
11187
|
+
}[];
|
|
11188
|
+
}[];
|
|
11180
11189
|
explainDataKey(dataKey: string): {
|
|
11181
11190
|
queryID: string;
|
|
11182
11191
|
queryName: null;
|
|
@@ -13645,7 +13654,7 @@ export declare const useEditPanelContext: () => {
|
|
|
13645
13654
|
} & {
|
|
13646
13655
|
readonly rootModel: any;
|
|
13647
13656
|
readonly contentModel: any;
|
|
13648
|
-
readonly conditionOptions: import("@mantine/core").
|
|
13657
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
13649
13658
|
readonly unmetRunByConditions: string[];
|
|
13650
13659
|
} & {
|
|
13651
13660
|
readonly payload: any;
|
|
@@ -13724,7 +13733,7 @@ export declare const useEditPanelContext: () => {
|
|
|
13724
13733
|
} & {
|
|
13725
13734
|
readonly rootModel: any;
|
|
13726
13735
|
readonly contentModel: any;
|
|
13727
|
-
readonly conditionOptions: import("@mantine/core").
|
|
13736
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
13728
13737
|
readonly unmetRunByConditions: string[];
|
|
13729
13738
|
} & {
|
|
13730
13739
|
readonly payload: any;
|
|
@@ -13803,7 +13812,7 @@ export declare const useEditPanelContext: () => {
|
|
|
13803
13812
|
} & {
|
|
13804
13813
|
readonly rootModel: any;
|
|
13805
13814
|
readonly contentModel: any;
|
|
13806
|
-
readonly conditionOptions: import("@mantine/core").
|
|
13815
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
13807
13816
|
readonly unmetRunByConditions: string[];
|
|
13808
13817
|
} & {
|
|
13809
13818
|
readonly payload: any;
|
|
@@ -13882,7 +13891,7 @@ export declare const useEditPanelContext: () => {
|
|
|
13882
13891
|
} & {
|
|
13883
13892
|
readonly rootModel: any;
|
|
13884
13893
|
readonly contentModel: any;
|
|
13885
|
-
readonly conditionOptions: import("@mantine/core").
|
|
13894
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
13886
13895
|
readonly unmetRunByConditions: string[];
|
|
13887
13896
|
} & {
|
|
13888
13897
|
readonly payload: any;
|
|
@@ -13962,7 +13971,7 @@ export declare const useEditPanelContext: () => {
|
|
|
13962
13971
|
} & {
|
|
13963
13972
|
readonly rootModel: any;
|
|
13964
13973
|
readonly contentModel: any;
|
|
13965
|
-
readonly conditionOptions: import("@mantine/core").
|
|
13974
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
13966
13975
|
readonly unmetRunByConditions: string[];
|
|
13967
13976
|
} & {
|
|
13968
13977
|
readonly payload: any;
|
|
@@ -14041,7 +14050,7 @@ export declare const useEditPanelContext: () => {
|
|
|
14041
14050
|
} & {
|
|
14042
14051
|
readonly rootModel: any;
|
|
14043
14052
|
readonly contentModel: any;
|
|
14044
|
-
readonly conditionOptions: import("@mantine/core").
|
|
14053
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
14045
14054
|
readonly unmetRunByConditions: string[];
|
|
14046
14055
|
} & {
|
|
14047
14056
|
readonly payload: any;
|
|
@@ -14567,6 +14576,15 @@ export declare const useEditPanelContext: () => {
|
|
|
14567
14576
|
group_id: string;
|
|
14568
14577
|
disabled: boolean;
|
|
14569
14578
|
}[];
|
|
14579
|
+
dataFieldOptionGroups(selected: string, clearable: boolean, queryID?: string | undefined): {
|
|
14580
|
+
group: string;
|
|
14581
|
+
items: {
|
|
14582
|
+
label: string;
|
|
14583
|
+
value: string;
|
|
14584
|
+
group_id: string;
|
|
14585
|
+
disabled: boolean;
|
|
14586
|
+
}[];
|
|
14587
|
+
}[];
|
|
14570
14588
|
explainDataKey(dataKey: string): {
|
|
14571
14589
|
queryID: string;
|
|
14572
14590
|
queryName: null;
|
|
@@ -1,7 +1,15 @@
|
|
|
1
|
+
import { SpotlightActionData } from '@mantine/spotlight';
|
|
1
2
|
import { Icon } from '@tabler/icons-react';
|
|
2
3
|
import { Instance } from 'mobx-state-tree';
|
|
3
|
-
import { SpotlightAction } from '@mantine/spotlight';
|
|
4
4
|
import { VizNameKeys } from '../../../components/plugins';
|
|
5
|
+
export type CustomSpotlightActionData = SpotlightActionData & {
|
|
6
|
+
iconKey?: string;
|
|
7
|
+
viz?: VizNameKeys;
|
|
8
|
+
};
|
|
9
|
+
export type CustomSpotlightActionGroupData = {
|
|
10
|
+
group: string;
|
|
11
|
+
actions: CustomSpotlightActionData[];
|
|
12
|
+
};
|
|
5
13
|
export type NavActionType = {
|
|
6
14
|
label: string;
|
|
7
15
|
value: string;
|
|
@@ -43,6 +51,6 @@ export declare const EditorModel: import("mobx-state-tree").IModelType<{
|
|
|
43
51
|
close(): void;
|
|
44
52
|
navigate(o: NavOptionType): void;
|
|
45
53
|
} & {
|
|
46
|
-
readonly
|
|
54
|
+
readonly spotlightActionGroups: CustomSpotlightActionGroupData[];
|
|
47
55
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
48
56
|
export type EditorModelInstance = Instance<typeof EditorModel>;
|
|
@@ -121,8 +121,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
121
121
|
setKey(key: string): void;
|
|
122
122
|
setValue(value: any): void;
|
|
123
123
|
setLabel(label: string): void;
|
|
124
|
-
setOrder(order: number): void;
|
|
125
|
-
setType(type:
|
|
124
|
+
setOrder(order: string | number): void;
|
|
125
|
+
setType(type: string | null): void;
|
|
126
126
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
127
127
|
setAutoSubmit(v: boolean): void;
|
|
128
128
|
setDefaultValueFunc(v: string): void;
|
|
@@ -188,8 +188,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
188
188
|
setKey(key: string): void;
|
|
189
189
|
setValue(value: any): void;
|
|
190
190
|
setLabel(label: string): void;
|
|
191
|
-
setOrder(order: number): void;
|
|
192
|
-
setType(type:
|
|
191
|
+
setOrder(order: string | number): void;
|
|
192
|
+
setType(type: string | null): void;
|
|
193
193
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
194
194
|
setAutoSubmit(v: boolean): void;
|
|
195
195
|
setDefaultValueFunc(v: string): void;
|
|
@@ -312,8 +312,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
312
312
|
setKey(key: string): void;
|
|
313
313
|
setValue(value: any): void;
|
|
314
314
|
setLabel(label: string): void;
|
|
315
|
-
setOrder(order: number): void;
|
|
316
|
-
setType(type:
|
|
315
|
+
setOrder(order: string | number): void;
|
|
316
|
+
setType(type: string | null): void;
|
|
317
317
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
318
318
|
setAutoSubmit(v: boolean): void;
|
|
319
319
|
setDefaultValueFunc(v: string): void;
|
|
@@ -356,8 +356,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
356
356
|
setKey(key: string): void;
|
|
357
357
|
setValue(value: any): void;
|
|
358
358
|
setLabel(label: string): void;
|
|
359
|
-
setOrder(order: number): void;
|
|
360
|
-
setType(type:
|
|
359
|
+
setOrder(order: string | number): void;
|
|
360
|
+
setType(type: string | null): void;
|
|
361
361
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
362
362
|
setAutoSubmit(v: boolean): void;
|
|
363
363
|
setDefaultValueFunc(v: string): void;
|
|
@@ -480,8 +480,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
480
480
|
setKey(key: string): void;
|
|
481
481
|
setValue(value: any): void;
|
|
482
482
|
setLabel(label: string): void;
|
|
483
|
-
setOrder(order: number): void;
|
|
484
|
-
setType(type:
|
|
483
|
+
setOrder(order: string | number): void;
|
|
484
|
+
setType(type: string | null): void;
|
|
485
485
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
486
486
|
setAutoSubmit(v: boolean): void;
|
|
487
487
|
setDefaultValueFunc(v: string): void;
|
|
@@ -524,8 +524,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
524
524
|
setKey(key: string): void;
|
|
525
525
|
setValue(value: any): void;
|
|
526
526
|
setLabel(label: string): void;
|
|
527
|
-
setOrder(order: number): void;
|
|
528
|
-
setType(type:
|
|
527
|
+
setOrder(order: string | number): void;
|
|
528
|
+
setType(type: string | null): void;
|
|
529
529
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
530
530
|
setAutoSubmit(v: boolean): void;
|
|
531
531
|
setDefaultValueFunc(v: string): void;
|
|
@@ -648,8 +648,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
648
648
|
setKey(key: string): void;
|
|
649
649
|
setValue(value: any): void;
|
|
650
650
|
setLabel(label: string): void;
|
|
651
|
-
setOrder(order: number): void;
|
|
652
|
-
setType(type:
|
|
651
|
+
setOrder(order: string | number): void;
|
|
652
|
+
setType(type: string | null): void;
|
|
653
653
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
654
654
|
setAutoSubmit(v: boolean): void;
|
|
655
655
|
setDefaultValueFunc(v: string): void;
|
|
@@ -692,8 +692,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
692
692
|
setKey(key: string): void;
|
|
693
693
|
setValue(value: any): void;
|
|
694
694
|
setLabel(label: string): void;
|
|
695
|
-
setOrder(order: number): void;
|
|
696
|
-
setType(type:
|
|
695
|
+
setOrder(order: string | number): void;
|
|
696
|
+
setType(type: string | null): void;
|
|
697
697
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
698
698
|
setAutoSubmit(v: boolean): void;
|
|
699
699
|
setDefaultValueFunc(v: string): void;
|
|
@@ -816,8 +816,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
816
816
|
setKey(key: string): void;
|
|
817
817
|
setValue(value: any): void;
|
|
818
818
|
setLabel(label: string): void;
|
|
819
|
-
setOrder(order: number): void;
|
|
820
|
-
setType(type:
|
|
819
|
+
setOrder(order: string | number): void;
|
|
820
|
+
setType(type: string | null): void;
|
|
821
821
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
822
822
|
setAutoSubmit(v: boolean): void;
|
|
823
823
|
setDefaultValueFunc(v: string): void;
|
|
@@ -861,8 +861,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
861
861
|
setKey(key: string): void;
|
|
862
862
|
setValue(value: any): void;
|
|
863
863
|
setLabel(label: string): void;
|
|
864
|
-
setOrder(order: number): void;
|
|
865
|
-
setType(type:
|
|
864
|
+
setOrder(order: string | number): void;
|
|
865
|
+
setType(type: string | null): void;
|
|
866
866
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
867
867
|
setAutoSubmit(v: boolean): void;
|
|
868
868
|
setDefaultValueFunc(v: string): void;
|
|
@@ -985,8 +985,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
985
985
|
setKey(key: string): void;
|
|
986
986
|
setValue(value: any): void;
|
|
987
987
|
setLabel(label: string): void;
|
|
988
|
-
setOrder(order: number): void;
|
|
989
|
-
setType(type:
|
|
988
|
+
setOrder(order: string | number): void;
|
|
989
|
+
setType(type: string | null): void;
|
|
990
990
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
991
991
|
setAutoSubmit(v: boolean): void;
|
|
992
992
|
setDefaultValueFunc(v: string): void;
|
|
@@ -1070,8 +1070,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
1070
1070
|
setKey(key: string): void;
|
|
1071
1071
|
setValue(value: any): void;
|
|
1072
1072
|
setLabel(label: string): void;
|
|
1073
|
-
setOrder(order: number): void;
|
|
1074
|
-
setType(type:
|
|
1073
|
+
setOrder(order: string | number): void;
|
|
1074
|
+
setType(type: string | null): void;
|
|
1075
1075
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
1076
1076
|
setAutoSubmit(v: boolean): void;
|
|
1077
1077
|
setDefaultValueFunc(v: string): void;
|
|
@@ -1194,8 +1194,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
1194
1194
|
setKey(key: string): void;
|
|
1195
1195
|
setValue(value: any): void;
|
|
1196
1196
|
setLabel(label: string): void;
|
|
1197
|
-
setOrder(order: number): void;
|
|
1198
|
-
setType(type:
|
|
1197
|
+
setOrder(order: string | number): void;
|
|
1198
|
+
setType(type: string | null): void;
|
|
1199
1199
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
1200
1200
|
setAutoSubmit(v: boolean): void;
|
|
1201
1201
|
setDefaultValueFunc(v: string): void;
|