@finos/legend-query-builder 4.11.7 → 4.11.8

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.
@@ -26,7 +26,7 @@ export class QueryBuilderConfig {
26
26
  TEMPORARY__enableGridEnterpriseMode = false;
27
27
  static serialization = new SerializationFactory(createModelSchema(QueryBuilderConfig, {
28
28
  TEMPORARY__disableQueryBuilderChat: optional(primitive()),
29
- TEMPORARY__enableAgGridEnterpriseMode: optional(primitive()),
29
+ TEMPORARY__enableGridEnterpriseMode: optional(primitive()),
30
30
  }));
31
31
  }
32
32
  //# sourceMappingURL=QueryBuilderConfig.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryBuilderConfig.js","sourceRoot":"","sources":["../../src/graph-manager/QueryBuilderConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEnE,MAAM,OAAO,kBAAkB;IAC7B;;OAEG;IACH,kCAAkC,GAAG,KAAK,CAAC;IAE3C;;OAEG;IACH,mCAAmC,GAAG,KAAK,CAAC;IAE5C,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,kBAAkB,EAAE;QACpC,kCAAkC,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACzD,qCAAqC,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;KAC7D,CAAC,CACH,CAAC"}
1
+ {"version":3,"file":"QueryBuilderConfig.js","sourceRoot":"","sources":["../../src/graph-manager/QueryBuilderConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEnE,MAAM,OAAO,kBAAkB;IAC7B;;OAEG;IACH,kCAAkC,GAAG,KAAK,CAAC;IAE3C;;OAEG;IACH,mCAAmC,GAAG,KAAK,CAAC;IAE5C,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,kBAAkB,EAAE;QACpC,kCAAkC,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACzD,mCAAmC,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;KAC3D,CAAC,CACH,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-query-builder v4.11.7
1
+ /** @license @finos/legend-query-builder v4.11.8
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-query-builder",
3
- "version": "4.11.7",
3
+ "version": "4.11.8",
4
4
  "description": "Legend query builder core",
5
5
  "keywords": [
6
6
  "legend",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-query-builder",
3
- "version": "4.11.7",
3
+ "version": "4.11.8",
4
4
  "description": "Legend query builder core",
5
5
  "keywords": [
6
6
  "legend",
@@ -31,7 +31,7 @@ export class QueryBuilderConfig {
31
31
  static readonly serialization = new SerializationFactory(
32
32
  createModelSchema(QueryBuilderConfig, {
33
33
  TEMPORARY__disableQueryBuilderChat: optional(primitive()),
34
- TEMPORARY__enableAgGridEnterpriseMode: optional(primitive()),
34
+ TEMPORARY__enableGridEnterpriseMode: optional(primitive()),
35
35
  }),
36
36
  );
37
37
  }