@gravitee/ui-particles-angular 7.28.4 → 7.28.5-fix-org-submenu-a4d87dc

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.
@@ -13,6 +13,7 @@ export declare class GioFormlyJsonSchemaService {
13
13
  private toggleMap;
14
14
  private disabledMap;
15
15
  private enumLabelMap;
16
+ private deprecatedMap;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormlyJsonSchemaService, never>;
17
18
  static ɵprov: i0.ɵɵInjectableDeclaration<GioFormlyJsonSchemaService>;
18
19
  }
@@ -28,6 +28,7 @@ declare type GioUiTypeConfig = {
28
28
  declare module 'json-schema' {
29
29
  interface JSONSchema7 {
30
30
  gioConfig?: GioConfig;
31
+ deprecated?: boolean;
31
32
  }
32
33
  }
33
34
  import { JSONSchema7 } from 'json-schema';
@@ -10,6 +10,7 @@ export declare class GioSubmenuComponent implements AfterViewInit, OnDestroy {
10
10
  private readonly gioMenuService;
11
11
  private readonly changeDetectorRef;
12
12
  theme: GioSubmenuTheme;
13
+ static: boolean;
13
14
  reduced: boolean;
14
15
  loaded: boolean;
15
16
  overlayOptions: OverlayOptions;
@@ -23,5 +24,5 @@ export declare class GioSubmenuComponent implements AfterViewInit, OnDestroy {
23
24
  onMouseLeave(): void;
24
25
  onKeydownHandler(event: KeyboardEvent): void;
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<GioSubmenuComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<GioSubmenuComponent, "gio-submenu", never, { "theme": "theme"; }, {}, never, ["[gioSubmenuTitle]", "*"]>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioSubmenuComponent, "gio-submenu", never, { "theme": "theme"; "static": "static"; }, {}, never, ["[gioSubmenuTitle]", "*"]>;
27
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "7.28.4",
3
+ "version": "7.28.5-fix-org-submenu-a4d87dc",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",