@pega/constellationjs 1.0.30 → 1.0.31
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/README.md +15 -15
- package/dist/bootstrap-shell.js +1 -1
- package/dist/bootstrap-shell.js.br +0 -0
- package/dist/bootstrap-shell.js.gz +0 -0
- package/dist/constellation-core.ef073328.js +2 -0
- package/dist/constellation-core.ef073328.js.br +0 -0
- package/dist/constellation-core.ef073328.js.gz +0 -0
- package/dist/lib_asset.json +6 -4
- package/package.json +1 -1
- package/dist/constellation-core.e92ac326.js +0 -2
- package/dist/constellation-core.e92ac326.js.br +0 -0
- package/dist/constellation-core.e92ac326.js.gz +0 -0
- /package/dist/{constellation-core.e92ac326.js.LICENSE.txt → constellation-core.ef073328.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -32,23 +32,23 @@ of the ConstellationJS files.
|
|
|
32
32
|
|
|
33
33
|
These are the currently available tags/versions:
|
|
34
34
|
|
|
35
|
-
* SDK-8.8.2
|
|
36
|
-
* SDK-8.8.1
|
|
37
|
-
* SDK-8.8.0
|
|
35
|
+
* SDK-8.8.2 (v1.0.31)
|
|
36
|
+
* SDK-8.8.1 (v1.0.26)
|
|
37
|
+
* SDK-8.8.0 (v1.0.25)
|
|
38
38
|
<br><br>
|
|
39
39
|
|
|
40
|
-
* SDK-8.7.5
|
|
41
|
-
* SDK-8.7.4
|
|
42
|
-
* SDK-8.7.3
|
|
43
|
-
* SDK-8.7.2
|
|
44
|
-
* SDK-8.7.1
|
|
45
|
-
* SDK-8.7.0
|
|
40
|
+
* SDK-8.7.5 (v1.0.30)
|
|
41
|
+
* SDK-8.7.4 (v1.0.18)
|
|
42
|
+
* SDK-8.7.3 (v1.0.14)
|
|
43
|
+
* SDK-8.7.2 (v1.0.12)
|
|
44
|
+
* SDK-8.7.1 (v1.0.10)
|
|
45
|
+
* SDK-8.7.0 (v1.0.9)
|
|
46
46
|
<br><br>
|
|
47
47
|
|
|
48
|
-
* SDK-8.6.5
|
|
49
|
-
* SDK-8.6.4
|
|
50
|
-
* SDK-8.6.3
|
|
51
|
-
* SDK-8.6.2
|
|
52
|
-
* SDK-8.6.1
|
|
53
|
-
* SDK-8.6.0
|
|
48
|
+
* SDK-8.6.5 (v1.0.15)
|
|
49
|
+
* SDK-8.6.4 (v1.0.8)
|
|
50
|
+
* SDK-8.6.3 (v1.0.7)
|
|
51
|
+
* SDK-8.6.2 (v1.0.6)
|
|
52
|
+
* SDK-8.6.1 (v1.0.5)
|
|
53
|
+
* SDK-8.6.0 (v1.0.4)
|
|
54
54
|
|
package/dist/bootstrap-shell.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const rootContainerWithHybrid={type:"RootContainer",config:{renderingMode:"hybrid"},children:[{type:"HybridViewContainer",config:{routingInfo:"@ROUTING_INFO",name:"primary",contextName:"app"},children:[]}]},buildSemanticUrl=(e,o,t,n,i)=>{const a=new URLSearchParams(o);let r=!1;"true"===t&&(r=!0);let s=null,l=null;if(e){e.startsWith("/")&&(e=e.substring(1));const o=e.split("/");o.length>0&&o[0]&&(s=o[0]),o.length>1&&o[1]&&(l=o[1])}else r=!1;let c=n;s&&(c=`${c}/${s}`),l&&(c=`${c}/${l}`),r&&(!a.has("noPortal")&&a.append("noPortal",!0),l&&i&&a.append("view",i));const C=a.toString();return c+=C?`?${C}`:"",c};let containerCount=0;const loadView=(e,o,t=[],n,i,a,r)=>{const s=("hybrid"===r?"hybrid_"+ ++containerCount:r)||"mashup"+ ++containerCount,l={type:"RootContainer",config:{renderingMode:"portal",viewConfig:"@P .viewConfig",name:s}};window.PCore.getRuntimeParamsAPI().setRuntimeParams(n),constellationCore.loadRootComponent(e,l,t,i,a).then((()=>constellationCore.updateStoreWithUiRoot(o,s)))},loadPortal=(e,o,t=[],n)=>{const i=n||"portal"+ ++containerCount,a={type:"RootContainer",config:{viewConfig:"@P .viewConfig",renderingMode:"portal",skeleton:"LoadingComponent",name:i}};t.push(a.config.skeleton),PCore.getEnvironmentInfo().isPortalLoaded=!0,constellationCore.loadRootComponent(e,a,t).then((()=>constellationCore.loadPortalView(o,i)))},loadComponent=(e,o,t)=>constellationCore.loadComponent(o,e,t),loadViewByName=(e,o,t,n,i,a,r,s)=>{const l=s||"mashup"+ ++containerCount,c={type:"RootContainer",config:{viewConfig:"@P .viewConfig",renderingMode:"view",name:l}};constellationCore.loadRootComponent(e,c,i,a,r).then((()=>constellationCore.loadViewByName(o,t,n,l)))},loadMashup=(e,o=!0)=>{if(o){const o=document.getElementsByTagName(e)[0]&&document.getElementsByTagName(e)[0].parentNode;if(o){const e=document.createElement("style");e.setAttribute("id","portal-less-styles"),e.innerHTML="app-root.mashup > .case-view, app-root.mashup > .page-view { min-height: 0px !important; }",o.appendChild(e)}}constellationCore.loadRootComponent(e,{type:"RootContainer",config:{renderingMode:"noPortal"},children:[{type:"ViewContainer",config:{routingInfo:"@ROUTING_INFO",name:"primary"}}]},["View","ViewContainer"]),window.parent!==window&&import(`${constellationCore.PCoreInstance.getAssetLoader().getStaticServerUrl()}constellation-mashup-bridge.js`).then((e=>{e.mashup.init({resizing:"stretch"})}))},loadCase=(e,o,t=[],n,i)=>{t.push("HybridViewContainer","View"),constellationCore.loadRootComponent(e,rootContainerWithHybrid,t,n,i).then((()=>constellationCore.getCaseApi().openCase(o,"app","primary")))},createCase=(e,o,t=[],n,i)=>{t.push("HybridViewContainer","View"),constellationCore.loadRootComponent(e,rootContainerWithHybrid,t,n,i).then((()=>constellationCore.getCaseApi().createCase(o,"app","primary")))},loadAssignment=(e,o,t=[],n,i)=>{t.push("HybridViewContainer","View"),constellationCore.loadRootComponent(e,rootContainerWithHybrid,t,n,i).then((()=>constellationCore.getCaseApi().openAssignment(o,"app","primary")))},initCoreConfig=e=>{const{routingInfo:o,actionModel:t,serviceConfig:n,additionalHeaders:i,tokens:a,semanticUrl:r,queryParams:s,noPortal:l,timezone:c,noHistory:C,viewName:p,theme:d,fieldDefaults:m,restServerConfig:g,dynamicLoadComponents:h=!0,dynamicSemanticUrl:u=!0,enableRouting:f=!0,locale:y,environmentInfo:w,renderingMode:v="FULL_PORTAL",remoteCaseMapping:P={}}=e,{appAlias:R,googleMapKey:S,staticContentServer:b,appStaticContentServer:$=null,contextPath:A,messagingService:I=null}=n,U={...w,renderingMode:v};let L=location.origin;const M={};if(void 0!==g&&(L=g),A&&(L=`${L}${A}`),R&&(L=`${L}/${R}`),!0===u){const e=buildSemanticUrl(r,s,l,L,p);!C&&e&&history.pushState({},"home",e)}else if("HYBRID"!==v){let e=window.location.href;e.indexOf("?")>0&&(e=e.substring(0,e.indexOf("?")),history.pushState({},"home",e)),M.dynamicSemanticUrl=!1}!0!==h&&(M.dynamicLoadComponents=!1);let H=null;if(R){const e=R.indexOf("/app/");H=e>=0?R.substring(e+1):R}if(constellationCore.enableAppRouting(f),Object.keys(M).length>0&&PCore.setBehaviorOverrides(M),constellationCore.initStore(),d){let e="object"==typeof d?d:null;if(null===e)try{e=JSON.parse(d)}catch{e={}}PCore.getEnvironmentInfo().setTheme(e)}constellationCore.setFieldsDefaultConfigs(m),constellationCore.setFetchDefaultHeaders(i);const N={...o,domain:`${window.location.protocol}//${window.location.host}`,searchParams:window.location.search};constellationCore.initAppShell(N,t,{server:L}),constellationCore.setAppAlias(H),constellationCore.setGoogleMapsAPIKey(S),constellationCore.setStaticServerUrl(b,$,a.C11NB2S),constellationCore.PCoreInstance.getLocaleUtils().setTimezone(c),PCore.getEnvironmentInfo().setLocale(y),PCore.getRemoteCaseUtils().setRemoteCaseMapping(P),PCore.getEnvironmentInfo().setEnvironmentInfo(U),PCore.getMessagingServiceManager().setConnectionConfig({messagingService:I}),PCore.getNavigationUtils().init()},importConstellationCore=async(e,o)=>{const{isDevServerMode:t,isSdk:n}=o,{prerequisite:i}=o;if(i&&i.length>0){const o=i[0];let a;const r=Object.keys(o)[0];if(t){const e=Object.values(o)[0];a=e.endsWith("/")?`${e}prerequisite/${r}`:`${e}/prerequisite/${r}`}else a=e.endsWith("/")?`${e}prerequisite/${r}`:`${e}/prerequisite/${r}`;return n&&(a=`${e.endsWith("/")?e.slice(0,-1):e}/prerequisite/${r.startsWith("/")?r.slice(1):r}`),import(a).then((o=>{window.constellationCore=o,constellationCore.setStaticServerUrl(e,"no-appstatic"),void 0!==window.constellationCore.PCoreInstance&&(window.PCore=window.constellationCore.PCoreInstance);for(let o=1;o<i.length;o+=1){const n=i[o],a=Object.keys(n)[0];if(t){const e=Object.values(n)[0];import(`${e}prerequisite/${a}`).then((e=>{console.log(e)}))}else import(`${e}prerequisite/${a}`).then((e=>{console.log(e)}))}}))}return null},importExternals=async e=>{const{isDevServerMode:o}=e,t=constellationCore.PCoreInstance,n=t.getEnvironmentInfo().getLocale();if("en-US"!==n)try{const e=t.getLocaleUtils().GENERIC_BUNDLE_KEY,o=await t.getAssetLoader().getSvcLocale(n,`${e}.json`);if(o.ok){const n=await o.json();t.getLocaleUtils().setLocaleForRule(n,e)}}catch(e){console.warn(e)}await t.getAssetLoader().loadAssets(e.externals,{isDevServerMode:o}),await t.getAssetLoader().loadAssets(e.entry,{isDevServerMode:o})},importAssetsJson=async e=>{const o=(new Date).getTime();return fetch(`${e}lib_asset.json?v=${o}`).then((e=>e.json()))},importReactRoot=async()=>{const e=[];return PCore.getComponentsRegistry().getComponent("ReactRoot").modules.forEach((o=>{e.push(o())})),Promise.allSettled(e)},bootstrap=async(e,o)=>new Promise((async(t,n)=>{try{const{staticContentServer:n}=e.serviceConfig,i=await importAssetsJson(n);await importConstellationCore(n,i),initCoreConfig(e);const a=async()=>{await importReactRoot(),o&&o(),t(!0)};PCore.getPubSubUtils().subscribe("component-map-loaded",a),await importExternals(i),"ReactRoot"in PCore.getComponentsRegistry().getLazyMap()&&t(!0)}catch(e){n(e)}})),getBootstrapConfig=async(e,o)=>fetch(`${e}/api/application/v2/data_views/D_pxBootstrapConfig`,{method:"GET",headers:new Headers({Authorization:o})}).then((e=>e.json())),loadRootContainer=(e,o=[],t,n)=>(o.push("HybridViewContainer","View"),constellationCore.loadRootComponent(e,rootContainerWithHybrid,o,t,n)),bootstrapWithAuthHeader=async(e,o,t=[],n,i)=>{const{restServerUrl:a,customRendering:r=!1,onPCoreReadyCallback:s,staticContentServerUrl:l,dynamicSetCookie:c=!1,authInfo:C={},theme:p={},renderingMode:d}=e;let m,{authorizationHeader:g,appAlias:h}=e;if(g&&0===Object.keys(C).length&&(C.authType="custom"),!g&&C.tokenInfo){const{tokenInfo:e}=C;g=`${e.token_type} ${e.access_token}`}h?(h=-1!==h.indexOf("/")?h:`app/${h}`,m=await getBootstrapConfig(`${a}/${h}`,g)):m=await getBootstrapConfig(`${a}`,g);const u=JSON.parse(m.pyConfigJSON);u.restServerConfig=a,u.dynamicSemanticUrl=!1,u.dynamicSetCookie=c,u.enableRouting=!1,u.serviceConfig.contextPath="",u.serviceConfig.appAlias=h,u.additionalHeaders={Authorization:g},u.dynamicLoadComponents=!r,u.dynamicSemanticUrl=!r,u.noHistory=!0,u.theme=p??{},u.renderingMode=d??u.renderingMode;const f=l||u.serviceConfig.staticContentServer;u.serviceConfig.staticContentServer=f;const y=await importAssetsJson(f);if(await importConstellationCore(f,y),initCoreConfig(u),s&&window.PCore.onPCoreReady(s),C&&["OAuth2.0","custom"].includes(C?.authType)&&constellationCore.setFetchAuthInfo(C),!r){const e=new Promise((async(e,o)=>{try{const o=async()=>{await importReactRoot(),e(!0)};PCore.getPubSubUtils().subscribe("component-map-loaded",o),await importExternals(y),"ReactRoot"in PCore.getComponentsRegistry().getLazyMap()&&e(!0)}catch(e){o(e)}}));await e,await loadRootContainer(o,t,n,i)}},initConstellationCore=async e=>{const o=await importAssetsJson(e);await importConstellationCore(e,o)},loadDefaultPortal=(e,o=[],t)=>{const n=PCore.getEnvironmentInfo().getDefaultPortal();loadPortal(e,n,o,t)},isNewUnifiedBuild=()=>!1,updateLocale=e=>{PCore.getEnvironmentInfo().setLocale(e)};export{bootstrap,loadView,loadPortal,loadDefaultPortal,loadComponent,loadMashup,loadViewByName,loadCase,createCase,loadAssignment,bootstrapWithAuthHeader,initConstellationCore,isNewUnifiedBuild,updateLocale};
|
|
Binary file
|
|
Binary file
|