@tet/tet-components-angular 1.3.112-testing → 1.3.113-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.
@@ -34,6 +34,10 @@ export declare class TetAccordion {
34
34
  static ɵcmp: i0.ɵɵComponentDeclaration<TetAccordion, "tet-accordion", never, { "breakpoint": { "alias": "breakpoint"; "required": false; }; "header": { "alias": "header"; "required": false; }; "headerImageAlt": { "alias": "headerImageAlt"; "required": false; }; "headerImageSrc": { "alias": "headerImageSrc"; "required": false; }; "headingTag": { "alias": "headingTag"; "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; }; }, {}, never, ["*"], false, never>;
35
35
  }
36
36
  export declare interface TetAccordion extends Components.TetAccordion {
37
+ /**
38
+ * The event to be emitted on the `isOpen` value change.
39
+ */
40
+ openChanged: EventEmitter<CustomEvent<boolean>>;
37
41
  }
38
42
  export declare class TetAddressOffersFiltersProducts {
39
43
  protected z: NgZone;
@@ -194,6 +198,15 @@ export declare interface TetB2bCompareCard extends Components.TetB2bCompareCard
194
198
  */
195
199
  selectedChange: EventEmitter<CustomEvent<boolean>>;
196
200
  }
201
+ export declare class TetB2bConfiguratorCart {
202
+ protected z: NgZone;
203
+ protected el: HTMLElement;
204
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
205
+ static ɵfac: i0.ɵɵFactoryDeclaration<TetB2bConfiguratorCart, never>;
206
+ static ɵcmp: i0.ɵɵComponentDeclaration<TetB2bConfiguratorCart, "tet-b2b-configurator-cart", never, { "context": { "alias": "context"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isCartEmpty": { "alias": "isCartEmpty"; "required": false; }; "isDesktopResolution": { "alias": "isDesktopResolution"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
207
+ }
208
+ export declare interface TetB2bConfiguratorCart extends Components.TetB2bConfiguratorCart {
209
+ }
197
210
  export declare class TetBannerNav {
198
211
  protected z: NgZone;
199
212
  protected el: HTMLElement;
@@ -239,6 +252,21 @@ export declare interface TetBusinessLines extends Components.TetBusinessLines {
239
252
  */
240
253
  businessLineSelected: EventEmitter<CustomEvent<ITetBusinessLinesBusinessLine>>;
241
254
  }
255
+ export declare class TetBusinessNavigation {
256
+ protected z: NgZone;
257
+ protected el: HTMLElement;
258
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
259
+ static ɵfac: i0.ɵɵFactoryDeclaration<TetBusinessNavigation, never>;
260
+ static ɵcmp: i0.ɵɵComponentDeclaration<TetBusinessNavigation, "tet-business-navigation", never, { "menuItems": { "alias": "menuItems"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
261
+ }
262
+ export declare interface TetBusinessNavigation extends Components.TetBusinessNavigation {
263
+ /**
264
+ * Event emitter for menu item click passing menu id
265
+ */
266
+ 'menu-click-event': EventEmitter<CustomEvent<{
267
+ id: number;
268
+ }>>;
269
+ }
242
270
  export declare class TetBusinessRoundStepper {
243
271
  protected z: NgZone;
244
272
  protected el: HTMLElement;
@@ -248,6 +276,27 @@ export declare class TetBusinessRoundStepper {
248
276
  }
249
277
  export declare interface TetBusinessRoundStepper extends Components.TetBusinessRoundStepper {
250
278
  }
279
+ export declare class TetBusinessSummaryCard {
280
+ protected z: NgZone;
281
+ protected el: HTMLElement;
282
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
283
+ static ɵfac: i0.ɵɵFactoryDeclaration<TetBusinessSummaryCard, never>;
284
+ static ɵcmp: i0.ɵɵComponentDeclaration<TetBusinessSummaryCard, "tet-business-summary-card", never, { "contractTerm": { "alias": "contractTerm"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "discountPrice": { "alias": "discountPrice"; "required": false; }; "language": { "alias": "language"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "price": { "alias": "price"; "required": false; }; "productDescription": { "alias": "productDescription"; "required": false; }; "productName": { "alias": "productName"; "required": false; }; "stepperLabel": { "alias": "stepperLabel"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; "withStepper": { "alias": "withStepper"; "required": false; }; }, {}, never, ["*"], false, never>;
285
+ }
286
+ export declare interface TetBusinessSummaryCard extends Components.TetBusinessSummaryCard {
287
+ /**
288
+ * Emit event when Edit button clicked
289
+ */
290
+ editButtonClick: EventEmitter<CustomEvent<any>>;
291
+ /**
292
+ * Emit event when Delete button clicked
293
+ */
294
+ deleteButtonClick: EventEmitter<CustomEvent<any>>;
295
+ /**
296
+ * Emit event when amount of products changed
297
+ */
298
+ amountChange: EventEmitter<CustomEvent<any>>;
299
+ }
251
300
  export declare class TetButton {
252
301
  protected z: NgZone;
253
302
  protected el: HTMLElement;
@@ -507,7 +556,7 @@ export declare class TetDynamicCard {
507
556
  protected el: HTMLElement;
508
557
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
509
558
  static ɵfac: i0.ɵɵFactoryDeclaration<TetDynamicCard, never>;
510
- static ɵcmp: i0.ɵɵComponentDeclaration<TetDynamicCard, "tet-dynamic-card", never, { "cardTitle": { "alias": "cardTitle"; "required": false; }; "dateTag": { "alias": "dateTag"; "required": false; }; "dateTagColorDark": { "alias": "dateTagColorDark"; "required": false; }; "dateTagColorLight": { "alias": "dateTagColorLight"; "required": false; }; "index": { "alias": "index"; "required": false; }; "isInCarousel": { "alias": "isInCarousel"; "required": false; }; "linkHref": { "alias": "linkHref"; "required": false; }; "linkNewTab": { "alias": "linkNewTab"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "linkType": { "alias": "linkType"; "required": false; }; "modalId": { "alias": "modalId"; "required": false; }; "pictureLayoutShiftPosition": { "alias": "pictureLayoutShiftPosition"; "required": false; }; "priceTagOptions": { "alias": "priceTagOptions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sizeChangeBreakpoint": { "alias": "sizeChangeBreakpoint"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "tags": { "alias": "tags"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
559
+ static ɵcmp: i0.ɵɵComponentDeclaration<TetDynamicCard, "tet-dynamic-card", never, { "cardTitle": { "alias": "cardTitle"; "required": false; }; "dateTag": { "alias": "dateTag"; "required": false; }; "dateTagColorDark": { "alias": "dateTagColorDark"; "required": false; }; "dateTagColorLight": { "alias": "dateTagColorLight"; "required": false; }; "index": { "alias": "index"; "required": false; }; "isInCarousel": { "alias": "isInCarousel"; "required": false; }; "linkHref": { "alias": "linkHref"; "required": false; }; "linkNewTab": { "alias": "linkNewTab"; "required": false; }; "linkText": { "alias": "linkText"; "required": false; }; "pictureLayoutShiftPosition": { "alias": "pictureLayoutShiftPosition"; "required": false; }; "priceTagOptions": { "alias": "priceTagOptions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sizeChangeBreakpoint": { "alias": "sizeChangeBreakpoint"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "tags": { "alias": "tags"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
511
560
  }
512
561
  export declare interface TetDynamicCard extends Components.TetDynamicCard {
513
562
  /**
@@ -675,7 +724,7 @@ export declare class TetPriceView {
675
724
  protected el: HTMLElement;
676
725
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
677
726
  static ɵfac: i0.ɵɵFactoryDeclaration<TetPriceView, never>;
678
- static ɵcmp: i0.ɵɵComponentDeclaration<TetPriceView, "tet-price-view", never, { "background": { "alias": "background"; "required": false; }; "centsPrice": { "alias": "centsPrice"; "required": false; }; "euroPrice": { "alias": "euroPrice"; "required": false; }; "font": { "alias": "font"; "required": false; }; "footerText": { "alias": "footerText"; "required": false; }; "footerTextType": { "alias": "footerTextType"; "required": false; }; "headingText": { "alias": "headingText"; "required": false; }; "priceType": { "alias": "priceType"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
727
+ static ɵcmp: i0.ɵɵComponentDeclaration<TetPriceView, "tet-price-view", never, { "background": { "alias": "background"; "required": false; }; "centsPrice": { "alias": "centsPrice"; "required": false; }; "euroPrice": { "alias": "euroPrice"; "required": false; }; "font": { "alias": "font"; "required": false; }; "footerText": { "alias": "footerText"; "required": false; }; "footerTextType": { "alias": "footerTextType"; "required": false; }; "headingText": { "alias": "headingText"; "required": false; }; "priceType": { "alias": "priceType"; "required": false; }; "size": { "alias": "size"; "required": false; }; "staticColors": { "alias": "staticColors"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
679
728
  }
680
729
  export declare interface TetPriceView extends Components.TetPriceView {
681
730
  }
@@ -1,2 +1,2 @@
1
1
  import * as d from './components';
2
- export declare const DIRECTIVES: (typeof d.TetAccordion | typeof d.TetAddressOffersFiltersProducts | typeof d.TetAddressSearch | typeof d.TetAssetAddresses | typeof d.TetAssetAvailabilityAddresses | typeof d.TetAutocomplete | typeof d.TetAutocompleteDropdown | typeof d.TetAvailabilityContactForm | typeof d.TetB2bCompareCard | typeof d.TetBannerNav | typeof d.TetBarGraph | typeof d.TetBusinessLines | typeof d.TetBusinessRoundStepper | typeof d.TetButton | typeof d.TetCarousel | typeof d.TetCheckbox | typeof d.TetCloudApplicationFormDialog | typeof d.TetCloudConfigurator | typeof d.TetContactForm | typeof d.TetContactInfo | typeof d.TetContainer | typeof d.TetCustomerAssets | typeof d.TetDatepicker | typeof d.TetDatepickerHeader | typeof d.TetDatepickerMonthView | typeof d.TetDatepickerMultiYearView | typeof d.TetDatepickerYearView | typeof d.TetDialog | typeof d.TetDropdown | typeof d.TetDynamicCard | typeof d.TetExpandableInput | typeof d.TetExpansionPanel | typeof d.TetFilter | typeof d.TetIcon | typeof d.TetInlineMessage | typeof d.TetInput | typeof d.TetLabel | typeof d.TetLoader | typeof d.TetMenu | typeof d.TetMenuMobile | typeof d.TetMultiStepDialog | typeof d.TetNavigationMobile | typeof d.TetNotification | typeof d.TetNumberInput | typeof d.TetPlaceholder | typeof d.TetPriceView | typeof d.TetRadio | typeof d.TetRangeSlider | typeof d.TetReferral | typeof d.TetRoundStepper | typeof d.TetSelectionList | typeof d.TetSpinner | typeof d.TetStepper | typeof d.TetStepperInput | typeof d.TetStepperV2 | typeof d.TetStepperV3 | typeof d.TetSwitch | typeof d.TetTabContent | typeof d.TetTabHeader | typeof d.TetTable | typeof d.TetTag | typeof d.TetTagGroup | typeof d.TetTextList | typeof d.TetTextarea | typeof d.TetThankYouView | typeof d.TetThankYouViewV2 | typeof d.TetThankYouViewV3 | typeof d.TetTooltip)[];
2
+ export declare const DIRECTIVES: (typeof d.TetAccordion | typeof d.TetAddressOffersFiltersProducts | typeof d.TetAddressSearch | typeof d.TetAssetAddresses | typeof d.TetAssetAvailabilityAddresses | typeof d.TetAutocomplete | typeof d.TetAutocompleteDropdown | typeof d.TetAvailabilityContactForm | typeof d.TetB2bCompareCard | typeof d.TetB2bConfiguratorCart | typeof d.TetBannerNav | typeof d.TetBarGraph | typeof d.TetBusinessLines | typeof d.TetBusinessNavigation | typeof d.TetBusinessRoundStepper | typeof d.TetBusinessSummaryCard | typeof d.TetButton | typeof d.TetCarousel | typeof d.TetCheckbox | typeof d.TetCloudApplicationFormDialog | typeof d.TetCloudConfigurator | typeof d.TetContactForm | typeof d.TetContactInfo | typeof d.TetContainer | typeof d.TetCustomerAssets | typeof d.TetDatepicker | typeof d.TetDatepickerHeader | typeof d.TetDatepickerMonthView | typeof d.TetDatepickerMultiYearView | typeof d.TetDatepickerYearView | typeof d.TetDialog | typeof d.TetDropdown | typeof d.TetDynamicCard | typeof d.TetExpandableInput | typeof d.TetExpansionPanel | typeof d.TetFilter | typeof d.TetIcon | typeof d.TetInlineMessage | typeof d.TetInput | typeof d.TetLabel | typeof d.TetLoader | typeof d.TetMenu | typeof d.TetMenuMobile | typeof d.TetMultiStepDialog | typeof d.TetNavigationMobile | typeof d.TetNotification | typeof d.TetNumberInput | typeof d.TetPlaceholder | typeof d.TetPriceView | typeof d.TetRadio | typeof d.TetRangeSlider | typeof d.TetReferral | typeof d.TetRoundStepper | typeof d.TetSelectionList | typeof d.TetSpinner | typeof d.TetStepper | typeof d.TetStepperInput | typeof d.TetStepperV2 | typeof d.TetStepperV3 | typeof d.TetSwitch | typeof d.TetTabContent | typeof d.TetTabHeader | typeof d.TetTable | typeof d.TetTag | typeof d.TetTagGroup | typeof d.TetTextList | typeof d.TetTextarea | typeof d.TetThankYouView | typeof d.TetThankYouViewV2 | typeof d.TetThankYouViewV3 | typeof d.TetTooltip)[];
@@ -4,6 +4,6 @@ import * as i1 from "./stencil-generated/components";
4
4
  export declare class TetComponentsAngularModule {
5
5
  static forRoot(resourcesUrl?: string): ModuleWithProviders<TetComponentsAngularModule>;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TetComponentsAngularModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<TetComponentsAngularModule, [typeof i1.TetAccordion, typeof i1.TetAddressOffersFiltersProducts, typeof i1.TetAddressSearch, typeof i1.TetAssetAddresses, typeof i1.TetAssetAvailabilityAddresses, typeof i1.TetAutocomplete, typeof i1.TetAutocompleteDropdown, typeof i1.TetAvailabilityContactForm, typeof i1.TetB2bCompareCard, typeof i1.TetBannerNav, typeof i1.TetBarGraph, typeof i1.TetBusinessLines, typeof i1.TetBusinessRoundStepper, typeof i1.TetButton, typeof i1.TetCarousel, typeof i1.TetCheckbox, typeof i1.TetCloudApplicationFormDialog, typeof i1.TetCloudConfigurator, typeof i1.TetContactForm, typeof i1.TetContactInfo, typeof i1.TetContainer, typeof i1.TetCustomerAssets, typeof i1.TetDatepicker, typeof i1.TetDatepickerHeader, typeof i1.TetDatepickerMonthView, typeof i1.TetDatepickerMultiYearView, typeof i1.TetDatepickerYearView, typeof i1.TetDialog, typeof i1.TetDropdown, typeof i1.TetDynamicCard, typeof i1.TetExpandableInput, typeof i1.TetExpansionPanel, typeof i1.TetFilter, typeof i1.TetIcon, typeof i1.TetInlineMessage, typeof i1.TetInput, typeof i1.TetLabel, typeof i1.TetLoader, typeof i1.TetMenu, typeof i1.TetMenuMobile, typeof i1.TetMultiStepDialog, typeof i1.TetNavigationMobile, typeof i1.TetNotification, typeof i1.TetNumberInput, typeof i1.TetPlaceholder, typeof i1.TetPriceView, typeof i1.TetRadio, typeof i1.TetRangeSlider, typeof i1.TetReferral, typeof i1.TetRoundStepper, typeof i1.TetSelectionList, typeof i1.TetSpinner, typeof i1.TetStepper, typeof i1.TetStepperInput, typeof i1.TetStepperV2, typeof i1.TetStepperV3, typeof i1.TetSwitch, typeof i1.TetTabContent, typeof i1.TetTabHeader, typeof i1.TetTable, typeof i1.TetTag, typeof i1.TetTagGroup, typeof i1.TetTextList, typeof i1.TetTextarea, typeof i1.TetThankYouView, typeof i1.TetThankYouViewV2, typeof i1.TetThankYouViewV3, typeof i1.TetTooltip], never, [typeof i1.TetAccordion, typeof i1.TetAddressOffersFiltersProducts, typeof i1.TetAddressSearch, typeof i1.TetAssetAddresses, typeof i1.TetAssetAvailabilityAddresses, typeof i1.TetAutocomplete, typeof i1.TetAutocompleteDropdown, typeof i1.TetAvailabilityContactForm, typeof i1.TetB2bCompareCard, typeof i1.TetBannerNav, typeof i1.TetBarGraph, typeof i1.TetBusinessLines, typeof i1.TetBusinessRoundStepper, typeof i1.TetButton, typeof i1.TetCarousel, typeof i1.TetCheckbox, typeof i1.TetCloudApplicationFormDialog, typeof i1.TetCloudConfigurator, typeof i1.TetContactForm, typeof i1.TetContactInfo, typeof i1.TetContainer, typeof i1.TetCustomerAssets, typeof i1.TetDatepicker, typeof i1.TetDatepickerHeader, typeof i1.TetDatepickerMonthView, typeof i1.TetDatepickerMultiYearView, typeof i1.TetDatepickerYearView, typeof i1.TetDialog, typeof i1.TetDropdown, typeof i1.TetDynamicCard, typeof i1.TetExpandableInput, typeof i1.TetExpansionPanel, typeof i1.TetFilter, typeof i1.TetIcon, typeof i1.TetInlineMessage, typeof i1.TetInput, typeof i1.TetLabel, typeof i1.TetLoader, typeof i1.TetMenu, typeof i1.TetMenuMobile, typeof i1.TetMultiStepDialog, typeof i1.TetNavigationMobile, typeof i1.TetNotification, typeof i1.TetNumberInput, typeof i1.TetPlaceholder, typeof i1.TetPriceView, typeof i1.TetRadio, typeof i1.TetRangeSlider, typeof i1.TetReferral, typeof i1.TetRoundStepper, typeof i1.TetSelectionList, typeof i1.TetSpinner, typeof i1.TetStepper, typeof i1.TetStepperInput, typeof i1.TetStepperV2, typeof i1.TetStepperV3, typeof i1.TetSwitch, typeof i1.TetTabContent, typeof i1.TetTabHeader, typeof i1.TetTable, typeof i1.TetTag, typeof i1.TetTagGroup, typeof i1.TetTextList, typeof i1.TetTextarea, typeof i1.TetThankYouView, typeof i1.TetThankYouViewV2, typeof i1.TetThankYouViewV3, typeof i1.TetTooltip]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TetComponentsAngularModule, [typeof i1.TetAccordion, typeof i1.TetAddressOffersFiltersProducts, typeof i1.TetAddressSearch, typeof i1.TetAssetAddresses, typeof i1.TetAssetAvailabilityAddresses, typeof i1.TetAutocomplete, typeof i1.TetAutocompleteDropdown, typeof i1.TetAvailabilityContactForm, typeof i1.TetB2bCompareCard, typeof i1.TetB2bConfiguratorCart, typeof i1.TetBannerNav, typeof i1.TetBarGraph, typeof i1.TetBusinessLines, typeof i1.TetBusinessNavigation, typeof i1.TetBusinessRoundStepper, typeof i1.TetBusinessSummaryCard, typeof i1.TetButton, typeof i1.TetCarousel, typeof i1.TetCheckbox, typeof i1.TetCloudApplicationFormDialog, typeof i1.TetCloudConfigurator, typeof i1.TetContactForm, typeof i1.TetContactInfo, typeof i1.TetContainer, typeof i1.TetCustomerAssets, typeof i1.TetDatepicker, typeof i1.TetDatepickerHeader, typeof i1.TetDatepickerMonthView, typeof i1.TetDatepickerMultiYearView, typeof i1.TetDatepickerYearView, typeof i1.TetDialog, typeof i1.TetDropdown, typeof i1.TetDynamicCard, typeof i1.TetExpandableInput, typeof i1.TetExpansionPanel, typeof i1.TetFilter, typeof i1.TetIcon, typeof i1.TetInlineMessage, typeof i1.TetInput, typeof i1.TetLabel, typeof i1.TetLoader, typeof i1.TetMenu, typeof i1.TetMenuMobile, typeof i1.TetMultiStepDialog, typeof i1.TetNavigationMobile, typeof i1.TetNotification, typeof i1.TetNumberInput, typeof i1.TetPlaceholder, typeof i1.TetPriceView, typeof i1.TetRadio, typeof i1.TetRangeSlider, typeof i1.TetReferral, typeof i1.TetRoundStepper, typeof i1.TetSelectionList, typeof i1.TetSpinner, typeof i1.TetStepper, typeof i1.TetStepperInput, typeof i1.TetStepperV2, typeof i1.TetStepperV3, typeof i1.TetSwitch, typeof i1.TetTabContent, typeof i1.TetTabHeader, typeof i1.TetTable, typeof i1.TetTag, typeof i1.TetTagGroup, typeof i1.TetTextList, typeof i1.TetTextarea, typeof i1.TetThankYouView, typeof i1.TetThankYouViewV2, typeof i1.TetThankYouViewV3, typeof i1.TetTooltip], never, [typeof i1.TetAccordion, typeof i1.TetAddressOffersFiltersProducts, typeof i1.TetAddressSearch, typeof i1.TetAssetAddresses, typeof i1.TetAssetAvailabilityAddresses, typeof i1.TetAutocomplete, typeof i1.TetAutocompleteDropdown, typeof i1.TetAvailabilityContactForm, typeof i1.TetB2bCompareCard, typeof i1.TetB2bConfiguratorCart, typeof i1.TetBannerNav, typeof i1.TetBarGraph, typeof i1.TetBusinessLines, typeof i1.TetBusinessNavigation, typeof i1.TetBusinessRoundStepper, typeof i1.TetBusinessSummaryCard, typeof i1.TetButton, typeof i1.TetCarousel, typeof i1.TetCheckbox, typeof i1.TetCloudApplicationFormDialog, typeof i1.TetCloudConfigurator, typeof i1.TetContactForm, typeof i1.TetContactInfo, typeof i1.TetContainer, typeof i1.TetCustomerAssets, typeof i1.TetDatepicker, typeof i1.TetDatepickerHeader, typeof i1.TetDatepickerMonthView, typeof i1.TetDatepickerMultiYearView, typeof i1.TetDatepickerYearView, typeof i1.TetDialog, typeof i1.TetDropdown, typeof i1.TetDynamicCard, typeof i1.TetExpandableInput, typeof i1.TetExpansionPanel, typeof i1.TetFilter, typeof i1.TetIcon, typeof i1.TetInlineMessage, typeof i1.TetInput, typeof i1.TetLabel, typeof i1.TetLoader, typeof i1.TetMenu, typeof i1.TetMenuMobile, typeof i1.TetMultiStepDialog, typeof i1.TetNavigationMobile, typeof i1.TetNotification, typeof i1.TetNumberInput, typeof i1.TetPlaceholder, typeof i1.TetPriceView, typeof i1.TetRadio, typeof i1.TetRangeSlider, typeof i1.TetReferral, typeof i1.TetRoundStepper, typeof i1.TetSelectionList, typeof i1.TetSpinner, typeof i1.TetStepper, typeof i1.TetStepperInput, typeof i1.TetStepperV2, typeof i1.TetStepperV3, typeof i1.TetSwitch, typeof i1.TetTabContent, typeof i1.TetTabHeader, typeof i1.TetTable, typeof i1.TetTag, typeof i1.TetTagGroup, typeof i1.TetTextList, typeof i1.TetTextarea, typeof i1.TetThankYouView, typeof i1.TetThankYouViewV2, typeof i1.TetThankYouViewV3, typeof i1.TetTooltip]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<TetComponentsAngularModule>;
9
9
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tet/tet-components-angular",
3
- "version": "v1.3.112-testing",
3
+ "version": "v1.3.113-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": ">=12.0.0",
8
8
  "@angular/core": ">=12.0.0",
9
- "@tet/tet-components": "v1.3.112-testing"
9
+ "@tet/tet-components": "v1.3.113-staging"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"