@finos/legend-application-marketplace 0.0.11

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 (93) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +3 -0
  3. package/lib/__lib__/LegendMarketplaceEventHelper.d.ts +20 -0
  4. package/lib/__lib__/LegendMarketplaceEventHelper.d.ts.map +1 -0
  5. package/lib/__lib__/LegendMarketplaceEventHelper.js +22 -0
  6. package/lib/__lib__/LegendMarketplaceEventHelper.js.map +1 -0
  7. package/lib/__lib__/LegendMarketplaceNavigation.d.ts +19 -0
  8. package/lib/__lib__/LegendMarketplaceNavigation.d.ts.map +1 -0
  9. package/lib/__lib__/LegendMarketplaceNavigation.js +19 -0
  10. package/lib/__lib__/LegendMarketplaceNavigation.js.map +1 -0
  11. package/lib/__lib__/LegendMarketplaceTesting.d.ts +19 -0
  12. package/lib/__lib__/LegendMarketplaceTesting.d.ts.map +1 -0
  13. package/lib/__lib__/LegendMarketplaceTesting.js +20 -0
  14. package/lib/__lib__/LegendMarketplaceTesting.js.map +1 -0
  15. package/lib/application/LegendMarketplace.d.ts +27 -0
  16. package/lib/application/LegendMarketplace.d.ts.map +1 -0
  17. package/lib/application/LegendMarketplace.js +39 -0
  18. package/lib/application/LegendMarketplace.js.map +1 -0
  19. package/lib/application/LegendMarketplaceApplicationConfig.d.ts +53 -0
  20. package/lib/application/LegendMarketplaceApplicationConfig.d.ts.map +1 -0
  21. package/lib/application/LegendMarketplaceApplicationConfig.js +65 -0
  22. package/lib/application/LegendMarketplaceApplicationConfig.js.map +1 -0
  23. package/lib/application/LegendMarketplacePluginManager.d.ts +22 -0
  24. package/lib/application/LegendMarketplacePluginManager.d.ts.map +1 -0
  25. package/lib/application/LegendMarketplacePluginManager.js +25 -0
  26. package/lib/application/LegendMarketplacePluginManager.js.map +1 -0
  27. package/lib/application/__test-utils__/LegendMarketplaceApplicationTestUtils.d.ts +18 -0
  28. package/lib/application/__test-utils__/LegendMarketplaceApplicationTestUtils.d.ts.map +1 -0
  29. package/lib/application/__test-utils__/LegendMarketplaceApplicationTestUtils.js +46 -0
  30. package/lib/application/__test-utils__/LegendMarketplaceApplicationTestUtils.js.map +1 -0
  31. package/lib/components/LegendMarketplaceFrameworkProvider.d.ts +22 -0
  32. package/lib/components/LegendMarketplaceFrameworkProvider.d.ts.map +1 -0
  33. package/lib/components/LegendMarketplaceFrameworkProvider.js +31 -0
  34. package/lib/components/LegendMarketplaceFrameworkProvider.js.map +1 -0
  35. package/lib/components/LegendMarketplaceWebApplication.d.ts +24 -0
  36. package/lib/components/LegendMarketplaceWebApplication.d.ts.map +1 -0
  37. package/lib/components/LegendMarketplaceWebApplication.js +43 -0
  38. package/lib/components/LegendMarketplaceWebApplication.js.map +1 -0
  39. package/lib/components/__test-utils__/LegendMarketplaceStoreTestUtils.d.ts +30 -0
  40. package/lib/components/__test-utils__/LegendMarketplaceStoreTestUtils.d.ts.map +1 -0
  41. package/lib/components/__test-utils__/LegendMarketplaceStoreTestUtils.js +56 -0
  42. package/lib/components/__test-utils__/LegendMarketplaceStoreTestUtils.js.map +1 -0
  43. package/lib/components/extensions/Core_LegendMarketplaceApplicationPlugin.d.ts +21 -0
  44. package/lib/components/extensions/Core_LegendMarketplaceApplicationPlugin.d.ts.map +1 -0
  45. package/lib/components/extensions/Core_LegendMarketplaceApplicationPlugin.js +24 -0
  46. package/lib/components/extensions/Core_LegendMarketplaceApplicationPlugin.js.map +1 -0
  47. package/lib/components/header/LegendMarketplaceAppInfo.d.ts +21 -0
  48. package/lib/components/header/LegendMarketplaceAppInfo.d.ts.map +1 -0
  49. package/lib/components/header/LegendMarketplaceAppInfo.js +28 -0
  50. package/lib/components/header/LegendMarketplaceAppInfo.js.map +1 -0
  51. package/lib/components/header/LegendMarketplaceHeader.d.ts +19 -0
  52. package/lib/components/header/LegendMarketplaceHeader.d.ts.map +1 -0
  53. package/lib/components/header/LegendMarketplaceHeader.js +36 -0
  54. package/lib/components/header/LegendMarketplaceHeader.js.map +1 -0
  55. package/lib/components/home/LegendMarketplaceHome.d.ts +19 -0
  56. package/lib/components/home/LegendMarketplaceHome.d.ts.map +1 -0
  57. package/lib/components/home/LegendMarketplaceHome.js +22 -0
  58. package/lib/components/home/LegendMarketplaceHome.js.map +1 -0
  59. package/lib/index.css +17 -0
  60. package/lib/index.css.map +1 -0
  61. package/lib/index.d.ts +22 -0
  62. package/lib/index.d.ts.map +1 -0
  63. package/lib/index.js +24 -0
  64. package/lib/index.js.map +1 -0
  65. package/lib/package.json +87 -0
  66. package/lib/stores/LegendMarketplaceApplicationPlugin.d.ts +26 -0
  67. package/lib/stores/LegendMarketplaceApplicationPlugin.d.ts.map +1 -0
  68. package/lib/stores/LegendMarketplaceApplicationPlugin.js +27 -0
  69. package/lib/stores/LegendMarketplaceApplicationPlugin.js.map +1 -0
  70. package/lib/stores/LegendMarketplaceBaseStore.d.ts +30 -0
  71. package/lib/stores/LegendMarketplaceBaseStore.d.ts.map +1 -0
  72. package/lib/stores/LegendMarketplaceBaseStore.js +63 -0
  73. package/lib/stores/LegendMarketplaceBaseStore.js.map +1 -0
  74. package/package.json +87 -0
  75. package/src/__lib__/LegendMarketplaceEventHelper.ts +26 -0
  76. package/src/__lib__/LegendMarketplaceNavigation.ts +19 -0
  77. package/src/__lib__/LegendMarketplaceTesting.ts +19 -0
  78. package/src/application/LegendMarketplace.tsx +65 -0
  79. package/src/application/LegendMarketplaceApplicationConfig.ts +129 -0
  80. package/src/application/LegendMarketplacePluginManager.ts +28 -0
  81. package/src/application/__test-utils__/LegendMarketplaceApplicationTestUtils.ts +53 -0
  82. package/src/components/LegendMarketplaceFrameworkProvider.tsx +70 -0
  83. package/src/components/LegendMarketplaceWebApplication.tsx +117 -0
  84. package/src/components/__test-utils__/LegendMarketplaceStoreTestUtils.tsx +98 -0
  85. package/src/components/extensions/Core_LegendMarketplaceApplicationPlugin.tsx +26 -0
  86. package/src/components/header/LegendMarketplaceAppInfo.tsx +166 -0
  87. package/src/components/header/LegendMarketplaceHeader.tsx +68 -0
  88. package/src/components/home/LegendMarketplaceHome.tsx +41 -0
  89. package/src/index.ts +28 -0
  90. package/src/stores/LegendMarketplaceApplicationPlugin.ts +30 -0
  91. package/src/stores/LegendMarketplaceBaseStore.ts +105 -0
  92. package/tsconfig.json +81 -0
  93. package/tsconfig.package.json +56 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceApplicationTestUtils.d.ts","sourceRoot":"","sources":["../../../src/application/__test-utils__/LegendMarketplaceApplicationTestUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAEL,kCAAkC,EACnC,MAAM,0CAA0C,CAAC;AAoBlD,eAAO,MAAM,+CAA+C,GAC1D,oBAAoB,KACnB,kCAUF,CAAC"}
