@tet/tet-components-angular 1.4.32-testing → 1.4.33-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.
package/index.d.ts
CHANGED
|
@@ -186,7 +186,7 @@ declare class TetB2bCheckOutForm {
|
|
|
186
186
|
submitCheckOutForm: EventEmitter<CustomEvent<any>>;
|
|
187
187
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
188
188
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetB2bCheckOutForm, never>;
|
|
189
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetB2bCheckOutForm, "tet-b2b-check-out-form", never, { "language": { "alias": "language"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "submit-check-out-form": "submit-check-out-form"; "submitCheckOutForm": "
|
|
189
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetB2bCheckOutForm, "tet-b2b-check-out-form", never, { "language": { "alias": "language"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "submit-check-out-form": "submit-check-out-form"; "submitCheckOutForm": "submit-check-out-form"; }, never, ["*"], false, never>;
|
|
190
190
|
}
|
|
191
191
|
declare interface TetB2bCheckOutForm extends Components.TetB2bCheckOutForm {
|
|
192
192
|
/**
|
|
@@ -308,7 +308,7 @@ declare class TetBusinessNavigation {
|
|
|
308
308
|
}>>;
|
|
309
309
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
310
310
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetBusinessNavigation, never>;
|
|
311
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetBusinessNavigation, "tet-business-navigation", never, { "expandable": { "alias": "expandable"; "required": false; }; "language": { "alias": "language"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "menu-click-event": "menu-click-event"; "menuClickEvent": "
|
|
311
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetBusinessNavigation, "tet-business-navigation", never, { "expandable": { "alias": "expandable"; "required": false; }; "language": { "alias": "language"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "menu-click-event": "menu-click-event"; "menuClickEvent": "menu-click-event"; }, never, ["*"], false, never>;
|
|
312
312
|
}
|
|
313
313
|
declare interface TetBusinessNavigation extends Components.TetBusinessNavigation {
|
|
314
314
|
/**
|
|
@@ -693,7 +693,7 @@ declare class TetExpandableInput {
|
|
|
693
693
|
afterStateChange: EventEmitter<CustomEvent<StateChangeInterface>>;
|
|
694
694
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
695
695
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetExpandableInput, never>;
|
|
696
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetExpandableInput, "tet-expandable-input", never, { "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "class": { "alias": "class"; "required": false; }; "closeInputText": { "alias": "closeInputText"; "required": false; }; "closedWidth": { "alias": "closedWidth"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "iconRightClickCallback": { "alias": "iconRightClickCallback"; "required": false; }; "manualValidation": { "alias": "manualValidation"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "validators": { "alias": "validators"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "before-state-change": "before-state-change"; "after-state-change": "after-state-change"; "beforeStateChange": "
|
|
696
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetExpandableInput, "tet-expandable-input", never, { "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "class": { "alias": "class"; "required": false; }; "closeInputText": { "alias": "closeInputText"; "required": false; }; "closedWidth": { "alias": "closedWidth"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "iconRightClickCallback": { "alias": "iconRightClickCallback"; "required": false; }; "manualValidation": { "alias": "manualValidation"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "validators": { "alias": "validators"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "before-state-change": "before-state-change"; "after-state-change": "after-state-change"; "beforeStateChange": "before-state-change"; "afterStateChange": "after-state-change"; }, never, ["*"], false, never>;
|
|
697
697
|
}
|
|
698
698
|
declare interface TetExpandableInput extends Components.TetExpandableInput {
|
|
699
699
|
/**
|
|
@@ -748,7 +748,7 @@ declare class TetFloatingBlock {
|
|
|
748
748
|
contentItemClick: EventEmitter<CustomEvent<string>>;
|
|
749
749
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
750
750
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetFloatingBlock, never>;
|
|
751
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetFloatingBlock, "tet-floating-block", never, { "content": { "alias": "content"; "required": false; }; "header": { "alias": "header"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "content-item-click": "content-item-click"; "contentItemClick": "
|
|
751
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetFloatingBlock, "tet-floating-block", never, { "content": { "alias": "content"; "required": false; }; "header": { "alias": "header"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "content-item-click": "content-item-click"; "contentItemClick": "content-item-click"; }, never, ["*"], false, never>;
|
|
752
752
|
}
|
|
753
753
|
declare interface TetFloatingBlock extends Components.TetFloatingBlock {
|
|
754
754
|
/**
|
|
@@ -934,7 +934,7 @@ declare class TetRangeSlider {
|
|
|
934
934
|
sliderChange: EventEmitter<CustomEvent<number>>;
|
|
935
935
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
936
936
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetRangeSlider, never>;
|
|
937
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetRangeSlider, "tet-range-slider", never, { "addButtonAccessibilityLabel": { "alias": "addButtonAccessibilityLabel"; "required": false; }; "dataPoints": { "alias": "dataPoints"; "required": false; }; "dataUnits": { "alias": "dataUnits"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "displayDataPoints": { "alias": "displayDataPoints"; "required": false; }; "inputMaxValue": { "alias": "inputMaxValue"; "required": false; }; "lockToDataPoint": { "alias": "lockToDataPoint"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "numberInputAccessibilityLabel": { "alias": "numberInputAccessibilityLabel"; "required": false; }; "parentContainer": { "alias": "parentContainer"; "required": false; }; "reduceButtonAccessibilityLabel": { "alias": "reduceButtonAccessibilityLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sliderInputAccessibilityLabel": { "alias": "sliderInputAccessibilityLabel"; "required": false; }; "step": { "alias": "step"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "withControls": { "alias": "withControls"; "required": false; }; "withCurrentStepCounter": { "alias": "withCurrentStepCounter"; "required": false; }; "withInput": { "alias": "withInput"; "required": false; }; }, { "slider-input": "slider-input"; "slider-change": "slider-change"; "sliderInput": "
|
|
937
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetRangeSlider, "tet-range-slider", never, { "addButtonAccessibilityLabel": { "alias": "addButtonAccessibilityLabel"; "required": false; }; "dataPoints": { "alias": "dataPoints"; "required": false; }; "dataUnits": { "alias": "dataUnits"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "displayDataPoints": { "alias": "displayDataPoints"; "required": false; }; "inputMaxValue": { "alias": "inputMaxValue"; "required": false; }; "lockToDataPoint": { "alias": "lockToDataPoint"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "numberInputAccessibilityLabel": { "alias": "numberInputAccessibilityLabel"; "required": false; }; "parentContainer": { "alias": "parentContainer"; "required": false; }; "reduceButtonAccessibilityLabel": { "alias": "reduceButtonAccessibilityLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sliderInputAccessibilityLabel": { "alias": "sliderInputAccessibilityLabel"; "required": false; }; "step": { "alias": "step"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "withControls": { "alias": "withControls"; "required": false; }; "withCurrentStepCounter": { "alias": "withCurrentStepCounter"; "required": false; }; "withInput": { "alias": "withInput"; "required": false; }; }, { "slider-input": "slider-input"; "slider-change": "slider-change"; "sliderInput": "slider-input"; "sliderChange": "slider-change"; }, never, ["*"], false, never>;
|
|
938
938
|
}
|
|
939
939
|
declare interface TetRangeSlider extends Components.TetRangeSlider {
|
|
940
940
|
/**
|
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.33-production",
|
|
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.33-production"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"tslib": "^2.3.0"
|