@tet/tet-components-angular 1.4.9-testing → 1.4.10-production

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.
@@ -70,11 +70,11 @@ let TetAccordion = class TetAccordion {
70
70
  this.el = r.nativeElement;
71
71
  }
72
72
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
73
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAccordion, isStandalone: false, selector: "tet-accordion", inputs: { breakpoint: "breakpoint", header: "header", headerIconName: "headerIconName", headerImageAlt: "headerImageAlt", headerImageSrc: "headerImageSrc", headingTag: "headingTag", indicatorDirection: "indicatorDirection", isOpen: "isOpen", theme: "theme", transparentBackground: "transparentBackground", withAutoScroll: "withAutoScroll", withBorder: "withBorder" }, outputs: { openChanged: "openChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
73
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAccordion, isStandalone: false, selector: "tet-accordion", inputs: { breakpoint: "breakpoint", header: "header", headerIconName: "headerIconName", headerImageAlt: "headerImageAlt", headerImageSrc: "headerImageSrc", headingTag: "headingTag", indicatorDirection: "indicatorDirection", isHeaderInteractive: "isHeaderInteractive", isOpen: "isOpen", theme: "theme", transparentBackground: "transparentBackground", withAutoScroll: "withAutoScroll", withBorder: "withBorder" }, outputs: { openChanged: "openChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
74
74
  };
75
75
  TetAccordion = __decorate([
76
76
  ProxyCmp({
77
- inputs: ['breakpoint', 'header', 'headerIconName', 'headerImageAlt', 'headerImageSrc', 'headingTag', 'indicatorDirection', 'isOpen', 'theme', 'transparentBackground', 'withAutoScroll', 'withBorder'],
77
+ inputs: ['breakpoint', 'header', 'headerIconName', 'headerImageAlt', 'headerImageSrc', 'headingTag', 'indicatorDirection', 'isHeaderInteractive', 'isOpen', 'theme', 'transparentBackground', 'withAutoScroll', 'withBorder'],
78
78
  methods: ['open', 'close', 'toggle', 'getState', 'setState']
79
79
  })
80
80
  ], TetAccordion);
@@ -85,7 +85,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
85
85
  changeDetection: ChangeDetectionStrategy.OnPush,
86
86
  template: '<ng-content></ng-content>',
87
87
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
88
- inputs: ['breakpoint', 'header', 'headerIconName', 'headerImageAlt', 'headerImageSrc', 'headingTag', 'indicatorDirection', 'isOpen', 'theme', 'transparentBackground', 'withAutoScroll', 'withBorder'],
88
+ inputs: ['breakpoint', 'header', 'headerIconName', 'headerImageAlt', 'headerImageSrc', 'headingTag', 'indicatorDirection', 'isHeaderInteractive', 'isOpen', 'theme', 'transparentBackground', 'withAutoScroll', 'withBorder'],
89
89
  outputs: ['openChanged'],
90
90
  standalone: false
91
91
  }]
@@ -694,11 +694,11 @@ let TetCheckbox = class TetCheckbox {
694
694
  this.el = r.nativeElement;
695
695
  }
696
696
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
697
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetCheckbox, isStandalone: false, selector: "tet-checkbox", inputs: { checked: "checked", disabled: "disabled", error: "error", indeterminate: "indeterminate", label: "label", name: "name", theme: "theme", value: "value" }, outputs: { check: "check" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
697
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetCheckbox, isStandalone: false, selector: "tet-checkbox", inputs: { checked: "checked", disabled: "disabled", error: "error", focusStyleOnContainer: "focusStyleOnContainer", indeterminate: "indeterminate", label: "label", name: "name", theme: "theme", value: "value" }, outputs: { check: "check" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
698
698
  };
699
699
  TetCheckbox = __decorate([
700
700
  ProxyCmp({
701
- inputs: ['checked', 'disabled', 'error', 'indeterminate', 'label', 'name', 'theme', 'value'],
701
+ inputs: ['checked', 'disabled', 'error', 'focusStyleOnContainer', 'indeterminate', 'label', 'name', 'theme', 'value'],
702
702
  methods: ['setChecked', 'setIndeterminate', 'setError']
703
703
  })
704
704
  ], TetCheckbox);
@@ -709,7 +709,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
709
709
  changeDetection: ChangeDetectionStrategy.OnPush,
710
710
  template: '<ng-content></ng-content>',
711
711
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
712
- inputs: ['checked', 'disabled', 'error', 'indeterminate', 'label', 'name', 'theme', 'value'],
712
+ inputs: ['checked', 'disabled', 'error', 'focusStyleOnContainer', 'indeterminate', 'label', 'name', 'theme', 'value'],
713
713
  outputs: ['check'],
714
714
  standalone: false
715
715
  }]
