@igo2/common 1.13.0 → 1.13.2

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.
Files changed (189) hide show
  1. package/assets/images/na.png +0 -0
  2. package/esm2020/lib/action/action.module.mjs +1 -1
  3. package/esm2020/lib/action/actionbar/actionbar-item.component.mjs +2 -2
  4. package/esm2020/lib/action/actionbar/actionbar.component.mjs +2 -2
  5. package/esm2020/lib/action/actionbar/actionbar.module.mjs +1 -1
  6. package/esm2020/lib/action/index.mjs +1 -1
  7. package/esm2020/lib/action/shared/action.enums.mjs +1 -1
  8. package/esm2020/lib/action/shared/action.interfaces.mjs +1 -1
  9. package/esm2020/lib/action/shared/index.mjs +1 -1
  10. package/esm2020/lib/action/shared/store.mjs +1 -1
  11. package/esm2020/lib/backdrop/backdrop.component.mjs +2 -2
  12. package/esm2020/lib/backdrop/backdrop.module.mjs +1 -1
  13. package/esm2020/lib/backdrop/index.mjs +1 -1
  14. package/esm2020/lib/badge-icon/badge-icon.directive.mjs +1 -1
  15. package/esm2020/lib/badge-icon/badge-icon.module.mjs +1 -1
  16. package/esm2020/lib/badge-icon/index.mjs +1 -1
  17. package/esm2020/lib/clickout/clickout.directive.mjs +1 -1
  18. package/esm2020/lib/clickout/clickout.module.mjs +1 -1
  19. package/esm2020/lib/clickout/index.mjs +1 -1
  20. package/esm2020/lib/clone/clone.module.mjs +1 -1
  21. package/esm2020/lib/clone/clone.pipe.mjs +1 -1
  22. package/esm2020/lib/clone/index.mjs +1 -1
  23. package/esm2020/lib/collapsible/collapse.directive.mjs +1 -1
  24. package/esm2020/lib/collapsible/collapsible.component.mjs +2 -2
  25. package/esm2020/lib/collapsible/collapsible.module.mjs +1 -1
  26. package/esm2020/lib/collapsible/index.mjs +1 -1
  27. package/esm2020/lib/confirm-dialog/confirm-dialog.component.mjs +2 -2
  28. package/esm2020/lib/confirm-dialog/confirm-dialog.module.mjs +1 -1
  29. package/esm2020/lib/confirm-dialog/confirm-dialog.service.mjs +1 -1
  30. package/esm2020/lib/confirm-dialog/index.mjs +1 -1
  31. package/esm2020/lib/context-menu/context-menu.directive.mjs +18 -3
  32. package/esm2020/lib/context-menu/context-menu.module.mjs +5 -4
  33. package/esm2020/lib/context-menu/index.mjs +2 -1
  34. package/esm2020/lib/context-menu/long-press.directive.mjs +43 -0
  35. package/esm2020/lib/custom-html/custom-html.component.mjs +2 -2
  36. package/esm2020/lib/custom-html/custom-html.module.mjs +1 -1
  37. package/esm2020/lib/custom-html/custom-html.pipe.mjs +1 -1
  38. package/esm2020/lib/custom-html/index.mjs +1 -1
  39. package/esm2020/lib/dom/dom.interfaces.mjs +1 -1
  40. package/esm2020/lib/dom/dom.module.mjs +1 -1
  41. package/esm2020/lib/dom/dom.service.mjs +1 -1
  42. package/esm2020/lib/dom/index.mjs +1 -1
  43. package/esm2020/lib/drag-drop/drag-drop.module.mjs +1 -1
  44. package/esm2020/lib/drag-drop/index.mjs +1 -1
  45. package/esm2020/lib/dynamic-component/dynamic-component.module.mjs +1 -1
  46. package/esm2020/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.mjs +2 -2
  47. package/esm2020/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.mjs +1 -1
  48. package/esm2020/lib/dynamic-component/index.mjs +1 -1
  49. package/esm2020/lib/dynamic-component/shared/dynamic-component.interfaces.mjs +1 -1
  50. package/esm2020/lib/dynamic-component/shared/dynamic-component.mjs +1 -1
  51. package/esm2020/lib/dynamic-component/shared/dynamic-component.service.mjs +1 -1
  52. package/esm2020/lib/dynamic-component/shared/index.mjs +1 -1
  53. package/esm2020/lib/entity/entity-selector/entity-selector.component.mjs +2 -2
  54. package/esm2020/lib/entity/entity-selector/entity-selector.module.mjs +1 -1
  55. package/esm2020/lib/entity/entity-table/entity-table-row.directive.mjs +1 -1
  56. package/esm2020/lib/entity/entity-table/entity-table.component.mjs +15 -11
  57. package/esm2020/lib/entity/entity-table/entity-table.module.mjs +1 -1
  58. package/esm2020/lib/entity/entity-table-paginator/entity-table-paginator.component.mjs +2 -2
  59. package/esm2020/lib/entity/entity-table-paginator/entity-table-paginator.interface.mjs +1 -1
  60. package/esm2020/lib/entity/entity-table-paginator/entity-table-paginator.module.mjs +1 -1
  61. package/esm2020/lib/entity/entity.module.mjs +1 -1
  62. package/esm2020/lib/entity/index.mjs +1 -1
  63. package/esm2020/lib/entity/shared/entity.enums.mjs +1 -1
  64. package/esm2020/lib/entity/shared/entity.interfaces.mjs +1 -1
  65. package/esm2020/lib/entity/shared/entity.utils.mjs +1 -1
  66. package/esm2020/lib/entity/shared/index.mjs +1 -1
  67. package/esm2020/lib/entity/shared/state.mjs +1 -1
  68. package/esm2020/lib/entity/shared/store.mjs +1 -1
  69. package/esm2020/lib/entity/shared/strategies/filter-custom-function.mjs +1 -1
  70. package/esm2020/lib/entity/shared/strategies/filter-selection.mjs +1 -1
  71. package/esm2020/lib/entity/shared/strategies/index.mjs +1 -1
  72. package/esm2020/lib/entity/shared/strategies/strategy.mjs +1 -1
  73. package/esm2020/lib/entity/shared/transaction.mjs +1 -1
  74. package/esm2020/lib/entity/shared/view.mjs +1 -1
  75. package/esm2020/lib/entity/shared/watcher.mjs +1 -1
  76. package/esm2020/lib/flexible/flexible.component.mjs +2 -2
  77. package/esm2020/lib/flexible/flexible.module.mjs +1 -1
  78. package/esm2020/lib/flexible/flexible.type.mjs +1 -1
  79. package/esm2020/lib/flexible/index.mjs +1 -1
  80. package/esm2020/lib/form/form/form.component.mjs +2 -2
  81. package/esm2020/lib/form/form/form.module.mjs +1 -1
  82. package/esm2020/lib/form/form-field/form-field-select.component.mjs +2 -2
  83. package/esm2020/lib/form/form-field/form-field-text.component.mjs +2 -2
  84. package/esm2020/lib/form/form-field/form-field-textarea.component.mjs +2 -2
  85. package/esm2020/lib/form/form-field/form-field.component.mjs +2 -2
  86. package/esm2020/lib/form/form-field/form-field.module.mjs +1 -1
  87. package/esm2020/lib/form/form-field/index.mjs +1 -1
  88. package/esm2020/lib/form/form-group/form-group.component.mjs +2 -2
  89. package/esm2020/lib/form/form-group/form-group.module.mjs +1 -1
  90. package/esm2020/lib/form/form.module.mjs +1 -1
  91. package/esm2020/lib/form/index.mjs +1 -1
  92. package/esm2020/lib/form/shared/form-field-component.mjs +1 -1
  93. package/esm2020/lib/form/shared/form-field.service.mjs +1 -1
  94. package/esm2020/lib/form/shared/form.interfaces.mjs +1 -1
  95. package/esm2020/lib/form/shared/form.service.mjs +1 -1
  96. package/esm2020/lib/form/shared/form.utils.mjs +1 -1
  97. package/esm2020/lib/form/shared/index.mjs +1 -1
  98. package/esm2020/lib/home-button/home-button.component.mjs +2 -2
  99. package/esm2020/lib/home-button/home-button.module.mjs +1 -1
  100. package/esm2020/lib/home-button/index.mjs +1 -1
  101. package/esm2020/lib/image/image-error.directive.mjs +35 -0
  102. package/esm2020/lib/image/image.module.mjs +5 -4
  103. package/esm2020/lib/image/index.mjs +2 -1
  104. package/esm2020/lib/image/secure-image.pipe.mjs +9 -4
  105. package/esm2020/lib/interactive-tour/index.mjs +1 -1
  106. package/esm2020/lib/interactive-tour/interactive-tour.component.mjs +2 -2
  107. package/esm2020/lib/interactive-tour/interactive-tour.interface.mjs +1 -1
  108. package/esm2020/lib/interactive-tour/interactive-tour.loader.mjs +1 -1
  109. package/esm2020/lib/interactive-tour/interactive-tour.module.mjs +1 -1
  110. package/esm2020/lib/interactive-tour/interactive-tour.service.mjs +1 -1
  111. package/esm2020/lib/json-dialog/index.mjs +1 -1
  112. package/esm2020/lib/json-dialog/json-dialog.component.mjs +2 -2
  113. package/esm2020/lib/json-dialog/json-dialog.module.mjs +1 -1
  114. package/esm2020/lib/json-dialog/json-dialog.service.mjs +1 -1
  115. package/esm2020/lib/keyvalue/index.mjs +1 -1
  116. package/esm2020/lib/keyvalue/keyvalue.module.mjs +1 -1
  117. package/esm2020/lib/keyvalue/keyvalue.pipe.mjs +1 -1
  118. package/esm2020/lib/list/index.mjs +1 -1
  119. package/esm2020/lib/list/list-item.directive.mjs +1 -1
  120. package/esm2020/lib/list/list.component.mjs +2 -2
  121. package/esm2020/lib/list/list.module.mjs +1 -1
  122. package/esm2020/lib/panel/index.mjs +1 -1
  123. package/esm2020/lib/panel/panel.component.mjs +2 -2
  124. package/esm2020/lib/panel/panel.module.mjs +1 -1
  125. package/esm2020/lib/sidenav/index.mjs +1 -1
  126. package/esm2020/lib/sidenav/sidenav-shim.directive.mjs +1 -1
  127. package/esm2020/lib/sidenav/sidenav.module.mjs +1 -1
  128. package/esm2020/lib/spinner/index.mjs +1 -1
  129. package/esm2020/lib/spinner/spinner-activity.directive.mjs +1 -1
  130. package/esm2020/lib/spinner/spinner.component.mjs +2 -2
  131. package/esm2020/lib/spinner/spinner.module.mjs +1 -1
  132. package/esm2020/lib/stop-propagation/index.mjs +1 -1
  133. package/esm2020/lib/stop-propagation/stop-drop-propagation.directive.mjs +1 -1
  134. package/esm2020/lib/stop-propagation/stop-propagation.directive.mjs +1 -1
  135. package/esm2020/lib/stop-propagation/stop-propagation.module.mjs +1 -1
  136. package/esm2020/lib/table/index.mjs +1 -1
  137. package/esm2020/lib/table/table-action-color.enum.mjs +1 -1
  138. package/esm2020/lib/table/table-database.mjs +1 -1
  139. package/esm2020/lib/table/table-datasource.mjs +1 -1
  140. package/esm2020/lib/table/table-model.interface.mjs +1 -1
  141. package/esm2020/lib/table/table.component.mjs +2 -2
  142. package/esm2020/lib/table/table.module.mjs +1 -1
  143. package/esm2020/lib/tool/index.mjs +1 -1
  144. package/esm2020/lib/tool/shared/index.mjs +1 -1
  145. package/esm2020/lib/tool/shared/tool-component.mjs +1 -1
  146. package/esm2020/lib/tool/shared/tool.interface.mjs +1 -1
  147. package/esm2020/lib/tool/shared/tool.service.mjs +1 -1
  148. package/esm2020/lib/tool/shared/toolbox.enums.mjs +1 -1
  149. package/esm2020/lib/tool/shared/toolbox.mjs +1 -1
  150. package/esm2020/lib/tool/tool.module.mjs +1 -1
  151. package/esm2020/lib/tool/toolbox/toolbox.animation.mjs +1 -1
  152. package/esm2020/lib/tool/toolbox/toolbox.component.mjs +2 -2
  153. package/esm2020/lib/tool/toolbox/toolbox.module.mjs +1 -1
  154. package/esm2020/lib/widget/index.mjs +1 -1
  155. package/esm2020/lib/widget/shared/index.mjs +1 -1
  156. package/esm2020/lib/widget/shared/widget.interfaces.mjs +1 -1
  157. package/esm2020/lib/widget/shared/widget.mjs +1 -1
  158. package/esm2020/lib/widget/shared/widget.service.mjs +1 -1
  159. package/esm2020/lib/widget/widget-outlet/widget-outlet.component.mjs +2 -2
  160. package/esm2020/lib/widget/widget-outlet/widget-outlet.module.mjs +1 -1
  161. package/esm2020/lib/widget/widget.module.mjs +1 -1
  162. package/esm2020/lib/workspace/index.mjs +1 -1
  163. package/esm2020/lib/workspace/shared/index.mjs +1 -1
  164. package/esm2020/lib/workspace/shared/store.mjs +1 -1
  165. package/esm2020/lib/workspace/shared/workspace.interfaces.mjs +1 -1
  166. package/esm2020/lib/workspace/shared/workspace.mjs +1 -1
  167. package/esm2020/lib/workspace/workspace-selector/workspace-selector.component.mjs +2 -2
  168. package/esm2020/lib/workspace/workspace-selector/workspace-selector.module.mjs +1 -1
  169. package/esm2020/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.mjs +2 -2
  170. package/esm2020/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.mjs +1 -1
  171. package/esm2020/lib/workspace/workspace.module.mjs +1 -1
  172. package/esm2020/public_api.mjs +1 -1
  173. package/fesm2015/igo2-common.mjs +147 -42
  174. package/fesm2015/igo2-common.mjs.map +1 -1
  175. package/fesm2020/igo2-common.mjs +139 -42
  176. package/fesm2020/igo2-common.mjs.map +1 -1
  177. package/lib/context-menu/context-menu.directive.d.ts +1 -1
  178. package/lib/context-menu/context-menu.module.d.ts +2 -1
  179. package/lib/context-menu/index.d.ts +1 -0
  180. package/lib/context-menu/long-press.directive.d.ts +12 -0
  181. package/lib/entity/entity-table/entity-table.component.d.ts +1 -0
  182. package/lib/entity/shared/entity.interfaces.d.ts +2 -0
  183. package/lib/image/image-error.directive.d.ts +11 -0
  184. package/lib/image/image.module.d.ts +2 -1
  185. package/lib/image/index.d.ts +1 -0
  186. package/package.json +4 -4
  187. package/style/common.theming.scss +12 -12
  188. package/style/partial/action.scss +18 -18
  189. package/style/partial/common.variables.scss +8 -8
