@ecodev/natural 62.1.2 → 62.3.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.
Files changed (188) hide show
  1. package/fesm2022/ecodev-natural-vanilla.mjs +1199 -0
  2. package/fesm2022/ecodev-natural-vanilla.mjs.map +1 -0
  3. package/fesm2022/ecodev-natural.mjs +625 -644
  4. package/fesm2022/ecodev-natural.mjs.map +1 -1
  5. package/lib/classes/abstract-editable-list.d.ts +3 -2
  6. package/lib/classes/network-activity.service.d.ts +54 -0
  7. package/lib/classes/validators.d.ts +1 -1
  8. package/lib/modules/avatar/component/avatar.component.d.ts +21 -36
  9. package/lib/modules/avatar/service/avatar.service.d.ts +3 -2
  10. package/lib/modules/columns-picker/columns-picker.component.d.ts +2 -2
  11. package/lib/modules/common/services/seo.provider.d.ts +2 -2
  12. package/lib/modules/dropdown-components/type-natural-select/type-natural-select.component.d.ts +1 -0
  13. package/lib/modules/dropdown-components/type-select/type-select.component.d.ts +1 -1
  14. package/lib/modules/file/abstract-file.d.ts +8 -5
  15. package/lib/modules/file/component/file.component.d.ts +9 -4
  16. package/lib/modules/file/file-drop.directive.d.ts +2 -3
  17. package/lib/modules/fixed-button-detail/fixed-button-detail.component.d.ts +2 -3
  18. package/lib/modules/hierarchic-selector/classes/model-node.d.ts +1 -1
  19. package/lib/modules/hierarchic-selector/hierarchic-selector/hierarchic-selector.component.d.ts +3 -3
  20. package/lib/modules/icon/icon.module.d.ts +2 -2
  21. package/lib/modules/panels/panels.service.d.ts +17 -2
  22. package/lib/modules/relations/relations.component.d.ts +4 -4
  23. package/lib/modules/search/dropdown-container/dropdown-container.component.d.ts +2 -3
  24. package/lib/modules/search/group/group.component.d.ts +2 -3
  25. package/lib/modules/search/input/input.component.d.ts +5 -5
  26. package/lib/modules/search/search/search.component.d.ts +5 -4
  27. package/lib/modules/select/abstract-select.component.d.ts +3 -3
  28. package/lib/modules/select/select/select.component.d.ts +4 -4
  29. package/lib/modules/sidenav/sidenav-container/sidenav-container.component.d.ts +1 -1
  30. package/lib/modules/table-button/table-button.component.d.ts +18 -18
  31. package/package.json +16 -14
  32. package/public-api.d.ts +1 -0
  33. package/src/lib/_natural.theme.scss +1 -2
  34. package/vanilla/index.d.ts +5 -0
  35. package/vanilla/package.json +3 -0
  36. package/vanilla/public-api.d.ts +11 -0
  37. package/vanilla/src/lib/classes/crypto.d.ts +8 -0
  38. package/vanilla/src/lib/classes/data-source.d.ts +32 -0
  39. package/vanilla/src/lib/classes/query-variable-manager-utils.d.ts +2 -0
  40. package/vanilla/src/lib/classes/query-variable-manager.d.ts +91 -0
  41. package/vanilla/src/lib/classes/signing.d.ts +7 -0
  42. package/vanilla/src/lib/classes/utility.d.ts +77 -0
  43. package/vanilla/src/lib/modules/search/classes/graphql-doctrine.types.d.ts +83 -0
  44. package/vanilla/src/lib/modules/search/classes/utils.d.ts +17 -0
  45. package/vanilla/src/lib/modules/search/types/dropdown-component.d.ts +20 -0
  46. package/vanilla/src/lib/modules/search/types/facet.d.ts +75 -0
  47. package/vanilla/src/lib/modules/search/types/values.d.ts +32 -0
  48. package/vanilla/src/lib/services/abstract-model.service.d.ts +244 -0
  49. package/vanilla/src/lib/services/debounce.service.d.ts +52 -0
  50. package/vanilla/src/lib/types/types.d.ts +100 -0
  51. package/esm2022/ecodev-natural.mjs +0 -5
  52. package/esm2022/lib/classes/abstract-detail.mjs +0 -229
  53. package/esm2022/lib/classes/abstract-editable-list.mjs +0 -99
  54. package/esm2022/lib/classes/abstract-list.mjs +0 -461
  55. package/esm2022/lib/classes/abstract-navigable-list.mjs +0 -133
  56. package/esm2022/lib/classes/apollo-utils.mjs +0 -59
  57. package/esm2022/lib/classes/crypto.mjs +0 -23
  58. package/esm2022/lib/classes/cumulative-changes.mjs +0 -50
  59. package/esm2022/lib/classes/data-source.mjs +0 -71
  60. package/esm2022/lib/classes/providers.mjs +0 -13
  61. package/esm2022/lib/classes/query-variable-manager-utils.mjs +0 -14
  62. package/esm2022/lib/classes/query-variable-manager.mjs +0 -172
  63. package/esm2022/lib/classes/rxjs.mjs +0 -54
  64. package/esm2022/lib/classes/signing.mjs +0 -38
  65. package/esm2022/lib/classes/tld.mjs +0 -1476
  66. package/esm2022/lib/classes/utility.mjs +0 -234
  67. package/esm2022/lib/classes/validators.mjs +0 -179
  68. package/esm2022/lib/directives/http-prefix.directive.mjs +0 -47
  69. package/esm2022/lib/modules/alert/alert.service.mjs +0 -53
  70. package/esm2022/lib/modules/alert/confirm.component.mjs +0 -16
  71. package/esm2022/lib/modules/alert/public-api.mjs +0 -6
  72. package/esm2022/lib/modules/avatar/component/avatar.component.mjs +0 -203
  73. package/esm2022/lib/modules/avatar/public-api.mjs +0 -6
  74. package/esm2022/lib/modules/avatar/service/avatar.service.mjs +0 -63
  75. package/esm2022/lib/modules/avatar/sources/gravatar.mjs +0 -29
  76. package/esm2022/lib/modules/avatar/sources/image.mjs +0 -13
  77. package/esm2022/lib/modules/avatar/sources/initials.mjs +0 -39
  78. package/esm2022/lib/modules/avatar/sources/source.mjs +0 -16
  79. package/esm2022/lib/modules/columns-picker/columns-picker.component.mjs +0 -145
  80. package/esm2022/lib/modules/columns-picker/public-api.mjs +0 -5
  81. package/esm2022/lib/modules/columns-picker/types.mjs +0 -2
  82. package/esm2022/lib/modules/common/directives/background-density.directive.mjs +0 -63
  83. package/esm2022/lib/modules/common/directives/linkable-tab.directive.mjs +0 -93
  84. package/esm2022/lib/modules/common/directives/src-density.directive.mjs +0 -72
  85. package/esm2022/lib/modules/common/pipes/capitalize.pipe.mjs +0 -24
  86. package/esm2022/lib/modules/common/pipes/ellipsis.pipe.mjs +0 -17
  87. package/esm2022/lib/modules/common/pipes/enum.pipe.mjs +0 -24
  88. package/esm2022/lib/modules/common/pipes/time-ago.pipe.mjs +0 -140
  89. package/esm2022/lib/modules/common/public-api.mjs +0 -14
  90. package/esm2022/lib/modules/common/services/memory-storage.mjs +0 -110
  91. package/esm2022/lib/modules/common/services/seo.provider.mjs +0 -23
  92. package/esm2022/lib/modules/common/services/seo.service.mjs +0 -235
  93. package/esm2022/lib/modules/detail-header/detail-header.component.mjs +0 -84
  94. package/esm2022/lib/modules/detail-header/public-api.mjs +0 -5
  95. package/esm2022/lib/modules/dialog-trigger/dialog-trigger.component.mjs +0 -72
  96. package/esm2022/lib/modules/dialog-trigger/public-api.mjs +0 -5
  97. package/esm2022/lib/modules/dropdown-components/abstract-association-select-component.directive.mjs +0 -100
  98. package/esm2022/lib/modules/dropdown-components/public-api.mjs +0 -14
  99. package/esm2022/lib/modules/dropdown-components/type-boolean/type-boolean.component.mjs +0 -39
  100. package/esm2022/lib/modules/dropdown-components/type-date/type-date.component.mjs +0 -173
  101. package/esm2022/lib/modules/dropdown-components/type-date-range/type-date-range.component.mjs +0 -134
  102. package/esm2022/lib/modules/dropdown-components/type-hierarchic-selector/type-hierarchic-selector.component.mjs +0 -80
  103. package/esm2022/lib/modules/dropdown-components/type-natural-select/type-natural-select.component.mjs +0 -48
  104. package/esm2022/lib/modules/dropdown-components/type-number/type-number.component.mjs +0 -110
  105. package/esm2022/lib/modules/dropdown-components/type-options/type-options.component.mjs +0 -64
  106. package/esm2022/lib/modules/dropdown-components/type-select/type-select.component.mjs +0 -175
  107. package/esm2022/lib/modules/dropdown-components/type-text/type-text.component.mjs +0 -62
  108. package/esm2022/lib/modules/dropdown-components/types.mjs +0 -41
  109. package/esm2022/lib/modules/dropdown-components/utils.mjs +0 -35
  110. package/esm2022/lib/modules/file/abstract-file.mjs +0 -230
  111. package/esm2022/lib/modules/file/component/file.component.mjs +0 -172
  112. package/esm2022/lib/modules/file/file-drop.directive.mjs +0 -111
  113. package/esm2022/lib/modules/file/file-select.directive.mjs +0 -26
  114. package/esm2022/lib/modules/file/file.service.mjs +0 -43
  115. package/esm2022/lib/modules/file/public-api.mjs +0 -9
  116. package/esm2022/lib/modules/file/types.mjs +0 -2
  117. package/esm2022/lib/modules/file/utils.mjs +0 -129
  118. package/esm2022/lib/modules/fixed-button/fixed-button.component.mjs +0 -30
  119. package/esm2022/lib/modules/fixed-button/public-api.mjs +0 -5
  120. package/esm2022/lib/modules/fixed-button-detail/fixed-button-detail.component.mjs +0 -56
  121. package/esm2022/lib/modules/fixed-button-detail/public-api.mjs +0 -5
  122. package/esm2022/lib/modules/hierarchic-selector/classes/flat-node.mjs +0 -18
  123. package/esm2022/lib/modules/hierarchic-selector/classes/hierarchic-configuration.mjs +0 -2
  124. package/esm2022/lib/modules/hierarchic-selector/classes/hierarchic-filters-configuration.mjs +0 -2
  125. package/esm2022/lib/modules/hierarchic-selector/classes/model-node.mjs +0 -14
  126. package/esm2022/lib/modules/hierarchic-selector/hierarchic-selector/hierarchic-selector.component.mjs +0 -398
  127. package/esm2022/lib/modules/hierarchic-selector/hierarchic-selector/hierarchic-selector.service.mjs +0 -243
  128. package/esm2022/lib/modules/hierarchic-selector/hierarchic-selector-dialog/hierarchic-selector-dialog.component.mjs +0 -38
  129. package/esm2022/lib/modules/hierarchic-selector/hierarchic-selector-dialog/hierarchic-selector-dialog.service.mjs +0 -22
  130. package/esm2022/lib/modules/hierarchic-selector/public-api.mjs +0 -10
  131. package/esm2022/lib/modules/icon/icon.directive.mjs +0 -96
  132. package/esm2022/lib/modules/icon/icon.module.mjs +0 -33
  133. package/esm2022/lib/modules/icon/public-api.mjs +0 -6
  134. package/esm2022/lib/modules/logger/error-handler.mjs +0 -87
  135. package/esm2022/lib/modules/logger/error.module.mjs +0 -22
  136. package/esm2022/lib/modules/logger/public-api.mjs +0 -6
  137. package/esm2022/lib/modules/matomo/matomo.service.mjs +0 -96
  138. package/esm2022/lib/modules/matomo/public-api.mjs +0 -5
  139. package/esm2022/lib/modules/panels/abstract-panel.mjs +0 -76
  140. package/esm2022/lib/modules/panels/fallback-if-no-opened-panels.urlmatcher.mjs +0 -12
  141. package/esm2022/lib/modules/panels/panels.component.mjs +0 -27
  142. package/esm2022/lib/modules/panels/panels.module.mjs +0 -10
  143. package/esm2022/lib/modules/panels/panels.service.mjs +0 -329
  144. package/esm2022/lib/modules/panels/panels.urlmatcher.mjs +0 -75
  145. package/esm2022/lib/modules/panels/public-api.mjs +0 -11
  146. package/esm2022/lib/modules/panels/types.mjs +0 -3
  147. package/esm2022/lib/modules/relations/public-api.mjs +0 -5
  148. package/esm2022/lib/modules/relations/relations.component.mjs +0 -254
  149. package/esm2022/lib/modules/search/classes/graphql-doctrine.mjs +0 -111
  150. package/esm2022/lib/modules/search/classes/graphql-doctrine.types.mjs +0 -14
  151. package/esm2022/lib/modules/search/classes/transformers.mjs +0 -142
  152. package/esm2022/lib/modules/search/classes/url.mjs +0 -53
  153. package/esm2022/lib/modules/search/classes/utils.mjs +0 -25
  154. package/esm2022/lib/modules/search/dropdown-container/dropdown-container-animations.mjs +0 -44
  155. package/esm2022/lib/modules/search/dropdown-container/dropdown-container.component.mjs +0 -87
  156. package/esm2022/lib/modules/search/dropdown-container/dropdown-ref.mjs +0 -24
  157. package/esm2022/lib/modules/search/dropdown-container/dropdown.service.mjs +0 -90
  158. package/esm2022/lib/modules/search/facet-selector/facet-selector.component.mjs +0 -45
  159. package/esm2022/lib/modules/search/group/group.component.mjs +0 -53
  160. package/esm2022/lib/modules/search/input/input.component.mjs +0 -365
  161. package/esm2022/lib/modules/search/public-api.mjs +0 -7
  162. package/esm2022/lib/modules/search/search/search.component.mjs +0 -102
  163. package/esm2022/lib/modules/search/types/dropdown-component.mjs +0 -2
  164. package/esm2022/lib/modules/search/types/facet.mjs +0 -2
  165. package/esm2022/lib/modules/search/types/values.mjs +0 -2
  166. package/esm2022/lib/modules/select/abstract-select.component.mjs +0 -232
  167. package/esm2022/lib/modules/select/public-api.mjs +0 -7
  168. package/esm2022/lib/modules/select/select/select.component.mjs +0 -310
  169. package/esm2022/lib/modules/select/select-enum/select-enum.component.mjs +0 -57
  170. package/esm2022/lib/modules/select/select-hierarchic/select-hierarchic.component.mjs +0 -155
  171. package/esm2022/lib/modules/sidenav/public-api.mjs +0 -9
  172. package/esm2022/lib/modules/sidenav/sidenav/sidenav.component.mjs +0 -15
  173. package/esm2022/lib/modules/sidenav/sidenav-container/sidenav-container.component.mjs +0 -90
  174. package/esm2022/lib/modules/sidenav/sidenav-content/sidenav-content.component.mjs +0 -11
  175. package/esm2022/lib/modules/sidenav/sidenav-stack.service.mjs +0 -50
  176. package/esm2022/lib/modules/sidenav/sidenav.service.mjs +0 -196
  177. package/esm2022/lib/modules/stamp/public-api.mjs +0 -5
  178. package/esm2022/lib/modules/stamp/stamp.component.mjs +0 -23
  179. package/esm2022/lib/modules/table-button/public-api.mjs +0 -5
  180. package/esm2022/lib/modules/table-button/table-button.component.mjs +0 -78
  181. package/esm2022/lib/services/abstract-model.service.mjs +0 -526
  182. package/esm2022/lib/services/debounce.service.mjs +0 -149
  183. package/esm2022/lib/services/enum.service.mjs +0 -64
  184. package/esm2022/lib/services/link-mutation.service.mjs +0 -154
  185. package/esm2022/lib/services/persistence.service.mjs +0 -115
  186. package/esm2022/lib/services/swiss-parsing-date-adapter.service.mjs +0 -63
  187. package/esm2022/lib/types/types.mjs +0 -2
  188. package/esm2022/public-api.mjs +0 -46
