@builder.io/sdk-qwik 0.11.2 → 0.11.3
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 +230 -254
- package/lib/browser/index.qwik.mjs +230 -254
- package/lib/edge/index.qwik.cjs +230 -254
- package/lib/edge/index.qwik.mjs +230 -254
- package/lib/node/index.qwik.cjs +230 -254
- package/lib/node/index.qwik.mjs +230 -254
- package/package.json +1 -1
- package/types/src/blocks/button/button.d.ts +1 -9
- package/types/src/blocks/button/button.types.d.ts +6 -0
- package/types/src/blocks/columns/columns.d.ts +2 -14
- package/types/src/blocks/columns/columns.types.d.ts +15 -0
- package/types/src/blocks/fragment/fragment.d.ts +1 -5
- package/types/src/blocks/fragment/fragment.types.d.ts +5 -0
- package/types/src/blocks/image/image.d.ts +1 -19
- package/types/src/blocks/image/image.types.d.ts +19 -0
- package/types/src/blocks/section/section.d.ts +1 -9
- package/types/src/blocks/section/section.types.d.ts +6 -0
- package/types/src/blocks/symbol/symbol.d.ts +2 -23
- package/types/src/blocks/symbol/symbol.types.d.ts +18 -0
- package/types/src/blocks/text/text.d.ts +1 -3
- package/types/src/blocks/text/text.types.d.ts +3 -0
- package/types/src/blocks/video/video.d.ts +1 -21
- package/types/src/blocks/video/video.types.d.ts +21 -0
- package/types/src/components/blocks/blocks.d.ts +1 -6
- package/types/src/components/blocks/blocks.types.d.ts +6 -0
- package/types/src/components/content-variants/content-variants.types.d.ts +30 -1
- package/types/src/constants/sdk-version.d.ts +1 -1
- package/types/src/functions/get-content/index.d.ts +1 -1
- package/types/src/functions/get-content/types.d.ts +2 -2
- package/types/src/index-helpers/blocks-exports.d.ts +2 -2
- package/types/src/server-index.d.ts +10 -1
|
@@ -630,40 +630,25 @@ const ComponentRef = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pr
|
|
|
630
630
|
isInteractive: props.isInteractive,
|
|
631
631
|
contextValue: props.context
|
|
632
632
|
}),
|
|
633
|
-
children: [
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
}),
|
|
653
|
-
(props.blockChildren || []).map((child) => {
|
|
654
|
-
return /* @__PURE__ */ _jsxC(BlockStyles, {
|
|
655
|
-
block: child,
|
|
656
|
-
get context() {
|
|
657
|
-
return props.context;
|
|
658
|
-
},
|
|
659
|
-
[_IMMUTABLE]: {
|
|
660
|
-
context: _fnSignal((p0) => p0.context, [
|
|
661
|
-
props
|
|
662
|
-
], "p0.context")
|
|
663
|
-
}
|
|
664
|
-
}, 3, "block-style-" + child.id);
|
|
665
|
-
})
|
|
666
|
-
]
|
|
633
|
+
children: (props.blockChildren || []).map((child) => {
|
|
634
|
+
return /* @__PURE__ */ _jsxC(Block, {
|
|
635
|
+
block: child,
|
|
636
|
+
get context() {
|
|
637
|
+
return props.context;
|
|
638
|
+
},
|
|
639
|
+
get registeredComponents() {
|
|
640
|
+
return props.registeredComponents;
|
|
641
|
+
},
|
|
642
|
+
[_IMMUTABLE]: {
|
|
643
|
+
context: _fnSignal((p0) => p0.context, [
|
|
644
|
+
props
|
|
645
|
+
], "p0.context"),
|
|
646
|
+
registeredComponents: _fnSignal((p0) => p0.registeredComponents, [
|
|
647
|
+
props
|
|
648
|
+
], "p0.registeredComponents")
|
|
649
|
+
}
|
|
650
|
+
}, 3, child.id);
|
|
651
|
+
})
|
|
667
652
|
}, 0, "z6_0") : null
|
|
668
653
|
}, 1, "z6_1");
|
|
669
654
|
}, "ComponentRef_component_tFQoBV6UFdc"));
|
|
@@ -792,216 +777,223 @@ const Block = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) =>
|
|
|
792
777
|
state
|
|
793
778
|
]));
|
|
794
779
|
return /* @__PURE__ */ _jsxC(Fragment, {
|
|
795
|
-
children: canShowBlock.value ?
|
|
780
|
+
children: canShowBlock.value ? /* @__PURE__ */ _jsxC(Fragment, {
|
|
796
781
|
children: [
|
|
797
|
-
|
|
798
|
-
get Wrapper() {
|
|
799
|
-
return Tag.value;
|
|
800
|
-
},
|
|
782
|
+
/* @__PURE__ */ _jsxC(BlockStyles, {
|
|
801
783
|
get block() {
|
|
802
|
-
return
|
|
784
|
+
return props.block;
|
|
803
785
|
},
|
|
804
786
|
get context() {
|
|
805
787
|
return props.context;
|
|
806
788
|
},
|
|
807
|
-
hasChildren: false,
|
|
808
789
|
[_IMMUTABLE]: {
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
], "p0.
|
|
812
|
-
block: _fnSignal((p0) => p0.value, [
|
|
813
|
-
processedBlock
|
|
814
|
-
], "p0.value"),
|
|
790
|
+
block: _fnSignal((p0) => p0.block, [
|
|
791
|
+
props
|
|
792
|
+
], "p0.block"),
|
|
815
793
|
context: _fnSignal((p0) => p0.context, [
|
|
816
794
|
props
|
|
817
|
-
], "p0.context")
|
|
818
|
-
hasChildren: _IMMUTABLE
|
|
795
|
+
], "p0.context")
|
|
819
796
|
}
|
|
820
|
-
}, 3, "jN_0")
|
|
821
|
-
!
|
|
822
|
-
return /* @__PURE__ */ _jsxC(RepeatedBlock, {
|
|
823
|
-
get repeatContext() {
|
|
824
|
-
return data.context;
|
|
825
|
-
},
|
|
826
|
-
get block() {
|
|
827
|
-
return data.block;
|
|
828
|
-
},
|
|
829
|
-
get registeredComponents() {
|
|
830
|
-
return props.registeredComponents;
|
|
831
|
-
},
|
|
832
|
-
[_IMMUTABLE]: {
|
|
833
|
-
block: _wrapProp(data, "block"),
|
|
834
|
-
registeredComponents: _fnSignal((p0) => p0.registeredComponents, [
|
|
835
|
-
props
|
|
836
|
-
], "p0.registeredComponents"),
|
|
837
|
-
repeatContext: _wrapProp(data, "context")
|
|
838
|
-
}
|
|
839
|
-
}, 3, index);
|
|
840
|
-
}) : null,
|
|
841
|
-
!isEmptyHtmlElement(Tag.value) && !repeatItem.value ? /* @__PURE__ */ _jsxC(BlockWrapper, {
|
|
842
|
-
get Wrapper() {
|
|
843
|
-
return Tag.value;
|
|
844
|
-
},
|
|
845
|
-
get block() {
|
|
846
|
-
return processedBlock.value;
|
|
847
|
-
},
|
|
848
|
-
get context() {
|
|
849
|
-
return props.context;
|
|
850
|
-
},
|
|
797
|
+
}, 3, "jN_0"),
|
|
798
|
+
!((_a = blockComponent.value) == null ? void 0 : _a.noWrap) ? /* @__PURE__ */ _jsxC(Fragment, {
|
|
851
799
|
children: [
|
|
852
|
-
/* @__PURE__ */ _jsxC(
|
|
853
|
-
get
|
|
854
|
-
return
|
|
855
|
-
},
|
|
856
|
-
get componentOptions() {
|
|
857
|
-
return componentRefProps.value.componentOptions;
|
|
800
|
+
isEmptyHtmlElement(Tag.value) ? /* @__PURE__ */ _jsxC(BlockWrapper, {
|
|
801
|
+
get Wrapper() {
|
|
802
|
+
return Tag.value;
|
|
858
803
|
},
|
|
859
|
-
get
|
|
860
|
-
return
|
|
804
|
+
get block() {
|
|
805
|
+
return processedBlock.value;
|
|
861
806
|
},
|
|
862
807
|
get context() {
|
|
863
|
-
return
|
|
864
|
-
},
|
|
865
|
-
get registeredComponents() {
|
|
866
|
-
return componentRefProps.value.registeredComponents;
|
|
867
|
-
},
|
|
868
|
-
get builderBlock() {
|
|
869
|
-
return componentRefProps.value.builderBlock;
|
|
870
|
-
},
|
|
871
|
-
get includeBlockProps() {
|
|
872
|
-
return componentRefProps.value.includeBlockProps;
|
|
873
|
-
},
|
|
874
|
-
get isInteractive() {
|
|
875
|
-
return componentRefProps.value.isInteractive;
|
|
808
|
+
return props.context;
|
|
876
809
|
},
|
|
810
|
+
hasChildren: false,
|
|
877
811
|
[_IMMUTABLE]: {
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
], "p0.value
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
], "p0.value
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
], "p0.
|
|
887
|
-
|
|
888
|
-
componentRefProps
|
|
889
|
-
], "p0.value.componentRef"),
|
|
890
|
-
context: _fnSignal((p0) => p0.value.context, [
|
|
891
|
-
componentRefProps
|
|
892
|
-
], "p0.value.context"),
|
|
893
|
-
includeBlockProps: _fnSignal((p0) => p0.value.includeBlockProps, [
|
|
894
|
-
componentRefProps
|
|
895
|
-
], "p0.value.includeBlockProps"),
|
|
896
|
-
isInteractive: _fnSignal((p0) => p0.value.isInteractive, [
|
|
897
|
-
componentRefProps
|
|
898
|
-
], "p0.value.isInteractive"),
|
|
899
|
-
registeredComponents: _fnSignal((p0) => p0.value.registeredComponents, [
|
|
900
|
-
componentRefProps
|
|
901
|
-
], "p0.value.registeredComponents")
|
|
812
|
+
Wrapper: _fnSignal((p0) => p0.value, [
|
|
813
|
+
Tag
|
|
814
|
+
], "p0.value"),
|
|
815
|
+
block: _fnSignal((p0) => p0.value, [
|
|
816
|
+
processedBlock
|
|
817
|
+
], "p0.value"),
|
|
818
|
+
context: _fnSignal((p0) => p0.context, [
|
|
819
|
+
props
|
|
820
|
+
], "p0.context"),
|
|
821
|
+
hasChildren: _IMMUTABLE
|
|
902
822
|
}
|
|
903
|
-
}, 3, "jN_1"),
|
|
904
|
-
(
|
|
905
|
-
return /* @__PURE__ */ _jsxC(
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
823
|
+
}, 3, "jN_1") : null,
|
|
824
|
+
!isEmptyHtmlElement(Tag.value) && repeatItem.value ? (repeatItem.value || []).map((data, index) => {
|
|
825
|
+
return /* @__PURE__ */ _jsxC(RepeatedBlock, {
|
|
826
|
+
get repeatContext() {
|
|
827
|
+
return data.context;
|
|
828
|
+
},
|
|
829
|
+
get block() {
|
|
830
|
+
return data.block;
|
|
909
831
|
},
|
|
910
832
|
get registeredComponents() {
|
|
911
833
|
return props.registeredComponents;
|
|
912
834
|
},
|
|
913
835
|
[_IMMUTABLE]: {
|
|
914
|
-
|
|
915
|
-
state
|
|
916
|
-
], "p0.childrenContext"),
|
|
836
|
+
block: _wrapProp(data, "block"),
|
|
917
837
|
registeredComponents: _fnSignal((p0) => p0.registeredComponents, [
|
|
918
838
|
props
|
|
919
|
-
], "p0.registeredComponents")
|
|
920
|
-
|
|
921
|
-
}, 3, "block-" + child.id);
|
|
922
|
-
}),
|
|
923
|
-
(childrenWithoutParentComponent.value || []).map((child) => {
|
|
924
|
-
return /* @__PURE__ */ _jsxC(BlockStyles, {
|
|
925
|
-
block: child,
|
|
926
|
-
get context() {
|
|
927
|
-
return state.childrenContext;
|
|
928
|
-
},
|
|
929
|
-
[_IMMUTABLE]: {
|
|
930
|
-
context: _fnSignal((p0) => p0.childrenContext, [
|
|
931
|
-
state
|
|
932
|
-
], "p0.childrenContext")
|
|
839
|
+
], "p0.registeredComponents"),
|
|
840
|
+
repeatContext: _wrapProp(data, "context")
|
|
933
841
|
}
|
|
934
|
-
}, 3,
|
|
935
|
-
})
|
|
936
|
-
|
|
937
|
-
|
|
842
|
+
}, 3, index);
|
|
843
|
+
}) : null,
|
|
844
|
+
!isEmptyHtmlElement(Tag.value) && !repeatItem.value ? /* @__PURE__ */ _jsxC(BlockWrapper, {
|
|
845
|
+
get Wrapper() {
|
|
846
|
+
return Tag.value;
|
|
847
|
+
},
|
|
848
|
+
get block() {
|
|
849
|
+
return processedBlock.value;
|
|
850
|
+
},
|
|
851
|
+
get context() {
|
|
852
|
+
return props.context;
|
|
853
|
+
},
|
|
854
|
+
children: [
|
|
855
|
+
/* @__PURE__ */ _jsxC(ComponentRef, {
|
|
856
|
+
get componentRef() {
|
|
857
|
+
return componentRefProps.value.componentRef;
|
|
858
|
+
},
|
|
859
|
+
get componentOptions() {
|
|
860
|
+
return componentRefProps.value.componentOptions;
|
|
861
|
+
},
|
|
862
|
+
get blockChildren() {
|
|
863
|
+
return componentRefProps.value.blockChildren;
|
|
864
|
+
},
|
|
865
|
+
get context() {
|
|
866
|
+
return componentRefProps.value.context;
|
|
867
|
+
},
|
|
868
|
+
get registeredComponents() {
|
|
869
|
+
return componentRefProps.value.registeredComponents;
|
|
870
|
+
},
|
|
871
|
+
get builderBlock() {
|
|
872
|
+
return componentRefProps.value.builderBlock;
|
|
873
|
+
},
|
|
874
|
+
get includeBlockProps() {
|
|
875
|
+
return componentRefProps.value.includeBlockProps;
|
|
876
|
+
},
|
|
877
|
+
get isInteractive() {
|
|
878
|
+
return componentRefProps.value.isInteractive;
|
|
879
|
+
},
|
|
880
|
+
[_IMMUTABLE]: {
|
|
881
|
+
blockChildren: _fnSignal((p0) => p0.value.blockChildren, [
|
|
882
|
+
componentRefProps
|
|
883
|
+
], "p0.value.blockChildren"),
|
|
884
|
+
builderBlock: _fnSignal((p0) => p0.value.builderBlock, [
|
|
885
|
+
componentRefProps
|
|
886
|
+
], "p0.value.builderBlock"),
|
|
887
|
+
componentOptions: _fnSignal((p0) => p0.value.componentOptions, [
|
|
888
|
+
componentRefProps
|
|
889
|
+
], "p0.value.componentOptions"),
|
|
890
|
+
componentRef: _fnSignal((p0) => p0.value.componentRef, [
|
|
891
|
+
componentRefProps
|
|
892
|
+
], "p0.value.componentRef"),
|
|
893
|
+
context: _fnSignal((p0) => p0.value.context, [
|
|
894
|
+
componentRefProps
|
|
895
|
+
], "p0.value.context"),
|
|
896
|
+
includeBlockProps: _fnSignal((p0) => p0.value.includeBlockProps, [
|
|
897
|
+
componentRefProps
|
|
898
|
+
], "p0.value.includeBlockProps"),
|
|
899
|
+
isInteractive: _fnSignal((p0) => p0.value.isInteractive, [
|
|
900
|
+
componentRefProps
|
|
901
|
+
], "p0.value.isInteractive"),
|
|
902
|
+
registeredComponents: _fnSignal((p0) => p0.value.registeredComponents, [
|
|
903
|
+
componentRefProps
|
|
904
|
+
], "p0.value.registeredComponents")
|
|
905
|
+
}
|
|
906
|
+
}, 3, "jN_2"),
|
|
907
|
+
(childrenWithoutParentComponent.value || []).map((child) => {
|
|
908
|
+
return /* @__PURE__ */ _jsxC(Block, {
|
|
909
|
+
block: child,
|
|
910
|
+
get context() {
|
|
911
|
+
return state.childrenContext;
|
|
912
|
+
},
|
|
913
|
+
get registeredComponents() {
|
|
914
|
+
return props.registeredComponents;
|
|
915
|
+
},
|
|
916
|
+
[_IMMUTABLE]: {
|
|
917
|
+
context: _fnSignal((p0) => p0.childrenContext, [
|
|
918
|
+
state
|
|
919
|
+
], "p0.childrenContext"),
|
|
920
|
+
registeredComponents: _fnSignal((p0) => p0.registeredComponents, [
|
|
921
|
+
props
|
|
922
|
+
], "p0.registeredComponents")
|
|
923
|
+
}
|
|
924
|
+
}, 3, child.id);
|
|
925
|
+
})
|
|
926
|
+
],
|
|
927
|
+
hasChildren: true,
|
|
928
|
+
[_IMMUTABLE]: {
|
|
929
|
+
Wrapper: _fnSignal((p0) => p0.value, [
|
|
930
|
+
Tag
|
|
931
|
+
], "p0.value"),
|
|
932
|
+
block: _fnSignal((p0) => p0.value, [
|
|
933
|
+
processedBlock
|
|
934
|
+
], "p0.value"),
|
|
935
|
+
context: _fnSignal((p0) => p0.context, [
|
|
936
|
+
props
|
|
937
|
+
], "p0.context"),
|
|
938
|
+
hasChildren: _IMMUTABLE
|
|
939
|
+
}
|
|
940
|
+
}, 1, "jN_3") : null
|
|
941
|
+
]
|
|
942
|
+
}, 1, "jN_4") : /* @__PURE__ */ _jsxC(ComponentRef, {
|
|
943
|
+
get componentRef() {
|
|
944
|
+
return componentRefProps.value.componentRef;
|
|
945
|
+
},
|
|
946
|
+
get componentOptions() {
|
|
947
|
+
return componentRefProps.value.componentOptions;
|
|
948
|
+
},
|
|
949
|
+
get blockChildren() {
|
|
950
|
+
return componentRefProps.value.blockChildren;
|
|
951
|
+
},
|
|
952
|
+
get context() {
|
|
953
|
+
return componentRefProps.value.context;
|
|
954
|
+
},
|
|
955
|
+
get registeredComponents() {
|
|
956
|
+
return componentRefProps.value.registeredComponents;
|
|
957
|
+
},
|
|
958
|
+
get builderBlock() {
|
|
959
|
+
return componentRefProps.value.builderBlock;
|
|
960
|
+
},
|
|
961
|
+
get includeBlockProps() {
|
|
962
|
+
return componentRefProps.value.includeBlockProps;
|
|
963
|
+
},
|
|
964
|
+
get isInteractive() {
|
|
965
|
+
return componentRefProps.value.isInteractive;
|
|
966
|
+
},
|
|
938
967
|
[_IMMUTABLE]: {
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
], "p0.value"),
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
], "p0.value"),
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
], "p0.
|
|
948
|
-
|
|
968
|
+
blockChildren: _fnSignal((p0) => p0.value.blockChildren, [
|
|
969
|
+
componentRefProps
|
|
970
|
+
], "p0.value.blockChildren"),
|
|
971
|
+
builderBlock: _fnSignal((p0) => p0.value.builderBlock, [
|
|
972
|
+
componentRefProps
|
|
973
|
+
], "p0.value.builderBlock"),
|
|
974
|
+
componentOptions: _fnSignal((p0) => p0.value.componentOptions, [
|
|
975
|
+
componentRefProps
|
|
976
|
+
], "p0.value.componentOptions"),
|
|
977
|
+
componentRef: _fnSignal((p0) => p0.value.componentRef, [
|
|
978
|
+
componentRefProps
|
|
979
|
+
], "p0.value.componentRef"),
|
|
980
|
+
context: _fnSignal((p0) => p0.value.context, [
|
|
981
|
+
componentRefProps
|
|
982
|
+
], "p0.value.context"),
|
|
983
|
+
includeBlockProps: _fnSignal((p0) => p0.value.includeBlockProps, [
|
|
984
|
+
componentRefProps
|
|
985
|
+
], "p0.value.includeBlockProps"),
|
|
986
|
+
isInteractive: _fnSignal((p0) => p0.value.isInteractive, [
|
|
987
|
+
componentRefProps
|
|
988
|
+
], "p0.value.isInteractive"),
|
|
989
|
+
registeredComponents: _fnSignal((p0) => p0.value.registeredComponents, [
|
|
990
|
+
componentRefProps
|
|
991
|
+
], "p0.value.registeredComponents")
|
|
949
992
|
}
|
|
950
|
-
},
|
|
993
|
+
}, 3, "jN_5")
|
|
951
994
|
]
|
|
952
|
-
}, 1, "
|
|
953
|
-
|
|
954
|
-
return componentRefProps.value.componentRef;
|
|
955
|
-
},
|
|
956
|
-
get componentOptions() {
|
|
957
|
-
return componentRefProps.value.componentOptions;
|
|
958
|
-
},
|
|
959
|
-
get blockChildren() {
|
|
960
|
-
return componentRefProps.value.blockChildren;
|
|
961
|
-
},
|
|
962
|
-
get context() {
|
|
963
|
-
return componentRefProps.value.context;
|
|
964
|
-
},
|
|
965
|
-
get registeredComponents() {
|
|
966
|
-
return componentRefProps.value.registeredComponents;
|
|
967
|
-
},
|
|
968
|
-
get builderBlock() {
|
|
969
|
-
return componentRefProps.value.builderBlock;
|
|
970
|
-
},
|
|
971
|
-
get includeBlockProps() {
|
|
972
|
-
return componentRefProps.value.includeBlockProps;
|
|
973
|
-
},
|
|
974
|
-
get isInteractive() {
|
|
975
|
-
return componentRefProps.value.isInteractive;
|
|
976
|
-
},
|
|
977
|
-
[_IMMUTABLE]: {
|
|
978
|
-
blockChildren: _fnSignal((p0) => p0.value.blockChildren, [
|
|
979
|
-
componentRefProps
|
|
980
|
-
], "p0.value.blockChildren"),
|
|
981
|
-
builderBlock: _fnSignal((p0) => p0.value.builderBlock, [
|
|
982
|
-
componentRefProps
|
|
983
|
-
], "p0.value.builderBlock"),
|
|
984
|
-
componentOptions: _fnSignal((p0) => p0.value.componentOptions, [
|
|
985
|
-
componentRefProps
|
|
986
|
-
], "p0.value.componentOptions"),
|
|
987
|
-
componentRef: _fnSignal((p0) => p0.value.componentRef, [
|
|
988
|
-
componentRefProps
|
|
989
|
-
], "p0.value.componentRef"),
|
|
990
|
-
context: _fnSignal((p0) => p0.value.context, [
|
|
991
|
-
componentRefProps
|
|
992
|
-
], "p0.value.context"),
|
|
993
|
-
includeBlockProps: _fnSignal((p0) => p0.value.includeBlockProps, [
|
|
994
|
-
componentRefProps
|
|
995
|
-
], "p0.value.includeBlockProps"),
|
|
996
|
-
isInteractive: _fnSignal((p0) => p0.value.isInteractive, [
|
|
997
|
-
componentRefProps
|
|
998
|
-
], "p0.value.isInteractive"),
|
|
999
|
-
registeredComponents: _fnSignal((p0) => p0.value.registeredComponents, [
|
|
1000
|
-
componentRefProps
|
|
1001
|
-
], "p0.value.registeredComponents")
|
|
1002
|
-
}
|
|
1003
|
-
}, 3, "jN_4") : null
|
|
1004
|
-
}, 1, "jN_5");
|
|
995
|
+
}, 1, "jN_6") : null
|
|
996
|
+
}, 1, "jN_7");
|
|
1005
997
|
}, "Block_component_nnPv0RY0U0k"));
|
|
1006
998
|
const onClick$1 = function onClick2(props, state) {
|
|
1007
999
|
var _a, _b;
|
|
@@ -1118,43 +1110,27 @@ const Blocks = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) =
|
|
|
1118
1110
|
var _a;
|
|
1119
1111
|
return (_a = props.context) == null ? void 0 : _a.BlocksWrapperProps;
|
|
1120
1112
|
},
|
|
1121
|
-
children: [
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
}) : null,
|
|
1143
|
-
props.blocks ? (props.blocks || []).map((block) => {
|
|
1144
|
-
return /* @__PURE__ */ _jsxC(BlockStyles, {
|
|
1145
|
-
block,
|
|
1146
|
-
get context() {
|
|
1147
|
-
return props.context || builderContext$1;
|
|
1148
|
-
},
|
|
1149
|
-
[_IMMUTABLE]: {
|
|
1150
|
-
context: _fnSignal((p0, p1) => p1.context || p0, [
|
|
1151
|
-
builderContext$1,
|
|
1152
|
-
props
|
|
1153
|
-
], "p1.context||p0")
|
|
1154
|
-
}
|
|
1155
|
-
}, 3, "block-style-" + block.id);
|
|
1156
|
-
}) : null
|
|
1157
|
-
],
|
|
1113
|
+
children: props.blocks ? (props.blocks || []).map((block) => {
|
|
1114
|
+
return /* @__PURE__ */ _jsxC(Block, {
|
|
1115
|
+
block,
|
|
1116
|
+
get context() {
|
|
1117
|
+
return props.context || builderContext$1;
|
|
1118
|
+
},
|
|
1119
|
+
get registeredComponents() {
|
|
1120
|
+
return props.registeredComponents || componentsContext.registeredComponents;
|
|
1121
|
+
},
|
|
1122
|
+
[_IMMUTABLE]: {
|
|
1123
|
+
context: _fnSignal((p0, p1) => p1.context || p0, [
|
|
1124
|
+
builderContext$1,
|
|
1125
|
+
props
|
|
1126
|
+
], "p1.context||p0"),
|
|
1127
|
+
registeredComponents: _fnSignal((p0, p1) => p1.registeredComponents || p0.registeredComponents, [
|
|
1128
|
+
componentsContext,
|
|
1129
|
+
props
|
|
1130
|
+
], "p1.registeredComponents||p0.registeredComponents")
|
|
1131
|
+
}
|
|
1132
|
+
}, 3, block.id);
|
|
1133
|
+
}) : null,
|
|
1158
1134
|
[_IMMUTABLE]: {
|
|
1159
1135
|
BlocksWrapper: _fnSignal((p0) => {
|
|
1160
1136
|
var _a;
|
|
@@ -3204,7 +3180,7 @@ const getInteractionPropertiesForEvent = (event) => {
|
|
|
3204
3180
|
}
|
|
3205
3181
|
};
|
|
3206
3182
|
};
|
|
3207
|
-
const SDK_VERSION = "0.11.
|
|
3183
|
+
const SDK_VERSION = "0.11.3";
|
|
3208
3184
|
const registry = {};
|
|
3209
3185
|
function register(type, info) {
|
|
3210
3186
|
let typeList = registry[type];
|