@wizishop/wizi-block 4.1.24-beta → 4.1.25-beta
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/bundles/wizishop-wizi-block.umd.js +9 -9
- package/bundles/wizishop-wizi-block.umd.js.map +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
- package/esm2015/lib/dtos/blocks/images/images-banner.dto.js +2 -2
- package/esm2015/lib/dtos/blocks/images/images-simple.dto.js +2 -2
- package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-simple.dto.js +2 -2
- package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-with-banner.dto.js +2 -2
- package/esm2015/lib/dtos/blocks/text-backgrounds/text-backgrounds-with-txt.dto.js +2 -2
- package/esm2015/lib/services/blocks/images/images-banner.service.js +2 -2
- package/esm2015/lib/services/blocks/images/images-simple.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-simple.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-banner.service.js +2 -2
- package/esm2015/lib/services/blocks/text-backgrounds/text-backgrounds-with-txt.service.js +2 -2
- package/fesm2015/wizishop-wizi-block.js +9 -9
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/package.json +1 -1
|
@@ -3824,7 +3824,7 @@
|
|
|
3824
3824
|
_this[_a$L] = true;
|
|
3825
3825
|
_this[_b$J] = 'small';
|
|
3826
3826
|
_this[_c$F] = false;
|
|
3827
|
-
_this[_d$D] = '
|
|
3827
|
+
_this[_d$D] = '0.5';
|
|
3828
3828
|
_this[_e$y] = false;
|
|
3829
3829
|
return _this;
|
|
3830
3830
|
}
|
|
@@ -3863,7 +3863,7 @@
|
|
|
3863
3863
|
imgSimpleFormDto.forms.push(maskImgSimpleContentDto);
|
|
3864
3864
|
var parallaxImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX, 'wb.blocks.FormContentDto.17', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX], '', '', [], [], [true, false]);
|
|
3865
3865
|
imgSimpleFormDto.forms.push(parallaxImgSimpleContentDto);
|
|
3866
|
-
var parallaxSpeedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_SPEED, 'wb.blocks.FormContentDto.113', FORM_TYPE_TAG, content[FORM_NAME_PARALLAX_SPEED], '', '', ['wb.blocks.FormContentDto.115', 'wb.blocks.FormContentDto.116', 'wb.blocks.FormContentDto.117'], ['0.
|
|
3866
|
+
var parallaxSpeedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_SPEED, 'wb.blocks.FormContentDto.113', FORM_TYPE_TAG, content[FORM_NAME_PARALLAX_SPEED], '', '', ['wb.blocks.FormContentDto.115', 'wb.blocks.FormContentDto.116', 'wb.blocks.FormContentDto.117'], ['0.25', '0.5', '1']);
|
|
3867
3867
|
imgSimpleFormDto.forms.push(parallaxSpeedImgSimpleContentDto);
|
|
3868
3868
|
var parallaxInvertedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_INVERTED, 'wb.blocks.FormContentDto.114', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX_INVERTED], '', '', [], [], [true, false]);
|
|
3869
3869
|
imgSimpleFormDto.forms.push(parallaxInvertedImgSimpleContentDto);
|
|
@@ -4970,7 +4970,7 @@
|
|
|
4970
4970
|
_this[_b$10] = 'wb.dto.CONTENT.28';
|
|
4971
4971
|
_this[_c$O] = new ButtonDto();
|
|
4972
4972
|
_this[_d$L] = false;
|
|
4973
|
-
_this[_e$G] = '
|
|
4973
|
+
_this[_e$G] = '0.5';
|
|
4974
4974
|
_this[_f$p] = false;
|
|
4975
4975
|
_this[_g$n] = true;
|
|
4976
4976
|
_this[_h$k] = 'small';
|
|
@@ -5011,7 +5011,7 @@
|
|
|
5011
5011
|
TextBackgroundsSimpleFormDto.forms.push(maskTextBackgroundsSimpleContentDto);
|
|
5012
5012
|
var parallaxTextBackgroundsSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX, 'wb.blocks.FormContentDto.17', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX], '', '', [], [], [true, false]);
|
|
5013
5013
|
TextBackgroundsSimpleFormDto.forms.push(parallaxTextBackgroundsSimpleContentDto);
|
|
5014
|
-
var parallaxSpeedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_SPEED, 'wb.blocks.FormContentDto.113', FORM_TYPE_TAG, content[FORM_NAME_PARALLAX_SPEED], '', '', ['wb.blocks.FormContentDto.115', 'wb.blocks.FormContentDto.116', 'wb.blocks.FormContentDto.117'], ['0.
|
|
5014
|
+
var parallaxSpeedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_SPEED, 'wb.blocks.FormContentDto.113', FORM_TYPE_TAG, content[FORM_NAME_PARALLAX_SPEED], '', '', ['wb.blocks.FormContentDto.115', 'wb.blocks.FormContentDto.116', 'wb.blocks.FormContentDto.117'], ['0.25', '0.5', '1']);
|
|
5015
5015
|
TextBackgroundsSimpleFormDto.forms.push(parallaxSpeedImgSimpleContentDto);
|
|
5016
5016
|
var parallaxInvertedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_INVERTED, 'wb.blocks.FormContentDto.114', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX_INVERTED], '', '', [], [], [true, false]);
|
|
5017
5017
|
TextBackgroundsSimpleFormDto.forms.push(parallaxInvertedImgSimpleContentDto);
|
|
@@ -5039,7 +5039,7 @@
|
|
|
5039
5039
|
_this[_c$P] = new ButtonDto();
|
|
5040
5040
|
_this[_d$M] = '#ffffff';
|
|
5041
5041
|
_this[_e$H] = false;
|
|
5042
|
-
_this[_f$q] = '
|
|
5042
|
+
_this[_f$q] = '0.5';
|
|
5043
5043
|
_this[_g$o] = false;
|
|
5044
5044
|
_this[_h$l] = true;
|
|
5045
5045
|
_this[_j$h] = 'small';
|
|
@@ -5082,7 +5082,7 @@
|
|
|
5082
5082
|
formsDto.forms.push(maskTextBackgroundsWithTxtContentDto);
|
|
5083
5083
|
var parallaxTextBackgroundsWithTxtContentDto = new FormsContentDto(FORM_NAME_PARALLAX, 'wb.blocks.FormContentDto.17', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX], '', '', [], [], [true, false]);
|
|
5084
5084
|
formsDto.forms.push(parallaxTextBackgroundsWithTxtContentDto);
|
|
5085
|
-
var parallaxSpeedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_SPEED, 'wb.blocks.FormContentDto.113', FORM_TYPE_TAG, content[FORM_NAME_PARALLAX_SPEED], '', '', ['wb.blocks.FormContentDto.115', 'wb.blocks.FormContentDto.116', 'wb.blocks.FormContentDto.117'], ['0.
|
|
5085
|
+
var parallaxSpeedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_SPEED, 'wb.blocks.FormContentDto.113', FORM_TYPE_TAG, content[FORM_NAME_PARALLAX_SPEED], '', '', ['wb.blocks.FormContentDto.115', 'wb.blocks.FormContentDto.116', 'wb.blocks.FormContentDto.117'], ['0.25', '0.5', '1']);
|
|
5086
5086
|
formsDto.forms.push(parallaxSpeedImgSimpleContentDto);
|
|
5087
5087
|
var parallaxInvertedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_INVERTED, 'wb.blocks.FormContentDto.114', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX_INVERTED], '', '', [], [], [true, false]);
|
|
5088
5088
|
formsDto.forms.push(parallaxInvertedImgSimpleContentDto);
|
|
@@ -5110,7 +5110,7 @@
|
|
|
5110
5110
|
_this[_c$Q] = 'wb.dto.CONTENT.37';
|
|
5111
5111
|
_this[_d$N] = '#74b4c0';
|
|
5112
5112
|
_this[_e$I] = false;
|
|
5113
|
-
_this[_f$r] = '
|
|
5113
|
+
_this[_f$r] = '0.5';
|
|
5114
5114
|
_this[_g$p] = false;
|
|
5115
5115
|
_this[_h$m] = true;
|
|
5116
5116
|
_this[_j$i] = 'small';
|
|
@@ -5153,7 +5153,7 @@
|
|
|
5153
5153
|
formsDto.forms.push(fullpageTextBackgroundsWithTxtContentDto);
|
|
5154
5154
|
var parallaxTextBackgroundsWithTxtContentDto = new FormsContentDto(FORM_NAME_PARALLAX, 'wb.blocks.FormContentDto.17', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX], '', '', [], [], [true, false]);
|
|
5155
5155
|
formsDto.forms.push(parallaxTextBackgroundsWithTxtContentDto);
|
|
5156
|
-
var parallaxSpeedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_SPEED, 'wb.blocks.FormContentDto.113', FORM_TYPE_TAG, content[FORM_NAME_PARALLAX_SPEED], '', '', ['wb.blocks.FormContentDto.115', 'wb.blocks.FormContentDto.116', 'wb.blocks.FormContentDto.117'], ['0.
|
|
5156
|
+
var parallaxSpeedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_SPEED, 'wb.blocks.FormContentDto.113', FORM_TYPE_TAG, content[FORM_NAME_PARALLAX_SPEED], '', '', ['wb.blocks.FormContentDto.115', 'wb.blocks.FormContentDto.116', 'wb.blocks.FormContentDto.117'], ['0.25', '0.5', '1']);
|
|
5157
5157
|
formsDto.forms.push(parallaxSpeedImgSimpleContentDto);
|
|
5158
5158
|
var parallaxInvertedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_INVERTED, 'wb.blocks.FormContentDto.114', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX_INVERTED], '', '', [], [], [true, false]);
|
|
5159
5159
|
formsDto.forms.push(parallaxInvertedImgSimpleContentDto);
|
|
@@ -6810,7 +6810,7 @@
|
|
|
6810
6810
|
var imgBannerFormDto = new FormsDto(content);
|
|
6811
6811
|
var parallaxImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX, 'wb.blocks.FormContentDto.17', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX], '', '', [], [], [true, false]);
|
|
6812
6812
|
imgBannerFormDto.forms.push(parallaxImgSimpleContentDto);
|
|
6813
|
-
var parallaxSpeedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_SPEED, 'wb.blocks.FormContentDto.113', FORM_TYPE_TAG, content[FORM_NAME_PARALLAX_SPEED], '', '', ['wb.blocks.FormContentDto.115', 'wb.blocks.FormContentDto.116', 'wb.blocks.FormContentDto.117'], ['0.
|
|
6813
|
+
var parallaxSpeedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_SPEED, 'wb.blocks.FormContentDto.113', FORM_TYPE_TAG, content[FORM_NAME_PARALLAX_SPEED], '', '', ['wb.blocks.FormContentDto.115', 'wb.blocks.FormContentDto.116', 'wb.blocks.FormContentDto.117'], ['0.25', '0.5', '1']);
|
|
6814
6814
|
imgBannerFormDto.forms.push(parallaxSpeedImgSimpleContentDto);
|
|
6815
6815
|
var parallaxInvertedImgSimpleContentDto = new FormsContentDto(FORM_NAME_PARALLAX_INVERTED, 'wb.blocks.FormContentDto.114', FORM_TYPE_CHECKBOX, content[FORM_NAME_PARALLAX_INVERTED], '', '', [], [], [true, false]);
|
|
6816
6816
|
imgBannerFormDto.forms.push(parallaxInvertedImgSimpleContentDto);
|