adb-shared 6.3.1 → 7.0.0
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/package.json
CHANGED
package/types/adb-shared.d.ts
CHANGED
|
@@ -559,7 +559,6 @@ declare class AdbHelpButtonComponent implements OnInit {
|
|
|
559
559
|
private elementRef;
|
|
560
560
|
showHelp: boolean;
|
|
561
561
|
buttonClass: string;
|
|
562
|
-
iconClass: string;
|
|
563
562
|
label: string;
|
|
564
563
|
id: number;
|
|
565
564
|
onClickDoc(event: MouseEvent): void;
|
|
@@ -567,7 +566,7 @@ declare class AdbHelpButtonComponent implements OnInit {
|
|
|
567
566
|
ngOnInit(): void;
|
|
568
567
|
onClose(): void;
|
|
569
568
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdbHelpButtonComponent, never>;
|
|
570
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdbHelpButtonComponent, "adb-help-button", never, { "buttonClass": { "alias": "buttonClass"; "required": false; }; "
|
|
569
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdbHelpButtonComponent, "adb-help-button", never, { "buttonClass": { "alias": "buttonClass"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
571
570
|
}
|
|
572
571
|
|
|
573
572
|
declare class AdbButtonsModule {
|