@devtable/dashboard 14.41.0 → 14.42.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 +4 -4
- package/dist/components/plugins/plugin-context.d.ts +24 -96
- package/dist/components/plugins/viz-components/viz-dashboard-state/editor/dashboard-state-variable-selector.d.ts +9 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/editor/fields.d.ts +5 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/editor/viz-viz-dashboard-state-editor.d.ts +2 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/index.d.ts +2 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/checkbox-state.d.ts +4 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/context-state.d.ts +4 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/date-range-state.d.ts +4 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/item-badge.d.ts +9 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/multi-select-state.d.ts +4 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/selection-table.d.ts +4 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/single-select-state.d.ts +4 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/state-item.d.ts +6 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/text-input-state.d.ts +4 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/tree-select-state.d.ts +4 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/tree-single-select-state.d.ts +4 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/state-items.d.ts +8 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/render/viz-viz-dashboard-state.d.ts +4 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/translation.d.ts +2 -0
- package/dist/components/plugins/viz-components/viz-dashboard-state/type.d.ts +5 -0
- package/dist/components/widgets/rich-text-editor/dynamic-color-mark/utils.d.ts +2 -2
- package/dist/components/widgets/rich-text-editor/readonly-rich-text-editor.d.ts +2 -2
- package/dist/contexts/panel-context.d.ts +48 -192
- package/dist/dashboard-editor/model/filters/index.d.ts +2 -1
- package/dist/dashboard-editor/model/panels/panel.d.ts +12 -48
- package/dist/dashboard-editor/model/queries/queries.d.ts +26 -104
- package/dist/dashboard-editor/model/queries/query.d.ts +2 -8
- package/dist/dashboard-render/model/types.d.ts +3 -3
- package/dist/dashboard.es.js +6477 -6116
- package/dist/dashboard.umd.js +67 -67
- package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +8 -4
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +8 -4
- package/dist/model/meta-model/dashboard/content/types.d.ts +25 -2
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +6 -4
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +8 -32
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +3 -9
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +18 -72
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +2 -8
- package/dist/stats.html +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/dashboard-state.d.ts +3 -3
- package/dist/utils/http-query.d.ts +2 -2
- package/dist/utils/sql.d.ts +2 -2
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -3995,14 +3995,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
3995
3995
|
} & {
|
|
3996
3996
|
readonly rootModel: any;
|
|
3997
3997
|
readonly contentModel: any;
|
|
3998
|
-
readonly conditionOptions:
|
|
3999
|
-
|
|
4000
|
-
validValues: Set<string>;
|
|
4001
|
-
};
|
|
4002
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
4003
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
4004
|
-
validValues: Set<string>;
|
|
4005
|
-
};
|
|
3998
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
3999
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
4006
4000
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
4007
4001
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
4008
4002
|
validValues: Set<string>;
|
|
@@ -4341,14 +4335,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
4341
4335
|
} & {
|
|
4342
4336
|
readonly rootModel: any;
|
|
4343
4337
|
readonly contentModel: any;
|
|
4344
|
-
readonly conditionOptions:
|
|
4345
|
-
|
|
4346
|
-
validValues: Set<string>;
|
|
4347
|
-
};
|
|
4348
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
4349
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
4350
|
-
validValues: Set<string>;
|
|
4351
|
-
};
|
|
4338
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
4339
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
4352
4340
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
4353
4341
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
4354
4342
|
validValues: Set<string>;
|
|
@@ -5438,14 +5426,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
5438
5426
|
} & {
|
|
5439
5427
|
readonly rootModel: any;
|
|
5440
5428
|
readonly contentModel: any;
|
|
5441
|
-
readonly conditionOptions:
|
|
5442
|
-
|
|
5443
|
-
validValues: Set<string>;
|
|
5444
|
-
};
|
|
5445
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
5446
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
5447
|
-
validValues: Set<string>;
|
|
5448
|
-
};
|
|
5429
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
5430
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
5449
5431
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
5450
5432
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
5451
5433
|
validValues: Set<string>;
|
|
@@ -5784,14 +5766,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
5784
5766
|
} & {
|
|
5785
5767
|
readonly rootModel: any;
|
|
5786
5768
|
readonly contentModel: any;
|
|
5787
|
-
readonly conditionOptions:
|
|
5788
|
-
|
|
5789
|
-
validValues: Set<string>;
|
|
5790
|
-
};
|
|
5791
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
5792
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
5793
|
-
validValues: Set<string>;
|
|
5794
|
-
};
|
|
5769
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
5770
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
5795
5771
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
5796
5772
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
5797
5773
|
validValues: Set<string>;
|
|
@@ -6882,14 +6858,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
6882
6858
|
} & {
|
|
6883
6859
|
readonly rootModel: any;
|
|
6884
6860
|
readonly contentModel: any;
|
|
6885
|
-
readonly conditionOptions:
|
|
6886
|
-
|
|
6887
|
-
validValues: Set<string>;
|
|
6888
|
-
};
|
|
6889
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6890
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6891
|
-
validValues: Set<string>;
|
|
6892
|
-
};
|
|
6861
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
6862
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
6893
6863
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
6894
6864
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6895
6865
|
validValues: Set<string>;
|
|
@@ -7228,14 +7198,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
7228
7198
|
} & {
|
|
7229
7199
|
readonly rootModel: any;
|
|
7230
7200
|
readonly contentModel: any;
|
|
7231
|
-
readonly conditionOptions:
|
|
7232
|
-
|
|
7233
|
-
validValues: Set<string>;
|
|
7234
|
-
};
|
|
7235
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
7236
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
7237
|
-
validValues: Set<string>;
|
|
7238
|
-
};
|
|
7201
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
7202
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
7239
7203
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
7240
7204
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
7241
7205
|
validValues: Set<string>;
|
|
@@ -11218,14 +11182,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
11218
11182
|
} & {
|
|
11219
11183
|
readonly rootModel: any;
|
|
11220
11184
|
readonly contentModel: any;
|
|
11221
|
-
readonly conditionOptions:
|
|
11222
|
-
|
|
11223
|
-
validValues: Set<string>;
|
|
11224
|
-
};
|
|
11225
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
11226
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
11227
|
-
validValues: Set<string>;
|
|
11228
|
-
};
|
|
11185
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
11186
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
11229
11187
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
11230
11188
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
11231
11189
|
validValues: Set<string>;
|
|
@@ -11564,14 +11522,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
11564
11522
|
} & {
|
|
11565
11523
|
readonly rootModel: any;
|
|
11566
11524
|
readonly contentModel: any;
|
|
11567
|
-
readonly conditionOptions:
|
|
11568
|
-
|
|
11569
|
-
validValues: Set<string>;
|
|
11570
|
-
};
|
|
11571
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
11572
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
11573
|
-
validValues: Set<string>;
|
|
11574
|
-
};
|
|
11525
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
11526
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
11575
11527
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
11576
11528
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
11577
11529
|
validValues: Set<string>;
|
|
@@ -12661,14 +12613,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
12661
12613
|
} & {
|
|
12662
12614
|
readonly rootModel: any;
|
|
12663
12615
|
readonly contentModel: any;
|
|
12664
|
-
readonly conditionOptions:
|
|
12665
|
-
|
|
12666
|
-
validValues: Set<string>;
|
|
12667
|
-
};
|
|
12668
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
12669
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
12670
|
-
validValues: Set<string>;
|
|
12671
|
-
};
|
|
12616
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
12617
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
12672
12618
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
12673
12619
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
12674
12620
|
validValues: Set<string>;
|
|
@@ -13007,14 +12953,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
13007
12953
|
} & {
|
|
13008
12954
|
readonly rootModel: any;
|
|
13009
12955
|
readonly contentModel: any;
|
|
13010
|
-
readonly conditionOptions:
|
|
13011
|
-
|
|
13012
|
-
validValues: Set<string>;
|
|
13013
|
-
};
|
|
13014
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
13015
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
13016
|
-
validValues: Set<string>;
|
|
13017
|
-
};
|
|
12956
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
12957
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
13018
12958
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
13019
12959
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
13020
12960
|
validValues: Set<string>;
|
|
@@ -14105,14 +14045,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
14105
14045
|
} & {
|
|
14106
14046
|
readonly rootModel: any;
|
|
14107
14047
|
readonly contentModel: any;
|
|
14108
|
-
readonly conditionOptions:
|
|
14109
|
-
|
|
14110
|
-
validValues: Set<string>;
|
|
14111
|
-
};
|
|
14112
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
14113
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
14114
|
-
validValues: Set<string>;
|
|
14115
|
-
};
|
|
14048
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
14049
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
14116
14050
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
14117
14051
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
14118
14052
|
validValues: Set<string>;
|
|
@@ -14451,14 +14385,8 @@ export declare const useRenderPanelContext: () => {
|
|
|
14451
14385
|
} & {
|
|
14452
14386
|
readonly rootModel: any;
|
|
14453
14387
|
readonly contentModel: any;
|
|
14454
|
-
readonly conditionOptions:
|
|
14455
|
-
|
|
14456
|
-
validValues: Set<string>;
|
|
14457
|
-
};
|
|
14458
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
14459
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
14460
|
-
validValues: Set<string>;
|
|
14461
|
-
};
|
|
14388
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
14389
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
14462
14390
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
14463
14391
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
14464
14392
|
validValues: Set<string>;
|
|
@@ -19002,14 +18930,8 @@ export declare const useEditPanelContext: () => {
|
|
|
19002
18930
|
} & {
|
|
19003
18931
|
readonly rootModel: any;
|
|
19004
18932
|
readonly contentModel: any;
|
|
19005
|
-
readonly conditionOptions:
|
|
19006
|
-
|
|
19007
|
-
validValues: Set<string>;
|
|
19008
|
-
};
|
|
19009
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
19010
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
19011
|
-
validValues: Set<string>;
|
|
19012
|
-
};
|
|
18933
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
18934
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
19013
18935
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
19014
18936
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
19015
18937
|
validValues: Set<string>;
|
|
@@ -19348,14 +19270,8 @@ export declare const useEditPanelContext: () => {
|
|
|
19348
19270
|
} & {
|
|
19349
19271
|
readonly rootModel: any;
|
|
19350
19272
|
readonly contentModel: any;
|
|
19351
|
-
readonly conditionOptions:
|
|
19352
|
-
|
|
19353
|
-
validValues: Set<string>;
|
|
19354
|
-
};
|
|
19355
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
19356
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
19357
|
-
validValues: Set<string>;
|
|
19358
|
-
};
|
|
19273
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
19274
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
19359
19275
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
19360
19276
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
19361
19277
|
validValues: Set<string>;
|
|
@@ -20445,14 +20361,8 @@ export declare const useEditPanelContext: () => {
|
|
|
20445
20361
|
} & {
|
|
20446
20362
|
readonly rootModel: any;
|
|
20447
20363
|
readonly contentModel: any;
|
|
20448
|
-
readonly conditionOptions:
|
|
20449
|
-
|
|
20450
|
-
validValues: Set<string>;
|
|
20451
|
-
};
|
|
20452
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
20453
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
20454
|
-
validValues: Set<string>;
|
|
20455
|
-
};
|
|
20364
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
20365
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
20456
20366
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
20457
20367
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
20458
20368
|
validValues: Set<string>;
|
|
@@ -20791,14 +20701,8 @@ export declare const useEditPanelContext: () => {
|
|
|
20791
20701
|
} & {
|
|
20792
20702
|
readonly rootModel: any;
|
|
20793
20703
|
readonly contentModel: any;
|
|
20794
|
-
readonly conditionOptions:
|
|
20795
|
-
|
|
20796
|
-
validValues: Set<string>;
|
|
20797
|
-
};
|
|
20798
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
20799
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
20800
|
-
validValues: Set<string>;
|
|
20801
|
-
};
|
|
20704
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
20705
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
20802
20706
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
20803
20707
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
20804
20708
|
validValues: Set<string>;
|
|
@@ -21889,14 +21793,8 @@ export declare const useEditPanelContext: () => {
|
|
|
21889
21793
|
} & {
|
|
21890
21794
|
readonly rootModel: any;
|
|
21891
21795
|
readonly contentModel: any;
|
|
21892
|
-
readonly conditionOptions:
|
|
21893
|
-
|
|
21894
|
-
validValues: Set<string>;
|
|
21895
|
-
};
|
|
21896
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
21897
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
21898
|
-
validValues: Set<string>;
|
|
21899
|
-
};
|
|
21796
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
21797
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
21900
21798
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
21901
21799
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
21902
21800
|
validValues: Set<string>;
|
|
@@ -22235,14 +22133,8 @@ export declare const useEditPanelContext: () => {
|
|
|
22235
22133
|
} & {
|
|
22236
22134
|
readonly rootModel: any;
|
|
22237
22135
|
readonly contentModel: any;
|
|
22238
|
-
readonly conditionOptions:
|
|
22239
|
-
|
|
22240
|
-
validValues: Set<string>;
|
|
22241
|
-
};
|
|
22242
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
22243
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
22244
|
-
validValues: Set<string>;
|
|
22245
|
-
};
|
|
22136
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
22137
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
22246
22138
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
22247
22139
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
22248
22140
|
validValues: Set<string>;
|
|
@@ -26286,14 +26178,8 @@ export declare const useEditPanelContext: () => {
|
|
|
26286
26178
|
} & {
|
|
26287
26179
|
readonly rootModel: any;
|
|
26288
26180
|
readonly contentModel: any;
|
|
26289
|
-
readonly conditionOptions:
|
|
26290
|
-
|
|
26291
|
-
validValues: Set<string>;
|
|
26292
|
-
};
|
|
26293
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
26294
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
26295
|
-
validValues: Set<string>;
|
|
26296
|
-
};
|
|
26181
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
26182
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
26297
26183
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
26298
26184
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
26299
26185
|
validValues: Set<string>;
|
|
@@ -26632,14 +26518,8 @@ export declare const useEditPanelContext: () => {
|
|
|
26632
26518
|
} & {
|
|
26633
26519
|
readonly rootModel: any;
|
|
26634
26520
|
readonly contentModel: any;
|
|
26635
|
-
readonly conditionOptions:
|
|
26636
|
-
|
|
26637
|
-
validValues: Set<string>;
|
|
26638
|
-
};
|
|
26639
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
26640
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
26641
|
-
validValues: Set<string>;
|
|
26642
|
-
};
|
|
26521
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
26522
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
26643
26523
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
26644
26524
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
26645
26525
|
validValues: Set<string>;
|
|
@@ -27729,14 +27609,8 @@ export declare const useEditPanelContext: () => {
|
|
|
27729
27609
|
} & {
|
|
27730
27610
|
readonly rootModel: any;
|
|
27731
27611
|
readonly contentModel: any;
|
|
27732
|
-
readonly conditionOptions:
|
|
27733
|
-
|
|
27734
|
-
validValues: Set<string>;
|
|
27735
|
-
};
|
|
27736
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
27737
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
27738
|
-
validValues: Set<string>;
|
|
27739
|
-
};
|
|
27612
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
27613
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
27740
27614
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
27741
27615
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
27742
27616
|
validValues: Set<string>;
|
|
@@ -28075,14 +27949,8 @@ export declare const useEditPanelContext: () => {
|
|
|
28075
27949
|
} & {
|
|
28076
27950
|
readonly rootModel: any;
|
|
28077
27951
|
readonly contentModel: any;
|
|
28078
|
-
readonly conditionOptions:
|
|
28079
|
-
|
|
28080
|
-
validValues: Set<string>;
|
|
28081
|
-
};
|
|
28082
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
28083
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
28084
|
-
validValues: Set<string>;
|
|
28085
|
-
};
|
|
27952
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
27953
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
28086
27954
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
28087
27955
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
28088
27956
|
validValues: Set<string>;
|
|
@@ -29173,14 +29041,8 @@ export declare const useEditPanelContext: () => {
|
|
|
29173
29041
|
} & {
|
|
29174
29042
|
readonly rootModel: any;
|
|
29175
29043
|
readonly contentModel: any;
|
|
29176
|
-
readonly conditionOptions:
|
|
29177
|
-
|
|
29178
|
-
validValues: Set<string>;
|
|
29179
|
-
};
|
|
29180
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
29181
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
29182
|
-
validValues: Set<string>;
|
|
29183
|
-
};
|
|
29044
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
29045
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
29184
29046
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
29185
29047
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
29186
29048
|
validValues: Set<string>;
|
|
@@ -29519,14 +29381,8 @@ export declare const useEditPanelContext: () => {
|
|
|
29519
29381
|
} & {
|
|
29520
29382
|
readonly rootModel: any;
|
|
29521
29383
|
readonly contentModel: any;
|
|
29522
|
-
readonly conditionOptions:
|
|
29523
|
-
|
|
29524
|
-
validValues: Set<string>;
|
|
29525
|
-
};
|
|
29526
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
29527
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
29528
|
-
validValues: Set<string>;
|
|
29529
|
-
};
|
|
29384
|
+
readonly conditionOptions: import('../model').DashboardStateVariableOptions;
|
|
29385
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../model').DashboardStateVariableOptions;
|
|
29530
29386
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
29531
29387
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
29532
29388
|
validValues: Set<string>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
import { FilterMetaInstance } from '../../../model';
|
|
2
|
+
import { FilterMetaInstance, TDashboardStateItem } from '../../../model';
|
|
3
3
|
import { AnyObject, DashboardFilterType } from '../../../types';
|
|
4
4
|
export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
5
5
|
current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
@@ -278,6 +278,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
278
278
|
readonly valuesString: string;
|
|
279
279
|
readonly filter: any;
|
|
280
280
|
readonly keysToTypes: Record<string, DashboardFilterType>;
|
|
281
|
+
keyStateItemMap(values: Record<string, any>): Record<string, TDashboardStateItem>;
|
|
281
282
|
readonly valuesForPayload: Record<string, any>;
|
|
282
283
|
readonly contentModel: any;
|
|
283
284
|
readonly context: any;
|
|
@@ -3432,14 +3432,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
3432
3432
|
} & {
|
|
3433
3433
|
readonly rootModel: any;
|
|
3434
3434
|
readonly contentModel: any;
|
|
3435
|
-
readonly conditionOptions:
|
|
3436
|
-
|
|
3437
|
-
validValues: Set<string>;
|
|
3438
|
-
};
|
|
3439
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3440
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3441
|
-
validValues: Set<string>;
|
|
3442
|
-
};
|
|
3435
|
+
readonly conditionOptions: import('../../../model').DashboardStateVariableOptions;
|
|
3436
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../../../model').DashboardStateVariableOptions;
|
|
3443
3437
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
3444
3438
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3445
3439
|
validValues: Set<string>;
|
|
@@ -3778,14 +3772,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
3778
3772
|
} & {
|
|
3779
3773
|
readonly rootModel: any;
|
|
3780
3774
|
readonly contentModel: any;
|
|
3781
|
-
readonly conditionOptions:
|
|
3782
|
-
|
|
3783
|
-
validValues: Set<string>;
|
|
3784
|
-
};
|
|
3785
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
3786
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3787
|
-
validValues: Set<string>;
|
|
3788
|
-
};
|
|
3775
|
+
readonly conditionOptions: import('../../../model').DashboardStateVariableOptions;
|
|
3776
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../../../model').DashboardStateVariableOptions;
|
|
3789
3777
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
3790
3778
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
3791
3779
|
validValues: Set<string>;
|
|
@@ -4875,14 +4863,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
4875
4863
|
} & {
|
|
4876
4864
|
readonly rootModel: any;
|
|
4877
4865
|
readonly contentModel: any;
|
|
4878
|
-
readonly conditionOptions:
|
|
4879
|
-
|
|
4880
|
-
validValues: Set<string>;
|
|
4881
|
-
};
|
|
4882
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
4883
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
4884
|
-
validValues: Set<string>;
|
|
4885
|
-
};
|
|
4866
|
+
readonly conditionOptions: import('../../../model').DashboardStateVariableOptions;
|
|
4867
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../../../model').DashboardStateVariableOptions;
|
|
4886
4868
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
4887
4869
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
4888
4870
|
validValues: Set<string>;
|
|
@@ -5221,14 +5203,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
5221
5203
|
} & {
|
|
5222
5204
|
readonly rootModel: any;
|
|
5223
5205
|
readonly contentModel: any;
|
|
5224
|
-
readonly conditionOptions:
|
|
5225
|
-
|
|
5226
|
-
validValues: Set<string>;
|
|
5227
|
-
};
|
|
5228
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
5229
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
5230
|
-
validValues: Set<string>;
|
|
5231
|
-
};
|
|
5206
|
+
readonly conditionOptions: import('../../../model').DashboardStateVariableOptions;
|
|
5207
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../../../model').DashboardStateVariableOptions;
|
|
5232
5208
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
5233
5209
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
5234
5210
|
validValues: Set<string>;
|
|
@@ -6319,14 +6295,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
6319
6295
|
} & {
|
|
6320
6296
|
readonly rootModel: any;
|
|
6321
6297
|
readonly contentModel: any;
|
|
6322
|
-
readonly conditionOptions:
|
|
6323
|
-
|
|
6324
|
-
validValues: Set<string>;
|
|
6325
|
-
};
|
|
6326
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6327
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6328
|
-
validValues: Set<string>;
|
|
6329
|
-
};
|
|
6298
|
+
readonly conditionOptions: import('../../../model').DashboardStateVariableOptions;
|
|
6299
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../../../model').DashboardStateVariableOptions;
|
|
6330
6300
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
6331
6301
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6332
6302
|
validValues: Set<string>;
|
|
@@ -6665,14 +6635,8 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
6665
6635
|
} & {
|
|
6666
6636
|
readonly rootModel: any;
|
|
6667
6637
|
readonly contentModel: any;
|
|
6668
|
-
readonly conditionOptions:
|
|
6669
|
-
|
|
6670
|
-
validValues: Set<string>;
|
|
6671
|
-
};
|
|
6672
|
-
getConditionOptionsWithInvalidValue(value: string | null): {
|
|
6673
|
-
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6674
|
-
validValues: Set<string>;
|
|
6675
|
-
};
|
|
6638
|
+
readonly conditionOptions: import('../../../model').DashboardStateVariableOptions;
|
|
6639
|
+
getConditionOptionsWithInvalidValue(value: string | null): import('../../../model').DashboardStateVariableOptions;
|
|
6676
6640
|
readonly conditionOptionsWithInvalidRunbys: {
|
|
6677
6641
|
optionGroups: import("@mantine/core").ComboboxItemGroup<import("@mantine/core").ComboboxItem>[];
|
|
6678
6642
|
validValues: Set<string>;
|