@cabloy/vue-runtime-core 3.5.27 → 3.5.28
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/runtime-core.cjs.js
CHANGED
|
@@ -7756,6 +7756,7 @@ function invokeVNodeHook(hook, instance, vnode, prevVNode = null) {
|
|
|
7756
7756
|
const emptyAppContext = createAppContext();
|
|
7757
7757
|
let uid = 0;
|
|
7758
7758
|
function createComponentInstance(vnode, parent, suspense) {
|
|
7759
|
+
var _a;
|
|
7759
7760
|
const type = vnode.type;
|
|
7760
7761
|
const appContext = (parent ? parent.appContext : vnode.appContext) || emptyAppContext;
|
|
7761
7762
|
const instance = {
|
|
@@ -7837,8 +7838,9 @@ function createComponentInstance(vnode, parent, suspense) {
|
|
|
7837
7838
|
{
|
|
7838
7839
|
instance.ctx = createDevRenderContext(instance);
|
|
7839
7840
|
}
|
|
7840
|
-
|
|
7841
|
-
|
|
7841
|
+
const zovaHostProviders = (_a = vnode.zovaHostProviders) != null ? _a : parent && parent.zovaHostProviders;
|
|
7842
|
+
if (zovaHostProviders) {
|
|
7843
|
+
instance.zovaHostProviders = zovaHostProviders;
|
|
7842
7844
|
}
|
|
7843
7845
|
instance.root = parent ? parent.root : instance;
|
|
7844
7846
|
instance.emit = emit.bind(null, instance);
|
|
@@ -6234,6 +6234,7 @@ function invokeVNodeHook(hook, instance, vnode, prevVNode = null) {
|
|
|
6234
6234
|
const emptyAppContext = createAppContext();
|
|
6235
6235
|
let uid = 0;
|
|
6236
6236
|
function createComponentInstance(vnode, parent, suspense) {
|
|
6237
|
+
var _a;
|
|
6237
6238
|
const type = vnode.type;
|
|
6238
6239
|
const appContext = (parent ? parent.appContext : vnode.appContext) || emptyAppContext;
|
|
6239
6240
|
const instance = {
|
|
@@ -6315,8 +6316,9 @@ function createComponentInstance(vnode, parent, suspense) {
|
|
|
6315
6316
|
{
|
|
6316
6317
|
instance.ctx = { _: instance };
|
|
6317
6318
|
}
|
|
6318
|
-
|
|
6319
|
-
|
|
6319
|
+
const zovaHostProviders = (_a = vnode.zovaHostProviders) != null ? _a : parent && parent.zovaHostProviders;
|
|
6320
|
+
if (zovaHostProviders) {
|
|
6321
|
+
instance.zovaHostProviders = zovaHostProviders;
|
|
6320
6322
|
}
|
|
6321
6323
|
instance.root = parent ? parent.root : instance;
|
|
6322
6324
|
instance.emit = emit.bind(null, instance);
|
|
@@ -7813,6 +7813,7 @@ function invokeVNodeHook(hook, instance, vnode, prevVNode = null) {
|
|
|
7813
7813
|
const emptyAppContext = createAppContext();
|
|
7814
7814
|
let uid = 0;
|
|
7815
7815
|
function createComponentInstance(vnode, parent, suspense) {
|
|
7816
|
+
var _a;
|
|
7816
7817
|
const type = vnode.type;
|
|
7817
7818
|
const appContext = (parent ? parent.appContext : vnode.appContext) || emptyAppContext;
|
|
7818
7819
|
const instance = {
|
|
@@ -7896,8 +7897,9 @@ function createComponentInstance(vnode, parent, suspense) {
|
|
|
7896
7897
|
} else {
|
|
7897
7898
|
instance.ctx = { _: instance };
|
|
7898
7899
|
}
|
|
7899
|
-
|
|
7900
|
-
|
|
7900
|
+
const zovaHostProviders = (_a = vnode.zovaHostProviders) != null ? _a : parent && parent.zovaHostProviders;
|
|
7901
|
+
if (zovaHostProviders) {
|
|
7902
|
+
instance.zovaHostProviders = zovaHostProviders;
|
|
7901
7903
|
}
|
|
7902
7904
|
instance.root = parent ? parent.root : instance;
|
|
7903
7905
|
instance.emit = emit.bind(null, instance);
|