@wizishop/wizi-block 4.2.35-beta → 4.2.38-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.
@@ -29186,7 +29186,7 @@
29186
29186
  WitnessBackgroundOneComponent.decorators = [
29187
29187
  { type: i0.Component, args: [{
29188
29188
  selector: WitnessBackgroundOneService.selector(),
29189
- template: "<div class=\"wb-witness-backgroundOne\">\n <div class=\"columns\">\n <div class=\"column\">\n <div class=\"wb-witness-backgroundOne__container\">\n <div\n wbPicturesTemplateDirective\n class=\"wb-witness-backgroundOne__container__item__figure__noimage\"\n *ngIf=\"!contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n (click)=\"getMediaFor(FORM_NAME_IMAGE)\"\n ></div>\n <div class=\"wb-witness-backgroundOne__tool\">\n <wb-structure-config\n [blockUUID]=\"uuid\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n [position]=\"TYPE_CONFIG_POSITION_LEFT_TOP\"\n [isFullwidth]=\"true\"\n >\n <wb-structure-config-input\n [label]=\"'wb.structures.template.15' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_URL][FORM_NAME_TEXT]\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <div class=\"columns\">\n <div class=\"column\">\n <wb-structure-config-input\n [label]=\"'wb.structures.template.16' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_URL][FORM_NAME_URL]\"\n [placeholder]=\"'wb.structures.template.11' | translate\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n </div>\n <div class=\"column\">\n <wb-structure-config-checkbox\n [label]=\"'wb.structures.template.12' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_URL][FORM_NAME_URL_TARGET]\"\n (ngModelChange)=\"persist()\"\n [off]=\"'_self'\"\n [on]=\"'_blank'\"\n ></wb-structure-config-checkbox>\n </div>\n </div>\n </wb-structure-config>\n </div>\n <div\n class=\"wb-witness-backgroundOne__container__item\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n [style.background-image]=\"'url(' + contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL] + ')'\"\n >\n <div\n wbGetSizeImageDirective\n class=\"wb-witness-backgroundOne__container__item__figure\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n (click)=\"getMediaFor(FORM_NAME_IMAGE)\"\n ></div>\n <div class=\"wb-witness-backgroundOne__container__item__zindex has-transparent-background\">\n <div class=\"wb-witness-backgroundOne__container__item__testimony\">\n <wb-editorjs\n [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_CONTENT]\"\n (contentChange)=\"persist()\"\n [placeholder]=\"'wb.shared.components.quill.1' | translate\"\n >\n </wb-editorjs>\n </div>\n <div\n class=\"wb-witness-backgroundOne__container__item__hr\"\n [style.background-color]=\"contents[BASE_BLOCK_CONTENT].color\"\n ></div>\n <div class=\"wb-witness-backgroundOne__container__item__author\">\n <wb-editorjs\n [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TITLE]\"\n (contentChange)=\"persist()\"\n [placeholder]=\"'wb.shared.components.quill.1' | translate\"\n >\n </wb-editorjs>\n </div>\n <div\n class=\"wb-witness-backgroundOne__container__item__url\"\n *ngIf=\"\n contents[BASE_BLOCK_CONTENT][FORM_NAME_URL] && contents[BASE_BLOCK_CONTENT][FORM_NAME_URL][FORM_NAME_TEXT]\n \"\n >\n <div class=\"wb-witness-backgroundOne__container__item__url__container\">\n <span>{{ contents[BASE_BLOCK_CONTENT][FORM_NAME_URL][FORM_NAME_TEXT] }}</span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n"
29189
+ template: "<div class=\"wb-witness-backgroundOne\">\n <div class=\"columns\">\n <div class=\"column\">\n <div class=\"wb-witness-backgroundOne__container\">\n <div\n wbPicturesTemplateDirective\n class=\"wb-witness-backgroundOne__container__item__figure__noimage\"\n *ngIf=\"!contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n (click)=\"getMediaFor(FORM_NAME_IMAGE)\"\n >\n <p>\n <i class=\"fal fa-image\"></i> <span>{{ 'wb.shared.directives.pictures.2' | translate }}</span>\n </p>\n </div>\n <div class=\"wb-witness-backgroundOne__tool\">\n <wb-structure-config\n [blockUUID]=\"uuid\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n [position]=\"TYPE_CONFIG_POSITION_LEFT_TOP\"\n [isFullwidth]=\"true\"\n >\n <wb-structure-config-input\n [label]=\"'wb.structures.template.15' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_URL][FORM_NAME_TEXT]\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n <div class=\"columns\">\n <div class=\"column\">\n <wb-structure-config-input\n [label]=\"'wb.structures.template.16' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_URL][FORM_NAME_URL]\"\n [placeholder]=\"'wb.structures.template.11' | translate\"\n (ngModelChange)=\"persist()\"\n ></wb-structure-config-input>\n </div>\n <div class=\"column\">\n <wb-structure-config-checkbox\n [label]=\"'wb.structures.template.12' | translate\"\n [(ngModel)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_URL][FORM_NAME_URL_TARGET]\"\n (ngModelChange)=\"persist()\"\n [off]=\"'_self'\"\n [on]=\"'_blank'\"\n ></wb-structure-config-checkbox>\n </div>\n </div>\n </wb-structure-config>\n </div>\n <div\n class=\"wb-witness-backgroundOne__container__item\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n [style.background-image]=\"'url(' + contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE][FORM_NAME_IMAGE_URL] + ')'\"\n >\n <div\n wbGetSizeImageDirective\n class=\"wb-witness-backgroundOne__container__item__figure\"\n *ngIf=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_IMAGE]\"\n (click)=\"getMediaFor(FORM_NAME_IMAGE)\"\n ></div>\n <div class=\"wb-witness-backgroundOne__container__item__zindex has-transparent-background\">\n <div class=\"wb-witness-backgroundOne__container__item__testimony\">\n <wb-editorjs\n [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_CONTENT]\"\n (contentChange)=\"persist()\"\n [placeholder]=\"'wb.shared.components.quill.1' | translate\"\n >\n </wb-editorjs>\n </div>\n <div\n class=\"wb-witness-backgroundOne__container__item__hr\"\n [style.background-color]=\"contents[BASE_BLOCK_CONTENT].color\"\n ></div>\n <div class=\"wb-witness-backgroundOne__container__item__author\">\n <wb-editorjs\n [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TITLE]\"\n (contentChange)=\"persist()\"\n [placeholder]=\"'wb.shared.components.quill.1' | translate\"\n >\n </wb-editorjs>\n </div>\n <div\n class=\"wb-witness-backgroundOne__container__item__url\"\n *ngIf=\"\n contents[BASE_BLOCK_CONTENT][FORM_NAME_URL] && contents[BASE_BLOCK_CONTENT][FORM_NAME_URL][FORM_NAME_TEXT]\n \"\n >\n <div class=\"wb-witness-backgroundOne__container__item__url__container\">\n <span>{{ contents[BASE_BLOCK_CONTENT][FORM_NAME_URL][FORM_NAME_TEXT] }}</span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n"
29190
29190
  },] }
29191
29191
  ];
29192
29192
  WitnessBackgroundOneComponent.ctorParameters = function () { return []; };