@@ -12,8 +12,9 @@ import * as i0 from "@angular/core";
12
12
  *
13
13
  * To access data of this component from a parent component, use:
14
14
  *
15
- * ```
16
- * @ViewChildren(ComponentType) cmp: ComponentType;
15
+ * ```ts
16
+ * private readonly cmp = viewChildren(ComponentType);
17
+ *
17
18
  * this.cmp.getItems();
18
19
  * ```
19
20
  *
@@ -0,0 +1,54 @@
1
+ import { GraphQLFormattedError } from 'graphql';
2
+ import { HttpInterceptorFn } from '@angular/common/http';
3
+ import * as i0 from "@angular/core";
4
+ type ProgressBar = {
5
+ start: () => void;
6
+ complete: () => void;
7
+ };
8
+ /**
9
+ * Intercept HTTP request from Angular to show them as activity
10
+ */
11
+ export declare const activityInterceptor: HttpInterceptorFn;
12
+ /**
13
+ * Singleton to track pending XHR and XHR errors in the whole application.
14
+ *
15
+ * You must:
16
+ *
17
+ * - start the tracking by calling `setProgressRef()`
18
+ * - provide the HTTP interceptor `activityInterceptor`
19
+ *
20
+ * The tracking will be entirely disabled for SSR.
21
+ */
22
+ export declare class NetworkActivityService {
23
+ private progress;
24
+ private readonly isBrowser;
25
+ /**
26
+ * Count pending requests
27
+ */
28
+ private pending;
29
+ private readonly writableErrors;
30
+ /**
31
+ * GraphQL errors that happened recently
32
+ */
33
+ readonly errors: import("@angular/core").Signal<GraphQLFormattedError[]>;
34
+ setProgressRef(progressBar: ProgressBar): void;
35
+ /**
36
+ * Notify an XHR started
37
+ */
38
+ increase(): void;
39
+ /**
40
+ * Notify an XHR ended (even if unsuccessful)
41
+ */
42
+ decrease(): void;
43
+ /**
44
+ * Add new GraphQL errors
45
+ */
46
+ addErrors(errors: readonly GraphQLFormattedError[]): void;
47
+ /**
48
+ * Clear all GraphQL errors
49
+ */
50
+ clearErrors(): void;
51
+ static ɵfac: i0.ɵɵFactoryDeclaration<NetworkActivityService, never>;
52
+ static ɵprov: i0.ɵɵInjectableDeclaration<NetworkActivityService>;
53
+ }
54
+ export {};
@@ -4,7 +4,7 @@ import { UntypedModelService } from '../types/types';
4
4
  /**
5
5
  * Returns an async validator function that checks that the form control value is unique
6
6
  */
7
- export declare function unique<TService extends UntypedModelService>(fieldName: string, excludedId: string | null | undefined, modelService: TService): AsyncValidatorFn;
7
+ export declare function unique(fieldName: string, excludedId: string | null | undefined, modelService: UntypedModelService): AsyncValidatorFn;
8
8
  /**
9
9
  * Returns an async validator function that checks that the form control value is available
10
10
  *
@@ -1,52 +1,37 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
1
+ import { Source } from '../sources/source';
2
2
  import * as i0 from "@angular/core";
3
- type Style = Partial<CSSStyleDeclaration>;
4
3
  /**
5
4
  * Show an avatar from different sources
6
5
  */
7
- export declare class NaturalAvatarComponent implements OnChanges {
6
+ export declare class NaturalAvatarComponent {
8
7
  private readonly avatarService;
9
- image?: string | null;
10
- initials?: string | null;
11
- gravatar?: string | null;
12
- size: number;
13
- decorated: boolean;
14
- textSizeRatio: number;
15
- bgColor: string | undefined;
16
- fgColor: string;
17
- borderRadius: string;
18
- textMaximumLength: number;
19
- avatarSrc: string | null;
20
- avatarText: string | null;
21
- avatarStyle: Style;
22
- hostStyle: Style;
23
- private currentIndex;
24
- private sources;
8
+ readonly image: import("@angular/core").InputSignal<string | null | undefined>;
9
+ readonly initials: import("@angular/core").InputSignal<string | null | undefined>;
10
+ readonly gravatar: import("@angular/core").InputSignal<string | null | undefined>;
11
+ readonly size: import("@angular/core").InputSignal<number>;
12
+ readonly decorated: import("@angular/core").InputSignal<boolean>;
13
+ readonly textSizeRatio: import("@angular/core").InputSignal<number>;
14
+ readonly bgColor: import("@angular/core").InputSignal<string | undefined>;
15
+ readonly fgColor: import("@angular/core").InputSignal<string>;
16
+ readonly borderRadius: import("@angular/core").InputSignal<string>;
17
+ readonly textMaximumLength: import("@angular/core").InputSignal<number>;
18
+ private readonly sources;
19
+ protected readonly currentSource: import("@angular/core").Signal<Source | undefined>;
20
+ protected readonly imageAvatar: import("@angular/core").Signal<Promise<string> | undefined>;
21
+ protected readonly textAvatar: import("@angular/core").Signal<Promise<string> | undefined>;
25
22
  /**
26
- * Detect inputs change
27
- */
28
- ngOnChanges(changes: SimpleChanges): void;
29
- /**
30
- * Fetch avatar source
23
+ * Try to use the next available avatar source that has not already failed in the past
31
24
  */
32
25
  tryNextSource(): void;
33
- private findNextSource;
34
- /**
35
- * Initialize the avatar component and its fallback system
36
- */
37
- private initializeAvatar;
38
- private clearAvatar;
39
- private buildTextAvatar;
40
- private buildImageAvatar;
26
+ private findNextNonFailingIndex;
41
27
  /**
42
28
  * Returns initials style
43
29
  */
44
- private getTextualStyle;
30
+ protected readonly textualStyle: import("@angular/core").Signal<Partial<CSSStyleDeclaration>>;
45
31
  /**
46
32
  * Returns image style
47
33
  */
48
- private getImageStyle;
34
+ protected readonly imageStyle: import("@angular/core").Signal<Partial<CSSStyleDeclaration>>;
49
35
  static ɵfac: i0.ɵɵFactoryDeclaration<NaturalAvatarComponent, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<NaturalAvatarComponent, "natural-avatar", never, { "image": { "alias": "image"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "gravatar": { "alias": "gravatar"; "required": false; }; "size": { "alias": "size"; "required": false; }; "decorated": { "alias": "decorated"; "required": false; }; "textSizeRatio": { "alias": "textSizeRatio"; "required": false; }; "bgColor": { "alias": "bgColor"; "required": false; }; "fgColor": { "alias": "fgColor"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "textMaximumLength": { "alias": "textMaximumLength"; "required": false; }; }, {}, never, never, true, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<NaturalAvatarComponent, "natural-avatar", never, { "image": { "alias": "image"; "required": false; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "gravatar": { "alias": "gravatar"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "decorated": { "alias": "decorated"; "required": false; "isSignal": true; }; "textSizeRatio": { "alias": "textSizeRatio"; "required": false; "isSignal": true; }; "bgColor": { "alias": "bgColor"; "required": false; "isSignal": true; }; "fgColor": { "alias": "fgColor"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; "textMaximumLength": { "alias": "textMaximumLength"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
51
37
  }
52
- export {};
@@ -1,6 +1,6 @@
1
1
  import { Source, SourceCreator } from '../sources/source';
2
- import { NaturalAvatarComponent } from '../component/avatar.component';
3
2
  import * as i0 from "@angular/core";
3
+ type SourceType = 'gravatar' | 'image' | 'initials';
4
4
  /**
5
5
  * Provides utilities methods related to Avatar component
6
6
  */
@@ -13,7 +13,7 @@ export declare class AvatarService {
13
13
  private readonly avatarColors;
14
14
  private readonly failedSources;
15
15
  getRandomColor(avatarText: string): string;
16
- getCreators(): IterableIterator<[keyof NaturalAvatarComponent, SourceCreator]>;
16
+ getCreators(): IterableIterator<[SourceType, SourceCreator]>;
17
17
  private getSourceKey;
18
18
  sourceHasFailedBefore(source: Source): boolean;
19
19
  markSourceAsFailed(source: Source): void;
@@ -21,3 +21,4 @@ export declare class AvatarService {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarService, never>;
22
22
  static ɵprov: i0.ɵɵInjectableDeclaration<AvatarService>;
23
23
  }
24
+ export {};
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { AvailableColumn, Button } from './types';
3
3
  import { ThemePalette } from '@angular/material/core';
4
4
  import * as i0 from "@angular/core";
@@ -24,7 +24,7 @@ export declare class NaturalColumnsPickerComponent implements OnChanges {
24
24
  /**
25
25
  * Emit a list of valid and selected column keys whenever the selection changes
26
26
  */
27
- readonly selectionChange: EventEmitter<string[]>;
27
+ readonly selectionChange: import("@angular/core").OutputEmitterRef<string[]>;
28
28
  /**
29
29
  * Displayed options in the dropdown menu
30
30
  */
@@ -1,6 +1,6 @@
1
- import { Provider } from '@angular/core';
1
+ import { EnvironmentProviders, Provider } from '@angular/core';
2
2
  import { NaturalSeoConfig } from './seo.service';
3
3
  /**
4
4
  * Configure and starts `NaturalSeoService`
5
5
  */
6
- export declare function provideSeo(config: NaturalSeoConfig): Provider[];
6
+ export declare function provideSeo(config: NaturalSeoConfig): (EnvironmentProviders | Provider)[];
@@ -7,6 +7,7 @@ export type TypeSelectNaturalConfiguration<TService extends UntypedModelService>
7
7
  service: TService;
8
8
  placeholder: string;
9
9
  filter?: ExtractVall<TService>['filter'];
10
+ pageSize?: number;
10
11
  };
11
12
  export declare class TypeNaturalSelectComponent<TService extends UntypedModelService> extends AbstractAssociationSelectComponent<TypeSelectNaturalConfiguration<TService>> {
12
13
  getCondition(): FilterGroupConditionField;
@@ -24,7 +24,7 @@ export type TypeSelectConfiguration = {
24
24
  export declare class TypeSelectComponent implements DropdownComponent, AfterViewInit {
25
25
  private readonly destroyRef;
26
26
  readonly renderedValue: BehaviorSubject<string>;
27
- list: MatSelectionList;
27
+ readonly list: import("@angular/core").Signal<MatSelectionList | undefined>;
28
28
  requireValueCtrl: boolean;
29
29
  readonly operators: readonly import("../types").PossibleDiscreteOperator[];
30
30
  readonly operatorCtrl: FormControl<PossibleDiscreteOperatorKeys>;
@@ -1,4 +1,4 @@
1
- import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
1
+ import { ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { NaturalFileService } from './file.service';
3
3
  import * as i0 from "@angular/core";
4
4
  export type InvalidFile = {
@@ -34,7 +34,7 @@ export declare abstract class NaturalAbstractFile implements OnInit, OnDestroy,
34
34
  */
35
35
  multiple: boolean;
36
36
  /**
37
- * Comma-separated list of unique file type specifiers. Like the native element
37
+ * Comma-separated list of unique file type specifiers. Like the native element,
38
38
  * it can be a mix of mime-type and file extensions.
39
39
  *
40
40
  * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#accept
@@ -58,21 +58,23 @@ export declare abstract class NaturalAbstractFile implements OnInit, OnDestroy,
58
58
  /**
59
59
  * If true, the file selection will be broadcast through `NaturalFileService.filesChanged`.
60
60
  *
61
- * It is useful to set this to false if there is two upload on a page with different purpose
61
+ * It is useful to set this to false if there are two uploads on a page with different purposes,
62
62
  * and the second upload should not be confused with the first one.
63
63
  */
64
64
  broadcast: boolean;
65
+ private readonly fileChange$;
65
66
  /**
66
67
  * The single valid file that has been selected.
67
68
  *
68
69
  * It is for convenience of use, and will only emit if there is at least one
69
70
  * valid file. See `filesChange` for a more complete output.
70
71
  */
71
- readonly fileChange: EventEmitter<File>;
72
+ readonly fileChange: import("@angular/core").OutputRef<File>;
73
+ private readonly filesChange$;
72
74
  /**
73
75
  * The list of files that have been selected.
74
76
  */
75
- readonly filesChange: EventEmitter<FileSelection>;
77
+ readonly filesChange: import("@angular/core").OutputRef<FileSelection>;
76
78
  constructor(element: ElementRef<HTMLElement>, naturalFileService: NaturalFileService, document: Document);
77
79
  ngOnDestroy(): void;
78
80
  ngOnInit(): void;
@@ -88,6 +90,7 @@ export declare abstract class NaturalAbstractFile implements OnInit, OnDestroy,
88
90
  private beforeSelect;
89
91
  onChange(event: Event): void;
90
92
  private validate;
93
+ protected hasObservers(): boolean;
91
94
  static ɵfac: i0.ɵɵFactoryDeclaration<NaturalAbstractFile, never>;
92
95
  static ɵdir: i0.ɵɵDirectiveDeclaration<NaturalAbstractFile, never, never, { "multiple": { "alias": "multiple"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; "fileSelectionDisabled": { "alias": "fileSelectionDisabled"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "broadcast": { "alias": "broadcast"; "required": false; }; }, { "fileChange": "fileChange"; "filesChange": "filesChange"; }, never, never, true, never>;
93
96
  }
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
1
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { AbstractControl } from '@angular/forms';
3
3
  import { Observable } from 'rxjs';
4
4
  import { FileModel } from '../types';
@@ -7,11 +7,16 @@ export declare class NaturalFileComponent implements OnInit, OnChanges {
7
7
  private readonly naturalFileService;
8
8
  private readonly alertService;
9
9
  private readonly document;
10
- height: import("@angular/core").InputSignal<number>;
10
+ readonly height: import("@angular/core").InputSignal<number>;
11
11
  readonly iconHeight: import("@angular/core").Signal<number>;
12
12
  readonly fontSize: import("@angular/core").Signal<number>;
13
13
  action: 'upload' | 'download' | null;
14
14
  backgroundSize: string;
15
+ /**
16
+ * Overrides the default download link by passing a function that received the
17
+ * file object and returns the download link
18
+ */
19
+ private downloadLinkFn?;
15
20
  /**
16
21
  * Comma-separated list of unique file type specifiers. Like the native element,
17
22
  * it can be a mix of mime-type and file extensions.
@@ -44,7 +49,7 @@ export declare class NaturalFileComponent implements OnInit, OnChanges {
44
49
  * This **must not** be used to mutate the server, because it is very likely it will never be called if the
45
50
  * human navigates away from the page before the upload is finished. Instead, you should use `[uploader]`.
46
51
  */
47
- readonly modelChange: EventEmitter<FileModel>;
52
+ readonly modelChange: import("@angular/core").OutputEmitterRef<FileModel>;
48
53
  imagePreview: string;
49
54
  filePreview: string | null;
50
55
  ngOnChanges(changes: SimpleChanges): void;
@@ -54,5 +59,5 @@ export declare class NaturalFileComponent implements OnInit, OnChanges {
54
59
  private updateImage;
55
60
  private getBase64;
56
61
  static ɵfac: i0.ɵɵFactoryDeclaration<NaturalFileComponent, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<NaturalFileComponent, "natural-file", never, { "height": { "alias": "height"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; }; "backgroundSize": { "alias": "backgroundSize"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "uploader": { "alias": "uploader"; "required": false; }; "model": { "alias": "model"; "required": false; }; "formCtrl": { "alias": "formCtrl"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, true, never>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<NaturalFileComponent, "natural-file", never, { "height": { "alias": "height"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; }; "backgroundSize": { "alias": "backgroundSize"; "required": false; }; "downloadLinkFn": { "alias": "downloadLinkFn"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "uploader": { "alias": "uploader"; "required": false; }; "model": { "alias": "model"; "required": false; }; "formCtrl": { "alias": "formCtrl"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, true, never>;
58
63
  }
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { OnInit } from '@angular/core';
2
2
  import { NaturalAbstractFile } from './abstract-file';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -20,14 +20,13 @@ export declare class NaturalFileDropDirective extends NaturalAbstractFile implem
20
20
  /**
21
21
  * Emits whenever files are being dragged over
22
22
  */
23
- readonly fileOver: EventEmitter<boolean>;
23
+ readonly fileOver: import("@angular/core").OutputEmitterRef<boolean>;
24
24
  private readonly rawFileOver;
25
25
  ngOnInit(): void;
26
26
  onDrop(event: DragEvent): void;
27
27
  onDragOver(event: DragEvent): void;
28
28
  private closeDrags;
29
29
  onDragLeave(event: DragEvent): void;
30
- private hasObservers;
31
30
  static ɵfac: i0.ɵɵFactoryDeclaration<NaturalFileDropDirective, never>;
32
31
  static ɵdir: i0.ɵɵDirectiveDeclaration<NaturalFileDropDirective, ":not([naturalFileSelect])[naturalFileDrop]", never, {}, { "fileOver": "fileOver"; }, never, never, true, never>;
33
32
  }
@@ -1,4 +1,3 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import { FormGroup } from '@angular/forms';
3
2
  import * as i0 from "@angular/core";
4
3
  type Model = {
@@ -14,8 +13,8 @@ export declare class NaturalFixedButtonDetailComponent {
14
13
  set model(value: Model);
15
14
  private _model;
16
15
  form: FormGroup;
17
- readonly create: EventEmitter<void>;
18
- readonly delete: EventEmitter<void>;
16
+ readonly create: import("@angular/core").OutputEmitterRef<void>;
17
+ readonly delete: import("@angular/core").OutputEmitterRef<void>;
19
18
  constructor();
20
19
  clickCreate(): void;
21
20
  clickDelete(): void;
@@ -7,7 +7,7 @@ export type HierarchicModel = {
7
7
  export declare class HierarchicModelNode {
8
8
  readonly model: HierarchicModel;
9
9
  readonly config: NaturalHierarchicConfiguration;
10
- childrenChange: BehaviorSubject<HierarchicModelNode[]>;
10
+ readonly childrenChange: BehaviorSubject<HierarchicModelNode[]>;
11
11
  constructor(model: HierarchicModel, config: NaturalHierarchicConfiguration);
12
12
  get children(): HierarchicModelNode[];
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import { SelectionModel } from '@angular/cdk/collections';
2
2
  import { FlatTreeControl } from '@angular/cdk/tree';
3
- import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
3
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
4
4
  import { MatTreeFlatDataSource, MatTreeFlattener } from '@angular/material/tree';
5
5
  import { NaturalSearchFacets } from '../../search/types/facet';
6
6
  import { NaturalSearchSelections } from '../../search/types/values';
@@ -49,7 +49,7 @@ export declare class NaturalHierarchicSelectorComponent implements OnInit, OnCha
49
49
  /**
50
50
  * Emits when natural-search selections change
51
51
  */
52
- readonly searchSelectionChange: EventEmitter<NaturalSearchSelections>;
52
+ readonly searchSelectionChange: import("@angular/core").OutputEmitterRef<NaturalSearchSelections>;
53
53
  /**
54
54
  * Inner representation of selected @Input() to allow flat listing as mat-chip.
55
55
  */
@@ -58,7 +58,7 @@ export declare class NaturalHierarchicSelectorComponent implements OnInit, OnCha
58
58
  * Emits selection change
59
59
  * Returns a Literal where selected models are organized by key
60
60
  */
61
- readonly selectionChange: EventEmitter<OrganizedModelSelection>;
61
+ readonly selectionChange: import("@angular/core").OutputEmitterRef<OrganizedModelSelection>;
62
62
  /**
63
63
  * Controller for nodes selection
64
64
  */
@@ -1,4 +1,4 @@
1
- import { Provider } from '@angular/core';
1
+ import { EnvironmentProviders, Provider } from '@angular/core';
2
2
  import { NaturalIconsConfig } from './icon.directive';
3
3
  /**
4
4
  * Configure Material Symbols, instead of Material Icons, and configure custom Natural icons.
@@ -6,4 +6,4 @@ import { NaturalIconsConfig } from './icon.directive';
6
6
  * This means that `https://fonts.googleapis.com/icon?family=Material+Icons` must be
