@tet/tet-components-angular 1.3.8-testing → 1.3.9-testing
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.
|
@@ -1344,11 +1344,11 @@ let TetTable = class TetTable {
|
|
|
1344
1344
|
this.el = r.nativeElement;
|
|
1345
1345
|
}
|
|
1346
1346
|
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 }); }
|
|
1347
|
-
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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1347
|
+
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 }); }
|
|
1348
1348
|
};
|
|
1349
1349
|
TetTable = __decorate([
|
|
1350
1350
|
ProxyCmp({
|
|
1351
|
-
inputs: ['caption', 'cellTextAlign', 'gappedColumnLayout', 'tableData', 'tableHeader', 'tableHeaderColumnSpan', 'tableHeaderTextAlign', 'tableHeaderWidth']
|
|
1351
|
+
inputs: ['caption', 'cellTextAlign', 'gappedColumnLayout', 'tableData', 'tableHeader', 'tableHeaderColumnSpan', 'tableHeaderTextAlign', 'tableHeaderWidth', 'theme']
|
|
1352
1352
|
})
|
|
1353
1353
|
], TetTable);
|
|
1354
1354
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetTable, decorators: [{
|
|
@@ -1358,7 +1358,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1358
1358
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1359
1359
|
template: '<ng-content></ng-content>',
|
|
1360
1360
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1361
|
-
inputs: ['caption', 'cellTextAlign', 'gappedColumnLayout', 'tableData', 'tableHeader', 'tableHeaderColumnSpan', 'tableHeaderTextAlign', 'tableHeaderWidth'],
|
|
1361
|
+
inputs: ['caption', 'cellTextAlign', 'gappedColumnLayout', 'tableData', 'tableHeader', 'tableHeaderColumnSpan', 'tableHeaderTextAlign', 'tableHeaderWidth', 'theme'],
|
|
1362
1362
|
}]
|
|
1363
1363
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1364
1364
|
let TetTag = class TetTag {
|
|
@@ -1392,11 +1392,11 @@ let TetTagGroup = class TetTagGroup {
|
|
|
1392
1392
|
this.el = r.nativeElement;
|
|
1393
1393
|
}
|
|
1394
1394
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetTagGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1395
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetTagGroup, selector: "tet-tag-group", inputs: { language: "language", tags: "tags" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1395
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetTagGroup, selector: "tet-tag-group", inputs: { language: "language", tags: "tags", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1396
1396
|
};
|
|
1397
1397
|
TetTagGroup = __decorate([
|
|
1398
1398
|
ProxyCmp({
|
|
1399
|
-
inputs: ['language', 'tags']
|
|
1399
|
+
inputs: ['language', 'tags', 'theme']
|
|
1400
1400
|
})
|
|
1401
1401
|
], TetTagGroup);
|
|
1402
1402
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetTagGroup, decorators: [{
|
|
@@ -1406,7 +1406,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1406
1406
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1407
1407
|
template: '<ng-content></ng-content>',
|
|
1408
1408
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1409
|
-
inputs: ['language', 'tags'],
|
|
1409
|
+
inputs: ['language', 'tags', 'theme'],
|
|
1410
1410
|
}]
|
|
1411
1411
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1412
1412
|
let TetTextList = class TetTextList {
|