@lwrjs/everywhere 0.13.0-alpha.12 → 0.13.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/__generated_site_amd_modules__/1/application/amd/l/en-US/ai/amd-bootstrap/configuration/ci/-/-/s/f4a28f1dc47d826e84660311911c8cab/config.js +12 -0
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/@lwrjs/app-service/amd-bootstrap/module/amd/v/0_13_0-alpha_13/s/272183c0b6e02561b7c96a1b23473837/@lwrjs_app-service_amd-bootstrap_module_amd.js +14 -0
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwc/v/{6_6_4/s/f3631872947ba9ba56d1595c533c3911 → 6_6_5/s/b8c97f50493286526ef44aa0119c98a5}/lwc.js +22 -22
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/everywhereAmd/v/{0_13_0-alpha_12 → 0_13_0-alpha_13}/s/cb931ebef2b89dcf8ab51456e3a68864/lwr_everywhereAmd.js +3 -3
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/init/v/{0_13_0-alpha_12 → 0_13_0-alpha_13}/s/f30361ad8ff7af505bf4d465c8499181/lwr_init.js +21 -21
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/loader/v/{0_13_0-alpha_12/s/de8858ace5fe0476eedc56012cc9922a → 0_13_0-alpha_13/s/3f0d7758fedb9dbca2318be6348fd301}/lwr_loader.js +15 -7
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/metrics/v/{0_13_0-alpha_12/s/274c8343f810353bbad085a79709395f → 0_13_0-alpha_13/s/fb8c5dd340c69fdf7ded52d3eba633b9}/lwr_metrics.js +2 -2
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/preInit/v/{0_13_0-alpha_12 → 0_13_0-alpha_13}/s/ec0fad0e38a96bb0b88c9f4553460347/lwr_preInit.js +1 -1
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/profiler/v/{0_13_0-alpha_12 → 0_13_0-alpha_13}/s/a152b8d35f12ca1b5147c5cd1ee155fb/lwr_profiler.js +1 -1
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/lwr/vault/v/{0_13_0-alpha_12 → 0_13_0-alpha_13}/s/c92abd8c1fec2d7eff62e4b097abbe14/lwr_vault.js +1 -1
- package/build/__generated_site_amd_modules__/1/resource/amd/lwr-error-shim.js/v/0_13_0-alpha_13/lwr-error-shim.js +8 -0
- package/build/__generated_site_amd_modules__/1/resource/amd/lwr-loader-shim.bundle.js/v/{0_13_0-alpha_12 → 0_13_0-alpha_13}/lwr-loader-shim.bundle.js +38 -19
- package/build/assets/amd/lwr-everywhere-debug.js +24 -16
- package/build/assets/amd/lwr-everywhere-min.js +2 -2
- package/build/assets/amd/lwr-everywhere.js +24 -16
- package/build/assets/core/lwr-everywhere-debug.js +20 -12
- package/build/assets/core/lwr-everywhere-min.js +2 -2
- package/build/assets/core/lwr-everywhere.js +20 -12
- package/build/assets/esm/lwr-everywhere-debug.js +1 -1
- package/build/assets/esm/lwr-everywhere-min.js +1 -1
- package/build/assets/esm/lwr-everywhere.js +1 -1
- package/package.json +7 -7
- package/build/__generated_site_amd_modules__/1/application/amd/l/en-US/ai/amd-bootstrap/configuration/ci/-/-/s/7366f627cbc4163527f3423e02f9a60b/config.js +0 -12
- package/build/__generated_site_amd_modules__/1/module/amd/1/l/en-US/mi/@lwrjs/app-service/amd-bootstrap/module/amd/v/0_13_0-alpha_12/s/272183c0b6e02561b7c96a1b23473837/@lwrjs_app-service_amd-bootstrap_module_amd.js +0 -14
- package/build/__generated_site_amd_modules__/1/resource/amd/lwr-error-shim.js/v/0_13_0-alpha_12/lwr-error-shim.js +0 -8
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SPDX-License-Identifier: MIT
|
|
5
5
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
6
6
|
*/
|
|
7
|
-
/* LWR Module Loader Shim v0.13.0-alpha.
|
|
7
|
+
/* LWR Module Loader Shim v0.13.0-alpha.13 */
|
|
8
8
|
(function () {
|
|
9
9
|
'use strict';
|
|
10
10
|
|
|
@@ -116,6 +116,9 @@
|
|
|
116
116
|
const exports = {};
|
|
117
117
|
definition[2].call(null, exports);
|
|
118
118
|
const { Loader } = exports;
|
|
119
|
+
if (!Loader) {
|
|
120
|
+
throw new Error('Expected Loader class to be defined');
|
|
121
|
+
}
|
|
119
122
|
const loader = new Loader(config);
|
|
120
123
|
|
|
121
124
|
if (externalModules && externalModules.length) {
|
|
@@ -181,6 +184,7 @@
|
|
|
181
184
|
|
|
182
185
|
|
|
183
186
|
|
|
187
|
+
|
|
184
188
|
/* eslint-disable lwr/no-unguarded-apis */
|
|
185
189
|
const hasSetTimeout = typeof setTimeout === 'function';
|
|
186
190
|
const hasConsole = typeof console !== 'undefined';
|
|
@@ -205,10 +209,10 @@
|
|
|
205
209
|
// Parse configuration
|
|
206
210
|
this.global = global;
|
|
207
211
|
this.config = global.LWR ;
|
|
208
|
-
this.loaderSpecifier = 'lwr/loader/v/0_13_0-
|
|
212
|
+
this.loaderSpecifier = 'lwr/loader/v/0_13_0-alpha_13';
|
|
209
213
|
|
|
210
214
|
// Set up error handler
|
|
211
|
-
this.errorHandler = this.config.onError;
|
|
215
|
+
this.errorHandler = this.config.onError ;
|
|
212
216
|
|
|
213
217
|
// Set up the temporary LWR.define function and customInit hook
|
|
214
218
|
const tempDefine = this.tempDefine.bind(this);
|
|
@@ -216,7 +220,7 @@
|
|
|
216
220
|
this.bootReady = this.config.autoBoot;
|
|
217
221
|
|
|
218
222
|
try {
|
|
219
|
-
this.createProfilerModule(
|
|
223
|
+
this.createProfilerModule(global.LWR.define);
|
|
220
224
|
customInit(
|
|
221
225
|
Object.freeze(this.config),
|
|
222
226
|
this.postCustomInit.bind(this),
|
|
@@ -234,6 +238,9 @@
|
|
|
234
238
|
|
|
235
239
|
// Return true if the app can be initialized
|
|
236
240
|
canInit() {
|
|
241
|
+
if (!this.config.requiredModules) {
|
|
242
|
+
throw new Error('Unexpected missing requiredModules');
|
|
243
|
+
}
|
|
237
244
|
// Initialize the app if:
|
|
238
245
|
// - bootReady: autoBoot is on OR customInit has finished
|
|
239
246
|
// - all required modules are defined
|
|
@@ -326,11 +333,11 @@
|
|
|
326
333
|
|
|
327
334
|
// Create a module out of the profiler
|
|
328
335
|
// Note: The profiler is also available as a module through lwc module resolution (see package.json)
|
|
329
|
-
createProfilerModule(
|
|
336
|
+
createProfilerModule(define) {
|
|
330
337
|
const exporter = (exports) => {
|
|
331
338
|
Object.assign(exports, { logOperationStart, logOperationEnd });
|
|
332
339
|
};
|
|
333
|
-
|
|
340
|
+
define('lwr/profiler/v/0_13_0-alpha_13', ['exports'], exporter);
|
|
334
341
|
}
|
|
335
342
|
|
|
336
343
|
// Set up the application globals, import map, root custom element...
|
|
@@ -338,6 +345,7 @@
|
|
|
338
345
|
const { bootstrapModule, rootComponent, rootComponents, serverData, endpoints, imports, index } =
|
|
339
346
|
this.config;
|
|
340
347
|
|
|
348
|
+
const importsObj = imports || {};
|
|
341
349
|
// Set global LWR.define to loader.define
|
|
342
350
|
this.global.LWR = Object.freeze({
|
|
343
351
|
define: loader.define.bind(loader),
|
|
@@ -345,7 +353,7 @@
|
|
|
345
353
|
rootComponents,
|
|
346
354
|
serverData: serverData || {},
|
|
347
355
|
endpoints,
|
|
348
|
-
imports:
|
|
356
|
+
imports: importsObj,
|
|
349
357
|
index: index || {},
|
|
350
358
|
env: this.global.LWR.env,
|
|
351
359
|
});
|
|
@@ -362,7 +370,10 @@
|
|
|
362
370
|
|
|
363
371
|
// Load the import mappings and application bootstrap module
|
|
364
372
|
loader
|
|
365
|
-
.registerImportMappings({ imports, index }, [
|
|
373
|
+
.registerImportMappings({ imports: importsObj, index }, [
|
|
374
|
+
bootstrapModule,
|
|
375
|
+
rootComponent ,
|
|
376
|
+
])
|
|
366
377
|
.then(() => {
|
|
367
378
|
if (!disableInitDefer) {
|
|
368
379
|
return this.waitForDOMContentLoaded();
|
|
@@ -403,14 +414,14 @@
|
|
|
403
414
|
// The loader module is ALWAYS required
|
|
404
415
|
const GLOBAL = globalThis ;
|
|
405
416
|
GLOBAL.LWR.requiredModules = GLOBAL.LWR.requiredModules || [];
|
|
406
|
-
if (GLOBAL.LWR.requiredModules.indexOf('lwr/loader/v/0_13_0-
|
|
407
|
-
GLOBAL.LWR.requiredModules.push('lwr/loader/v/0_13_0-
|
|
417
|
+
if (GLOBAL.LWR.requiredModules.indexOf('lwr/loader/v/0_13_0-alpha_13') < 0) {
|
|
418
|
+
GLOBAL.LWR.requiredModules.push('lwr/loader/v/0_13_0-alpha_13');
|
|
408
419
|
}
|
|
409
420
|
new LoaderShim(GLOBAL);
|
|
410
421
|
|
|
411
422
|
})();
|
|
412
423
|
|
|
413
|
-
LWR.define('lwr/loader/v/0_13_0-
|
|
424
|
+
LWR.define('lwr/loader/v/0_13_0-alpha_13', ['exports'], (function (exports) { 'use strict';
|
|
414
425
|
|
|
415
426
|
const templateRegex = /\{([0-9]+)\}/g;
|
|
416
427
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -540,6 +551,11 @@ LWR.define('lwr/loader/v/0_13_0-alpha_12', ['exports'], (function (exports) { 'u
|
|
|
540
551
|
level: 0,
|
|
541
552
|
message: 'Error evaluating module "{0}", error was "{1}"',
|
|
542
553
|
});
|
|
554
|
+
const UNRESOLVEABLE_MAPPING_ERROR = Object.freeze({
|
|
555
|
+
code: 3022,
|
|
556
|
+
level: 0,
|
|
557
|
+
message: 'Unexpected undefined URI resolving mapping for "{0}"',
|
|
558
|
+
});
|
|
543
559
|
|
|
544
560
|
/* importMap errors */
|
|
545
561
|
Object.freeze({
|
|
@@ -736,7 +752,7 @@ LWR.define('lwr/loader/v/0_13_0-alpha_12', ['exports'], (function (exports) { 'u
|
|
|
736
752
|
// Loader: modules
|
|
737
753
|
const LOADER_PREFIX = 'lwr.loader.';
|
|
738
754
|
const MODULE_DEFINE = `${LOADER_PREFIX}module.define`;
|
|
739
|
-
const MODULE_DYNAMIC_LOAD = `${LOADER_PREFIX}
|
|
755
|
+
const MODULE_DYNAMIC_LOAD = `${LOADER_PREFIX}module.dynamicLoad`;
|
|
740
756
|
const MODULE_FETCH = `${LOADER_PREFIX}module.fetch`;
|
|
741
757
|
const MODULE_ERROR = `${LOADER_PREFIX}module.error`;
|
|
742
758
|
|
|
@@ -790,7 +806,7 @@ LWR.define('lwr/loader/v/0_13_0-alpha_12', ['exports'], (function (exports) { 'u
|
|
|
790
806
|
}
|
|
791
807
|
|
|
792
808
|
getBaseUrl() {
|
|
793
|
-
return this.config.baseUrl;
|
|
809
|
+
return this.config.baseUrl || '';
|
|
794
810
|
}
|
|
795
811
|
|
|
796
812
|
registerImportMappings(newImportMetadata, rootSpecifiers) {
|
|
@@ -831,8 +847,8 @@ LWR.define('lwr/loader/v/0_13_0-alpha_12', ['exports'], (function (exports) { 'u
|
|
|
831
847
|
|
|
832
848
|
// Get URL from the local cache or return undefiend
|
|
833
849
|
getURI(specifier) {
|
|
834
|
-
return this.importURICache.has(specifier)
|
|
835
|
-
? resolveUrl(this.importURICache.get(specifier).uri, this.getBaseUrl())
|
|
850
|
+
return this.importURICache && this.importURICache.has(specifier)
|
|
851
|
+
? resolveUrl((this.importURICache.get(specifier) ).uri, this.getBaseUrl())
|
|
836
852
|
: undefined;
|
|
837
853
|
}
|
|
838
854
|
|
|
@@ -933,6 +949,9 @@ LWR.define('lwr/loader/v/0_13_0-alpha_12', ['exports'], (function (exports) { 'u
|
|
|
933
949
|
// TODO For module invalidation with bundles it is recommended we have to send back all loaded root specified
|
|
934
950
|
// to ensure we detect all conflicts.
|
|
935
951
|
const uri = resolveUrl(this.buildMappingUrl(specifier), this.getBaseUrl());
|
|
952
|
+
if (!uri) {
|
|
953
|
+
throw new LoaderError(UNRESOLVEABLE_MAPPING_ERROR, [specifier]);
|
|
954
|
+
}
|
|
936
955
|
return globalThis.fetch(uri).then((res) => {
|
|
937
956
|
if (!res.ok) {
|
|
938
957
|
this.config.profiler.logOperationStart({ id: MAPPINGS_ERROR, specifier });
|
|
@@ -1255,7 +1274,7 @@ LWR.define('lwr/loader/v/0_13_0-alpha_12', ['exports'], (function (exports) { 'u
|
|
|
1255
1274
|
// eslint-disable-next-line no-await-in-loop
|
|
1256
1275
|
result = isResponseAPromise(response) ? await response : response;
|
|
1257
1276
|
}
|
|
1258
|
-
if (!this.isValidResolveResponse(result)) {
|
|
1277
|
+
if (!this.isValidResolveResponse(result )) {
|
|
1259
1278
|
throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);
|
|
1260
1279
|
}
|
|
1261
1280
|
|
|
@@ -1386,7 +1405,7 @@ LWR.define('lwr/loader/v/0_13_0-alpha_12', ['exports'], (function (exports) { 'u
|
|
|
1386
1405
|
// eslint-disable-next-line lwr/no-unguarded-apis, no-undef
|
|
1387
1406
|
timer = setTimeout(() => {
|
|
1388
1407
|
reject(new LoaderError(MODULE_LOAD_TIMEOUT, [id]));
|
|
1389
|
-
}, MODULE_LOAD_TIMEOUT_TIMER);
|
|
1408
|
+
}, MODULE_LOAD_TIMEOUT_TIMER) ;
|
|
1390
1409
|
}).finally(() => {
|
|
1391
1410
|
// eslint-disable-next-line lwr/no-unguarded-apis, no-undef
|
|
1392
1411
|
clearTimeout(timer);
|
|
@@ -1824,7 +1843,7 @@ LWR.define('lwr/loader/v/0_13_0-alpha_12', ['exports'], (function (exports) { 'u
|
|
|
1824
1843
|
const mappingEndpoint = config.endpoints ? config.endpoints.uris.mapping : undefined;
|
|
1825
1844
|
let profiler = config.profiler;
|
|
1826
1845
|
|
|
1827
|
-
if (!mappingEndpoint) {
|
|
1846
|
+
if (!mappingEndpoint || !config.endpoints) {
|
|
1828
1847
|
throw new LoaderError(NO_MAPPING_URL);
|
|
1829
1848
|
}
|
|
1830
1849
|
|
|
@@ -1869,7 +1888,7 @@ LWR.define('lwr/loader/v/0_13_0-alpha_12', ['exports'], (function (exports) { 'u
|
|
|
1869
1888
|
this.services = Object.freeze({
|
|
1870
1889
|
addLoaderPlugin: this.registry.addLoaderPlugin.bind(this.registry),
|
|
1871
1890
|
handleStaleModule: this.registry.registerHandleStaleModuleHook.bind(this.registry),
|
|
1872
|
-
appMetadata: config.appMetadata,
|
|
1891
|
+
appMetadata: config.appMetadata ,
|
|
1873
1892
|
});
|
|
1874
1893
|
}
|
|
1875
1894
|
|
|
@@ -20,7 +20,7 @@ function getConfiguration(options) {
|
|
|
20
20
|
: `${ORIGIN}${PREFIX}/module/${format}/${POSTFIX}/mi/`;
|
|
21
21
|
|
|
22
22
|
// Component specifiers and URIs
|
|
23
|
-
const BOOT_MODULE = `lwr/everywhere${format === 'esm' ? 'Esm' : 'Amd'}/v/0_13_0-
|
|
23
|
+
const BOOT_MODULE = `lwr/everywhere${format === 'esm' ? 'Esm' : 'Amd'}/v/0_13_0-alpha_13`;
|
|
24
24
|
const BOOT_URI = `${ENDPOINT}${encodeURIComponent(BOOT_MODULE)}/latest${debug ? '?debug' : ''}`;
|
|
25
25
|
|
|
26
26
|
// Client Bootstrap Config
|
|
@@ -52,7 +52,7 @@ function getConfiguration(options) {
|
|
|
52
52
|
* SPDX-License-Identifier: MIT
|
|
53
53
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
54
54
|
*/
|
|
55
|
-
/* LWR Module Loader v0.13.0-alpha.
|
|
55
|
+
/* LWR Module Loader v0.13.0-alpha.13 */
|
|
56
56
|
const templateRegex = /\{([0-9]+)\}/g;
|
|
57
57
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
58
58
|
function templateString(template, args) {
|
|
@@ -181,6 +181,11 @@ const EXPORTER_ERROR = Object.freeze({
|
|
|
181
181
|
level: 0,
|
|
182
182
|
message: 'Error evaluating module "{0}", error was "{1}"',
|
|
183
183
|
});
|
|
184
|
+
const UNRESOLVEABLE_MAPPING_ERROR = Object.freeze({
|
|
185
|
+
code: 3022,
|
|
186
|
+
level: 0,
|
|
187
|
+
message: 'Unexpected undefined URI resolving mapping for "{0}"',
|
|
188
|
+
});
|
|
184
189
|
|
|
185
190
|
/* importMap errors */
|
|
186
191
|
Object.freeze({
|
|
@@ -377,7 +382,7 @@ if (hasDocument) {
|
|
|
377
382
|
// Loader: modules
|
|
378
383
|
const LOADER_PREFIX = 'lwr.loader.';
|
|
379
384
|
const MODULE_DEFINE = `${LOADER_PREFIX}module.define`;
|
|
380
|
-
const MODULE_DYNAMIC_LOAD = `${LOADER_PREFIX}
|
|
385
|
+
const MODULE_DYNAMIC_LOAD = `${LOADER_PREFIX}module.dynamicLoad`;
|
|
381
386
|
const MODULE_FETCH = `${LOADER_PREFIX}module.fetch`;
|
|
382
387
|
const MODULE_ERROR = `${LOADER_PREFIX}module.error`;
|
|
383
388
|
|
|
@@ -431,7 +436,7 @@ class ImportMetadataResolver {
|
|
|
431
436
|
}
|
|
432
437
|
|
|
433
438
|
getBaseUrl() {
|
|
434
|
-
return this.config.baseUrl;
|
|
439
|
+
return this.config.baseUrl || '';
|
|
435
440
|
}
|
|
436
441
|
|
|
437
442
|
registerImportMappings(newImportMetadata, rootSpecifiers) {
|
|
@@ -472,8 +477,8 @@ class ImportMetadataResolver {
|
|
|
472
477
|
|
|
473
478
|
// Get URL from the local cache or return undefiend
|
|
474
479
|
getURI(specifier) {
|
|
475
|
-
return this.importURICache.has(specifier)
|
|
476
|
-
? resolveUrl(this.importURICache.get(specifier).uri, this.getBaseUrl())
|
|
480
|
+
return this.importURICache && this.importURICache.has(specifier)
|
|
481
|
+
? resolveUrl((this.importURICache.get(specifier) ).uri, this.getBaseUrl())
|
|
477
482
|
: undefined;
|
|
478
483
|
}
|
|
479
484
|
|
|
@@ -574,6 +579,9 @@ class ImportMetadataResolver {
|
|
|
574
579
|
// TODO For module invalidation with bundles it is recommended we have to send back all loaded root specified
|
|
575
580
|
// to ensure we detect all conflicts.
|
|
576
581
|
const uri = resolveUrl(this.buildMappingUrl(specifier), this.getBaseUrl());
|
|
582
|
+
if (!uri) {
|
|
583
|
+
throw new LoaderError(UNRESOLVEABLE_MAPPING_ERROR, [specifier]);
|
|
584
|
+
}
|
|
577
585
|
return globalThis.fetch(uri).then((res) => {
|
|
578
586
|
if (!res.ok) {
|
|
579
587
|
this.config.profiler.logOperationStart({ id: MAPPINGS_ERROR, specifier });
|
|
@@ -896,7 +904,7 @@ class ModuleRegistry {
|
|
|
896
904
|
// eslint-disable-next-line no-await-in-loop
|
|
897
905
|
result = isResponseAPromise(response) ? await response : response;
|
|
898
906
|
}
|
|
899
|
-
if (!this.isValidResolveResponse(result)) {
|
|
907
|
+
if (!this.isValidResolveResponse(result )) {
|
|
900
908
|
throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);
|
|
901
909
|
}
|
|
902
910
|
|
|
@@ -1027,7 +1035,7 @@ class ModuleRegistry {
|
|
|
1027
1035
|
// eslint-disable-next-line lwr/no-unguarded-apis, no-undef
|
|
1028
1036
|
timer = setTimeout(() => {
|
|
1029
1037
|
reject(new LoaderError(MODULE_LOAD_TIMEOUT, [id]));
|
|
1030
|
-
}, MODULE_LOAD_TIMEOUT_TIMER);
|
|
1038
|
+
}, MODULE_LOAD_TIMEOUT_TIMER) ;
|
|
1031
1039
|
}).finally(() => {
|
|
1032
1040
|
// eslint-disable-next-line lwr/no-unguarded-apis, no-undef
|
|
1033
1041
|
clearTimeout(timer);
|
|
@@ -1465,7 +1473,7 @@ class Loader {
|
|
|
1465
1473
|
const mappingEndpoint = config.endpoints ? config.endpoints.uris.mapping : undefined;
|
|
1466
1474
|
let profiler = config.profiler;
|
|
1467
1475
|
|
|
1468
|
-
if (!mappingEndpoint) {
|
|
1476
|
+
if (!mappingEndpoint || !config.endpoints) {
|
|
1469
1477
|
throw new LoaderError(NO_MAPPING_URL);
|
|
1470
1478
|
}
|
|
1471
1479
|
|
|
@@ -1510,7 +1518,7 @@ class Loader {
|
|
|
1510
1518
|
this.services = Object.freeze({
|
|
1511
1519
|
addLoaderPlugin: this.registry.addLoaderPlugin.bind(this.registry),
|
|
1512
1520
|
handleStaleModule: this.registry.registerHandleStaleModuleHook.bind(this.registry),
|
|
1513
|
-
appMetadata: config.appMetadata,
|
|
1521
|
+
appMetadata: config.appMetadata ,
|
|
1514
1522
|
});
|
|
1515
1523
|
}
|
|
1516
1524
|
|
|
@@ -1597,7 +1605,7 @@ const { bootstrapModule, endpoints, baseUrl, imports, index } = configuration;
|
|
|
1597
1605
|
|
|
1598
1606
|
// Initialize the AMD loader (its code is bundled into the LWR Everywhere module)
|
|
1599
1607
|
const loader = new Loader({ endpoints, baseUrl });
|
|
1600
|
-
loader.define('lwr/loader/v/0_13_0-
|
|
1608
|
+
loader.define('lwr/loader/v/0_13_0-alpha_13', ['exports'], (exports) => {
|
|
1601
1609
|
Object.assign(exports, {
|
|
1602
1610
|
define: loader.define.bind(loader),
|
|
1603
1611
|
load: loader.load.bind(loader),
|
|
@@ -1607,12 +1615,12 @@ await loader.registerImportMappings({ imports, index }, [bootstrapModule]);
|
|
|
1607
1615
|
(globalThis ).LWR = Object.freeze({ define: loader.define.bind(loader) });
|
|
1608
1616
|
|
|
1609
1617
|
// Define preload modules (ie: ABS, vault, etc) BEFORE loading them
|
|
1610
|
-
LWR.define('lwr/everywhereAmd/v/0_13_0-
|
|
1618
|
+
LWR.define('lwr/everywhereAmd/v/0_13_0-alpha_13', ['exports', 'lwr/vault/v/0_13_0-alpha_13'], (function (exports, _0_13_0Alpha_13) {
|
|
1611
1619
|
// IMPORTANT: Do not add any static imports to this file that are not bundled with the amd-client
|
|
1612
1620
|
|
|
1613
1621
|
// Do an OAuthed fetch
|
|
1614
1622
|
async function authFetch(url, accept = 'javascript') {
|
|
1615
|
-
const authInfo =
|
|
1623
|
+
const authInfo = _0_13_0Alpha_13.getAuthInfo();
|
|
1616
1624
|
if (authInfo) {
|
|
1617
1625
|
return fetch(url, {
|
|
1618
1626
|
headers: {
|
|
@@ -1661,7 +1669,7 @@ LWR.define('lwr/everywhereAmd/v/0_13_0-alpha_12', ['exports', 'lwr/vault/v/0_13_
|
|
|
1661
1669
|
function authenticate(authInfo) {
|
|
1662
1670
|
// Put OAuth info into the vault
|
|
1663
1671
|
if (authInfo) {
|
|
1664
|
-
|
|
1672
|
+
_0_13_0Alpha_13.setAuthInfo(authInfo);
|
|
1665
1673
|
}
|
|
1666
1674
|
}
|
|
1667
1675
|
|
|
@@ -1671,7 +1679,7 @@ LWR.define('lwr/everywhereAmd/v/0_13_0-alpha_12', ['exports', 'lwr/vault/v/0_13_
|
|
|
1671
1679
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1672
1680
|
|
|
1673
1681
|
}));
|
|
1674
|
-
LWR.define('lwr/vault/v/0_13_0-
|
|
1682
|
+
LWR.define('lwr/vault/v/0_13_0-alpha_13', ['exports'], (function (exports) {
|
|
1675
1683
|
// Credential vault for storing setters and subscribers for OAuth info
|
|
1676
1684
|
// This module is a SINGLETON and must be excluded from ESM bundling
|
|
1677
1685
|
|
|
@@ -1695,7 +1703,7 @@ LWR.define('lwr/vault/v/0_13_0-alpha_12', ['exports'], (function (exports) {
|
|
|
1695
1703
|
|
|
1696
1704
|
// Set up the AMD loader hooks for OAuth
|
|
1697
1705
|
const { initAmd, authenticate } = await loader.load(bootstrapModule);
|
|
1698
|
-
initAmd(loader.services, _optionalChain([endpoints, 'optionalAccess', _ => _.uris, 'access', _2 => _2.mapping]), '0_13_0-
|
|
1706
|
+
initAmd(loader.services, _optionalChain([endpoints, 'optionalAccess', _ => _.uris, 'access', _2 => _2.mapping]), '0_13_0-alpha_13');
|
|
1699
1707
|
|
|
1700
1708
|
// Wrap the createComponent API to allow proper ordering of module definitions:
|
|
1701
1709
|
// 1. LWRE module bundle (this): lwr/loader, lwr/everywhereAmd, lwr/vault
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
function getConfiguration(e){const{format:t,server:r,apiVersion:o,apiPrefix:n,locale:i,bundle:s,debug:a}=e,l=new URL(import.meta.url),d=r||l.origin||"",c=`${n}/${o}`,p="0"+(i?`/l/${i}`:""),u="/bi/3_A,B,O,S,EG,JLMT,C,D,F,H,I,K,N,P,Q,R",h=s?`${d}${c}/bundle/${t}/${p}${u}-0/module/mi/`:`${d}${c}/module/${t}/${p}/mi/`,f=`lwr/everywhere${"esm"===t?"Esm":"Amd"}/v/0_13_0-
|
|
1
|
+
function getConfiguration(e){const{format:t,server:r,apiVersion:o,apiPrefix:n,locale:i,bundle:s,debug:a}=e,l=new URL(import.meta.url),d=r||l.origin||"",c=`${n}/${o}`,p="0"+(i?`/l/${i}`:""),u="/bi/3_A,B,O,S,EG,JLMT,C,D,F,H,I,K,N,P,Q,R",h=s?`${d}${c}/bundle/${t}/${p}${u}-0/module/mi/`:`${d}${c}/module/${t}/${p}/mi/`,f=`lwr/everywhere${"esm"===t?"Esm":"Amd"}/v/0_13_0-alpha_13`,g=`${h}${encodeURIComponent(f)}/latest${a?"?debug":""}`,E={appId:"lwre",autoBoot:!0,bootstrapModule:f,baseUrl:d,imports:{[g]:[f]},index:{[f]:g},endpoints:{uris:{module:h,mapping:`${d}${c}/mapping/${t}/${p}${s?u:""}/mp/`}}};return a&&E.endpoints&&(E.endpoints.modifiers={debug:"true"}),E}globalThis.process={env:{NODE_ENV:"production"}};const templateRegex=/\{([0-9]+)\}/g;function templateString(e,t){return e.replace(templateRegex,((e,r)=>t[r]))}function generateErrorMessage(e,t){const r=Array.isArray(t)?templateString(e.message,t):e.message;return`LWR${e.code}: ${r}`}class LoaderError extends Error{constructor(e,t){super(),this.message=generateErrorMessage(e,t)}}function invariant(e,t){if(!e)throw new LoaderError(t)}const MISSING_NAME=Object.freeze({code:3e3,message:"A module name is required.",level:0}),FAIL_INSTANTIATE=Object.freeze({code:3004,message:"Failed to instantiate module: {0}",level:0}),NO_AMD_REQUIRE=Object.freeze({code:3005,message:"AMD require not supported.",level:0}),FAILED_DEP=Object.freeze({code:3006,level:0,message:"Failed to load dependency: {0}"}),INVALID_DEPS=Object.freeze({code:3007,message:"Unexpected value received for dependencies argument; expected an array.",level:0}),FAIL_LOAD=Object.freeze({code:3008,level:0,message:"Error loading {0}"}),UNRESOLVED=Object.freeze({code:3009,level:0,message:"Unable to resolve bare specifier: {0}"}),NO_BASE_URL=Object.freeze({code:3010,level:0,message:"baseUrl not set"});Object.freeze({code:3011,level:0,message:"Cannot set a loader service multiple times"});const INVALID_HOOK=Object.freeze({code:3012,level:0,message:"Invalid hook received"}),INVALID_LOADER_SERVICE_RESPONSE=Object.freeze({code:3013,level:0,message:"Invalid response received from hook"}),MODULE_LOAD_TIMEOUT=Object.freeze({code:3014,level:0,message:"Error loading {0} - timed out"}),HTTP_FAIL_LOAD=Object.freeze({code:3015,level:0,message:"Error loading {0}, status code {1}"}),STALE_HOOK_ERROR=Object.freeze({code:3016,level:0,message:"An error occurred handling module conflict"}),MODULE_ALREADY_LOADED=Object.freeze({code:3017,level:0,message:"Marking module(s) as externally loaded, but they are already loaded:"}),FAIL_HOOK_LOAD=Object.freeze({code:3018,level:0,message:'Error loading "{0}" from hook'}),NO_MAPPING_URL=Object.freeze({code:3019,level:0,message:"Mapping endpoint not set"}),BAD_IMPORT_METADATA=Object.freeze({code:3020,level:0,message:"Invalid import metadata: {0} {1}"}),EXPORTER_ERROR=Object.freeze({code:3021,level:0,message:'Error evaluating module "{0}", error was "{1}"'}),UNRESOLVEABLE_MAPPING_ERROR=Object.freeze({code:3022,level:0,message:'Unexpected undefined URI resolving mapping for "{0}"'});Object.freeze({code:3011,level:0,message:"import map is not valid"});const hasDocument="undefined"!=typeof document,hasSetTimeout="function"==typeof setTimeout,hasConsole="undefined"!=typeof console;function getBaseUrl(){let e;if(hasDocument){const t=document.querySelector("base[href]");e=t&&t.href}if(!e&&"undefined"!=typeof location){e=location.href.split("#")[0].split("?")[0];const t=e.lastIndexOf("/");-1!==t&&(e=e.slice(0,t+1))}return e}function isUrl(e){return-1!==e.indexOf("://")}function resolveIfNotPlainOrUrl(e,t){if(-1!==e.indexOf("\\")&&(e=e.replace(/\\/g,"/")),"/"===e[0]&&"/"===e[1])return t.slice(0,t.indexOf(":")+1)+e;if("."===e[0]&&("/"===e[1]||"."===e[1]&&("/"===e[2]||2===e.length&&(e+="/"))||1===e.length&&(e+="/"))||"/"===e[0]){const r=t.slice(0,t.indexOf(":")+1);let o;if("/"===t[r.length+1]?"file:"!==r?(o=t.slice(r.length+2),o=o.slice(o.indexOf("/")+1)):o=t.slice(8):o=t.slice(r.length+("/"===t[r.length]?1:0)),"/"===e[0])return t.slice(0,t.length-o.length-1)+e;const n=o.slice(0,o.lastIndexOf("/")+1)+e,i=[];let s=-1;for(let e=0;e<n.length;e++)-1!==s?"/"===n[e]&&(i.push(n.slice(s,e+1)),s=-1):"."===n[e]?"."!==n[e+1]||"/"!==n[e+2]&&e+2!==n.length?"/"===n[e+1]||e+1===n.length?e+=1:s=e:(i.pop(),e+=2):s=e;return-1!==s&&i.push(n.slice(s)),t.slice(0,t.length-o.length)+i.join("")}}function resolveUrl(e,t){return resolveIfNotPlainOrUrl(e,t)||(isUrl(e)?e:resolveIfNotPlainOrUrl("./"+e,t))}function createScript(e){const t=document.createElement("script");return t.async=!0,t.crossOrigin="anonymous",t.src=e,t}let lastWindowError$1,lastWindowErrorUrl;function loadModuleDef(e){return new Promise((function(t,r){if(hasDocument){const o=createScript(e);o.addEventListener("error",(()=>{r(new LoaderError(FAIL_LOAD,[e]))})),o.addEventListener("load",(()=>{document.head.removeChild(o),lastWindowErrorUrl===e?r(lastWindowError$1):t()})),document.head.appendChild(o)}}))}hasDocument&&window.addEventListener("error",(e=>{lastWindowErrorUrl=e.filename,lastWindowError$1=e.error}));const LOADER_PREFIX="lwr.loader.",MODULE_DEFINE=`${LOADER_PREFIX}module.define`,MODULE_DYNAMIC_LOAD=`${LOADER_PREFIX}module.dynamicLoad`,MODULE_FETCH=`${LOADER_PREFIX}module.fetch`,MODULE_ERROR=`${LOADER_PREFIX}module.error`,MAPPINGS_FETCH=`${LOADER_PREFIX}mappings.fetch`,MAPPINGS_ERROR=`${LOADER_PREFIX}mappings.error`;class ImportMetadataResolver{__init(){this.importURICache=new Map}__init2(){this.pendingURICache=new Map}__init3(){this.loadMappingHooks=[]}constructor(e,t){ImportMetadataResolver.prototype.__init.call(this),ImportMetadataResolver.prototype.__init2.call(this),ImportMetadataResolver.prototype.__init3.call(this),this.config=e,this.invalidationCallback=t}addLoadMappingHook(e){this.loadMappingHooks.push(e)}getMappingEndpoint(){return this.config.endpoints&&this.config.endpoints.uris?this.config.endpoints.uris.mapping:void 0}getModifiersAsUrlParams(){const e=this.config.endpoints?this.config.endpoints.modifiers:void 0;if(e){return`?${Object.keys(e).map((t=>`${encodeURIComponent(t)}=${encodeURIComponent(e[t])}`)).join("&")}`}return""}buildMappingUrl(e){return`${this.getMappingEndpoint()}${encodeURIComponent(e)}${this.getModifiersAsUrlParams()}`}getBaseUrl(){return this.config.baseUrl||""}registerImportMappings(e,t){if(!t||0===t.length){const r=e?JSON.stringify(e):"undefined";throw new LoaderError(BAD_IMPORT_METADATA,[r,t?"[]":"undefined"])}if(!e)throw new LoaderError(BAD_IMPORT_METADATA,["undefined",JSON.stringify(t)]);if(!e.imports||0===Object.keys(e.imports).length)throw new LoaderError(BAD_IMPORT_METADATA,[JSON.stringify(e),JSON.stringify(t)]);const r=e.index||{};for(const[o,n]of Object.entries(e.imports))n.forEach((e=>{const n=r[e],i=this.importURICache.get(e);if(i){const t=n||o,r=i.identity||i.uri;r!==t&&this.invalidationCallback({name:e,oldUrl:r,newUrl:t})}else this.saveImportURIRecord(e,o,n,t.includes(e))}))}getURI(e){return this.importURICache&&this.importURICache.has(e)?resolveUrl(this.importURICache.get(e).uri,this.getBaseUrl()):void 0}resolveLocal(e){const t=this.getURI(e);return t||(isUrl(e)||e.startsWith("/")?e:void 0)}async resolve(e){let t=this.getURI(e);if(t)return t;if(isUrl(e)||e.startsWith("/"))return e;{const r=this.pendingURICache.get(e);if(r)return r;this.config.profiler.logOperationStart({id:MAPPINGS_FETCH,specifier:e});const o=(this.hasMappingHooks()?this.evaluateMappingHooks:this.fetchNewMappings).bind(this)(e).then((r=>{if(!r||!r.imports)throw new LoaderError(UNRESOLVED,[e]);if(this.registerImportMappings(r,[e]),t=this.getURI(e),!t)throw new LoaderError(UNRESOLVED,[e]);return this.config.profiler.logOperationEnd({id:MAPPINGS_FETCH,specifier:e}),t})).finally((()=>{this.pendingURICache.delete(e)}));return this.pendingURICache.set(e,o),o}}hasMappingHooks(){return this.loadMappingHooks.length>0}async evaluateMappingHooks(e){const t=this.loadMappingHooks;if(t.length){const r=Array.from(this.importURICache.keys());for(let o=0;o<t.length;o++){const n=t[o],i=await n(e,{knownModules:r});if(i||void 0===i)return i}}return this.fetchNewMappings(e)}async fetchNewMappings(e){if("function"!=typeof globalThis.fetch)throw new LoaderError(UNRESOLVED,[e]);const t=resolveUrl(this.buildMappingUrl(e),this.getBaseUrl());if(!t)throw new LoaderError(UNRESOLVEABLE_MAPPING_ERROR,[e]);return globalThis.fetch(t).then((t=>{if(!t.ok)throw this.config.profiler.logOperationStart({id:MAPPINGS_ERROR,specifier:e}),new LoaderError(UNRESOLVED,[e]);return t.json().then((e=>e)).catch((t=>{throw new LoaderError(UNRESOLVED,[e])}))}))}saveImportURIRecord(e,t,r,o){r&&t!==r?this.importURICache.set(e,{uri:t,identity:r,isRoot:o}):this.importURICache.set(e,{uri:t,isRoot:o})}}function reportError(e){hasConsole&&console.error(e)}function evaluateHandleStaleModuleHooks(e,t){const{name:r,oldUrl:o,newUrl:n}=t;for(let t=0;t<e.length;t++){const i=e[t];try{if(null!==i({name:r,oldUrl:o,newUrl:n}))break}catch(e){reportError(new LoaderError(STALE_HOOK_ERROR))}}}const MODULE_LOAD_TIMEOUT_TIMER=6e4,SUPPORTS_TRUSTED_TYPES="undefined"!=typeof trustedTypes;
|
|
2
2
|
/*!
|
|
3
3
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
4
4
|
*/function createTrustedTypesPolicy(e,t){return trustedTypes.createPolicy(e,t)}function createFallbackPolicy(e,t){return t}const createPolicy=SUPPORTS_TRUSTED_TYPES?createTrustedTypesPolicy:createFallbackPolicy,policyOptions={createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e};try{createPolicy("default",{createHTML:e=>e,createScript(e){if("null"===e||"undefined"===e)return e},createScriptURL:e=>e})}catch(e){}const trusted=createPolicy("trusted",policyOptions);
|
|
5
|
-
/*! version: 0.22.2 */let lastWindowError;function isCustomResponse(e){return Object.prototype.hasOwnProperty.call(e,"data")&&!Object.prototype.hasOwnProperty.call(e,"blob")}function isFetchResponse(e){return"function"==typeof e.blob}function isResponseAPromise(e){return!(!e||!e.then)}async function evaluateLoadHookResponse(response,id){return Promise.resolve().then((async()=>{if(!response||!response.status)throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);if(200!==response.status)throw new LoaderError(HTTP_FAIL_LOAD,[id,`${response.status}`]);const isResponse=isFetchResponse(response);let code;if(isCustomResponse(response))code=response.data;else{if(!isResponse)throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);code=await response.text()}if(!code)throw new LoaderError(FAIL_LOAD,[id]);code=`${code}\n//# sourceURL=${id}`;try{eval(trusted.createScript(code))}catch(e){throw"production"!==process.env.NODE_ENV&&hasConsole&&console.error(e),new LoaderError(FAIL_LOAD,[id])}if(lastWindowError)throw new LoaderError(FAIL_LOAD,[id]);return!0}))}async function evaluateLoadHook(e,t){return hasSetTimeout?new Promise(((r,o)=>{const n=setTimeout((()=>{o(new LoaderError(MODULE_LOAD_TIMEOUT,[e]))}),MODULE_LOAD_TIMEOUT_TIMER);t.then((e=>{r(e)})).catch((()=>{o(new LoaderError(FAIL_HOOK_LOAD,[e]))})).finally((()=>{clearTimeout(n)}))})):t}hasDocument&&globalThis.addEventListener("error",(e=>{lastWindowError=e.error})),"production"!==process.env.NODE_ENV&&!hasSetTimeout&&hasConsole&&console.warn("setTimeout API is not available, watchdog timer on load hook will not be set");class ModuleRegistry{constructor(e){ModuleRegistry.prototype.__init.call(this),ModuleRegistry.prototype.__init2.call(this),ModuleRegistry.prototype.__init3.call(this),this.profiler=e.profiler,this.resolver=new ImportMetadataResolver(e,this.importMetadataInvalidationCallback.bind(this))}async load(e,t){const r=t?{importer:t}:{};this.profiler.logOperationStart({id:MODULE_DYNAMIC_LOAD,specifier:e,metadata:r});const o=await this.resolve(e,t),n=await this.getModuleRecord(o,e);return n.evaluated?n.module:(n.evaluationPromise||(n.evaluationPromise=this.topLevelEvaluation(n)),n.evaluationPromise)}async resolve(e,t){const r=this.resolver.getBaseUrl();let o,n=e;const i=this.resolveHook;if(i){for(let e=0;e<i.length;e++){const t=(0,i[e])(n,{parentUrl:r});let s;if((t||null===t)&&(s=isResponseAPromise(t)?await t:t),!this.isValidResolveResponse(s))throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);if(null!==s){if("string"==typeof s){if(resolveIfNotPlainOrUrl(s,r))throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);n=s;continue}if(o=s&&s.url&&(resolveIfNotPlainOrUrl(s.url,r)||s.url),!o)throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);break}}if(n!==e){if(!o&&this.namedDefineRegistry.has(n))return n;e=n}}if(!o){const t=resolveIfNotPlainOrUrl(e,r)||e;if(this.moduleRegistry.has(t))return t;const n=this.resolver.resolveLocal(t);if(n){if(this.namedDefineRegistry.has(t)){const e=this.namedDefineRegistry.get(t);if(e.external||e.defined){if(!this.moduleRegistry.get(n)||!this.aliases.has(t))return t}}return n}if(this.namedDefineRegistry.has(t))return t;try{o=await this.resolver.resolve(t)}catch(e){}}if(!o||!isUrl(o)){if(this.namedDefineRegistry.has(e))return e;throw new LoaderError(UNRESOLVED,[e])}return t&&isUrl(o)&&(o+=`?importer=${encodeURIComponent(t)}`),o}has(e){return this.moduleRegistry.has(e)}define(e,t,r){const o=this.namedDefineRegistry.get(e);if(o&&o.defined)return"production"!==process.env.NODE_ENV&&hasConsole&&console.warn(`Module redefine attempted: ${e}`),void(this.lastDefine=o);const n={name:e,dependencies:t,exporter:r,defined:!0};o&&o.external&&o.external.resolveExternal(n),this.profiler.logOperationStart({id:MODULE_DEFINE,specifier:e}),this.namedDefineRegistry.set(e,n),this.lastDefine=n}registerExternalModules(e){e.map((e=>{if(this.namedDefineRegistry.has(e))"production"!==process.env.NODE_ENV&&hasConsole&&console.warn(MODULE_ALREADY_LOADED.message,e);else{let t,r;const o=new Promise(((o,n)=>{t=o,r=setTimeout((()=>{n(new LoaderError(MODULE_LOAD_TIMEOUT,[e]))}),MODULE_LOAD_TIMEOUT_TIMER)})).finally((()=>{clearTimeout(r)})),n={name:e,defined:!1,external:{resolveExternal:t,moduleDefPromise:o}};this.namedDefineRegistry.set(e,n)}}))}__init(){this.namedDefineRegistry=new Map}__init2(){this.moduleRegistry=new Map}__init3(){this.aliases=new Map}getImportMetadataResolver(){return this.resolver}getExistingModuleRecord(e,t){const r=this.moduleRegistry.get(e);if(r)return this.storeModuleAlias(t,e),r;if(e!==t){const e=this.aliases.get(t);if(e){const t=this.moduleRegistry.get(e);if(t)return t}}return r}async getModuleRecord(e,t){const r=this.getExistingModuleRecord(e,t);if(r)return r;const o=this.getModuleDef(e,t),n=o.then((e=>{const t=(e.dependencies||[]).map((e=>{if("exports"!==e)return invariant("require"!==e,NO_AMD_REQUIRE),this.getModuleDependencyRecord.call(this,e)})).filter((e=>void 0!==e));return Promise.all(t)})),i={id:e,module:Object.create(null),dependencyRecords:n,instantiation:o,evaluated:!1,evaluationPromise:null};return this.moduleRegistry.set(e,i),this.storeModuleAlias(t,e),n.then((()=>i))}storeModuleAlias(e,t){if(e!==t)if(this.aliases.has(e)){if("production"!==process.env.NODE_ENV&&hasConsole){const r=this.aliases.get(e);r!==t&&"production"!==process.env.NODE_ENV&&hasConsole&&console.warn(`Alias update attempt: ${e}=>${r}, ${t}`)}}else this.aliases.set(e,t)}async getModuleDependencyRecord(e){const t=await this.resolve(e);return this.getModuleRecord(t,e)}async topLevelEvaluation(e){return await this.instantiateAll(e,{}),this.evaluateModule(e,{})}async instantiateAll(e,t){if(!t[e.id]){t[e.id]=!0;const r=await e.dependencyRecords;if(r)for(let e=0;e<r.length;e++){const o=r[e];await this.instantiateAll(o,t)}}}async evaluateModule(e,t){const r=await e.dependencyRecords;r.length>0&&(t[e.id]=!0,await this.evaluateModuleDependencies(r,t));const{exporter:o,dependencies:n}=await e.instantiation,i={},s=n?await Promise.all(n.map((async e=>{if("exports"===e)return i;const t=await this.resolve(e),r=this.moduleRegistry.get(t);if(!r)throw new LoaderError(FAILED_DEP,[t]);const o=r.module;if(!r.evaluated)return this.getCircularDependencyWrapper(o);if(o)return o.__defaultInterop?o.default:o;throw new LoaderError(FAILED_DEP,[t])}))):[];if(e.evaluated)return e.module;let a;try{a=o(...s)}catch(t){throw new LoaderError(EXPORTER_ERROR,[e.id,t.message||t])}void 0!==a?(a={default:a},Object.defineProperty(a,"__defaultInterop",{value:!0})):this.isNamedExportDefaultOnly(i)&&Object.defineProperty(i,"__useDefault",{value:!0});const l=a||i;for(const t in l)Object.defineProperty(e.module,t,{enumerable:!0,set(e){l[t]=e},get:()=>l[t]});return l.__useDefault&&Object.defineProperty(e.module,"__useDefault",{value:!0}),l.__defaultInterop&&Object.defineProperty(e.module,"__defaultInterop",{value:!0}),l.__esModule&&Object.defineProperty(e.module,"__esModule",{value:!0}),e.evaluated=!0,Object.freeze(e.module),e.module}isNamedExportDefaultOnly(e){return void 0!==e&&2===Object.getOwnPropertyNames(e).length&&Object.prototype.hasOwnProperty.call(e,"default")&&Object.prototype.hasOwnProperty.call(e,"__esModule")}getCircularDependencyWrapper(e){const t=()=>e.__useDefault||e.__defaultInterop?e.default:e;return t.__circular__=!0,t}async evaluateModuleDependencies(e,t){for(let r=0;r<e.length;r++){const o=e[r];o.evaluated||t[o.id]||(t[o.id]=!0,await this.evaluateModule(o,t))}}async getModuleDef(e,t){this.lastDefine=void 0;const r=isUrl(e)?t!==e?t:void 0:e;let o=r&&this.namedDefineRegistry.get(r);if(o&&o.external)return o.external.moduleDefPromise;if(o&&o.defined)return o;const n=this.resolver.getBaseUrl(),i=r||t;return this.profiler.logOperationStart({id:MODULE_FETCH,specifier:i}),Promise.resolve().then((async()=>{const t=this.loadHook;if(t)for(let r=0;r<t.length;r++){const o=(0,t[r])(e,n),i=isResponseAPromise(o)?await evaluateLoadHook(e,o):o;if(void 0===i)throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);if(i&&null!==i)return evaluateLoadHookResponse(i,e)}return!1})).then((t=>{if(!0!==t&&hasDocument)return loadModuleDef(e)})).then((()=>{if(o=r&&this.namedDefineRegistry.get(r),o||(o=this.lastDefine),!o)throw new LoaderError(FAIL_INSTANTIATE,[e]);return this.profiler.logOperationEnd({id:MODULE_FETCH,specifier:i}),o})).catch((e=>{throw e instanceof LoaderError||this.profiler.logOperationStart({id:MODULE_ERROR,specifier:i}),e}))}addLoaderPlugin(e){if("object"!=typeof e)throw new LoaderError(INVALID_HOOK);const{loadModule:t,resolveModule:r,loadMapping:o}=e;r&&(this.resolveHook?this.resolveHook.push(r):this.resolveHook=[r]),t&&(this.loadHook?this.loadHook.push(t):this.loadHook=[t]),o&&this.resolver.addLoadMappingHook(o)}importMetadataInvalidationCallback({name:e,oldUrl:t,newUrl:r}){const o=this.handleStaleModuleHook;o?evaluateHandleStaleModuleHooks(o,{name:e,oldUrl:t,newUrl:r}):"production"!==process.env.NODE_ENV&&hasConsole&&console.warn(`stale module detected ${e}, current URL:${t}, new URL:${r}`)}registerHandleStaleModuleHook(e){this.handleStaleModuleHook?this.handleStaleModuleHook.push(e):this.handleStaleModuleHook=[e]}isValidResolveResponse(e){return null===e||"string"==typeof e||e&&"string"==typeof e.url}}class Loader{constructor(e){let t=e.baseUrl;const r=e.endpoints?e.endpoints.uris.mapping:void 0;let o=e.profiler;if(!r)throw new LoaderError(NO_MAPPING_URL);if(e.endpoints.uris.mapping=r.replace(/\/?$/,"/"),t&&(t=t.replace(/\/?$/,"/")),t||(t=getBaseUrl()),!t)throw new LoaderError(NO_BASE_URL);if(o||(o={logOperationStart:()=>{},logOperationEnd:()=>{}}),this.registry=new ModuleRegistry(Object.freeze({endpoints:e.endpoints,baseUrl:t,profiler:o})),e.appMetadata&&!e.appMetadata.appId){const t=e.appMetadata.bootstrapModule.match(/@lwr-bootstrap\/(.+)\/v\/.+/),r=t&&t[1];e.appMetadata.appId=r}this.services=Object.freeze({addLoaderPlugin:this.registry.addLoaderPlugin.bind(this.registry),handleStaleModule:this.registry.registerHandleStaleModuleHook.bind(this.registry),appMetadata:e.appMetadata})}define(e,t,r){invariant("string"==typeof e,MISSING_NAME);let o=r,n=t;"function"==typeof n&&(o=t,n=[]),invariant(Array.isArray(n),INVALID_DEPS),this.registry.define(e,n,o)}async load(e,t){return this.registry.load(e,t)}has(e){return this.registry.has(e)}async resolve(e,t){return this.registry.resolve(e,t)}async registerImportMappings(e,t){this.registry.getImportMetadataResolver().registerImportMappings(e,t)}registerExternalModules(e){this.registry.registerExternalModules(e)}}function _optionalChain(e){let t,r=e[0],o=1;for(;o<e.length;){const n=e[o],i=e[o+1];if(o+=2,("optionalAccess"===n||"optionalCall"===n)&&null==r)return;"access"===n||"optionalAccess"===n?(t=r,r=i(r)):"call"!==n&&"optionalCall"!==n||(r=i(((...e)=>r.call(t,...e))),t=void 0)}return r}const configOptions={format:"amd",apiVersion:"1",apiPrefix:"",bundle:!0,debug:!1},configuration=getConfiguration(configOptions),{bootstrapModule:bootstrapModule,endpoints:endpoints,baseUrl:baseUrl,imports:imports,index:index}=configuration,loader=new Loader({endpoints:endpoints,baseUrl:baseUrl});loader.define("lwr/loader/v/0_13_0-alpha_12",["exports"],(e=>{Object.assign(e,{define:loader.define.bind(loader),load:loader.load.bind(loader)})})),await loader.registerImportMappings({imports:imports,index:index},[bootstrapModule]),globalThis.LWR=Object.freeze({define:loader.define.bind(loader)}),LWR.define("lwr/everywhereAmd/v/0_13_0-alpha_12",["exports","lwr/vault/v/0_13_0-alpha_12"],(function(e,t){async function r(e,r="javascript"){const o=t.getAuthInfo();return o?fetch(e,{headers:{Accept:`application/${r}`,Authorization:`Bearer ${o.access_token}`}}):null}e.authenticate=function(e){e&&t.setAuthInfo(e)},e.initAmd=function(e,t,o){t.match(/\/v5\d\.0\//)&&function(e,t,o){e.addLoaderPlugin({loadModule:async e=>r(e),loadMapping:async e=>{const o=await r(`${t}${encodeURIComponent(e)}`,"json");return o&&o.ok?o.json():null},resolveModule:e=>e&&!/\/v\/[^/]+?$/.test(e)?`${e}/v/${o}`:null})}(e,t,o)},Object.defineProperty(e,"__esModule",{value:!0})})),LWR.define("lwr/vault/v/0_13_0-alpha_12",["exports"],(function(e){let t;e.getAuthInfo=function(){return t},e.setAuthInfo=function(e){t=e},Object.defineProperty(e,"__esModule",{value:!0})}));const{initAmd:initAmd,authenticate:authenticate}=await loader.load(bootstrapModule);async function createComponent(e,t,r={},o){const{createComponent:n}=await loader.load(bootstrapModule.replace("Amd",""));return n(e,t,r,o)}initAmd(loader.services,_optionalChain([endpoints,"optionalAccess",e=>e.uris,"access",e=>e.mapping]),"0_13_0-alpha_12");export{authenticate,createComponent};
|
|
5
|
+
/*! version: 0.22.2 */let lastWindowError;function isCustomResponse(e){return Object.prototype.hasOwnProperty.call(e,"data")&&!Object.prototype.hasOwnProperty.call(e,"blob")}function isFetchResponse(e){return"function"==typeof e.blob}function isResponseAPromise(e){return!(!e||!e.then)}async function evaluateLoadHookResponse(response,id){return Promise.resolve().then((async()=>{if(!response||!response.status)throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);if(200!==response.status)throw new LoaderError(HTTP_FAIL_LOAD,[id,`${response.status}`]);const isResponse=isFetchResponse(response);let code;if(isCustomResponse(response))code=response.data;else{if(!isResponse)throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);code=await response.text()}if(!code)throw new LoaderError(FAIL_LOAD,[id]);code=`${code}\n//# sourceURL=${id}`;try{eval(trusted.createScript(code))}catch(e){throw"production"!==process.env.NODE_ENV&&hasConsole&&console.error(e),new LoaderError(FAIL_LOAD,[id])}if(lastWindowError)throw new LoaderError(FAIL_LOAD,[id]);return!0}))}async function evaluateLoadHook(e,t){return hasSetTimeout?new Promise(((r,o)=>{const n=setTimeout((()=>{o(new LoaderError(MODULE_LOAD_TIMEOUT,[e]))}),MODULE_LOAD_TIMEOUT_TIMER);t.then((e=>{r(e)})).catch((()=>{o(new LoaderError(FAIL_HOOK_LOAD,[e]))})).finally((()=>{clearTimeout(n)}))})):t}hasDocument&&globalThis.addEventListener("error",(e=>{lastWindowError=e.error})),"production"!==process.env.NODE_ENV&&!hasSetTimeout&&hasConsole&&console.warn("setTimeout API is not available, watchdog timer on load hook will not be set");class ModuleRegistry{constructor(e){ModuleRegistry.prototype.__init.call(this),ModuleRegistry.prototype.__init2.call(this),ModuleRegistry.prototype.__init3.call(this),this.profiler=e.profiler,this.resolver=new ImportMetadataResolver(e,this.importMetadataInvalidationCallback.bind(this))}async load(e,t){const r=t?{importer:t}:{};this.profiler.logOperationStart({id:MODULE_DYNAMIC_LOAD,specifier:e,metadata:r});const o=await this.resolve(e,t),n=await this.getModuleRecord(o,e);return n.evaluated?n.module:(n.evaluationPromise||(n.evaluationPromise=this.topLevelEvaluation(n)),n.evaluationPromise)}async resolve(e,t){const r=this.resolver.getBaseUrl();let o,n=e;const i=this.resolveHook;if(i){for(let e=0;e<i.length;e++){const t=(0,i[e])(n,{parentUrl:r});let s;if((t||null===t)&&(s=isResponseAPromise(t)?await t:t),!this.isValidResolveResponse(s))throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);if(null!==s){if("string"==typeof s){if(resolveIfNotPlainOrUrl(s,r))throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);n=s;continue}if(o=s&&s.url&&(resolveIfNotPlainOrUrl(s.url,r)||s.url),!o)throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);break}}if(n!==e){if(!o&&this.namedDefineRegistry.has(n))return n;e=n}}if(!o){const t=resolveIfNotPlainOrUrl(e,r)||e;if(this.moduleRegistry.has(t))return t;const n=this.resolver.resolveLocal(t);if(n){if(this.namedDefineRegistry.has(t)){const e=this.namedDefineRegistry.get(t);if(e.external||e.defined){if(!this.moduleRegistry.get(n)||!this.aliases.has(t))return t}}return n}if(this.namedDefineRegistry.has(t))return t;try{o=await this.resolver.resolve(t)}catch(e){}}if(!o||!isUrl(o)){if(this.namedDefineRegistry.has(e))return e;throw new LoaderError(UNRESOLVED,[e])}return t&&isUrl(o)&&(o+=`?importer=${encodeURIComponent(t)}`),o}has(e){return this.moduleRegistry.has(e)}define(e,t,r){const o=this.namedDefineRegistry.get(e);if(o&&o.defined)return"production"!==process.env.NODE_ENV&&hasConsole&&console.warn(`Module redefine attempted: ${e}`),void(this.lastDefine=o);const n={name:e,dependencies:t,exporter:r,defined:!0};o&&o.external&&o.external.resolveExternal(n),this.profiler.logOperationStart({id:MODULE_DEFINE,specifier:e}),this.namedDefineRegistry.set(e,n),this.lastDefine=n}registerExternalModules(e){e.map((e=>{if(this.namedDefineRegistry.has(e))"production"!==process.env.NODE_ENV&&hasConsole&&console.warn(MODULE_ALREADY_LOADED.message,e);else{let t,r;const o=new Promise(((o,n)=>{t=o,r=setTimeout((()=>{n(new LoaderError(MODULE_LOAD_TIMEOUT,[e]))}),MODULE_LOAD_TIMEOUT_TIMER)})).finally((()=>{clearTimeout(r)})),n={name:e,defined:!1,external:{resolveExternal:t,moduleDefPromise:o}};this.namedDefineRegistry.set(e,n)}}))}__init(){this.namedDefineRegistry=new Map}__init2(){this.moduleRegistry=new Map}__init3(){this.aliases=new Map}getImportMetadataResolver(){return this.resolver}getExistingModuleRecord(e,t){const r=this.moduleRegistry.get(e);if(r)return this.storeModuleAlias(t,e),r;if(e!==t){const e=this.aliases.get(t);if(e){const t=this.moduleRegistry.get(e);if(t)return t}}return r}async getModuleRecord(e,t){const r=this.getExistingModuleRecord(e,t);if(r)return r;const o=this.getModuleDef(e,t),n=o.then((e=>{const t=(e.dependencies||[]).map((e=>{if("exports"!==e)return invariant("require"!==e,NO_AMD_REQUIRE),this.getModuleDependencyRecord.call(this,e)})).filter((e=>void 0!==e));return Promise.all(t)})),i={id:e,module:Object.create(null),dependencyRecords:n,instantiation:o,evaluated:!1,evaluationPromise:null};return this.moduleRegistry.set(e,i),this.storeModuleAlias(t,e),n.then((()=>i))}storeModuleAlias(e,t){if(e!==t)if(this.aliases.has(e)){if("production"!==process.env.NODE_ENV&&hasConsole){const r=this.aliases.get(e);r!==t&&"production"!==process.env.NODE_ENV&&hasConsole&&console.warn(`Alias update attempt: ${e}=>${r}, ${t}`)}}else this.aliases.set(e,t)}async getModuleDependencyRecord(e){const t=await this.resolve(e);return this.getModuleRecord(t,e)}async topLevelEvaluation(e){return await this.instantiateAll(e,{}),this.evaluateModule(e,{})}async instantiateAll(e,t){if(!t[e.id]){t[e.id]=!0;const r=await e.dependencyRecords;if(r)for(let e=0;e<r.length;e++){const o=r[e];await this.instantiateAll(o,t)}}}async evaluateModule(e,t){const r=await e.dependencyRecords;r.length>0&&(t[e.id]=!0,await this.evaluateModuleDependencies(r,t));const{exporter:o,dependencies:n}=await e.instantiation,i={},s=n?await Promise.all(n.map((async e=>{if("exports"===e)return i;const t=await this.resolve(e),r=this.moduleRegistry.get(t);if(!r)throw new LoaderError(FAILED_DEP,[t]);const o=r.module;if(!r.evaluated)return this.getCircularDependencyWrapper(o);if(o)return o.__defaultInterop?o.default:o;throw new LoaderError(FAILED_DEP,[t])}))):[];if(e.evaluated)return e.module;let a;try{a=o(...s)}catch(t){throw new LoaderError(EXPORTER_ERROR,[e.id,t.message||t])}void 0!==a?(a={default:a},Object.defineProperty(a,"__defaultInterop",{value:!0})):this.isNamedExportDefaultOnly(i)&&Object.defineProperty(i,"__useDefault",{value:!0});const l=a||i;for(const t in l)Object.defineProperty(e.module,t,{enumerable:!0,set(e){l[t]=e},get:()=>l[t]});return l.__useDefault&&Object.defineProperty(e.module,"__useDefault",{value:!0}),l.__defaultInterop&&Object.defineProperty(e.module,"__defaultInterop",{value:!0}),l.__esModule&&Object.defineProperty(e.module,"__esModule",{value:!0}),e.evaluated=!0,Object.freeze(e.module),e.module}isNamedExportDefaultOnly(e){return void 0!==e&&2===Object.getOwnPropertyNames(e).length&&Object.prototype.hasOwnProperty.call(e,"default")&&Object.prototype.hasOwnProperty.call(e,"__esModule")}getCircularDependencyWrapper(e){const t=()=>e.__useDefault||e.__defaultInterop?e.default:e;return t.__circular__=!0,t}async evaluateModuleDependencies(e,t){for(let r=0;r<e.length;r++){const o=e[r];o.evaluated||t[o.id]||(t[o.id]=!0,await this.evaluateModule(o,t))}}async getModuleDef(e,t){this.lastDefine=void 0;const r=isUrl(e)?t!==e?t:void 0:e;let o=r&&this.namedDefineRegistry.get(r);if(o&&o.external)return o.external.moduleDefPromise;if(o&&o.defined)return o;const n=this.resolver.getBaseUrl(),i=r||t;return this.profiler.logOperationStart({id:MODULE_FETCH,specifier:i}),Promise.resolve().then((async()=>{const t=this.loadHook;if(t)for(let r=0;r<t.length;r++){const o=(0,t[r])(e,n),i=isResponseAPromise(o)?await evaluateLoadHook(e,o):o;if(void 0===i)throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);if(i&&null!==i)return evaluateLoadHookResponse(i,e)}return!1})).then((t=>{if(!0!==t&&hasDocument)return loadModuleDef(e)})).then((()=>{if(o=r&&this.namedDefineRegistry.get(r),o||(o=this.lastDefine),!o)throw new LoaderError(FAIL_INSTANTIATE,[e]);return this.profiler.logOperationEnd({id:MODULE_FETCH,specifier:i}),o})).catch((e=>{throw e instanceof LoaderError||this.profiler.logOperationStart({id:MODULE_ERROR,specifier:i}),e}))}addLoaderPlugin(e){if("object"!=typeof e)throw new LoaderError(INVALID_HOOK);const{loadModule:t,resolveModule:r,loadMapping:o}=e;r&&(this.resolveHook?this.resolveHook.push(r):this.resolveHook=[r]),t&&(this.loadHook?this.loadHook.push(t):this.loadHook=[t]),o&&this.resolver.addLoadMappingHook(o)}importMetadataInvalidationCallback({name:e,oldUrl:t,newUrl:r}){const o=this.handleStaleModuleHook;o?evaluateHandleStaleModuleHooks(o,{name:e,oldUrl:t,newUrl:r}):"production"!==process.env.NODE_ENV&&hasConsole&&console.warn(`stale module detected ${e}, current URL:${t}, new URL:${r}`)}registerHandleStaleModuleHook(e){this.handleStaleModuleHook?this.handleStaleModuleHook.push(e):this.handleStaleModuleHook=[e]}isValidResolveResponse(e){return null===e||"string"==typeof e||e&&"string"==typeof e.url}}class Loader{constructor(e){let t=e.baseUrl;const r=e.endpoints?e.endpoints.uris.mapping:void 0;let o=e.profiler;if(!r||!e.endpoints)throw new LoaderError(NO_MAPPING_URL);if(e.endpoints.uris.mapping=r.replace(/\/?$/,"/"),t&&(t=t.replace(/\/?$/,"/")),t||(t=getBaseUrl()),!t)throw new LoaderError(NO_BASE_URL);if(o||(o={logOperationStart:()=>{},logOperationEnd:()=>{}}),this.registry=new ModuleRegistry(Object.freeze({endpoints:e.endpoints,baseUrl:t,profiler:o})),e.appMetadata&&!e.appMetadata.appId){const t=e.appMetadata.bootstrapModule.match(/@lwr-bootstrap\/(.+)\/v\/.+/),r=t&&t[1];e.appMetadata.appId=r}this.services=Object.freeze({addLoaderPlugin:this.registry.addLoaderPlugin.bind(this.registry),handleStaleModule:this.registry.registerHandleStaleModuleHook.bind(this.registry),appMetadata:e.appMetadata})}define(e,t,r){invariant("string"==typeof e,MISSING_NAME);let o=r,n=t;"function"==typeof n&&(o=t,n=[]),invariant(Array.isArray(n),INVALID_DEPS),this.registry.define(e,n,o)}async load(e,t){return this.registry.load(e,t)}has(e){return this.registry.has(e)}async resolve(e,t){return this.registry.resolve(e,t)}async registerImportMappings(e,t){this.registry.getImportMetadataResolver().registerImportMappings(e,t)}registerExternalModules(e){this.registry.registerExternalModules(e)}}function _optionalChain(e){let t,r=e[0],o=1;for(;o<e.length;){const n=e[o],i=e[o+1];if(o+=2,("optionalAccess"===n||"optionalCall"===n)&&null==r)return;"access"===n||"optionalAccess"===n?(t=r,r=i(r)):"call"!==n&&"optionalCall"!==n||(r=i(((...e)=>r.call(t,...e))),t=void 0)}return r}const configOptions={format:"amd",apiVersion:"1",apiPrefix:"",bundle:!0,debug:!1},configuration=getConfiguration(configOptions),{bootstrapModule:bootstrapModule,endpoints:endpoints,baseUrl:baseUrl,imports:imports,index:index}=configuration,loader=new Loader({endpoints:endpoints,baseUrl:baseUrl});loader.define("lwr/loader/v/0_13_0-alpha_13",["exports"],(e=>{Object.assign(e,{define:loader.define.bind(loader),load:loader.load.bind(loader)})})),await loader.registerImportMappings({imports:imports,index:index},[bootstrapModule]),globalThis.LWR=Object.freeze({define:loader.define.bind(loader)}),LWR.define("lwr/everywhereAmd/v/0_13_0-alpha_13",["exports","lwr/vault/v/0_13_0-alpha_13"],(function(e,t){async function r(e,r="javascript"){const o=t.getAuthInfo();return o?fetch(e,{headers:{Accept:`application/${r}`,Authorization:`Bearer ${o.access_token}`}}):null}e.authenticate=function(e){e&&t.setAuthInfo(e)},e.initAmd=function(e,t,o){t.match(/\/v5\d\.0\//)&&function(e,t,o){e.addLoaderPlugin({loadModule:async e=>r(e),loadMapping:async e=>{const o=await r(`${t}${encodeURIComponent(e)}`,"json");return o&&o.ok?o.json():null},resolveModule:e=>e&&!/\/v\/[^/]+?$/.test(e)?`${e}/v/${o}`:null})}(e,t,o)},Object.defineProperty(e,"__esModule",{value:!0})})),LWR.define("lwr/vault/v/0_13_0-alpha_13",["exports"],(function(e){let t;e.getAuthInfo=function(){return t},e.setAuthInfo=function(e){t=e},Object.defineProperty(e,"__esModule",{value:!0})}));const{initAmd:initAmd,authenticate:authenticate}=await loader.load(bootstrapModule);async function createComponent(e,t,r={},o){const{createComponent:n}=await loader.load(bootstrapModule.replace("Amd",""));return n(e,t,r,o)}initAmd(loader.services,_optionalChain([endpoints,"optionalAccess",e=>e.uris,"access",e=>e.mapping]),"0_13_0-alpha_13");export{authenticate,createComponent};
|
|
@@ -20,7 +20,7 @@ function getConfiguration(options) {
|
|
|
20
20
|
: `${ORIGIN}${PREFIX}/module/${format}/${POSTFIX}/mi/`;
|
|
21
21
|
|
|
22
22
|
// Component specifiers and URIs
|
|
23
|
-
const BOOT_MODULE = `lwr/everywhere${format === 'esm' ? 'Esm' : 'Amd'}/v/0_13_0-
|
|
23
|
+
const BOOT_MODULE = `lwr/everywhere${format === 'esm' ? 'Esm' : 'Amd'}/v/0_13_0-alpha_13`;
|
|
24
24
|
const BOOT_URI = `${ENDPOINT}${encodeURIComponent(BOOT_MODULE)}/latest${debug ? '?debug' : ''}`;
|
|
25
25
|
|
|
26
26
|
// Client Bootstrap Config
|
|
@@ -52,7 +52,7 @@ function getConfiguration(options) {
|
|
|
52
52
|
* SPDX-License-Identifier: MIT
|
|
53
53
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
54
54
|
*/
|
|
55
|
-
/* LWR Module Loader v0.13.0-alpha.
|
|
55
|
+
/* LWR Module Loader v0.13.0-alpha.13 */
|
|
56
56
|
const templateRegex = /\{([0-9]+)\}/g;
|
|
57
57
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
58
58
|
function templateString(template, args) {
|
|
@@ -181,6 +181,11 @@ const EXPORTER_ERROR = Object.freeze({
|
|
|
181
181
|
level: 0,
|
|
182
182
|
message: 'Error evaluating module "{0}", error was "{1}"',
|
|
183
183
|
});
|
|
184
|
+
const UNRESOLVEABLE_MAPPING_ERROR = Object.freeze({
|
|
185
|
+
code: 3022,
|
|
186
|
+
level: 0,
|
|
187
|
+
message: 'Unexpected undefined URI resolving mapping for "{0}"',
|
|
188
|
+
});
|
|
184
189
|
|
|
185
190
|
/* importMap errors */
|
|
186
191
|
Object.freeze({
|
|
@@ -377,7 +382,7 @@ if (hasDocument) {
|
|
|
377
382
|
// Loader: modules
|
|
378
383
|
const LOADER_PREFIX = 'lwr.loader.';
|
|
379
384
|
const MODULE_DEFINE = `${LOADER_PREFIX}module.define`;
|
|
380
|
-
const MODULE_DYNAMIC_LOAD = `${LOADER_PREFIX}
|
|
385
|
+
const MODULE_DYNAMIC_LOAD = `${LOADER_PREFIX}module.dynamicLoad`;
|
|
381
386
|
const MODULE_FETCH = `${LOADER_PREFIX}module.fetch`;
|
|
382
387
|
const MODULE_ERROR = `${LOADER_PREFIX}module.error`;
|
|
383
388
|
|
|
@@ -431,7 +436,7 @@ class ImportMetadataResolver {
|
|
|
431
436
|
}
|
|
432
437
|
|
|
433
438
|
getBaseUrl() {
|
|
434
|
-
return this.config.baseUrl;
|
|
439
|
+
return this.config.baseUrl || '';
|
|
435
440
|
}
|
|
436
441
|
|
|
437
442
|
registerImportMappings(newImportMetadata, rootSpecifiers) {
|
|
@@ -472,8 +477,8 @@ class ImportMetadataResolver {
|
|
|
472
477
|
|
|
473
478
|
// Get URL from the local cache or return undefiend
|
|
474
479
|
getURI(specifier) {
|
|
475
|
-
return this.importURICache.has(specifier)
|
|
476
|
-
? resolveUrl(this.importURICache.get(specifier).uri, this.getBaseUrl())
|
|
480
|
+
return this.importURICache && this.importURICache.has(specifier)
|
|
481
|
+
? resolveUrl((this.importURICache.get(specifier) ).uri, this.getBaseUrl())
|
|
477
482
|
: undefined;
|
|
478
483
|
}
|
|
479
484
|
|
|
@@ -574,6 +579,9 @@ class ImportMetadataResolver {
|
|
|
574
579
|
// TODO For module invalidation with bundles it is recommended we have to send back all loaded root specified
|
|
575
580
|
// to ensure we detect all conflicts.
|
|
576
581
|
const uri = resolveUrl(this.buildMappingUrl(specifier), this.getBaseUrl());
|
|
582
|
+
if (!uri) {
|
|
583
|
+
throw new LoaderError(UNRESOLVEABLE_MAPPING_ERROR, [specifier]);
|
|
584
|
+
}
|
|
577
585
|
return globalThis.fetch(uri).then((res) => {
|
|
578
586
|
if (!res.ok) {
|
|
579
587
|
this.config.profiler.logOperationStart({ id: MAPPINGS_ERROR, specifier });
|
|
@@ -896,7 +904,7 @@ class ModuleRegistry {
|
|
|
896
904
|
// eslint-disable-next-line no-await-in-loop
|
|
897
905
|
result = isResponseAPromise(response) ? await response : response;
|
|
898
906
|
}
|
|
899
|
-
if (!this.isValidResolveResponse(result)) {
|
|
907
|
+
if (!this.isValidResolveResponse(result )) {
|
|
900
908
|
throw new LoaderError(INVALID_LOADER_SERVICE_RESPONSE);
|
|
901
909
|
}
|
|
902
910
|
|
|
@@ -1027,7 +1035,7 @@ class ModuleRegistry {
|
|
|
1027
1035
|
// eslint-disable-next-line lwr/no-unguarded-apis, no-undef
|
|
1028
1036
|
timer = setTimeout(() => {
|
|
1029
1037
|
reject(new LoaderError(MODULE_LOAD_TIMEOUT, [id]));
|
|
1030
|
-
}, MODULE_LOAD_TIMEOUT_TIMER);
|
|
1038
|
+
}, MODULE_LOAD_TIMEOUT_TIMER) ;
|
|
1031
1039
|
}).finally(() => {
|
|
1032
1040
|
// eslint-disable-next-line lwr/no-unguarded-apis, no-undef
|
|
1033
1041
|
clearTimeout(timer);
|
|
@@ -1465,7 +1473,7 @@ class Loader {
|
|
|
1465
1473
|
const mappingEndpoint = config.endpoints ? config.endpoints.uris.mapping : undefined;
|
|
1466
1474
|
let profiler = config.profiler;
|
|
1467
1475
|
|
|
1468
|
-
if (!mappingEndpoint) {
|
|
1476
|
+
if (!mappingEndpoint || !config.endpoints) {
|
|
1469
1477
|
throw new LoaderError(NO_MAPPING_URL);
|
|
1470
1478
|
}
|
|
1471
1479
|
|
|
@@ -1510,7 +1518,7 @@ class Loader {
|
|
|
1510
1518
|
this.services = Object.freeze({
|
|
1511
1519
|
addLoaderPlugin: this.registry.addLoaderPlugin.bind(this.registry),
|
|
1512
1520
|
handleStaleModule: this.registry.registerHandleStaleModuleHook.bind(this.registry),
|
|
1513
|
-
appMetadata: config.appMetadata,
|
|
1521
|
+
appMetadata: config.appMetadata ,
|
|
1514
1522
|
});
|
|
1515
1523
|
}
|
|
1516
1524
|
|
|
@@ -1597,7 +1605,7 @@ const { bootstrapModule, endpoints, baseUrl, imports, index } = configuration;
|
|
|
1597
1605
|
|
|
1598
1606
|
// Initialize the AMD loader (its code is bundled into the LWR Everywhere module)
|
|
1599
1607
|
const loader = new Loader({ endpoints, baseUrl });
|
|
1600
|
-
loader.define('lwr/loader/v/0_13_0-
|
|
1608
|
+
loader.define('lwr/loader/v/0_13_0-alpha_13', ['exports'], (exports) => {
|
|
1601
1609
|
Object.assign(exports, {
|
|
1602
1610
|
define: loader.define.bind(loader),
|
|
1603
1611
|
load: loader.load.bind(loader),
|
|
@@ -1607,12 +1615,12 @@ await loader.registerImportMappings({ imports, index }, [bootstrapModule]);
|
|
|
1607
1615
|
(globalThis ).LWR = Object.freeze({ define: loader.define.bind(loader) });
|
|
1608
1616
|
|
|
1609
1617
|
// Define preload modules (ie: ABS, vault, etc) BEFORE loading them
|
|
1610
|
-
LWR.define('lwr/everywhereAmd/v/0_13_0-
|
|
1618
|
+
LWR.define('lwr/everywhereAmd/v/0_13_0-alpha_13', ['exports', 'lwr/vault/v/0_13_0-alpha_13'], (function (exports, _0_13_0Alpha_13) {
|
|
1611
1619
|
// IMPORTANT: Do not add any static imports to this file that are not bundled with the amd-client
|
|
1612
1620
|
|
|
1613
1621
|
// Do an OAuthed fetch
|
|
1614
1622
|
async function authFetch(url, accept = 'javascript') {
|
|
1615
|
-
const authInfo =
|
|
1623
|
+
const authInfo = _0_13_0Alpha_13.getAuthInfo();
|
|
1616
1624
|
if (authInfo) {
|
|
1617
1625
|
return fetch(url, {
|
|
1618
1626
|
headers: {
|
|
@@ -1661,7 +1669,7 @@ LWR.define('lwr/everywhereAmd/v/0_13_0-alpha_12', ['exports', 'lwr/vault/v/0_13_
|
|
|
1661
1669
|
function authenticate(authInfo) {
|
|
1662
1670
|
// Put OAuth info into the vault
|
|
1663
1671
|
if (authInfo) {
|
|
1664
|
-
|
|
1672
|
+
_0_13_0Alpha_13.setAuthInfo(authInfo);
|
|
1665
1673
|
}
|
|
1666
1674
|
}
|
|
1667
1675
|
|
|
@@ -1671,7 +1679,7 @@ LWR.define('lwr/everywhereAmd/v/0_13_0-alpha_12', ['exports', 'lwr/vault/v/0_13_
|
|
|
1671
1679
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1672
1680
|
|
|
1673
1681
|
}));
|
|
1674
|
-
LWR.define('lwr/vault/v/0_13_0-
|
|
1682
|
+
LWR.define('lwr/vault/v/0_13_0-alpha_13', ['exports'], (function (exports) {
|
|
1675
1683
|
// Credential vault for storing setters and subscribers for OAuth info
|
|
1676
1684
|
// This module is a SINGLETON and must be excluded from ESM bundling
|
|
1677
1685
|
|
|
@@ -1695,7 +1703,7 @@ LWR.define('lwr/vault/v/0_13_0-alpha_12', ['exports'], (function (exports) {
|
|
|
1695
1703
|
|
|
1696
1704
|
// Set up the AMD loader hooks for OAuth
|
|
1697
1705
|
const { initAmd, authenticate } = await loader.load(bootstrapModule);
|
|
1698
|
-
initAmd(loader.services, _optionalChain([endpoints, 'optionalAccess', _ => _.uris, 'access', _2 => _2.mapping]), '0_13_0-
|
|
1706
|
+
initAmd(loader.services, _optionalChain([endpoints, 'optionalAccess', _ => _.uris, 'access', _2 => _2.mapping]), '0_13_0-alpha_13');
|
|
1699
1707
|
|
|
1700
1708
|
// Wrap the createComponent API to allow proper ordering of module definitions:
|
|
1701
1709
|
// 1. LWRE module bundle (this): lwr/loader, lwr/everywhereAmd, lwr/vault
|