ngx-wapp-components 3.0.0 → 3.0.1-alpha.2
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
|
@@ -2597,7 +2597,7 @@ declare class WButtonTabviewComponent implements OnInit {
|
|
|
2597
2597
|
ngOnInit(): void;
|
|
2598
2598
|
activeIndexChange(index: any): void;
|
|
2599
2599
|
static ɵfac: i0.ɵɵFactoryDeclaration<WButtonTabviewComponent, never>;
|
|
2600
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WButtonTabviewComponent, "w-button-tabview", never, { "headers": { "alias": "headers"; "required": false; }; "disabledTabs": { "alias": "disabledTabs"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; }, { "outActiveIndex": "outActiveIndex"; }, never,
|
|
2600
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WButtonTabviewComponent, "w-button-tabview", never, { "headers": { "alias": "headers"; "required": false; }; "disabledTabs": { "alias": "disabledTabs"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; }, { "outActiveIndex": "outActiveIndex"; }, never, [".panel-1", ".panel-2", ".panel-3", ".panel-4", ".panel-5", ".panel-6", ".panel-7", ".panel-8", ".panel-9", ".panel-10"], false, never>;
|
|
2601
2601
|
}
|
|
2602
2602
|
|
|
2603
2603
|
declare class WTreeComponent implements OnInit {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-wapp-components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1-alpha.2",
|
|
4
4
|
"description": "This is a Wapping reusable component library published by Wapping.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"code",
|
|
@@ -59,4 +59,4 @@
|
|
|
59
59
|
"default": "./fesm2022/ngx-wapp-components.mjs"
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
}
|
|
62
|
+
}
|