@contractspec/example.analytics-dashboard 0.0.0-canary-20260113173657 → 0.0.0-canary-20260114030712
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts22 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/query/query.presentation.d.ts
|
|
4
|
-
declare const QueriesListPresentation:
|
|
5
|
-
declare const QueryBuilderPresentation:
|
|
4
|
+
declare const QueriesListPresentation: _contractspec_lib_contracts22.PresentationSpec;
|
|
5
|
+
declare const QueryBuilderPresentation: _contractspec_lib_contracts22.PresentationSpec;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { QueriesListPresentation, QueryBuilderPresentation };
|
|
8
8
|
//# sourceMappingURL=query.presentation.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts20 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/query/query.test-spec.d.ts
|
|
4
|
-
declare const CreateQueryTest:
|
|
5
|
-
declare const ExecuteQueryTest:
|
|
4
|
+
declare const CreateQueryTest: _contractspec_lib_contracts20.TestSpec;
|
|
5
|
+
declare const ExecuteQueryTest: _contractspec_lib_contracts20.TestSpec;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { CreateQueryTest, ExecuteQueryTest };
|
|
8
8
|
//# sourceMappingURL=query.test-spec.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.analytics-dashboard",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20260114030712",
|
|
4
4
|
"description": "Analytics Dashboard example with widgets and query engine for ContractSpec",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -17,17 +17,17 @@
|
|
|
17
17
|
"lint:check": "eslint src"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@contractspec/lib.schema": "0.0.0-canary-
|
|
21
|
-
"@contractspec/lib.contracts": "0.0.0-canary-
|
|
22
|
-
"@contractspec/lib.example-shared-ui": "0.0.0-canary-
|
|
23
|
-
"@contractspec/lib.design-system": "0.0.0-canary-
|
|
24
|
-
"@contractspec/lib.runtime-sandbox": "0.0.0-canary-
|
|
20
|
+
"@contractspec/lib.schema": "0.0.0-canary-20260114030712",
|
|
21
|
+
"@contractspec/lib.contracts": "0.0.0-canary-20260114030712",
|
|
22
|
+
"@contractspec/lib.example-shared-ui": "0.0.0-canary-20260114030712",
|
|
23
|
+
"@contractspec/lib.design-system": "0.0.0-canary-20260114030712",
|
|
24
|
+
"@contractspec/lib.runtime-sandbox": "0.0.0-canary-20260114030712",
|
|
25
25
|
"react": "19.2.3",
|
|
26
26
|
"react-dom": "19.2.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@contractspec/tool.typescript": "0.0.0-canary-
|
|
30
|
-
"@contractspec/tool.tsdown": "0.0.0-canary-
|
|
29
|
+
"@contractspec/tool.typescript": "0.0.0-canary-20260114030712",
|
|
30
|
+
"@contractspec/tool.tsdown": "0.0.0-canary-20260114030712",
|
|
31
31
|
"typescript": "^5.9.3",
|
|
32
32
|
"@types/react": "^19.2.8",
|
|
33
33
|
"@types/react-dom": "^19.2.2"
|