@tet/tet-components-angular 1.3.142-staging → 1.3.143-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.
|
@@ -346,7 +346,7 @@ export declare class TetCloudApplicationFormDialog {
|
|
|
346
346
|
protected el: HTMLElement;
|
|
347
347
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
348
348
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetCloudApplicationFormDialog, never>;
|
|
349
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetCloudApplicationFormDialog, "tet-cloud-application-form-dialog", never, { "language": { "alias": "language"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "privacyPolicyLinkUrl": { "alias": "privacyPolicyLinkUrl"; "required": false; }; "showOverlay": { "alias": "showOverlay"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
349
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetCloudApplicationFormDialog, "tet-cloud-application-form-dialog", never, { "language": { "alias": "language"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "privacyPolicyLinkUrl": { "alias": "privacyPolicyLinkUrl"; "required": false; }; "showOverlay": { "alias": "showOverlay"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
350
350
|
}
|
|
351
351
|
export declare interface TetCloudApplicationFormDialog extends Components.TetCloudApplicationFormDialog {
|
|
352
352
|
/**
|
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.143-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.
|
|
9
|
+
"@tet/tet-components": "v1.3.143-staging"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"tslib": "^2.3.0"
|