@genesislcap/grid-pro 14.79.2-alpha-9debc2e.0 → 14.81.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,MAAM,iDAA2B,CAAC"}
|
package/dist/esm/utils/logger.js
CHANGED
package/dist/grid-pro.api.json
CHANGED
|
@@ -7886,12 +7886,12 @@
|
|
|
7886
7886
|
},
|
|
7887
7887
|
{
|
|
7888
7888
|
"kind": "Content",
|
|
7889
|
-
"text": "import(\"@genesislcap/foundation-
|
|
7889
|
+
"text": "import(\"@genesislcap/foundation-logger\")."
|
|
7890
7890
|
},
|
|
7891
7891
|
{
|
|
7892
7892
|
"kind": "Reference",
|
|
7893
7893
|
"text": "Logger",
|
|
7894
|
-
"canonicalReference": "@genesislcap/foundation-
|
|
7894
|
+
"canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
|
|
7895
7895
|
}
|
|
7896
7896
|
],
|
|
7897
7897
|
"fileUrlPath": "src/utils/logger.ts",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ import { ICellRendererParams } from '@ag-grid-community/core';
|
|
|
26
26
|
import { IServerSideDatasource } from '@ag-grid-community/core';
|
|
27
27
|
import { IServerSideGetRowsParams } from '@ag-grid-community/core';
|
|
28
28
|
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
29
|
-
import { Logger } from '@genesislcap/foundation-
|
|
29
|
+
import { Logger } from '@genesislcap/foundation-logger';
|
|
30
30
|
import { MetadataDetail } from '@genesislcap/foundation-comms';
|
|
31
31
|
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
32
32
|
import { SocketObservable } from '@genesislcap/foundation-comms';
|
package/docs/api-report.md
CHANGED
|
@@ -32,7 +32,7 @@ import { ICellRendererParams } from '@ag-grid-community/core';
|
|
|
32
32
|
import { IServerSideDatasource } from '@ag-grid-community/core';
|
|
33
33
|
import { IServerSideGetRowsParams } from '@ag-grid-community/core';
|
|
34
34
|
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
35
|
-
import { Logger } from '@genesislcap/foundation-
|
|
35
|
+
import { Logger } from '@genesislcap/foundation-logger';
|
|
36
36
|
import { MetadataDetail } from '@genesislcap/foundation-comms';
|
|
37
37
|
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
38
38
|
import { SocketObservable } from '@genesislcap/foundation-comms';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.81.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -28,14 +28,15 @@
|
|
|
28
28
|
"test:debug": "genx test --debug"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@genesislcap/foundation-testing": "14.
|
|
32
|
-
"@genesislcap/genx": "14.
|
|
31
|
+
"@genesislcap/foundation-testing": "14.81.0",
|
|
32
|
+
"@genesislcap/genx": "14.81.0",
|
|
33
33
|
"rimraf": "^3.0.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@genesislcap/foundation-comms": "14.
|
|
37
|
-
"@genesislcap/foundation-
|
|
38
|
-
"@genesislcap/foundation-
|
|
36
|
+
"@genesislcap/foundation-comms": "14.81.0",
|
|
37
|
+
"@genesislcap/foundation-logger": "14.81.0",
|
|
38
|
+
"@genesislcap/foundation-ui": "14.81.0",
|
|
39
|
+
"@genesislcap/foundation-utils": "14.81.0",
|
|
39
40
|
"@microsoft/fast-colors": "^5.1.4",
|
|
40
41
|
"@microsoft/fast-components": "^2.21.3",
|
|
41
42
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -58,5 +59,5 @@
|
|
|
58
59
|
"access": "public"
|
|
59
60
|
},
|
|
60
61
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "6f2d59820f20c84c0910281cc172931db6ce7543"
|
|
62
63
|
}
|