@wizishop/wizi-block 3.3.67 → 3.3.68
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 +1 -1
- 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/structures/reviews/waterfall/reviews-waterfall.component.js +2 -2
- package/fesm2015/wizishop-wizi-block.js +1 -1
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/package.json +1 -1
- package/wizishop-wizi-block.metadata.json +1 -1
|
@@ -24028,7 +24028,7 @@
|
|
|
24028
24028
|
ReviewsWaterfallComponent.decorators = [
|
|
24029
24029
|
{ type: i0.Component, args: [{
|
|
24030
24030
|
selector: ReviewsWaterfallService.selector(),
|
|
24031
|
-
template: "<div class=\"wb-reviews-waterfall\" [style.background-color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_BACKGROUND_COLOR]\">\n <div *ngIf=\"isLoading\" class=\"wb-forms-background__loader\">\n <wb-loader></wb-loader>\n </div>\n <div class=\"wb-reviews-simple__nocomment\" *ngIf=\"!isLoading && !comments.length\">\n <p>{{ 'wb.structures.template.28' | translate }}</p>\n </div>\n <div *ngIf=\"!isLoading\">\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TITLE]\" (contentChange)=\"persist()\"></wb-quill>\n <div class=\"wb-reviews-waterfall__starcontainer\">\n <wb-star\n [colorStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_COLOR]\"\n [colorBackgroundStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_SECONDARY_COLOR]\"\n [maxNumber]=\"5\"\n [score]=\"totalCommentsNote\"\n ></wb-star>\n <p [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_COLOR]\">{{ totalCommentsNote }}/5</p>\n </div>\n\n <div class=\"columns is-gapless\" *ngIf=\"!isLoading\">\n <div class=\"column\">\n <div\n [style.background-color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_COLOR]\"\n *ngFor=\"let comment of comments | evenodd: 'odd'\"\n >\n <div>\n <wb-star\n [colorStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_COLOR]\"\n [colorBackgroundStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_SECONDARY_COLOR]\"\n [maxNumber]=\"5\"\n [score]=\"comment.note\"\n ></wb-star>\n <span [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_COLOR]\">{{ totalCommentsNote }}/5</span>\n </div>\n <p class=\"wb-reviews-waterfall__first\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_SECONDARY_COLOR]\">\n {{ comment.content | wbStripTags }}\n </p>\n <p class=\"wb-reviews-waterfall__second\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_COLOR]\">\n {{ comment.author }}\n </p>\n <p class=\"wb-reviews-waterfall__last\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_SECONDARY_COLOR]\">\n {{ 'wb.structures.template.57' | translate: { created_at: comment.created_at | date: 'd/MM/y \u00E0 H:mm:s' } }}\n </p>\n </div>\n </div>\n <div class=\"column\">\n <div\n [style.background-color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_COLOR]\"\n *ngFor=\"let comment of comments | evenodd: 'even'\"\n >\n <div>\n <wb-star\n [colorStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_COLOR]\"\n [colorBackgroundStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_SECONDARY_COLOR]\"\n [maxNumber]=\"5\"\n [score]=\"comment.note\"\n ></wb-star>\n <span [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_COLOR]\">{{ totalCommentsNote }}/5</span>\n </div>\n <p class=\"wb-reviews-waterfall__first\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_SECONDARY_COLOR]\">\n {{ comment.content | wbStripTags }}\n </p>\n <p class=\"wb-reviews-waterfall__second\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_COLOR]\">\n {{ comment.author }}\n </p>\n <p class=\"wb-reviews-waterfall__last\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_SECONDARY_COLOR]\">\n {{ 'wb.structures.template.57' | translate: { created_at: comment.created_at | date: 'd/MM/y \u00E0 H:mm:s' } }}\n </p>\n </div>\n </div>\n </div>\n <div *ngIf=\"!isLoading && comments.length\">\n <a>{{ 'wb.structures.template.29' | translate }}</a>\n </div>\n </div>\n</div>\n"
|
|
24031
|
+
template: "<div class=\"wb-reviews-waterfall\" [style.background-color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_BACKGROUND_COLOR]\">\n <div *ngIf=\"isLoading\" class=\"wb-forms-background__loader\">\n <wb-loader></wb-loader>\n </div>\n <div class=\"wb-reviews-simple__nocomment\" *ngIf=\"!isLoading && !comments.length\">\n <p>{{ 'wb.structures.template.28' | translate }}</p>\n </div>\n <div *ngIf=\"!isLoading\">\n <wb-quill [(content)]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TITLE]\" (contentChange)=\"persist()\"></wb-quill>\n <div class=\"wb-reviews-waterfall__starcontainer\">\n <wb-star\n [colorStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_COLOR]\"\n [colorBackgroundStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_SECONDARY_COLOR]\"\n [maxNumber]=\"5\"\n [score]=\"totalCommentsNote\"\n ></wb-star>\n <p [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_COLOR]\">{{ totalCommentsNote }}/5</p>\n </div>\n\n <div class=\"columns is-gapless\" *ngIf=\"!isLoading\">\n <div class=\"column\">\n <div\n [style.background-color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_COLOR]\"\n *ngFor=\"let comment of comments | evenodd: 'odd'\"\n >\n <div>\n <wb-star\n [colorStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_COLOR]\"\n [colorBackgroundStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_SECONDARY_COLOR]\"\n [maxNumber]=\"5\"\n [score]=\"comment.note\"\n ></wb-star>\n <span [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_COLOR]\">{{ totalCommentsNote }}/5</span>\n </div>\n <p class=\"wb-reviews-waterfall__first\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_SECONDARY_COLOR]\">\n {{ comment.content | wbStripTags }}\n </p>\n <p class=\"wb-reviews-waterfall__second\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_COLOR]\">\n {{ comment.author }}\n </p>\n <p class=\"wb-reviews-waterfall__last\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_SECONDARY_COLOR]\">\n {{ 'wb.structures.template.57' | translate: { created_at: comment.created_at | date: 'd/MM/y \u00E0 H:mm:s' } }}\n </p>\n </div>\n </div>\n <div class=\"column\">\n <div\n [style.background-color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_COLOR]\"\n *ngFor=\"let comment of comments | evenodd: 'even'\"\n >\n <div>\n <wb-star\n [colorStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_COLOR]\"\n [colorBackgroundStar]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_STAR_SECONDARY_COLOR]\"\n [maxNumber]=\"5\"\n [score]=\"comment.note\"\n ></wb-star>\n <span [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_COLOR]\">{{ totalCommentsNote }}/5</span>\n </div>\n <p class=\"wb-reviews-waterfall__first\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_SECONDARY_COLOR]\">\n {{ comment.content | wbStripTags }}\n </p>\n <p class=\"wb-reviews-waterfall__second\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_TEXT_COLOR]\">\n {{ comment.author }}\n </p>\n <p class=\"wb-reviews-waterfall__last\" [style.color]=\"contents[BASE_BLOCK_CONTENT][FORM_NAME_SECONDARY_COLOR]\">\n {{ 'wb.structures.template.57' | translate: { created_at: comment.created_at | date: 'd/MM/y \u00E0 H:mm:s' } }}\n </p>\n </div>\n </div>\n </div>\n <div *ngIf=\"!isLoading && comments.length && contents[BASE_BLOCK_CONTENT][FORM_NAME_RATINGS_LINK]\">\n <a>{{ 'wb.structures.template.29' | translate }}</a>\n </div>\n </div>\n</div>\n"
|
|
24032
24032
|
},] }
|
|
24033
24033
|
];
|
|
24034
24034
|
ReviewsWaterfallComponent.ctorParameters = function () { return [
|