@finos/legend-query-builder 4.17.90 → 4.17.92

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,4 +1,4 @@
1
- /** @license @finos/legend-query-builder v4.17.90
1
+ /** @license @finos/legend-query-builder v4.17.92
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -43,6 +43,11 @@ export declare class QueryBuilderConfig {
43
43
  * This is the URL of the zipkin trace
44
44
  */
45
45
  enableTypedTDS: boolean;
46
+ /**
47
+ * This flag is for any feature that is not production ready.
48
+ * Used to iterate over features until they are ready for production.
49
+ */
50
+ NonProductionFeatureFlag: boolean;
46
51
  static readonly serialization: SerializationFactory<QueryBuilderConfig>;
47
52
  }
48
53
  //# sourceMappingURL=QueryBuilderConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryBuilderConfig.d.ts","sourceRoot":"","sources":["../../src/graph-manager/QueryBuilderConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAG5D,qBAAa,kBAAkB;IAC7B;;OAEG;IACH,6BAA6B,UAAS;IAEtC;;OAEG;IACH,kCAAkC,UAAS;IAE3C;;OAEG;IACH,mCAAmC,UAAS;IAE5C;;OAEG;IACH,kBAAkB,SAAM;IACxB;;OAEG;IACH,mBAAmB,SAAM;IACzB;;OAEG;IACH,kBAAkB,SAAM;IAExB;;OAEG;IACH,cAAc,UAAS;IAEvB,MAAM,CAAC,QAAQ,CAAC,aAAa,2CAU3B;CACH"}
