@agorapulse/ui-components 13.2.5 → 13.2.6

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-components",
3
3
  "description": "Agorapulse UI Components Library",
4
- "version": "13.2.5",
4
+ "version": "13.2.6",
5
5
  "author": "Benoit Hediard",
6
6
  "repository": {
7
7
  "type": "git",
@@ -7,6 +7,7 @@ export interface PopmenuOptions {
7
7
  'arrowOffset'?: number;
8
8
  'hasBackdrop'?: boolean;
9
9
  'backdropClass'?: string;
10
+ 'panelClass'?: string;
10
11
  'placement'?: string;
11
12
  'rounded'?: boolean;
12
13
  'delay'?: number;
@@ -45,6 +45,7 @@ export declare class PopmenuComponent implements AfterViewInit {
45
45
  get backdropClass(): any;
46
46
  get isThemeLight(): boolean;
47
47
  get options(): any;
48
+ get panelClass(): any;
48
49
  get placement(): any;
49
50
  get rounded(): any;
50
51
  get shadow(): any;
@@ -32,6 +32,7 @@ export declare class PopmenuDirective implements OnChanges, OnInit {
32
32
  close: boolean;
33
33
  hasBackdrop: boolean;
34
34
  backdropClass: string;
35
+ panelClass: string;
35
36
  offset: number;
36
37
  offsets: {
37
38
  distance?: number;
@@ -73,5 +74,5 @@ export declare class PopmenuDirective implements OnChanges, OnInit {
73
74
  showTooltipElem(): void;
74
75
  hideTooltipElem(): void;
75
76
  static ɵfac: i0.ɵɵFactoryDeclaration<PopmenuDirective, [{ optional: true; }, null, null, null, null, null]>;
76
- static ɵdir: i0.ɵɵDirectiveDeclaration<PopmenuDirective, "[apPopmenu]", never, { "apPopmenuBorder": "apPopmenuBorder"; "apPopmenuDisabled": "apPopmenuDisabled"; "apPopmenuBackground": "apPopmenuBackground"; "arrow": "arrow"; "arrowOffset": "arrowOffset"; "arrowPosition": "arrowPosition"; "close": "close"; "hasBackdrop": "hasBackdrop"; "backdropClass": "backdropClass"; "offset": "offset"; "offsets": "offsets"; "placement": "placement"; "pointer": "pointer"; "popMenuValue": "apPopmenu"; "position": "position"; "rounded": "rounded"; "shadow": "shadow"; "options": "options"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never>;
77
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PopmenuDirective, "[apPopmenu]", never, { "apPopmenuBorder": "apPopmenuBorder"; "apPopmenuDisabled": "apPopmenuDisabled"; "apPopmenuBackground": "apPopmenuBackground"; "arrow": "arrow"; "arrowOffset": "arrowOffset"; "arrowPosition": "arrowPosition"; "close": "close"; "hasBackdrop": "hasBackdrop"; "backdropClass": "backdropClass"; "panelClass": "panelClass"; "offset": "offset"; "offsets": "offsets"; "placement": "placement"; "pointer": "pointer"; "popMenuValue": "apPopmenu"; "position": "position"; "rounded": "rounded"; "shadow": "shadow"; "options": "options"; }, { "menuClosed": "menuClosed"; "menuOpened": "menuOpened"; }, never>;
77
78
  }
Binary file