@builder.io/sdk-qwik 0.14.24 → 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.
@@ -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.24";
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.24";
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"),
@@ -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.24";
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"),
@@ -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.24";
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"),
@@ -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.24";
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"),
@@ -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.24";
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-qwik",
3
- "version": "0.14.24",
3
+ "version": "0.14.26",
4
4
  "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/qwik",
5
5
  "repository": {
6
6
  "type": "git",
@@ -106,7 +106,7 @@
106
106
  "build:browser": "SDK_ENV=browser yarn build:one"
107
107
  },
108
108
  "dependencies": {
109
- "isolated-vm": "^4.6.0"
109
+ "isolated-vm": "^5.0.0"
110
110
  },
111
111
  "devDependencies": {
112
112
  "@builder.io/qwik": "^1.5.1",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.14.24";
1
+ export declare const SDK_VERSION = "0.14.26";
@@ -33,4 +33,5 @@ export interface BuilderContextInterface extends Pick<BlocksWrapperProps, 'Block
33
33
  apiVersion: ApiVersion | undefined;
34
34
  componentInfos: Dictionary<ComponentInfo>;
35
35
  inheritedStyles: Record<string, unknown>;
36
+ canTrack?: boolean;
36
37
  }