@tet/tet-components-angular 1.3.15-testing → 1.3.16-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.
|
@@ -69,11 +69,11 @@ let TetAccordion = class TetAccordion {
|
|
|
69
69
|
this.el = r.nativeElement;
|
|
70
70
|
}
|
|
71
71
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
72
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetAccordion, selector: "tet-accordion", inputs: { breakpoint: "breakpoint", header: "header", headerImageAlt: "headerImageAlt", headerImageSrc: "headerImageSrc", headingTag: "headingTag", isOpen: "isOpen", theme: "theme", withAutoScroll: "withAutoScroll", withBorder: "withBorder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
72
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetAccordion, selector: "tet-accordion", inputs: { breakpoint: "breakpoint", header: "header", headerImageAlt: "headerImageAlt", headerImageSrc: "headerImageSrc", headingTag: "headingTag", isOpen: "isOpen", theme: "theme", transparentBackground: "transparentBackground", withAutoScroll: "withAutoScroll", withBorder: "withBorder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
73
73
|
};
|
|
74
74
|
TetAccordion = __decorate([
|
|
75
75
|
ProxyCmp({
|
|
76
|
-
inputs: ['breakpoint', 'header', 'headerImageAlt', 'headerImageSrc', 'headingTag', 'isOpen', 'theme', 'withAutoScroll', 'withBorder'],
|
|
76
|
+
inputs: ['breakpoint', 'header', 'headerImageAlt', 'headerImageSrc', 'headingTag', 'isOpen', 'theme', 'transparentBackground', 'withAutoScroll', 'withBorder'],
|
|
77
77
|
methods: ['open', 'close', 'toggle', 'getState', 'setState']
|
|
78
78
|
})
|
|
79
79
|
], TetAccordion);
|
|
@@ -84,7 +84,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
84
84
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
85
85
|
template: '<ng-content></ng-content>',
|
|
86
86
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
87
|
-
inputs: ['breakpoint', 'header', 'headerImageAlt', 'headerImageSrc', 'headingTag', 'isOpen', 'theme', 'withAutoScroll', 'withBorder'],
|
|
87
|
+
inputs: ['breakpoint', 'header', 'headerImageAlt', 'headerImageSrc', 'headingTag', 'isOpen', 'theme', 'transparentBackground', 'withAutoScroll', 'withBorder'],
|
|
88
88
|
}]
|
|
89
89
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
90
90
|
let TetAddressSearch = class TetAddressSearch {
|
|
@@ -992,11 +992,11 @@ let TetNumberInput = class TetNumberInput {
|
|
|
992
992
|
proxyOutputs(this, this.el, ['inputValueChanged']);
|
|
993
993
|
}
|
|
994
994
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
995
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetNumberInput, selector: "tet-number-input", inputs: { accessibilityLabel: "accessibilityLabel", buttonAccessibilityLabel: "buttonAccessibilityLabel", completed: "completed", disabled: "disabled", error: "error", helperText: "helperText", label: "label", max: "max", min: "min", selectOnFocus: "selectOnFocus", suffixes: "suffixes", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
995
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetNumberInput, selector: "tet-number-input", inputs: { accessibilityLabel: "accessibilityLabel", buttonAccessibilityLabel: "buttonAccessibilityLabel", completed: "completed", disabled: "disabled", error: "error", helperText: "helperText", label: "label", max: "max", min: "min", selectOnFocus: "selectOnFocus", suffixes: "suffixes", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
996
996
|
};
|
|
997
997
|
TetNumberInput = __decorate([
|
|
998
998
|
ProxyCmp({
|
|
999
|
-
inputs: ['accessibilityLabel', 'buttonAccessibilityLabel', 'completed', 'disabled', 'error', 'helperText', 'label', 'max', 'min', 'selectOnFocus', 'suffixes', 'value'],
|
|
999
|
+
inputs: ['accessibilityLabel', 'buttonAccessibilityLabel', 'completed', 'disabled', 'error', 'helperText', 'label', 'max', 'min', 'selectOnFocus', 'suffixes', 'theme', 'value'],
|
|
1000
1000
|
methods: ['getValue', 'resetSuffix']
|
|
1001
1001
|
})
|
|
1002
1002
|
], TetNumberInput);
|
|
@@ -1007,7 +1007,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1007
1007
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1008
1008
|
template: '<ng-content></ng-content>',
|
|
1009
1009
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1010
|
-
inputs: ['accessibilityLabel', 'buttonAccessibilityLabel', 'completed', 'disabled', 'error', 'helperText', 'label', 'max', 'min', 'selectOnFocus', 'suffixes', 'value'],
|
|
1010
|
+
inputs: ['accessibilityLabel', 'buttonAccessibilityLabel', 'completed', 'disabled', 'error', 'helperText', 'label', 'max', 'min', 'selectOnFocus', 'suffixes', 'theme', 'value'],
|
|
1011
1011
|
}]
|
|
1012
1012
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1013
1013
|
let TetPlaceholder = class TetPlaceholder {
|
|
@@ -1217,11 +1217,11 @@ let TetStepperInput = class TetStepperInput {
|
|
|
1217
1217
|
proxyOutputs(this, this.el, ['inputValueChanged']);
|
|
1218
1218
|
}
|
|
1219
1219
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetStepperInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1220
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetStepperInput, selector: "tet-stepper-input", inputs: { accessibilityLabel: "accessibilityLabel", language: "language", max: "max", min: "min", selectOnFocus: "selectOnFocus", step: "step", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1220
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetStepperInput, selector: "tet-stepper-input", inputs: { accessibilityLabel: "accessibilityLabel", language: "language", max: "max", min: "min", selectOnFocus: "selectOnFocus", step: "step", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1221
1221
|
};
|
|
1222
1222
|
TetStepperInput = __decorate([
|
|
1223
1223
|
ProxyCmp({
|
|
1224
|
-
inputs: ['accessibilityLabel', 'language', 'max', 'min', 'selectOnFocus', 'step', 'value'],
|
|
1224
|
+
inputs: ['accessibilityLabel', 'language', 'max', 'min', 'selectOnFocus', 'step', 'theme', 'value'],
|
|
1225
1225
|
methods: ['getValue']
|
|
1226
1226
|
})
|
|
1227
1227
|
], TetStepperInput);
|
|
@@ -1232,7 +1232,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1232
1232
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1233
1233
|
template: '<ng-content></ng-content>',
|
|
1234
1234
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1235
|
-
inputs: ['accessibilityLabel', 'language', 'max', 'min', 'selectOnFocus', 'step', 'value'],
|
|
1235
|
+
inputs: ['accessibilityLabel', 'language', 'max', 'min', 'selectOnFocus', 'step', 'theme', 'value'],
|
|
1236
1236
|
}]
|
|
1237
1237
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1238
1238
|
let TetStepperV2 = class TetStepperV2 {
|