@devtable/dashboard 13.43.13 → 13.44.1
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 +13377 -12464
- 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
|
@@ -3005,7 +3005,7 @@ export declare const tokens: {
|
|
|
3005
3005
|
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]>>;
|
|
3006
3006
|
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]>>;
|
|
3007
3007
|
state: string;
|
|
3008
|
-
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]>>);
|
|
3008
|
+
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]>>);
|
|
3009
3009
|
error: any;
|
|
3010
3010
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3011
3011
|
readonly valid: boolean;
|
|
@@ -3034,7 +3034,21 @@ export declare const tokens: {
|
|
|
3034
3034
|
} & {
|
|
3035
3035
|
readonly rootModel: any;
|
|
3036
3036
|
readonly contentModel: any;
|
|
3037
|
-
readonly conditionOptions:
|
|
3037
|
+
readonly conditionOptions: {
|
|
3038
|
+
optionGroups: never[];
|
|
3039
|
+
validValues: Set<unknown>;
|
|
3040
|
+
} | {
|
|
3041
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3042
|
+
validValues: Set<string>;
|
|
3043
|
+
};
|
|
3044
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3045
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3046
|
+
validValues: Set<string> | Set<unknown>;
|
|
3047
|
+
};
|
|
3048
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3049
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3050
|
+
validValues: Set<string> | Set<unknown>;
|
|
3051
|
+
};
|
|
3038
3052
|
readonly unmetRunByConditions: string[];
|
|
3039
3053
|
} & {
|
|
3040
3054
|
readonly payload: any;
|
|
@@ -3042,6 +3056,7 @@ export declare const tokens: {
|
|
|
3042
3056
|
readonly httpConfigString: string;
|
|
3043
3057
|
readonly typedAsSQL: boolean;
|
|
3044
3058
|
readonly typedAsHTTP: boolean;
|
|
3059
|
+
readonly isMericoMetricQuery: boolean;
|
|
3045
3060
|
readonly isTransform: boolean;
|
|
3046
3061
|
readonly reQueryKey: string;
|
|
3047
3062
|
readonly runByConditionsMet: boolean;
|
|
@@ -3065,6 +3080,7 @@ export declare const tokens: {
|
|
|
3065
3080
|
} & {
|
|
3066
3081
|
runSQL: () => Promise<void>;
|
|
3067
3082
|
runHTTP: () => Promise<void>;
|
|
3083
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3068
3084
|
runTransformation(): void;
|
|
3069
3085
|
} & {
|
|
3070
3086
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -3084,7 +3100,7 @@ export declare const tokens: {
|
|
|
3084
3100
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
3085
3101
|
} & {
|
|
3086
3102
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3087
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
3103
|
+
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]>;
|
|
3088
3104
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
3089
3105
|
}, {
|
|
3090
3106
|
readonly valid: boolean;
|
|
@@ -3113,7 +3129,21 @@ export declare const tokens: {
|
|
|
3113
3129
|
} & {
|
|
3114
3130
|
readonly rootModel: any;
|
|
3115
3131
|
readonly contentModel: any;
|
|
3116
|
-
readonly conditionOptions:
|
|
3132
|
+
readonly conditionOptions: {
|
|
3133
|
+
optionGroups: never[];
|
|
3134
|
+
validValues: Set<unknown>;
|
|
3135
|
+
} | {
|
|
3136
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3137
|
+
validValues: Set<string>;
|
|
3138
|
+
};
|
|
3139
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3140
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3141
|
+
validValues: Set<string> | Set<unknown>;
|
|
3142
|
+
};
|
|
3143
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3144
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3145
|
+
validValues: Set<string> | Set<unknown>;
|
|
3146
|
+
};
|
|
3117
3147
|
readonly unmetRunByConditions: string[];
|
|
3118
3148
|
} & {
|
|
3119
3149
|
readonly payload: any;
|
|
@@ -3121,6 +3151,7 @@ export declare const tokens: {
|
|
|
3121
3151
|
readonly httpConfigString: string;
|
|
3122
3152
|
readonly typedAsSQL: boolean;
|
|
3123
3153
|
readonly typedAsHTTP: boolean;
|
|
3154
|
+
readonly isMericoMetricQuery: boolean;
|
|
3124
3155
|
readonly isTransform: boolean;
|
|
3125
3156
|
readonly reQueryKey: string;
|
|
3126
3157
|
readonly runByConditionsMet: boolean;
|
|
@@ -3144,6 +3175,7 @@ export declare const tokens: {
|
|
|
3144
3175
|
} & {
|
|
3145
3176
|
runSQL: () => Promise<void>;
|
|
3146
3177
|
runHTTP: () => Promise<void>;
|
|
3178
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3147
3179
|
runTransformation(): void;
|
|
3148
3180
|
} & {
|
|
3149
3181
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -3163,7 +3195,7 @@ export declare const tokens: {
|
|
|
3163
3195
|
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]>>;
|
|
3164
3196
|
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]>>;
|
|
3165
3197
|
state: string;
|
|
3166
|
-
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]>>);
|
|
3198
|
+
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]>>);
|
|
3167
3199
|
error: any;
|
|
3168
3200
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3169
3201
|
readonly valid: boolean;
|
|
@@ -3192,7 +3224,21 @@ export declare const tokens: {
|
|
|
3192
3224
|
} & {
|
|
3193
3225
|
readonly rootModel: any;
|
|
3194
3226
|
readonly contentModel: any;
|
|
3195
|
-
readonly conditionOptions:
|
|
3227
|
+
readonly conditionOptions: {
|
|
3228
|
+
optionGroups: never[];
|
|
3229
|
+
validValues: Set<unknown>;
|
|
3230
|
+
} | {
|
|
3231
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3232
|
+
validValues: Set<string>;
|
|
3233
|
+
};
|
|
3234
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3235
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3236
|
+
validValues: Set<string> | Set<unknown>;
|
|
3237
|
+
};
|
|
3238
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3239
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3240
|
+
validValues: Set<string> | Set<unknown>;
|
|
3241
|
+
};
|
|
3196
3242
|
readonly unmetRunByConditions: string[];
|
|
3197
3243
|
} & {
|
|
3198
3244
|
readonly payload: any;
|
|
@@ -3200,6 +3246,7 @@ export declare const tokens: {
|
|
|
3200
3246
|
readonly httpConfigString: string;
|
|
3201
3247
|
readonly typedAsSQL: boolean;
|
|
3202
3248
|
readonly typedAsHTTP: boolean;
|
|
3249
|
+
readonly isMericoMetricQuery: boolean;
|
|
3203
3250
|
readonly isTransform: boolean;
|
|
3204
3251
|
readonly reQueryKey: string;
|
|
3205
3252
|
readonly runByConditionsMet: boolean;
|
|
@@ -3223,6 +3270,7 @@ export declare const tokens: {
|
|
|
3223
3270
|
} & {
|
|
3224
3271
|
runSQL: () => Promise<void>;
|
|
3225
3272
|
runHTTP: () => Promise<void>;
|
|
3273
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3226
3274
|
runTransformation(): void;
|
|
3227
3275
|
} & {
|
|
3228
3276
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -3242,7 +3290,7 @@ export declare const tokens: {
|
|
|
3242
3290
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
3243
3291
|
} & {
|
|
3244
3292
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3245
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
3293
|
+
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]>;
|
|
3246
3294
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
3247
3295
|
}, {
|
|
3248
3296
|
readonly valid: boolean;
|
|
@@ -3271,7 +3319,21 @@ export declare const tokens: {
|
|
|
3271
3319
|
} & {
|
|
3272
3320
|
readonly rootModel: any;
|
|
3273
3321
|
readonly contentModel: any;
|
|
3274
|
-
readonly conditionOptions:
|
|
3322
|
+
readonly conditionOptions: {
|
|
3323
|
+
optionGroups: never[];
|
|
3324
|
+
validValues: Set<unknown>;
|
|
3325
|
+
} | {
|
|
3326
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3327
|
+
validValues: Set<string>;
|
|
3328
|
+
};
|
|
3329
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3330
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3331
|
+
validValues: Set<string> | Set<unknown>;
|
|
3332
|
+
};
|
|
3333
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3334
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3335
|
+
validValues: Set<string> | Set<unknown>;
|
|
3336
|
+
};
|
|
3275
3337
|
readonly unmetRunByConditions: string[];
|
|
3276
3338
|
} & {
|
|
3277
3339
|
readonly payload: any;
|
|
@@ -3279,6 +3341,7 @@ export declare const tokens: {
|
|
|
3279
3341
|
readonly httpConfigString: string;
|
|
3280
3342
|
readonly typedAsSQL: boolean;
|
|
3281
3343
|
readonly typedAsHTTP: boolean;
|
|
3344
|
+
readonly isMericoMetricQuery: boolean;
|
|
3282
3345
|
readonly isTransform: boolean;
|
|
3283
3346
|
readonly reQueryKey: string;
|
|
3284
3347
|
readonly runByConditionsMet: boolean;
|
|
@@ -3302,6 +3365,7 @@ export declare const tokens: {
|
|
|
3302
3365
|
} & {
|
|
3303
3366
|
runSQL: () => Promise<void>;
|
|
3304
3367
|
runHTTP: () => Promise<void>;
|
|
3368
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3305
3369
|
runTransformation(): void;
|
|
3306
3370
|
} & {
|
|
3307
3371
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -3309,7 +3373,7 @@ export declare const tokens: {
|
|
|
3309
3373
|
} & {
|
|
3310
3374
|
afterCreate(): void;
|
|
3311
3375
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | null;
|
|
3312
|
-
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]>>);
|
|
3376
|
+
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]>>);
|
|
3313
3377
|
queryByID(queryID: string): ({
|
|
3314
3378
|
id: string;
|
|
3315
3379
|
name: string;
|
|
@@ -3322,7 +3386,7 @@ export declare const tokens: {
|
|
|
3322
3386
|
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]>>;
|
|
3323
3387
|
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]>>;
|
|
3324
3388
|
state: string;
|
|
3325
|
-
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]>>);
|
|
3389
|
+
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]>>);
|
|
3326
3390
|
error: any;
|
|
3327
3391
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3328
3392
|
readonly valid: boolean;
|
|
@@ -3351,7 +3415,21 @@ export declare const tokens: {
|
|
|
3351
3415
|
} & {
|
|
3352
3416
|
readonly rootModel: any;
|
|
3353
3417
|
readonly contentModel: any;
|
|
3354
|
-
readonly conditionOptions:
|
|
3418
|
+
readonly conditionOptions: {
|
|
3419
|
+
optionGroups: never[];
|
|
3420
|
+
validValues: Set<unknown>;
|
|
3421
|
+
} | {
|
|
3422
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3423
|
+
validValues: Set<string>;
|
|
3424
|
+
};
|
|
3425
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3426
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3427
|
+
validValues: Set<string> | Set<unknown>;
|
|
3428
|
+
};
|
|
3429
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3430
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3431
|
+
validValues: Set<string> | Set<unknown>;
|
|
3432
|
+
};
|
|
3355
3433
|
readonly unmetRunByConditions: string[];
|
|
3356
3434
|
} & {
|
|
3357
3435
|
readonly payload: any;
|
|
@@ -3359,6 +3437,7 @@ export declare const tokens: {
|
|
|
3359
3437
|
readonly httpConfigString: string;
|
|
3360
3438
|
readonly typedAsSQL: boolean;
|
|
3361
3439
|
readonly typedAsHTTP: boolean;
|
|
3440
|
+
readonly isMericoMetricQuery: boolean;
|
|
3362
3441
|
readonly isTransform: boolean;
|
|
3363
3442
|
readonly reQueryKey: string;
|
|
3364
3443
|
readonly runByConditionsMet: boolean;
|
|
@@ -3382,6 +3461,7 @@ export declare const tokens: {
|
|
|
3382
3461
|
} & {
|
|
3383
3462
|
runSQL: () => Promise<void>;
|
|
3384
3463
|
runHTTP: () => Promise<void>;
|
|
3464
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3385
3465
|
runTransformation(): void;
|
|
3386
3466
|
} & {
|
|
3387
3467
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -3401,7 +3481,7 @@ export declare const tokens: {
|
|
|
3401
3481
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
3402
3482
|
} & {
|
|
3403
3483
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3404
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
3484
|
+
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]>;
|
|
3405
3485
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
3406
3486
|
}, {
|
|
3407
3487
|
readonly valid: boolean;
|
|
@@ -3430,7 +3510,21 @@ export declare const tokens: {
|
|
|
3430
3510
|
} & {
|
|
3431
3511
|
readonly rootModel: any;
|
|
3432
3512
|
readonly contentModel: any;
|
|
3433
|
-
readonly conditionOptions:
|
|
3513
|
+
readonly conditionOptions: {
|
|
3514
|
+
optionGroups: never[];
|
|
3515
|
+
validValues: Set<unknown>;
|
|
3516
|
+
} | {
|
|
3517
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3518
|
+
validValues: Set<string>;
|
|
3519
|
+
};
|
|
3520
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3521
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3522
|
+
validValues: Set<string> | Set<unknown>;
|
|
3523
|
+
};
|
|
3524
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
3525
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
3526
|
+
validValues: Set<string> | Set<unknown>;
|
|
3527
|
+
};
|
|
3434
3528
|
readonly unmetRunByConditions: string[];
|
|
3435
3529
|
} & {
|
|
3436
3530
|
readonly payload: any;
|
|
@@ -3438,6 +3532,7 @@ export declare const tokens: {
|
|
|
3438
3532
|
readonly httpConfigString: string;
|
|
3439
3533
|
readonly typedAsSQL: boolean;
|
|
3440
3534
|
readonly typedAsHTTP: boolean;
|
|
3535
|
+
readonly isMericoMetricQuery: boolean;
|
|
3441
3536
|
readonly isTransform: boolean;
|
|
3442
3537
|
readonly reQueryKey: string;
|
|
3443
3538
|
readonly runByConditionsMet: boolean;
|
|
@@ -3461,6 +3556,7 @@ export declare const tokens: {
|
|
|
3461
3556
|
} & {
|
|
3462
3557
|
runSQL: () => Promise<void>;
|
|
3463
3558
|
runHTTP: () => Promise<void>;
|
|
3559
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
3464
3560
|
runTransformation(): void;
|
|
3465
3561
|
} & {
|
|
3466
3562
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6404,7 +6500,7 @@ export declare const tokens: {
|
|
|
6404
6500
|
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]>>;
|
|
6405
6501
|
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]>>;
|
|
6406
6502
|
state: string;
|
|
6407
|
-
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]>>);
|
|
6503
|
+
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]>>);
|
|
6408
6504
|
error: any;
|
|
6409
6505
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6410
6506
|
readonly valid: boolean;
|
|
@@ -6433,7 +6529,21 @@ export declare const tokens: {
|
|
|
6433
6529
|
} & {
|
|
6434
6530
|
readonly rootModel: any;
|
|
6435
6531
|
readonly contentModel: any;
|
|
6436
|
-
readonly conditionOptions:
|
|
6532
|
+
readonly conditionOptions: {
|
|
6533
|
+
optionGroups: never[];
|
|
6534
|
+
validValues: Set<unknown>;
|
|
6535
|
+
} | {
|
|
6536
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6537
|
+
validValues: Set<string>;
|
|
6538
|
+
};
|
|
6539
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6540
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6541
|
+
validValues: Set<string> | Set<unknown>;
|
|
6542
|
+
};
|
|
6543
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6544
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6545
|
+
validValues: Set<string> | Set<unknown>;
|
|
6546
|
+
};
|
|
6437
6547
|
readonly unmetRunByConditions: string[];
|
|
6438
6548
|
} & {
|
|
6439
6549
|
readonly payload: any;
|
|
@@ -6441,6 +6551,7 @@ export declare const tokens: {
|
|
|
6441
6551
|
readonly httpConfigString: string;
|
|
6442
6552
|
readonly typedAsSQL: boolean;
|
|
6443
6553
|
readonly typedAsHTTP: boolean;
|
|
6554
|
+
readonly isMericoMetricQuery: boolean;
|
|
6444
6555
|
readonly isTransform: boolean;
|
|
6445
6556
|
readonly reQueryKey: string;
|
|
6446
6557
|
readonly runByConditionsMet: boolean;
|
|
@@ -6464,6 +6575,7 @@ export declare const tokens: {
|
|
|
6464
6575
|
} & {
|
|
6465
6576
|
runSQL: () => Promise<void>;
|
|
6466
6577
|
runHTTP: () => Promise<void>;
|
|
6578
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6467
6579
|
runTransformation(): void;
|
|
6468
6580
|
} & {
|
|
6469
6581
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6483,7 +6595,7 @@ export declare const tokens: {
|
|
|
6483
6595
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
6484
6596
|
} & {
|
|
6485
6597
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6486
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
6598
|
+
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]>;
|
|
6487
6599
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
6488
6600
|
}, {
|
|
6489
6601
|
readonly valid: boolean;
|
|
@@ -6512,7 +6624,21 @@ export declare const tokens: {
|
|
|
6512
6624
|
} & {
|
|
6513
6625
|
readonly rootModel: any;
|
|
6514
6626
|
readonly contentModel: any;
|
|
6515
|
-
readonly conditionOptions:
|
|
6627
|
+
readonly conditionOptions: {
|
|
6628
|
+
optionGroups: never[];
|
|
6629
|
+
validValues: Set<unknown>;
|
|
6630
|
+
} | {
|
|
6631
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6632
|
+
validValues: Set<string>;
|
|
6633
|
+
};
|
|
6634
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6635
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6636
|
+
validValues: Set<string> | Set<unknown>;
|
|
6637
|
+
};
|
|
6638
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6639
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6640
|
+
validValues: Set<string> | Set<unknown>;
|
|
6641
|
+
};
|
|
6516
6642
|
readonly unmetRunByConditions: string[];
|
|
6517
6643
|
} & {
|
|
6518
6644
|
readonly payload: any;
|
|
@@ -6520,6 +6646,7 @@ export declare const tokens: {
|
|
|
6520
6646
|
readonly httpConfigString: string;
|
|
6521
6647
|
readonly typedAsSQL: boolean;
|
|
6522
6648
|
readonly typedAsHTTP: boolean;
|
|
6649
|
+
readonly isMericoMetricQuery: boolean;
|
|
6523
6650
|
readonly isTransform: boolean;
|
|
6524
6651
|
readonly reQueryKey: string;
|
|
6525
6652
|
readonly runByConditionsMet: boolean;
|
|
@@ -6543,6 +6670,7 @@ export declare const tokens: {
|
|
|
6543
6670
|
} & {
|
|
6544
6671
|
runSQL: () => Promise<void>;
|
|
6545
6672
|
runHTTP: () => Promise<void>;
|
|
6673
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6546
6674
|
runTransformation(): void;
|
|
6547
6675
|
} & {
|
|
6548
6676
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6562,7 +6690,7 @@ export declare const tokens: {
|
|
|
6562
6690
|
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]>>;
|
|
6563
6691
|
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]>>;
|
|
6564
6692
|
state: string;
|
|
6565
|
-
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]>>);
|
|
6693
|
+
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]>>);
|
|
6566
6694
|
error: any;
|
|
6567
6695
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6568
6696
|
readonly valid: boolean;
|
|
@@ -6591,7 +6719,21 @@ export declare const tokens: {
|
|
|
6591
6719
|
} & {
|
|
6592
6720
|
readonly rootModel: any;
|
|
6593
6721
|
readonly contentModel: any;
|
|
6594
|
-
readonly conditionOptions:
|
|
6722
|
+
readonly conditionOptions: {
|
|
6723
|
+
optionGroups: never[];
|
|
6724
|
+
validValues: Set<unknown>;
|
|
6725
|
+
} | {
|
|
6726
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6727
|
+
validValues: Set<string>;
|
|
6728
|
+
};
|
|
6729
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6730
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6731
|
+
validValues: Set<string> | Set<unknown>;
|
|
6732
|
+
};
|
|
6733
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6734
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6735
|
+
validValues: Set<string> | Set<unknown>;
|
|
6736
|
+
};
|
|
6595
6737
|
readonly unmetRunByConditions: string[];
|
|
6596
6738
|
} & {
|
|
6597
6739
|
readonly payload: any;
|
|
@@ -6599,6 +6741,7 @@ export declare const tokens: {
|
|
|
6599
6741
|
readonly httpConfigString: string;
|
|
6600
6742
|
readonly typedAsSQL: boolean;
|
|
6601
6743
|
readonly typedAsHTTP: boolean;
|
|
6744
|
+
readonly isMericoMetricQuery: boolean;
|
|
6602
6745
|
readonly isTransform: boolean;
|
|
6603
6746
|
readonly reQueryKey: string;
|
|
6604
6747
|
readonly runByConditionsMet: boolean;
|
|
@@ -6622,6 +6765,7 @@ export declare const tokens: {
|
|
|
6622
6765
|
} & {
|
|
6623
6766
|
runSQL: () => Promise<void>;
|
|
6624
6767
|
runHTTP: () => Promise<void>;
|
|
6768
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6625
6769
|
runTransformation(): void;
|
|
6626
6770
|
} & {
|
|
6627
6771
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6641,7 +6785,7 @@ export declare const tokens: {
|
|
|
6641
6785
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
6642
6786
|
} & {
|
|
6643
6787
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6644
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
6788
|
+
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]>;
|
|
6645
6789
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
6646
6790
|
}, {
|
|
6647
6791
|
readonly valid: boolean;
|
|
@@ -6670,7 +6814,21 @@ export declare const tokens: {
|
|
|
6670
6814
|
} & {
|
|
6671
6815
|
readonly rootModel: any;
|
|
6672
6816
|
readonly contentModel: any;
|
|
6673
|
-
readonly conditionOptions:
|
|
6817
|
+
readonly conditionOptions: {
|
|
6818
|
+
optionGroups: never[];
|
|
6819
|
+
validValues: Set<unknown>;
|
|
6820
|
+
} | {
|
|
6821
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6822
|
+
validValues: Set<string>;
|
|
6823
|
+
};
|
|
6824
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6825
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6826
|
+
validValues: Set<string> | Set<unknown>;
|
|
6827
|
+
};
|
|
6828
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6829
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6830
|
+
validValues: Set<string> | Set<unknown>;
|
|
6831
|
+
};
|
|
6674
6832
|
readonly unmetRunByConditions: string[];
|
|
6675
6833
|
} & {
|
|
6676
6834
|
readonly payload: any;
|
|
@@ -6678,6 +6836,7 @@ export declare const tokens: {
|
|
|
6678
6836
|
readonly httpConfigString: string;
|
|
6679
6837
|
readonly typedAsSQL: boolean;
|
|
6680
6838
|
readonly typedAsHTTP: boolean;
|
|
6839
|
+
readonly isMericoMetricQuery: boolean;
|
|
6681
6840
|
readonly isTransform: boolean;
|
|
6682
6841
|
readonly reQueryKey: string;
|
|
6683
6842
|
readonly runByConditionsMet: boolean;
|
|
@@ -6701,6 +6860,7 @@ export declare const tokens: {
|
|
|
6701
6860
|
} & {
|
|
6702
6861
|
runSQL: () => Promise<void>;
|
|
6703
6862
|
runHTTP: () => Promise<void>;
|
|
6863
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6704
6864
|
runTransformation(): void;
|
|
6705
6865
|
} & {
|
|
6706
6866
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6708,7 +6868,7 @@ export declare const tokens: {
|
|
|
6708
6868
|
} & {
|
|
6709
6869
|
afterCreate(): void;
|
|
6710
6870
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | null;
|
|
6711
|
-
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]>>);
|
|
6871
|
+
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]>>);
|
|
6712
6872
|
queryByID(queryID: string): ({
|
|
6713
6873
|
id: string;
|
|
6714
6874
|
name: string;
|
|
@@ -6721,7 +6881,7 @@ export declare const tokens: {
|
|
|
6721
6881
|
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]>>;
|
|
6722
6882
|
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]>>;
|
|
6723
6883
|
state: string;
|
|
6724
|
-
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]>>);
|
|
6884
|
+
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]>>);
|
|
6725
6885
|
error: any;
|
|
6726
6886
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6727
6887
|
readonly valid: boolean;
|
|
@@ -6750,7 +6910,21 @@ export declare const tokens: {
|
|
|
6750
6910
|
} & {
|
|
6751
6911
|
readonly rootModel: any;
|
|
6752
6912
|
readonly contentModel: any;
|
|
6753
|
-
readonly conditionOptions:
|
|
6913
|
+
readonly conditionOptions: {
|
|
6914
|
+
optionGroups: never[];
|
|
6915
|
+
validValues: Set<unknown>;
|
|
6916
|
+
} | {
|
|
6917
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6918
|
+
validValues: Set<string>;
|
|
6919
|
+
};
|
|
6920
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6921
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6922
|
+
validValues: Set<string> | Set<unknown>;
|
|
6923
|
+
};
|
|
6924
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
6925
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
6926
|
+
validValues: Set<string> | Set<unknown>;
|
|
6927
|
+
};
|
|
6754
6928
|
readonly unmetRunByConditions: string[];
|
|
6755
6929
|
} & {
|
|
6756
6930
|
readonly payload: any;
|
|
@@ -6758,6 +6932,7 @@ export declare const tokens: {
|
|
|
6758
6932
|
readonly httpConfigString: string;
|
|
6759
6933
|
readonly typedAsSQL: boolean;
|
|
6760
6934
|
readonly typedAsHTTP: boolean;
|
|
6935
|
+
readonly isMericoMetricQuery: boolean;
|
|
6761
6936
|
readonly isTransform: boolean;
|
|
6762
6937
|
readonly reQueryKey: string;
|
|
6763
6938
|
readonly runByConditionsMet: boolean;
|
|
@@ -6781,6 +6956,7 @@ export declare const tokens: {
|
|
|
6781
6956
|
} & {
|
|
6782
6957
|
runSQL: () => Promise<void>;
|
|
6783
6958
|
runHTTP: () => Promise<void>;
|
|
6959
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6784
6960
|
runTransformation(): void;
|
|
6785
6961
|
} & {
|
|
6786
6962
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -6800,7 +6976,7 @@ export declare const tokens: {
|
|
|
6800
6976
|
dep_query_ids: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
6801
6977
|
} & {
|
|
6802
6978
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6803
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
|
|
6979
|
+
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]>;
|
|
6804
6980
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
6805
6981
|
}, {
|
|
6806
6982
|
readonly valid: boolean;
|
|
@@ -6829,7 +7005,21 @@ export declare const tokens: {
|
|
|
6829
7005
|
} & {
|
|
6830
7006
|
readonly rootModel: any;
|
|
6831
7007
|
readonly contentModel: any;
|
|
6832
|
-
readonly conditionOptions:
|
|
7008
|
+
readonly conditionOptions: {
|
|
7009
|
+
optionGroups: never[];
|
|
7010
|
+
validValues: Set<unknown>;
|
|
7011
|
+
} | {
|
|
7012
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
7013
|
+
validValues: Set<string>;
|
|
7014
|
+
};
|
|
7015
|
+
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
7016
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
7017
|
+
validValues: Set<string> | Set<unknown>;
|
|
7018
|
+
};
|
|
7019
|
+
readonly conditionOptionsWithInvalidRunbys: {
|
|
7020
|
+
optionGroups: import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>[];
|
|
7021
|
+
validValues: Set<string> | Set<unknown>;
|
|
7022
|
+
};
|
|
6833
7023
|
readonly unmetRunByConditions: string[];
|
|
6834
7024
|
} & {
|
|
6835
7025
|
readonly payload: any;
|
|
@@ -6837,6 +7027,7 @@ export declare const tokens: {
|
|
|
6837
7027
|
readonly httpConfigString: string;
|
|
6838
7028
|
readonly typedAsSQL: boolean;
|
|
6839
7029
|
readonly typedAsHTTP: boolean;
|
|
7030
|
+
readonly isMericoMetricQuery: boolean;
|
|
6840
7031
|
readonly isTransform: boolean;
|
|
6841
7032
|
readonly reQueryKey: string;
|
|
6842
7033
|
readonly runByConditionsMet: boolean;
|
|
@@ -6860,6 +7051,7 @@ export declare const tokens: {
|
|
|
6860
7051
|
} & {
|
|
6861
7052
|
runSQL: () => Promise<void>;
|
|
6862
7053
|
runHTTP: () => Promise<void>;
|
|
7054
|
+
runMericoMetricQuery: () => Promise<void>;
|
|
6863
7055
|
runTransformation(): void;
|
|
6864
7056
|
} & {
|
|
6865
7057
|
fetchData: (force: boolean) => void | Promise<void>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { MonacoEditorRestriction } from '../function-editor';
|
|
3
|
-
|
|
3
|
+
type Props = {
|
|
4
4
|
value: TFunctionString;
|
|
5
5
|
onChange: (v: TFunctionString) => void;
|
|
6
6
|
defaultValue: TFunctionString;
|
|
7
7
|
label: string;
|
|
8
8
|
restrictions?: MonacoEditorRestriction[];
|
|
9
|
-
}
|
|
10
|
-
export declare const InlineFunctionInput: import('./react').ForwardRefExoticComponent<
|
|
9
|
+
};
|
|
10
|
+
export declare const InlineFunctionInput: import('./react').ForwardRefExoticComponent<Props & import('./react').RefAttributes<HTMLElement>>;
|
|
11
11
|
export {};
|