@tet/tet-components-angular 1.4.30-staging → 1.4.31-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.
|
@@ -1936,6 +1936,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
1936
1936
|
}], selectionListRendered: [{
|
|
1937
1937
|
type: Output
|
|
1938
1938
|
}] } });
|
|
1939
|
+
let TetSnickerCard = class TetSnickerCard {
|
|
1940
|
+
constructor(c, r, z) {
|
|
1941
|
+
this.z = z;
|
|
1942
|
+
this.bottomLinkClick = new EventEmitter();
|
|
1943
|
+
this.benefitLinkClick = new EventEmitter();
|
|
1944
|
+
this.cardClick = new EventEmitter();
|
|
1945
|
+
this.selectionStateChange = new EventEmitter();
|
|
1946
|
+
this.addToCart = new EventEmitter();
|
|
1947
|
+
this.removeFromCart = new EventEmitter();
|
|
1948
|
+
c.detach();
|
|
1949
|
+
this.el = r.nativeElement;
|
|
1950
|
+
proxyOutputs(this, this.el, ['bottomLinkClick', 'benefitLinkClick', 'cardClick', 'selectionStateChange', 'addToCart', 'removeFromCart']);
|
|
1951
|
+
}
|
|
1952
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetSnickerCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1953
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetSnickerCard, isStandalone: false, selector: "tet-snicker-card", inputs: { accordionConfig: "accordionConfig", benefitLink: "benefitLink", benefits: "benefits", bottomLinkText: "bottomLinkText", bottomRemark: "bottomRemark", cardTitle: "cardTitle", count: "count", description: "description", indicator: "indicator", inlineMessage: "inlineMessage", isInCart: "isInCart", isTabStop: "isTabStop", packageItems: "packageItems", price: "price", primaryValue: "primaryValue", secondaryValue: "secondaryValue", selectionConfig: "selectionConfig", selectionType: "selectionType", state: "state", subscriptionItems: "subscriptionItems", subscriptionLabel: "subscriptionLabel", subtitle: "subtitle", theme: "theme", topBadge: "topBadge" }, outputs: { bottomLinkClick: "bottomLinkClick", benefitLinkClick: "benefitLinkClick", cardClick: "cardClick", selectionStateChange: "selectionStateChange", addToCart: "addToCart", removeFromCart: "removeFromCart" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1954
|
+
};
|
|
1955
|
+
TetSnickerCard = __decorate([
|
|
1956
|
+
ProxyCmp({
|
|
1957
|
+
inputs: ['accordionConfig', 'benefitLink', 'benefits', 'bottomLinkText', 'bottomRemark', 'cardTitle', 'count', 'description', 'indicator', 'inlineMessage', 'isInCart', 'isTabStop', 'packageItems', 'price', 'primaryValue', 'secondaryValue', 'selectionConfig', 'selectionType', 'state', 'subscriptionItems', 'subscriptionLabel', 'subtitle', 'theme', 'topBadge'],
|
|
1958
|
+
methods: ['focusSelectionTarget']
|
|
1959
|
+
})
|
|
1960
|
+
], TetSnickerCard);
|
|
1961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetSnickerCard, decorators: [{
|
|
1962
|
+
type: Component,
|
|
1963
|
+
args: [{
|
|
1964
|
+
selector: 'tet-snicker-card',
|
|
1965
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1966
|
+
template: '<ng-content></ng-content>',
|
|
1967
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1968
|
+
inputs: ['accordionConfig', 'benefitLink', 'benefits', 'bottomLinkText', 'bottomRemark', 'cardTitle', 'count', 'description', 'indicator', 'inlineMessage', 'isInCart', 'isTabStop', 'packageItems', 'price', 'primaryValue', 'secondaryValue', 'selectionConfig', 'selectionType', 'state', 'subscriptionItems', 'subscriptionLabel', 'subtitle', 'theme', 'topBadge'],
|
|
1969
|
+
outputs: ['bottomLinkClick', 'benefitLinkClick', 'cardClick', 'selectionStateChange', 'addToCart', 'removeFromCart'],
|
|
1970
|
+
standalone: false
|
|
1971
|
+
}]
|
|
1972
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { bottomLinkClick: [{
|
|
1973
|
+
type: Output
|
|
1974
|
+
}], benefitLinkClick: [{
|
|
1975
|
+
type: Output
|
|
1976
|
+
}], cardClick: [{
|
|
1977
|
+
type: Output
|
|
1978
|
+
}], selectionStateChange: [{
|
|
1979
|
+
type: Output
|
|
1980
|
+
}], addToCart: [{
|
|
1981
|
+
type: Output
|
|
1982
|
+
}], removeFromCart: [{
|
|
1983
|
+
type: Output
|
|
1984
|
+
}] } });
|
|
1939
1985
|
let TetSnickerCardBadge = class TetSnickerCardBadge {
|
|
1940
1986
|
constructor(c, r, z) {
|
|
1941
1987
|
this.z = z;
|
|
@@ -1961,6 +2007,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
1961
2007
|
standalone: false
|
|
1962
2008
|
}]
|
|
1963
2009
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2010
|
+
let TetSnickerCardGroup = class TetSnickerCardGroup {
|
|
2011
|
+
constructor(c, r, z) {
|
|
2012
|
+
this.z = z;
|
|
2013
|
+
this.groupSelectionChange = new EventEmitter();
|
|
2014
|
+
c.detach();
|
|
2015
|
+
this.el = r.nativeElement;
|
|
2016
|
+
proxyOutputs(this, this.el, ['groupSelectionChange']);
|
|
2017
|
+
}
|
|
2018
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetSnickerCardGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2019
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetSnickerCardGroup, isStandalone: false, selector: "tet-snicker-card-group", inputs: { selectionType: "selectionType" }, outputs: { groupSelectionChange: "groupSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2020
|
+
};
|
|
2021
|
+
TetSnickerCardGroup = __decorate([
|
|
2022
|
+
ProxyCmp({
|
|
2023
|
+
inputs: ['selectionType']
|
|
2024
|
+
})
|
|
2025
|
+
], TetSnickerCardGroup);
|
|
2026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetSnickerCardGroup, decorators: [{
|
|
2027
|
+
type: Component,
|
|
2028
|
+
args: [{
|
|
2029
|
+
selector: 'tet-snicker-card-group',
|
|
2030
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2031
|
+
template: '<ng-content></ng-content>',
|
|
2032
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2033
|
+
inputs: ['selectionType'],
|
|
2034
|
+
outputs: ['groupSelectionChange'],
|
|
2035
|
+
standalone: false
|
|
2036
|
+
}]
|
|
2037
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { groupSelectionChange: [{
|
|
2038
|
+
type: Output
|
|
2039
|
+
}] } });
|
|
1964
2040
|
let TetSpinner = class TetSpinner {
|
|
1965
2041
|
constructor(c, r, z) {
|
|
1966
2042
|
this.z = z;
|
|
@@ -2525,7 +2601,9 @@ const DIRECTIVES = [
|
|
|
2525
2601
|
TetReferral,
|
|
2526
2602
|
TetRoundStepper,
|
|
2527
2603
|
TetSelectionList,
|
|
2604
|
+
TetSnickerCard,
|
|
2528
2605
|
TetSnickerCardBadge,
|
|
2606
|
+
TetSnickerCardGroup,
|
|
2529
2607
|
TetSpinner,
|
|
2530
2608
|
TetStepper,
|
|
2531
2609
|
TetStepperInput,
|
|
@@ -2559,7 +2637,7 @@ class TetComponentsAngularModule {
|
|
|
2559
2637
|
};
|
|
2560
2638
|
}
|
|
2561
2639
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetComponentsAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2562
|
-
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, TetCounter, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFeedbackForm, TetFilter, TetFloatingBlock, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSnickerCardBadge, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSupportSearch, 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, TetCounter, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFeedbackForm, TetFilter, TetFloatingBlock, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSnickerCardBadge, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSupportSearch, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip] }); }
|
|
2640
|
+
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, TetCounter, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFeedbackForm, TetFilter, TetFloatingBlock, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSnickerCard, TetSnickerCardBadge, TetSnickerCardGroup, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSupportSearch, 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, TetCounter, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFeedbackForm, TetFilter, TetFloatingBlock, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSnickerCard, TetSnickerCardBadge, TetSnickerCardGroup, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSupportSearch, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip] }); }
|
|
2563
2641
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetComponentsAngularModule }); }
|
|
2564
2642
|
}
|
|
2565
2643
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetComponentsAngularModule, decorators: [{
|
|
@@ -2576,5 +2654,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
2576
2654
|
* Generated bundle index. Do not edit.
|
|
2577
2655
|
*/
|
|
2578
2656
|
|
|
2579
|
-
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, TetCounter, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFeedbackForm, TetFilter, TetFloatingBlock, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSnickerCardBadge, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSupportSearch, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip };
|
|
2657
|
+
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, TetCounter, TetCustomerAssets, TetDatepicker, TetDatepickerHeader, TetDatepickerMonthView, TetDatepickerMultiYearView, TetDatepickerYearView, TetDialog, TetDropdown, TetDynamicCard, TetExpandableInput, TetExpansionPanel, TetFeedbackForm, TetFilter, TetFloatingBlock, TetIcon, TetInlineMessage, TetInput, TetLabel, TetLinkCardList, TetLoader, TetMenu, TetMenuMobile, TetMultiStepDialog, TetNavigationMobile, TetNotification, TetNumberInput, TetPlaceholder, TetPriceView, TetRadio, TetRangeSlider, TetReferral, TetRoundStepper, TetSelectionList, TetSnickerCard, TetSnickerCardBadge, TetSnickerCardGroup, TetSpinner, TetStepper, TetStepperInput, TetStepperV2, TetStepperV3, TetSupportSearch, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip };
|
|
2580
2658
|
//# sourceMappingURL=tet-tet-components-angular.mjs.map
|