@finos/legend-application-data-cube 0.3.11 → 0.3.13

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.
Files changed (36) hide show
  1. package/lib/__lib__/LegendDataCubeEvent.d.ts +28 -0
  2. package/lib/__lib__/LegendDataCubeEvent.d.ts.map +1 -0
  3. package/lib/__lib__/LegendDataCubeEvent.js +29 -0
  4. package/lib/__lib__/LegendDataCubeEvent.js.map +1 -0
  5. package/lib/components/builder/LegendDataCubeBuilder.d.ts.map +1 -1
  6. package/lib/components/builder/LegendDataCubeBuilder.js +19 -7
  7. package/lib/components/builder/LegendDataCubeBuilder.js.map +1 -1
  8. package/lib/index.css +1 -1
  9. package/lib/package.json +1 -1
  10. package/lib/stores/LegendDataCubeBaseStore.d.ts.map +1 -1
  11. package/lib/stores/LegendDataCubeBaseStore.js +2 -1
  12. package/lib/stores/LegendDataCubeBaseStore.js.map +1 -1
  13. package/lib/stores/LegendDataCubeDataCubeEngine.d.ts +4 -1
  14. package/lib/stores/LegendDataCubeDataCubeEngine.d.ts.map +1 -1
  15. package/lib/stores/LegendDataCubeDataCubeEngine.js +157 -0
  16. package/lib/stores/LegendDataCubeDataCubeEngine.js.map +1 -1
  17. package/lib/stores/builder/LegendDataCubeBuilderStore.d.ts.map +1 -1
  18. package/lib/stores/builder/LegendDataCubeBuilderStore.js +36 -16
  19. package/lib/stores/builder/LegendDataCubeBuilderStore.js.map +1 -1
  20. package/lib/stores/builder/LegendDataCubeCreatorState.d.ts +1 -3
  21. package/lib/stores/builder/LegendDataCubeCreatorState.d.ts.map +1 -1
  22. package/lib/stores/builder/LegendDataCubeCreatorState.js +5 -158
  23. package/lib/stores/builder/LegendDataCubeCreatorState.js.map +1 -1
  24. package/package.json +5 -5
  25. package/src/__lib__/LegendDataCubeEvent.ts +28 -0
  26. package/src/components/builder/LegendDataCubeBuilder.tsx +23 -6
  27. package/src/stores/LegendDataCubeBaseStore.ts +5 -0
  28. package/src/stores/LegendDataCubeDataCubeEngine.ts +187 -0
  29. package/src/stores/builder/LegendDataCubeBuilderStore.tsx +60 -38
  30. package/src/stores/builder/LegendDataCubeCreatorState.tsx +11 -253
  31. package/tsconfig.json +1 -1
  32. package/lib/__lib__/DataCubeEvent.d.ts +0 -28
  33. package/lib/__lib__/DataCubeEvent.d.ts.map +0 -1
  34. package/lib/__lib__/DataCubeEvent.js +0 -29
  35. package/lib/__lib__/DataCubeEvent.js.map +0 -1
  36. package/src/__lib__/DataCubeEvent.ts +0 -28
