proto-ikons-wc 0.1.21 → 0.1.23
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-5gTJ4tCY.js → index-rLd0miPk.js} +2 -13
- 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-CWzlkjrV.js → index-RFh5kW63.js} +2 -13
- package/dist/esm/loader.js +2 -2
- package/dist/esm/proto-ikons-wc.js +3 -3
- package/dist/proto-ikons-wc/{p-ca7b90dd.entry.js → p-6b11a708.entry.js} +1 -1
- package/dist/proto-ikons-wc/p-RFh5kW63.js +2 -0
- package/dist/proto-ikons-wc/proto-ikons-wc.esm.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +6 -4
- package/package.json +3 -3
- package/dist/proto-ikons-wc/p-CWzlkjrV.js +0 -2
|
@@ -4,7 +4,7 @@ const NAMESPACE = 'proto-ikons-wc';
|
|
|
4
4
|
const BUILD = /* proto-ikons-wc */ { hydratedSelectorName: "hydrated", lazyLoad: true, updatable: true, watchCallback: false };
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
|
-
Stencil Client Platform v4.37.
|
|
7
|
+
Stencil Client Platform v4.37.1 | MIT Licensed | https://stenciljs.com
|
|
8
8
|
*/
|
|
9
9
|
var __defProp = Object.defineProperty;
|
|
10
10
|
var __export = (target, all) => {
|
|
@@ -393,12 +393,6 @@ createSupportsRuleRe("::slotted");
|
|
|
393
393
|
createSupportsRuleRe(":host");
|
|
394
394
|
createSupportsRuleRe(":host-context");
|
|
395
395
|
var parsePropertyValue = (propValue, propType, isFormAssociated) => {
|
|
396
|
-
if (typeof propValue === "string" && (propType & 16 /* Unknown */ || propType & 8 /* Any */) && (propValue.startsWith("{") && propValue.endsWith("}") || propValue.startsWith("[") && propValue.endsWith("]"))) {
|
|
397
|
-
try {
|
|
398
|
-
return JSON.parse(propValue);
|
|
399
|
-
} catch (e) {
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
396
|
if (propValue != null && !isComplexType(propValue)) {
|
|
403
397
|
if (propType & 4 /* Boolean */) {
|
|
404
398
|
{
|
|
@@ -1116,12 +1110,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1116
1110
|
} else {
|
|
1117
1111
|
Cstr = elm.constructor;
|
|
1118
1112
|
const cmpTag = elm.localName;
|
|
1119
|
-
|
|
1120
|
-
if (!!customElements.get(cmpTag)) {
|
|
1121
|
-
setWatchIsReady();
|
|
1122
|
-
} else {
|
|
1123
|
-
customElements.whenDefined(cmpTag).then(setWatchIsReady);
|
|
1124
|
-
}
|
|
1113
|
+
customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
|
|
1125
1114
|
}
|
|
1126
1115
|
if (Cstr && Cstr.style) {
|
|
1127
1116
|
let style;
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-rLd0miPk.js');
|
|
4
4
|
var appGlobals = require('./app-globals-V2Kpy_OQ.js');
|
|
5
5
|
|
|
6
6
|
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Browser v4.37.
|
|
8
|
+
Stencil Client Patch Browser v4.37.1 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
var patchBrowser = () => {
|
|
@@ -2,7 +2,7 @@ const NAMESPACE = 'proto-ikons-wc';
|
|
|
2
2
|
const BUILD = /* proto-ikons-wc */ { hydratedSelectorName: "hydrated", lazyLoad: true, updatable: true, watchCallback: false };
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Platform v4.37.
|
|
5
|
+
Stencil Client Platform v4.37.1 | MIT Licensed | https://stenciljs.com
|
|
6
6
|
*/
|
|
7
7
|
var __defProp = Object.defineProperty;
|
|
8
8
|
var __export = (target, all) => {
|
|
@@ -391,12 +391,6 @@ createSupportsRuleRe("::slotted");
|
|
|
391
391
|
createSupportsRuleRe(":host");
|
|
392
392
|
createSupportsRuleRe(":host-context");
|
|
393
393
|
var parsePropertyValue = (propValue, propType, isFormAssociated) => {
|
|
394
|
-
if (typeof propValue === "string" && (propType & 16 /* Unknown */ || propType & 8 /* Any */) && (propValue.startsWith("{") && propValue.endsWith("}") || propValue.startsWith("[") && propValue.endsWith("]"))) {
|
|
395
|
-
try {
|
|
396
|
-
return JSON.parse(propValue);
|
|
397
|
-
} catch (e) {
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
394
|
if (propValue != null && !isComplexType(propValue)) {
|
|
401
395
|
if (propType & 4 /* Boolean */) {
|
|
402
396
|
{
|
|
@@ -1114,12 +1108,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1114
1108
|
} else {
|
|
1115
1109
|
Cstr = elm.constructor;
|
|
1116
1110
|
const cmpTag = elm.localName;
|
|
1117
|
-
|
|
1118
|
-
if (!!customElements.get(cmpTag)) {
|
|
1119
|
-
setWatchIsReady();
|
|
1120
|
-
} else {
|
|
1121
|
-
customElements.whenDefined(cmpTag).then(setWatchIsReady);
|
|
1122
|
-
}
|
|
1111
|
+
customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
|
|
1123
1112
|
}
|
|
1124
1113
|
if (Cstr && Cstr.style) {
|
|
1125
1114
|
let style;
|
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-RFh5kW63.js';
|
|
2
|
+
export { s as setNonce } from './index-RFh5kW63.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-DQuL1Twl.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-RFh5kW63.js';
|
|
2
|
+
export { s as setNonce } from './index-RFh5kW63.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-DQuL1Twl.js';
|
|
4
4
|
|
|
5
5
|
/*
|
|
6
|
-
Stencil Client Patch Browser v4.37.
|
|
6
|
+
Stencil Client Patch Browser v4.37.1 | MIT Licensed | https://stenciljs.com
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
var patchBrowser = () => {
|