@@ -14,7 +14,7 @@ export declare class ContextMenuDirective {
14
14
  y: number;
15
15
  }>;
16
16
  constructor(overlay: Overlay, viewContainerRef: ViewContainerRef, elementRef: ElementRef);
17
- onContextMenu(e: MouseEvent): void;
17
+ onContextMenu(e: MouseEvent | TouchEvent): void;
18
18
  close(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuDirective, never>;
20
20
  static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuDirective, "[igoContextMenu]", never, { "menuContext": "igoContextMenu"; }, { "menuPosition": "menuPosition"; }, never, never, false>;
@@ -1,9 +1,10 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./context-menu.directive";
4
+ import * as i2 from "./long-press.directive";
4
5
  export declare class IgoContextMenuModule {
5
6
  static forRoot(): ModuleWithProviders<IgoContextMenuModule>;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextMenuModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMenuModule, [typeof i1.ContextMenuDirective], never, [typeof i1.ContextMenuDirective]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMenuModule, [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective], never, [typeof i1.ContextMenuDirective, typeof i2.LongPressDirective]>;
8
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextMenuModule>;
9
10
  }
@@ -1 +1,2 @@
1
1
  export * from './context-menu.directive';
2
+ export * from './long-press.directive';
@@ -0,0 +1,12 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class LongPressDirective {
4
+ private touchTimeout;
5
+ longpress: EventEmitter<any>;
6
+ constructor();
7
+ touchstart(e: TouchEvent): void;
8
+ touchend(): void;
9
+ private touchEnd;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<LongPressDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LongPressDirective, "[igoLongPress]", never, {}, { "longpress": "longpress"; }, never, never, false>;
12
+ }
@@ -127,6 +127,7 @@ export declare class EntityTableComponent implements OnInit, OnChanges, OnDestro
127
127
  * @internal
128
128
  */
129
129
  get fixedHeader(): boolean;
130
+ get tableHeight(): string;
130
131
  constructor(cdRef: ChangeDetectorRef, formBuilder: UntypedFormBuilder, _focusMonitor: FocusMonitor, _elementRef: ElementRef<HTMLElement>, ngControl: NgControl, _parentForm: NgForm, _controlName: FormControlName, _defaultErrorStateMatcher: ErrorStateMatcher, dateAdapter: DateAdapter<Date>);
131
132
  /**
132
133
  * Track the selection state to properly display the selection checkboxes
@@ -59,6 +59,7 @@ export interface EntityTableTemplate {
59
59
  selectMany?: boolean;
60
60
  sort?: boolean;
61
61
  fixedHeader?: boolean;
62
+ tableHeight?: string;
62
63
  valueAccessor?: (entity: object, property: string, record: EntityRecord<object>) => any;
63
64
  headerClassFunc?: () => {
64
65
  [key: string]: boolean;
@@ -94,6 +95,7 @@ export interface EntityTableColumn {
94
95
  multiple?: boolean;
95
96
  domainValues?: Array<SelectOption>;
96
97
  relation?: TableRelation;
98
+ tooltip?: string;
97
99
  cellClassFunc?: (entity: object, record: EntityRecord<object>) => {
98
100
  [key: string]: boolean;
99
101
  };
@@ -0,0 +1,11 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ImageErrorDirective {
4
+ private el;
5
+ errorImageUrl: string;
6
+ hideError: boolean;
7
+ constructor(el: ElementRef);
8
+ onError(event: any): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImageErrorDirective, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ImageErrorDirective, "[igoImageError]", never, { "errorImageUrl": "errorImageUrl"; "hideError": "hideError"; }, {}, never, never, false>;
11
+ }
@@ -1,9 +1,10 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./secure-image.pipe";
4
+ import * as i2 from "./image-error.directive";
4
5
  export declare class IgoImageModule {
5
6
  static forRoot(): ModuleWithProviders<IgoImageModule>;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoImageModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoImageModule, [typeof i1.SecureImagePipe], never, [typeof i1.SecureImagePipe]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoImageModule, [typeof i1.SecureImagePipe, typeof i2.ImageErrorDirective], never, [typeof i1.SecureImagePipe, typeof i2.ImageErrorDirective]>;
8
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoImageModule>;
9
10
  }
@@ -1 +1,2 @@
1
+ export * from './image-error.directive';
1
2
  export * from './secure-image.pipe';
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@igo2/common",
3
- "version": "1.13.0",
3
+ "version": "1.13.2",
4
4
  "description": "IGO Library",
5
- "author": "MSP",
5
+ "author": "IGO Community",
6
6
  "keywords": [
7
7
  "igo"
8
8
  ],
@@ -19,8 +19,8 @@
19
19
  "@angular/common": "^14.1.2",
20
20
  "@angular/core": "^14.1.2",
21
21
  "@angular/material": "^14.1.2",
22
- "@igo2/core": "^1.13.0",
23
- "@igo2/utils": "^1.13.0",
22
+ "@igo2/core": "^1.13.2",
23
+ "@igo2/utils": "^1.13.2",
24
24
  "scroll-into-view-if-needed": "^2.2.20",
25
25
  "typy": "^3.3.0"
26
26
  },
@@ -1,12 +1,12 @@
1
- @import '~shepherd.js/dist/css/shepherd.css';
2
-
3
- @mixin igo-common-theming($theme, $typography) {
4
- @include igo-action-theming($theme);
5
- @include igo-collapsible-theming($theme);
6
- @include igo-entity-theming($theme);
7
- @include igo-list-theming($theme);
8
- @include igo-panel-theming($theme);
9
- @include igo-tool-theming($theme);
10
- @include igo-tour-theming($theme);
11
- @include igo-home-button-theming($theme);
12
- }
1
+ @import '~shepherd.js/dist/css/shepherd.css';
2
+
3
+ @mixin igo-common-theming($theme, $typography) {
4
+ @include igo-action-theming($theme);
5
+ @include igo-collapsible-theming($theme);
6
+ @include igo-entity-theming($theme);
7
+ @include igo-list-theming($theme);
8
+ @include igo-panel-theming($theme);
9
+ @include igo-tool-theming($theme);
10
+ @include igo-tour-theming($theme);
11
+ @include igo-home-button-theming($theme);
12
+ }
@@ -1,18 +1,18 @@
1
- .igo-actionbar-overlay {
2
- min-width: inherit !important;
3
- padding-top: 0;
4
- padding-bottom: 0;
5
-
6
- .mat-list {
7
- padding-top: 0
8
- }
9
-
10
- .mat-list .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text {
11
- padding-right: 16px;
12
- }
13
-
14
- .mat-menu-content:not(:empty) {
15
- padding-top: 0;
16
- padding-bottom: 0;
17
- }
18
- }
1
+ .igo-actionbar-overlay {
2
+ min-width: inherit !important;
3
+ padding-top: 0;
4
+ padding-bottom: 0;
5
+
6
+ .mat-list {
7
+ padding-top: 0
8
+ }
9
+
10
+ .mat-list .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text {
11
+ padding-right: 16px;
12
+ }
13
+
14
+ .mat-menu-content:not(:empty) {
15
+ padding-top: 0;
16
+ padding-bottom: 0;
17
+ }
18
+ }
@@ -1,8 +1,8 @@
1
- /*** List ***/
2
- $igo-list-item-height: 46px;
3
- $igo-list-item-padding: 3px;
4
- $igo-list-item-icon-padding: 8px;
5
-
6
- /*** Panel ***/
7
- $igo-panel-header-height: 46px;
8
- $igo-panel-header-padding: 3px;
1
+ /*** List ***/
2
+ $igo-list-item-height: 46px;
3
+ $igo-list-item-padding: 3px;
4
+ $igo-list-item-icon-padding: 8px;
5
+
6
+ /*** Panel ***/
7
+ $igo-panel-header-height: 46px;
8
+ $igo-panel-header-padding: 3px;