7
7
  * replaced by `https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@1`.
8
8
  */
9
- export declare function provideIcons(config: NaturalIconsConfig): Provider[];
9
+ export declare function provideIcons(config: NaturalIconsConfig): (EnvironmentProviders | Provider)[];
@@ -59,15 +59,26 @@ export declare class NaturalPanelsService {
59
59
  */
60
60
  private isVertical;
61
61
  constructor();
62
+ /**
63
+ * Notify the service to start listening to route changes to open panels
64
+ *
65
+ * @internal
66
+ */
62
67
  start(route: ActivatedRoute): void;
63
68
  /**
64
- * Uses given configuration to add in the end of current url
65
- * Neutralizes router error handling
69
+ * Uses given configuration to add at the end of current url
66
70
  */
67
71
  private appendConfigToCurrentUrl;
72
+ /**
73
+ * Notify the service that all panels were closed
74
+ *
75
+ * @internal
76
+ */
68
77
  stop(): void;
69
78
  /**
70
79
  * Go to panel matching given component. Causes an url change.
80
+ *
81
+ * @internal
71
82
  */
72
83
  goToPanelByComponent(component: NaturalAbstractPanel): void;
73
84
  /**
@@ -97,6 +108,10 @@ export declare class NaturalPanelsService {
97
108
  * Return panel position (index) by searching matching component
98
109
  */
99
110
  private getPanelIndex;
111
+ /**
112
+ * Whether the given panel is currently the top, visible, panel. If there are no panels opened at all, then any panel given is considered top, visible, panel.
113
+ */
114
+ isTopPanel(component: NaturalAbstractPanel): boolean;
100
115
  /**
101
116
  * Repositions panels from start until given index
102
117
  */
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnChanges, OnInit, TemplateRef } from '@angular/core';
1
+ import { OnChanges, OnInit, TemplateRef } from '@angular/core';
2
2
  import { PageEvent } from '@angular/material/paginator';
