@tet/tet-components-angular 1.4.29-testing → 1.4.30-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.
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { NgZone, EventEmitter, ChangeDetectorRef, ElementRef, ModuleWithProviders } from '@angular/core';
|
|
3
|
-
import { Components, AddressInterface, UniqueAddressInterface, CustomerNotFound, OptionInterface, B2bCardUpdateEvent, B2BSubmit, BusinessLine, CheckboxCheckEventInterface, TetApplicationFormDialogSubmissionData, CustomerAsset, DatepickerView, DatepickerRangeSetData, DropdownOptionInterface, SelectedOptionInterface, StateChangeInterface, FeedbackFormSubmissionData, FilterState, ListItem, RadioCheckEventInterface, SwitchCheckEventInterface, TabSelectEventData } from '@tet/tet-components';
|
|
3
|
+
import { Components, AddressInterface, UniqueAddressInterface, CustomerNotFound, OptionInterface, B2bCardUpdateEvent, B2BSubmit, BusinessLine, CheckboxCheckEventInterface, TetApplicationFormDialogSubmissionData, CustomerAsset, DatepickerView, DatepickerRangeSetData, DropdownOptionInterface, SelectedOptionInterface, StateChangeInterface, FeedbackFormSubmissionData, FilterState, ListItem, RadioCheckEventInterface, OptionSelectedEventDetail, SwitchCheckEventInterface, TabSelectEventData } from '@tet/tet-components';
|
|
4
4
|
|
|
5
5
|
declare class TetAccordion {
|
|
6
6
|
protected z: NgZone;
|
|
@@ -125,7 +125,7 @@ declare class TetAutocomplete {
|
|
|
125
125
|
activeComponentStateChanged: EventEmitter<CustomEvent<string | null>>;
|
|
126
126
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
127
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetAutocomplete, never>;
|
|
128
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetAutocomplete, "tet-autocomplete", never, { "clearCallback": { "alias": "clearCallback"; "required": false; }; "darkTheme": { "alias": "darkTheme"; "required": false; }; "defaultOptions": { "alias": "defaultOptions"; "required": false; }; "finishedLoading": { "alias": "finishedLoading"; "required": false; }; "highlightOptionsKeyword": { "alias": "highlightOptionsKeyword"; "required": false; }; "newStyle": { "alias": "newStyle"; "required": false; }; "noOptionsMessage": { "alias": "noOptionsMessage"; "required": false; }; "noOptionsRenderFunction": { "alias": "noOptionsRenderFunction"; "required": false; }; "optionsFilterAction": { "alias": "optionsFilterAction"; "required": false; }; "optionsIcon": { "alias": "optionsIcon"; "required": false; }; "redesignedStyle": { "alias": "redesignedStyle"; "required": false; }; "showOptionsOnEscapeClear": { "alias": "showOptionsOnEscapeClear"; "required": false; }; }, { "optionSelected": "optionSelected"; "activeComponentStateChanged": "activeComponentStateChanged"; }, never, ["*"], false, never>;
|
|
128
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetAutocomplete, "tet-autocomplete", never, { "clearCallback": { "alias": "clearCallback"; "required": false; }; "customOptionRenderFunction": { "alias": "customOptionRenderFunction"; "required": false; }; "darkTheme": { "alias": "darkTheme"; "required": false; }; "defaultOptions": { "alias": "defaultOptions"; "required": false; }; "finishedLoading": { "alias": "finishedLoading"; "required": false; }; "highlightOptionsKeyword": { "alias": "highlightOptionsKeyword"; "required": false; }; "newStyle": { "alias": "newStyle"; "required": false; }; "noOptionsMessage": { "alias": "noOptionsMessage"; "required": false; }; "noOptionsRenderFunction": { "alias": "noOptionsRenderFunction"; "required": false; }; "optionsFilterAction": { "alias": "optionsFilterAction"; "required": false; }; "optionsIcon": { "alias": "optionsIcon"; "required": false; }; "redesignedStyle": { "alias": "redesignedStyle"; "required": false; }; "showOptionsOnEscapeClear": { "alias": "showOptionsOnEscapeClear"; "required": false; }; }, { "optionSelected": "optionSelected"; "activeComponentStateChanged": "activeComponentStateChanged"; }, never, ["*"], false, never>;
|
|
129
129
|
}
|
|
130
130
|
declare interface TetAutocomplete extends Components.TetAutocomplete {
|
|
131
131
|
/**
|
|
@@ -779,7 +779,7 @@ declare class TetInput {
|
|
|
779
779
|
protected el: HTMLTetInputElement;
|
|
780
780
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
781
781
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetInput, never>;
|
|
782
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetInput, "tet-input", never, { "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "class": { "alias": "class"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "iconLeftClickCallback": { "alias": "iconLeftClickCallback"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "iconRightClickCallback": { "alias": "iconRightClickCallback"; "required": false; }; "inputTabindex": { "alias": "inputTabindex"; "required": false; }; "isPhoneNumber": { "alias": "isPhoneNumber"; "required": false; }; "label": { "alias": "label"; "required": false; }; "manualValidation": { "alias": "manualValidation"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "validators": { "alias": "validators"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
782
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetInput, "tet-input", never, { "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "class": { "alias": "class"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "iconLeftAccessibilityLabel": { "alias": "iconLeftAccessibilityLabel"; "required": false; }; "iconLeftClickCallback": { "alias": "iconLeftClickCallback"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "iconRightAccessibilityLabel": { "alias": "iconRightAccessibilityLabel"; "required": false; }; "iconRightClickCallback": { "alias": "iconRightClickCallback"; "required": false; }; "inputTabindex": { "alias": "inputTabindex"; "required": false; }; "isPhoneNumber": { "alias": "isPhoneNumber"; "required": false; }; "label": { "alias": "label"; "required": false; }; "manualValidation": { "alias": "manualValidation"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "validators": { "alias": "validators"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
783
783
|
}
|
|
784
784
|
declare interface TetInput extends Components.TetInput {
|
|
785
785
|
}
|
|
@@ -1047,6 +1047,25 @@ declare class TetStepperV3 {
|
|
|
1047
1047
|
}
|
|
1048
1048
|
declare interface TetStepperV3 extends Components.TetStepperV3 {
|
|
1049
1049
|
}
|
|
1050
|
+
declare class TetSupportSearch {
|
|
1051
|
+
protected z: NgZone;
|
|
1052
|
+
protected el: HTMLTetSupportSearchElement;
|
|
1053
|
+
searchSubmitted: EventEmitter<CustomEvent<string>>;
|
|
1054
|
+
optionSelected: EventEmitter<CustomEvent<OptionSelectedEventDetail>>;
|
|
1055
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1056
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TetSupportSearch, never>;
|
|
1057
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetSupportSearch, "tet-support-search", never, { "disabled": { "alias": "disabled"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "maxSearchResults": { "alias": "maxSearchResults"; "required": false; }; "minSearchLength": { "alias": "minSearchLength"; "required": false; }; "searchApiUrl": { "alias": "searchApiUrl"; "required": false; }; "showInputLabel": { "alias": "showInputLabel"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "searchSubmitted": "searchSubmitted"; "optionSelected": "optionSelected"; }, never, ["*"], false, never>;
|
|
1058
|
+
}
|
|
1059
|
+
declare interface TetSupportSearch extends Components.TetSupportSearch {
|
|
1060
|
+
/**
|
|
1061
|
+
* The event that is emitted when the user clicks the search button.
|
|
1062
|
+
*/
|
|
1063
|
+
searchSubmitted: EventEmitter<CustomEvent<string>>;
|
|
1064
|
+
/**
|
|
1065
|
+
* The autocomplete option selection event.
|
|
1066
|
+
*/
|
|
1067
|
+
optionSelected: EventEmitter<CustomEvent<OptionSelectedEventDetail>>;
|
|
1068
|
+
}
|
|
1050
1069
|
declare class TetSwitch {
|
|
1051
1070
|
protected z: NgZone;
|
|
1052
1071
|
protected el: HTMLTetSwitchElement;
|
|
@@ -1189,10 +1208,10 @@ declare interface TetTooltip extends Components.TetTooltip {
|
|
|
1189
1208
|
declare class TetComponentsAngularModule {
|
|
1190
1209
|
static forRoot(resourcesUrl?: string): ModuleWithProviders<TetComponentsAngularModule>;
|
|
1191
1210
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetComponentsAngularModule, never>;
|
|
1192
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TetComponentsAngularModule, [typeof TetAccordion, typeof TetAddressOffersFiltersProducts, typeof TetAddressSearch, typeof TetAssetAddresses, typeof TetAssetAvailabilityAddresses, typeof TetAutocomplete, typeof TetAutocompleteDropdown, typeof TetAvailabilityContactForm, typeof TetB2bCheckOutForm, typeof TetB2bCompareCard, typeof TetB2bConfigurator, typeof TetB2bConfiguratorCart, typeof TetBannerNav, typeof TetBarGraph, typeof TetBusinessLines, typeof TetBusinessNavigation, typeof TetBusinessRoundStepper, typeof TetBusinessSummaryCard, typeof TetButton, typeof TetCarousel, typeof TetCheckbox, typeof TetCloudApplicationFormDialog, typeof TetCloudConfigurator, typeof TetCompareCardV2, typeof TetContactForm, typeof TetContactInfo, typeof TetContainer, typeof TetCounter, typeof TetCustomerAssets, typeof TetDatepicker, typeof TetDatepickerHeader, typeof TetDatepickerMonthView, typeof TetDatepickerMultiYearView, typeof TetDatepickerYearView, typeof TetDialog, typeof TetDropdown, typeof TetDynamicCard, typeof TetExpandableInput, typeof TetExpansionPanel, typeof TetFeedbackForm, typeof TetFilter, typeof TetFloatingBlock, typeof TetIcon, typeof TetInlineMessage, typeof TetInput, typeof TetLabel, typeof TetLinkCardList, typeof TetLoader, typeof TetMenu, typeof TetMenuMobile, typeof TetMultiStepDialog, typeof TetNavigationMobile, typeof TetNotification, typeof TetNumberInput, typeof TetPlaceholder, typeof TetPriceView, typeof TetRadio, typeof TetRangeSlider, typeof TetReferral, typeof TetRoundStepper, typeof TetSelectionList, typeof TetSnickerCardBadge, typeof TetSpinner, typeof TetStepper, typeof TetStepperInput, typeof TetStepperV2, typeof TetStepperV3, typeof TetSwitch, typeof TetTabContent, typeof TetTabHeader, typeof TetTable, typeof TetTag, typeof TetTagGroup, typeof TetTextList, typeof TetTextarea, typeof TetThankYouView, typeof TetThankYouViewV2, typeof TetThankYouViewV3, typeof TetTooltip], never, [typeof TetAccordion, typeof TetAddressOffersFiltersProducts, typeof TetAddressSearch, typeof TetAssetAddresses, typeof TetAssetAvailabilityAddresses, typeof TetAutocomplete, typeof TetAutocompleteDropdown, typeof TetAvailabilityContactForm, typeof TetB2bCheckOutForm, typeof TetB2bCompareCard, typeof TetB2bConfigurator, typeof TetB2bConfiguratorCart, typeof TetBannerNav, typeof TetBarGraph, typeof TetBusinessLines, typeof TetBusinessNavigation, typeof TetBusinessRoundStepper, typeof TetBusinessSummaryCard, typeof TetButton, typeof TetCarousel, typeof TetCheckbox, typeof TetCloudApplicationFormDialog, typeof TetCloudConfigurator, typeof TetCompareCardV2, typeof TetContactForm, typeof TetContactInfo, typeof TetContainer, typeof TetCounter, typeof TetCustomerAssets, typeof TetDatepicker, typeof TetDatepickerHeader, typeof TetDatepickerMonthView, typeof TetDatepickerMultiYearView, typeof TetDatepickerYearView, typeof TetDialog, typeof TetDropdown, typeof TetDynamicCard, typeof TetExpandableInput, typeof TetExpansionPanel, typeof TetFeedbackForm, typeof TetFilter, typeof TetFloatingBlock, typeof TetIcon, typeof TetInlineMessage, typeof TetInput, typeof TetLabel, typeof TetLinkCardList, typeof TetLoader, typeof TetMenu, typeof TetMenuMobile, typeof TetMultiStepDialog, typeof TetNavigationMobile, typeof TetNotification, typeof TetNumberInput, typeof TetPlaceholder, typeof TetPriceView, typeof TetRadio, typeof TetRangeSlider, typeof TetReferral, typeof TetRoundStepper, typeof TetSelectionList, typeof TetSnickerCardBadge, typeof TetSpinner, typeof TetStepper, typeof TetStepperInput, typeof TetStepperV2, typeof TetStepperV3, typeof TetSwitch, typeof TetTabContent, typeof TetTabHeader, typeof TetTable, typeof TetTag, typeof TetTagGroup, typeof TetTextList, typeof TetTextarea, typeof TetThankYouView, typeof TetThankYouViewV2, typeof TetThankYouViewV3, typeof TetTooltip]>;
|
|
1211
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TetComponentsAngularModule, [typeof TetAccordion, typeof TetAddressOffersFiltersProducts, typeof TetAddressSearch, typeof TetAssetAddresses, typeof TetAssetAvailabilityAddresses, typeof TetAutocomplete, typeof TetAutocompleteDropdown, typeof TetAvailabilityContactForm, typeof TetB2bCheckOutForm, typeof TetB2bCompareCard, typeof TetB2bConfigurator, typeof TetB2bConfiguratorCart, typeof TetBannerNav, typeof TetBarGraph, typeof TetBusinessLines, typeof TetBusinessNavigation, typeof TetBusinessRoundStepper, typeof TetBusinessSummaryCard, typeof TetButton, typeof TetCarousel, typeof TetCheckbox, typeof TetCloudApplicationFormDialog, typeof TetCloudConfigurator, typeof TetCompareCardV2, typeof TetContactForm, typeof TetContactInfo, typeof TetContainer, typeof TetCounter, typeof TetCustomerAssets, typeof TetDatepicker, typeof TetDatepickerHeader, typeof TetDatepickerMonthView, typeof TetDatepickerMultiYearView, typeof TetDatepickerYearView, typeof TetDialog, typeof TetDropdown, typeof TetDynamicCard, typeof TetExpandableInput, typeof TetExpansionPanel, typeof TetFeedbackForm, typeof TetFilter, typeof TetFloatingBlock, typeof TetIcon, typeof TetInlineMessage, typeof TetInput, typeof TetLabel, typeof TetLinkCardList, typeof TetLoader, typeof TetMenu, typeof TetMenuMobile, typeof TetMultiStepDialog, typeof TetNavigationMobile, typeof TetNotification, typeof TetNumberInput, typeof TetPlaceholder, typeof TetPriceView, typeof TetRadio, typeof TetRangeSlider, typeof TetReferral, typeof TetRoundStepper, typeof TetSelectionList, typeof TetSnickerCardBadge, typeof TetSpinner, typeof TetStepper, typeof TetStepperInput, typeof TetStepperV2, typeof TetStepperV3, typeof TetSupportSearch, typeof TetSwitch, typeof TetTabContent, typeof TetTabHeader, typeof TetTable, typeof TetTag, typeof TetTagGroup, typeof TetTextList, typeof TetTextarea, typeof TetThankYouView, typeof TetThankYouViewV2, typeof TetThankYouViewV3, typeof TetTooltip], never, [typeof TetAccordion, typeof TetAddressOffersFiltersProducts, typeof TetAddressSearch, typeof TetAssetAddresses, typeof TetAssetAvailabilityAddresses, typeof TetAutocomplete, typeof TetAutocompleteDropdown, typeof TetAvailabilityContactForm, typeof TetB2bCheckOutForm, typeof TetB2bCompareCard, typeof TetB2bConfigurator, typeof TetB2bConfiguratorCart, typeof TetBannerNav, typeof TetBarGraph, typeof TetBusinessLines, typeof TetBusinessNavigation, typeof TetBusinessRoundStepper, typeof TetBusinessSummaryCard, typeof TetButton, typeof TetCarousel, typeof TetCheckbox, typeof TetCloudApplicationFormDialog, typeof TetCloudConfigurator, typeof TetCompareCardV2, typeof TetContactForm, typeof TetContactInfo, typeof TetContainer, typeof TetCounter, typeof TetCustomerAssets, typeof TetDatepicker, typeof TetDatepickerHeader, typeof TetDatepickerMonthView, typeof TetDatepickerMultiYearView, typeof TetDatepickerYearView, typeof TetDialog, typeof TetDropdown, typeof TetDynamicCard, typeof TetExpandableInput, typeof TetExpansionPanel, typeof TetFeedbackForm, typeof TetFilter, typeof TetFloatingBlock, typeof TetIcon, typeof TetInlineMessage, typeof TetInput, typeof TetLabel, typeof TetLinkCardList, typeof TetLoader, typeof TetMenu, typeof TetMenuMobile, typeof TetMultiStepDialog, typeof TetNavigationMobile, typeof TetNotification, typeof TetNumberInput, typeof TetPlaceholder, typeof TetPriceView, typeof TetRadio, typeof TetRangeSlider, typeof TetReferral, typeof TetRoundStepper, typeof TetSelectionList, typeof TetSnickerCardBadge, typeof TetSpinner, typeof TetStepper, typeof TetStepperInput, typeof TetStepperV2, typeof TetStepperV3, typeof TetSupportSearch, typeof TetSwitch, typeof TetTabContent, typeof TetTabHeader, typeof TetTable, typeof TetTag, typeof TetTagGroup, typeof TetTextList, typeof TetTextarea, typeof TetThankYouView, typeof TetThankYouViewV2, typeof TetThankYouViewV3, typeof TetTooltip]>;
|
|
1193
1212
|
static ɵinj: i0.ɵɵInjectorDeclaration<TetComponentsAngularModule>;
|
|
1194
1213
|
}
|
|
1195
1214
|
|
|
1196
|
-
declare const DIRECTIVES: (typeof TetAccordion | typeof TetAddressOffersFiltersProducts | typeof TetAddressSearch | typeof TetAssetAddresses | typeof TetAssetAvailabilityAddresses | typeof TetAutocomplete | typeof TetAutocompleteDropdown | typeof TetAvailabilityContactForm | typeof TetB2bCheckOutForm | typeof TetB2bCompareCard | typeof TetB2bConfigurator | typeof TetB2bConfiguratorCart | typeof TetBannerNav | typeof TetBarGraph | typeof TetBusinessLines | typeof TetBusinessNavigation | typeof TetBusinessRoundStepper | typeof TetBusinessSummaryCard | typeof TetButton | typeof TetCarousel | typeof TetCheckbox | typeof TetCloudApplicationFormDialog | typeof TetCloudConfigurator | typeof TetCompareCardV2 | typeof TetContactForm | typeof TetContactInfo | typeof TetContainer | typeof TetCounter | typeof TetCustomerAssets | typeof TetDatepicker | typeof TetDatepickerHeader | typeof TetDatepickerMonthView | typeof TetDatepickerMultiYearView | typeof TetDatepickerYearView | typeof TetDialog | typeof TetDropdown | typeof TetDynamicCard | typeof TetExpandableInput | typeof TetExpansionPanel | typeof TetFeedbackForm | typeof TetFilter | typeof TetFloatingBlock | typeof TetIcon | typeof TetInlineMessage | typeof TetInput | typeof TetLabel | typeof TetLinkCardList | typeof TetLoader | typeof TetMenu | typeof TetMenuMobile | typeof TetMultiStepDialog | typeof TetNavigationMobile | typeof TetNotification | typeof TetNumberInput | typeof TetPlaceholder | typeof TetPriceView | typeof TetRadio | typeof TetRangeSlider | typeof TetReferral | typeof TetRoundStepper | typeof TetSelectionList | typeof TetSnickerCardBadge | typeof TetSpinner | typeof TetStepper | typeof TetStepperInput | typeof TetStepperV2 | typeof TetStepperV3 | typeof TetSwitch | typeof TetTabContent | typeof TetTabHeader | typeof TetTable | typeof TetTag | typeof TetTagGroup | typeof TetTextList | typeof TetTextarea | typeof TetThankYouView | typeof TetThankYouViewV2 | typeof TetThankYouViewV3 | typeof TetTooltip)[];
|
|
1215
|
+
declare const DIRECTIVES: (typeof TetAccordion | typeof TetAddressOffersFiltersProducts | typeof TetAddressSearch | typeof TetAssetAddresses | typeof TetAssetAvailabilityAddresses | typeof TetAutocomplete | typeof TetAutocompleteDropdown | typeof TetAvailabilityContactForm | typeof TetB2bCheckOutForm | typeof TetB2bCompareCard | typeof TetB2bConfigurator | typeof TetB2bConfiguratorCart | typeof TetBannerNav | typeof TetBarGraph | typeof TetBusinessLines | typeof TetBusinessNavigation | typeof TetBusinessRoundStepper | typeof TetBusinessSummaryCard | typeof TetButton | typeof TetCarousel | typeof TetCheckbox | typeof TetCloudApplicationFormDialog | typeof TetCloudConfigurator | typeof TetCompareCardV2 | typeof TetContactForm | typeof TetContactInfo | typeof TetContainer | typeof TetCounter | typeof TetCustomerAssets | typeof TetDatepicker | typeof TetDatepickerHeader | typeof TetDatepickerMonthView | typeof TetDatepickerMultiYearView | typeof TetDatepickerYearView | typeof TetDialog | typeof TetDropdown | typeof TetDynamicCard | typeof TetExpandableInput | typeof TetExpansionPanel | typeof TetFeedbackForm | typeof TetFilter | typeof TetFloatingBlock | typeof TetIcon | typeof TetInlineMessage | typeof TetInput | typeof TetLabel | typeof TetLinkCardList | typeof TetLoader | typeof TetMenu | typeof TetMenuMobile | typeof TetMultiStepDialog | typeof TetNavigationMobile | typeof TetNotification | typeof TetNumberInput | typeof TetPlaceholder | typeof TetPriceView | typeof TetRadio | typeof TetRangeSlider | typeof TetReferral | typeof TetRoundStepper | typeof TetSelectionList | typeof TetSnickerCardBadge | typeof TetSpinner | typeof TetStepper | typeof TetStepperInput | typeof TetStepperV2 | typeof TetStepperV3 | typeof TetSupportSearch | typeof TetSwitch | typeof TetTabContent | typeof TetTabHeader | typeof TetTable | typeof TetTag | typeof TetTagGroup | typeof TetTextList | typeof TetTextarea | typeof TetThankYouView | typeof TetThankYouViewV2 | typeof TetThankYouViewV3 | typeof TetTooltip)[];
|
|
1197
1216
|
|
|
1198
|
-
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, TetSwitch, TetTabContent, TetTabHeader, TetTable, TetTag, TetTagGroup, TetTextList, TetTextarea, TetThankYouView, TetThankYouViewV2, TetThankYouViewV3, TetTooltip };
|
|
1217
|
+
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 };
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tet/tet-components-angular",
|
|
3
|
-
"version": "v1.4.
|
|
3
|
+
"version": "v1.4.30-staging",
|
|
4
4
|
"description": "A Stencil-based Web Components library for reusable UI elements.",
|
|
5
5
|
"homepage": "https://tet.lv",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": ">=19.0.0 <22.0.0",
|
|
8
8
|
"@angular/core": ">=19.0.0 <22.0.0",
|
|
9
|
-
"@tet/tet-components": "v1.4.
|
|
9
|
+
"@tet/tet-components": "v1.4.30-staging"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"tslib": "^2.3.0"
|