@@ -1,28 +0,0 @@
1
- /**
2
- * Copyright (c) 2020-present, Goldman Sachs
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- export declare enum DATACUBE_APP_EVENT {
17
- CREATE_DATACUBE__SUCCESS = "dataCube.create-dataCube.success",
18
- CREATE_DATACUBE__FAILURE = "dataCube.create-dataCube.failure",
19
- LOAD_DATACUBE__SUCCESS = "dataCube.load-dataCube.success",
20
- LOAD_DATACUBE__FAILURE = "dataCube.load-dataCube.failure",
21
- NEW_DATACUBE__SUCCESS = "dataCube.new-dataCube.success",
22
- NEW_DATACUBE__FAILURE = "dataCube.new-dataCube.failure",
23
- UPDATE_DATACUBE__SUCCESS = "dataCube.update-dataCube.success",
24
- UPDATE_DATACUBE__FAILURE = "dataCube.update-dataCube.failure",
25
- DELETE_DATACUBE__SUCCESS = "dataCube.delete-dataCube.success",
26
- DELETE_DATACUBE__FAILURE = "dataCube.delete-dataCube.failure"
27
- }
28
- //# sourceMappingURL=DataCubeEvent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataCubeEvent.d.ts","sourceRoot":"","sources":["../../src/__lib__/DataCubeEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,kBAAkB;IAC5B,wBAAwB,qCAAqC;IAC7D,wBAAwB,qCAAqC;IAC7D,sBAAsB,mCAAmC;IACzD,sBAAsB,mCAAmC;IACzD,qBAAqB,kCAAkC;IACvD,qBAAqB,kCAAkC;IACvD,wBAAwB,qCAAqC;IAC7D,wBAAwB,qCAAqC;IAC7D,wBAAwB,qCAAqC;IAC7D,wBAAwB,qCAAqC;CAC9D"}
@@ -1,29 +0,0 @@
1
- /**
2
- * Copyright (c) 2020-present, Goldman Sachs
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- export var DATACUBE_APP_EVENT;
17
- (function (DATACUBE_APP_EVENT) {
18
- DATACUBE_APP_EVENT["CREATE_DATACUBE__SUCCESS"] = "dataCube.create-dataCube.success";
19
- DATACUBE_APP_EVENT["CREATE_DATACUBE__FAILURE"] = "dataCube.create-dataCube.failure";
20
- DATACUBE_APP_EVENT["LOAD_DATACUBE__SUCCESS"] = "dataCube.load-dataCube.success";
21
- DATACUBE_APP_EVENT["LOAD_DATACUBE__FAILURE"] = "dataCube.load-dataCube.failure";
22
- DATACUBE_APP_EVENT["NEW_DATACUBE__SUCCESS"] = "dataCube.new-dataCube.success";
23
- DATACUBE_APP_EVENT["NEW_DATACUBE__FAILURE"] = "dataCube.new-dataCube.failure";
24
- DATACUBE_APP_EVENT["UPDATE_DATACUBE__SUCCESS"] = "dataCube.update-dataCube.success";
25
- DATACUBE_APP_EVENT["UPDATE_DATACUBE__FAILURE"] = "dataCube.update-dataCube.failure";
26
- DATACUBE_APP_EVENT["DELETE_DATACUBE__SUCCESS"] = "dataCube.delete-dataCube.success";
27
- DATACUBE_APP_EVENT["DELETE_DATACUBE__FAILURE"] = "dataCube.delete-dataCube.failure";
28
- })(DATACUBE_APP_EVENT || (DATACUBE_APP_EVENT = {}));
29
- //# sourceMappingURL=DataCubeEvent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataCubeEvent.js","sourceRoot":"","sources":["../../src/__lib__/DataCubeEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,kBAWX;AAXD,WAAY,kBAAkB;IAC5B,mFAA6D,CAAA;IAC7D,mFAA6D,CAAA;IAC7D,+EAAyD,CAAA;IACzD,+EAAyD,CAAA;IACzD,6EAAuD,CAAA;IACvD,6EAAuD,CAAA;IACvD,mFAA6D,CAAA;IAC7D,mFAA6D,CAAA;IAC7D,mFAA6D,CAAA;IAC7D,mFAA6D,CAAA;AAC/D,CAAC,EAXW,kBAAkB,KAAlB,kBAAkB,QAW7B"}
@@ -1,28 +0,0 @@
1
- /**
2
- * Copyright (c) 2020-present, Goldman Sachs
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
-
17
- export enum DATACUBE_APP_EVENT {
18
- CREATE_DATACUBE__SUCCESS = 'dataCube.create-dataCube.success',
19
- CREATE_DATACUBE__FAILURE = 'dataCube.create-dataCube.failure',
20
- LOAD_DATACUBE__SUCCESS = 'dataCube.load-dataCube.success',
21
- LOAD_DATACUBE__FAILURE = 'dataCube.load-dataCube.failure',
22
- NEW_DATACUBE__SUCCESS = 'dataCube.new-dataCube.success',
23
- NEW_DATACUBE__FAILURE = 'dataCube.new-dataCube.failure',
24
- UPDATE_DATACUBE__SUCCESS = 'dataCube.update-dataCube.success',
25
- UPDATE_DATACUBE__FAILURE = 'dataCube.update-dataCube.failure',
26
- DELETE_DATACUBE__SUCCESS = 'dataCube.delete-dataCube.success',
27
- DELETE_DATACUBE__FAILURE = 'dataCube.delete-dataCube.failure',
28
- }