proto-ikons-wc 0.1.24 → 0.1.25
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-CbqLW2ga.js → index-DhNHFZP-.js} +5 -2
- package/dist/cjs/loader.cjs.js +1 -1
- 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-C_NKW2Mo.js → index-Dv9z6hXe.js} +5 -2
- package/dist/esm/loader.js +2 -2
- package/dist/esm/proto-ikons-wc.js +3 -3
- package/dist/proto-ikons-wc/{p-a778e00d.entry.js → p-13b289f3.entry.js} +1 -1
- package/dist/proto-ikons-wc/{p-C_NKW2Mo.js → p-Dv9z6hXe.js} +1 -1
- package/dist/proto-ikons-wc/proto-ikons-wc.esm.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +20 -10
- package/package.json +2 -2
|
@@ -4,7 +4,7 @@ const NAMESPACE = 'proto-ikons-wc';
|
|
|
4
4
|
const BUILD = /* proto-ikons-wc */ { hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: false, updatable: true};
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
|
-
Stencil Client Platform v4.38.
|
|
7
|
+
Stencil Client Platform v4.38.2 | MIT Licensed | https://stenciljs.com
|
|
8
8
|
*/
|
|
9
9
|
var __defProp = Object.defineProperty;
|
|
10
10
|
var __export = (target, all) => {
|
|
@@ -1059,8 +1059,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1059
1059
|
}
|
|
1060
1060
|
return;
|
|
1061
1061
|
}
|
|
1062
|
+
const propFlags = members.find(([m]) => m === propName);
|
|
1063
|
+
if (propFlags && propFlags[1][0] & 4 /* Boolean */) {
|
|
1064
|
+
newValue = newValue === null || newValue === "false" ? false : true;
|
|
1065
|
+
}
|
|
1062
1066
|
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
|
1063
|
-
newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
1064
1067
|
if (newValue != this[propName] && (!propDesc.get || !!propDesc.set)) {
|
|
1065
1068
|
this[propName] = newValue;
|
|
1066
1069
|
}
|
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-DhNHFZP-.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.38.
|
|
8
|
+
Stencil Client Patch Browser v4.38.2 | 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, propChangeCallback: false, updatable: true};
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Platform v4.38.
|
|
5
|
+
Stencil Client Platform v4.38.2 | MIT Licensed | https://stenciljs.com
|
|
6
6
|
*/
|
|
7
7
|
var __defProp = Object.defineProperty;
|
|
8
8
|
var __export = (target, all) => {
|
|
@@ -1057,8 +1057,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1057
1057
|
}
|
|
1058
1058
|
return;
|
|
1059
1059
|
}
|
|
1060
|
+
const propFlags = members.find(([m]) => m === propName);
|
|
1061
|
+
if (propFlags && propFlags[1][0] & 4 /* Boolean */) {
|
|
1062
|
+
newValue = newValue === null || newValue === "false" ? false : true;
|
|
1063
|
+
}
|
|
1060
1064
|
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
|
1061
|
-
newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
1062
1065
|
if (newValue != this[propName] && (!propDesc.get || !!propDesc.set)) {
|
|
1063
1066
|
this[propName] = newValue;
|
|
1064
1067
|
}
|
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-Dv9z6hXe.js';
|
|
2
|
+
export { s as setNonce } from './index-Dv9z6hXe.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-Dv9z6hXe.js';
|
|
2
|
+
export { s as setNonce } from './index-Dv9z6hXe.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-DQuL1Twl.js';
|
|
4
4
|
|
|
5
5
|
/*
|
|
6
|
-
Stencil Client Patch Browser v4.38.
|
|
6
|
+
Stencil Client Patch Browser v4.38.2 | MIT Licensed | https://stenciljs.com
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
var patchBrowser = () => {
|