@builder.io/sdk-qwik 0.14.25 → 0.14.26
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/lib/browser/index.qwik.cjs +8 -1
- package/lib/browser/index.qwik.mjs +8 -1
- package/lib/edge/index.qwik.cjs +8 -1
- package/lib/edge/index.qwik.mjs +8 -1
- package/lib/node/index.qwik.cjs +8 -1
- package/lib/node/index.qwik.mjs +8 -1
- package/package.json +1 -1
- package/types/src/constants/sdk-version.d.ts +1 -1
- package/types/src/context/types.d.ts +1 -0
|
@@ -5072,7 +5072,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
5072
5072
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
5073
5073
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
5074
5074
|
}
|
|
5075
|
-
const SDK_VERSION = "0.14.
|
|
5075
|
+
const SDK_VERSION = "0.14.26";
|
|
5076
5076
|
const registry = {};
|
|
5077
5077
|
function register(type, info) {
|
|
5078
5078
|
let typeList = registry[type];
|
|
@@ -5768,6 +5768,7 @@ const ContentComponent = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.
|
|
|
5768
5768
|
}),
|
|
5769
5769
|
rootSetState: void 0,
|
|
5770
5770
|
context: props.context || {},
|
|
5771
|
+
canTrack: props.canTrack,
|
|
5771
5772
|
apiKey: props.apiKey,
|
|
5772
5773
|
apiVersion: props.apiVersion,
|
|
5773
5774
|
componentInfos: [
|
|
@@ -6375,6 +6376,9 @@ const Symbol$1 = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQ
|
|
|
6375
6376
|
...(_c = (_b = state.contentToUse) == null ? void 0 : _b.data) == null ? void 0 : _c.state
|
|
6376
6377
|
};
|
|
6377
6378
|
},
|
|
6379
|
+
get canTrack() {
|
|
6380
|
+
return props.builderContext.canTrack;
|
|
6381
|
+
},
|
|
6378
6382
|
get model() {
|
|
6379
6383
|
var _a2;
|
|
6380
6384
|
return (_a2 = props.symbol) == null ? void 0 : _a2.model;
|
|
@@ -6401,6 +6405,9 @@ const Symbol$1 = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQ
|
|
|
6401
6405
|
blocksWrapper: qwik._fnSignal((p0) => p0.value, [
|
|
6402
6406
|
blocksWrapper
|
|
6403
6407
|
], "p0.value"),
|
|
6408
|
+
canTrack: qwik._fnSignal((p0) => p0.builderContext.canTrack, [
|
|
6409
|
+
props
|
|
6410
|
+
], "p0.builderContext.canTrack"),
|
|
6404
6411
|
content: qwik._fnSignal((p0) => p0.contentToUse, [
|
|
6405
6412
|
state
|
|
6406
6413
|
], "p0.contentToUse"),
|
|
@@ -5070,7 +5070,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
5070
5070
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
5071
5071
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
5072
5072
|
}
|
|
5073
|
-
const SDK_VERSION = "0.14.
|
|
5073
|
+
const SDK_VERSION = "0.14.26";
|
|
5074
5074
|
const registry = {};
|
|
5075
5075
|
function register(type, info) {
|
|
5076
5076
|
let typeList = registry[type];
|
|
@@ -5766,6 +5766,7 @@ const ContentComponent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl
|
|
|
5766
5766
|
}),
|
|
5767
5767
|
rootSetState: void 0,
|
|
5768
5768
|
context: props.context || {},
|
|
5769
|
+
canTrack: props.canTrack,
|
|
5769
5770
|
apiKey: props.apiKey,
|
|
5770
5771
|
apiVersion: props.apiVersion,
|
|
5771
5772
|
componentInfos: [
|
|
@@ -6373,6 +6374,9 @@ const Symbol$1 = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
|
|
|
6373
6374
|
...(_c = (_b = state.contentToUse) == null ? void 0 : _b.data) == null ? void 0 : _c.state
|
|
6374
6375
|
};
|
|
6375
6376
|
},
|
|
6377
|
+
get canTrack() {
|
|
6378
|
+
return props.builderContext.canTrack;
|
|
6379
|
+
},
|
|
6376
6380
|
get model() {
|
|
6377
6381
|
var _a2;
|
|
6378
6382
|
return (_a2 = props.symbol) == null ? void 0 : _a2.model;
|
|
@@ -6399,6 +6403,9 @@ const Symbol$1 = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
|
|
|
6399
6403
|
blocksWrapper: _fnSignal((p0) => p0.value, [
|
|
6400
6404
|
blocksWrapper
|
|
6401
6405
|
], "p0.value"),
|
|
6406
|
+
canTrack: _fnSignal((p0) => p0.builderContext.canTrack, [
|
|
6407
|
+
props
|
|
6408
|
+
], "p0.builderContext.canTrack"),
|
|
6402
6409
|
content: _fnSignal((p0) => p0.contentToUse, [
|
|
6403
6410
|
state
|
|
6404
6411
|
], "p0.contentToUse"),
|
package/lib/edge/index.qwik.cjs
CHANGED
|
@@ -8303,7 +8303,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
8303
8303
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
8304
8304
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
8305
8305
|
}
|
|
8306
|
-
const SDK_VERSION = "0.14.
|
|
8306
|
+
const SDK_VERSION = "0.14.26";
|
|
8307
8307
|
const registry = {};
|
|
8308
8308
|
function register(type, info) {
|
|
8309
8309
|
let typeList = registry[type];
|
|
@@ -8999,6 +8999,7 @@ const ContentComponent = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.
|
|
|
8999
8999
|
}),
|
|
9000
9000
|
rootSetState: void 0,
|
|
9001
9001
|
context: props.context || {},
|
|
9002
|
+
canTrack: props.canTrack,
|
|
9002
9003
|
apiKey: props.apiKey,
|
|
9003
9004
|
apiVersion: props.apiVersion,
|
|
9004
9005
|
componentInfos: [
|
|
@@ -9606,6 +9607,9 @@ const Symbol$1 = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQ
|
|
|
9606
9607
|
...(_c = (_b = state.contentToUse) == null ? void 0 : _b.data) == null ? void 0 : _c.state
|
|
9607
9608
|
};
|
|
9608
9609
|
},
|
|
9610
|
+
get canTrack() {
|
|
9611
|
+
return props.builderContext.canTrack;
|
|
9612
|
+
},
|
|
9609
9613
|
get model() {
|
|
9610
9614
|
var _a2;
|
|
9611
9615
|
return (_a2 = props.symbol) == null ? void 0 : _a2.model;
|
|
@@ -9632,6 +9636,9 @@ const Symbol$1 = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQ
|
|
|
9632
9636
|
blocksWrapper: qwik._fnSignal((p0) => p0.value, [
|
|
9633
9637
|
blocksWrapper
|
|
9634
9638
|
], "p0.value"),
|
|
9639
|
+
canTrack: qwik._fnSignal((p0) => p0.builderContext.canTrack, [
|
|
9640
|
+
props
|
|
9641
|
+
], "p0.builderContext.canTrack"),
|
|
9635
9642
|
content: qwik._fnSignal((p0) => p0.contentToUse, [
|
|
9636
9643
|
state
|
|
9637
9644
|
], "p0.contentToUse"),
|
package/lib/edge/index.qwik.mjs
CHANGED
|
@@ -8301,7 +8301,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
8301
8301
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
8302
8302
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
8303
8303
|
}
|
|
8304
|
-
const SDK_VERSION = "0.14.
|
|
8304
|
+
const SDK_VERSION = "0.14.26";
|
|
8305
8305
|
const registry = {};
|
|
8306
8306
|
function register(type, info) {
|
|
8307
8307
|
let typeList = registry[type];
|
|
@@ -8997,6 +8997,7 @@ const ContentComponent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl
|
|
|
8997
8997
|
}),
|
|
8998
8998
|
rootSetState: void 0,
|
|
8999
8999
|
context: props.context || {},
|
|
9000
|
+
canTrack: props.canTrack,
|
|
9000
9001
|
apiKey: props.apiKey,
|
|
9001
9002
|
apiVersion: props.apiVersion,
|
|
9002
9003
|
componentInfos: [
|
|
@@ -9604,6 +9605,9 @@ const Symbol$1 = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
|
|
|
9604
9605
|
...(_c = (_b = state.contentToUse) == null ? void 0 : _b.data) == null ? void 0 : _c.state
|
|
9605
9606
|
};
|
|
9606
9607
|
},
|
|
9608
|
+
get canTrack() {
|
|
9609
|
+
return props.builderContext.canTrack;
|
|
9610
|
+
},
|
|
9607
9611
|
get model() {
|
|
9608
9612
|
var _a2;
|
|
9609
9613
|
return (_a2 = props.symbol) == null ? void 0 : _a2.model;
|
|
@@ -9630,6 +9634,9 @@ const Symbol$1 = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
|
|
|
9630
9634
|
blocksWrapper: _fnSignal((p0) => p0.value, [
|
|
9631
9635
|
blocksWrapper
|
|
9632
9636
|
], "p0.value"),
|
|
9637
|
+
canTrack: _fnSignal((p0) => p0.builderContext.canTrack, [
|
|
9638
|
+
props
|
|
9639
|
+
], "p0.builderContext.canTrack"),
|
|
9633
9640
|
content: _fnSignal((p0) => p0.contentToUse, [
|
|
9634
9641
|
state
|
|
9635
9642
|
], "p0.contentToUse"),
|
package/lib/node/index.qwik.cjs
CHANGED
|
@@ -5204,7 +5204,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
5204
5204
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
5205
5205
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
5206
5206
|
}
|
|
5207
|
-
const SDK_VERSION = "0.14.
|
|
5207
|
+
const SDK_VERSION = "0.14.26";
|
|
5208
5208
|
const registry = {};
|
|
5209
5209
|
function register(type, info) {
|
|
5210
5210
|
let typeList = registry[type];
|
|
@@ -5900,6 +5900,7 @@ const ContentComponent = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.
|
|
|
5900
5900
|
}),
|
|
5901
5901
|
rootSetState: void 0,
|
|
5902
5902
|
context: props.context || {},
|
|
5903
|
+
canTrack: props.canTrack,
|
|
5903
5904
|
apiKey: props.apiKey,
|
|
5904
5905
|
apiVersion: props.apiVersion,
|
|
5905
5906
|
componentInfos: [
|
|
@@ -6507,6 +6508,9 @@ const Symbol$1 = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQ
|
|
|
6507
6508
|
...(_c = (_b = state.contentToUse) == null ? void 0 : _b.data) == null ? void 0 : _c.state
|
|
6508
6509
|
};
|
|
6509
6510
|
},
|
|
6511
|
+
get canTrack() {
|
|
6512
|
+
return props.builderContext.canTrack;
|
|
6513
|
+
},
|
|
6510
6514
|
get model() {
|
|
6511
6515
|
var _a2;
|
|
6512
6516
|
return (_a2 = props.symbol) == null ? void 0 : _a2.model;
|
|
@@ -6533,6 +6537,9 @@ const Symbol$1 = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQ
|
|
|
6533
6537
|
blocksWrapper: qwik._fnSignal((p0) => p0.value, [
|
|
6534
6538
|
blocksWrapper
|
|
6535
6539
|
], "p0.value"),
|
|
6540
|
+
canTrack: qwik._fnSignal((p0) => p0.builderContext.canTrack, [
|
|
6541
|
+
props
|
|
6542
|
+
], "p0.builderContext.canTrack"),
|
|
6536
6543
|
content: qwik._fnSignal((p0) => p0.contentToUse, [
|
|
6537
6544
|
state
|
|
6538
6545
|
], "p0.contentToUse"),
|
package/lib/node/index.qwik.mjs
CHANGED
|
@@ -5202,7 +5202,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
5202
5202
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
5203
5203
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
5204
5204
|
}
|
|
5205
|
-
const SDK_VERSION = "0.14.
|
|
5205
|
+
const SDK_VERSION = "0.14.26";
|
|
5206
5206
|
const registry = {};
|
|
5207
5207
|
function register(type, info) {
|
|
5208
5208
|
let typeList = registry[type];
|
|
@@ -5898,6 +5898,7 @@ const ContentComponent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl
|
|
|
5898
5898
|
}),
|
|
5899
5899
|
rootSetState: void 0,
|
|
5900
5900
|
context: props.context || {},
|
|
5901
|
+
canTrack: props.canTrack,
|
|
5901
5902
|
apiKey: props.apiKey,
|
|
5902
5903
|
apiVersion: props.apiVersion,
|
|
5903
5904
|
componentInfos: [
|
|
@@ -6505,6 +6506,9 @@ const Symbol$1 = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
|
|
|
6505
6506
|
...(_c = (_b = state.contentToUse) == null ? void 0 : _b.data) == null ? void 0 : _c.state
|
|
6506
6507
|
};
|
|
6507
6508
|
},
|
|
6509
|
+
get canTrack() {
|
|
6510
|
+
return props.builderContext.canTrack;
|
|
6511
|
+
},
|
|
6508
6512
|
get model() {
|
|
6509
6513
|
var _a2;
|
|
6510
6514
|
return (_a2 = props.symbol) == null ? void 0 : _a2.model;
|
|
@@ -6531,6 +6535,9 @@ const Symbol$1 = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
|
|
|
6531
6535
|
blocksWrapper: _fnSignal((p0) => p0.value, [
|
|
6532
6536
|
blocksWrapper
|
|
6533
6537
|
], "p0.value"),
|
|
6538
|
+
canTrack: _fnSignal((p0) => p0.builderContext.canTrack, [
|
|
6539
|
+
props
|
|
6540
|
+
], "p0.builderContext.canTrack"),
|
|
6534
6541
|
content: _fnSignal((p0) => p0.contentToUse, [
|
|
6535
6542
|
state
|
|
6536
6543
|
], "p0.contentToUse"),
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.26";
|