@builder.io/sdk-qwik 0.7.1-0 → 0.7.1-2
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 +1 -8
- package/lib/browser/index.qwik.mjs +1 -8
- package/lib/edge/index.qwik.cjs +1 -8
- package/lib/edge/index.qwik.mjs +1 -8
- package/lib/node/index.qwik.cjs +1 -8
- package/lib/node/index.qwik.mjs +1 -8
- package/package.json +1 -1
- package/types/src/constants/sdk-version.d.ts +1 -1
- package/types/src/functions/evaluate/node-runtime/node-runtime.d.ts +2 -0
- package/lib/index.qwik.cjs +0 -8790
- package/lib/index.qwik.mjs +0 -8790
|
@@ -3100,7 +3100,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3100
3100
|
}
|
|
3101
3101
|
};
|
|
3102
3102
|
};
|
|
3103
|
-
const SDK_VERSION = "0.7.1-
|
|
3103
|
+
const SDK_VERSION = "0.7.1-2";
|
|
3104
3104
|
const registry = {};
|
|
3105
3105
|
function register(type, info) {
|
|
3106
3106
|
let typeList = registry[type];
|
|
@@ -4143,13 +4143,6 @@ const Symbol$1 = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQ
|
|
|
4143
4143
|
const state = qwik.useStore({
|
|
4144
4144
|
contentToUse: (_a = props.symbol) == null ? void 0 : _a.content
|
|
4145
4145
|
});
|
|
4146
|
-
qwik.useVisibleTaskQrl(/* @__PURE__ */ qwik.inlinedQrl(() => {
|
|
4147
|
-
const [props2, state2] = qwik.useLexicalScope();
|
|
4148
|
-
setContent(props2, state2);
|
|
4149
|
-
}, "Symbol_component_useVisibleTask_oMPs8W5ZhwE", [
|
|
4150
|
-
props,
|
|
4151
|
-
state
|
|
4152
|
-
]));
|
|
4153
4146
|
qwik.useTaskQrl(/* @__PURE__ */ qwik.inlinedQrl(({ track: track2 }) => {
|
|
4154
4147
|
const [props2, state2] = qwik.useLexicalScope();
|
|
4155
4148
|
track2(() => props2.symbol);
|
|
@@ -3098,7 +3098,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3098
3098
|
}
|
|
3099
3099
|
};
|
|
3100
3100
|
};
|
|
3101
|
-
const SDK_VERSION = "0.7.1-
|
|
3101
|
+
const SDK_VERSION = "0.7.1-2";
|
|
3102
3102
|
const registry = {};
|
|
3103
3103
|
function register(type, info) {
|
|
3104
3104
|
let typeList = registry[type];
|
|
@@ -4141,13 +4141,6 @@ const Symbol$1 = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
|
|
|
4141
4141
|
const state = useStore({
|
|
4142
4142
|
contentToUse: (_a = props.symbol) == null ? void 0 : _a.content
|
|
4143
4143
|
});
|
|
4144
|
-
useVisibleTaskQrl(/* @__PURE__ */ inlinedQrl(() => {
|
|
4145
|
-
const [props2, state2] = useLexicalScope();
|
|
4146
|
-
setContent(props2, state2);
|
|
4147
|
-
}, "Symbol_component_useVisibleTask_oMPs8W5ZhwE", [
|
|
4148
|
-
props,
|
|
4149
|
-
state
|
|
4150
|
-
]));
|
|
4151
4144
|
useTaskQrl(/* @__PURE__ */ inlinedQrl(({ track: track2 }) => {
|
|
4152
4145
|
const [props2, state2] = useLexicalScope();
|
|
4153
4146
|
track2(() => props2.symbol);
|
package/lib/edge/index.qwik.cjs
CHANGED
|
@@ -6304,7 +6304,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
6304
6304
|
}
|
|
6305
6305
|
};
|
|
6306
6306
|
};
|
|
6307
|
-
const SDK_VERSION = "0.7.1-
|
|
6307
|
+
const SDK_VERSION = "0.7.1-2";
|
|
6308
6308
|
const registry = {};
|
|
6309
6309
|
function register(type, info) {
|
|
6310
6310
|
let typeList = registry[type];
|
|
@@ -7347,13 +7347,6 @@ const Symbol$1 = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQ
|
|
|
7347
7347
|
const state = qwik.useStore({
|
|
7348
7348
|
contentToUse: (_a = props.symbol) == null ? void 0 : _a.content
|
|
7349
7349
|
});
|
|
7350
|
-
qwik.useVisibleTaskQrl(/* @__PURE__ */ qwik.inlinedQrl(() => {
|
|
7351
|
-
const [props2, state2] = qwik.useLexicalScope();
|
|
7352
|
-
setContent(props2, state2);
|
|
7353
|
-
}, "Symbol_component_useVisibleTask_oMPs8W5ZhwE", [
|
|
7354
|
-
props,
|
|
7355
|
-
state
|
|
7356
|
-
]));
|
|
7357
7350
|
qwik.useTaskQrl(/* @__PURE__ */ qwik.inlinedQrl(({ track: track2 }) => {
|
|
7358
7351
|
const [props2, state2] = qwik.useLexicalScope();
|
|
7359
7352
|
track2(() => props2.symbol);
|
package/lib/edge/index.qwik.mjs
CHANGED
|
@@ -6302,7 +6302,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
6302
6302
|
}
|
|
6303
6303
|
};
|
|
6304
6304
|
};
|
|
6305
|
-
const SDK_VERSION = "0.7.1-
|
|
6305
|
+
const SDK_VERSION = "0.7.1-2";
|
|
6306
6306
|
const registry = {};
|
|
6307
6307
|
function register(type, info) {
|
|
6308
6308
|
let typeList = registry[type];
|
|
@@ -7345,13 +7345,6 @@ const Symbol$1 = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
|
|
|
7345
7345
|
const state = useStore({
|
|
7346
7346
|
contentToUse: (_a = props.symbol) == null ? void 0 : _a.content
|
|
7347
7347
|
});
|
|
7348
|
-
useVisibleTaskQrl(/* @__PURE__ */ inlinedQrl(() => {
|
|
7349
|
-
const [props2, state2] = useLexicalScope();
|
|
7350
|
-
setContent(props2, state2);
|
|
7351
|
-
}, "Symbol_component_useVisibleTask_oMPs8W5ZhwE", [
|
|
7352
|
-
props,
|
|
7353
|
-
state
|
|
7354
|
-
]));
|
|
7355
7348
|
useTaskQrl(/* @__PURE__ */ inlinedQrl(({ track: track2 }) => {
|
|
7356
7349
|
const [props2, state2] = useLexicalScope();
|
|
7357
7350
|
track2(() => props2.symbol);
|
package/lib/node/index.qwik.cjs
CHANGED
|
@@ -3100,7 +3100,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3100
3100
|
}
|
|
3101
3101
|
};
|
|
3102
3102
|
};
|
|
3103
|
-
const SDK_VERSION = "0.7.1-
|
|
3103
|
+
const SDK_VERSION = "0.7.1-2";
|
|
3104
3104
|
const registry = {};
|
|
3105
3105
|
function register(type, info) {
|
|
3106
3106
|
let typeList = registry[type];
|
|
@@ -4143,13 +4143,6 @@ const Symbol$1 = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQ
|
|
|
4143
4143
|
const state = qwik.useStore({
|
|
4144
4144
|
contentToUse: (_a = props.symbol) == null ? void 0 : _a.content
|
|
4145
4145
|
});
|
|
4146
|
-
qwik.useVisibleTaskQrl(/* @__PURE__ */ qwik.inlinedQrl(() => {
|
|
4147
|
-
const [props2, state2] = qwik.useLexicalScope();
|
|
4148
|
-
setContent(props2, state2);
|
|
4149
|
-
}, "Symbol_component_useVisibleTask_oMPs8W5ZhwE", [
|
|
4150
|
-
props,
|
|
4151
|
-
state
|
|
4152
|
-
]));
|
|
4153
4146
|
qwik.useTaskQrl(/* @__PURE__ */ qwik.inlinedQrl(({ track: track2 }) => {
|
|
4154
4147
|
const [props2, state2] = qwik.useLexicalScope();
|
|
4155
4148
|
track2(() => props2.symbol);
|
package/lib/node/index.qwik.mjs
CHANGED
|
@@ -3098,7 +3098,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3098
3098
|
}
|
|
3099
3099
|
};
|
|
3100
3100
|
};
|
|
3101
|
-
const SDK_VERSION = "0.7.1-
|
|
3101
|
+
const SDK_VERSION = "0.7.1-2";
|
|
3102
3102
|
const registry = {};
|
|
3103
3103
|
function register(type, info) {
|
|
3104
3104
|
let typeList = registry[type];
|
|
@@ -4141,13 +4141,6 @@ const Symbol$1 = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
|
|
|
4141
4141
|
const state = useStore({
|
|
4142
4142
|
contentToUse: (_a = props.symbol) == null ? void 0 : _a.content
|
|
4143
4143
|
});
|
|
4144
|
-
useVisibleTaskQrl(/* @__PURE__ */ inlinedQrl(() => {
|
|
4145
|
-
const [props2, state2] = useLexicalScope();
|
|
4146
|
-
setContent(props2, state2);
|
|
4147
|
-
}, "Symbol_component_useVisibleTask_oMPs8W5ZhwE", [
|
|
4148
|
-
props,
|
|
4149
|
-
state
|
|
4150
|
-
]));
|
|
4151
4144
|
useTaskQrl(/* @__PURE__ */ inlinedQrl(({ track: track2 }) => {
|
|
4152
4145
|
const [props2, state2] = useLexicalScope();
|
|
4153
4146
|
track2(() => props2.symbol);
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.7.1-
|
|
1
|
+
export declare const SDK_VERSION = "0.7.1-2";
|