@igo2/common 21.0.0-next.2 → 21.0.0-next.21

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 (94) hide show
  1. package/fesm2022/igo2-common-action.mjs +46 -61
  2. package/fesm2022/igo2-common-action.mjs.map +1 -1
  3. package/fesm2022/igo2-common-backdrop.mjs +11 -19
  4. package/fesm2022/igo2-common-backdrop.mjs.map +1 -1
  5. package/fesm2022/igo2-common-badge.mjs +7 -7
  6. package/fesm2022/igo2-common-badge.mjs.map +1 -1
  7. package/fesm2022/igo2-common-clickout.mjs +7 -7
  8. package/fesm2022/igo2-common-clone.mjs +7 -7
  9. package/fesm2022/igo2-common-collapsible.mjs +15 -23
  10. package/fesm2022/igo2-common-collapsible.mjs.map +1 -1
  11. package/fesm2022/igo2-common-color.mjs +8 -8
  12. package/fesm2022/igo2-common-color.mjs.map +1 -1
  13. package/fesm2022/igo2-common-confirm-dialog.mjs +12 -11
  14. package/fesm2022/igo2-common-confirm-dialog.mjs.map +1 -1
  15. package/fesm2022/igo2-common-context-menu.mjs +15 -13
  16. package/fesm2022/igo2-common-context-menu.mjs.map +1 -1
  17. package/fesm2022/igo2-common-custom-html.mjs +10 -10
  18. package/fesm2022/igo2-common-datepicker.mjs +23 -17
  19. package/fesm2022/igo2-common-datepicker.mjs.map +1 -1
  20. package/fesm2022/igo2-common-dom.mjs +10 -8
  21. package/fesm2022/igo2-common-dom.mjs.map +1 -1
  22. package/fesm2022/igo2-common-drag-drop.mjs +69 -37
  23. package/fesm2022/igo2-common-drag-drop.mjs.map +1 -1
  24. package/fesm2022/igo2-common-dynamic-component.mjs +23 -17
  25. package/fesm2022/igo2-common-dynamic-component.mjs.map +1 -1
  26. package/fesm2022/igo2-common-entity.mjs +161 -128
  27. package/fesm2022/igo2-common-entity.mjs.map +1 -1
  28. package/fesm2022/igo2-common-flexible.mjs +25 -77
  29. package/fesm2022/igo2-common-flexible.mjs.map +1 -1
  30. package/fesm2022/igo2-common-form.mjs +417 -116
  31. package/fesm2022/igo2-common-form.mjs.map +1 -1
  32. package/fesm2022/igo2-common-home-button.mjs +7 -7
  33. package/fesm2022/igo2-common-icon.mjs +7 -7
  34. package/fesm2022/igo2-common-icon.mjs.map +1 -1
  35. package/fesm2022/igo2-common-image.mjs +10 -10
  36. package/fesm2022/igo2-common-image.mjs.map +1 -1
  37. package/fesm2022/igo2-common-interactive-tour.mjs +53 -30
  38. package/fesm2022/igo2-common-interactive-tour.mjs.map +1 -1
  39. package/fesm2022/igo2-common-json-dialog.mjs +11 -11
  40. package/fesm2022/igo2-common-json-dialog.mjs.map +1 -1
  41. package/fesm2022/igo2-common-keyvalue.mjs +10 -8
  42. package/fesm2022/igo2-common-keyvalue.mjs.map +1 -1
  43. package/fesm2022/igo2-common-list.mjs +21 -16
  44. package/fesm2022/igo2-common-list.mjs.map +1 -1
  45. package/fesm2022/igo2-common-panel.mjs +8 -8
  46. package/fesm2022/igo2-common-panel.mjs.map +1 -1
  47. package/fesm2022/igo2-common-resizable-bar.mjs +8 -10
  48. package/fesm2022/igo2-common-resizable-bar.mjs.map +1 -1
  49. package/fesm2022/igo2-common-select-value-dialog.mjs +23 -13
  50. package/fesm2022/igo2-common-select-value-dialog.mjs.map +1 -1
  51. package/fesm2022/igo2-common-sidenav.mjs +7 -7
  52. package/fesm2022/igo2-common-sidenav.mjs.map +1 -1
  53. package/fesm2022/igo2-common-spinner.mjs +11 -11
  54. package/fesm2022/igo2-common-spinner.mjs.map +1 -1
  55. package/fesm2022/igo2-common-stop-propagation.mjs +10 -10
  56. package/fesm2022/igo2-common-table.mjs +59 -66
  57. package/fesm2022/igo2-common-table.mjs.map +1 -1
  58. package/fesm2022/igo2-common-timepicker.mjs +11 -12
  59. package/fesm2022/igo2-common-timepicker.mjs.map +1 -1
  60. package/fesm2022/igo2-common-tool.mjs +32 -29
  61. package/fesm2022/igo2-common-tool.mjs.map +1 -1
  62. package/fesm2022/igo2-common-widget.mjs +17 -17
  63. package/fesm2022/igo2-common-widget.mjs.map +1 -1
  64. package/fesm2022/igo2-common-workspace.mjs +28 -32
  65. package/fesm2022/igo2-common-workspace.mjs.map +1 -1
  66. package/package.json +3 -3
  67. package/style/style.css +1 -1
  68. package/types/igo2-common-action.d.ts +2 -5
  69. package/types/igo2-common-backdrop.d.ts +2 -4
  70. package/types/igo2-common-badge.d.ts +4 -4
  71. package/types/igo2-common-collapsible.d.ts +2 -4
  72. package/types/igo2-common-confirm-dialog.d.ts +1 -1
  73. package/types/igo2-common-context-menu.d.ts +2 -2
  74. package/types/igo2-common-datepicker.d.ts +9 -9
  75. package/types/igo2-common-drag-drop.d.ts +14 -12
  76. package/types/igo2-common-dynamic-component.d.ts +3 -3
  77. package/types/igo2-common-entity.d.ts +63 -59
  78. package/types/igo2-common-flexible.d.ts +14 -28
  79. package/types/igo2-common-form.d.ts +213 -74
  80. package/types/igo2-common-icon.d.ts +1 -1
  81. package/types/igo2-common-interactive-tour.d.ts +6 -6
  82. package/types/igo2-common-json-dialog.d.ts +4 -4
  83. package/types/igo2-common-keyvalue.d.ts +4 -1
  84. package/types/igo2-common-list.d.ts +7 -7
  85. package/types/igo2-common-panel.d.ts +1 -1
  86. package/types/igo2-common-resizable-bar.d.ts +4 -5
  87. package/types/igo2-common-select-value-dialog.d.ts +2 -2
  88. package/types/igo2-common-sidenav.d.ts +2 -2
  89. package/types/igo2-common-spinner.d.ts +1 -1
  90. package/types/igo2-common-table.d.ts +16 -17
  91. package/types/igo2-common-timepicker.d.ts +3 -3
  92. package/types/igo2-common-tool.d.ts +7 -8
  93. package/types/igo2-common-widget.d.ts +7 -7
  94. package/types/igo2-common-workspace.d.ts +12 -12
