@tet/tet-components-angular 1.4.9-testing → 1.4.10-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, 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, SwitchCheckEventInterface, TabSelectEventData } from '@tet/tet-components';
|
|
4
4
|
|
|
5
5
|
declare class TetAccordion {
|
|
6
6
|
protected z: NgZone;
|
|
@@ -8,7 +8,7 @@ declare class TetAccordion {
|
|
|
8
8
|
openChanged: EventEmitter<CustomEvent<boolean>>;
|
|
9
9
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetAccordion, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetAccordion, "tet-accordion", never, { "breakpoint": { "alias": "breakpoint"; "required": false; }; "header": { "alias": "header"; "required": false; }; "headerIconName": { "alias": "headerIconName"; "required": false; }; "headerImageAlt": { "alias": "headerImageAlt"; "required": false; }; "headerImageSrc": { "alias": "headerImageSrc"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "indicatorDirection": { "alias": "indicatorDirection"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "transparentBackground": { "alias": "transparentBackground"; "required": false; }; "withAutoScroll": { "alias": "withAutoScroll"; "required": false; }; "withBorder": { "alias": "withBorder"; "required": false; }; }, { "openChanged": "openChanged"; }, never, ["*"], false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetAccordion, "tet-accordion", never, { "breakpoint": { "alias": "breakpoint"; "required": false; }; "header": { "alias": "header"; "required": false; }; "headerIconName": { "alias": "headerIconName"; "required": false; }; "headerImageAlt": { "alias": "headerImageAlt"; "required": false; }; "headerImageSrc": { "alias": "headerImageSrc"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "indicatorDirection": { "alias": "indicatorDirection"; "required": false; }; "isHeaderInteractive": { "alias": "isHeaderInteractive"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "transparentBackground": { "alias": "transparentBackground"; "required": false; }; "withAutoScroll": { "alias": "withAutoScroll"; "required": false; }; "withBorder": { "alias": "withBorder"; "required": false; }; }, { "openChanged": "openChanged"; }, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
13
13
|
declare interface TetAccordion extends Components.TetAccordion {
|
|
14
14
|
/**
|
|
@@ -375,7 +375,7 @@ declare class TetCheckbox {
|
|
|
375
375
|
check: EventEmitter<CustomEvent<CheckboxCheckEventInterface>>;
|
|
376
376
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
377
377
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetCheckbox, never>;
|
|
378
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetCheckbox, "tet-checkbox", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "check": "check"; }, never, ["*"], false, never>;
|
|
378
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetCheckbox, "tet-checkbox", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "focusStyleOnContainer": { "alias": "focusStyleOnContainer"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "check": "check"; }, never, ["*"], false, never>;
|
|
379
379
|
}
|
|
380
380
|
declare interface TetCheckbox extends Components.TetCheckbox {
|
|
381
381
|
/**
|
|
@@ -695,6 +695,20 @@ declare class TetExpansionPanel {
|
|
|
695
695
|
}
|
|
696
696
|
declare interface TetExpansionPanel extends Components.TetExpansionPanel {
|
|
697
697
|
}
|
|
698
|
+
declare class TetFeedbackForm {
|
|
699
|
+
protected z: NgZone;
|
|
700
|
+
protected el: HTMLTetFeedbackFormElement;
|
|
701
|
+
feedbackSubmitted: EventEmitter<CustomEvent<FeedbackFormSubmissionData>>;
|
|
702
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
703
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TetFeedbackForm, never>;
|
|
704
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetFeedbackForm, "tet-feedback-form", never, { "data": { "alias": "data"; "required": false; }; "language": { "alias": "language"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "feedbackSubmitted": "feedbackSubmitted"; }, never, ["*"], false, never>;
|
|
705
|
+
}
|
|
706
|
+
declare interface TetFeedbackForm extends Components.TetFeedbackForm {
|
|
707
|
+
/**
|
|
708
|
+
* The event that is emitted when user submits the form.
|
|
709
|
+
*/
|
|
710
|
+
feedbackSubmitted: EventEmitter<CustomEvent<FeedbackFormSubmissionData>>;
|
|
711
|
+
}
|
|
698
712
|
declare class TetFilter {
|
|
699
713
|
protected z: NgZone;
|
|
700
714
|
protected el: HTMLTetFilterElement;
|
|
@@ -1074,7 +1088,7 @@ declare class TetTextarea {
|
|
|
1074
1088
|
protected el: HTMLTetTextareaElement;
|
|
1075
1089
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1076
1090
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetTextarea, never>;
|
|
1077
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetTextarea, "tet-textarea", never, { "disabled": { "alias": "disabled"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1091
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetTextarea, "tet-textarea", never, { "disabled": { "alias": "disabled"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1078
1092
|
}
|
|
1079
1093
|
declare interface TetTextarea extends Components.TetTextarea {
|
|
1080
1094
|
}
|
|
@@ -1133,10 +1147,10 @@ declare interface TetTooltip extends Components.TetTooltip {
|
|
|
1133
1147
|
declare class TetComponentsAngularModule {
|
|
1134
1148
|
static forRoot(resourcesUrl?: string): ModuleWithProviders<TetComponentsAngularModule>;
|
|
1135
1149
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetComponentsAngularModule, never>;
|
|
1136
|
-
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 TetCustomerAssets, typeof TetDatepicker, typeof TetDatepickerHeader, typeof TetDatepickerMonthView, typeof TetDatepickerMultiYearView, typeof TetDatepickerYearView, typeof TetDialog, typeof TetDropdown, typeof TetDynamicCard, typeof TetExpandableInput, typeof TetExpansionPanel, typeof TetFilter, 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 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 TetCustomerAssets, typeof TetDatepicker, typeof TetDatepickerHeader, typeof TetDatepickerMonthView, typeof TetDatepickerMultiYearView, typeof TetDatepickerYearView, typeof TetDialog, typeof TetDropdown, typeof TetDynamicCard, typeof TetExpandableInput, typeof TetExpansionPanel, typeof TetFilter, 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 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]>;
|
|
1150
|
+
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 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 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 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 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 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 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]>;
|
|
1137
1151
|
static ɵinj: i0.ɵɵInjectorDeclaration<TetComponentsAngularModule>;
|
|
1138
1152
|
}
|
|
1139
1153
|
|
|
1140
|
-
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 TetCustomerAssets | typeof TetDatepicker | typeof TetDatepickerHeader | typeof TetDatepickerMonthView | typeof TetDatepickerMultiYearView | typeof TetDatepickerYearView | typeof TetDialog | typeof TetDropdown | typeof TetDynamicCard | typeof TetExpandableInput | typeof TetExpansionPanel | typeof TetFilter | 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 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)[];
|
|
1154
|
+
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 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 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 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)[];
|
|
1141
1155
|
|
|
1142
|
-
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 };
|
|
1156
|
+
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 };
|
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.10-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.10-staging"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"tslib": "^2.3.0"
|