@tet/tet-components-angular 1.3.35-testing → 1.3.36-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.
|
@@ -321,11 +321,11 @@ let TetButton = class TetButton {
|
|
|
321
321
|
this.el = r.nativeElement;
|
|
322
322
|
}
|
|
323
323
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
324
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetButton, selector: "tet-button", inputs: { accessibilityLabel: "accessibilityLabel", clickCallback: "clickCallback", disabled: "disabled", elementId: "elementId", iconMode: "iconMode", iconName: "iconName", iconPosition: "iconPosition", size: "size", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
324
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetButton, selector: "tet-button", inputs: { accessibilityLabel: "accessibilityLabel", clickCallback: "clickCallback", disabled: "disabled", elementId: "elementId", iconMode: "iconMode", iconName: "iconName", iconPosition: "iconPosition", size: "size", theme: "theme", type: "type", url: "url", urlTarget: "urlTarget" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
325
325
|
};
|
|
326
326
|
TetButton = __decorate([
|
|
327
327
|
ProxyCmp({
|
|
328
|
-
inputs: ['accessibilityLabel', 'clickCallback', 'disabled', 'elementId', 'iconMode', 'iconName', 'iconPosition', 'size', 'theme', 'type']
|
|
328
|
+
inputs: ['accessibilityLabel', 'clickCallback', 'disabled', 'elementId', 'iconMode', 'iconName', 'iconPosition', 'size', 'theme', 'type', 'url', 'urlTarget']
|
|
329
329
|
})
|
|
330
330
|
], TetButton);
|
|
331
331
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetButton, decorators: [{
|
|
@@ -335,7 +335,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
335
335
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
336
336
|
template: '<ng-content></ng-content>',
|
|
337
337
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
338
|
-
inputs: ['accessibilityLabel', 'clickCallback', 'disabled', 'elementId', 'iconMode', 'iconName', 'iconPosition', 'size', 'theme', 'type'],
|
|
338
|
+
inputs: ['accessibilityLabel', 'clickCallback', 'disabled', 'elementId', 'iconMode', 'iconName', 'iconPosition', 'size', 'theme', 'type', 'url', 'urlTarget'],
|
|
339
339
|
}]
|
|
340
340
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
341
341
|
let TetCheckbox = class TetCheckbox {
|
|
@@ -1440,11 +1440,11 @@ let TetTextarea = class TetTextarea {
|
|
|
1440
1440
|
this.el = r.nativeElement;
|
|
1441
1441
|
}
|
|
1442
1442
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1443
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetTextarea, selector: "tet-textarea", inputs: { disabled: "disabled", errorMessages: "errorMessages", label: "label", placeholder: "placeholder", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1443
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetTextarea, selector: "tet-textarea", inputs: { disabled: "disabled", errorMessages: "errorMessages", label: "label", placeholder: "placeholder", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1444
1444
|
};
|
|
1445
1445
|
TetTextarea = __decorate([
|
|
1446
1446
|
ProxyCmp({
|
|
1447
|
-
inputs: ['disabled', 'errorMessages', 'label', 'placeholder', 'value']
|
|
1447
|
+
inputs: ['disabled', 'errorMessages', 'label', 'placeholder', 'theme', 'value']
|
|
1448
1448
|
})
|
|
1449
1449
|
], TetTextarea);
|
|
1450
1450
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetTextarea, decorators: [{
|
|
@@ -1454,7 +1454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1454
1454
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1455
1455
|
template: '<ng-content></ng-content>',
|
|
1456
1456
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1457
|
-
inputs: ['disabled', 'errorMessages', 'label', 'placeholder', 'value'],
|
|
1457
|
+
inputs: ['disabled', 'errorMessages', 'label', 'placeholder', 'theme', 'value'],
|
|
1458
1458
|
}]
|
|
1459
1459
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1460
1460
|
let TetThankYouView = class TetThankYouView {
|