@@ -1,10 +1,9 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { OnInit } from '@angular/core';
3
- import { Subscription } from 'rxjs';
4
3
 
5
4
  declare class ResizeDirective {
6
- mouseMove$$: Subscription;
7
- mouseUp$$: Subscription;
5
+ private mouseMove$$?;
6
+ private mouseUp$$?;
8
7
  readonly change: _angular_core.OutputEmitterRef<MouseEvent>;
9
8
  onMouseDown(event: MouseEvent): void;
10
9
  private _unsubscribe;
@@ -21,9 +20,9 @@ declare class ResizableBarComponent implements OnInit {
21
20
  iconRotation: string;
22
21
  readonly anchor: _angular_core.InputSignal<"top" | "left" | "bottom" | "right">;
23
22
  /** En pixel */
24
- readonly min: _angular_core.InputSignalWithTransform<number, unknown>;
23
+ readonly min: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
25
24
  /** En pixel */
26
- readonly max: _angular_core.InputSignalWithTransform<number, unknown>;
25
+ readonly max: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
27
26
  readonly change: _angular_core.OutputEmitterRef<MouseEvent>;
28
27
  get cssClass(): string;
29
28
  ngOnInit(): void;
@@ -30,12 +30,12 @@ declare class SelectValueCheckRadioDialogComponent implements OnInit {
30
30
  private formBuilder;
31
31
  languageService: LanguageService;
32
32
  dialogRef: MatDialogRef<SelectValueCheckRadioDialogComponent, any>;
33
- data: SelectValueData;
33
+ data: SelectValueData | null;
34
34
  formGroup: UntypedFormGroup;
35
35
  isDisabled$: BehaviorSubject<boolean>;
36
36
  constructor();
37
37
  ngOnInit(): void;
38
- getFg(): {};
38
+ getFg(): Record<string, boolean>;
39
39
  canProcess(): void;
40
40
  save(): void;
41
41
  cancel(): void;
@@ -9,8 +9,8 @@ import { ModuleWithProviders } from '@angular/core';
9
9
  */
10
10
  declare class SidenavShimDirective {
11
11
  private renderer;
12
- private focusedElement;
13
- private blurElement;
12
+ private focusedElement?;
13
+ private blurElement?;
14
14
  onOpen(): void;
15
15
  onCloseStart(): void;
16
16
  onClose(): void;
@@ -14,7 +14,7 @@ declare class SpinnerActivityDirective implements OnInit, OnDestroy {
14
14
  /**
15
15
  * Subscription to the activity service counter
16
16
  */
17
- private counter$$;
17
+ private counter$$?;
18
18
  /**
19
19
  * Subscribe to the activity service counter and display the spinner
20
20
  * when it's is greater than 0.
@@ -1,5 +1,5 @@
1
1
  import * as _angular_core from '@angular/core';
2
- import { OnChanges, OnInit, AfterViewInit, ElementRef, ModuleWithProviders } from '@angular/core';
2
+ import { ElementRef, ModuleWithProviders } from '@angular/core';
3
3
  import { SelectionModel } from '@angular/cdk/collections';
4
4
  import { MatSort } from '@angular/material/sort';
5
5
  import { BehaviorSubject, Observable } from 'rxjs';
@@ -9,8 +9,8 @@ declare class TableDatabase {
9
9
  /** Stream that emits whenever the data has been modified. */
10
10
  dataChange: BehaviorSubject<any[]>;
11
11
  get data(): any[];
12
- constructor(data?: any);
13
- set(data: any): void;
12
+ constructor(data?: any[]);
13
+ set(data: any[]): void;
14
14
  add(item: any): void;
15
15
  remove(item: any): void;
16
16
  }
@@ -48,43 +48,42 @@ interface TableModel {
48
48
  declare class TableDataSource extends DataSource<any> {
49
49
  private _database;
50
50
  private _model;
51
- private _sort;
52
51
  get filter(): string;
53
52
  set filter(filter: string);
54
53
  private _filterChange;
55
- constructor(_database: TableDatabase, _model: TableModel, _sort: MatSort);
54
+ private _sort$;
55
+ set sort(sort: MatSort | undefined);
56
+ constructor(_database: TableDatabase, _model: TableModel);
56
57
  connect(): Observable<any[]>;
57
58
  disconnect(): void;
58
- getFilteredData(data: any): any[];
59
+ getFilteredData(data: any[]): any[];
59
60
  getSortedData(data: any[]): any[];
60
61
  }
61
62
 
62
- declare class TableComponent implements OnChanges, OnInit, AfterViewInit {
63
+ declare class TableComponent {
63
64
  readonly database: _angular_core.InputSignal<TableDatabase>;
64
65
  readonly model: _angular_core.InputSignal<TableModel>;
65
66
  readonly hasFilterInput: _angular_core.InputSignal<boolean>;
66
- displayedColumns: any;
67
- dataSource: TableDataSource | null;
68
67
  selection: SelectionModel<any>;
69
68
  readonly select: _angular_core.OutputEmitterRef<{
70
69
  added: any[];
71
70
  removed: any[];
72
71
  source: SelectionModel<any>;
73
72
  }>;
74
- readonly filter: _angular_core.Signal<ElementRef<any>>;
75
- readonly sort: _angular_core.Signal<MatSort>;
76
- ngOnInit(): void;
77
- ngAfterViewInit(): void;
78
- ngOnChanges(change: any): void;
73
+ readonly filter: _angular_core.Signal<ElementRef<any> | undefined>;
74
+ readonly sort: _angular_core.Signal<MatSort | undefined>;
75
+ readonly displayedColumns: _angular_core.Signal<string[]>;
76
+ readonly dataSource: _angular_core.Signal<TableDataSource>;
77
+ constructor();
79
78
  getActionColor(colorId: number): string;
80
- getValue(row: any, key: any): unknown;
79
+ getValue(row: any, key: string): any;
81
80
  /** Whether the number of selected elements matches the total number of rows. */
82
81
  isAllSelected(): boolean;
83
82
  /** Selects all rows if they are not all selected; otherwise clear selection. */
84
83
  masterToggle(): void;
85
- handleClickAction(event: any, action: any, row: any): void;
84
+ handleClickAction(event: MouseEvent, action: any, row: any): void;
86
85
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableComponent, never>;
87
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableComponent, "igo-table", never, { "database": { "alias": "database"; "required": false; "isSignal": true; }; "model": { "alias": "model"; "required": false; "isSignal": true; }; "hasFilterInput": { "alias": "hasFilterInput"; "required": false; "isSignal": true; }; }, { "select": "select"; }, never, never, true, never>;
86
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableComponent, "igo-table", never, { "database": { "alias": "database"; "required": true; "isSignal": true; }; "model": { "alias": "model"; "required": true; "isSignal": true; }; "hasFilterInput": { "alias": "hasFilterInput"; "required": false; "isSignal": true; }; }, { "select": "select"; }, never, never, true, never>;
88
87
  }
89
88
 
90
89
  /**
@@ -4,11 +4,11 @@ import { FormControl } from '@angular/forms';
4
4
  import { TimeFrame } from '@igo2/utils';
5
5
 
6
6
  declare class TimepickerComponent implements OnInit {
7
- readonly value: _angular_core.InputSignal<Date | "now" | "today">;
7
+ readonly value: _angular_core.InputSignal<Date | "now" | "today" | undefined>;
8
8
  readonly hourInputLabel: _angular_core.InputSignal<string>;
9
9
  readonly minuteInputLabel: _angular_core.InputSignal<string>;
10
- readonly minHour: _angular_core.InputSignal<number>;
11
- readonly maxHour: _angular_core.InputSignal<number>;
10
+ readonly minHour: _angular_core.InputSignal<number | undefined>;
11
+ readonly maxHour: _angular_core.InputSignal<number | undefined>;
12
12
  set disabled(value: boolean);
13
13
  get disabled(): boolean;
14
14
  private _disabled;
@@ -24,11 +24,10 @@ interface ToolboxOptions {
24
24
  * Service where all available tools and their component are registered.
25
25
  */
26
26
  declare class Toolbox {
27
- private options;
28
27
  /**
29
28
  * Observable of the active tool
30
29
  */
31
- activeTool$: BehaviorSubject<Tool>;
30
+ activeTool$: BehaviorSubject<Tool | undefined>;
32
31
  /**
33
32
  * Ordered list of tool names to display in a toolbar
34
33
  */
@@ -58,7 +57,7 @@ declare class Toolbox {
58
57
  * @param name Tool name
59
58
  * @returns tool Tool
60
59
  */
61
- getTool(name: string): Tool;
60
+ getTool(name: string): Tool | undefined;
62
61
  /**
63
62
  * Return all tools
64
63
  * @returns Array of tools
@@ -149,7 +148,7 @@ declare class ToolboxComponent implements OnInit, OnDestroy {
149
148
  /**
150
149
  * Observable of the active tool
151
150
  */
152
- activeTool$: BehaviorSubject<Tool>;
151
+ activeTool$: BehaviorSubject<Tool | undefined>;
153
152
  get isActive(): boolean;
154
153
  /**
155
154
  * Store of actions that toggle tools
@@ -170,11 +169,11 @@ declare class ToolboxComponent implements OnInit, OnDestroy {
170
169
  /**
171
170
  * Subscription to the active tool
172
171
  */
173
- private activeTool$$;
172
+ private activeTool$$?;
174
173
  /**
175
174
  * Subscription to the toolbar
176
175
  */
177
- private toolbar$$;
176
+ private toolbar$$?;
178
177
  /**
179
178
  * Observable of the ongoing animation. This is useful when
180
179
  * multiple animations are triggered at once i.e. when the user clicks
@@ -184,7 +183,7 @@ declare class ToolboxComponent implements OnInit, OnDestroy {
184
183
  /**
185
184
  * Subscription to the ongoing animation
186
185
  */
187
- private animating$$;
186
+ private animating$$?;
188
187
  /**
189
188
  * Toolbox
190
189
  */
@@ -262,7 +261,7 @@ declare class ToolboxComponent implements OnInit, OnDestroy {
262
261
  */
263
262
  private unAnimate;
264
263
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxComponent, never>;
265
- static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "igo-toolbox", never, { "toolbox": { "alias": "toolbox"; "required": false; "isSignal": true; }; "animate": { "alias": "animate"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
264
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "igo-toolbox", never, { "toolbox": { "alias": "toolbox"; "required": true; "isSignal": true; }; "animate": { "alias": "animate"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
266
265
  }
267
266
 
268
267
  /**
@@ -38,23 +38,23 @@ declare class WidgetOutletComponent implements OnDestroy {
38
38
  /**
39
39
  * Widget
40
40
  */
41
- readonly widget: i0.ModelSignal<DynamicComponent<WidgetComponent>>;
41
+ readonly widget: i0.ModelSignal<DynamicComponent<WidgetComponent> | undefined>;
42
42
  /**
43
43
  * Widget inputs
44
44
  */
45
- readonly inputs: i0.InputSignal<Record<string, any>>;
45
+ readonly inputs: i0.InputSignal<Record<string, unknown> | undefined>;
46
46
  /**
47
47
  * Widget subscribers
48
48
  */
49
- readonly subscribers: i0.InputSignal<Record<string, (event: any) => void>>;
49
+ readonly subscribers: i0.InputSignal<Record<string, (event: string) => void>>;
50
50
  /**
51
51
  * Event emitted when the widget emits 'complete'
52
52
  */
53
- readonly complete: i0.OutputEmitterRef<any>;
53
+ readonly complete: i0.OutputEmitterRef<string>;
54
54
  /**
55
55
  * Event emitted when the widget emits 'cancel'
56
56
  */
57
- readonly cancel: i0.OutputEmitterRef<any>;
57
+ readonly cancel: i0.OutputEmitterRef<string>;
58
58
  /**
59
59
  * Destroy the current widget and all it's inner subscriptions
60
60
  * @internal
@@ -66,7 +66,7 @@ declare class WidgetOutletComponent implements OnDestroy {
66
66
  * @returns Combined subscribers
67
67
  * @internal
68
68
  */
69
- getEffectiveSubscribers(): Record<string, (event: any) => void>;
69
+ getEffectiveSubscribers(): Record<string, (event: string) => void>;
70
70
  /**
71
71
  * When the widget emits 'cancel', propagate that event and destroy
72
72
  * the widget
@@ -82,7 +82,7 @@ declare class WidgetOutletComponent implements OnDestroy {
82
82
  */
83
83
  private destroyWidget;
84
84
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetOutletComponent, never>;
85
- static ɵcmp: i0.ɵɵComponentDeclaration<WidgetOutletComponent, "igo-widget-outlet", never, { "widget": { "alias": "widget"; "required": false; "isSignal": true; }; "inputs": { "alias": "inputs"; "required": false; "isSignal": true; }; "subscribers": { "alias": "subscribers"; "required": false; "isSignal": true; }; }, { "widget": "widgetChange"; "complete": "complete"; "cancel": "cancel"; }, never, never, true, never>;
85
+ static ɵcmp: i0.ɵɵComponentDeclaration<WidgetOutletComponent, "igo-widget-outlet", never, { "widget": { "alias": "widget"; "required": false; "isSignal": true; }; "inputs": { "alias": "inputs"; "required": true; "isSignal": true; }; "subscribers": { "alias": "subscribers"; "required": false; "isSignal": true; }; }, { "widget": "widgetChange"; "complete": "complete"; "cancel": "cancel"; }, never, never, true, never>;
86
86
  }
87
87
 
88
88
  /**
@@ -24,7 +24,7 @@ declare class Workspace<E extends object = object> {
24
24
  /**
25
25
  * Observable of the selected widget
26
26
  */
27
- readonly widget$: BehaviorSubject<Widget>;
27
+ readonly widget$: BehaviorSubject<Widget | undefined>;
28
28
  /**
29
29
  * Observable of the selected widget's inputs
30
30
  */
@@ -36,7 +36,7 @@ declare class Workspace<E extends object = object> {
36
36
  /**
37
37
  * Subscription to the selected entity
38
38
  */
39
- private entities$$;
39
+ private entities$$?;
40
40
  /**
41
41
  * State change that trigger an update of the actions availability
42
42
  */
@@ -44,7 +44,7 @@ declare class Workspace<E extends object = object> {
44
44
  /**
45
45
  * Subscription to state changes
46
46
  */
47
- private change$;
47
+ private change$$?;
48
48
  /**
49
49
  * Workspace id
50
50
  */
@@ -60,15 +60,15 @@ declare class Workspace<E extends object = object> {
60
60
  /**
61
61
  * Entities store
62
62
  */
63
- get entityStore(): EntityStore<E>;
63
+ get entityStore(): EntityStore<E> | undefined;
64
64
  /**
65
65
  * Actions store (some actions activate a widget)
66
66
  */
67
- get actionStore(): ActionStore;
67
+ get actionStore(): ActionStore | undefined;
68
68
  /**
69
69
  * Selected widget
70
70
  */
71
- get widget(): Widget;
71
+ get widget(): Widget | undefined;
72
72
  /**
73
73
  * Whether a widget is selected
74
74
  */
@@ -113,7 +113,7 @@ declare class Workspace<E extends object = object> {
113
113
  * workspaces.
114
114
  */
115
115
  declare class WorkspaceStore extends EntityStore<Workspace> {
116
- activeWorkspace$: BehaviorSubject<Workspace<object>>;
116
+ activeWorkspace$: BehaviorSubject<Workspace<object> | undefined>;
117
117
  /**
118
118
  * Activate the an workspace workspace and deactivate the one currently active
119
119
  * @param workspace Workspace
@@ -157,7 +157,7 @@ declare class WorkspaceSelectorComponent {
157
157
  */
158
158
  onSelectedChange(event: EntitySelectorChange<Workspace>): void;
159
159
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceSelectorComponent, never>;
160
- static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceSelectorComponent, "igo-workspace-selector", never, { "store": { "alias": "store"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
160
+ static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceSelectorComponent, "igo-workspace-selector", never, { "store": { "alias": "store"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
161
161
  }
162
162
 
163
163
  /**
@@ -188,17 +188,17 @@ declare class WorkspaceWidgetOutletComponent {
188
188
  * Observable of the workspace's active widget
189
189
  * @internal
190
190
  */
191
- get widget$(): BehaviorSubject<Widget>;
191
+ get widget$(): BehaviorSubject<Widget | undefined>;
192
192
  /**
193
193
  * Observable of the workspace's widget inputs
194
194
  * @internal
195
195
  */
196
- get widgetInputs$(): BehaviorSubject<Record<string, any>>;
196
+ get widgetInputs$(): BehaviorSubject<Record<string, unknown>>;
197
197
  /**
198
198
  * Observable of the workspace's widget inputs
199
199
  * @internal
200
200
  */
201
- get widgetSubscribers$(): BehaviorSubject<Record<string, (event: any) => void>>;
201
+ get widgetSubscribers$(): BehaviorSubject<Record<string, (event: unknown) => void>> | undefined;
202
202
  /**
203
203
  * When a widget's component emit the 'cancel' event,
204
204
  * deactivate that widget and emit the 'deactivateWidget' event.
@@ -214,7 +214,7 @@ declare class WorkspaceWidgetOutletComponent {
214
214
  */
215
215
  onWidgetComplete(widget: Widget): void;
216
216
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceWidgetOutletComponent, never>;
217
- static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceWidgetOutletComponent, "igo-workspace-widget-outlet", never, { "workspace": { "alias": "workspace"; "required": false; "isSignal": true; }; }, { "deactivateWidget": "deactivateWidget"; }, never, never, true, never>;
217
+ static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceWidgetOutletComponent, "igo-workspace-widget-outlet", never, { "workspace": { "alias": "workspace"; "required": true; "isSignal": true; }; }, { "deactivateWidget": "deactivateWidget"; }, never, never, true, never>;
218
218
  }
219
219
 
220
220
  /**