@finos/legend-application-marketplace 0.0.20 → 0.0.21
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.
- package/lib/__lib__/LegendMarketplaceNavigation.d.ts +2 -0
- package/lib/__lib__/LegendMarketplaceNavigation.d.ts.map +1 -1
- package/lib/__lib__/LegendMarketplaceNavigation.js +10 -1
- package/lib/__lib__/LegendMarketplaceNavigation.js.map +1 -1
- package/lib/app.css +2 -2
- package/lib/app.css.map +1 -1
- package/lib/application/LegendMarketplaceApplicationConfig.d.ts +10 -0
- package/lib/application/LegendMarketplaceApplicationConfig.d.ts.map +1 -1
- package/lib/application/LegendMarketplaceApplicationConfig.js +10 -0
- package/lib/application/LegendMarketplaceApplicationConfig.js.map +1 -1
- package/lib/application/LegendMarketplaceWebApplication.d.ts.map +1 -1
- package/lib/application/LegendMarketplaceWebApplication.js +12 -9
- package/lib/application/LegendMarketplaceWebApplication.js.map +1 -1
- package/lib/components/DataProductCard/LegendMarketplaceDataProductSearchCard.d.ts.map +1 -1
- package/lib/components/DataProductCard/LegendMarketplaceDataProductSearchCard.js +6 -3
- package/lib/components/DataProductCard/LegendMarketplaceDataProductSearchCard.js.map +1 -1
- package/lib/components/DataProductCard/LegendMarketplaceLightDataProductCard.d.ts.map +1 -1
- package/lib/components/DataProductCard/LegendMarketplaceLightDataProductCard.js +9 -6
- package/lib/components/DataProductCard/LegendMarketplaceLightDataProductCard.js.map +1 -1
- package/lib/components/{Lakehouse/LakehouseHeader.d.ts → Header/MarketplaceLakehouseHeader.d.ts} +2 -2
- package/lib/components/Header/MarketplaceLakehouseHeader.d.ts.map +1 -0
- package/lib/components/{Lakehouse/LakehouseHeader.js → Header/MarketplaceLakehouseHeader.js} +3 -3
- package/lib/components/Header/MarketplaceLakehouseHeader.js.map +1 -0
- package/lib/components/MarketplaceCard/LegendMarketplaceCard.d.ts +25 -0
- package/lib/components/MarketplaceCard/LegendMarketplaceCard.d.ts.map +1 -0
- package/lib/components/MarketplaceCard/LegendMarketplaceCard.js +32 -0
- package/lib/components/MarketplaceCard/LegendMarketplaceCard.js.map +1 -0
- package/lib/components/ProviderCard/LegendMarketplaceProviderCard.d.ts.map +1 -1
- package/lib/components/ProviderCard/LegendMarketplaceProviderCard.js +6 -3
- package/lib/components/ProviderCard/LegendMarketplaceProviderCard.js.map +1 -1
- package/lib/components/__test-utils__/LegendMarketplaceStoreTestUtils.d.ts.map +1 -1
- package/lib/components/__test-utils__/LegendMarketplaceStoreTestUtils.js +3 -6
- package/lib/components/__test-utils__/LegendMarketplaceStoreTestUtils.js.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/package.json +2 -1
- package/lib/pages/Home/LegendMarketplaceHome.d.ts.map +1 -1
- package/lib/pages/Home/LegendMarketplaceHome.js +4 -4
- package/lib/pages/Home/LegendMarketplaceHome.js.map +1 -1
- package/lib/pages/Lakehouse/DataProductDataAccess.d.ts.map +1 -0
- package/lib/{components → pages}/Lakehouse/DataProductDataAccess.js +39 -6
- package/lib/pages/Lakehouse/DataProductDataAccess.js.map +1 -0
- package/lib/pages/Lakehouse/DataProductHolder.d.ts.map +1 -0
- package/lib/pages/Lakehouse/DataProductHolder.js.map +1 -0
- package/lib/pages/Lakehouse/DataProductViewer.d.ts.map +1 -0
- package/lib/pages/Lakehouse/DataProductViewer.js.map +1 -0
- package/lib/pages/Lakehouse/DataProductViewerActivityBar.d.ts.map +1 -0
- package/lib/pages/Lakehouse/DataProductViewerActivityBar.js.map +1 -0
- package/lib/pages/Lakehouse/DataProductWiki.d.ts.map +1 -0
- package/lib/pages/Lakehouse/DataProductWiki.js.map +1 -0
- package/lib/pages/Lakehouse/LakehouseDataProduct.d.ts.map +1 -0
- package/lib/{components → pages}/Lakehouse/LakehouseDataProduct.js +3 -3
- package/lib/pages/Lakehouse/LakehouseDataProduct.js.map +1 -0
- package/lib/{components/Lakehouse/LakehouseMarketplace.d.ts → pages/Lakehouse/MarketplaceLakehouseHome.d.ts} +2 -2
- package/lib/pages/Lakehouse/MarketplaceLakehouseHome.d.ts.map +1 -0
- package/lib/pages/Lakehouse/MarketplaceLakehouseHome.js +54 -0
- package/lib/pages/Lakehouse/MarketplaceLakehouseHome.js.map +1 -0
- package/lib/{components/Lakehouse/MarketLakehouseStoreProvider.d.ts → pages/Lakehouse/MarketplaceLakehouseStoreProvider.d.ts} +1 -1
- package/lib/pages/Lakehouse/MarketplaceLakehouseStoreProvider.d.ts.map +1 -0
- package/lib/{components/Lakehouse/MarketLakehouseStoreProvider.js → pages/Lakehouse/MarketplaceLakehouseStoreProvider.js} +1 -1
- package/lib/pages/Lakehouse/MarketplaceLakehouseStoreProvider.js.map +1 -0
- package/lib/pages/Lakehouse/entitlements/EntitlementsDashboard.d.ts +23 -0
- package/lib/pages/Lakehouse/entitlements/EntitlementsDashboard.d.ts.map +1 -0
- package/lib/{components/Lakehouse/entitlements/LakehouseEntitlements.js → pages/Lakehouse/entitlements/EntitlementsDashboard.js} +10 -86
- package/lib/pages/Lakehouse/entitlements/EntitlementsDashboard.js.map +1 -0
- package/lib/{components/Lakehouse/entitlements/DataContractCreator.d.ts → pages/Lakehouse/entitlements/EntitlementsDataContractCreator.d.ts} +1 -1
- package/lib/pages/Lakehouse/entitlements/EntitlementsDataContractCreator.d.ts.map +1 -0
- package/lib/{components/Lakehouse/entitlements/DataContractCreator.js → pages/Lakehouse/entitlements/EntitlementsDataContractCreator.js} +1 -1
- package/lib/pages/Lakehouse/entitlements/EntitlementsDataContractCreator.js.map +1 -0
- package/lib/pages/Lakehouse/entitlements/EntitlementsDataContractViewer.d.ts +22 -0
- package/lib/pages/Lakehouse/entitlements/EntitlementsDataContractViewer.d.ts.map +1 -0
- package/lib/pages/Lakehouse/entitlements/EntitlementsDataContractViewer.js +23 -0
- package/lib/pages/Lakehouse/entitlements/EntitlementsDataContractViewer.js.map +1 -0
- package/lib/pages/Lakehouse/entitlements/EntitlementsTaskViewer.d.ts +21 -0
- package/lib/pages/Lakehouse/entitlements/EntitlementsTaskViewer.d.ts.map +1 -0
- package/lib/pages/Lakehouse/entitlements/EntitlementsTaskViewer.js +32 -0
- package/lib/pages/Lakehouse/entitlements/EntitlementsTaskViewer.js.map +1 -0
- package/lib/pages/Lakehouse/entitlements/LakehouseEntitlements.d.ts +17 -0
- package/lib/pages/Lakehouse/entitlements/LakehouseEntitlements.d.ts.map +1 -0
- package/lib/pages/Lakehouse/entitlements/LakehouseEntitlements.js +55 -0
- package/lib/pages/Lakehouse/entitlements/LakehouseEntitlements.js.map +1 -0
- package/lib/pages/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.d.ts.map +1 -0
- package/lib/pages/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.js.map +1 -0
- package/lib/pages/Lakehouse/shared/GridItemViewer.d.ts +21 -0
- package/lib/pages/Lakehouse/shared/GridItemViewer.d.ts.map +1 -0
- package/lib/pages/Lakehouse/shared/GridItemViewer.js +46 -0
- package/lib/pages/Lakehouse/shared/GridItemViewer.js.map +1 -0
- package/lib/pages/Lakehouse/subscriptions/LakehouseSubscriptions.d.ts.map +1 -0
- package/lib/{components → pages}/Lakehouse/subscriptions/LakehouseSubscriptions.js +4 -6
- package/lib/pages/Lakehouse/subscriptions/LakehouseSubscriptions.js.map +1 -0
- package/lib/pages/Lakehouse/subscriptions/LakehouseSubscriptionsStoreProvider.d.ts.map +1 -0
- package/lib/pages/Lakehouse/subscriptions/LakehouseSubscriptionsStoreProvider.js.map +1 -0
- package/lib/pages/LegendMarketplacePage.d.ts +23 -0
- package/lib/pages/LegendMarketplacePage.d.ts.map +1 -0
- package/lib/pages/LegendMarketplacePage.js +23 -0
- package/lib/pages/LegendMarketplacePage.js.map +1 -0
- package/lib/pages/SearchResults/LegendMarketplaceSearchResults.d.ts.map +1 -1
- package/lib/pages/SearchResults/LegendMarketplaceSearchResults.js +13 -13
- package/lib/pages/SearchResults/LegendMarketplaceSearchResults.js.map +1 -1
- package/lib/pages/VendorData/LegendMarketplaceVendorData.d.ts.map +1 -1
- package/lib/pages/VendorData/LegendMarketplaceVendorData.js +6 -6
- package/lib/pages/VendorData/LegendMarketplaceVendorData.js.map +1 -1
- package/lib/stores/LakehouseContractServerClient.d.ts +3 -0
- package/lib/stores/LakehouseContractServerClient.d.ts.map +1 -1
- package/lib/stores/LakehouseContractServerClient.js +11 -0
- package/lib/stores/LakehouseContractServerClient.js.map +1 -1
- package/lib/stores/LegendMarketplaceBaseStore.d.ts +3 -0
- package/lib/stores/LegendMarketplaceBaseStore.d.ts.map +1 -1
- package/lib/stores/LegendMarketplaceBaseStore.js +8 -1
- package/lib/stores/LegendMarketplaceBaseStore.js.map +1 -1
- package/lib/stores/lakehouse/LakehouseUtils.d.ts +29 -1
- package/lib/stores/lakehouse/LakehouseUtils.d.ts.map +1 -1
- package/lib/stores/lakehouse/LakehouseUtils.js +203 -1
- package/lib/stores/lakehouse/LakehouseUtils.js.map +1 -1
- package/lib/stores/lakehouse/entitlements/{LakehouseEntitlementsMainViewState.d.ts → EntitlementsDashboardState.d.ts} +2 -2
- package/lib/stores/lakehouse/entitlements/EntitlementsDashboardState.d.ts.map +1 -0
- package/lib/stores/lakehouse/entitlements/{LakehouseEntitlementsMainViewState.js → EntitlementsDashboardState.js} +12 -3
- package/lib/stores/lakehouse/entitlements/EntitlementsDashboardState.js.map +1 -0
- package/lib/stores/lakehouse/entitlements/{DataContractState.d.ts → EntitlementsDataContractViewerState.d.ts} +11 -8
- package/lib/stores/lakehouse/entitlements/EntitlementsDataContractViewerState.d.ts.map +1 -0
- package/lib/stores/lakehouse/entitlements/EntitlementsDataContractViewerState.js +65 -0
- package/lib/stores/lakehouse/entitlements/EntitlementsDataContractViewerState.js.map +1 -0
- package/lib/stores/lakehouse/entitlements/{DataContractTaskState.d.ts → EntitlementsTaskViewerState.d.ts} +12 -6
- package/lib/stores/lakehouse/entitlements/EntitlementsTaskViewerState.d.ts.map +1 -0
- package/lib/stores/lakehouse/entitlements/{DataContractTaskState.js → EntitlementsTaskViewerState.js} +39 -21
- package/lib/stores/lakehouse/entitlements/EntitlementsTaskViewerState.js.map +1 -0
- package/lib/stores/lakehouse/entitlements/LakehouseEntitlementsStore.d.ts +4 -5
- package/lib/stores/lakehouse/entitlements/LakehouseEntitlementsStore.d.ts.map +1 -1
- package/lib/stores/lakehouse/entitlements/LakehouseEntitlementsStore.js +30 -13
- package/lib/stores/lakehouse/entitlements/LakehouseEntitlementsStore.js.map +1 -1
- package/package.json +5 -4
- package/src/__lib__/LegendMarketplaceNavigation.ts +15 -1
- package/src/application/LegendMarketplaceApplicationConfig.ts +25 -0
- package/src/application/LegendMarketplaceWebApplication.tsx +32 -13
- package/src/components/DataProductCard/LegendMarketplaceDataProductSearchCard.tsx +41 -33
- package/src/components/DataProductCard/LegendMarketplaceLightDataProductCard.tsx +33 -36
- package/src/components/{Lakehouse/LakehouseHeader.tsx → Header/MarketplaceLakehouseHeader.tsx} +2 -2
- package/src/components/MarketplaceCard/LegendMarketplaceCard.tsx +98 -0
- package/src/components/ProviderCard/LegendMarketplaceProviderCard.tsx +47 -39
- package/src/components/__test-utils__/LegendMarketplaceStoreTestUtils.tsx +2 -14
- package/src/pages/Home/LegendMarketplaceHome.tsx +42 -51
- package/src/{components → pages}/Lakehouse/DataProductDataAccess.tsx +77 -7
- package/src/{components → pages}/Lakehouse/LakehouseDataProduct.tsx +14 -23
- package/src/pages/Lakehouse/MarketplaceLakehouseHome.tsx +167 -0
- package/src/{components/Lakehouse/entitlements/LakehouseEntitlements.tsx → pages/Lakehouse/entitlements/EntitlementsDashboard.tsx} +20 -247
- package/src/pages/Lakehouse/entitlements/EntitlementsDataContractViewer.tsx +33 -0
- package/src/pages/Lakehouse/entitlements/EntitlementsTaskViewer.tsx +73 -0
- package/src/pages/Lakehouse/entitlements/LakehouseEntitlements.tsx +82 -0
- package/src/pages/Lakehouse/shared/GridItemViewer.tsx +105 -0
- package/src/{components → pages}/Lakehouse/subscriptions/LakehouseSubscriptions.tsx +15 -27
- package/src/pages/LegendMarketplacePage.tsx +26 -0
- package/src/pages/SearchResults/LegendMarketplaceSearchResults.tsx +58 -65
- package/src/pages/VendorData/LegendMarketplaceVendorData.tsx +44 -42
- package/src/stores/LakehouseContractServerClient.ts +29 -0
- package/src/stores/LegendMarketplaceBaseStore.ts +16 -1
- package/src/stores/lakehouse/LakehouseUtils.ts +252 -0
- package/src/stores/lakehouse/entitlements/{LakehouseEntitlementsMainViewState.ts → EntitlementsDashboardState.ts} +19 -3
- package/src/stores/lakehouse/entitlements/EntitlementsDataContractViewerState.ts +101 -0
- package/src/stores/lakehouse/entitlements/{DataContractTaskState.ts → EntitlementsTaskViewerState.ts} +62 -24
- package/src/stores/lakehouse/entitlements/LakehouseEntitlementsStore.ts +44 -23
- package/tsconfig.json +23 -17
- package/lib/components/Lakehouse/DataProductDataAccess.d.ts.map +0 -1
- package/lib/components/Lakehouse/DataProductDataAccess.js.map +0 -1
- package/lib/components/Lakehouse/DataProductHolder.d.ts.map +0 -1
- package/lib/components/Lakehouse/DataProductHolder.js.map +0 -1
- package/lib/components/Lakehouse/DataProductViewer.d.ts.map +0 -1
- package/lib/components/Lakehouse/DataProductViewer.js.map +0 -1
- package/lib/components/Lakehouse/DataProductViewerActivityBar.d.ts.map +0 -1
- package/lib/components/Lakehouse/DataProductViewerActivityBar.js.map +0 -1
- package/lib/components/Lakehouse/DataProductWiki.d.ts.map +0 -1
- package/lib/components/Lakehouse/DataProductWiki.js.map +0 -1
- package/lib/components/Lakehouse/LakehouseDataProduct.d.ts.map +0 -1
- package/lib/components/Lakehouse/LakehouseDataProduct.js.map +0 -1
- package/lib/components/Lakehouse/LakehouseHeader.d.ts.map +0 -1
- package/lib/components/Lakehouse/LakehouseHeader.js.map +0 -1
- package/lib/components/Lakehouse/LakehouseMarketplace.d.ts.map +0 -1
- package/lib/components/Lakehouse/LakehouseMarketplace.js +0 -51
- package/lib/components/Lakehouse/LakehouseMarketplace.js.map +0 -1
- package/lib/components/Lakehouse/MarketLakehouseStoreProvider.d.ts.map +0 -1
- package/lib/components/Lakehouse/MarketLakehouseStoreProvider.js.map +0 -1
- package/lib/components/Lakehouse/entitlements/DataContractCreator.d.ts.map +0 -1
- package/lib/components/Lakehouse/entitlements/DataContractCreator.js.map +0 -1
- package/lib/components/Lakehouse/entitlements/LakehouseEntitlements.d.ts +0 -28
- package/lib/components/Lakehouse/entitlements/LakehouseEntitlements.d.ts.map +0 -1
- package/lib/components/Lakehouse/entitlements/LakehouseEntitlements.js.map +0 -1
- package/lib/components/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.d.ts.map +0 -1
- package/lib/components/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.js.map +0 -1
- package/lib/components/Lakehouse/subscriptions/LakehouseSubscriptions.d.ts.map +0 -1
- package/lib/components/Lakehouse/subscriptions/LakehouseSubscriptions.js.map +0 -1
- package/lib/components/Lakehouse/subscriptions/LakehouseSubscriptionsStoreProvider.d.ts.map +0 -1
- package/lib/components/Lakehouse/subscriptions/LakehouseSubscriptionsStoreProvider.js.map +0 -1
- package/lib/stores/lakehouse/entitlements/DataContractState.d.ts.map +0 -1
- package/lib/stores/lakehouse/entitlements/DataContractState.js +0 -127
- package/lib/stores/lakehouse/entitlements/DataContractState.js.map +0 -1
- package/lib/stores/lakehouse/entitlements/DataContractTaskState.d.ts.map +0 -1
- package/lib/stores/lakehouse/entitlements/DataContractTaskState.js.map +0 -1
- package/lib/stores/lakehouse/entitlements/LakehouseEntitlementsMainViewState.d.ts.map +0 -1
- package/lib/stores/lakehouse/entitlements/LakehouseEntitlementsMainViewState.js.map +0 -1
- package/src/components/Lakehouse/LakehouseMarketplace.tsx +0 -184
- package/src/stores/lakehouse/entitlements/DataContractState.ts +0 -142
- /package/lib/{components → pages}/Lakehouse/DataProductDataAccess.d.ts +0 -0
- /package/lib/{components → pages}/Lakehouse/DataProductHolder.d.ts +0 -0
- /package/lib/{components → pages}/Lakehouse/DataProductHolder.js +0 -0
- /package/lib/{components → pages}/Lakehouse/DataProductViewer.d.ts +0 -0
- /package/lib/{components → pages}/Lakehouse/DataProductViewer.js +0 -0
- /package/lib/{components → pages}/Lakehouse/DataProductViewerActivityBar.d.ts +0 -0
- /package/lib/{components → pages}/Lakehouse/DataProductViewerActivityBar.js +0 -0
- /package/lib/{components → pages}/Lakehouse/DataProductWiki.d.ts +0 -0
- /package/lib/{components → pages}/Lakehouse/DataProductWiki.js +0 -0
- /package/lib/{components → pages}/Lakehouse/LakehouseDataProduct.d.ts +0 -0
- /package/lib/{components → pages}/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.d.ts +0 -0
- /package/lib/{components → pages}/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.js +0 -0
- /package/lib/{components → pages}/Lakehouse/subscriptions/LakehouseSubscriptions.d.ts +0 -0
- /package/lib/{components → pages}/Lakehouse/subscriptions/LakehouseSubscriptionsStoreProvider.d.ts +0 -0
- /package/lib/{components → pages}/Lakehouse/subscriptions/LakehouseSubscriptionsStoreProvider.js +0 -0
- /package/src/{components → pages}/Lakehouse/DataProductHolder.tsx +0 -0
- /package/src/{components → pages}/Lakehouse/DataProductViewer.tsx +0 -0
- /package/src/{components → pages}/Lakehouse/DataProductViewerActivityBar.tsx +0 -0
- /package/src/{components → pages}/Lakehouse/DataProductWiki.tsx +0 -0
- /package/src/{components/Lakehouse/MarketLakehouseStoreProvider.tsx → pages/Lakehouse/MarketplaceLakehouseStoreProvider.tsx} +0 -0
- /package/src/{components/Lakehouse/entitlements/DataContractCreator.tsx → pages/Lakehouse/entitlements/EntitlementsDataContractCreator.tsx} +0 -0
- /package/src/{components → pages}/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.tsx +0 -0
- /package/src/{components → pages}/Lakehouse/subscriptions/LakehouseSubscriptionsStoreProvider.tsx +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataContractState.js","sourceRoot":"","sources":["../../../../src/stores/lakehouse/entitlements/DataContractState.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataContractTaskState.d.ts","sourceRoot":"","sources":["../../../../src/stores/lakehouse/entitlements/DataContractTaskState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,KAAK,WAAW,EAEjB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EACL,KAAK,0BAA0B,EAI/B,KAAK,eAAe,EAKrB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,0BAA0B,EAEhC,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE,qBAAa,qBAAsB,SAAQ,oBAAoB;IAC7D,QAAQ,CAAC,KAAK,EAAE,0BAA0B,CAAC;IAC3C,UAAU,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,YAAY,EAAE,eAAe,GAAG,SAAS,CAAC;gBAGxC,KAAK,EAAE,0BAA0B,EACjC,KAAK,EAAE,0BAA0B;IAkBnC,IAAI,EAAE,IAAI,MAAM,CAEf;IAEA,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IASnD,aAAa,CAAC,GAAG,EAAE,OAAO,GAAG,SAAS,GAAG,IAAI;IAI7C,eAAe,IAAI,IAAI;IAMtB,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IAsBrD,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IAsBlD,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IAkBrE,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IAmB5D,IAAI,WAAW,IAAI,cAAc,EAAE,CAgBlC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataContractTaskState.js","sourceRoot":"","sources":["../../../../src/stores/lakehouse/entitlements/DataContractTaskState.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LakehouseEntitlementsMainViewState.d.ts","sourceRoot":"","sources":["../../../../src/stores/lakehouse/entitlements/LakehouseEntitlementsMainViewState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,WAAW,EAEX,KAAK,WAAW,EAEjB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EACL,KAAK,0BAA0B,EAI/B,KAAK,6BAA6B,EAInC,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAGL,KAAK,0BAA0B,EAChC,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE,qBAAa,kCAAmC,SAAQ,oBAAoB;IAC1E,YAAY,EAAE,0BAA0B,EAAE,GAAG,SAAS,CAAC;IACvD,gBAAgB,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAC9D,aAAa,cAAwB;gBAEzB,KAAK,EAAE,0BAA0B;IAe5C,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC;IAsBnD,eAAe,CAAC,GAAG,EAAE,0BAA0B,EAAE,GAAG,SAAS,GAAG,IAAI;IAIpE,mBAAmB,CAAC,GAAG,EAAE,6BAA6B,EAAE,GAAG,SAAS,GAAG,IAAI;IAI1E,OAAO,CACN,IAAI,EAAE,0BAA0B,EAChC,KAAK,EAAE,MAAM,GAAG,SAAS,GACxB,WAAW,CAAC,IAAI,CAAC;IA2BnB,IAAI,CACH,IAAI,EAAE,0BAA0B,EAChC,KAAK,EAAE,MAAM,GAAG,SAAS,GACxB,WAAW,CAAC,IAAI,CAAC;CA0BrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LakehouseEntitlementsMainViewState.js","sourceRoot":"","sources":["../../../../src/stores/lakehouse/entitlements/LakehouseEntitlementsMainViewState.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,184 +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
|
-
import { observer } from 'mobx-react-lite';
|
|
18
|
-
import {
|
|
19
|
-
useMarketplaceLakehouseStore,
|
|
20
|
-
withMarketplaceLakehouseStore,
|
|
21
|
-
} from './MarketLakehouseStoreProvider.js';
|
|
22
|
-
import { useEffect, type JSX } from 'react';
|
|
23
|
-
import {
|
|
24
|
-
clsx,
|
|
25
|
-
CubesLoadingIndicator,
|
|
26
|
-
CubesLoadingIndicatorIcon,
|
|
27
|
-
} from '@finos/legend-art';
|
|
28
|
-
import {
|
|
29
|
-
Card,
|
|
30
|
-
CardActionArea,
|
|
31
|
-
CardContent,
|
|
32
|
-
Checkbox,
|
|
33
|
-
Chip,
|
|
34
|
-
FormControlLabel,
|
|
35
|
-
FormGroup,
|
|
36
|
-
Grid2 as Grid,
|
|
37
|
-
} from '@mui/material';
|
|
38
|
-
import type { DataProductState } from '../../stores/lakehouse/MarketplaceLakehouseStore.js';
|
|
39
|
-
import { generateLakehouseDataProduct } from '../../__lib__/LegendMarketplaceNavigation.js';
|
|
40
|
-
import { generateGAVCoordinates } from '@finos/legend-storage';
|
|
41
|
-
import { LegendMarketplaceSearchBar } from '../SearchBar/LegendMarketplaceSearchBar.js';
|
|
42
|
-
import { DepotScope } from '@finos/legend-server-depot';
|
|
43
|
-
import { LakehouseMarketplaceHeader } from './LakehouseHeader.js';
|
|
44
|
-
|
|
45
|
-
export const LegendDataProductVendorCard = (props: {
|
|
46
|
-
dataAsset: DataProductState;
|
|
47
|
-
onClick: (dataAsset: DataProductState) => void;
|
|
48
|
-
}): JSX.Element => {
|
|
49
|
-
const { dataAsset, onClick } = props;
|
|
50
|
-
return (
|
|
51
|
-
<Card variant="outlined" className="legend-marketplace-vendor-card">
|
|
52
|
-
<CardActionArea
|
|
53
|
-
onClick={() => onClick(dataAsset)}
|
|
54
|
-
sx={{ height: '100%' }}
|
|
55
|
-
>
|
|
56
|
-
<CardContent className="legend-marketplace-vendor-card__content">
|
|
57
|
-
<Chip
|
|
58
|
-
label={dataAsset.productEntity.versionId}
|
|
59
|
-
className={clsx('legend-marketplace-vendor-card__type')}
|
|
60
|
-
/>
|
|
61
|
-
<div className="legend-marketplace-vendor-card__name">
|
|
62
|
-
{dataAsset.productEntity.path.split('::').pop()}
|
|
63
|
-
</div>
|
|
64
|
-
<div className="legend-marketplace-vendor-card__description">
|
|
65
|
-
{`${dataAsset.productEntity.groupId}:${dataAsset.productEntity.artifactId}`}
|
|
66
|
-
</div>
|
|
67
|
-
</CardContent>
|
|
68
|
-
|
|
69
|
-
<CardContent className="legend-marketplace-vendor-card__more-info">
|
|
70
|
-
<div>{dataAsset.productEntity.path}</div>
|
|
71
|
-
</CardContent>
|
|
72
|
-
</CardActionArea>
|
|
73
|
-
</Card>
|
|
74
|
-
);
|
|
75
|
-
};
|
|
76
|
-
|
|
77
|
-
export const LakehouseMarketplace = withMarketplaceLakehouseStore(
|
|
78
|
-
observer(() => {
|
|
79
|
-
const marketPlaceStore = useMarketplaceLakehouseStore();
|
|
80
|
-
const onSearch = (
|
|
81
|
-
provider: string | undefined,
|
|
82
|
-
query: string | undefined,
|
|
83
|
-
) => {
|
|
84
|
-
marketPlaceStore.handleSearch(query);
|
|
85
|
-
};
|
|
86
|
-
|
|
87
|
-
const onSearchChange = (query: string) => {
|
|
88
|
-
if (query === '') {
|
|
89
|
-
// use for clearing of search
|
|
90
|
-
marketPlaceStore.handleSearch(query);
|
|
91
|
-
}
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
useEffect(() => {
|
|
95
|
-
marketPlaceStore.init();
|
|
96
|
-
}, [marketPlaceStore]);
|
|
97
|
-
|
|
98
|
-
return (
|
|
99
|
-
<div className="app__page">
|
|
100
|
-
<div className="legend-marketplace-home">
|
|
101
|
-
<div className="legend-marketplace-home__body">
|
|
102
|
-
<LakehouseMarketplaceHeader />
|
|
103
|
-
<div className="legend-marketplace-home__content">
|
|
104
|
-
<div className="legend-marketplace-data-products__content">
|
|
105
|
-
<CubesLoadingIndicator
|
|
106
|
-
isLoading={marketPlaceStore.loadingProductsState.isInProgress}
|
|
107
|
-
>
|
|
108
|
-
<CubesLoadingIndicatorIcon />
|
|
109
|
-
</CubesLoadingIndicator>
|
|
110
|
-
<div className="legend-marketplace-data-product-search__container">
|
|
111
|
-
<LegendMarketplaceSearchBar
|
|
112
|
-
onSearch={onSearch}
|
|
113
|
-
onChange={onSearchChange}
|
|
114
|
-
/>
|
|
115
|
-
<div className="legend-marketplace-data-product-search__filters">
|
|
116
|
-
<FormGroup>
|
|
117
|
-
<FormControlLabel
|
|
118
|
-
control={
|
|
119
|
-
<Checkbox
|
|
120
|
-
checked={marketPlaceStore.filter.releaseFilter}
|
|
121
|
-
onChange={() =>
|
|
122
|
-
marketPlaceStore.handleFilterChange(
|
|
123
|
-
DepotScope.RELEASES,
|
|
124
|
-
)
|
|
125
|
-
}
|
|
126
|
-
/>
|
|
127
|
-
}
|
|
128
|
-
label="Releases"
|
|
129
|
-
/>
|
|
130
|
-
<FormControlLabel
|
|
131
|
-
control={
|
|
132
|
-
<Checkbox
|
|
133
|
-
checked={marketPlaceStore.filter.snapshotFilter}
|
|
134
|
-
onChange={() =>
|
|
135
|
-
marketPlaceStore.handleFilterChange(
|
|
136
|
-
DepotScope.SNAPSHOT,
|
|
137
|
-
)
|
|
138
|
-
}
|
|
139
|
-
/>
|
|
140
|
-
}
|
|
141
|
-
label="Snapshots"
|
|
142
|
-
/>
|
|
143
|
-
</FormGroup>
|
|
144
|
-
</div>
|
|
145
|
-
</div>
|
|
146
|
-
|
|
147
|
-
<div className="legend-marketplace-home__vendors-cards">
|
|
148
|
-
<Grid
|
|
149
|
-
container={true}
|
|
150
|
-
spacing={{ xs: 2, md: 3, xl: 4 }}
|
|
151
|
-
columns={{ xs: 1, sm: 2, md: 3, xl: 6 }}
|
|
152
|
-
sx={{ justifyContent: 'center' }}
|
|
153
|
-
>
|
|
154
|
-
{marketPlaceStore.filterProducts?.map((dpState) => (
|
|
155
|
-
<Grid key={dpState.id} size={1}>
|
|
156
|
-
<LegendDataProductVendorCard
|
|
157
|
-
dataAsset={dpState}
|
|
158
|
-
onClick={(dataAsset: DataProductState) => {
|
|
159
|
-
{
|
|
160
|
-
marketPlaceStore.applicationStore.navigationService.navigator.goToLocation(
|
|
161
|
-
generateLakehouseDataProduct(
|
|
162
|
-
generateGAVCoordinates(
|
|
163
|
-
dpState.productEntity.groupId,
|
|
164
|
-
dpState.productEntity.artifactId,
|
|
165
|
-
dpState.productEntity.versionId,
|
|
166
|
-
),
|
|
167
|
-
dpState.productEntity.path,
|
|
168
|
-
),
|
|
169
|
-
);
|
|
170
|
-
}
|
|
171
|
-
}}
|
|
172
|
-
/>
|
|
173
|
-
</Grid>
|
|
174
|
-
))}
|
|
175
|
-
</Grid>
|
|
176
|
-
</div>
|
|
177
|
-
</div>
|
|
178
|
-
</div>
|
|
179
|
-
</div>
|
|
180
|
-
</div>
|
|
181
|
-
</div>
|
|
182
|
-
);
|
|
183
|
-
}),
|
|
184
|
-
);
|
|
@@ -1,142 +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
|
-
import {
|
|
18
|
-
type V1_DataContract,
|
|
19
|
-
V1_AccessPointGroupReference,
|
|
20
|
-
V1_AdhocTeam,
|
|
21
|
-
V1_AppDirOrganizationalScope,
|
|
22
|
-
} from '@finos/legend-graph';
|
|
23
|
-
import {
|
|
24
|
-
type LakehouseEntitlementsStore,
|
|
25
|
-
type GridItemDetail,
|
|
26
|
-
} from './LakehouseEntitlementsStore.js';
|
|
27
|
-
import { LakehouseViewerState } from './LakehouseViewerState.js';
|
|
28
|
-
import { prettyCONSTName } from '@finos/legend-shared';
|
|
29
|
-
|
|
30
|
-
export const buildDataContractDetail = (
|
|
31
|
-
dataContract: V1_DataContract,
|
|
32
|
-
): GridItemDetail[] => {
|
|
33
|
-
const details = [
|
|
34
|
-
{
|
|
35
|
-
name: 'Contract ID',
|
|
36
|
-
value: dataContract.guid,
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
name: 'Contract Description',
|
|
40
|
-
value: dataContract.description,
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
name: 'Contract Version',
|
|
44
|
-
value: dataContract.version,
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
name: 'Contract State',
|
|
48
|
-
value: prettyCONSTName(dataContract.state),
|
|
49
|
-
},
|
|
50
|
-
];
|
|
51
|
-
const accessPointGroupRef = dataContract.resource;
|
|
52
|
-
let dataProductDetails: GridItemDetail[] = [];
|
|
53
|
-
if (accessPointGroupRef instanceof V1_AccessPointGroupReference) {
|
|
54
|
-
dataProductDetails = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Contract Data ID',
|
|
57
|
-
value: accessPointGroupRef.dataProduct.guid,
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Contract Data Product',
|
|
61
|
-
value: accessPointGroupRef.dataProduct.name,
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'Contract Data Product DID',
|
|
65
|
-
value: accessPointGroupRef.dataProduct.owner.appDirId,
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: 'Contract Access Group',
|
|
69
|
-
value: accessPointGroupRef.accessPointGroup,
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
name: 'Contract Access Points',
|
|
73
|
-
value: accessPointGroupRef.dataProduct.accessPoints
|
|
74
|
-
.map((e) => e.name)
|
|
75
|
-
.join(','),
|
|
76
|
-
},
|
|
77
|
-
];
|
|
78
|
-
}
|
|
79
|
-
const org = dataContract.consumer;
|
|
80
|
-
let orgDetails: GridItemDetail[] = [];
|
|
81
|
-
if (org instanceof V1_AppDirOrganizationalScope) {
|
|
82
|
-
orgDetails = org.appDirNode
|
|
83
|
-
.map((value, idx) => [
|
|
84
|
-
{
|
|
85
|
-
name: `App Dir DID (${idx + 1})`,
|
|
86
|
-
value: value.appDirId.toString(),
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: `App Dir Level (${idx + 1})`,
|
|
90
|
-
value: value.level.toString(),
|
|
91
|
-
},
|
|
92
|
-
])
|
|
93
|
-
.flat();
|
|
94
|
-
} else if (org instanceof V1_AdhocTeam) {
|
|
95
|
-
orgDetails = org.users
|
|
96
|
-
.map((user, idx) => [
|
|
97
|
-
{
|
|
98
|
-
name: `Contract Consumer Name (${idx + 1})`,
|
|
99
|
-
value: user.name,
|
|
100
|
-
},
|
|
101
|
-
])
|
|
102
|
-
.flat();
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
const members = dataContract.members
|
|
106
|
-
.map((member, idx) => [
|
|
107
|
-
{
|
|
108
|
-
name: `Member ID (${idx})`,
|
|
109
|
-
value: member.guid,
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
name: `Member Name (${idx})`,
|
|
113
|
-
value: member.user.name,
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
name: `Member Type (${idx})`,
|
|
117
|
-
value: member.user.userType.toString(),
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
name: `Member Status (${idx})`,
|
|
121
|
-
value: member.status.toString(),
|
|
122
|
-
},
|
|
123
|
-
])
|
|
124
|
-
.flat();
|
|
125
|
-
|
|
126
|
-
return [...details, ...dataProductDetails, ...orgDetails, ...members];
|
|
127
|
-
};
|
|
128
|
-
|
|
129
|
-
export class DataContractState extends LakehouseViewerState {
|
|
130
|
-
readonly value: V1_DataContract;
|
|
131
|
-
canApprove: boolean | undefined;
|
|
132
|
-
dataContract: V1_DataContract | undefined;
|
|
133
|
-
|
|
134
|
-
constructor(value: V1_DataContract, state: LakehouseEntitlementsStore) {
|
|
135
|
-
super(state);
|
|
136
|
-
this.value = value;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
get taskDetails(): GridItemDetail[] {
|
|
140
|
-
return buildDataContractDetail(this.value);
|
|
141
|
-
}
|
|
142
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{components → pages}/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.d.ts
RENAMED
|
File without changes
|
/package/lib/{components → pages}/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/lib/{components → pages}/Lakehouse/subscriptions/LakehouseSubscriptionsStoreProvider.d.ts
RENAMED
|
File without changes
|
/package/lib/{components → pages}/Lakehouse/subscriptions/LakehouseSubscriptionsStoreProvider.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/{components → pages}/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.tsx
RENAMED
|
File without changes
|
/package/src/{components → pages}/Lakehouse/subscriptions/LakehouseSubscriptionsStoreProvider.tsx
RENAMED
|
File without changes
|