@devtable/dashboard 5.7.2 → 5.8.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/commits.structure.26a44e4e.mjs +13 -0
- package/dist/dashboard.es.js +10137 -9223
- package/dist/dashboard.umd.js +135 -28
- package/dist/definition-editor/query-editor/delete-query.d.ts +8 -0
- package/dist/efficiency.schema.5ba0fdb1.mjs +82 -0
- package/dist/efficiency.structure.8ac41504.mjs +12 -0
- package/dist/efficiency.structure.cf755f40.mjs +12 -0
- package/dist/heatmap.structure.75d4a09a.mjs +11 -0
- package/dist/interactions/components/index.d.ts +2 -0
- package/dist/interactions/hooks/index.d.ts +2 -0
- package/dist/interactions/index.d.ts +5 -0
- package/dist/interactions/operation/index.d.ts +2 -0
- package/dist/interactions/operation/operation-manager-impl.d.ts +3 -0
- package/dist/interactions/trigger/index.d.ts +1 -0
- package/dist/interactions/trigger/trigger-manager-impl.d.ts +3 -0
- package/dist/main/use-panel-full-screen.d.ts +136 -0
- package/dist/model/mock-context.d.ts +0 -3
- package/dist/model/queries/index.d.ts +69 -17
- package/dist/model/sql-snippets/index.d.ts +0 -14
- package/dist/model/views/index.d.ts +21911 -0
- package/dist/model/views/view/index.d.ts +612 -0
- package/dist/model/views/view/panels/index.d.ts +204 -0
- package/dist/model/views/view/panels/panel.d.ts +68 -0
- package/dist/panel/plugin-adaptor.d.ts +5 -3
- package/dist/panel/use-config-viz-instance-service.d.ts +3 -0
- package/dist/pareto.structure.64175247.mjs +11 -0
- package/dist/pareto.structure.870fcfae.mjs +11 -0
- package/dist/plugins/instance-migrator/index.d.ts +29 -0
- package/dist/plugins/plugin-context.d.ts +18 -1
- package/dist/plugins/plugin-data-migrator/version-based-migrator.d.ts +4 -4
- package/dist/plugins/viz-components/expert-system/index.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/metric-set-selector.d.ts +8 -0
- package/dist/plugins/viz-components/expert-system/request/call-expert-system.d.ts +6 -0
- package/dist/plugins/viz-components/expert-system/request/payload/comparison/efficiency.d.ts +10 -0
- package/dist/plugins/viz-components/expert-system/request/payload/comparison/index.d.ts +8 -0
- package/dist/plugins/viz-components/expert-system/request/payload/dev_load/heatmap.d.ts +9 -0
- package/dist/plugins/viz-components/expert-system/request/payload/dev_load/index.d.ts +14 -0
- package/dist/plugins/viz-components/expert-system/request/payload/dev_load/pareto.d.ts +9 -0
- package/dist/plugins/viz-components/expert-system/request/payload/dev_load/productivity.d.ts +11 -0
- package/dist/plugins/viz-components/expert-system/request/payload/index.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/payload/performance/efficiency.d.ts +10 -0
- package/dist/plugins/viz-components/expert-system/request/payload/performance/index.d.ts +31 -0
- package/dist/plugins/viz-components/expert-system/request/payload/performance/pareto.d.ts +9 -0
- package/dist/plugins/viz-components/expert-system/request/payload/performance/quality.d.ts +34 -0
- package/dist/plugins/viz-components/expert-system/request/payload/performance/quality_history.d.ts +12 -0
- package/dist/plugins/viz-components/expert-system/request/payload/personal_report/commits.d.ts +11 -0
- package/dist/plugins/viz-components/expert-system/request/payload/personal_report/index.d.ts +14 -0
- package/dist/plugins/viz-components/expert-system/request/payload/personal_report/quality.d.ts +13 -0
- package/dist/plugins/viz-components/expert-system/request/payload/personal_report/skills.d.ts +8 -0
- package/dist/plugins/viz-components/expert-system/request/schema/comparison/efficiency.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema/dev_load/heatmap.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema/dev_load/pareto.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema/dev_load/productivity.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema/index.d.ts +3 -0
- package/dist/plugins/viz-components/expert-system/request/schema/performance/efficiency.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema/performance/pareto.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema/performance/quality.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema/performance/quality_history.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema/personal_report/commits.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema/personal_report/quality.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema/personal_report/skills.structure.d.ts +2 -0
- package/dist/plugins/viz-components/expert-system/request/schema-and-validation.d.ts +8 -0
- package/dist/plugins/viz-components/expert-system/scenario-selector.d.ts +8 -0
- package/dist/plugins/viz-components/expert-system/type.d.ts +22 -0
- package/dist/plugins/viz-components/expert-system/viz-expert-system-panel.d.ts +3 -0
- package/dist/plugins/viz-components/expert-system/viz-expert-system.d.ts +3 -0
- package/dist/productivity.structure.1fc6f3e4.mjs +13 -0
- package/dist/quality.schema.4f5a1bc0.mjs +182 -0
- package/dist/quality.structure.b1ac00db.mjs +15 -0
- package/dist/quality.structure.bb057537.mjs +19 -0
- package/dist/quality_history.schema.5c04f870.mjs +118 -0
- package/dist/quality_history.structure.ffc4ca11.mjs +24 -0
- package/dist/service-locator/index.d.ts +27 -0
- package/dist/service-locator/use-service-locator.d.ts +8 -0
- package/dist/skills.structure.8ceda40e.mjs +10 -0
- package/dist/types/plugin/index.d.ts +14 -6
- package/package.json +2 -1
|
@@ -60,6 +60,74 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
60
60
|
};
|
|
61
61
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
62
62
|
}, {
|
|
63
|
+
readonly query: ({
|
|
64
|
+
id: string;
|
|
65
|
+
type: import("../../queries/types").DataSourceType;
|
|
66
|
+
key: string;
|
|
67
|
+
sql: string;
|
|
68
|
+
state: "idle" | "loading" | "error";
|
|
69
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
70
|
+
error: any;
|
|
71
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
72
|
+
readonly valid: string;
|
|
73
|
+
readonly configurations: {
|
|
74
|
+
id: string;
|
|
75
|
+
type: import("../../queries/types").DataSourceType;
|
|
76
|
+
key: string;
|
|
77
|
+
sql: string;
|
|
78
|
+
};
|
|
79
|
+
} & {
|
|
80
|
+
readonly formattedSQL: any;
|
|
81
|
+
} & {
|
|
82
|
+
readonly json: {
|
|
83
|
+
id: string;
|
|
84
|
+
type: import("../../queries/types").DataSourceType;
|
|
85
|
+
key: string;
|
|
86
|
+
sql: string;
|
|
87
|
+
};
|
|
88
|
+
} & {
|
|
89
|
+
setID(id: string): void;
|
|
90
|
+
setKey(key: string): void;
|
|
91
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
92
|
+
setSQL(sql: string): void;
|
|
93
|
+
fetchData: () => Promise<void>;
|
|
94
|
+
} & {
|
|
95
|
+
afterCreate(): void;
|
|
96
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
97
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
98
|
+
type: import("mobx-state-tree").ISimpleType<import("../../queries/types").DataSourceType>;
|
|
99
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
100
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
101
|
+
} & {
|
|
102
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"idle" | "loading" | "error">, [undefined]>;
|
|
103
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
104
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
105
|
+
}, {
|
|
106
|
+
readonly valid: string;
|
|
107
|
+
readonly configurations: {
|
|
108
|
+
id: string;
|
|
109
|
+
type: import("../../queries/types").DataSourceType;
|
|
110
|
+
key: string;
|
|
111
|
+
sql: string;
|
|
112
|
+
};
|
|
113
|
+
} & {
|
|
114
|
+
readonly formattedSQL: any;
|
|
115
|
+
} & {
|
|
116
|
+
readonly json: {
|
|
117
|
+
id: string;
|
|
118
|
+
type: import("../../queries/types").DataSourceType;
|
|
119
|
+
key: string;
|
|
120
|
+
sql: string;
|
|
121
|
+
};
|
|
122
|
+
} & {
|
|
123
|
+
setID(id: string): void;
|
|
124
|
+
setKey(key: string): void;
|
|
125
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
126
|
+
setSQL(sql: string): void;
|
|
127
|
+
fetchData: () => Promise<void>;
|
|
128
|
+
} & {
|
|
129
|
+
afterCreate(): void;
|
|
130
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
63
131
|
readonly json: {
|
|
64
132
|
id: string;
|
|
65
133
|
title: string;
|
|
@@ -229,6 +297,74 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
229
297
|
};
|
|
230
298
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
231
299
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
300
|
+
readonly query: ({
|
|
301
|
+
id: string;
|
|
302
|
+
type: import("../../queries/types").DataSourceType;
|
|
303
|
+
key: string;
|
|
304
|
+
sql: string;
|
|
305
|
+
state: "idle" | "loading" | "error";
|
|
306
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
307
|
+
error: any;
|
|
308
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
309
|
+
readonly valid: string;
|
|
310
|
+
readonly configurations: {
|
|
311
|
+
id: string;
|
|
312
|
+
type: import("../../queries/types").DataSourceType;
|
|
313
|
+
key: string;
|
|
314
|
+
sql: string;
|
|
315
|
+
};
|
|
316
|
+
} & {
|
|
317
|
+
readonly formattedSQL: any;
|
|
318
|
+
} & {
|
|
319
|
+
readonly json: {
|
|
320
|
+
id: string;
|
|
321
|
+
type: import("../../queries/types").DataSourceType;
|
|
322
|
+
key: string;
|
|
323
|
+
sql: string;
|
|
324
|
+
};
|
|
325
|
+
} & {
|
|
326
|
+
setID(id: string): void;
|
|
327
|
+
setKey(key: string): void;
|
|
328
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
329
|
+
setSQL(sql: string): void;
|
|
330
|
+
fetchData: () => Promise<void>;
|
|
331
|
+
} & {
|
|
332
|
+
afterCreate(): void;
|
|
333
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
334
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
335
|
+
type: import("mobx-state-tree").ISimpleType<import("../../queries/types").DataSourceType>;
|
|
336
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
337
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
338
|
+
} & {
|
|
339
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"idle" | "loading" | "error">, [undefined]>;
|
|
340
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
341
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
342
|
+
}, {
|
|
343
|
+
readonly valid: string;
|
|
344
|
+
readonly configurations: {
|
|
345
|
+
id: string;
|
|
346
|
+
type: import("../../queries/types").DataSourceType;
|
|
347
|
+
key: string;
|
|
348
|
+
sql: string;
|
|
349
|
+
};
|
|
350
|
+
} & {
|
|
351
|
+
readonly formattedSQL: any;
|
|
352
|
+
} & {
|
|
353
|
+
readonly json: {
|
|
354
|
+
id: string;
|
|
355
|
+
type: import("../../queries/types").DataSourceType;
|
|
356
|
+
key: string;
|
|
357
|
+
sql: string;
|
|
358
|
+
};
|
|
359
|
+
} & {
|
|
360
|
+
setID(id: string): void;
|
|
361
|
+
setKey(key: string): void;
|
|
362
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
363
|
+
setSQL(sql: string): void;
|
|
364
|
+
fetchData: () => Promise<void>;
|
|
365
|
+
} & {
|
|
366
|
+
afterCreate(): void;
|
|
367
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
232
368
|
readonly json: {
|
|
233
369
|
id: string;
|
|
234
370
|
title: string;
|
|
@@ -311,6 +447,74 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
311
447
|
};
|
|
312
448
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
313
449
|
}, {
|
|
450
|
+
readonly query: ({
|
|
451
|
+
id: string;
|
|
452
|
+
type: import("../../queries/types").DataSourceType;
|
|
453
|
+
key: string;
|
|
454
|
+
sql: string;
|
|
455
|
+
state: "idle" | "loading" | "error";
|
|
456
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
457
|
+
error: any;
|
|
458
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
459
|
+
readonly valid: string;
|
|
460
|
+
readonly configurations: {
|
|
461
|
+
id: string;
|
|
462
|
+
type: import("../../queries/types").DataSourceType;
|
|
463
|
+
key: string;
|
|
464
|
+
sql: string;
|
|
465
|
+
};
|
|
466
|
+
} & {
|
|
467
|
+
readonly formattedSQL: any;
|
|
468
|
+
} & {
|
|
469
|
+
readonly json: {
|
|
470
|
+
id: string;
|
|
471
|
+
type: import("../../queries/types").DataSourceType;
|
|
472
|
+
key: string;
|
|
473
|
+
sql: string;
|
|
474
|
+
};
|
|
475
|
+
} & {
|
|
476
|
+
setID(id: string): void;
|
|
477
|
+
setKey(key: string): void;
|
|
478
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
479
|
+
setSQL(sql: string): void;
|
|
480
|
+
fetchData: () => Promise<void>;
|
|
481
|
+
} & {
|
|
482
|
+
afterCreate(): void;
|
|
483
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
484
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
485
|
+
type: import("mobx-state-tree").ISimpleType<import("../../queries/types").DataSourceType>;
|
|
486
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
487
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
488
|
+
} & {
|
|
489
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"idle" | "loading" | "error">, [undefined]>;
|
|
490
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
491
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
492
|
+
}, {
|
|
493
|
+
readonly valid: string;
|
|
494
|
+
readonly configurations: {
|
|
495
|
+
id: string;
|
|
496
|
+
type: import("../../queries/types").DataSourceType;
|
|
497
|
+
key: string;
|
|
498
|
+
sql: string;
|
|
499
|
+
};
|
|
500
|
+
} & {
|
|
501
|
+
readonly formattedSQL: any;
|
|
502
|
+
} & {
|
|
503
|
+
readonly json: {
|
|
504
|
+
id: string;
|
|
505
|
+
type: import("../../queries/types").DataSourceType;
|
|
506
|
+
key: string;
|
|
507
|
+
sql: string;
|
|
508
|
+
};
|
|
509
|
+
} & {
|
|
510
|
+
setID(id: string): void;
|
|
511
|
+
setKey(key: string): void;
|
|
512
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
513
|
+
setSQL(sql: string): void;
|
|
514
|
+
fetchData: () => Promise<void>;
|
|
515
|
+
} & {
|
|
516
|
+
afterCreate(): void;
|
|
517
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
314
518
|
readonly json: {
|
|
315
519
|
id: string;
|
|
316
520
|
title: string;
|
|
@@ -448,6 +652,74 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
448
652
|
};
|
|
449
653
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
450
654
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
655
|
+
readonly query: ({
|
|
656
|
+
id: string;
|
|
657
|
+
type: import("../../queries/types").DataSourceType;
|
|
658
|
+
key: string;
|
|
659
|
+
sql: string;
|
|
660
|
+
state: "idle" | "loading" | "error";
|
|
661
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
662
|
+
error: any;
|
|
663
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
664
|
+
readonly valid: string;
|
|
665
|
+
readonly configurations: {
|
|
666
|
+
id: string;
|
|
667
|
+
type: import("../../queries/types").DataSourceType;
|
|
668
|
+
key: string;
|
|
669
|
+
sql: string;
|
|
670
|
+
};
|
|
671
|
+
} & {
|
|
672
|
+
readonly formattedSQL: any;
|
|
673
|
+
} & {
|
|
674
|
+
readonly json: {
|
|
675
|
+
id: string;
|
|
676
|
+
type: import("../../queries/types").DataSourceType;
|
|
677
|
+
key: string;
|
|
678
|
+
sql: string;
|
|
679
|
+
};
|
|
680
|
+
} & {
|
|
681
|
+
setID(id: string): void;
|
|
682
|
+
setKey(key: string): void;
|
|
683
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
684
|
+
setSQL(sql: string): void;
|
|
685
|
+
fetchData: () => Promise<void>;
|
|
686
|
+
} & {
|
|
687
|
+
afterCreate(): void;
|
|
688
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
689
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
690
|
+
type: import("mobx-state-tree").ISimpleType<import("../../queries/types").DataSourceType>;
|
|
691
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
692
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
693
|
+
} & {
|
|
694
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"idle" | "loading" | "error">, [undefined]>;
|
|
695
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
696
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
697
|
+
}, {
|
|
698
|
+
readonly valid: string;
|
|
699
|
+
readonly configurations: {
|
|
700
|
+
id: string;
|
|
701
|
+
type: import("../../queries/types").DataSourceType;
|
|
702
|
+
key: string;
|
|
703
|
+
sql: string;
|
|
704
|
+
};
|
|
705
|
+
} & {
|
|
706
|
+
readonly formattedSQL: any;
|
|
707
|
+
} & {
|
|
708
|
+
readonly json: {
|
|
709
|
+
id: string;
|
|
710
|
+
type: import("../../queries/types").DataSourceType;
|
|
711
|
+
key: string;
|
|
712
|
+
sql: string;
|
|
713
|
+
};
|
|
714
|
+
} & {
|
|
715
|
+
setID(id: string): void;
|
|
716
|
+
setKey(key: string): void;
|
|
717
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
718
|
+
setSQL(sql: string): void;
|
|
719
|
+
fetchData: () => Promise<void>;
|
|
720
|
+
} & {
|
|
721
|
+
afterCreate(): void;
|
|
722
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
451
723
|
readonly json: {
|
|
452
724
|
id: string;
|
|
453
725
|
title: string;
|
|
@@ -530,6 +802,74 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
530
802
|
};
|
|
531
803
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
532
804
|
}, {
|
|
805
|
+
readonly query: ({
|
|
806
|
+
id: string;
|
|
807
|
+
type: import("../../queries/types").DataSourceType;
|
|
808
|
+
key: string;
|
|
809
|
+
sql: string;
|
|
810
|
+
state: "idle" | "loading" | "error";
|
|
811
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
812
|
+
error: any;
|
|
813
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
814
|
+
readonly valid: string;
|
|
815
|
+
readonly configurations: {
|
|
816
|
+
id: string;
|
|
817
|
+
type: import("../../queries/types").DataSourceType;
|
|
818
|
+
key: string;
|
|
819
|
+
sql: string;
|
|
820
|
+
};
|
|
821
|
+
} & {
|
|
822
|
+
readonly formattedSQL: any;
|
|
823
|
+
} & {
|
|
824
|
+
readonly json: {
|
|
825
|
+
id: string;
|
|
826
|
+
type: import("../../queries/types").DataSourceType;
|
|
827
|
+
key: string;
|
|
828
|
+
sql: string;
|
|
829
|
+
};
|
|
830
|
+
} & {
|
|
831
|
+
setID(id: string): void;
|
|
832
|
+
setKey(key: string): void;
|
|
833
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
834
|
+
setSQL(sql: string): void;
|
|
835
|
+
fetchData: () => Promise<void>;
|
|
836
|
+
} & {
|
|
837
|
+
afterCreate(): void;
|
|
838
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
839
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
840
|
+
type: import("mobx-state-tree").ISimpleType<import("../../queries/types").DataSourceType>;
|
|
841
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
842
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
843
|
+
} & {
|
|
844
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"idle" | "loading" | "error">, [undefined]>;
|
|
845
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
846
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
847
|
+
}, {
|
|
848
|
+
readonly valid: string;
|
|
849
|
+
readonly configurations: {
|
|
850
|
+
id: string;
|
|
851
|
+
type: import("../../queries/types").DataSourceType;
|
|
852
|
+
key: string;
|
|
853
|
+
sql: string;
|
|
854
|
+
};
|
|
855
|
+
} & {
|
|
856
|
+
readonly formattedSQL: any;
|
|
857
|
+
} & {
|
|
858
|
+
readonly json: {
|
|
859
|
+
id: string;
|
|
860
|
+
type: import("../../queries/types").DataSourceType;
|
|
861
|
+
key: string;
|
|
862
|
+
sql: string;
|
|
863
|
+
};
|
|
864
|
+
} & {
|
|
865
|
+
setID(id: string): void;
|
|
866
|
+
setKey(key: string): void;
|
|
867
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
868
|
+
setSQL(sql: string): void;
|
|
869
|
+
fetchData: () => Promise<void>;
|
|
870
|
+
} & {
|
|
871
|
+
afterCreate(): void;
|
|
872
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
533
873
|
readonly json: {
|
|
534
874
|
id: string;
|
|
535
875
|
title: string;
|
|
@@ -667,6 +1007,74 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
667
1007
|
};
|
|
668
1008
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
669
1009
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1010
|
+
readonly query: ({
|
|
1011
|
+
id: string;
|
|
1012
|
+
type: import("../../queries/types").DataSourceType;
|
|
1013
|
+
key: string;
|
|
1014
|
+
sql: string;
|
|
1015
|
+
state: "idle" | "loading" | "error";
|
|
1016
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
1017
|
+
error: any;
|
|
1018
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1019
|
+
readonly valid: string;
|
|
1020
|
+
readonly configurations: {
|
|
1021
|
+
id: string;
|
|
1022
|
+
type: import("../../queries/types").DataSourceType;
|
|
1023
|
+
key: string;
|
|
1024
|
+
sql: string;
|
|
1025
|
+
};
|
|
1026
|
+
} & {
|
|
1027
|
+
readonly formattedSQL: any;
|
|
1028
|
+
} & {
|
|
1029
|
+
readonly json: {
|
|
1030
|
+
id: string;
|
|
1031
|
+
type: import("../../queries/types").DataSourceType;
|
|
1032
|
+
key: string;
|
|
1033
|
+
sql: string;
|
|
1034
|
+
};
|
|
1035
|
+
} & {
|
|
1036
|
+
setID(id: string): void;
|
|
1037
|
+
setKey(key: string): void;
|
|
1038
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
1039
|
+
setSQL(sql: string): void;
|
|
1040
|
+
fetchData: () => Promise<void>;
|
|
1041
|
+
} & {
|
|
1042
|
+
afterCreate(): void;
|
|
1043
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1044
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1045
|
+
type: import("mobx-state-tree").ISimpleType<import("../../queries/types").DataSourceType>;
|
|
1046
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
1047
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
1048
|
+
} & {
|
|
1049
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"idle" | "loading" | "error">, [undefined]>;
|
|
1050
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
1051
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
1052
|
+
}, {
|
|
1053
|
+
readonly valid: string;
|
|
1054
|
+
readonly configurations: {
|
|
1055
|
+
id: string;
|
|
1056
|
+
type: import("../../queries/types").DataSourceType;
|
|
1057
|
+
key: string;
|
|
1058
|
+
sql: string;
|
|
1059
|
+
};
|
|
1060
|
+
} & {
|
|
1061
|
+
readonly formattedSQL: any;
|
|
1062
|
+
} & {
|
|
1063
|
+
readonly json: {
|
|
1064
|
+
id: string;
|
|
1065
|
+
type: import("../../queries/types").DataSourceType;
|
|
1066
|
+
key: string;
|
|
1067
|
+
sql: string;
|
|
1068
|
+
};
|
|
1069
|
+
} & {
|
|
1070
|
+
setID(id: string): void;
|
|
1071
|
+
setKey(key: string): void;
|
|
1072
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
1073
|
+
setSQL(sql: string): void;
|
|
1074
|
+
fetchData: () => Promise<void>;
|
|
1075
|
+
} & {
|
|
1076
|
+
afterCreate(): void;
|
|
1077
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
670
1078
|
readonly json: {
|
|
671
1079
|
id: string;
|
|
672
1080
|
title: string;
|
|
@@ -749,6 +1157,74 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
749
1157
|
};
|
|
750
1158
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
751
1159
|
}, {
|
|
1160
|
+
readonly query: ({
|
|
1161
|
+
id: string;
|
|
1162
|
+
type: import("../../queries/types").DataSourceType;
|
|
1163
|
+
key: string;
|
|
1164
|
+
sql: string;
|
|
1165
|
+
state: "idle" | "loading" | "error";
|
|
1166
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
1167
|
+
error: any;
|
|
1168
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1169
|
+
readonly valid: string;
|
|
1170
|
+
readonly configurations: {
|
|
1171
|
+
id: string;
|
|
1172
|
+
type: import("../../queries/types").DataSourceType;
|
|
1173
|
+
key: string;
|
|
1174
|
+
sql: string;
|
|
1175
|
+
};
|
|
1176
|
+
} & {
|
|
1177
|
+
readonly formattedSQL: any;
|
|
1178
|
+
} & {
|
|
1179
|
+
readonly json: {
|
|
1180
|
+
id: string;
|
|
1181
|
+
type: import("../../queries/types").DataSourceType;
|
|
1182
|
+
key: string;
|
|
1183
|
+
sql: string;
|
|
1184
|
+
};
|
|
1185
|
+
} & {
|
|
1186
|
+
setID(id: string): void;
|
|
1187
|
+
setKey(key: string): void;
|
|
1188
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
1189
|
+
setSQL(sql: string): void;
|
|
1190
|
+
fetchData: () => Promise<void>;
|
|
1191
|
+
} & {
|
|
1192
|
+
afterCreate(): void;
|
|
1193
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1194
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1195
|
+
type: import("mobx-state-tree").ISimpleType<import("../../queries/types").DataSourceType>;
|
|
1196
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
1197
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
1198
|
+
} & {
|
|
1199
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"idle" | "loading" | "error">, [undefined]>;
|
|
1200
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
1201
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
1202
|
+
}, {
|
|
1203
|
+
readonly valid: string;
|
|
1204
|
+
readonly configurations: {
|
|
1205
|
+
id: string;
|
|
1206
|
+
type: import("../../queries/types").DataSourceType;
|
|
1207
|
+
key: string;
|
|
1208
|
+
sql: string;
|
|
1209
|
+
};
|
|
1210
|
+
} & {
|
|
1211
|
+
readonly formattedSQL: any;
|
|
1212
|
+
} & {
|
|
1213
|
+
readonly json: {
|
|
1214
|
+
id: string;
|
|
1215
|
+
type: import("../../queries/types").DataSourceType;
|
|
1216
|
+
key: string;
|
|
1217
|
+
sql: string;
|
|
1218
|
+
};
|
|
1219
|
+
} & {
|
|
1220
|
+
setID(id: string): void;
|
|
1221
|
+
setKey(key: string): void;
|
|
1222
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
1223
|
+
setSQL(sql: string): void;
|
|
1224
|
+
fetchData: () => Promise<void>;
|
|
1225
|
+
} & {
|
|
1226
|
+
afterCreate(): void;
|
|
1227
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
752
1228
|
readonly json: {
|
|
753
1229
|
id: string;
|
|
754
1230
|
title: string;
|
|
@@ -888,6 +1364,74 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
888
1364
|
};
|
|
889
1365
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
890
1366
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1367
|
+
readonly query: ({
|
|
1368
|
+
id: string;
|
|
1369
|
+
type: import("../../queries/types").DataSourceType;
|
|
1370
|
+
key: string;
|
|
1371
|
+
sql: string;
|
|
1372
|
+
state: "idle" | "loading" | "error";
|
|
1373
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
1374
|
+
error: any;
|
|
1375
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1376
|
+
readonly valid: string;
|
|
1377
|
+
readonly configurations: {
|
|
1378
|
+
id: string;
|
|
1379
|
+
type: import("../../queries/types").DataSourceType;
|
|
1380
|
+
key: string;
|
|
1381
|
+
sql: string;
|
|
1382
|
+
};
|
|
1383
|
+
} & {
|
|
1384
|
+
readonly formattedSQL: any;
|
|
1385
|
+
} & {
|
|
1386
|
+
readonly json: {
|
|
1387
|
+
id: string;
|
|
1388
|
+
type: import("../../queries/types").DataSourceType;
|
|
1389
|
+
key: string;
|
|
1390
|
+
sql: string;
|
|
1391
|
+
};
|
|
1392
|
+
} & {
|
|
1393
|
+
setID(id: string): void;
|
|
1394
|
+
setKey(key: string): void;
|
|
1395
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
1396
|
+
setSQL(sql: string): void;
|
|
1397
|
+
fetchData: () => Promise<void>;
|
|
1398
|
+
} & {
|
|
1399
|
+
afterCreate(): void;
|
|
1400
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1401
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1402
|
+
type: import("mobx-state-tree").ISimpleType<import("../../queries/types").DataSourceType>;
|
|
1403
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
1404
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
1405
|
+
} & {
|
|
1406
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"idle" | "loading" | "error">, [undefined]>;
|
|
1407
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
1408
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
1409
|
+
}, {
|
|
1410
|
+
readonly valid: string;
|
|
1411
|
+
readonly configurations: {
|
|
1412
|
+
id: string;
|
|
1413
|
+
type: import("../../queries/types").DataSourceType;
|
|
1414
|
+
key: string;
|
|
1415
|
+
sql: string;
|
|
1416
|
+
};
|
|
1417
|
+
} & {
|
|
1418
|
+
readonly formattedSQL: any;
|
|
1419
|
+
} & {
|
|
1420
|
+
readonly json: {
|
|
1421
|
+
id: string;
|
|
1422
|
+
type: import("../../queries/types").DataSourceType;
|
|
1423
|
+
key: string;
|
|
1424
|
+
sql: string;
|
|
1425
|
+
};
|
|
1426
|
+
} & {
|
|
1427
|
+
setID(id: string): void;
|
|
1428
|
+
setKey(key: string): void;
|
|
1429
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
1430
|
+
setSQL(sql: string): void;
|
|
1431
|
+
fetchData: () => Promise<void>;
|
|
1432
|
+
} & {
|
|
1433
|
+
afterCreate(): void;
|
|
1434
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
891
1435
|
readonly json: {
|
|
892
1436
|
id: string;
|
|
893
1437
|
title: string;
|
|
@@ -970,6 +1514,74 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
970
1514
|
};
|
|
971
1515
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
972
1516
|
}, {
|
|
1517
|
+
readonly query: ({
|
|
1518
|
+
id: string;
|
|
1519
|
+
type: import("../../queries/types").DataSourceType;
|
|
1520
|
+
key: string;
|
|
1521
|
+
sql: string;
|
|
1522
|
+
state: "idle" | "loading" | "error";
|
|
1523
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
1524
|
+
error: any;
|
|
1525
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1526
|
+
readonly valid: string;
|
|
1527
|
+
readonly configurations: {
|
|
1528
|
+
id: string;
|
|
1529
|
+
type: import("../../queries/types").DataSourceType;
|
|
1530
|
+
key: string;
|
|
1531
|
+
sql: string;
|
|
1532
|
+
};
|
|
1533
|
+
} & {
|
|
1534
|
+
readonly formattedSQL: any;
|
|
1535
|
+
} & {
|
|
1536
|
+
readonly json: {
|
|
1537
|
+
id: string;
|
|
1538
|
+
type: import("../../queries/types").DataSourceType;
|
|
1539
|
+
key: string;
|
|
1540
|
+
sql: string;
|
|
1541
|
+
};
|
|
1542
|
+
} & {
|
|
1543
|
+
setID(id: string): void;
|
|
1544
|
+
setKey(key: string): void;
|
|
1545
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
1546
|
+
setSQL(sql: string): void;
|
|
1547
|
+
fetchData: () => Promise<void>;
|
|
1548
|
+
} & {
|
|
1549
|
+
afterCreate(): void;
|
|
1550
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1551
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1552
|
+
type: import("mobx-state-tree").ISimpleType<import("../../queries/types").DataSourceType>;
|
|
1553
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
1554
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
1555
|
+
} & {
|
|
1556
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"idle" | "loading" | "error">, [undefined]>;
|
|
1557
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
1558
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
1559
|
+
}, {
|
|
1560
|
+
readonly valid: string;
|
|
1561
|
+
readonly configurations: {
|
|
1562
|
+
id: string;
|
|
1563
|
+
type: import("../../queries/types").DataSourceType;
|
|
1564
|
+
key: string;
|
|
1565
|
+
sql: string;
|
|
1566
|
+
};
|
|
1567
|
+
} & {
|
|
1568
|
+
readonly formattedSQL: any;
|
|
1569
|
+
} & {
|
|
1570
|
+
readonly json: {
|
|
1571
|
+
id: string;
|
|
1572
|
+
type: import("../../queries/types").DataSourceType;
|
|
1573
|
+
key: string;
|
|
1574
|
+
sql: string;
|
|
1575
|
+
};
|
|
1576
|
+
} & {
|
|
1577
|
+
setID(id: string): void;
|
|
1578
|
+
setKey(key: string): void;
|
|
1579
|
+
setType(type: import("../../queries/types").DataSourceType): void;
|
|
1580
|
+
setSQL(sql: string): void;
|
|
1581
|
+
fetchData: () => Promise<void>;
|
|
1582
|
+
} & {
|
|
1583
|
+
afterCreate(): void;
|
|
1584
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
973
1585
|
readonly json: {
|
|
974
1586
|
id: string;
|
|
975
1587
|
title: string;
|