1
+ {"version":3,"file":"QueryBuilderConfig.d.ts","sourceRoot":"","sources":["../../src/graph-manager/QueryBuilderConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAG5D,qBAAa,kBAAkB;IAC7B;;OAEG;IACH,6BAA6B,UAAS;IAEtC;;OAEG;IACH,kCAAkC,UAAS;IAE3C;;OAEG;IACH,mCAAmC,UAAS;IAE5C;;OAEG;IACH,kBAAkB,SAAM;IACxB;;OAEG;IACH,mBAAmB,SAAM;IACzB;;OAEG;IACH,kBAAkB,SAAM;IAExB;;OAEG;IACH,cAAc,UAAS;IAEvB;;;OAGG;IACH,wBAAwB,UAAS;IAEjC,MAAM,CAAC,QAAQ,CAAC,aAAa,2CAW3B;CACH"}
@@ -44,6 +44,11 @@ export class QueryBuilderConfig {
44
44
  * This is the URL of the zipkin trace
45
45
  */
46
46
  enableTypedTDS = false;
47
+ /**
48
+ * This flag is for any feature that is not production ready.
49
+ * Used to iterate over features until they are ready for production.
50
+ */
51
+ NonProductionFeatureFlag = false;
47
52
  static serialization = new SerializationFactory(createModelSchema(QueryBuilderConfig, {
48
53
  TEMPORARY__disableQueryBuilderChat: optional(primitive()),
49
54
  TEMPORARY__enableExportToCube: optional(primitive()),
@@ -52,6 +57,7 @@ export class QueryBuilderConfig {
52
57
  legendMCPServiceURL: optional(primitive()),
53
58
  zipkinTraceBaseURL: optional(primitive()),
54
59
  enableTypedTDS: optional(primitive()),
60
+ NonProductionFeatureFlag: optional(primitive()),
55
61
  }));
56
62
  }
57
63
  //# 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,6BAA6B,GAAG,KAAK,CAAC;IAEtC;;OAEG;IACH,kCAAkC,GAAG,KAAK,CAAC;IAE3C;;OAEG;IACH,mCAAmC,GAAG,KAAK,CAAC;IAE5C;;OAEG;IACH,kBAAkB,GAAG,EAAE,CAAC;IACxB;;OAEG;IACH,mBAAmB,GAAG,EAAE,CAAC;IACzB;;OAEG;IACH,kBAAkB,GAAG,EAAE,CAAC;IAExB;;OAEG;IACH,cAAc,GAAG,KAAK,CAAC;IAEvB,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,kBAAkB,EAAE;QACpC,kCAAkC,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACzD,6BAA6B,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACpD,mCAAmC,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QAC1D,kBAAkB,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACzC,mBAAmB,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QAC1C,kBAAkB,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACzC,cAAc,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;KACtC,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,6BAA6B,GAAG,KAAK,CAAC;IAEtC;;OAEG;IACH,kCAAkC,GAAG,KAAK,CAAC;IAE3C;;OAEG;IACH,mCAAmC,GAAG,KAAK,CAAC;IAE5C;;OAEG;IACH,kBAAkB,GAAG,EAAE,CAAC;IACxB;;OAEG;IACH,mBAAmB,GAAG,EAAE,CAAC;IACzB;;OAEG;IACH,kBAAkB,GAAG,EAAE,CAAC;IAExB;;OAEG;IACH,cAAc,GAAG,KAAK,CAAC;IAEvB;;;OAGG;IACH,wBAAwB,GAAG,KAAK,CAAC;IAEjC,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,kBAAkB,EAAE;QACpC,kCAAkC,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACzD,6BAA6B,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACpD,mCAAmC,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QAC1D,kBAAkB,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACzC,mBAAmB,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QAC1C,kBAAkB,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACzC,cAAc,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACrC,wBAAwB,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;KAChD,CAAC,CACH,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-query-builder v4.17.90
1
+ /** @license @finos/legend-query-builder v4.17.92
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.17.90",
3
+ "version": "4.17.92",
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.17.90",
3
+ "version": "4.17.92",
4
4
  "description": "Legend query builder core",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,15 +43,15 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "16.0.99",
47
- "@finos/legend-art": "7.1.144",
48
- "@finos/legend-code-editor": "2.0.156",
49
- "@finos/legend-data-cube": "0.3.72",
50
- "@finos/legend-graph": "32.3.36",
51
- "@finos/legend-lego": "2.0.174",
52
- "@finos/legend-server-depot": "6.1.9",
53
- "@finos/legend-shared": "11.0.22",
54
- "@finos/legend-storage": "3.0.143",
46
+ "@finos/legend-application": "16.0.100",
47
+ "@finos/legend-art": "7.1.145",
48
+ "@finos/legend-code-editor": "2.0.157",
49
+ "@finos/legend-data-cube": "0.3.73",
50
+ "@finos/legend-graph": "32.3.37",
51
+ "@finos/legend-lego": "2.0.175",
52
+ "@finos/legend-server-depot": "6.1.10",
53
+ "@finos/legend-shared": "11.0.23",
54
+ "@finos/legend-storage": "3.0.144",
55
55
  "@testing-library/dom": "10.4.0",
56
56
  "@testing-library/react": "16.2.0",
57
57
  "@types/react": "19.0.10",
@@ -51,6 +51,12 @@ export class QueryBuilderConfig {
51
51
  */
52
52
  enableTypedTDS = false;
53
53
 
54
+ /**
55
+ * This flag is for any feature that is not production ready.
56
+ * Used to iterate over features until they are ready for production.
57
+ */
58
+ NonProductionFeatureFlag = false;
59
+
54
60
  static readonly serialization = new SerializationFactory(
55
61
  createModelSchema(QueryBuilderConfig, {
56
62
  TEMPORARY__disableQueryBuilderChat: optional(primitive()),
@@ -60,6 +66,7 @@ export class QueryBuilderConfig {
60
66
  legendMCPServiceURL: optional(primitive()),
61
67
  zipkinTraceBaseURL: optional(primitive()),
62
68
  enableTypedTDS: optional(primitive()),
69
+ NonProductionFeatureFlag: optional(primitive()),
63
70
  }),
64
71
  );
65
72
  }