@tet/tet-components-angular 1.3.7-testing → 1.3.8-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.
|
@@ -198,11 +198,11 @@ let TetAutocompleteDropdown = class TetAutocompleteDropdown {
|
|
|
198
198
|
proxyOutputs(this, this.el, ['optionSelected', 'inputValueCleared', 'inputValueChanged']);
|
|
199
199
|
}
|
|
200
200
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetAutocompleteDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
201
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetAutocompleteDropdown, selector: "tet-autocomplete-dropdown", inputs: { defaultOption: "defaultOption", errorMessage: "errorMessage", hasError: "hasError", label: "label", noOptionsMessage: "noOptionsMessage", options: "options", placeholder: "placeholder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
201
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetAutocompleteDropdown, selector: "tet-autocomplete-dropdown", inputs: { defaultOption: "defaultOption", errorMessage: "errorMessage", hasError: "hasError", label: "label", noOptionsMessage: "noOptionsMessage", options: "options", placeholder: "placeholder", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
202
202
|
};
|
|
203
203
|
TetAutocompleteDropdown = __decorate([
|
|
204
204
|
ProxyCmp({
|
|
205
|
-
inputs: ['defaultOption', 'errorMessage', 'hasError', 'label', 'noOptionsMessage', 'options', 'placeholder'],
|
|
205
|
+
inputs: ['defaultOption', 'errorMessage', 'hasError', 'label', 'noOptionsMessage', 'options', 'placeholder', 'theme'],
|
|
206
206
|
methods: ['clearInput', 'focusOnNativeInput']
|
|
207
207
|
})
|
|
208
208
|
], TetAutocompleteDropdown);
|
|
@@ -213,7 +213,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
213
213
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
214
214
|
template: '<ng-content></ng-content>',
|
|
215
215
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
216
|
-
inputs: ['defaultOption', 'errorMessage', 'hasError', 'label', 'noOptionsMessage', 'options', 'placeholder'],
|
|
216
|
+
inputs: ['defaultOption', 'errorMessage', 'hasError', 'label', 'noOptionsMessage', 'options', 'placeholder', 'theme'],
|
|
217
217
|
}]
|
|
218
218
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
219
219
|
let TetAvailabilityContactForm = class TetAvailabilityContactForm {
|
|
@@ -1068,11 +1068,11 @@ let TetRangeSlider = class TetRangeSlider {
|
|
|
1068
1068
|
proxyOutputs(this, this.el, ['slider-input', 'slider-change']);
|
|
1069
1069
|
}
|
|
1070
1070
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetRangeSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1071
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetRangeSlider, selector: "tet-range-slider", inputs: { addButtonAccessibilityLabel: "addButtonAccessibilityLabel", dataPoints: "dataPoints", dataUnits: "dataUnits", defaultValue: "defaultValue", displayDataPoints: "displayDataPoints", inputMaxValue: "inputMaxValue", lockToDataPoint: "lockToDataPoint", maxValue: "maxValue", minValue: "minValue", numberInputAccessibilityLabel: "numberInputAccessibilityLabel", parentContainer: "parentContainer", reduceButtonAccessibilityLabel: "reduceButtonAccessibilityLabel", size: "size", sliderInputAccessibilityLabel: "sliderInputAccessibilityLabel", step: "step", type: "type", withControls: "withControls", withCurrentStepCounter: "withCurrentStepCounter", withInput: "withInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1071
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetRangeSlider, selector: "tet-range-slider", inputs: { addButtonAccessibilityLabel: "addButtonAccessibilityLabel", dataPoints: "dataPoints", dataUnits: "dataUnits", defaultValue: "defaultValue", displayDataPoints: "displayDataPoints", inputMaxValue: "inputMaxValue", lockToDataPoint: "lockToDataPoint", maxValue: "maxValue", minValue: "minValue", numberInputAccessibilityLabel: "numberInputAccessibilityLabel", parentContainer: "parentContainer", reduceButtonAccessibilityLabel: "reduceButtonAccessibilityLabel", size: "size", sliderInputAccessibilityLabel: "sliderInputAccessibilityLabel", step: "step", theme: "theme", type: "type", withControls: "withControls", withCurrentStepCounter: "withCurrentStepCounter", withInput: "withInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1072
1072
|
};
|
|
1073
1073
|
TetRangeSlider = __decorate([
|
|
1074
1074
|
ProxyCmp({
|
|
1075
|
-
inputs: ['addButtonAccessibilityLabel', 'dataPoints', 'dataUnits', 'defaultValue', 'displayDataPoints', 'inputMaxValue', 'lockToDataPoint', 'maxValue', 'minValue', 'numberInputAccessibilityLabel', 'parentContainer', 'reduceButtonAccessibilityLabel', 'size', 'sliderInputAccessibilityLabel', 'step', 'type', 'withControls', 'withCurrentStepCounter', 'withInput']
|
|
1075
|
+
inputs: ['addButtonAccessibilityLabel', 'dataPoints', 'dataUnits', 'defaultValue', 'displayDataPoints', 'inputMaxValue', 'lockToDataPoint', 'maxValue', 'minValue', 'numberInputAccessibilityLabel', 'parentContainer', 'reduceButtonAccessibilityLabel', 'size', 'sliderInputAccessibilityLabel', 'step', 'theme', 'type', 'withControls', 'withCurrentStepCounter', 'withInput']
|
|
1076
1076
|
})
|
|
1077
1077
|
], TetRangeSlider);
|
|
1078
1078
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetRangeSlider, decorators: [{
|
|
@@ -1082,7 +1082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1082
1082
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1083
1083
|
template: '<ng-content></ng-content>',
|
|
1084
1084
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1085
|
-
inputs: ['addButtonAccessibilityLabel', 'dataPoints', 'dataUnits', 'defaultValue', 'displayDataPoints', 'inputMaxValue', 'lockToDataPoint', 'maxValue', 'minValue', 'numberInputAccessibilityLabel', 'parentContainer', 'reduceButtonAccessibilityLabel', 'size', 'sliderInputAccessibilityLabel', 'step', 'type', 'withControls', 'withCurrentStepCounter', 'withInput'],
|
|
1085
|
+
inputs: ['addButtonAccessibilityLabel', 'dataPoints', 'dataUnits', 'defaultValue', 'displayDataPoints', 'inputMaxValue', 'lockToDataPoint', 'maxValue', 'minValue', 'numberInputAccessibilityLabel', 'parentContainer', 'reduceButtonAccessibilityLabel', 'size', 'sliderInputAccessibilityLabel', 'step', 'theme', 'type', 'withControls', 'withCurrentStepCounter', 'withInput'],
|
|
1086
1086
|
}]
|
|
1087
1087
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1088
1088
|
let TetReferral = class TetReferral {
|
|
@@ -1242,11 +1242,11 @@ let TetStepperV2 = class TetStepperV2 {
|
|
|
1242
1242
|
this.el = r.nativeElement;
|
|
1243
1243
|
}
|
|
1244
1244
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetStepperV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1245
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetStepperV2, selector: "tet-stepper-v2", inputs: { stepperData: "stepperData" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1245
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetStepperV2, selector: "tet-stepper-v2", inputs: { stepperData: "stepperData", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1246
1246
|
};
|
|
1247
1247
|
TetStepperV2 = __decorate([
|
|
1248
1248
|
ProxyCmp({
|
|
1249
|
-
inputs: ['stepperData']
|
|
1249
|
+
inputs: ['stepperData', 'theme']
|
|
1250
1250
|
})
|
|
1251
1251
|
], TetStepperV2);
|
|
1252
1252
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetStepperV2, decorators: [{
|
|
@@ -1256,7 +1256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1256
1256
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1257
1257
|
template: '<ng-content></ng-content>',
|
|
1258
1258
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1259
|
-
inputs: ['stepperData'],
|
|
1259
|
+
inputs: ['stepperData', 'theme'],
|
|
1260
1260
|
}]
|
|
1261
1261
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1262
1262
|
let TetSwitch = class TetSwitch {
|
|
@@ -1416,11 +1416,11 @@ let TetTextList = class TetTextList {
|
|
|
1416
1416
|
this.el = r.nativeElement;
|
|
1417
1417
|
}
|
|
1418
1418
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetTextList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1419
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetTextList, selector: "tet-text-list", inputs: { decimalPrefix: "decimalPrefix", decimalStart: "decimalStart", listIcon: "listIcon", listType: "listType", withIcon: "withIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1419
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetTextList, selector: "tet-text-list", inputs: { decimalPrefix: "decimalPrefix", decimalStart: "decimalStart", listIcon: "listIcon", listType: "listType", theme: "theme", withIcon: "withIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1420
1420
|
};
|
|
1421
1421
|
TetTextList = __decorate([
|
|
1422
1422
|
ProxyCmp({
|
|
1423
|
-
inputs: ['decimalPrefix', 'decimalStart', 'listIcon', 'listType', 'withIcon']
|
|
1423
|
+
inputs: ['decimalPrefix', 'decimalStart', 'listIcon', 'listType', 'theme', 'withIcon']
|
|
1424
1424
|
})
|
|
1425
1425
|
], TetTextList);
|
|
1426
1426
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetTextList, decorators: [{
|
|
@@ -1430,7 +1430,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1430
1430
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1431
1431
|
template: '<ng-content></ng-content>',
|
|
1432
1432
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1433
|
-
inputs: ['decimalPrefix', 'decimalStart', 'listIcon', 'listType', 'withIcon'],
|
|
1433
|
+
inputs: ['decimalPrefix', 'decimalStart', 'listIcon', 'listType', 'theme', 'withIcon'],
|
|
1434
1434
|
}]
|
|
1435
1435
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1436
1436
|
let TetTextarea = class TetTextarea {
|
|
@@ -1490,11 +1490,11 @@ let TetThankYouViewV2 = class TetThankYouViewV2 {
|
|
|
1490
1490
|
proxyOutputs(this, this.el, ['ctaButtonClick']);
|
|
1491
1491
|
}
|
|
1492
1492
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetThankYouViewV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1493
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetThankYouViewV2, selector: "tet-thank-you-view-v2", inputs: { ctaButtonId: "ctaButtonId", ctaButtonLabel: "ctaButtonLabel", ctaButtonSize: "ctaButtonSize", ctaButtonTheme: "ctaButtonTheme", ctaButtonType: "ctaButtonType", icon: "icon", language: "language", mainBlockDescription: "mainBlockDescription", mainBlockTitle: "mainBlockTitle", stepperData: "stepperData", translationGroup: "translationGroup" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1493
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetThankYouViewV2, selector: "tet-thank-you-view-v2", inputs: { ctaButtonId: "ctaButtonId", ctaButtonLabel: "ctaButtonLabel", ctaButtonSize: "ctaButtonSize", ctaButtonTheme: "ctaButtonTheme", ctaButtonType: "ctaButtonType", icon: "icon", language: "language", mainBlockDescription: "mainBlockDescription", mainBlockTitle: "mainBlockTitle", stepperData: "stepperData", theme: "theme", translationGroup: "translationGroup" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1494
1494
|
};
|
|
1495
1495
|
TetThankYouViewV2 = __decorate([
|
|
1496
1496
|
ProxyCmp({
|
|
1497
|
-
inputs: ['ctaButtonId', 'ctaButtonLabel', 'ctaButtonSize', 'ctaButtonTheme', 'ctaButtonType', 'icon', 'language', 'mainBlockDescription', 'mainBlockTitle', 'stepperData', 'translationGroup']
|
|
1497
|
+
inputs: ['ctaButtonId', 'ctaButtonLabel', 'ctaButtonSize', 'ctaButtonTheme', 'ctaButtonType', 'icon', 'language', 'mainBlockDescription', 'mainBlockTitle', 'stepperData', 'theme', 'translationGroup']
|
|
1498
1498
|
})
|
|
1499
1499
|
], TetThankYouViewV2);
|
|
1500
1500
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetThankYouViewV2, decorators: [{
|
|
@@ -1504,7 +1504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1504
1504
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1505
1505
|
template: '<ng-content></ng-content>',
|
|
1506
1506
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1507
|
-
inputs: ['ctaButtonId', 'ctaButtonLabel', 'ctaButtonSize', 'ctaButtonTheme', 'ctaButtonType', 'icon', 'language', 'mainBlockDescription', 'mainBlockTitle', 'stepperData', 'translationGroup'],
|
|
1507
|
+
inputs: ['ctaButtonId', 'ctaButtonLabel', 'ctaButtonSize', 'ctaButtonTheme', 'ctaButtonType', 'icon', 'language', 'mainBlockDescription', 'mainBlockTitle', 'stepperData', 'theme', 'translationGroup'],
|
|
1508
1508
|
}]
|
|
1509
1509
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1510
1510
|
let TetTooltip = class TetTooltip {
|