@gravitee/ui-particles-angular 7.47.0 → 7.48.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/esm2020/lib/gio-license/gio-license.service.mjs +4 -1
- package/fesm2015/gravitee-ui-particles-angular.mjs +3 -0
- package/fesm2015/gravitee-ui-particles-angular.mjs.map +1 -1
- package/fesm2020/gravitee-ui-particles-angular.mjs +3 -0
- package/fesm2020/gravitee-ui-particles-angular.mjs.map +1 -1
- package/lib/gio-license/gio-license.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -4823,6 +4823,9 @@ class GioLicenseService {
|
|
|
4823
4823
|
}
|
|
4824
4824
|
return url;
|
|
4825
4825
|
}
|
|
4826
|
+
isOEM$() {
|
|
4827
|
+
return this.getLicense$().pipe(map(license => license !== null && license.features.includes('oem-customization')));
|
|
4828
|
+
}
|
|
4826
4829
|
openDialog(licenseOptions, event) {
|
|
4827
4830
|
event?.stopPropagation();
|
|
4828
4831
|
event?.preventDefault();
|