@lwrjs/everywhere 0.9.0-alpha.2 → 0.9.0-alpha.20
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 +2 -7
- package/build/__generated_site_amd_modules__/1/application/amd/l/en-US/ai/amd-bootstrap/configuration/ci/-/-/s/ed92a507007c8db91aaff520515e993d/config.js +10 -0
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/@lwrjs/app-service/amd-bootstrap/module/amd/v/0_9_0-alpha_20/s/c40e6caf07454ce13961de8ca76ab7f0/@lwrjs_app-service_amd-bootstrap_module_amd.js +18 -0
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwc/v/2_33_0/s/90a5f16131da45cef1653112862ca9dc/lwc.js +8969 -0
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/everywhereAmd/v/0_9_0-alpha_20/s/c538071acf5bde58e816967a14c465c3/lwr_everywhereAmd.js +66 -0
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/init/v/0_9_0-alpha_20/s/206e6e0af6f019fdfd86d87d56331bc2/lwr_init.js +97 -0
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/loader/v/{0_9_0-alpha_2/s/a7fb654bda624ba7d02dcd76e8d1217c → 0_9_0-alpha_20/s/360b22debb43f92bc3a8235876292953}/lwr_loader.js +360 -131
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/metrics/v/0_9_0-alpha_20/s/3426e42c3e22ce07ab2adc62c4c523a0/lwr_metrics.js +66 -0
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/profiler/v/0_9_0-alpha_20/s/e25f3b0b8b5c096acebf847d0a83ea62/lwr_profiler.js +68 -0
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/vault/v/0_9_0-alpha_20/s/c92abd8c1fec2d7eff62e4b097abbe14/lwr_vault.js +21 -0
- package/build/__generated_site_amd_modules__/1/resource/amd/lwr-error-shim.js/v/{0_9_0-alpha_2 → 0_9_0-alpha_20/lwr-error-shim.js} +1 -1
- package/build/__generated_site_amd_modules__/1/resource/amd/lwr-loader-shim.js/v/{0_9_0-alpha_2 → 0_9_0-alpha_20/lwr-loader-shim.js} +18 -17
- package/build/amd-client.js +1 -2
- package/build/assets/amd/lwr-everywhere-debug.js +36 -23
- package/build/assets/amd/lwr-everywhere-min.js +1 -1
- package/build/assets/amd/lwr-everywhere.js +36 -23
- package/build/assets/core/lwr-everywhere-debug.js +33 -20
- package/build/assets/core/lwr-everywhere-min.js +1 -1
- package/build/assets/core/lwr-everywhere.js +33 -20
- package/build/assets/esm/lwr-everywhere-debug.js +4 -7
- package/build/assets/esm/lwr-everywhere-min.js +1 -1
- package/build/assets/esm/lwr-everywhere.js +4 -7
- package/build/esm-client.js +1 -2
- package/build/generate.js +4 -3
- package/build/index.js +2 -2
- package/build/modules/@salesforce/lds-default-luvio/lds-default-luvio.d.ts +24 -0
- package/build/modules/@salesforce/lds-default-luvio/lds-default-luvio.js +60 -0
- package/build/modules/lwr/everywhere/everywhere.d.ts +1 -1
- package/build/modules/lwr/everywhere/everywhere.js +8 -6
- package/build/modules/lwr/everywhereAmd/everywhereAmd.d.ts +1 -1
- package/build/modules/lwr/everywhereAmd/everywhereAmd.js +9 -11
- package/build/modules/lwr/everywhereEsm/everywhereEsm.js +1 -2
- package/build/modules/lwr/host/host.js +23 -27
- package/build/modules/lwr/setupLDS/network.d.ts +3 -0
- package/build/modules/lwr/setupLDS/network.js +88 -0
- package/build/modules/lwr/setupLDS/setupLDS.d.ts +2 -0
- package/build/modules/lwr/setupLDS/setupLDS.js +12 -0
- package/build/modules/lwr/setupNodeLDS/network.d.ts +3 -0
- package/build/modules/lwr/setupNodeLDS/network.js +88 -0
- package/build/modules/lwr/setupNodeLDS/setupNodeLDS.d.ts +2 -0
- package/build/modules/lwr/setupNodeLDS/setupNodeLDS.js +14 -0
- package/build/modules/lwr/vault/vault.d.ts +1 -1
- package/build/modules/lwr/vault/vault.js +3 -1
- package/build/utils.d.ts +1 -8
- package/build/utils.js +1 -4
- package/package.json +15 -8
- package/src/amd-client.ts +1 -2
- package/src/esm-client.ts +2 -3
- package/src/generate.ts +4 -3
- package/src/index.ts +2 -2
- package/src/utils.ts +2 -13
- package/build/__generated_site_amd_modules__/1/application/amd/l/en-US/ai/amd-bootstrap/configuration/ci/-/-/s/68e51659d71a9691c09702509beecf4f/config.js +0 -10
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/@lwrjs/app-service/amd-bootstrap/module/amd/v/0_9_0-alpha_2/s/c40e6caf07454ce13961de8ca76ab7f0/@lwrjs_app-service_amd-bootstrap_module_amd.js +0 -14
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwc/v/2_17_0/s/60dae7a83431c35c02c87ca8aaaa6044/lwc.js +0 -6244
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/everywhereAmd/v/0_9_0-alpha_2/s/e66806169480601930ec9cfca972815e/lwr_everywhereAmd.js +0 -48
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/init/v/0_9_0-alpha_2/s/6258bcb20cc2d5d6a9f3c5a6f9d0acaf/lwr_init.js +0 -58
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/metrics/v/0_9_0-alpha_2/s/dfbc827104d50ff7d16b59c9d0e06aca/lwr_metrics.js +0 -56
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/profiler/v/0_9_0-alpha_2/s/5a10236d8c52bc9f6dee22875cd7016d/lwr_profiler.js +0 -51
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/vault/v/0_9_0-alpha_2/s/6cbce1f9b7e815ee862b26f37ff4c76e/lwr_vault.js +0 -13
- package/build/__generated_site_amd_modules__/en-US/index.html +0 -26
- package/build/__generated_site_amd_modules__/index.html +0 -26
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
LWR.define("lwr/everywhereAmd/v/0_9_0-alpha_2", ["exports", "lwr/vault/v/0_9_0-alpha_2"], function(exports, _0_9_0Alpha_2) {
|
|
2
|
-
"use strict";
|
|
3
|
-
async function authFetch(url, accept = "javascript") {
|
|
4
|
-
const authInfo = _0_9_0Alpha_2.getAuthInfo();
|
|
5
|
-
if (authInfo) {
|
|
6
|
-
return fetch(url, {
|
|
7
|
-
headers: {
|
|
8
|
-
Accept: `application/${accept}`,
|
|
9
|
-
Authorization: `Bearer ${authInfo.access_token}`
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
return null;
|
|
14
|
-
}
|
|
15
|
-
function everywhereHooks(serviceAPI, mappingEndpoint, coreVersion) {
|
|
16
|
-
serviceAPI.addLoaderPlugin({
|
|
17
|
-
loadModule: async (url) => {
|
|
18
|
-
return authFetch(url);
|
|
19
|
-
},
|
|
20
|
-
loadMapping: async (specifier) => {
|
|
21
|
-
const res = await authFetch(`${mappingEndpoint}${encodeURIComponent(specifier)}`, "json");
|
|
22
|
-
if (res && res.ok) {
|
|
23
|
-
return res.json();
|
|
24
|
-
}
|
|
25
|
-
return null;
|
|
26
|
-
},
|
|
27
|
-
resolveModule: (specifier) => {
|
|
28
|
-
if (specifier && !/\/v\/[^/]+?$/.test(specifier)) {
|
|
29
|
-
return `${specifier}/v/${coreVersion}`;
|
|
30
|
-
}
|
|
31
|
-
return null;
|
|
32
|
-
}
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
function initAmd(services, mappingEndpoint, coreVersion) {
|
|
36
|
-
if (mappingEndpoint.match(/\/v5\d\.0\//)) {
|
|
37
|
-
everywhereHooks(services, mappingEndpoint, coreVersion);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
function authenticate(authInfo) {
|
|
41
|
-
if (authInfo) {
|
|
42
|
-
_0_9_0Alpha_2.setAuthInfo(authInfo);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.authenticate = authenticate;
|
|
46
|
-
exports.initAmd = initAmd;
|
|
47
|
-
Object.defineProperty(exports, "__esModule", {value: true});
|
|
48
|
-
});
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
LWR.define("lwr/init/v/0_9_0-alpha_2", ["exports", "lwr/metrics/v/0_9_0-alpha_2", "lwr/profiler/v/0_9_0-alpha_2", "lwc/v/2_17_0"], function(exports, _0_9_0Alpha_2$1, _0_9_0Alpha_2, _2_17_0) {
|
|
2
|
-
"use strict";
|
|
3
|
-
function initializeWebComponent(elementName, Ctor) {
|
|
4
|
-
return _2_17_0.createElement(elementName, {
|
|
5
|
-
is: Ctor
|
|
6
|
-
});
|
|
7
|
-
}
|
|
8
|
-
function toKebabCase(specifier) {
|
|
9
|
-
return specifier.replace(/\/v\/[a-zA-Z0-9-_.]+$/, "").replace("/", "-").replace(/([A-Z])/g, (c) => `-${c.toLowerCase()}`);
|
|
10
|
-
}
|
|
11
|
-
const CAMEL_REGEX = /-([a-z])/g;
|
|
12
|
-
function getPropFromAttrName(propName) {
|
|
13
|
-
return propName.replace(CAMEL_REGEX, (g) => g[1].toUpperCase());
|
|
14
|
-
}
|
|
15
|
-
function init(rootModules) {
|
|
16
|
-
if (typeof customElements !== "undefined" && typeof document !== "undefined") {
|
|
17
|
-
const container = document.querySelector("[lwr-root]");
|
|
18
|
-
rootModules.forEach(([moduleSpecifier, ctor]) => {
|
|
19
|
-
const elementName = toKebabCase(moduleSpecifier);
|
|
20
|
-
let el = document.body.querySelector(elementName);
|
|
21
|
-
if (!el) {
|
|
22
|
-
el = initializeWebComponent(elementName, ctor);
|
|
23
|
-
if (container) {
|
|
24
|
-
container.appendChild(el);
|
|
25
|
-
} else {
|
|
26
|
-
document.body.appendChild(el);
|
|
27
|
-
}
|
|
28
|
-
} else {
|
|
29
|
-
const customElements2 = document.querySelectorAll(elementName);
|
|
30
|
-
customElements2.forEach((customElement) => {
|
|
31
|
-
const newElement = initializeWebComponent(elementName, ctor);
|
|
32
|
-
for (const {
|
|
33
|
-
name,
|
|
34
|
-
value
|
|
35
|
-
} of customElement.attributes) {
|
|
36
|
-
newElement.setAttribute(name, value);
|
|
37
|
-
const prop = getPropFromAttrName(name);
|
|
38
|
-
if (prop in newElement) {
|
|
39
|
-
newElement[prop] = value;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
while (customElement.childNodes.length > 0) {
|
|
43
|
-
newElement.appendChild(customElement.childNodes[0]);
|
|
44
|
-
}
|
|
45
|
-
customElement.parentElement.replaceChild(newElement, customElement);
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
_0_9_0Alpha_2.logOperationStart({
|
|
51
|
-
id: _0_9_0Alpha_2$1.BOOTSTRAP_END
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
exports.getPropFromAttrName = getPropFromAttrName;
|
|
55
|
-
exports.init = init;
|
|
56
|
-
exports.toKebabCase = toKebabCase;
|
|
57
|
-
Object.defineProperty(exports, "__esModule", {value: true});
|
|
58
|
-
});
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
LWR.define("lwr/metrics/v/0_9_0-alpha_2", ["exports"], function(exports) {
|
|
2
|
-
"use strict";
|
|
3
|
-
const BOOTSTRAP_PREFIX = "lwr.bootstrap.";
|
|
4
|
-
const BOOTSTRAP_END = `${BOOTSTRAP_PREFIX}end`;
|
|
5
|
-
const BOOTSTRAP_ERROR = `${BOOTSTRAP_PREFIX}error`;
|
|
6
|
-
const BOOTSTRAP_ERROR_COUNT = `${BOOTSTRAP_ERROR}.count`;
|
|
7
|
-
const BOOTSTRAP_DURATION = `${BOOTSTRAP_PREFIX}duration`;
|
|
8
|
-
const LOADER_PREFIX = "lwr.loader.";
|
|
9
|
-
const MODULE_DEFINE = `${LOADER_PREFIX}module.define`;
|
|
10
|
-
const MODULE_DEFINE_COUNT = `${MODULE_DEFINE}.count`;
|
|
11
|
-
const MODULE_FETCH = `${LOADER_PREFIX}module.fetch`;
|
|
12
|
-
const MODULE_FETCH_COUNT = `${MODULE_FETCH}.count`;
|
|
13
|
-
const MODULE_FETCH_DURATION = `${MODULE_FETCH}.duration`;
|
|
14
|
-
const MODULE_ERROR = `${LOADER_PREFIX}module.error`;
|
|
15
|
-
const MODULE_ERROR_COUNT = `${MODULE_ERROR}.count`;
|
|
16
|
-
const MAPPINGS_FETCH = `${LOADER_PREFIX}mappings.fetch`;
|
|
17
|
-
const MAPPINGS_FETCH_COUNT = `${MAPPINGS_FETCH}.count`;
|
|
18
|
-
const MAPPINGS_FETCH_DURATION = `${MAPPINGS_FETCH}.duration`;
|
|
19
|
-
const MAPPINGS_ERROR = `${LOADER_PREFIX}mappings.error`;
|
|
20
|
-
const MAPPINGS_ERROR_COUNT = `${MAPPINGS_ERROR}.count`;
|
|
21
|
-
const ROUTER_PREFIX = "lwr.router.";
|
|
22
|
-
const ROUTER_NAV = `${ROUTER_PREFIX}navigate`;
|
|
23
|
-
const ROUTER_NAV_COUNT = `${ROUTER_NAV}.count`;
|
|
24
|
-
const ROUTER_NAV_DURATION = `${ROUTER_NAV}.duration`;
|
|
25
|
-
const ROUTER_VIEW = `${ROUTER_PREFIX}view`;
|
|
26
|
-
const ROUTER_VIEW_DURATION = `${ROUTER_VIEW}.duration`;
|
|
27
|
-
const ROUTER_ERROR = `${ROUTER_PREFIX}error`;
|
|
28
|
-
const ROUTER_ERROR_COUNT = `${ROUTER_ERROR}.count`;
|
|
29
|
-
exports.BOOTSTRAP_DURATION = BOOTSTRAP_DURATION;
|
|
30
|
-
exports.BOOTSTRAP_END = BOOTSTRAP_END;
|
|
31
|
-
exports.BOOTSTRAP_ERROR = BOOTSTRAP_ERROR;
|
|
32
|
-
exports.BOOTSTRAP_ERROR_COUNT = BOOTSTRAP_ERROR_COUNT;
|
|
33
|
-
exports.BOOTSTRAP_PREFIX = BOOTSTRAP_PREFIX;
|
|
34
|
-
exports.LOADER_PREFIX = LOADER_PREFIX;
|
|
35
|
-
exports.MAPPINGS_ERROR = MAPPINGS_ERROR;
|
|
36
|
-
exports.MAPPINGS_ERROR_COUNT = MAPPINGS_ERROR_COUNT;
|
|
37
|
-
exports.MAPPINGS_FETCH = MAPPINGS_FETCH;
|
|
38
|
-
exports.MAPPINGS_FETCH_COUNT = MAPPINGS_FETCH_COUNT;
|
|
39
|
-
exports.MAPPINGS_FETCH_DURATION = MAPPINGS_FETCH_DURATION;
|
|
40
|
-
exports.MODULE_DEFINE = MODULE_DEFINE;
|
|
41
|
-
exports.MODULE_DEFINE_COUNT = MODULE_DEFINE_COUNT;
|
|
42
|
-
exports.MODULE_ERROR = MODULE_ERROR;
|
|
43
|
-
exports.MODULE_ERROR_COUNT = MODULE_ERROR_COUNT;
|
|
44
|
-
exports.MODULE_FETCH = MODULE_FETCH;
|
|
45
|
-
exports.MODULE_FETCH_COUNT = MODULE_FETCH_COUNT;
|
|
46
|
-
exports.MODULE_FETCH_DURATION = MODULE_FETCH_DURATION;
|
|
47
|
-
exports.ROUTER_ERROR = ROUTER_ERROR;
|
|
48
|
-
exports.ROUTER_ERROR_COUNT = ROUTER_ERROR_COUNT;
|
|
49
|
-
exports.ROUTER_NAV = ROUTER_NAV;
|
|
50
|
-
exports.ROUTER_NAV_COUNT = ROUTER_NAV_COUNT;
|
|
51
|
-
exports.ROUTER_NAV_DURATION = ROUTER_NAV_DURATION;
|
|
52
|
-
exports.ROUTER_PREFIX = ROUTER_PREFIX;
|
|
53
|
-
exports.ROUTER_VIEW = ROUTER_VIEW;
|
|
54
|
-
exports.ROUTER_VIEW_DURATION = ROUTER_VIEW_DURATION;
|
|
55
|
-
Object.defineProperty(exports, "__esModule", {value: true});
|
|
56
|
-
});
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
LWR.define("lwr/profiler/v/0_9_0-alpha_2", ["exports"], function(exports) {
|
|
2
|
-
"use strict";
|
|
3
|
-
var Phase;
|
|
4
|
-
(function(Phase2) {
|
|
5
|
-
Phase2[Phase2["Start"] = 0] = "Start";
|
|
6
|
-
Phase2[Phase2["End"] = 1] = "End";
|
|
7
|
-
})(Phase || (Phase = {}));
|
|
8
|
-
let customDispatcher;
|
|
9
|
-
function attachDispatcher(dispatcher) {
|
|
10
|
-
customDispatcher = dispatcher;
|
|
11
|
-
}
|
|
12
|
-
const perf = globalThis.performance;
|
|
13
|
-
const isPerfSupported = typeof perf !== "undefined" && typeof perf.mark === "function" && typeof perf.clearMarks === "function" && typeof perf.measure === "function" && typeof perf.clearMeasures === "function";
|
|
14
|
-
function logOperationStart({
|
|
15
|
-
id,
|
|
16
|
-
specifier
|
|
17
|
-
}) {
|
|
18
|
-
if (customDispatcher) {
|
|
19
|
-
customDispatcher({
|
|
20
|
-
id,
|
|
21
|
-
phase: Phase.Start,
|
|
22
|
-
specifier
|
|
23
|
-
});
|
|
24
|
-
} else if (isPerfSupported) {
|
|
25
|
-
perf.mark(id + (specifier ? `.${specifier}` : ""));
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
function logOperationEnd({
|
|
29
|
-
id,
|
|
30
|
-
specifier
|
|
31
|
-
}) {
|
|
32
|
-
if (customDispatcher) {
|
|
33
|
-
customDispatcher({
|
|
34
|
-
id,
|
|
35
|
-
phase: Phase.End,
|
|
36
|
-
specifier
|
|
37
|
-
});
|
|
38
|
-
} else if (isPerfSupported) {
|
|
39
|
-
const suffix = specifier ? `.${specifier}` : "";
|
|
40
|
-
const markName = id + suffix;
|
|
41
|
-
const measureName = `${id}.duration${suffix}`;
|
|
42
|
-
perf.measure(measureName, markName);
|
|
43
|
-
perf.clearMarks(markName);
|
|
44
|
-
perf.clearMeasures(measureName);
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
exports.attachDispatcher = attachDispatcher;
|
|
48
|
-
exports.logOperationEnd = logOperationEnd;
|
|
49
|
-
exports.logOperationStart = logOperationStart;
|
|
50
|
-
Object.defineProperty(exports, "__esModule", {value: true});
|
|
51
|
-
});
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
LWR.define("lwr/vault/v/0_9_0-alpha_2", ["exports"], function(exports) {
|
|
2
|
-
"use strict";
|
|
3
|
-
let authInfo;
|
|
4
|
-
function getAuthInfo() {
|
|
5
|
-
return authInfo;
|
|
6
|
-
}
|
|
7
|
-
function setAuthInfo(ai) {
|
|
8
|
-
authInfo = ai;
|
|
9
|
-
}
|
|
10
|
-
exports.getAuthInfo = getAuthInfo;
|
|
11
|
-
exports.setAuthInfo = setAuthInfo;
|
|
12
|
-
Object.defineProperty(exports, "__esModule", {value: true});
|
|
13
|
-
});
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="utf-8" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
7
|
-
<title>LWR App</title>
|
|
8
|
-
</head>
|
|
9
|
-
<body class="wrapper">
|
|
10
|
-
<lwr-everywhere-amd></lwr-everywhere-amd>
|
|
11
|
-
</body>
|
|
12
|
-
<script type="application/javascript" src="/1/application/amd/l/en-US/ai/amd-bootstrap/configuration/ci/-%2F-/s/68e51659d71a9691c09702509beecf4f/config.js"></script>
|
|
13
|
-
<script type="application/javascript" src="/1/resource/amd/lwr-loader-shim.js%2Fv%2F0_9_0-alpha_2"></script>
|
|
14
|
-
<script type="application/javascript">/**
|
|
15
|
-
* Copyright (c) 2021, salesforce.com, inc.
|
|
16
|
-
* All rights reserved.
|
|
17
|
-
* SPDX-License-Identifier: MIT
|
|
18
|
-
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
19
|
-
*/
|
|
20
|
-
/* LWR Error Shim v0.9.0-alpha.2 */
|
|
21
|
-
!function(){"use strict";if(!(globalThis.LWR&&globalThis.LWR.define)){const o=new Error("The LWR application failed to bootstrap");if(!globalThis.LWR||!globalThis.LWR.onError)throw o;globalThis.LWR.onError(o)}}();
|
|
22
|
-
</script>
|
|
23
|
-
<script type="application/javascript" src="/1/module/amd/1/l/en-US/mi/lwr%2Floader%2Fv%2F0_9_0-alpha_2/s/a7fb654bda624ba7d02dcd76e8d1217c/lwr_loader.js"></script>
|
|
24
|
-
<script type="application/javascript" src="/1/module/amd/1/l/en-US/mi/%40lwrjs%2Fapp-service%2Famd-bootstrap%2Fmodule%2Famd%2Fv%2F0_9_0-alpha_2/s/c40e6caf07454ce13961de8ca76ab7f0/@lwrjs_app-service_amd-bootstrap_module_amd.js"></script>
|
|
25
|
-
<script type="application/javascript" async src="/1/module/amd/1/l/en-US/mi/lwr%2FeverywhereAmd%2Fv%2F0_9_0-alpha_2/s/e66806169480601930ec9cfca972815e/lwr_everywhereAmd.js"></script>
|
|
26
|
-
</html>
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="utf-8" />
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
7
|
-
<title>LWR App</title>
|
|
8
|
-
</head>
|
|
9
|
-
<body class="wrapper">
|
|
10
|
-
<lwr-everywhere-amd></lwr-everywhere-amd>
|
|
11
|
-
</body>
|
|
12
|
-
<script type="application/javascript" src="/1/application/amd/l/en-US/ai/amd-bootstrap/configuration/ci/-%2F-/s/68e51659d71a9691c09702509beecf4f/config.js"></script>
|
|
13
|
-
<script type="application/javascript" src="/1/resource/amd/lwr-loader-shim.js%2Fv%2F0_9_0-alpha_2"></script>
|
|
14
|
-
<script type="application/javascript">/**
|
|
15
|
-
* Copyright (c) 2021, salesforce.com, inc.
|
|
16
|
-
* All rights reserved.
|
|
17
|
-
* SPDX-License-Identifier: MIT
|
|
18
|
-
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
19
|
-
*/
|
|
20
|
-
/* LWR Error Shim v0.9.0-alpha.2 */
|
|
21
|
-
!function(){"use strict";if(!(globalThis.LWR&&globalThis.LWR.define)){const o=new Error("The LWR application failed to bootstrap");if(!globalThis.LWR||!globalThis.LWR.onError)throw o;globalThis.LWR.onError(o)}}();
|
|
22
|
-
</script>
|
|
23
|
-
<script type="application/javascript" src="/1/module/amd/1/l/en-US/mi/lwr%2Floader%2Fv%2F0_9_0-alpha_2/s/a7fb654bda624ba7d02dcd76e8d1217c/lwr_loader.js"></script>
|
|
24
|
-
<script type="application/javascript" src="/1/module/amd/1/l/en-US/mi/%40lwrjs%2Fapp-service%2Famd-bootstrap%2Fmodule%2Famd%2Fv%2F0_9_0-alpha_2/s/c40e6caf07454ce13961de8ca76ab7f0/@lwrjs_app-service_amd-bootstrap_module_amd.js"></script>
|
|
25
|
-
<script type="application/javascript" async src="/1/module/amd/1/l/en-US/mi/lwr%2FeverywhereAmd%2Fv%2F0_9_0-alpha_2/s/e66806169480601930ec9cfca972815e/lwr_everywhereAmd.js"></script>
|
|
26
|
-
</html>
|