@tet/tet-components-angular 1.3.8-testing → 1.3.9-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.
|
@@ -722,7 +722,7 @@ export declare class TetTable {
|
|
|
722
722
|
protected el: HTMLElement;
|
|
723
723
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
724
724
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetTable, never>;
|
|
725
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetTable, "tet-table", never, { "caption": { "alias": "caption"; "required": false; }; "cellTextAlign": { "alias": "cellTextAlign"; "required": false; }; "gappedColumnLayout": { "alias": "gappedColumnLayout"; "required": false; }; "tableData": { "alias": "tableData"; "required": false; }; "tableHeader": { "alias": "tableHeader"; "required": false; }; "tableHeaderColumnSpan": { "alias": "tableHeaderColumnSpan"; "required": false; }; "tableHeaderTextAlign": { "alias": "tableHeaderTextAlign"; "required": false; }; "tableHeaderWidth": { "alias": "tableHeaderWidth"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
725
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetTable, "tet-table", never, { "caption": { "alias": "caption"; "required": false; }; "cellTextAlign": { "alias": "cellTextAlign"; "required": false; }; "gappedColumnLayout": { "alias": "gappedColumnLayout"; "required": false; }; "tableData": { "alias": "tableData"; "required": false; }; "tableHeader": { "alias": "tableHeader"; "required": false; }; "tableHeaderColumnSpan": { "alias": "tableHeaderColumnSpan"; "required": false; }; "tableHeaderTextAlign": { "alias": "tableHeaderTextAlign"; "required": false; }; "tableHeaderWidth": { "alias": "tableHeaderWidth"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
726
726
|
}
|
|
727
727
|
export declare interface TetTable extends Components.TetTable {
|
|
728
728
|
}
|
|
@@ -740,7 +740,7 @@ export declare class TetTagGroup {
|
|
|
740
740
|
protected el: HTMLElement;
|
|
741
741
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
742
742
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetTagGroup, never>;
|
|
743
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TetTagGroup, "tet-tag-group", never, { "language": { "alias": "language"; "required": false; }; "tags": { "alias": "tags"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
743
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TetTagGroup, "tet-tag-group", never, { "language": { "alias": "language"; "required": false; }; "tags": { "alias": "tags"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
744
744
|
}
|
|
745
745
|
export declare interface TetTagGroup extends Components.TetTagGroup {
|
|
746
746
|
}
|
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.9-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.9-testing"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"tslib": "^2.3.0"
|