@@ -0,0 +1,46 @@
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
+ import { TEST__getApplicationVersionData } from '@finos/legend-application/test';
17
+ import { LegendMarketplaceApplicationConfig, } from '../LegendMarketplaceApplicationConfig.js';
18
+ const TEST_DATA__appConfig = {
19
+ appName: 'marketplace',
20
+ env: 'test-env',
21
+ engine: {
22
+ url: 'https://testEngineUrl',
23
+ queryUrl: 'https://testEngineQueryUrl',
24
+ },
25
+ depot: {
26
+ url: 'https://testMetadataUrl',
27
+ },
28
+ studio: {
29
+ url: 'https://testStudioUrl',
30
+ },
31
+ query: {
32
+ url: 'https://testQueryUrl',
33
+ },
34
+ };
35
+ export const TEST__getTestLegendMarketplaceApplicationConfig = (extraConfigData = {}) => {
36
+ const config = new LegendMarketplaceApplicationConfig({
37
+ configData: {
38
+ ...TEST_DATA__appConfig,
39
+ ...extraConfigData,
40
+ },
41
+ versionData: TEST__getApplicationVersionData(),
42
+ baseAddress: '/marketplace/',
43
+ });
44
+ return config;
45
+ };
46
+ //# sourceMappingURL=LegendMarketplaceApplicationTestUtils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceApplicationTestUtils.js","sourceRoot":"","sources":["../../../src/application/__test-utils__/LegendMarketplaceApplicationTestUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAEL,kCAAkC,GACnC,MAAM,0CAA0C,CAAC;AAElD,MAAM,oBAAoB,GAAkD;IAC1E,OAAO,EAAE,aAAa;IACtB,GAAG,EAAE,UAAU;IACf,MAAM,EAAE;QACN,GAAG,EAAE,uBAAuB;QAC5B,QAAQ,EAAE,4BAA4B;KACvC;IACD,KAAK,EAAE;QACL,GAAG,EAAE,yBAAyB;KAC/B;IACD,MAAM,EAAE;QACN,GAAG,EAAE,uBAAuB;KAC7B;IACD,KAAK,EAAE;QACL,GAAG,EAAE,sBAAsB;KAC5B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+CAA+C,GAAG,CAC7D,eAAe,GAAG,EAAE,EACgB,EAAE;IACtC,MAAM,MAAM,GAAG,IAAI,kCAAkC,CAAC;QACpD,UAAU,EAAE;YACV,GAAG,oBAAoB;YACvB,GAAG,eAAe;SACnB;QACD,WAAW,EAAE,+BAA+B,EAAE;QAC9C,WAAW,EAAE,eAAe;KAC7B,CAAC,CAAC;IACH,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC"}
@@ -0,0 +1,22 @@
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
+ import { type LegendMarketplaceApplicationStore, LegendMarketplaceBaseStore } from '../stores/LegendMarketplaceBaseStore.js';
17
+ export declare const useLegendMarketplaceApplicationStore: () => LegendMarketplaceApplicationStore;
18
+ export declare const useLegendMarketplaceBaseStore: () => LegendMarketplaceBaseStore;
19
+ export declare const LegendMarketplaceFrameworkProvider: React.FC<{
20
+ children: React.ReactNode;
21
+ }>;
22
+ //# sourceMappingURL=LegendMarketplaceFrameworkProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceFrameworkProvider.d.ts","sourceRoot":"","sources":["../../src/components/LegendMarketplaceFrameworkProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,EACL,KAAK,iCAAiC,EACtC,0BAA0B,EAC3B,MAAM,yCAAyC,CAAC;AAIjD,eAAO,MAAM,oCAAoC,QAC3C,iCAIC,CAAC;AAoBR,eAAO,MAAM,6BAA6B,QAAO,0BAI9C,CAAC;AAEJ,eAAO,MAAM,kCAAkC,EAAE,KAAK,CAAC,EAAE,CAAC;IACxD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAMA,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * Copyright (c) 2020-present, Goldman Sachs
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { createContext, useContext } from 'react';
18
+ import { guaranteeNonNullable } from '@finos/legend-shared';
19
+ import { useLocalObservable } from 'mobx-react-lite';
20
+ import { ApplicationFrameworkProvider, useApplicationStore, } from '@finos/legend-application';
21
+ import { LegendMarketplaceBaseStore, } from '../stores/LegendMarketplaceBaseStore.js';
22
+ export const useLegendMarketplaceApplicationStore = () => useApplicationStore();
23
+ const LegendMarketplaceBaseStoreContext = createContext(undefined);
24
+ const LegendMarketplaceBaseStoreProvider = ({ children }) => {
25
+ const applicationStore = useLegendMarketplaceApplicationStore();
26
+ const baseStore = useLocalObservable(() => new LegendMarketplaceBaseStore(applicationStore));
27
+ return (_jsx(LegendMarketplaceBaseStoreContext.Provider, { value: baseStore, children: children }));
28
+ };
29
+ export const useLegendMarketplaceBaseStore = () => guaranteeNonNullable(useContext(LegendMarketplaceBaseStoreContext), `Can't find Legend Marketplace base store in context`);
30
+ export const LegendMarketplaceFrameworkProvider = ({ children }) => (_jsx(ApplicationFrameworkProvider, { children: _jsx(LegendMarketplaceBaseStoreProvider, { children: children }) }));
31
+ //# sourceMappingURL=LegendMarketplaceFrameworkProvider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceFrameworkProvider.js","sourceRoot":"","sources":["../../src/components/LegendMarketplaceFrameworkProvider.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EACL,4BAA4B,EAC5B,mBAAmB,GACpB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAEL,0BAA0B,GAC3B,MAAM,yCAAyC,CAAC;AAIjD,MAAM,CAAC,MAAM,oCAAoC,GAC/C,GAAsC,EAAE,CACtC,mBAAmB,EAGhB,CAAC;AAER,MAAM,iCAAiC,GAAG,aAAa,CAErD,SAAS,CAAC,CAAC;AAEb,MAAM,kCAAkC,GAEnC,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACpB,MAAM,gBAAgB,GAAG,oCAAoC,EAAE,CAAC;IAChE,MAAM,SAAS,GAAG,kBAAkB,CAClC,GAAG,EAAE,CAAC,IAAI,0BAA0B,CAAC,gBAAgB,CAAC,CACvD,CAAC;IACF,OAAO,CACL,KAAC,iCAAiC,CAAC,QAAQ,IAAC,KAAK,EAAE,SAAS,YACzD,QAAQ,GACkC,CAC9C,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAG,GAA+B,EAAE,CAC5E,oBAAoB,CAClB,UAAU,CAAC,iCAAiC,CAAC,EAC7C,qDAAqD,CACtD,CAAC;AAEJ,MAAM,CAAC,MAAM,kCAAkC,GAE1C,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CACrB,KAAC,4BAA4B,cAC3B,KAAC,kCAAkC,cAChC,QAAQ,GAC0B,GACR,CAChC,CAAC"}
@@ -0,0 +1,24 @@
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 const LegendMarketplaceWebApplicationRouter: (() => import("react/jsx-runtime").JSX.Element) & {
17
+ displayName: string;
18
+ };
19
+ export declare const LegendMarketplaceWebApplication: ((props: {
20
+ baseUrl: string;
21
+ }) => import("react/jsx-runtime").JSX.Element) & {
22
+ displayName: string;
23
+ };
24
+ //# sourceMappingURL=LegendMarketplaceWebApplication.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceWebApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendMarketplaceWebApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAgEH,eAAO,MAAM,qCAAqC;;CAwBhD,CAAC;AAEH,eAAO,MAAM,+BAA+B,WAClC;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE;;CAW5B,CAAC"}
@@ -0,0 +1,43 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ /**
3
+ * Copyright (c) 2020-present, Goldman Sachs
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { useEffect } from 'react';
18
+ import { observer } from 'mobx-react-lite';
19
+ import { GhostIcon } from '@finos/legend-art';
20
+ import { flowResult } from 'mobx';
21
+ import { useApplicationStore } from '@finos/legend-application';
22
+ import { BrowserEnvironmentProvider, Route, Routes, } from '@finos/legend-application/browser';
23
+ import { LegendMarketplaceFrameworkProvider, useLegendMarketplaceApplicationStore, useLegendMarketplaceBaseStore, } from './LegendMarketplaceFrameworkProvider.js';
24
+ import { LEGEND_MARKETPLACE_ROUTE_PATTERN } from '../__lib__/LegendMarketplaceNavigation.js';
25
+ import { LegendMarketplaceHome } from './home/LegendMarketplaceHome.js';
26
+ const NotFoundPage = observer(() => {
27
+ const applicationStore = useApplicationStore();
28
+ const currentPath = applicationStore.navigationService.navigator.getCurrentLocation();
29
+ return (_jsx("div", { className: "app__page", children: _jsxs("div", { className: "not-found-screen not-found-screen--no-documentation", children: [_jsxs("div", { className: "not-found-screen__icon", children: [_jsx("div", { className: "not-found-screen__icon__ghost", children: _jsx(GhostIcon, {}) }), _jsx("div", { className: "not-found-screen__icon__shadow", children: _jsx("svg", { viewBox: "0 0 600 400", children: _jsx("g", { transform: "translate(300 200)", children: _jsx("ellipse", { className: "not-found-screen__icon__shadow__inner", rx: "320", ry: "80" }) }) }) })] }), _jsxs("div", { className: "not-found-screen__text-content", children: [_jsx("div", { className: "not-found-screen__text-content__title", children: "404. Not Found" }), _jsxs("div", { className: "not-found-screen__text-content__detail", children: ["The requested URL", _jsx("span", { className: "not-found-screen__text-content__detail__url", children: applicationStore.navigationService.navigator.generateAddress(currentPath) }), "was not found in the application"] })] })] }) }));
30
+ });
31
+ export const LegendMarketplaceWebApplicationRouter = observer(() => {
32
+ const baseStore = useLegendMarketplaceBaseStore();
33
+ const applicationStore = useLegendMarketplaceApplicationStore();
34
+ useEffect(() => {
35
+ flowResult(baseStore.initialize()).catch(applicationStore.alertUnhandledError);
36
+ }, [applicationStore, baseStore]);
37
+ return (_jsx("div", { className: "app", children: baseStore.initState.hasCompleted && (_jsx(_Fragment, { children: _jsxs(Routes, { children: [_jsx(Route, { path: LEGEND_MARKETPLACE_ROUTE_PATTERN.DEFAULT, element: _jsx(LegendMarketplaceHome, {}) }), _jsx(Route, { path: "*", element: _jsx(NotFoundPage, {}) })] }) })) }));
38
+ });
39
+ export const LegendMarketplaceWebApplication = observer((props) => {
40
+ const { baseUrl } = props;
41
+ return (_jsx(BrowserEnvironmentProvider, { baseUrl: baseUrl, children: _jsx(LegendMarketplaceFrameworkProvider, { children: _jsx(LegendMarketplaceWebApplicationRouter, {}) }) }));
42
+ });
43
+ //# sourceMappingURL=LegendMarketplaceWebApplication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceWebApplication.js","sourceRoot":"","sources":["../../src/components/LegendMarketplaceWebApplication.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,30 @@
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
+ import { type RenderResult } from '@testing-library/react';
17
+ import { type AbstractPlugin, type AbstractPreset } from '@finos/legend-shared';
18
+ import { type LegendMarketplaceApplicationStore, LegendMarketplaceBaseStore } from '../../stores/LegendMarketplaceBaseStore.js';
19
+ import { LegendMarketplacePluginManager } from '../../application/LegendMarketplacePluginManager.js';
20
+ export declare const TEST__provideMockedLegendMarketplaceBaseStore: (customization?: {
21
+ mock?: LegendMarketplaceBaseStore;
22
+ applicationStore?: LegendMarketplaceApplicationStore;
23
+ pluginManager?: LegendMarketplacePluginManager;
24
+ extraPlugins?: AbstractPlugin[];
25
+ extraPresets?: AbstractPreset[];
26
+ }) => Promise<LegendMarketplaceBaseStore>;
27
+ export declare const TEST__setUpMarketplace: (MOCK__store: LegendMarketplaceBaseStore) => Promise<{
28
+ renderResult: RenderResult;
29
+ }>;
30
+ //# sourceMappingURL=LegendMarketplaceStoreTestUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceStoreTestUtils.d.ts","sourceRoot":"","sources":["../../../src/components/__test-utils__/LegendMarketplaceStoreTestUtils.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,YAAY,EAAmB,MAAM,wBAAwB,CAAC;AAC5E,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAQhF,OAAO,EACL,KAAK,iCAAiC,EACtC,0BAA0B,EAC3B,MAAM,4CAA4C,CAAC;AAKpD,OAAO,EAAE,8BAA8B,EAAE,MAAM,qDAAqD,CAAC;AAIrG,eAAO,MAAM,6CAA6C,GACjD,gBAAgB;IACrB,IAAI,CAAC,EAAE,0BAA0B,CAAC;IAClC,gBAAgB,CAAC,EAAE,iCAAiC,CAAC;IACrD,aAAa,CAAC,EAAE,8BAA8B,CAAC;IAC/C,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;IAChC,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;CACjC,KAAG,OAAO,CAAC,0BAA0B,CAyBrC,CAAC;AAEJ,eAAO,MAAM,sBAAsB,GACjC,aAAa,0BAA0B,KACtC,OAAO,CAAC;IACT,YAAY,EAAE,YAAY,CAAC;CAC5B,CAsBA,CAAC"}
@@ -0,0 +1,56 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * Copyright (c) 2020-present, Goldman Sachs
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { render, waitFor } from '@testing-library/react';
18
+ import {} from '@finos/legend-shared';
19
+ import { createMock } from '@finos/legend-shared/test';
20
+ import { ApplicationStore, ApplicationStoreProvider, } from '@finos/legend-application';
21
+ import { TEST__BrowserEnvironmentProvider } from '@finos/legend-application/test';
22
+ import { Route, Routes } from '@finos/legend-application/browser';
23
+ import { LegendMarketplaceBaseStore, } from '../../stores/LegendMarketplaceBaseStore.js';
24
+ import { LegendMarketplaceFrameworkProvider } from '../LegendMarketplaceFrameworkProvider.js';
25
+ import { LEGEND_MARKETPLACE_ROUTE_PATTERN } from '../../__lib__/LegendMarketplaceNavigation.js';
26
+ import { LegendMarketplaceHome } from '../home/LegendMarketplaceHome.js';
27
+ import { LEGEND_MARKETPLACE_TEST_ID } from '../../__lib__/LegendMarketplaceTesting.js';
28
+ import { LegendMarketplacePluginManager } from '../../application/LegendMarketplacePluginManager.js';
29
+ import { Core_LegendMarketplaceApplicationPlugin } from '../extensions/Core_LegendMarketplaceApplicationPlugin.js';
30
+ import { TEST__getTestLegendMarketplaceApplicationConfig } from '../../application/__test-utils__/LegendMarketplaceApplicationTestUtils.js';
31
+ export const TEST__provideMockedLegendMarketplaceBaseStore = async (customization) => {
32
+ const pluginManager = customization?.pluginManager ?? LegendMarketplacePluginManager.create();
33
+ pluginManager
34
+ .usePlugins([
35
+ new Core_LegendMarketplaceApplicationPlugin(),
36
+ ...(customization?.extraPlugins ?? []),
37
+ ])
38
+ .usePresets([...(customization?.extraPresets ?? [])])
39
+ .install();
40
+ const applicationStore = customization?.applicationStore ??
41
+ new ApplicationStore(TEST__getTestLegendMarketplaceApplicationConfig(), pluginManager);
42
+ const value = customization?.mock ?? new LegendMarketplaceBaseStore(applicationStore);
43
+ const MOCK__LegendMarketplaceBaseStoreProvider = require('../LegendMarketplaceFrameworkProvider.js'); // eslint-disable-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-require-imports
44
+ MOCK__LegendMarketplaceBaseStoreProvider.useLegendMarketplaceBaseStore =
45
+ createMock();
46
+ MOCK__LegendMarketplaceBaseStoreProvider.useLegendMarketplaceBaseStore.mockReturnValue(value);
47
+ return value;
48
+ };
49
+ export const TEST__setUpMarketplace = async (MOCK__store) => {
50
+ const renderResult = render(_jsx(ApplicationStoreProvider, { store: MOCK__store.applicationStore, children: _jsx(TEST__BrowserEnvironmentProvider, { initialEntries: ['/'], children: _jsx(LegendMarketplaceFrameworkProvider, { children: _jsx(Routes, { children: _jsx(Route, { path: LEGEND_MARKETPLACE_ROUTE_PATTERN.DEFAULT, element: _jsx(LegendMarketplaceHome, {}) }) }) }) }) }));
51
+ await waitFor(() => renderResult.getByTestId(LEGEND_MARKETPLACE_TEST_ID.HEADER));
52
+ return {
53
+ renderResult,
54
+ };
55
+ };
56
+ //# sourceMappingURL=LegendMarketplaceStoreTestUtils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceStoreTestUtils.js","sourceRoot":"","sources":["../../../src/components/__test-utils__/LegendMarketplaceStoreTestUtils.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAqB,MAAM,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAC5E,OAAO,EAA4C,MAAM,sBAAsB,CAAC;AAChF,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EACL,gBAAgB,EAChB,wBAAwB,GACzB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAEL,0BAA0B,GAC3B,MAAM,4CAA4C,CAAC;AACpD,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,EAAE,gCAAgC,EAAE,MAAM,8CAA8C,CAAC;AAChG,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,8BAA8B,EAAE,MAAM,qDAAqD,CAAC;AACrG,OAAO,EAAE,uCAAuC,EAAE,MAAM,0DAA0D,CAAC;AACnH,OAAO,EAAE,+CAA+C,EAAE,MAAM,2EAA2E,CAAC;AAE5I,MAAM,CAAC,MAAM,6CAA6C,GACxD,KAAK,EAAE,aAMN,EAAuC,EAAE;IACxC,MAAM,aAAa,GACjB,aAAa,EAAE,aAAa,IAAI,8BAA8B,CAAC,MAAM,EAAE,CAAC;IAC1E,aAAa;SACV,UAAU,CAAC;QACV,IAAI,uCAAuC,EAAE;QAC7C,GAAG,CAAC,aAAa,EAAE,YAAY,IAAI,EAAE,CAAC;KACvC,CAAC;SACD,UAAU,CAAC,CAAC,GAAG,CAAC,aAAa,EAAE,YAAY,IAAI,EAAE,CAAC,CAAC,CAAC;SACpD,OAAO,EAAE,CAAC;IACb,MAAM,gBAAgB,GACpB,aAAa,EAAE,gBAAgB;QAC/B,IAAI,gBAAgB,CAClB,+CAA+C,EAAE,EACjD,aAAa,CACd,CAAC;IACJ,MAAM,KAAK,GACT,aAAa,EAAE,IAAI,IAAI,IAAI,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAC1E,MAAM,wCAAwC,GAAG,OAAO,CAAC,0CAA0C,CAAC,CAAC,CAAC,qGAAqG;IAC3M,wCAAwC,CAAC,6BAA6B;QACpE,UAAU,EAAE,CAAC;IACf,wCAAwC,CAAC,6BAA6B,CAAC,eAAe,CACpF,KAAK,CACN,CAAC;IACF,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AAEJ,MAAM,CAAC,MAAM,sBAAsB,GAAG,KAAK,EACzC,WAAuC,EAGtC,EAAE;IACH,MAAM,YAAY,GAAG,MAAM,CACzB,KAAC,wBAAwB,IAAC,KAAK,EAAE,WAAW,CAAC,gBAAgB,YAC3D,KAAC,gCAAgC,IAAC,cAAc,EAAE,CAAC,GAAG,CAAC,YACrD,KAAC,kCAAkC,cACjC,KAAC,MAAM,cACL,KAAC,KAAK,IACJ,IAAI,EAAE,gCAAgC,CAAC,OAAO,EAC9C,OAAO,EAAE,KAAC,qBAAqB,KAAG,GAClC,GACK,GAC0B,GACJ,GACV,CAC5B,CAAC;IACF,MAAM,OAAO,CAAC,GAAG,EAAE,CACjB,YAAY,CAAC,WAAW,CAAC,0BAA0B,CAAC,MAAM,CAAC,CAC5D,CAAC;IAEF,OAAO;QACL,YAAY;KACb,CAAC;AACJ,CAAC,CAAC"}
@@ -0,0 +1,21 @@
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
+ import { LegendMarketplaceApplicationPlugin } from '../../stores/LegendMarketplaceApplicationPlugin.js';
17
+ export declare class Core_LegendMarketplaceApplicationPlugin extends LegendMarketplaceApplicationPlugin {
18
+ static NAME: string;
19
+ constructor();
20
+ }
21
+ //# sourceMappingURL=Core_LegendMarketplaceApplicationPlugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Core_LegendMarketplaceApplicationPlugin.d.ts","sourceRoot":"","sources":["../../../src/components/extensions/Core_LegendMarketplaceApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AAExG,qBAAa,uCAAwC,SAAQ,kCAAkC;IAC7F,MAAM,CAAC,IAAI,SAAuD;;CAKnE"}
@@ -0,0 +1,24 @@
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
+ import packageJson from '../../../package.json' with { type: 'json' };
17
+ import { LegendMarketplaceApplicationPlugin } from '../../stores/LegendMarketplaceApplicationPlugin.js';
18
+ export class Core_LegendMarketplaceApplicationPlugin extends LegendMarketplaceApplicationPlugin {
19
+ static NAME = packageJson.extensions.applicationMarketplacePlugin;
20
+ constructor() {
21
+ super(Core_LegendMarketplaceApplicationPlugin.NAME, packageJson.version);
22
+ }
23
+ }
24
+ //# sourceMappingURL=Core_LegendMarketplaceApplicationPlugin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Core_LegendMarketplaceApplicationPlugin.js","sourceRoot":"","sources":["../../../src/components/extensions/Core_LegendMarketplaceApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,WAAW,MAAM,uBAAuB,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAC;AACtE,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AAExG,MAAM,OAAO,uCAAwC,SAAQ,kCAAkC;IAC7F,MAAM,CAAC,IAAI,GAAG,WAAW,CAAC,UAAU,CAAC,4BAA4B,CAAC;IAElE;QACE,KAAK,CAAC,uCAAuC,CAAC,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC3E,CAAC"}
@@ -0,0 +1,21 @@
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
+ import type React from 'react';
17
+ export declare const LegendMarketplaceAppInfo: React.FC<{
18
+ open: boolean;
19
+ closeModal: () => void;
20
+ }>;
21
+ //# sourceMappingURL=LegendMarketplaceAppInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceAppInfo.d.ts","sourceRoot":"","sources":["../../../src/components/header/LegendMarketplaceAppInfo.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAe/B,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC;IAC9C,IAAI,EAAE,OAAO,CAAC;IACd,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAmIA,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useLegendMarketplaceApplicationStore } from '../LegendMarketplaceFrameworkProvider.js';
3
+ import { isNonNullable } from '@finos/legend-shared';
4
+ import { CopyIcon, Dialog, InfoCircleIcon, Modal, ModalBody, ModalHeader, ModalHeaderActions, ModalTitle, TimesIcon, } from '@finos/legend-art';
5
+ export const LegendMarketplaceAppInfo = (props) => {
6
+ const { open, closeModal } = props;
7
+ const applicationStore = useLegendMarketplaceApplicationStore();
8
+ const config = applicationStore.config;
9
+ const copyInfo = () => {
10
+ applicationStore.clipboardService
11
+ .copyTextToClipboard([
12
+ `Environment: ${config.env}`,
13
+ `Version: ${config.appVersion}`,
14
+ `Revision: ${config.appVersionCommitId}`,
15
+ `Build Time: ${config.appVersionBuildTime}`,
16
+ `Engine Server: ${config.engineServerUrl}`,
17
+ `Depot Server: ${config.depotServerUrl}`,
18
+ `Studio URL: ${config.studioApplicationUrl}`,
19
+ `Query URL: ${config.queryApplicationUrl}`,
20
+ ]
21
+ .filter(isNonNullable)
22
+ .join('\n'))
23
+ .then(() => applicationStore.notificationService.notifySuccess('Copied application info to clipboard'))
24
+ .catch(applicationStore.alertUnhandledError);
25
+ };
26
+ return (_jsx(Dialog, { onClose: closeModal, open: open, children: _jsxs(Modal, { darkMode: !applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled, className: "modal--scrollable app__info", children: [_jsxs(ModalHeader, { children: [_jsx(ModalTitle, { icon: _jsx(InfoCircleIcon, {}), title: "About" }), _jsxs(ModalHeaderActions, { children: [_jsx("button", { className: "modal__header__action", tabIndex: -1, onClick: copyInfo, title: "Copy application info", children: _jsx(CopyIcon, {}) }), _jsx("button", { className: "modal__header__action", tabIndex: -1, onClick: closeModal, children: _jsx(TimesIcon, {}) })] })] }), _jsxs(ModalBody, { children: [_jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Environment:" }), _jsx("div", { className: "app__info__entry__value", children: config.env })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Version:" }), _jsx("div", { className: "app__info__entry__value", children: config.appVersion })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Revision:" }), _jsx("div", { className: "app__info__entry__value", children: config.appVersionCommitId })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Build Time:" }), _jsx("div", { className: "app__info__entry__value", children: config.appVersionBuildTime })] }), _jsxs("div", { className: "app__info__group", children: [_jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Engine Server:" }), _jsx("div", { className: "app__info__entry__value", children: _jsx("a", { href: config.engineServerUrl, target: "_blank", rel: "noopener noreferrer", children: config.engineServerUrl }) })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Depot Server:" }), _jsx("div", { className: "app__info__entry__value", children: _jsx("a", { href: config.depotServerUrl, target: "_blank", rel: "noopener noreferrer", children: config.depotServerUrl }) })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Studio URL:" }), _jsx("div", { className: "app__info__entry__value", children: _jsx("a", { href: config.studioApplicationUrl, target: "_blank", rel: "noopener noreferrer", children: config.studioApplicationUrl }) })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Query URL:" }), _jsx("div", { className: "app__info__entry__value", children: _jsx("a", { href: config.queryApplicationUrl, target: "_blank", rel: "noopener noreferrer", children: config.queryApplicationUrl }) })] })] })] })] }) }));
27
+ };
28
+ //# sourceMappingURL=LegendMarketplaceAppInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceAppInfo.js","sourceRoot":"","sources":["../../../src/components/header/LegendMarketplaceAppInfo.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
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 const LegendMarketplaceHeader: (() => import("react/jsx-runtime").JSX.Element) & {
17
+ displayName: string;
18
+ };
19
+ //# sourceMappingURL=LegendMarketplaceHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceHeader.d.ts","sourceRoot":"","sources":["../../../src/components/header/LegendMarketplaceHeader.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2CH,eAAO,MAAM,uBAAuB;;CAUlC,CAAC"}
@@ -0,0 +1,36 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /**
3
+ * Copyright (c) 2020-present, Goldman Sachs
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { ControlledDropdownMenu, MenuContent, MenuContentItem, MenuIcon, } from '@finos/legend-art';
18
+ import { observer } from 'mobx-react-lite';
19
+ import { useState } from 'react';
20
+ import { LegendMarketplaceAppInfo } from './LegendMarketplaceAppInfo.js';
21
+ import { LEGEND_MARKETPLACE_TEST_ID } from '../../__lib__/LegendMarketplaceTesting.js';
22
+ const LegendMarketplaceHeaderMenu = observer(() => {
23
+ // about modal
24
+ const [openAppInfo, setOpenAppInfo] = useState(false);
25
+ const showAppInfo = () => setOpenAppInfo(true);
26
+ const hideAppInfo = () => setOpenAppInfo(false);
27
+ return (_jsxs(_Fragment, { children: [_jsx("div", { className: "legend-marketplace-header__menu", children: _jsx(ControlledDropdownMenu, { className: "legend-marketplace-header__menu-item", menuProps: {
28
+ anchorOrigin: { vertical: 'top', horizontal: 'right' },
29
+ transformOrigin: { vertical: 'top', horizontal: 'left' },
30
+ elevation: 7,
31
+ }, content: _jsx(MenuContent, { children: _jsx(MenuContentItem, { onClick: showAppInfo, children: "About" }) }), children: _jsx(MenuIcon, {}) }) }), _jsx(LegendMarketplaceAppInfo, { open: openAppInfo, closeModal: hideAppInfo })] }));
32
+ });
33
+ export const LegendMarketplaceHeader = observer(() => {
34
+ return (_jsxs("div", { className: "legend-marketplace-header", "data-testid": LEGEND_MARKETPLACE_TEST_ID.HEADER, children: [_jsx(LegendMarketplaceHeaderMenu, {}), _jsx("div", { className: "legend-marketplace-header__name", children: "Legend Marketplace" })] }));
35
+ });
36
+ //# sourceMappingURL=LegendMarketplaceHeader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceHeader.js","sourceRoot":"","sources":["../../../src/components/header/LegendMarketplaceHeader.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,eAAe,EACf,QAAQ,GACT,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AAEvF,MAAM,2BAA2B,GAAG,QAAQ,CAAC,GAAG,EAAE;IAChD,cAAc;IACd,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IACtD,MAAM,WAAW,GAAG,GAAS,EAAE,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;IACrD,MAAM,WAAW,GAAG,GAAS,EAAE,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;IAEtD,OAAO,CACL,8BACE,cAAK,SAAS,EAAC,iCAAiC,YAC9C,KAAC,sBAAsB,IACrB,SAAS,EAAC,sCAAsC,EAChD,SAAS,EAAE;wBACT,YAAY,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE;wBACtD,eAAe,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE;wBACxD,SAAS,EAAE,CAAC;qBACb,EACD,OAAO,EACL,KAAC,WAAW,cACV,KAAC,eAAe,IAAC,OAAO,EAAE,WAAW,sBAAyB,GAClD,YAGhB,KAAC,QAAQ,KAAG,GACW,GACrB,EACN,KAAC,wBAAwB,IAAC,IAAI,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,GAAI,IACvE,CACJ,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,uBAAuB,GAAG,QAAQ,CAAC,GAAG,EAAE;IACnD,OAAO,CACL,eACE,SAAS,EAAC,2BAA2B,iBACxB,0BAA0B,CAAC,MAAM,aAE9C,KAAC,2BAA2B,KAAG,EAC/B,cAAK,SAAS,EAAC,iCAAiC,mCAAyB,IACrE,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -0,0 +1,19 @@
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 const LegendMarketplaceHome: (() => import("react/jsx-runtime").JSX.Element) & {
17
+ displayName: string;
18
+ };
19
+ //# sourceMappingURL=LegendMarketplaceHome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceHome.d.ts","sourceRoot":"","sources":["../../../src/components/home/LegendMarketplaceHome.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,eAAO,MAAM,qBAAqB;;CAqBhC,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /**
3
+ * Copyright (c) 2020-present, Goldman Sachs
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { observer } from 'mobx-react-lite';
18
+ import { LegendMarketplaceHeader } from '../header/LegendMarketplaceHeader.js';
19
+ export const LegendMarketplaceHome = observer(() => {
20
+ return (_jsx("div", { className: "app__page", children: _jsx("div", { className: "legend-marketplace-home", children: _jsxs("div", { className: "legend-marketplace-home__body", children: [_jsx(LegendMarketplaceHeader, {}), _jsxs("div", { className: "legend-marketplace-home__content", children: [_jsx("div", { className: "legend-marketplace-home__content__title", children: "Welcome to Legend Marketplace" }), _jsx("div", { className: "legend-marketplace-home__content__description", children: _jsx("p", { children: "Legend Marketplace is a WIP. Please check back in the future for updates." }) })] })] }) }) }));
21
+ });
22
+ //# sourceMappingURL=LegendMarketplaceHome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendMarketplaceHome.js","sourceRoot":"","sources":["../../../src/components/home/LegendMarketplaceHome.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,MAAM,CAAC,MAAM,qBAAqB,GAAG,QAAQ,CAAC,GAAG,EAAE;IACjD,OAAO,CACL,cAAK,SAAS,EAAC,WAAW,YACxB,cAAK,SAAS,EAAC,yBAAyB,YACtC,eAAK,SAAS,EAAC,+BAA+B,aAC5C,KAAC,uBAAuB,KAAG,EAC3B,eAAK,SAAS,EAAC,kCAAkC,aAC/C,cAAK,SAAS,EAAC,yCAAyC,8CAElD,EACN,cAAK,SAAS,EAAC,+CAA+C,YAC5D,oGAGI,GACA,IACF,IACF,GACF,GACF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
package/lib/index.css ADDED
@@ -0,0 +1,17 @@
1
+ /** @license @finos/legend-application-marketplace v0.0.11
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
+ .not-found-screen{display:flex;flex-direction:column;height:100%;width:100%;background:var(--color-dark-grey-50);overflow:auto;padding:5rem}.not-found-screen--no-documentation{display:flex;align-items:center;justify-content:center}.not-found-screen__icon{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.not-found-screen__icon__ghost{text-align:center;animation:ghostbounce .9s alternate ease infinite !important}.not-found-screen__icon__ghost svg{color:var(--color-light-grey-100);font-size:12rem}.not-found-screen__icon__shadow{text-align:center}.not-found-screen__icon__shadow svg{width:12rem;height:4rem}.not-found-screen__text-content{user-select:none}.not-found-screen__text-content__title{display:flex;align-items:center;justify-content:center;font-family:"Roboto Condensed",sans-serif;font-size:3.5rem;font-weight:700;color:var(--color-light-grey-50);height:6rem}.not-found-screen__text-content__detail{display:inline-flex;justify-content:center;align-items:center;width:100%;font-family:"Roboto Mono",monospace;color:var(--color-yellow-100)}.not-found-screen__text-content__detail__url{margin:0 .5rem;font-weight:700;color:var(--color-blue-40)}.not-found-screen__icon__shadow__inner{fill:var(--color-dark-grey-100);animation:shadowgrow .9s alternate ease infinite !important}.not-found-screen__documentation{margin-top:3rem;border-radius:.2rem;border:.1rem solid var(--color-dark-grey-200)}@keyframes ghostbounce{from{transform:translateY(0.5rem)}to{transform:translateY(-0.2rem)}}@keyframes shadowgrow{from{transform:scale(1.1)}to{transform:scale(1)}}.legend-marketplace-header{display:flex;align-items:center;background:var(--color-dark-grey-80);height:3.4rem}.legend-marketplace-header__menu{height:3.4rem;width:5rem;border-right:.1rem solid var(--color-dark-grey-200);background:var(--color-dark-grey-100)}.legend-marketplace-header__menu-item{display:flex;align-items:center;justify-content:center;height:3.4rem;width:100%;color:var(--color-dark-grey-500)}.legend-marketplace-header__menu-item svg{font-size:2.3rem}.legend-marketplace-header__name{color:var(--color-dark-grey-500);font-size:2rem;font-weight:700;margin:1rem}.legend-marketplace-home{width:100%;height:100%}.legend-marketplace-home__body{height:100%;width:100%}.legend-marketplace-home__content{display:flex;align-items:center;justify-content:center;flex-direction:column;height:calc(100% - 3.4rem);width:100%;color:var(--color-dark-grey-500)}.legend-marketplace-home__content__title{font-size:4rem}/*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../style/components/_not-found-screen.scss","../../../node_modules/@finos/legend-art/scss/_mixins.scss","../style/components/_header.scss","../style/components/_home.scss"],"names":[],"mappings":"AAkBA,kBACE,aACA,sBACA,YACA,WACA,qCACA,cACA,aAGF,oCCJE,aACA,mBACA,uBDMF,wBCRE,aACA,mBACA,uBDSA,sBACA,WAGF,+BACE,kBACA,6DAEA,mCACE,kCACA,gBAIJ,gCACE,kBAEA,oCACE,YACA,YAIJ,gCACE,iBAGF,uCCtCE,aACA,mBACA,uBDuCA,0CACA,iBACA,gBACA,iCACA,YAGF,wCACE,oBACA,uBACA,mBACA,WACA,oCACA,8BAGF,6CACE,eACA,gBACA,2BAGF,uCACE,gCACA,4DAGF,iCACE,gBACA,oBACA,8CAGF,uBACE,KACE,6BAGF,GACE,+BAIJ,sBACE,KACE,qBAGF,GACE,oBEhGJ,2BDYE,aACA,mBCVA,qCACA,cAEA,iCAGE,cACA,WACA,oDACA,sCAGF,sCDTA,aACA,mBACA,uBCUE,cACA,WACA,iCAEA,0CACE,iBAIJ,iCACE,iCACA,eACA,gBACA,YC/BJ,yBACE,WACA,YAEA,+BACE,YACA,WAGF,kCFHA,aACA,mBACA,uBEIE,sBACA,2BACA,WACA,iCAEA,yCACE","file":"index.css"}
package/lib/index.d.ts ADDED
@@ -0,0 +1,22 @@
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 * from './application/LegendMarketplace.js';
17
+ export * from './application/LegendMarketplaceApplicationConfig.js';
18
+ export * from './application/LegendMarketplacePluginManager.js';
19
+ export { useLegendMarketplaceApplicationStore, useLegendMarketplaceBaseStore, } from './components/LegendMarketplaceFrameworkProvider.js';
20
+ export { type LegendMarketplaceApplicationStore } from './stores/LegendMarketplaceBaseStore.js';
21
+ export * from './stores/LegendMarketplaceApplicationPlugin.js';
22
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,cAAc,oCAAoC,CAAC;AACnD,cAAc,qDAAqD,CAAC;AACpE,cAAc,iDAAiD,CAAC;AAChE,OAAO,EACL,oCAAoC,EACpC,6BAA6B,GAC9B,MAAM,oDAAoD,CAAC;AAC5D,OAAO,EAAE,KAAK,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAGhG,cAAc,gDAAgD,CAAC"}