ctt-puro 0.17.6 → 0.17.7

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.
@@ -4,12 +4,12 @@ import { PuroSliderDirective } from '../../directives';
4
4
  import * as i0 from "@angular/core";
5
5
  export class PuroAdvantagesSmallComponent {
6
6
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroAdvantagesSmallComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroAdvantagesSmallComponent, isStandalone: true, selector: "lib-puro-advantages-small", inputs: { items: "items" }, ngImport: i0, template: "<section\r\n class=\"advantages js-active-slider\"\r\n \u00E7\r\n [puroSlider]=\"items\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-advantages-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n <div class=\"advantages__inner relative\">\r\n <div class=\"advantages__container\">\r\n <div class=\"js-advantages-slider advantages__slider\">\r\n @for (item of items || []; track $index) {\r\n <div>\r\n @if (item) {\r\n <div class=\"advantages__item\">\r\n @if (item.title) {\r\n <div class=\"advantages__heading\">\r\n {{ item.title }}\r\n </div>\r\n }\r\n @if (item.icon) {\r\n <div class=\"advantages__icon\">\r\n <i class=\"{{ item.icon }}\"></i>\r\n </div>\r\n }\r\n @if (item.description) {\r\n <span class=\"advantages__text\">{{\r\n item.description\r\n }}</span>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroSliderDirective, selector: "[puroSlider]", inputs: ["puroSlider"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroAdvantagesSmallComponent, isStandalone: true, selector: "lib-puro-advantages-small", inputs: { items: "items" }, ngImport: i0, template: "<section\r\n class=\"advantages js-active-slider\"\r\n \u00E7\r\n [puroSlider]=\"items\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-advantages-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n <div class=\"advantages__inner relative\">\r\n <div class=\"advantages__container\">\r\n <div class=\"js-advantages-slider advantages__slider\">\r\n @for (item of items || []; track $index) {\r\n <div>\r\n @if (item) {\r\n <div class=\"advantages__item\">\r\n @if (item.title) {\r\n <div class=\"advantages__heading\">\r\n {{ item.title }}\r\n </div>\r\n }\r\n @if (item.icon) {\r\n <div class=\"advantages__icon\">\r\n <i class=\"{{ item.icon }}\"></i>\r\n </div>\r\n }\r\n @if (item.description) {\r\n <span class=\"advantages__text\">{{\r\n item.description\r\n }}</span>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".advantages_icon i{width:47px;height:47px;background-color:var(--grey)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroSliderDirective, selector: "[puroSlider]", inputs: ["puroSlider"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8
8
  }
9
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroAdvantagesSmallComponent, decorators: [{
10
10
  type: Component,
11
- args: [{ selector: 'lib-puro-advantages-small', standalone: true, imports: [CommonModule, PuroSliderDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\r\n class=\"advantages js-active-slider\"\r\n \u00E7\r\n [puroSlider]=\"items\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-advantages-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n <div class=\"advantages__inner relative\">\r\n <div class=\"advantages__container\">\r\n <div class=\"js-advantages-slider advantages__slider\">\r\n @for (item of items || []; track $index) {\r\n <div>\r\n @if (item) {\r\n <div class=\"advantages__item\">\r\n @if (item.title) {\r\n <div class=\"advantages__heading\">\r\n {{ item.title }}\r\n </div>\r\n }\r\n @if (item.icon) {\r\n <div class=\"advantages__icon\">\r\n <i class=\"{{ item.icon }}\"></i>\r\n </div>\r\n }\r\n @if (item.description) {\r\n <span class=\"advantages__text\">{{\r\n item.description\r\n }}</span>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n" }]
11
+ args: [{ selector: 'lib-puro-advantages-small', standalone: true, imports: [CommonModule, PuroSliderDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\r\n class=\"advantages js-active-slider\"\r\n \u00E7\r\n [puroSlider]=\"items\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-advantages-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n <div class=\"advantages__inner relative\">\r\n <div class=\"advantages__container\">\r\n <div class=\"js-advantages-slider advantages__slider\">\r\n @for (item of items || []; track $index) {\r\n <div>\r\n @if (item) {\r\n <div class=\"advantages__item\">\r\n @if (item.title) {\r\n <div class=\"advantages__heading\">\r\n {{ item.title }}\r\n </div>\r\n }\r\n @if (item.icon) {\r\n <div class=\"advantages__icon\">\r\n <i class=\"{{ item.icon }}\"></i>\r\n </div>\r\n }\r\n @if (item.description) {\r\n <span class=\"advantages__text\">{{\r\n item.description\r\n }}</span>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".advantages_icon i{width:47px;height:47px;background-color:var(--grey)}\n"] }]
12
12
  }], propDecorators: { items: [{
13
13
  type: Input
14
14
  }] } });
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVyby1hZHZhbnRhZ2VzLXNtYWxsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3B1cm8vc3JjL2xpYi9jb21wb25lbnRzL3B1cm8tYWR2YW50YWdlcy1zbWFsbC9wdXJvLWFkdmFudGFnZXMtc21hbGwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHVyby9zcmMvbGliL2NvbXBvbmVudHMvcHVyby1hZHZhbnRhZ2VzLXNtYWxsL3B1cm8tYWR2YW50YWdlcy1zbWFsbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBVXZELE1BQU0sT0FBTyw0QkFBNEI7K0dBQTVCLDRCQUE0QjttR0FBNUIsNEJBQTRCLGlIQ1p6QyxveERBMkNBLHlERHBDYyxZQUFZLCtCQUFFLG1CQUFtQjs7NEZBS2xDLDRCQUE0QjtrQkFSeEMsU0FBUzsrQkFDSSwyQkFBMkIsY0FDekIsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLG1CQUFtQixDQUFDLG1CQUczQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBQdXJvU2xpZGVyRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAnbGliLXB1cm8tYWR2YW50YWdlcy1zbWFsbCcsXHJcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgUHVyb1NsaWRlckRpcmVjdGl2ZV0sXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vcHVyby1hZHZhbnRhZ2VzLXNtYWxsLmNvbXBvbmVudC5odG1sJyxcclxuICAgIHN0eWxlVXJsOiAnLi9wdXJvLWFkdmFudGFnZXMtc21hbGwuY29tcG9uZW50LnNjc3MnLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBQdXJvQWR2YW50YWdlc1NtYWxsQ29tcG9uZW50IHtcclxuICAgIEBJbnB1dCgpIGl0ZW1zPzogUHVyb0FkdmFudGFnZXNTbWFsbEl0ZW1bXTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBQdXJvQWR2YW50YWdlc1NtYWxsSXRlbSB7XHJcbiAgICB0aXRsZT86IHN0cmluZztcclxuICAgIGljb24/OiBzdHJpbmc7XHJcbiAgICBkZXNjcmlwdGlvbj86IHN0cmluZztcclxufVxyXG4iLCI8c2VjdGlvblxyXG4gICAgY2xhc3M9XCJhZHZhbnRhZ2VzIGpzLWFjdGl2ZS1zbGlkZXJcIlxyXG4gICAgw6dcclxuICAgIFtwdXJvU2xpZGVyXT1cIml0ZW1zXCJcclxuICAgIGRhdGEtc2xpZGVzX2luZmluaXRlPVwidHJ1ZVwiXHJcbiAgICBkYXRhLXNsaWRlcl9uYW1lPVwianMtYWR2YW50YWdlcy1zbGlkZXJcIlxyXG4gICAgZGF0YS1zbGlkZXJfc2hvd2J0bnM9XCJ0cnVlXCJcclxuICAgIGRhdGEtc2xpZGVyX3Nob3dkb3RzPVwiZmFsc2VcIlxyXG4gICAgZGF0YS1zbGlkZXJfZmFkZT1cImZhbHNlXCJcclxuICAgIGRhdGEtc2xpZGVyX2F1dG9wbGF5PVwiZmFsc2VcIlxyXG4gICAgZGF0YS1zbGlkZXNfcGM9XCIxXCJcclxuPlxyXG4gICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXNfX2lubmVyIHJlbGF0aXZlXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXNfX2NvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwianMtYWR2YW50YWdlcy1zbGlkZXIgYWR2YW50YWdlc19fc2xpZGVyXCI+XHJcbiAgICAgICAgICAgICAgICBAZm9yIChpdGVtIG9mIGl0ZW1zIHx8IFtdOyB0cmFjayAkaW5kZXgpIHtcclxuICAgICAgICAgICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGl0ZW0pIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzX19pdGVtXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpdGVtLnRpdGxlKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzX19oZWFkaW5nXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBpdGVtLnRpdGxlIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGl0ZW0uaWNvbikge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlc19faWNvblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJ7eyBpdGVtLmljb24gfX1cIj48L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGl0ZW0uZGVzY3JpcHRpb24pIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJhZHZhbnRhZ2VzX190ZXh0XCI+e3tcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGl0ZW0uZGVzY3JpcHRpb25cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJqcy1zbGlkZXItYXJyb3dzXCI+PC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9zZWN0aW9uPlxyXG4iXX0=
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVyby1hZHZhbnRhZ2VzLXNtYWxsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3B1cm8vc3JjL2xpYi9jb21wb25lbnRzL3B1cm8tYWR2YW50YWdlcy1zbWFsbC9wdXJvLWFkdmFudGFnZXMtc21hbGwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHVyby9zcmMvbGliL2NvbXBvbmVudHMvcHVyby1hZHZhbnRhZ2VzLXNtYWxsL3B1cm8tYWR2YW50YWdlcy1zbWFsbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBVXZELE1BQU0sT0FBTyw0QkFBNEI7K0dBQTVCLDRCQUE0QjttR0FBNUIsNEJBQTRCLGlIQ1p6QyxveERBMkNBLGtJRHBDYyxZQUFZLCtCQUFFLG1CQUFtQjs7NEZBS2xDLDRCQUE0QjtrQkFSeEMsU0FBUzsrQkFDSSwyQkFBMkIsY0FDekIsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLG1CQUFtQixDQUFDLG1CQUczQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBQdXJvU2xpZGVyRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAnbGliLXB1cm8tYWR2YW50YWdlcy1zbWFsbCcsXHJcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgUHVyb1NsaWRlckRpcmVjdGl2ZV0sXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vcHVyby1hZHZhbnRhZ2VzLXNtYWxsLmNvbXBvbmVudC5odG1sJyxcclxuICAgIHN0eWxlVXJsOiAnLi9wdXJvLWFkdmFudGFnZXMtc21hbGwuY29tcG9uZW50LnNjc3MnLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBQdXJvQWR2YW50YWdlc1NtYWxsQ29tcG9uZW50IHtcclxuICAgIEBJbnB1dCgpIGl0ZW1zPzogUHVyb0FkdmFudGFnZXNTbWFsbEl0ZW1bXTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBQdXJvQWR2YW50YWdlc1NtYWxsSXRlbSB7XHJcbiAgICB0aXRsZT86IHN0cmluZztcclxuICAgIGljb24/OiBzdHJpbmc7XHJcbiAgICBkZXNjcmlwdGlvbj86IHN0cmluZztcclxufVxyXG4iLCI8c2VjdGlvblxyXG4gICAgY2xhc3M9XCJhZHZhbnRhZ2VzIGpzLWFjdGl2ZS1zbGlkZXJcIlxyXG4gICAgw6dcclxuICAgIFtwdXJvU2xpZGVyXT1cIml0ZW1zXCJcclxuICAgIGRhdGEtc2xpZGVzX2luZmluaXRlPVwidHJ1ZVwiXHJcbiAgICBkYXRhLXNsaWRlcl9uYW1lPVwianMtYWR2YW50YWdlcy1zbGlkZXJcIlxyXG4gICAgZGF0YS1zbGlkZXJfc2hvd2J0bnM9XCJ0cnVlXCJcclxuICAgIGRhdGEtc2xpZGVyX3Nob3dkb3RzPVwiZmFsc2VcIlxyXG4gICAgZGF0YS1zbGlkZXJfZmFkZT1cImZhbHNlXCJcclxuICAgIGRhdGEtc2xpZGVyX2F1dG9wbGF5PVwiZmFsc2VcIlxyXG4gICAgZGF0YS1zbGlkZXNfcGM9XCIxXCJcclxuPlxyXG4gICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXNfX2lubmVyIHJlbGF0aXZlXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXNfX2NvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwianMtYWR2YW50YWdlcy1zbGlkZXIgYWR2YW50YWdlc19fc2xpZGVyXCI+XHJcbiAgICAgICAgICAgICAgICBAZm9yIChpdGVtIG9mIGl0ZW1zIHx8IFtdOyB0cmFjayAkaW5kZXgpIHtcclxuICAgICAgICAgICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGl0ZW0pIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzX19pdGVtXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpdGVtLnRpdGxlKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzX19oZWFkaW5nXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBpdGVtLnRpdGxlIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGl0ZW0uaWNvbikge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlc19faWNvblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJ7eyBpdGVtLmljb24gfX1cIj48L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGl0ZW0uZGVzY3JpcHRpb24pIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJhZHZhbnRhZ2VzX190ZXh0XCI+e3tcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGl0ZW0uZGVzY3JpcHRpb25cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJqcy1zbGlkZXItYXJyb3dzXCI+PC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9zZWN0aW9uPlxyXG4iXX0=
@@ -800,11 +800,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
800
800
 
801
801
  class PuroAdvantagesSmallComponent {
802
802
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroAdvantagesSmallComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
803
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroAdvantagesSmallComponent, isStandalone: true, selector: "lib-puro-advantages-small", inputs: { items: "items" }, ngImport: i0, template: "<section\r\n class=\"advantages js-active-slider\"\r\n \u00E7\r\n [puroSlider]=\"items\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-advantages-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n <div class=\"advantages__inner relative\">\r\n <div class=\"advantages__container\">\r\n <div class=\"js-advantages-slider advantages__slider\">\r\n @for (item of items || []; track $index) {\r\n <div>\r\n @if (item) {\r\n <div class=\"advantages__item\">\r\n @if (item.title) {\r\n <div class=\"advantages__heading\">\r\n {{ item.title }}\r\n </div>\r\n }\r\n @if (item.icon) {\r\n <div class=\"advantages__icon\">\r\n <i class=\"{{ item.icon }}\"></i>\r\n </div>\r\n }\r\n @if (item.description) {\r\n <span class=\"advantages__text\">{{\r\n item.description\r\n }}</span>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroSliderDirective, selector: "[puroSlider]", inputs: ["puroSlider"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
803
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroAdvantagesSmallComponent, isStandalone: true, selector: "lib-puro-advantages-small", inputs: { items: "items" }, ngImport: i0, template: "<section\r\n class=\"advantages js-active-slider\"\r\n \u00E7\r\n [puroSlider]=\"items\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-advantages-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n <div class=\"advantages__inner relative\">\r\n <div class=\"advantages__container\">\r\n <div class=\"js-advantages-slider advantages__slider\">\r\n @for (item of items || []; track $index) {\r\n <div>\r\n @if (item) {\r\n <div class=\"advantages__item\">\r\n @if (item.title) {\r\n <div class=\"advantages__heading\">\r\n {{ item.title }}\r\n </div>\r\n }\r\n @if (item.icon) {\r\n <div class=\"advantages__icon\">\r\n <i class=\"{{ item.icon }}\"></i>\r\n </div>\r\n }\r\n @if (item.description) {\r\n <span class=\"advantages__text\">{{\r\n item.description\r\n }}</span>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".advantages_icon i{width:47px;height:47px;background-color:var(--grey)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroSliderDirective, selector: "[puroSlider]", inputs: ["puroSlider"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
804
804
  }
805
805
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroAdvantagesSmallComponent, decorators: [{
806
806
  type: Component,
807
- args: [{ selector: 'lib-puro-advantages-small', standalone: true, imports: [CommonModule, PuroSliderDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\r\n class=\"advantages js-active-slider\"\r\n \u00E7\r\n [puroSlider]=\"items\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-advantages-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n <div class=\"advantages__inner relative\">\r\n <div class=\"advantages__container\">\r\n <div class=\"js-advantages-slider advantages__slider\">\r\n @for (item of items || []; track $index) {\r\n <div>\r\n @if (item) {\r\n <div class=\"advantages__item\">\r\n @if (item.title) {\r\n <div class=\"advantages__heading\">\r\n {{ item.title }}\r\n </div>\r\n }\r\n @if (item.icon) {\r\n <div class=\"advantages__icon\">\r\n <i class=\"{{ item.icon }}\"></i>\r\n </div>\r\n }\r\n @if (item.description) {\r\n <span class=\"advantages__text\">{{\r\n item.description\r\n }}</span>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n" }]
807
+ args: [{ selector: 'lib-puro-advantages-small', standalone: true, imports: [CommonModule, PuroSliderDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\r\n class=\"advantages js-active-slider\"\r\n \u00E7\r\n [puroSlider]=\"items\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-advantages-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n <div class=\"advantages__inner relative\">\r\n <div class=\"advantages__container\">\r\n <div class=\"js-advantages-slider advantages__slider\">\r\n @for (item of items || []; track $index) {\r\n <div>\r\n @if (item) {\r\n <div class=\"advantages__item\">\r\n @if (item.title) {\r\n <div class=\"advantages__heading\">\r\n {{ item.title }}\r\n </div>\r\n }\r\n @if (item.icon) {\r\n <div class=\"advantages__icon\">\r\n <i class=\"{{ item.icon }}\"></i>\r\n </div>\r\n }\r\n @if (item.description) {\r\n <span class=\"advantages__text\">{{\r\n item.description\r\n }}</span>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".advantages_icon i{width:47px;height:47px;background-color:var(--grey)}\n"] }]
808
808
  }], propDecorators: { items: [{
809
809
  type: Input
810
810
  }] } });