@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.
@@ -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();