@wcstack/state 1.6.1 → 1.6.3
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/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.esm.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -59,7 +59,7 @@ function setConfig(partialConfig) {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
var version$1 = "1.6.
|
|
62
|
+
var version$1 = "1.6.3";
|
|
63
63
|
var pkg = {
|
|
64
64
|
version: version$1};
|
|
65
65
|
|
|
@@ -6443,6 +6443,9 @@ function getStateInfo(state) {
|
|
|
6443
6443
|
}
|
|
6444
6444
|
class State extends HTMLElement {
|
|
6445
6445
|
static hasConnectedCallbackPromise = true;
|
|
6446
|
+
static getBindingsReady(rootNode) {
|
|
6447
|
+
return getBindingsReady(rootNode);
|
|
6448
|
+
}
|
|
6446
6449
|
__state;
|
|
6447
6450
|
_name = 'default';
|
|
6448
6451
|
_initialized = false;
|