slick-components 17.0.21 → 17.0.22
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.
|
@@ -23,7 +23,7 @@ class SlickInitParams {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
class SlickInitService {
|
|
26
|
-
static { this.version = "17.0.
|
|
26
|
+
static { this.version = "17.0.22"; }
|
|
27
27
|
constructor() { }
|
|
28
28
|
static init(initParams) {
|
|
29
29
|
console.info(`Slick Components Version ${SlickInitService.version}`);
|
|
@@ -8168,11 +8168,11 @@ class SlickTabComponent {
|
|
|
8168
8168
|
this.selected = true;
|
|
8169
8169
|
}
|
|
8170
8170
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SlickTabComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8171
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SlickTabComponent, selector: "slick-tab", inputs: { header: "header", icon: "icon", key: "key" }, viewQueries: [{ propertyName: "tabHeaderRef", first: true, predicate: ["tabHeaderRef"], descendants: true }, { propertyName: "tabBodyRef", first: true, predicate: ["tabBodyRef"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class='slick-tab btn' [ngClass]=\"{'btn-primary': selected === true, 'btn-secondary': selected === false }\" (click)='onTabClicked()'>\r\n\t<slick-tab-header *ngIf='showHeaderFromInput' #tabHeaderRef></slick-tab-header>\r\n\t<ng-content *ngIf='!showHeaderFromInput' select='slick-tab-header'></ng-content>\r\n</div>\r\n<div id='tabBody_{{uuid}}' class='slick-tab-body' style='display: none; width: 100%;' #tabBodyRef>\r\n\t<ng-content></ng-content>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SlickTabHeaderComponent, selector: "slick-tab-header" }] }); }
|
|
8171
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SlickTabComponent, selector: "slick-tab", inputs: { header: "header", icon: "icon", key: "key" }, viewQueries: [{ propertyName: "tabHeaderRef", first: true, predicate: ["tabHeaderRef"], descendants: true }, { propertyName: "tabBodyRef", first: true, predicate: ["tabBodyRef"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class='slick-tab btn' [ngClass]=\"{'btn-primary text-body': selected === true, 'btn-secondary': selected === false }\" (click)='onTabClicked()'>\r\n\t<slick-tab-header *ngIf='showHeaderFromInput' #tabHeaderRef></slick-tab-header>\r\n\t<ng-content *ngIf='!showHeaderFromInput' select='slick-tab-header'></ng-content>\r\n</div>\r\n<div id='tabBody_{{uuid}}' class='slick-tab-body' style='display: none; width: 100%;' #tabBodyRef>\r\n\t<ng-content></ng-content>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SlickTabHeaderComponent, selector: "slick-tab-header" }] }); }
|
|
8172
8172
|
}
|
|
8173
8173
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SlickTabComponent, decorators: [{
|
|
8174
8174
|
type: Component,
|
|
8175
|
-
args: [{ selector: 'slick-tab', template: "<div class='slick-tab btn' [ngClass]=\"{'btn-primary': selected === true, 'btn-secondary': selected === false }\" (click)='onTabClicked()'>\r\n\t<slick-tab-header *ngIf='showHeaderFromInput' #tabHeaderRef></slick-tab-header>\r\n\t<ng-content *ngIf='!showHeaderFromInput' select='slick-tab-header'></ng-content>\r\n</div>\r\n<div id='tabBody_{{uuid}}' class='slick-tab-body' style='display: none; width: 100%;' #tabBodyRef>\r\n\t<ng-content></ng-content>\r\n</div>\r\n" }]
|
|
8175
|
+
args: [{ selector: 'slick-tab', template: "<div class='slick-tab btn' [ngClass]=\"{'btn-primary text-body': selected === true, 'btn-secondary': selected === false }\" (click)='onTabClicked()'>\r\n\t<slick-tab-header *ngIf='showHeaderFromInput' #tabHeaderRef></slick-tab-header>\r\n\t<ng-content *ngIf='!showHeaderFromInput' select='slick-tab-header'></ng-content>\r\n</div>\r\n<div id='tabBody_{{uuid}}' class='slick-tab-body' style='display: none; width: 100%;' #tabBodyRef>\r\n\t<ng-content></ng-content>\r\n</div>\r\n" }]
|
|
8176
8176
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { header: [{
|
|
8177
8177
|
type: Input
|
|
8178
8178
|
}], icon: [{
|