@tet/tet-components-angular 1.4.2-testing → 1.4.3-staging
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.
|
@@ -1697,11 +1697,11 @@ let TetTable = class TetTable {
|
|
|
1697
1697
|
this.el = r.nativeElement;
|
|
1698
1698
|
}
|
|
1699
1699
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1700
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetTable, selector: "tet-table", inputs: { caption: "caption", cellTextAlign: "cellTextAlign", gappedColumnLayout: "gappedColumnLayout", tableData: "tableData", tableHeader: "tableHeader", tableHeaderColumnSpan: "tableHeaderColumnSpan", tableHeaderTextAlign: "tableHeaderTextAlign", tableHeaderWidth: "tableHeaderWidth", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1700
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetTable, selector: "tet-table", inputs: { caption: "caption", cellTextAlign: "cellTextAlign", fixedFirstColumn: "fixedFirstColumn", gappedColumnLayout: "gappedColumnLayout", tableData: "tableData", tableHeader: "tableHeader", tableHeaderColumnSpan: "tableHeaderColumnSpan", tableHeaderTextAlign: "tableHeaderTextAlign", tableHeaderWidth: "tableHeaderWidth", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1701
1701
|
};
|
|
1702
1702
|
TetTable = __decorate([
|
|
1703
1703
|
ProxyCmp({
|
|
1704
|
-
inputs: ['caption', 'cellTextAlign', 'gappedColumnLayout', 'tableData', 'tableHeader', 'tableHeaderColumnSpan', 'tableHeaderTextAlign', 'tableHeaderWidth', 'theme']
|
|
1704
|
+
inputs: ['caption', 'cellTextAlign', 'fixedFirstColumn', 'gappedColumnLayout', 'tableData', 'tableHeader', 'tableHeaderColumnSpan', 'tableHeaderTextAlign', 'tableHeaderWidth', 'theme']
|
|
1705
1705
|
})
|
|
1706
1706
|
], TetTable);
|
|
1707
1707
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetTable, decorators: [{
|
|
@@ -1711,7 +1711,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1711
1711
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1712
1712
|
template: '<ng-content></ng-content>',
|
|
1713
1713
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1714
|
-
inputs: ['caption', 'cellTextAlign', 'gappedColumnLayout', 'tableData', 'tableHeader', 'tableHeaderColumnSpan', 'tableHeaderTextAlign', 'tableHeaderWidth', 'theme'],
|
|
1714
|
+
inputs: ['caption', 'cellTextAlign', 'fixedFirstColumn', 'gappedColumnLayout', 'tableData', 'tableHeader', 'tableHeaderColumnSpan', 'tableHeaderTextAlign', 'tableHeaderWidth', 'theme'],
|
|
1715
1715
|
}]
|
|
1716
1716
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1717
1717
|
let TetTag = class TetTag {
|