proto-tinker-wc 0.1.86 → 0.1.89
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/{index-CeCaf1KB.js → index-Dg4OLjui.js} +8 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/proto-tinker-wc.cjs.js +2 -2
- package/dist/cjs/proto-tinker.cjs.entry.js +15 -2250
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/utils/index.js +0 -1
- package/dist/components/proto-tinker.js +18 -2251
- package/dist/esm/{index-uWCUtm_s.js → index-CAkyCPLP.js} +8 -2
- package/dist/esm/loader.js +2 -2
- package/dist/esm/proto-tinker-wc.js +3 -3
- package/dist/esm/proto-tinker.entry.js +15 -2250
- package/dist/proto-tinker-wc/p-23b56ec6.entry.js +1 -0
- package/dist/proto-tinker-wc/p-CAkyCPLP.js +2 -0
- package/dist/proto-tinker-wc/proto-tinker-wc.esm.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +21 -0
- package/dist/types/utils/index.d.ts +0 -1
- package/package.json +4 -5
- package/dist/collection/utils/color-plugin.js +0 -36
- package/dist/proto-tinker-wc/p-5ce9d7af.entry.js +0 -1
- package/dist/proto-tinker-wc/p-uWCUtm_s.js +0 -2
- package/dist/types/utils/color-plugin.d.ts +0 -14
|
@@ -4,7 +4,7 @@ const NAMESPACE = 'proto-tinker-wc';
|
|
|
4
4
|
const BUILD = /* proto-tinker-wc */ { hydratedSelectorName: "hydrated", lazyLoad: true, updatable: true, watchCallback: false };
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
|
-
Stencil Client Platform v4.
|
|
7
|
+
Stencil Client Platform v4.37.0 | MIT Licensed | https://stenciljs.com
|
|
8
8
|
*/
|
|
9
9
|
var __defProp = Object.defineProperty;
|
|
10
10
|
var __export = (target, all) => {
|
|
@@ -24,6 +24,7 @@ var getHostRef = (ref) => {
|
|
|
24
24
|
return void 0;
|
|
25
25
|
};
|
|
26
26
|
var registerInstance = (lazyInstance, hostRef) => {
|
|
27
|
+
if (!hostRef) return;
|
|
27
28
|
lazyInstance.__stencil__getHostRef = () => hostRef;
|
|
28
29
|
hostRef.$lazyInstance$ = lazyInstance;
|
|
29
30
|
};
|
|
@@ -1195,7 +1196,12 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1195
1196
|
} else {
|
|
1196
1197
|
Cstr = elm.constructor;
|
|
1197
1198
|
const cmpTag = elm.localName;
|
|
1198
|
-
|
|
1199
|
+
const setWatchIsReady = () => hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
1200
|
+
if (!!customElements.get(cmpTag)) {
|
|
1201
|
+
setWatchIsReady();
|
|
1202
|
+
} else {
|
|
1203
|
+
customElements.whenDefined(cmpTag).then(setWatchIsReady);
|
|
1204
|
+
}
|
|
1199
1205
|
}
|
|
1200
1206
|
if (Cstr && Cstr.style) {
|
|
1201
1207
|
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-Dg4OLjui.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.
|
|
8
|
+
Stencil Client Patch Browser v4.37.0 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
var patchBrowser = () => {
|