@@ -1254,6 +1254,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
1254
1254
  standalone: false
1255
1255
  }]
1256
1256
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1257
+ let TetFeedbackForm = class TetFeedbackForm {
1258
+ constructor(c, r, z) {
1259
+ this.z = z;
1260
+ this.feedbackSubmitted = new EventEmitter();
1261
+ c.detach();
1262
+ this.el = r.nativeElement;
1263
+ }
1264
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetFeedbackForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1265
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetFeedbackForm, isStandalone: false, selector: "tet-feedback-form", inputs: { data: "data", language: "language", theme: "theme" }, outputs: { feedbackSubmitted: "feedbackSubmitted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1266
+ };
1267
+ TetFeedbackForm = __decorate([
1268
+ ProxyCmp({
1269
+ inputs: ['data', 'language', 'theme']
1270
+ })
1271
+ ], TetFeedbackForm);
1272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetFeedbackForm, decorators: [{
1273
+ type: Component,
1274
+ args: [{
1275
+ selector: 'tet-feedback-form',
1276
+ changeDetection: ChangeDetectionStrategy.OnPush,
1277
+ template: '<ng-content></ng-content>',
1278
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1279
+ inputs: ['data', 'language', 'theme'],
1280
+ outputs: ['feedbackSubmitted'],
1281
+ standalone: false
1282
+ }]
1283
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { feedbackSubmitted: [{
1284
+ type: Output
1285
+ }] } });
1257
1286
  let TetFilter = class TetFilter {
1258
1287
  constructor(c, r, z) {
1259
1288
  this.z = z;
@@ -2131,11 +2160,12 @@ let TetTextarea = class TetTextarea {
2131
2160
  this.el = r.nativeElement;
2132
2161
  }
2133
2162
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2134
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetTextarea, isStandalone: false, 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 }); }
2163
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetTextarea, isStandalone: false, selector: "tet-textarea", inputs: { disabled: "disabled", errorMessages: "errorMessages", label: "label", maxLength: "maxLength", placeholder: "placeholder", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2135
2164
  };
2136
2165
  TetTextarea = __decorate([
2137
2166
  ProxyCmp({
2138
- inputs: ['disabled', 'errorMessages', 'label', 'placeholder', 'theme', 'value']
2167
+ inputs: ['disabled', 'errorMessages', 'label', 'maxLength', 'placeholder', 'theme', 'value'],
2168
+ methods: ['getValue']
2139
2169
  })
2140
2170
  ], TetTextarea);
2141
2171
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetTextarea, decorators: [{
@@ -2145,7 +2175,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
2145
2175
  changeDetection: ChangeDetectionStrategy.OnPush,
2146
2176
  template: '<ng-content></ng-content>',
2147
2177
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2148
- inputs: ['disabled', 'errorMessages', 'label', 'placeholder', 'theme', 'value'],
2178
+ inputs: ['disabled', 'errorMessages', 'label', 'maxLength', 'placeholder', 'theme', 'value'],
2149
2179
  standalone: false
2150
2180
  }]
2151
2181
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2302,6 +2332,7 @@ const DIRECTIVES = [
2302
2332
  TetDynamicCard,
2303
2333
  TetExpandableInput,
2304
2334
  TetExpansionPanel,
2335
+ TetFeedbackForm,
2305
2336
  TetFilter,
2306
2337
  TetIcon,
2307
2338
  TetInlineMessage,
@@ -2354,7 +2385,7 @@ class TetComponentsAngularModule {
2354
2385
  };
2355
2386
  }