3
3
  import { NaturalDataSource, PaginatedData } from '../../classes/data-source';
4
4
  import { QueryVariables } from '../../classes/query-variable-manager';
@@ -23,8 +23,8 @@ export declare class NaturalRelationsComponent<TService extends NaturalAbstractM
23
23
  private readonly destroyRef;
24
24
  private readonly linkMutationService;
25
25
  private readonly hierarchicSelectorDialog;
26
- private select?;
27
- itemTemplate?: TemplateRef<unknown>;
26
+ private readonly select;
27
+ readonly itemTemplate: import("@angular/core").Signal<TemplateRef<unknown> | undefined>;
28
28
  private _service;
29
29
  get service(): TService;
30
30
  set service(service: TService);
@@ -55,7 +55,7 @@ export declare class NaturalRelationsComponent<TService extends NaturalAbstractM
55
55
  /**
56
56
  * Emits after relations were successfully added on the server
57
57
  */
58
- readonly selectionChange: EventEmitter<void>;
58
+ readonly selectionChange: import("@angular/core").OutputEmitterRef<void>;
59
59
  /**
60
60
  * Filters for hierarchic selector
61
61
  */
@@ -1,6 +1,6 @@
1
1
  import { AnimationEvent } from '@angular/animations';
2
2
  import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal } from '@angular/cdk/portal';
