proto-ikons-wc 0.0.98 → 0.0.99
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-606cf529.js → index-a9bc1503.js} +2 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/proto-ikons-wc.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/esm/acura-ikon_119.entry.js +1 -1
- package/dist/esm/{index-432107bf.js → index-6c6b5fb4.js} +2 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/proto-ikons-wc.js +3 -3
- package/dist/proto-ikons-wc/{p-d350166b.entry.js → p-74c27350.entry.js} +1 -1
- package/dist/proto-ikons-wc/p-ac16a8db.js +2 -0
- package/dist/proto-ikons-wc/proto-ikons-wc.esm.js +1 -1
- package/package.json +2 -2
- package/dist/proto-ikons-wc/p-d5c7882f.js +0 -2
|
@@ -848,6 +848,7 @@ const dispatchHooks = (hostRef, isInitialLoad) => {
|
|
|
848
848
|
*/
|
|
849
849
|
const enqueue = (maybePromise, fn) => maybePromise instanceof Promise ? maybePromise.then(fn) : fn();
|
|
850
850
|
const updateComponent = async (hostRef, instance, isInitialLoad) => {
|
|
851
|
+
var _a;
|
|
851
852
|
const elm = hostRef.$hostElement$;
|
|
852
853
|
const endUpdate = createTime('update', hostRef.$cmpMeta$.$tagName$);
|
|
853
854
|
const rc = elm['s-rc'];
|
|
@@ -869,7 +870,7 @@ const updateComponent = async (hostRef, instance, isInitialLoad) => {
|
|
|
869
870
|
endRender();
|
|
870
871
|
endUpdate();
|
|
871
872
|
{
|
|
872
|
-
const childrenPromises = elm['s-p'];
|
|
873
|
+
const childrenPromises = (_a = elm['s-p']) !== null && _a !== void 0 ? _a : [];
|
|
873
874
|
const postUpdate = () => postUpdateComponent(hostRef);
|
|
874
875
|
if (childrenPromises.length === 0) {
|
|
875
876
|
postUpdate();
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a9bc1503.js');
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Esm v3.
|
|
8
|
+
Stencil Client Patch Esm v3.3.0 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
const patchEsm = () => {
|
|
11
11
|
return index.promiseResolve();
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a9bc1503.js');
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Browser v3.
|
|
8
|
+
Stencil Client Patch Browser v3.3.0 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
const patchBrowser = () => {
|
|
11
11
|
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));
|
|
@@ -826,6 +826,7 @@ const dispatchHooks = (hostRef, isInitialLoad) => {
|
|
|
826
826
|
*/
|
|
827
827
|
const enqueue = (maybePromise, fn) => maybePromise instanceof Promise ? maybePromise.then(fn) : fn();
|
|
828
828
|
const updateComponent = async (hostRef, instance, isInitialLoad) => {
|
|
829
|
+
var _a;
|
|
829
830
|
const elm = hostRef.$hostElement$;
|
|
830
831
|
const endUpdate = createTime('update', hostRef.$cmpMeta$.$tagName$);
|
|
831
832
|
const rc = elm['s-rc'];
|
|
@@ -847,7 +848,7 @@ const updateComponent = async (hostRef, instance, isInitialLoad) => {
|
|
|
847
848
|
endRender();
|
|
848
849
|
endUpdate();
|
|
849
850
|
{
|
|
850
|
-
const childrenPromises = elm['s-p'];
|
|
851
|
+
const childrenPromises = (_a = elm['s-p']) !== null && _a !== void 0 ? _a : [];
|
|
851
852
|
const postUpdate = () => postUpdateComponent(hostRef);
|
|
852
853
|
if (childrenPromises.length === 0) {
|
|
853
854
|
postUpdate();
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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-6c6b5fb4.js';
|
|
2
|
+
export { s as setNonce } from './index-6c6b5fb4.js';
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Patch Esm v3.
|
|
5
|
+
Stencil Client Patch Esm v3.3.0 | MIT Licensed | https://stenciljs.com
|
|
6
6
|
*/
|
|
7
7
|
const patchEsm = () => {
|
|
8
8
|
return promiseResolve();
|
|
@@ -1,8 +1,8 @@
|
|
|
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-6c6b5fb4.js';
|
|
2
|
+
export { s as setNonce } from './index-6c6b5fb4.js';
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Patch Browser v3.
|
|
5
|
+
Stencil Client Patch Browser v3.3.0 | MIT Licensed | https://stenciljs.com
|
|
6
6
|
*/
|
|
7
7
|
const patchBrowser = () => {
|
|
8
8
|
const importMeta = import.meta.url;
|