@tet/tet-components-angular 1.3.133-testing → 1.3.134-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.
|
@@ -311,7 +311,7 @@ export declare class TetCarousel {
|
|
|
311
311
|
protected el: HTMLElement;
|
|
312
312
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
313
313
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetCarousel, never>;
|
|
314
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetCarousel, "tet-carousel", never, { "
|
|
314
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetCarousel, "tet-carousel", never, { "buttonIconLeft": { "alias": "buttonIconLeft"; "required": false; }; "buttonIconRight": { "alias": "buttonIconRight"; "required": false; }; "language": { "alias": "language"; "required": false; }; "maxDots": { "alias": "maxDots"; "required": false; }; "showButtons": { "alias": "showButtons"; "required": false; }; "showDots": { "alias": "showDots"; "required": false; }; "showGradient": { "alias": "showGradient"; "required": false; }; "swipeThreshold": { "alias": "swipeThreshold"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "transitionDuration": { "alias": "transitionDuration"; "required": false; }; "transitionTiming": { "alias": "transitionTiming"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
315
315
|
}
|
|
316
316
|
export declare interface TetCarousel extends Components.TetCarousel {
|
|
317
317
|
}
|
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.134-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.134-testing"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"tslib": "^2.3.0"
|