3
- import { ComponentRef, EmbeddedViewRef, InjectionToken, OnDestroy, TemplateRef } from '@angular/core';
3
+ import { ComponentRef, EmbeddedViewRef, InjectionToken, OnDestroy } from '@angular/core';
4
4
  import { Subject } from 'rxjs';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare function throwMatDialogContentAlreadyAttachedError(): void;
@@ -12,8 +12,7 @@ export declare class NaturalDropdownContainerComponent extends BasePortalOutlet
12
12
  private readonly elementRef;
13
13
  private readonly focusTrapFactory;
14
14
  readonly data: NaturalDropdownContainerData;
15
- portalOutlet: CdkPortalOutlet;
16
- templateRef: TemplateRef<any>;
15
+ readonly portalOutlet: import("@angular/core").Signal<CdkPortalOutlet>;
17
16
  readonly closed: Subject<void>;
18
17
  /** Current state of the panel animation. */
19
18
  panelAnimationState: 'void' | 'enter';
@@ -1,17 +1,16 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import { NaturalInputComponent } from '../input/input.component';
3
2
  import { NaturalSearchFacets } from '../types/facet';
4
3
  import { GroupSelections, NaturalSearchSelection } from '../types/values';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class NaturalGroupComponent {
7
- newValueInput: NaturalInputComponent;
6
+ readonly newValueInput: import("@angular/core").Signal<NaturalInputComponent>;
8
7
  /**
9
8
  * Text display in the dropdown to select the facet
10
9
  */
11
10
  dropdownTitle: string;
12
11
  placeholder: string;
13
12
  facets: NaturalSearchFacets;
14
- readonly selectionChange: EventEmitter<GroupSelections>;
13
+ readonly selectionChange: import("@angular/core").OutputEmitterRef<GroupSelections>;
15
14
  innerSelections: GroupSelections;
16
15
  set selections(selection: GroupSelections);
17
16
  updateInput(selection: NaturalSearchSelection, index: number): void;
@@ -1,4 +1,4 @@
1
- import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';
1
+ import { ElementRef, OnChanges, OnDestroy, OnInit } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
3
  import { ErrorStateMatcher, MatRipple } from '@angular/material/core';
4
4
  import { Facet, NaturalSearchFacets } from '../types/facet';
@@ -14,11 +14,11 @@ export declare class NaturalInputComponent implements OnInit, OnChanges, OnDestr
14
14
  /**
15
15
  * Controls the ripple effect, used when opening a dropdown
16
16
  */
17
- ripple: MatRipple;
17
+ readonly ripple: import("@angular/core").Signal<MatRipple>;
18
18
  /**
19
19
  * Native element ref for <input> related to this <natural-input> component
20
20
  */
21
- input: ElementRef<HTMLInputElement>;
21
+ readonly input: import("@angular/core").Signal<ElementRef<HTMLInputElement>>;
22
22
  /**
23
23
  * Label for this field
24
24
  */
@@ -42,11 +42,11 @@ export declare class NaturalInputComponent implements OnInit, OnChanges, OnDestr
42
42
  /**
43
43
  * Emits when user a added/updated/deleted a search (from global context or from facet)
44
44
  */
45
- readonly selectionChange: EventEmitter<NaturalSearchSelection>;
45
+ readonly selectionChange: import("@angular/core").OutputEmitterRef<NaturalSearchSelection>;
46
46
  /**
47
47
  * Emits when user removes the search by pressing the cross icon
48
48
  */
49
- readonly cleared: EventEmitter<NaturalInputComponent>;
49
+ readonly cleared: import("@angular/core").OutputEmitterRef<NaturalInputComponent>;
50
50
  /**
51
51
  * Selected facet from the list of available facets
52
52
  */
@@ -1,8 +1,9 @@
1
- import { EventEmitter, OnChanges } from '@angular/core';
1
+ import { OnChanges } from '@angular/core';
2
2
  import { NaturalSearchFacets } from '../types/facet';
3
3
  import { GroupSelections, NaturalSearchSelections } from '../types/values';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class NaturalSearchComponent implements OnChanges {
6
+ #private;
6
7
  private readonly breakpointObserver;
7
8
  /**
8
9
  * Placeholder for last input (the free search input)
@@ -23,11 +24,11 @@ export declare class NaturalSearchComponent implements OnChanges {
23
24
  /**
24
25
  * Emits when some selection has been setted by the user
25
26
  */
26
- readonly selectionChange: EventEmitter<NaturalSearchSelections>;
27
+ readonly selectionChange: import("@angular/core").OutputEmitterRef<NaturalSearchSelections>;
27
28
  /**
28
- * Cleaned inputted selections. Allow valid selections to be manipulated inside component
29
+ * Cleaned inputted selections. This public API is useful because `selectionChange` does not emit changes made via `[selections]`
29
30
  */
30
- innerSelections: NaturalSearchSelections;
31
+ readonly innerSelections: import("@angular/core").Signal<NaturalSearchSelections>;
31
32
  /**
32
33
  * Input to display at component initialisation
33
34
  */
@@ -1,4 +1,4 @@
1
- import { DoCheck, EventEmitter, OnInit } from '@angular/core';
1
+ import { DoCheck, OnInit } from '@angular/core';
2
2
  import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';
3
3
  import { ErrorStateMatcher } from '@angular/material/core';
4
4
  import * as i0 from "@angular/core";
@@ -57,11 +57,11 @@ export declare abstract class AbstractSelect<TValue, TInput> implements OnInit,
57
57
  /**
58
58
  * Emit the selected value whenever it changes
59
59
  */
60
- readonly selectionChange: EventEmitter<TValue | null>;
60
+ readonly selectionChange: import("@angular/core").OutputEmitterRef<TValue | null>;
61
61
  /**
62
62
  * Emits when internal input is blurred
63
63
  */
64
- readonly blur: EventEmitter<void>;
64
+ readonly blur: import("@angular/core").OutputEmitterRef<void>;
65
65
  /**
66
66
  * Contains internal representation for current selection AND searched text (for autocomplete)
67
67
  *
@@ -43,8 +43,8 @@ type ValueTypeFor<TService> = string | ExtractTallOne<TService>;
43
43
  */
44
44
  export declare class NaturalSelectComponent<TService extends NaturalAbstractModelService<any, any, PaginatedData<Literal>, QueryVariables, any, any, any, any, any, any>> extends AbstractSelect<ValueTypeFor<TService>, ValueTypeFor<TService>> implements OnInit, ControlValueAccessor, AfterViewInit {
45
45
  private readonly destroyRef;
46
- autoTrigger: MatAutocompleteTrigger;
47
- itemTemplate?: TemplateRef<any>;
46
+ readonly autoTrigger: import("@angular/core").Signal<MatAutocompleteTrigger>;
47
+ readonly itemTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
48
48
  /**
49
49
  * Service with watchAll function that accepts queryVariables.
50
50
  */
@@ -87,7 +87,7 @@ export declare class NaturalSelectComponent<TService extends NaturalAbstractMode
87
87
  /**
88
88
  * Default page size
89
89
  */
90
- private pageSize;
90
+ pageSize: number;
91
91
  /**
92
92
  * Init search options
93
93
  */
@@ -130,6 +130,6 @@ export declare class NaturalSelectComponent<TService extends NaturalAbstractMode
130
130
  private getSearchFilter;
131
131
  getVariablesForDebug(): Readonly<QueryVariables> | undefined;
132
132
  static ɵfac: i0.ɵɵFactoryDeclaration<NaturalSelectComponent<any>, never>;
133
- static ɵcmp: i0.ɵɵComponentDeclaration<NaturalSelectComponent<any>, "natural-select", never, { "service": { "alias": "service"; "required": true; }; "optionRequired": { "alias": "optionRequired"; "required": false; }; "searchField": { "alias": "searchField"; "required": false; }; "searchOperator": { "alias": "searchOperator"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["itemTemplate"], never, true, never>;
133
+ static ɵcmp: i0.ɵɵComponentDeclaration<NaturalSelectComponent<any>, "natural-select", never, { "service": { "alias": "service"; "required": true; }; "optionRequired": { "alias": "optionRequired"; "required": false; }; "searchField": { "alias": "searchField"; "required": false; }; "searchOperator": { "alias": "searchOperator"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["itemTemplate"], never, true, never>;
134
134
  }
135
135
  export {};
@@ -29,7 +29,7 @@ export declare class NaturalSidenavContainerComponent implements OnInit, OnDestr
29
29
  /**
30
30
  * Inner "native" material sidenav
31
31
  */
32
- menuSidenav: MatSidenav;
32
+ readonly menuSidenav: import("@angular/core").Signal<MatSidenav>;
33
33
  get isMinimized(): boolean;
34
34
  get isMobileView(): boolean;
35
35
  ngOnInit(): void;