@gravitee/ui-particles-angular 11.0.0 → 11.0.1
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.
|
@@ -6,14 +6,17 @@ export declare class GioLicenseDirective implements OnInit, OnDestroy {
|
|
|
6
6
|
private readonly licenseService;
|
|
7
7
|
private readonly matDialog;
|
|
8
8
|
private elRef;
|
|
9
|
-
|
|
9
|
+
/**
|
|
10
|
+
* The license to check. Must be defined when the directive is initialised, otherwise the value will not be taken into account.
|
|
11
|
+
*/
|
|
12
|
+
gioLicense?: LicenseOptions | LicensePluginOptions;
|
|
10
13
|
private featureInfo;
|
|
11
14
|
private trialURL;
|
|
12
15
|
private unsubscribe$;
|
|
13
16
|
private onClick;
|
|
14
17
|
constructor(licenseService: GioLicenseService, matDialog: MatDialog, elRef: ElementRef);
|
|
15
18
|
ngOnInit(): void;
|
|
16
|
-
private
|
|
19
|
+
private isNotAllowed$;
|
|
17
20
|
ngOnDestroy(): void;
|
|
18
21
|
private click;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioLicenseDirective, never>;
|