proto-ikons-wc 0.0.132 → 0.0.133
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/dist/cjs/acura-ikon_119.cjs.entry.js +1 -1
- package/dist/cjs/{index-9959af7f.js → index-f253d46b.js} +1 -9
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/proto-ikons-wc.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/esm/acura-ikon_119.entry.js +1 -1
- package/dist/esm/{index-73ec75bb.js → index-2ad4189f.js} +1 -9
- package/dist/esm/loader.js +2 -2
- package/dist/esm/proto-ikons-wc.js +3 -3
- package/dist/proto-ikons-wc/{p-7c7e0b63.entry.js → p-819508db.entry.js} +1 -1
- package/dist/proto-ikons-wc/proto-ikons-wc.esm.js +1 -1
- package/package.json +2 -2
- /package/dist/proto-ikons-wc/{p-5d547966.js → p-ba8a3e71.js} +0 -0
|
@@ -1584,14 +1584,6 @@ const registerHost = (hostElement, cmpMeta) => {
|
|
|
1584
1584
|
const isMemberInElement = (elm, memberName) => memberName in elm;
|
|
1585
1585
|
const consoleError = (e, el) => (0, console.error)(e, el);
|
|
1586
1586
|
const cmpModules = /*@__PURE__*/ new Map();
|
|
1587
|
-
/**
|
|
1588
|
-
* We need to separate out this prefix so that Esbuild doesn't try to resolve
|
|
1589
|
-
* the below, but instead retains a dynamic `import()` statement in the
|
|
1590
|
-
* emitted code.
|
|
1591
|
-
*
|
|
1592
|
-
* See here for details https://esbuild.github.io/api/#glob
|
|
1593
|
-
*/
|
|
1594
|
-
const MODULE_IMPORT_PREFIX = './';
|
|
1595
1587
|
const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
1596
1588
|
// loadModuleImport
|
|
1597
1589
|
const exportName = cmpMeta.$tagName$.replace(/-/g, '_');
|
|
@@ -1606,7 +1598,7 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
1606
1598
|
/* webpackInclude: /\.entry\.js$/ */
|
|
1607
1599
|
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
1608
1600
|
/* webpackMode: "lazy" */
|
|
1609
|
-
|
|
1601
|
+
`./${bundleId}.entry.js${''}`)); }).then((importedModule) => {
|
|
1610
1602
|
{
|
|
1611
1603
|
cmpModules.set(bundleId, importedModule);
|
|
1612
1604
|
}
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-f253d46b.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-f253d46b.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
/*
|
|
9
|
-
Stencil Client Patch Browser v4.12.
|
|
9
|
+
Stencil Client Patch Browser v4.12.4 | MIT Licensed | https://stenciljs.com
|
|
10
10
|
*/
|
|
11
11
|
const patchBrowser = () => {
|
|
12
12
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-ikons-wc.cjs.js', document.baseURI).href));
|
|
@@ -1562,14 +1562,6 @@ const registerHost = (hostElement, cmpMeta) => {
|
|
|
1562
1562
|
const isMemberInElement = (elm, memberName) => memberName in elm;
|
|
1563
1563
|
const consoleError = (e, el) => (0, console.error)(e, el);
|
|
1564
1564
|
const cmpModules = /*@__PURE__*/ new Map();
|
|
1565
|
-
/**
|
|
1566
|
-
* We need to separate out this prefix so that Esbuild doesn't try to resolve
|
|
1567
|
-
* the below, but instead retains a dynamic `import()` statement in the
|
|
1568
|
-
* emitted code.
|
|
1569
|
-
*
|
|
1570
|
-
* See here for details https://esbuild.github.io/api/#glob
|
|
1571
|
-
*/
|
|
1572
|
-
const MODULE_IMPORT_PREFIX = './';
|
|
1573
1565
|
const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
1574
1566
|
// loadModuleImport
|
|
1575
1567
|
const exportName = cmpMeta.$tagName$.replace(/-/g, '_');
|
|
@@ -1584,7 +1576,7 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
1584
1576
|
/* webpackInclude: /\.entry\.js$/ */
|
|
1585
1577
|
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
1586
1578
|
/* webpackMode: "lazy" */
|
|
1587
|
-
|
|
1579
|
+
`./${bundleId}.entry.js${''}`).then((importedModule) => {
|
|
1588
1580
|
{
|
|
1589
1581
|
cmpModules.set(bundleId, importedModule);
|
|
1590
1582
|
}
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
1
|
+
import { b as bootstrapLazy } from './index-2ad4189f.js';
|
|
2
|
+
export { s as setNonce } from './index-2ad4189f.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-0f993ce5.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { p as promiseResolve, b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
1
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-2ad4189f.js';
|
|
2
|
+
export { s as setNonce } from './index-2ad4189f.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-0f993ce5.js';
|
|
4
4
|
|
|
5
5
|
/*
|
|
6
|
-
Stencil Client Patch Browser v4.12.
|
|
6
|
+
Stencil Client Patch Browser v4.12.4 | MIT Licensed | https://stenciljs.com
|
|
7
7
|
*/
|
|
8
8
|
const patchBrowser = () => {
|
|
9
9
|
const importMeta = import.meta.url;
|