@tet/tet-components-angular 1.3.92-testing → 1.3.93-testing
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/esm2022/lib/stencil-generated/components.mjs +26 -1
- package/esm2022/lib/stencil-generated/index.mjs +2 -1
- package/esm2022/lib/tet-components-angular.module.mjs +1 -1
- package/fesm2022/tet-tet-components-angular.mjs +28 -2
- package/fesm2022/tet-tet-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +19 -0
- package/lib/stencil-generated/index.d.ts +1 -1
- package/lib/tet-components-angular.module.d.ts +1 -1
- package/package.json +2 -2
|
@@ -7,6 +7,7 @@ import type { UniqueAddressInterface as ITetAssetAvailabilityAddressesUniqueAddr
|
|
|
7
7
|
import type { CustomerNotFound as ITetAssetAvailabilityAddressesCustomerNotFound } from '@tet/tet-components';
|
|
8
8
|
import type { OptionInterface as ITetAutocompleteOptionInterface } from '@tet/tet-components';
|
|
9
9
|
import type { OptionInterface as ITetAutocompleteDropdownOptionInterface } from '@tet/tet-components';
|
|
10
|
+
import type { B2bCardUpdateEvent as ITetB2bCompareCardB2bCardUpdateEvent } from '@tet/tet-components';
|
|
10
11
|
import type { BusinessLine as ITetBusinessLinesBusinessLine } from '@tet/tet-components';
|
|
11
12
|
import type { CheckboxCheckEventInterface as ITetCheckboxCheckboxCheckEventInterface } from '@tet/tet-components';
|
|
12
13
|
import type { TetApplicationFormDialogSubmissionData as ITetCloudApplicationFormDialogTetApplicationFormDialogSubmissionData } from '@tet/tet-components';
|
|
@@ -176,6 +177,23 @@ export declare interface TetAvailabilityContactForm extends Components.TetAvaila
|
|
|
176
177
|
*/
|
|
177
178
|
taskCreationFailed: EventEmitter<CustomEvent<void>>;
|
|
178
179
|
}
|
|
180
|
+
export declare class TetB2bCompareCard {
|
|
181
|
+
protected z: NgZone;
|
|
182
|
+
protected el: HTMLElement;
|
|
183
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
184
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TetB2bCompareCard, never>;
|
|
185
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetB2bCompareCard, "tet-b2b-compare-card", never, { "count": { "alias": "count"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; "options": { "alias": "options"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
186
|
+
}
|
|
187
|
+
export declare interface TetB2bCompareCard extends Components.TetB2bCompareCard {
|
|
188
|
+
/**
|
|
189
|
+
* Emitted when the user changes the quantity counter value and submits; or on card close event. @event undefined
|
|
190
|
+
*/
|
|
191
|
+
countChange: EventEmitter<CustomEvent<ITetB2bCompareCardB2bCardUpdateEvent>>;
|
|
192
|
+
/**
|
|
193
|
+
* Emitted when the card is clicked to change its selected state @event undefined
|
|
194
|
+
*/
|
|
195
|
+
selectedChange: EventEmitter<CustomEvent<boolean>>;
|
|
196
|
+
}
|
|
179
197
|
export declare class TetBannerNav {
|
|
180
198
|
protected z: NgZone;
|
|
181
199
|
protected el: HTMLElement;
|
|
@@ -190,6 +208,7 @@ export declare interface TetBannerNav extends Components.TetBannerNav {
|
|
|
190
208
|
slideChange: EventEmitter<CustomEvent<{
|
|
191
209
|
index: number;
|
|
192
210
|
previousIndex: number;
|
|
211
|
+
source: string;
|
|
193
212
|
}>>;
|
|
194
213
|
/**
|
|
195
214
|
* Emitted when pause state changes
|
|
@@ -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.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.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)[];
|
|
@@ -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.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.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.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]>;
|
|
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.
|
|
3
|
+
"version": "v1.3.93-testing",
|
|
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.
|
|
9
|
+
"@tet/tet-components": "v1.3.93-testing"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"tslib": "^2.3.0"
|