2356
2387
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetComponentsAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2357
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: TetComponentsAngularModule, declarations: [TetAccordion, TetAddressOffersFiltersProducts, TetAddressSearch, TetAssetAddresses, TetAssetAvailabilityAddresses, TetAutocomplete, TetAutocompleteDropdown, TetAvailabilityContactForm, TetB2bCheckOutForm, TetB2bCompareCard, TetB2bConfigurator, TetB2bConfiguratorCart, TetBannerNav, TetBarGraph, TetBusinessLines, TetBusinessNavigation, TetBusinessRoundStepper, TetBusinessSummaryCard, TetButton, TetCarousel, TetCheckbox, TetCloudApplicationFormDialog, TetCloudConfigurator, TetCompareCardV2, TetContactForm, TetContactInfo, TetContainer, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFilter, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip], exports: [TetAccordion, TetAddressOffersFiltersProducts, TetAddressSearch, TetAssetAddresses, TetAssetAvailabilityAddresses, TetAutocomplete, TetAutocompleteDropdown, TetAvailabilityContactForm, TetB2bCheckOutForm, TetB2bCompareCard, TetB2bConfigurator, TetB2bConfiguratorCart, TetBannerNav, TetBarGraph, TetBusinessLines, TetBusinessNavigation, TetBusinessRoundStepper, TetBusinessSummaryCard, TetButton, TetCarousel, TetCheckbox, TetCloudApplicationFormDialog, TetCloudConfigurator, TetCompareCardV2, TetContactForm, TetContactInfo, TetContainer, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFilter, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip] }); }
2388
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: TetComponentsAngularModule, declarations: [TetAccordion, TetAddressOffersFiltersProducts, TetAddressSearch, TetAssetAddresses, TetAssetAvailabilityAddresses, TetAutocomplete, TetAutocompleteDropdown, TetAvailabilityContactForm, TetB2bCheckOutForm, TetB2bCompareCard, TetB2bConfigurator, TetB2bConfiguratorCart, TetBannerNav, TetBarGraph, TetBusinessLines, TetBusinessNavigation, TetBusinessRoundStepper, TetBusinessSummaryCard, TetButton, TetCarousel, TetCheckbox, TetCloudApplicationFormDialog, TetCloudConfigurator, TetCompareCardV2, TetContactForm, TetContactInfo, TetContainer, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFeedbackForm, TetFilter, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip], exports: [TetAccordion, TetAddressOffersFiltersProducts, TetAddressSearch, TetAssetAddresses, TetAssetAvailabilityAddresses, TetAutocomplete, TetAutocompleteDropdown, TetAvailabilityContactForm, TetB2bCheckOutForm, TetB2bCompareCard, TetB2bConfigurator, TetB2bConfiguratorCart, TetBannerNav, TetBarGraph, TetBusinessLines, TetBusinessNavigation, TetBusinessRoundStepper, TetBusinessSummaryCard, TetButton, TetCarousel, TetCheckbox, TetCloudApplicationFormDialog, TetCloudConfigurator, TetCompareCardV2, TetContactForm, TetContactInfo, TetContainer, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFeedbackForm, TetFilter, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip] }); }
2358
2389
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetComponentsAngularModule }); }
2359
2390
  }
2360
2391
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetComponentsAngularModule, decorators: [{
@@ -2371,5 +2402,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
2371
2402
  * Generated bundle index. Do not edit.
2372
2403
  */
2373
2404
 
2374
- export { DIRECTIVES, TetAccordion, TetAddressOffersFiltersProducts, TetAddressSearch, TetAssetAddresses, TetAssetAvailabilityAddresses, TetAutocomplete, TetAutocompleteDropdown, TetAvailabilityContactForm, TetB2bCheckOutForm, TetB2bCompareCard, TetB2bConfigurator, TetB2bConfiguratorCart, TetBannerNav, TetBarGraph, TetBusinessLines, TetBusinessNavigation, TetBusinessRoundStepper, TetBusinessSummaryCard, TetButton, TetCarousel, TetCheckbox, TetCloudApplicationFormDialog, TetCloudConfigurator, TetCompareCardV2, TetComponentsAngularModule, TetContactForm, TetContactInfo, TetContainer, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFilter, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip };
2405
+ export { DIRECTIVES, TetAccordion, TetAddressOffersFiltersProducts, TetAddressSearch, TetAssetAddresses, TetAssetAvailabilityAddresses, TetAutocomplete, TetAutocompleteDropdown, TetAvailabilityContactForm, TetB2bCheckOutForm, TetB2bCompareCard, TetB2bConfigurator, TetB2bConfiguratorCart, TetBannerNav, TetBarGraph, TetBusinessLines, TetBusinessNavigation, TetBusinessRoundStepper, TetBusinessSummaryCard, TetButton, TetCarousel, TetCheckbox, TetCloudApplicationFormDialog, TetCloudConfigurator, TetCompareCardV2, TetComponentsAngularModule, TetContactForm, TetContactInfo, TetContainer, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFeedbackForm, TetFilter, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip };
2375
2406
  //# sourceMappingURL=tet-tet-components-angular.mjs.map