@builder.io/sdk-qwik 0.14.12 → 0.14.14
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 +4 -3
- package/lib/browser/index.qwik.mjs +4 -3
- package/lib/edge/index.qwik.cjs +4 -3
- package/lib/edge/index.qwik.mjs +4 -3
- package/lib/node/index.qwik.cjs +4 -3
- package/lib/node/index.qwik.mjs +4 -3
- package/package.json +1 -1
- package/types/src/blocks/button/button.d.ts +1 -1
- package/types/src/blocks/button/button.types.d.ts +1 -1
- package/types/src/blocks/button/component-info.d.ts +1 -1
- package/types/src/blocks/columns/columns.d.ts +3 -3
- package/types/src/blocks/columns/columns.types.d.ts +2 -2
- package/types/src/blocks/columns/component-info.d.ts +1 -1
- package/types/src/blocks/custom-code/component-info.d.ts +1 -1
- package/types/src/blocks/embed/component-info.d.ts +1 -1
- package/types/src/blocks/form/form/component-info.d.ts +1 -1
- package/types/src/blocks/form/form/form.d.ts +3 -3
- package/types/src/blocks/form/input/component-info.d.ts +1 -1
- package/types/src/blocks/form/select/component-info.d.ts +1 -1
- package/types/src/blocks/form/submit-button/component-info.d.ts +1 -1
- package/types/src/blocks/fragment/component-info.d.ts +1 -1
- package/types/src/blocks/fragment/fragment.d.ts +1 -1
- package/types/src/blocks/image/component-info.d.ts +1 -1
- package/types/src/blocks/image/image.d.ts +1 -1
- package/types/src/blocks/image/image.types.d.ts +1 -1
- package/types/src/blocks/img/component-info.d.ts +1 -1
- package/types/src/blocks/raw-text/component-info.d.ts +1 -1
- package/types/src/blocks/section/component-info.d.ts +1 -1
- package/types/src/blocks/section/section.d.ts +1 -1
- package/types/src/blocks/slot/component-info.d.ts +1 -1
- package/types/src/blocks/slot/slot.d.ts +1 -1
- package/types/src/blocks/symbol/component-info.d.ts +1 -1
- package/types/src/blocks/symbol/symbol.d.ts +1 -1
- package/types/src/blocks/symbol/symbol.helpers.d.ts +2 -2
- package/types/src/blocks/symbol/symbol.types.d.ts +2 -2
- package/types/src/blocks/text/component-info.d.ts +1 -1
- package/types/src/blocks/text/text.d.ts +1 -1
- package/types/src/blocks/textarea/component-info.d.ts +1 -1
- package/types/src/blocks/video/component-info.d.ts +1 -1
- package/types/src/blocks/video/video.d.ts +1 -1
- package/types/src/blocks/video/video.types.d.ts +1 -1
- package/types/src/components/block/animator.d.ts +1 -1
- package/types/src/components/block/block.d.ts +2 -2
- package/types/src/components/block/block.helpers.d.ts +4 -4
- package/types/src/components/block/components/block-styles.d.ts +2 -2
- package/types/src/components/block/components/block-wrapper.d.ts +2 -2
- package/types/src/components/block/components/component-ref/component-ref.d.ts +1 -1
- package/types/src/components/block/components/component-ref/component-ref.helpers.d.ts +3 -3
- package/types/src/components/block/components/interactive-element.d.ts +3 -3
- package/types/src/components/block/components/repeated-block.d.ts +1 -1
- package/types/src/components/block/types.d.ts +2 -2
- package/types/src/components/blocks/blocks-wrapper.d.ts +1 -1
- package/types/src/components/blocks/blocks.d.ts +1 -1
- package/types/src/components/blocks/blocks.types.d.ts +1 -1
- package/types/src/components/content/components/enable-editor.d.ts +4 -4
- package/types/src/components/content/components/styles.d.ts +1 -1
- package/types/src/components/content/content.d.ts +2 -2
- package/types/src/components/content/content.helpers.d.ts +3 -3
- package/types/src/components/content/content.types.d.ts +2 -2
- package/types/src/components/content/contentProps.types.d.ts +2 -2
- package/types/src/components/content-variants/content-variants.d.ts +1 -1
- package/types/src/components/content-variants/content-variants.types.d.ts +4 -4
- package/types/src/components/content-variants/helpers.d.ts +5 -5
- package/types/src/constants/builder-registered-components.d.ts +1 -1
- package/types/src/constants/extra-components.d.ts +1 -1
- package/types/src/constants/sdk-version.d.ts +1 -1
- package/types/src/constants/target.d.ts +1 -1
- package/types/src/context/index.d.ts +1 -0
- package/types/src/context/types.d.ts +4 -4
- package/types/src/functions/evaluate/browser-runtime/browser.d.ts +2 -2
- package/types/src/functions/evaluate/browser-runtime/index.d.ts +1 -1
- package/types/src/functions/evaluate/choose-eval.d.ts +1 -1
- package/types/src/functions/evaluate/edge-runtime/edge-runtime.d.ts +1 -1
- package/types/src/functions/evaluate/edge-runtime/index.d.ts +1 -1
- package/types/src/functions/evaluate/evaluate.d.ts +1 -1
- package/types/src/functions/evaluate/helpers.d.ts +3 -3
- package/types/src/functions/evaluate/index.d.ts +1 -1
- package/types/src/functions/evaluate/node-runtime/index.d.ts +1 -1
- package/types/src/functions/evaluate/node-runtime/node-runtime.d.ts +1 -1
- package/types/src/functions/evaluate/placeholder-runtime.d.ts +1 -1
- package/types/src/functions/fetch-builder-props.d.ts +3 -3
- package/types/src/functions/get-block-actions-handler.d.ts +2 -2
- package/types/src/functions/get-block-actions.d.ts +2 -2
- package/types/src/functions/get-block-component-options.d.ts +1 -1
- package/types/src/functions/get-block-properties.d.ts +2 -2
- package/types/src/functions/get-builder-search-params/index.d.ts +1 -1
- package/types/src/functions/get-content/generate-content-url.d.ts +1 -1
- package/types/src/functions/get-content/index.d.ts +2 -2
- package/types/src/functions/get-processed-block.d.ts +2 -2
- package/types/src/functions/get-style.d.ts +2 -2
- package/types/src/functions/is-editing.d.ts +1 -1
- package/types/src/functions/is-previewing.d.ts +1 -1
- package/types/src/functions/register-component.d.ts +1 -1
- package/types/src/functions/register.d.ts +2 -2
- package/types/src/functions/track/index.d.ts +2 -2
- package/types/src/functions/transform-block-properties.d.ts +2 -2
- package/types/src/functions/transform-block.d.ts +1 -1
- package/types/src/functions/transform-style-property.d.ts +2 -2
- package/types/src/helpers/ab-tests.d.ts +3 -3
- package/types/src/helpers/cookie.d.ts +1 -1
- package/types/src/helpers/localStorage.d.ts +2 -2
- package/types/src/helpers/preview-lru-cache/get.d.ts +1 -1
- package/types/src/helpers/preview-lru-cache/set.d.ts +1 -1
- package/types/src/helpers/sessionId.d.ts +1 -1
- package/types/src/helpers/subscribe-to-editor.d.ts +3 -3
- package/types/src/helpers/visitorId.d.ts +1 -1
- package/types/src/index-helpers/blocks-exports.d.ts +14 -10
- package/types/src/index.d.ts +3 -3
- package/types/src/server-index.d.ts +27 -27
- package/types/src/types/builder-content.d.ts +3 -3
- package/types/src/types/builder-props.d.ts +2 -2
- package/types/src/types/components.d.ts +2 -2
- package/types/src/types/enforced-partials.d.ts +1 -1
|
@@ -3576,10 +3576,10 @@ const SelectComponent = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.i
|
|
|
3576
3576
|
key: isEditing() && props.defaultValue ? props.defaultValue : "default-key",
|
|
3577
3577
|
defaultValue: props.defaultValue,
|
|
3578
3578
|
name: props.name
|
|
3579
|
-
}, (props.options || []).map((option) => {
|
|
3579
|
+
}, (props.options || []).map((option, index) => {
|
|
3580
3580
|
return /* @__PURE__ */ qwik._jsxQ("option", {
|
|
3581
3581
|
value: qwik._wrapSignal(option, "value")
|
|
3582
|
-
}, null, option.name || option.value, 1,
|
|
3582
|
+
}, null, option.name || option.value, 1, `${option.name}-${index}`);
|
|
3583
3583
|
}));
|
|
3584
3584
|
}, "SelectComponent_component_SPKbsFLikZU"));
|
|
3585
3585
|
const componentInfo$2 = {
|
|
@@ -4399,7 +4399,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
4399
4399
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
4400
4400
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
4401
4401
|
}
|
|
4402
|
-
const SDK_VERSION = "0.14.
|
|
4402
|
+
const SDK_VERSION = "0.14.14";
|
|
4403
4403
|
const registry = {};
|
|
4404
4404
|
function register(type, info) {
|
|
4405
4405
|
let typeList = registry[type];
|
|
@@ -5780,6 +5780,7 @@ const fetchBuilderProps = async (_args) => {
|
|
|
5780
5780
|
};
|
|
5781
5781
|
};
|
|
5782
5782
|
exports.Blocks = Blocks;
|
|
5783
|
+
exports.BuilderContext = builderContext;
|
|
5783
5784
|
exports.Button = Button;
|
|
5784
5785
|
exports.Columns = Columns;
|
|
5785
5786
|
exports.Content = ContentVariants;
|
|
@@ -3574,10 +3574,10 @@ const SelectComponent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl(
|
|
|
3574
3574
|
key: isEditing() && props.defaultValue ? props.defaultValue : "default-key",
|
|
3575
3575
|
defaultValue: props.defaultValue,
|
|
3576
3576
|
name: props.name
|
|
3577
|
-
}, (props.options || []).map((option) => {
|
|
3577
|
+
}, (props.options || []).map((option, index) => {
|
|
3578
3578
|
return /* @__PURE__ */ _jsxQ("option", {
|
|
3579
3579
|
value: _wrapSignal(option, "value")
|
|
3580
|
-
}, null, option.name || option.value, 1,
|
|
3580
|
+
}, null, option.name || option.value, 1, `${option.name}-${index}`);
|
|
3581
3581
|
}));
|
|
3582
3582
|
}, "SelectComponent_component_SPKbsFLikZU"));
|
|
3583
3583
|
const componentInfo$2 = {
|
|
@@ -4397,7 +4397,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
4397
4397
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
4398
4398
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
4399
4399
|
}
|
|
4400
|
-
const SDK_VERSION = "0.14.
|
|
4400
|
+
const SDK_VERSION = "0.14.14";
|
|
4401
4401
|
const registry = {};
|
|
4402
4402
|
function register(type, info) {
|
|
4403
4403
|
let typeList = registry[type];
|
|
@@ -5779,6 +5779,7 @@ const fetchBuilderProps = async (_args) => {
|
|
|
5779
5779
|
};
|
|
5780
5780
|
export {
|
|
5781
5781
|
Blocks,
|
|
5782
|
+
builderContext as BuilderContext,
|
|
5782
5783
|
Button,
|
|
5783
5784
|
Columns,
|
|
5784
5785
|
ContentVariants as Content,
|
package/lib/edge/index.qwik.cjs
CHANGED
|
@@ -6807,10 +6807,10 @@ const SelectComponent = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.i
|
|
|
6807
6807
|
key: isEditing() && props.defaultValue ? props.defaultValue : "default-key",
|
|
6808
6808
|
defaultValue: props.defaultValue,
|
|
6809
6809
|
name: props.name
|
|
6810
|
-
}, (props.options || []).map((option) => {
|
|
6810
|
+
}, (props.options || []).map((option, index) => {
|
|
6811
6811
|
return /* @__PURE__ */ qwik._jsxQ("option", {
|
|
6812
6812
|
value: qwik._wrapSignal(option, "value")
|
|
6813
|
-
}, null, option.name || option.value, 1,
|
|
6813
|
+
}, null, option.name || option.value, 1, `${option.name}-${index}`);
|
|
6814
6814
|
}));
|
|
6815
6815
|
}, "SelectComponent_component_SPKbsFLikZU"));
|
|
6816
6816
|
const componentInfo$2 = {
|
|
@@ -7630,7 +7630,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
7630
7630
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
7631
7631
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
7632
7632
|
}
|
|
7633
|
-
const SDK_VERSION = "0.14.
|
|
7633
|
+
const SDK_VERSION = "0.14.14";
|
|
7634
7634
|
const registry = {};
|
|
7635
7635
|
function register(type, info) {
|
|
7636
7636
|
let typeList = registry[type];
|
|
@@ -9011,6 +9011,7 @@ const fetchBuilderProps = async (_args) => {
|
|
|
9011
9011
|
};
|
|
9012
9012
|
};
|
|
9013
9013
|
exports.Blocks = Blocks;
|
|
9014
|
+
exports.BuilderContext = builderContext;
|
|
9014
9015
|
exports.Button = Button;
|
|
9015
9016
|
exports.Columns = Columns;
|
|
9016
9017
|
exports.Content = ContentVariants;
|
package/lib/edge/index.qwik.mjs
CHANGED
|
@@ -6805,10 +6805,10 @@ const SelectComponent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl(
|
|
|
6805
6805
|
key: isEditing() && props.defaultValue ? props.defaultValue : "default-key",
|
|
6806
6806
|
defaultValue: props.defaultValue,
|
|
6807
6807
|
name: props.name
|
|
6808
|
-
}, (props.options || []).map((option) => {
|
|
6808
|
+
}, (props.options || []).map((option, index) => {
|
|
6809
6809
|
return /* @__PURE__ */ _jsxQ("option", {
|
|
6810
6810
|
value: _wrapSignal(option, "value")
|
|
6811
|
-
}, null, option.name || option.value, 1,
|
|
6811
|
+
}, null, option.name || option.value, 1, `${option.name}-${index}`);
|
|
6812
6812
|
}));
|
|
6813
6813
|
}, "SelectComponent_component_SPKbsFLikZU"));
|
|
6814
6814
|
const componentInfo$2 = {
|
|
@@ -7628,7 +7628,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
7628
7628
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
7629
7629
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
7630
7630
|
}
|
|
7631
|
-
const SDK_VERSION = "0.14.
|
|
7631
|
+
const SDK_VERSION = "0.14.14";
|
|
7632
7632
|
const registry = {};
|
|
7633
7633
|
function register(type, info) {
|
|
7634
7634
|
let typeList = registry[type];
|
|
@@ -9010,6 +9010,7 @@ const fetchBuilderProps = async (_args) => {
|
|
|
9010
9010
|
};
|
|
9011
9011
|
export {
|
|
9012
9012
|
Blocks,
|
|
9013
|
+
builderContext as BuilderContext,
|
|
9013
9014
|
Button,
|
|
9014
9015
|
Columns,
|
|
9015
9016
|
ContentVariants as Content,
|
package/lib/node/index.qwik.cjs
CHANGED
|
@@ -3678,10 +3678,10 @@ const SelectComponent = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.i
|
|
|
3678
3678
|
key: isEditing() && props.defaultValue ? props.defaultValue : "default-key",
|
|
3679
3679
|
defaultValue: props.defaultValue,
|
|
3680
3680
|
name: props.name
|
|
3681
|
-
}, (props.options || []).map((option) => {
|
|
3681
|
+
}, (props.options || []).map((option, index) => {
|
|
3682
3682
|
return /* @__PURE__ */ qwik._jsxQ("option", {
|
|
3683
3683
|
value: qwik._wrapSignal(option, "value")
|
|
3684
|
-
}, null, option.name || option.value, 1,
|
|
3684
|
+
}, null, option.name || option.value, 1, `${option.name}-${index}`);
|
|
3685
3685
|
}));
|
|
3686
3686
|
}, "SelectComponent_component_SPKbsFLikZU"));
|
|
3687
3687
|
const componentInfo$2 = {
|
|
@@ -4501,7 +4501,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
4501
4501
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
4502
4502
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
4503
4503
|
}
|
|
4504
|
-
const SDK_VERSION = "0.14.
|
|
4504
|
+
const SDK_VERSION = "0.14.14";
|
|
4505
4505
|
const registry = {};
|
|
4506
4506
|
function register(type, info) {
|
|
4507
4507
|
let typeList = registry[type];
|
|
@@ -5882,6 +5882,7 @@ const fetchBuilderProps = async (_args) => {
|
|
|
5882
5882
|
};
|
|
5883
5883
|
};
|
|
5884
5884
|
exports.Blocks = Blocks;
|
|
5885
|
+
exports.BuilderContext = builderContext;
|
|
5885
5886
|
exports.Button = Button;
|
|
5886
5887
|
exports.Columns = Columns;
|
|
5887
5888
|
exports.Content = ContentVariants;
|
package/lib/node/index.qwik.mjs
CHANGED
|
@@ -3676,10 +3676,10 @@ const SelectComponent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl(
|
|
|
3676
3676
|
key: isEditing() && props.defaultValue ? props.defaultValue : "default-key",
|
|
3677
3677
|
defaultValue: props.defaultValue,
|
|
3678
3678
|
name: props.name
|
|
3679
|
-
}, (props.options || []).map((option) => {
|
|
3679
|
+
}, (props.options || []).map((option, index) => {
|
|
3680
3680
|
return /* @__PURE__ */ _jsxQ("option", {
|
|
3681
3681
|
value: _wrapSignal(option, "value")
|
|
3682
|
-
}, null, option.name || option.value, 1,
|
|
3682
|
+
}, null, option.name || option.value, 1, `${option.name}-${index}`);
|
|
3683
3683
|
}));
|
|
3684
3684
|
}, "SelectComponent_component_SPKbsFLikZU"));
|
|
3685
3685
|
const componentInfo$2 = {
|
|
@@ -4499,7 +4499,7 @@ function isFromTrustedHost(trustedHosts, e) {
|
|
|
4499
4499
|
const url = new URL(e.origin), hostname = url.hostname;
|
|
4500
4500
|
return (trustedHosts || DEFAULT_TRUSTED_HOSTS).findIndex((trustedHost) => trustedHost.startsWith("*.") ? hostname.endsWith(trustedHost.slice(1)) : trustedHost === hostname) > -1;
|
|
4501
4501
|
}
|
|
4502
|
-
const SDK_VERSION = "0.14.
|
|
4502
|
+
const SDK_VERSION = "0.14.14";
|
|
4503
4503
|
const registry = {};
|
|
4504
4504
|
function register(type, info) {
|
|
4505
4505
|
let typeList = registry[type];
|
|
@@ -5881,6 +5881,7 @@ const fetchBuilderProps = async (_args) => {
|
|
|
5881
5881
|
};
|
|
5882
5882
|
export {
|
|
5883
5883
|
Blocks,
|
|
5884
|
+
builderContext as BuilderContext,
|
|
5884
5885
|
Button,
|
|
5885
5886
|
Columns,
|
|
5886
5887
|
ContentVariants as Content,
|
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SizeName } from "../../constants/device-sizes
|
|
2
|
-
import { Dictionary } from "../../types/typescript
|
|
3
|
-
import { ColumnProps } from "./columns.types
|
|
1
|
+
import { SizeName } from "../../constants/device-sizes";
|
|
2
|
+
import { Dictionary } from "../../types/typescript";
|
|
3
|
+
import { ColumnProps } from "./columns.types";
|
|
4
4
|
type CSSVal = string | number;
|
|
5
5
|
export declare const getWidth: (props: any, state: any, index: number) => any;
|
|
6
6
|
export declare const getColumnCssWidth: (props: any, state: any, index: number) => string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { BuilderBlock } from '../../types/builder-block
|
|
2
|
-
import type { BuilderComponentsProp, BuilderDataProps, BuilderLinkComponentProp } from '../../types/builder-props
|
|
1
|
+
import type { BuilderBlock } from '../../types/builder-block';
|
|
2
|
+
import type { BuilderComponentsProp, BuilderDataProps, BuilderLinkComponentProp } from '../../types/builder-props';
|
|
3
3
|
type Column = {
|
|
4
4
|
blocks: BuilderBlock[];
|
|
5
5
|
width?: number;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BuilderBlock } from "../../../types/builder-block
|
|
2
|
-
import { BuilderComponentsProp, BuilderDataProps, BuilderLinkComponentProp } from "../../../types/builder-props
|
|
3
|
-
import { Dictionary } from "../../../types/typescript
|
|
1
|
+
import { BuilderBlock } from "../../../types/builder-block";
|
|
2
|
+
import { BuilderComponentsProp, BuilderDataProps, BuilderLinkComponentProp } from "../../../types/builder-props";
|
|
3
|
+
import { Dictionary } from "../../../types/typescript";
|
|
4
4
|
/**
|
|
5
5
|
* This import is used by the Svelte SDK. Do not remove.
|
|
6
6
|
*/
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ImageProps } from "./image.types
|
|
1
|
+
import { ImageProps } from "./image.types";
|
|
2
2
|
export declare const Image: import("@builder.io/qwik").Component<ImageProps>;
|
|
3
3
|
export default Image;
|
|
4
4
|
export declare const STYLES = "\n.img-Image {\n opacity: 1;\n transition: opacity 0.2s ease-in-out;\n}\n.div-Image {\n width: 100%;\n pointer-events: none;\n font-size: 0;\n}\n.div-Image-2 {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SymbolProps } from "./symbol.types
|
|
1
|
+
import { SymbolProps } from "./symbol.types";
|
|
2
2
|
export declare const setContent: (props: any, state: any) => void;
|
|
3
3
|
export declare const Symbol: import("@builder.io/qwik").Component<SymbolProps>;
|
|
4
4
|
export default Symbol;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { BuilderContextInterface } from '../../context/types
|
|
2
|
-
import type { BuilderContent } from '../../types/builder-content
|
|
1
|
+
import type { BuilderContextInterface } from '../../context/types';
|
|
2
|
+
import type { BuilderContent } from '../../types/builder-content';
|
|
3
3
|
export interface SymbolInfo {
|
|
4
4
|
model?: string;
|
|
5
5
|
entry?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { BuilderContent } from '../../types/builder-content
|
|
2
|
-
import type { BuilderComponentsProp, BuilderDataProps, BuilderLinkComponentProp } from '../../types/builder-props
|
|
1
|
+
import type { BuilderContent } from '../../types/builder-content';
|
|
2
|
+
import type { BuilderComponentsProp, BuilderDataProps, BuilderLinkComponentProp } from '../../types/builder-props';
|
|
3
3
|
interface SymbolInfo {
|
|
4
4
|
model?: string;
|
|
5
5
|
entry?: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ComponentInfo } from '../../types/components
|
|
1
|
+
import type { ComponentInfo } from '../../types/components';
|
|
2
2
|
export declare const componentInfo: ComponentInfo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BuilderAnimation } from '../../types/builder-block
|
|
1
|
+
import type { BuilderAnimation } from '../../types/builder-block';
|
|
2
2
|
export declare function bindAnimations(animations: BuilderAnimation[]): void;
|
|
3
3
|
export declare function triggerAnimation(animation: BuilderAnimation): void;
|
|
4
4
|
export declare function bindHoverAnimation(animation: BuilderAnimation): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BuilderContextInterface, RegisteredComponents } from "../../context/types
|
|
2
|
-
import { BuilderBlock } from "../../types/builder-block
|
|
1
|
+
import { BuilderContextInterface, RegisteredComponents } from "../../context/types";
|
|
2
|
+
import { BuilderBlock } from "../../types/builder-block";
|
|
3
3
|
export type BlockProps = {
|
|
4
4
|
block: BuilderBlock;
|
|
5
5
|
context: BuilderContextInterface;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { BuilderContextInterface, RegisteredComponents } from '../../context/types
|
|
2
|
-
import type { BuilderBlock } from '../../types/builder-block
|
|
3
|
-
import type { RepeatData } from './types
|
|
1
|
+
import type { BuilderContextInterface, RegisteredComponents } from '../../context/types';
|
|
2
|
+
import type { BuilderBlock } from '../../types/builder-block';
|
|
3
|
+
import type { RepeatData } from './types';
|
|
4
4
|
export declare const getComponent: ({ block, context, registeredComponents }: {
|
|
5
5
|
block: BuilderBlock;
|
|
6
6
|
context: BuilderContextInterface;
|
|
7
7
|
registeredComponents: RegisteredComponents;
|
|
8
|
-
}) => import("../../context/types
|
|
8
|
+
}) => import("../../context/types").RegisteredComponent | null | undefined;
|
|
9
9
|
export declare const getRepeatItemData: ({ block, context }: {
|
|
10
10
|
block: BuilderBlock;
|
|
11
11
|
context: BuilderContextInterface;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BuilderContextInterface } from "../../../context/types
|
|
2
|
-
import { BuilderBlock } from "../../../types/builder-block
|
|
1
|
+
import { BuilderContextInterface } from "../../../context/types";
|
|
2
|
+
import { BuilderBlock } from "../../../types/builder-block";
|
|
3
3
|
export type BlockStylesProps = {
|
|
4
4
|
block: BuilderBlock;
|
|
5
5
|
context: BuilderContextInterface;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BuilderContextInterface } from "../../../context/types
|
|
2
|
-
import { BuilderBlock } from "../../../types/builder-block
|
|
1
|
+
import { BuilderContextInterface } from "../../../context/types";
|
|
2
|
+
import { BuilderBlock } from "../../../types/builder-block";
|
|
3
3
|
type BlockWrapperProps = {
|
|
4
4
|
Wrapper: string;
|
|
5
5
|
block: BuilderBlock;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { BuilderContextInterface, RegisteredComponents } from '../../../../context/types
|
|
2
|
-
import type { BuilderBlock } from '../../../../types/builder-block
|
|
3
|
-
import type { BuilderDataProps } from '../../../../types/builder-props
|
|
1
|
+
import type { BuilderContextInterface, RegisteredComponents } from '../../../../context/types';
|
|
2
|
+
import type { BuilderBlock } from '../../../../types/builder-block';
|
|
3
|
+
import type { BuilderDataProps } from '../../../../types/builder-props';
|
|
4
4
|
import type { InteractiveElementProps } from '../interactive-element.jsx';
|
|
5
5
|
type ComponentOptions = BuilderDataProps & {
|
|
6
6
|
[index: string]: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BuilderContextInterface } from "../../../context/types
|
|
2
|
-
import { BuilderBlock } from "../../../types/builder-block
|
|
3
|
-
import { Dictionary } from "../../../types/typescript
|
|
1
|
+
import { BuilderContextInterface } from "../../../context/types";
|
|
2
|
+
import { BuilderBlock } from "../../../types/builder-block";
|
|
3
|
+
import { Dictionary } from "../../../types/typescript";
|
|
4
4
|
export type InteractiveElementProps = {
|
|
5
5
|
Wrapper: any;
|
|
6
6
|
block: BuilderBlock;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { BuilderContextInterface } from '../../context/types
|
|
2
|
-
import type { BuilderBlock } from '../../types/builder-block
|
|
1
|
+
import type { BuilderContextInterface } from '../../context/types';
|
|
2
|
+
import type { BuilderBlock } from '../../types/builder-block';
|
|
3
3
|
export interface RepeatData {
|
|
4
4
|
block: BuilderBlock;
|
|
5
5
|
context: BuilderContextInterface;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BuilderContextInterface, RegisteredComponents } from '../../context/types
|
|
1
|
+
import type { BuilderContextInterface, RegisteredComponents } from '../../context/types';
|
|
2
2
|
import type { BlocksWrapperProps } from './blocks-wrapper.jsx';
|
|
3
3
|
export type BlocksProps = Partial<Omit<BlocksWrapperProps, 'BlocksWrapper' | 'BlocksWrapperProps'>> & {
|
|
4
4
|
context?: BuilderContextInterface;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BuilderContextInterface } from "../../../context/types
|
|
2
|
-
import { BuilderContent } from "../../../types/builder-content
|
|
3
|
-
import { Dictionary } from "../../../types/typescript
|
|
4
|
-
import { ContentProps } from "../content.types
|
|
1
|
+
import { BuilderContextInterface } from "../../../context/types";
|
|
2
|
+
import { BuilderContent } from "../../../types/builder-content";
|
|
3
|
+
import { Dictionary } from "../../../types/typescript";
|
|
4
|
+
import { ContentProps } from "../content.types";
|
|
5
5
|
type BuilderEditorProps = Omit<ContentProps, "customComponents" | "apiVersion" | "isSsrAbTest" | "blocksWrapper" | "blocksWrapperProps" | "isNestedRender"> & {
|
|
6
6
|
builderContextSignal: BuilderContextInterface;
|
|
7
7
|
setBuilderContextSignal?: (signal: any) => any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BuilderRenderState } from "../../context/types
|
|
2
|
-
import { ContentProps } from "./content.types
|
|
1
|
+
import { BuilderRenderState } from "../../context/types";
|
|
2
|
+
import { ContentProps } from "./content.types";
|
|
3
3
|
export declare const contentSetState: (props: any, state: any, newRootState: BuilderRenderState) => void;
|
|
4
4
|
export declare const ContentComponent: import("@builder.io/qwik").Component<ContentProps>;
|
|
5
5
|
export default ContentComponent;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { BuilderContent } from '../../types/builder-content
|
|
2
|
-
import type { Nullable } from '../../types/typescript
|
|
3
|
-
import type { ContentProps } from './content.types
|
|
1
|
+
import type { BuilderContent } from '../../types/builder-content';
|
|
2
|
+
import type { Nullable } from '../../types/typescript';
|
|
3
|
+
import type { ContentProps } from './content.types';
|
|
4
4
|
export declare const getRootStateInitialValue: ({ content, data, locale }: Pick<ContentProps, 'content' | 'data' | 'locale'>) => {
|
|
5
5
|
locale?: string | undefined;
|
|
6
6
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { BuilderRenderState } from '../../context/types
|
|
2
|
-
export type { ContentProps } from './contentProps.types
|
|
1
|
+
import type { BuilderRenderState } from '../../context/types';
|
|
2
|
+
export type { ContentProps } from './contentProps.types';
|
|
3
3
|
export interface BuilderComponentStateChange {
|
|
4
4
|
state: BuilderRenderState;
|
|
5
5
|
ref: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { EnforcePartials } from '../../types/enforced-partials
|
|
2
|
-
import type { ContentVariantsPrps } from '../content-variants/content-variants.types
|
|
1
|
+
import type { EnforcePartials } from '../../types/enforced-partials';
|
|
2
|
+
import type { ContentVariantsPrps } from '../content-variants/content-variants.types';
|
|
3
3
|
interface InternalRenderProps {
|
|
4
4
|
showContent: boolean;
|
|
5
5
|
isSsrAbTest: boolean;
|