@devtable/dashboard 13.43.12 → 13.44.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/api-caller/request.d.ts +1 -1
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +218 -26
- package/dist/components/plugins/plugin-context.d.ts +218 -26
- package/dist/components/widgets/inline-function-input/index.d.ts +3 -3
- package/dist/contexts/panel-context.d.ts +436 -52
- package/dist/dashboard-editor/model/datasources/datasource.d.ts +1 -1
- package/dist/dashboard-editor/model/datasources/index.d.ts +3 -3
- package/dist/dashboard-editor/model/filters/index.d.ts +1 -0
- package/dist/dashboard-editor/model/panels/panel.d.ts +109 -13
- package/dist/dashboard-editor/model/queries/queries.d.ts +177 -18
- package/dist/dashboard-editor/model/queries/query.d.ts +24 -2
- package/dist/dashboard-editor/ui/settings/content/data-preview/query-state-message.d.ts +3 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/index.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/copy.d.ts +2 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/delete.d.ts +2 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/external-link.d.ts +2 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/index.d.ts +5 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/more.d.ts +2 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/play.d.ts +2 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/types.d.ts +5 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/more-actions.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/data-table-with-pagination.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/data-table.d.ts +4 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/data-table.style.d.ts +2 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/index.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/pagination-control.d.ts +10 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/preview-data.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/query-state-message.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/boolean.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/date.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/dimension-icon.d.ts +4 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/index.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/number.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/string.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-selector.d.ts +11 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/index.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/type.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/edit-metric-query.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/index.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/link-metrics-to-time-and-step.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/link-metrics-to-variables.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/run-by-checkbox.d.ts +7 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/set-groupby-metrics.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/table-styles.d.ts +7 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/variable-selector.d.ts +18 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/variable-stats.d.ts +5 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/index.d.ts +1 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/query-tabs.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-variables-preview.d.ts +3 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/run-query.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/select-metric.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/configurations.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/query-usage.d.ts +5 -6
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/select-data-source.d.ts +6 -12
- package/dist/dashboard.es.js +13375 -12463
- package/dist/dashboard.umd.js +105 -104
- package/dist/i18n/en.d.ts +1 -0
- package/dist/i18n/zh.d.ts +1 -0
- package/dist/model/meta-model/dashboard/content/query/types.d.ts +2 -1
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +109 -13
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +16 -1
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +90 -10
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +19 -2
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -17,7 +17,7 @@ export type TQueryPayload = {
|
|
|
17
17
|
} & TAdditionalQueryInfo;
|
|
18
18
|
export type TQueryStructureRequest = {
|
|
19
19
|
query_type: 'TABLES' | 'COLUMNS' | 'DATA' | 'INDEXES' | 'COUNT';
|
|
20
|
-
type: DataSourceType.Postgresql | DataSourceType.MySQL;
|
|
20
|
+
type: DataSourceType.Postgresql | DataSourceType.MySQL | DataSourceType.MericoMetricSystem;
|
|
21
21
|
key: string;
|
|
22
22
|
table_schema: string;
|
|
23
23
|
table_name: string;
|
|
@@ -2984,7 +2984,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
2984
2984
|
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2985
2985
|
dep_query_ids: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2986
2986
|
state: string;
|
|
2987
|
-
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>);
|
|
2987
|
+
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (import("../../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>);
|
|
2988
2988
|
error: any;
|
|
2989
2989
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2990
2990
|
readonly valid: boolean;
|
|
@@ -3013,7 +3013,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3013
3013
|
} & {
|
|
3014
3014
|
readonly rootModel: any;
|
|
3015
3015
|
readonly contentModel: any;
|
|
3016
|
-
readonly conditionOptions:
|
|
3016
|
+
readonly conditionOptions: {
|
|
3017
|
+
optionGroups: never[];
|
|
3018
|
+
validValues: Set<unknown>;
|
|
3019
|
+
} | {
|
|
3020
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3021
|
+
validValues: Set<string>;
|
|
3022
|
+
};
|
|
3023
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3024
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3025
|
+
validValues: Set<string> | Set<unknown>;
|
|
3026
|
+
};
|
|
3027
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3028
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3029
|
+
validValues: Set<string> | Set<unknown>;
|
|
3030
|
+
};
|
|
3017
3031
|
readonly unmetRunByConditions: string[];
|
|
3018
3032
|
} & {
|
|
3019
3033
|
readonly payload: any;
|
|
@@ -3021,6 +3035,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3021
3035
|
readonly httpConfigString: string;
|
|
3022
3036
|
readonly typedAsSQL: boolean;
|
|
3023
3037
|
readonly typedAsHTTP: boolean;
|
|
3038
|
+
readonly isMericoMetricQuery: boolean;
|
|
3024
3039
|
readonly isTransform: boolean;
|
|
3025
3040
|
readonly reQueryKey: string;
|
|
3026
3041
|
readonly runByConditionsMet: boolean;
|
|
@@ -3044,6 +3059,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3044
3059
|
} & {
|
|
3045
3060
|
runSQL: () => Promise<void>;
|
|
3046
3061
|
runHTTP: () => Promise<void>;
|
|
3062
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3047
3063
|
runTransformation(): void;
|
|
3048
3064
|
} & {
|
|
3049
3065
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -3063,7 +3079,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3063
3079
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
3064
3080
|
} & {
|
|
3065
3081
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3066
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
3082
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>;
|
|
3067
3083
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
3068
3084
|
}, {
|
|
3069
3085
|
readonly valid: boolean;
|
|
@@ -3092,7 +3108,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3092
3108
|
} & {
|
|
3093
3109
|
readonly rootModel: any;
|
|
3094
3110
|
readonly contentModel: any;
|
|
3095
|
-
readonly conditionOptions:
|
|
3111
|
+
readonly conditionOptions: {
|
|
3112
|
+
optionGroups: never[];
|
|
3113
|
+
validValues: Set<unknown>;
|
|
3114
|
+
} | {
|
|
3115
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3116
|
+
validValues: Set<string>;
|
|
3117
|
+
};
|
|
3118
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3119
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3120
|
+
validValues: Set<string> | Set<unknown>;
|
|
3121
|
+
};
|
|
3122
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3123
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3124
|
+
validValues: Set<string> | Set<unknown>;
|
|
3125
|
+
};
|
|
3096
3126
|
readonly unmetRunByConditions: string[];
|
|
3097
3127
|
} & {
|
|
3098
3128
|
readonly payload: any;
|
|
@@ -3100,6 +3130,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3100
3130
|
readonly httpConfigString: string;
|
|
3101
3131
|
readonly typedAsSQL: boolean;
|
|
3102
3132
|
readonly typedAsHTTP: boolean;
|
|
3133
|
+
readonly isMericoMetricQuery: boolean;
|
|
3103
3134
|
readonly isTransform: boolean;
|
|
3104
3135
|
readonly reQueryKey: string;
|
|
3105
3136
|
readonly runByConditionsMet: boolean;
|
|
@@ -3123,6 +3154,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3123
3154
|
} & {
|
|
3124
3155
|
runSQL: () => Promise<void>;
|
|
3125
3156
|
runHTTP: () => Promise<void>;
|
|
3157
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3126
3158
|
runTransformation(): void;
|
|
3127
3159
|
} & {
|
|
3128
3160
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -3142,7 +3174,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3142
3174
|
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3143
3175
|
dep_query_ids: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3144
3176
|
state: string;
|
|
3145
|
-
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>);
|
|
3177
|
+
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (import("../../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>);
|
|
3146
3178
|
error: any;
|
|
3147
3179
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3148
3180
|
readonly valid: boolean;
|
|
@@ -3171,7 +3203,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3171
3203
|
} & {
|
|
3172
3204
|
readonly rootModel: any;
|
|
3173
3205
|
readonly contentModel: any;
|
|
3174
|
-
readonly conditionOptions:
|
|
3206
|
+
readonly conditionOptions: {
|
|
3207
|
+
optionGroups: never[];
|
|
3208
|
+
validValues: Set<unknown>;
|
|
3209
|
+
} | {
|
|
3210
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3211
|
+
validValues: Set<string>;
|
|
3212
|
+
};
|
|
3213
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3214
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3215
|
+
validValues: Set<string> | Set<unknown>;
|
|
3216
|
+
};
|
|
3217
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3218
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3219
|
+
validValues: Set<string> | Set<unknown>;
|
|
3220
|
+
};
|
|
3175
3221
|
readonly unmetRunByConditions: string[];
|
|
3176
3222
|
} & {
|
|
3177
3223
|
readonly payload: any;
|
|
@@ -3179,6 +3225,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3179
3225
|
readonly httpConfigString: string;
|
|
3180
3226
|
readonly typedAsSQL: boolean;
|
|
3181
3227
|
readonly typedAsHTTP: boolean;
|
|
3228
|
+
readonly isMericoMetricQuery: boolean;
|
|
3182
3229
|
readonly isTransform: boolean;
|
|
3183
3230
|
readonly reQueryKey: string;
|
|
3184
3231
|
readonly runByConditionsMet: boolean;
|
|
@@ -3202,6 +3249,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3202
3249
|
} & {
|
|
3203
3250
|
runSQL: () => Promise<void>;
|
|
3204
3251
|
runHTTP: () => Promise<void>;
|
|
3252
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3205
3253
|
runTransformation(): void;
|
|
3206
3254
|
} & {
|
|
3207
3255
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -3221,7 +3269,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3221
3269
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
3222
3270
|
} & {
|
|
3223
3271
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3224
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
3272
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>;
|
|
3225
3273
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
3226
3274
|
}, {
|
|
3227
3275
|
readonly valid: boolean;
|
|
@@ -3250,7 +3298,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3250
3298
|
} & {
|
|
3251
3299
|
readonly rootModel: any;
|
|
3252
3300
|
readonly contentModel: any;
|
|
3253
|
-
readonly conditionOptions:
|
|
3301
|
+
readonly conditionOptions: {
|
|
3302
|
+
optionGroups: never[];
|
|
3303
|
+
validValues: Set<unknown>;
|
|
3304
|
+
} | {
|
|
3305
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3306
|
+
validValues: Set<string>;
|
|
3307
|
+
};
|
|
3308
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3309
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3310
|
+
validValues: Set<string> | Set<unknown>;
|
|
3311
|
+
};
|
|
3312
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3313
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3314
|
+
validValues: Set<string> | Set<unknown>;
|
|
3315
|
+
};
|
|
3254
3316
|
readonly unmetRunByConditions: string[];
|
|
3255
3317
|
} & {
|
|
3256
3318
|
readonly payload: any;
|
|
@@ -3258,6 +3320,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3258
3320
|
readonly httpConfigString: string;
|
|
3259
3321
|
readonly typedAsSQL: boolean;
|
|
3260
3322
|
readonly typedAsHTTP: boolean;
|
|
3323
|
+
readonly isMericoMetricQuery: boolean;
|
|
3261
3324
|
readonly isTransform: boolean;
|
|
3262
3325
|
readonly reQueryKey: string;
|
|
3263
3326
|
readonly runByConditionsMet: boolean;
|
|
@@ -3281,6 +3344,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3281
3344
|
} & {
|
|
3282
3345
|
runSQL: () => Promise<void>;
|
|
3283
3346
|
runHTTP: () => Promise<void>;
|
|
3347
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3284
3348
|
runTransformation(): void;
|
|
3285
3349
|
} & {
|
|
3286
3350
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -3288,7 +3352,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3288
3352
|
} & {
|
|
3289
3353
|
afterCreate(): void;
|
|
3290
3354
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | null;
|
|
3291
|
-
readonly firstQueryData: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>);
|
|
3355
|
+
readonly firstQueryData: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (import("../../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>);
|
|
3292
3356
|
queryByID(queryID: string): ({
|
|
3293
3357
|
id: string;
|
|
3294
3358
|
name: string;
|
|
@@ -3301,7 +3365,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3301
3365
|
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3302
3366
|
dep_query_ids: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3303
3367
|
state: string;
|
|
3304
|
-
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>);
|
|
3368
|
+
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (import("../../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>);
|
|
3305
3369
|
error: any;
|
|
3306
3370
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3307
3371
|
readonly valid: boolean;
|
|
@@ -3330,7 +3394,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3330
3394
|
} & {
|
|
3331
3395
|
readonly rootModel: any;
|
|
3332
3396
|
readonly contentModel: any;
|
|
3333
|
-
readonly conditionOptions:
|
|
3397
|
+
readonly conditionOptions: {
|
|
3398
|
+
optionGroups: never[];
|
|
3399
|
+
validValues: Set<unknown>;
|
|
3400
|
+
} | {
|
|
3401
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3402
|
+
validValues: Set<string>;
|
|
3403
|
+
};
|
|
3404
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3405
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3406
|
+
validValues: Set<string> | Set<unknown>;
|
|
3407
|
+
};
|
|
3408
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3409
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3410
|
+
validValues: Set<string> | Set<unknown>;
|
|
3411
|
+
};
|
|
3334
3412
|
readonly unmetRunByConditions: string[];
|
|
3335
3413
|
} & {
|
|
3336
3414
|
readonly payload: any;
|
|
@@ -3338,6 +3416,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3338
3416
|
readonly httpConfigString: string;
|
|
3339
3417
|
readonly typedAsSQL: boolean;
|
|
3340
3418
|
readonly typedAsHTTP: boolean;
|
|
3419
|
+
readonly isMericoMetricQuery: boolean;
|
|
3341
3420
|
readonly isTransform: boolean;
|
|
3342
3421
|
readonly reQueryKey: string;
|
|
3343
3422
|
readonly runByConditionsMet: boolean;
|
|
@@ -3361,6 +3440,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3361
3440
|
} & {
|
|
3362
3441
|
runSQL: () => Promise<void>;
|
|
3363
3442
|
runHTTP: () => Promise<void>;
|
|
3443
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3364
3444
|
runTransformation(): void;
|
|
3365
3445
|
} & {
|
|
3366
3446
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -3380,7 +3460,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3380
3460
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
3381
3461
|
} & {
|
|
3382
3462
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3383
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
3463
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>;
|
|
3384
3464
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
3385
3465
|
}, {
|
|
3386
3466
|
readonly valid: boolean;
|
|
@@ -3409,7 +3489,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3409
3489
|
} & {
|
|
3410
3490
|
readonly rootModel: any;
|
|
3411
3491
|
readonly contentModel: any;
|
|
3412
|
-
readonly conditionOptions:
|
|
3492
|
+
readonly conditionOptions: {
|
|
3493
|
+
optionGroups: never[];
|
|
3494
|
+
validValues: Set<unknown>;
|
|
3495
|
+
} | {
|
|
3496
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3497
|
+
validValues: Set<string>;
|
|
3498
|
+
};
|
|
3499
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3500
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3501
|
+
validValues: Set<string> | Set<unknown>;
|
|
3502
|
+
};
|
|
3503
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3504
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3505
|
+
validValues: Set<string> | Set<unknown>;
|
|
3506
|
+
};
|
|
3413
3507
|
readonly unmetRunByConditions: string[];
|
|
3414
3508
|
} & {
|
|
3415
3509
|
readonly payload: any;
|
|
@@ -3417,6 +3511,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3417
3511
|
readonly httpConfigString: string;
|
|
3418
3512
|
readonly typedAsSQL: boolean;
|
|
3419
3513
|
readonly typedAsHTTP: boolean;
|
|
3514
|
+
readonly isMericoMetricQuery: boolean;
|
|
3420
3515
|
readonly isTransform: boolean;
|
|
3421
3516
|
readonly reQueryKey: string;
|
|
3422
3517
|
readonly runByConditionsMet: boolean;
|
|
@@ -3440,6 +3535,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
3440
3535
|
} & {
|
|
3441
3536
|
runSQL: () => Promise<void>;
|
|
3442
3537
|
runHTTP: () => Promise<void>;
|
|
3538
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3443
3539
|
runTransformation(): void;
|
|
3444
3540
|
} & {
|
|
3445
3541
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6322,7 +6418,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6322
6418
|
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6323
6419
|
dep_query_ids: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6324
6420
|
state: string;
|
|
6325
|
-
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>);
|
|
6421
|
+
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (import("../../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>);
|
|
6326
6422
|
error: any;
|
|
6327
6423
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6328
6424
|
readonly valid: boolean;
|
|
@@ -6351,7 +6447,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6351
6447
|
} & {
|
|
6352
6448
|
readonly rootModel: any;
|
|
6353
6449
|
readonly contentModel: any;
|
|
6354
|
-
readonly conditionOptions:
|
|
6450
|
+
readonly conditionOptions: {
|
|
6451
|
+
optionGroups: never[];
|
|
6452
|
+
validValues: Set<unknown>;
|
|
6453
|
+
} | {
|
|
6454
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6455
|
+
validValues: Set<string>;
|
|
6456
|
+
};
|
|
6457
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6458
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6459
|
+
validValues: Set<string> | Set<unknown>;
|
|
6460
|
+
};
|
|
6461
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6462
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6463
|
+
validValues: Set<string> | Set<unknown>;
|
|
6464
|
+
};
|
|
6355
6465
|
readonly unmetRunByConditions: string[];
|
|
6356
6466
|
} & {
|
|
6357
6467
|
readonly payload: any;
|
|
@@ -6359,6 +6469,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6359
6469
|
readonly httpConfigString: string;
|
|
6360
6470
|
readonly typedAsSQL: boolean;
|
|
6361
6471
|
readonly typedAsHTTP: boolean;
|
|
6472
|
+
readonly isMericoMetricQuery: boolean;
|
|
6362
6473
|
readonly isTransform: boolean;
|
|
6363
6474
|
readonly reQueryKey: string;
|
|
6364
6475
|
readonly runByConditionsMet: boolean;
|
|
@@ -6382,6 +6493,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6382
6493
|
} & {
|
|
6383
6494
|
runSQL: () => Promise<void>;
|
|
6384
6495
|
runHTTP: () => Promise<void>;
|
|
6496
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6385
6497
|
runTransformation(): void;
|
|
6386
6498
|
} & {
|
|
6387
6499
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6401,7 +6513,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6401
6513
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
6402
6514
|
} & {
|
|
6403
6515
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6404
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
6516
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>;
|
|
6405
6517
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
6406
6518
|
}, {
|
|
6407
6519
|
readonly valid: boolean;
|
|
@@ -6430,7 +6542,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6430
6542
|
} & {
|
|
6431
6543
|
readonly rootModel: any;
|
|
6432
6544
|
readonly contentModel: any;
|
|
6433
|
-
readonly conditionOptions:
|
|
6545
|
+
readonly conditionOptions: {
|
|
6546
|
+
optionGroups: never[];
|
|
6547
|
+
validValues: Set<unknown>;
|
|
6548
|
+
} | {
|
|
6549
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6550
|
+
validValues: Set<string>;
|
|
6551
|
+
};
|
|
6552
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6553
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6554
|
+
validValues: Set<string> | Set<unknown>;
|
|
6555
|
+
};
|
|
6556
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6557
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6558
|
+
validValues: Set<string> | Set<unknown>;
|
|
6559
|
+
};
|
|
6434
6560
|
readonly unmetRunByConditions: string[];
|
|
6435
6561
|
} & {
|
|
6436
6562
|
readonly payload: any;
|
|
@@ -6438,6 +6564,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6438
6564
|
readonly httpConfigString: string;
|
|
6439
6565
|
readonly typedAsSQL: boolean;
|
|
6440
6566
|
readonly typedAsHTTP: boolean;
|
|
6567
|
+
readonly isMericoMetricQuery: boolean;
|
|
6441
6568
|
readonly isTransform: boolean;
|
|
6442
6569
|
readonly reQueryKey: string;
|
|
6443
6570
|
readonly runByConditionsMet: boolean;
|
|
@@ -6461,6 +6588,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6461
6588
|
} & {
|
|
6462
6589
|
runSQL: () => Promise<void>;
|
|
6463
6590
|
runHTTP: () => Promise<void>;
|
|
6591
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6464
6592
|
runTransformation(): void;
|
|
6465
6593
|
} & {
|
|
6466
6594
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6480,7 +6608,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6480
6608
|
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6481
6609
|
dep_query_ids: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6482
6610
|
state: string;
|
|
6483
|
-
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>);
|
|
6611
|
+
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (import("../../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>);
|
|
6484
6612
|
error: any;
|
|
6485
6613
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6486
6614
|
readonly valid: boolean;
|
|
@@ -6509,7 +6637,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6509
6637
|
} & {
|
|
6510
6638
|
readonly rootModel: any;
|
|
6511
6639
|
readonly contentModel: any;
|
|
6512
|
-
readonly conditionOptions:
|
|
6640
|
+
readonly conditionOptions: {
|
|
6641
|
+
optionGroups: never[];
|
|
6642
|
+
validValues: Set<unknown>;
|
|
6643
|
+
} | {
|
|
6644
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6645
|
+
validValues: Set<string>;
|
|
6646
|
+
};
|
|
6647
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6648
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6649
|
+
validValues: Set<string> | Set<unknown>;
|
|
6650
|
+
};
|
|
6651
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6652
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6653
|
+
validValues: Set<string> | Set<unknown>;
|
|
6654
|
+
};
|
|
6513
6655
|
readonly unmetRunByConditions: string[];
|
|
6514
6656
|
} & {
|
|
6515
6657
|
readonly payload: any;
|
|
@@ -6517,6 +6659,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6517
6659
|
readonly httpConfigString: string;
|
|
6518
6660
|
readonly typedAsSQL: boolean;
|
|
6519
6661
|
readonly typedAsHTTP: boolean;
|
|
6662
|
+
readonly isMericoMetricQuery: boolean;
|
|
6520
6663
|
readonly isTransform: boolean;
|
|
6521
6664
|
readonly reQueryKey: string;
|
|
6522
6665
|
readonly runByConditionsMet: boolean;
|
|
@@ -6540,6 +6683,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6540
6683
|
} & {
|
|
6541
6684
|
runSQL: () => Promise<void>;
|
|
6542
6685
|
runHTTP: () => Promise<void>;
|
|
6686
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6543
6687
|
runTransformation(): void;
|
|
6544
6688
|
} & {
|
|
6545
6689
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6559,7 +6703,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6559
6703
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
6560
6704
|
} & {
|
|
6561
6705
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6562
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
6706
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>;
|
|
6563
6707
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
6564
6708
|
}, {
|
|
6565
6709
|
readonly valid: boolean;
|
|
@@ -6588,7 +6732,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6588
6732
|
} & {
|
|
6589
6733
|
readonly rootModel: any;
|
|
6590
6734
|
readonly contentModel: any;
|
|
6591
|
-
readonly conditionOptions:
|
|
6735
|
+
readonly conditionOptions: {
|
|
6736
|
+
optionGroups: never[];
|
|
6737
|
+
validValues: Set<unknown>;
|
|
6738
|
+
} | {
|
|
6739
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6740
|
+
validValues: Set<string>;
|
|
6741
|
+
};
|
|
6742
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6743
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6744
|
+
validValues: Set<string> | Set<unknown>;
|
|
6745
|
+
};
|
|
6746
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6747
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6748
|
+
validValues: Set<string> | Set<unknown>;
|
|
6749
|
+
};
|
|
6592
6750
|
readonly unmetRunByConditions: string[];
|
|
6593
6751
|
} & {
|
|
6594
6752
|
readonly payload: any;
|
|
@@ -6596,6 +6754,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6596
6754
|
readonly httpConfigString: string;
|
|
6597
6755
|
readonly typedAsSQL: boolean;
|
|
6598
6756
|
readonly typedAsHTTP: boolean;
|
|
6757
|
+
readonly isMericoMetricQuery: boolean;
|
|
6599
6758
|
readonly isTransform: boolean;
|
|
6600
6759
|
readonly reQueryKey: string;
|
|
6601
6760
|
readonly runByConditionsMet: boolean;
|
|
@@ -6619,6 +6778,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6619
6778
|
} & {
|
|
6620
6779
|
runSQL: () => Promise<void>;
|
|
6621
6780
|
runHTTP: () => Promise<void>;
|
|
6781
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6622
6782
|
runTransformation(): void;
|
|
6623
6783
|
} & {
|
|
6624
6784
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6626,7 +6786,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6626
6786
|
} & {
|
|
6627
6787
|
afterCreate(): void;
|
|
6628
6788
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | null;
|
|
6629
|
-
readonly firstQueryData: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>);
|
|
6789
|
+
readonly firstQueryData: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (import("../../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>);
|
|
6630
6790
|
queryByID(queryID: string): ({
|
|
6631
6791
|
id: string;
|
|
6632
6792
|
name: string;
|
|
@@ -6639,7 +6799,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6639
6799
|
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6640
6800
|
dep_query_ids: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6641
6801
|
state: string;
|
|
6642
|
-
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>);
|
|
6802
|
+
data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>) | (import("../../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>>);
|
|
6643
6803
|
error: any;
|
|
6644
6804
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6645
6805
|
readonly valid: boolean;
|
|
@@ -6668,7 +6828,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6668
6828
|
} & {
|
|
6669
6829
|
readonly rootModel: any;
|
|
6670
6830
|
readonly contentModel: any;
|
|
6671
|
-
readonly conditionOptions:
|
|
6831
|
+
readonly conditionOptions: {
|
|
6832
|
+
optionGroups: never[];
|
|
6833
|
+
validValues: Set<unknown>;
|
|
6834
|
+
} | {
|
|
6835
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6836
|
+
validValues: Set<string>;
|
|
6837
|
+
};
|
|
6838
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6839
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6840
|
+
validValues: Set<string> | Set<unknown>;
|
|
6841
|
+
};
|
|
6842
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6843
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6844
|
+
validValues: Set<string> | Set<unknown>;
|
|
6845
|
+
};
|
|
6672
6846
|
readonly unmetRunByConditions: string[];
|
|
6673
6847
|
} & {
|
|
6674
6848
|
readonly payload: any;
|
|
@@ -6676,6 +6850,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6676
6850
|
readonly httpConfigString: string;
|
|
6677
6851
|
readonly typedAsSQL: boolean;
|
|
6678
6852
|
readonly typedAsHTTP: boolean;
|
|
6853
|
+
readonly isMericoMetricQuery: boolean;
|
|
6679
6854
|
readonly isTransform: boolean;
|
|
6680
6855
|
readonly reQueryKey: string;
|
|
6681
6856
|
readonly runByConditionsMet: boolean;
|
|
@@ -6699,6 +6874,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6699
6874
|
} & {
|
|
6700
6875
|
runSQL: () => Promise<void>;
|
|
6701
6876
|
runHTTP: () => Promise<void>;
|
|
6877
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6702
6878
|
runTransformation(): void;
|
|
6703
6879
|
} & {
|
|
6704
6880
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6718,7 +6894,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6718
6894
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
6719
6895
|
} & {
|
|
6720
6896
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6721
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
6897
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | import("../../../..").AnyObject[] | null | undefined, string[][] | number[][] | import("../../../..").AnyObject[], string[][] | number[][] | import("../../../..").AnyObject[]>, [undefined]>;
|
|
6722
6898
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
6723
6899
|
}, {
|
|
6724
6900
|
readonly valid: boolean;
|
|
@@ -6747,7 +6923,21 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6747
6923
|
} & {
|
|
6748
6924
|
readonly rootModel: any;
|
|
6749
6925
|
readonly contentModel: any;
|
|
6750
|
-
readonly conditionOptions:
|
|
6926
|
+
readonly conditionOptions: {
|
|
6927
|
+
optionGroups: never[];
|
|
6928
|
+
validValues: Set<unknown>;
|
|
6929
|
+
} | {
|
|
6930
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6931
|
+
validValues: Set<string>;
|
|
6932
|
+
};
|
|
6933
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6934
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6935
|
+
validValues: Set<string> | Set<unknown>;
|
|
6936
|
+
};
|
|
6937
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6938
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6939
|
+
validValues: Set<string> | Set<unknown>;
|
|
6940
|
+
};
|
|
6751
6941
|
readonly unmetRunByConditions: string[];
|
|
6752
6942
|
} & {
|
|
6753
6943
|
readonly payload: any;
|
|
@@ -6755,6 +6945,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6755
6945
|
readonly httpConfigString: string;
|
|
6756
6946
|
readonly typedAsSQL: boolean;
|
|
6757
6947
|
readonly typedAsHTTP: boolean;
|
|
6948
|
+
readonly isMericoMetricQuery: boolean;
|
|
6758
6949
|
readonly isTransform: boolean;
|
|
6759
6950
|
readonly reQueryKey: string;
|
|
6760
6951
|
readonly runByConditionsMet: boolean;
|
|
@@ -6778,6 +6969,7 @@ export declare function usePanelFullScreen(view: ViewMetaInstance, panelID: stri
|
|
|
6778
6969
|
} & {
|
|
6779
6970
|
runSQL: () => Promise<void>;
|
|
6780
6971
|
runHTTP: () => Promise<void>;
|
|
6972
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6781
6973
|
runTransformation(): void;
|
|
6782
6974
|
} & {
|
|
6783
6975
|
fetchData: (force: boolean) => void | Promise<void>;
|