@sumaris-net/ngx-components 21.0.0-rc1 → 21.0.0-rc2

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": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "21.0.0-rc1",
4
+ "version": "21.0.0-rc2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -16,10 +16,10 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@maskito/angular": "~3.2.1",
20
- "@maskito/core": "~3.2.1",
21
- "@maskito/kit": "~3.2.1",
22
- "@noble/ed25519": "^1.7.3",
19
+ "@maskito/angular": "~5.2.2",
20
+ "@maskito/core": "~5.2.2",
21
+ "@maskito/kit": "~5.2.2",
22
+ "@noble/ed25519": "^1.7.5",
23
23
  "@polkadot/util": "~12.6.2",
24
24
  "@polkadot/util-crypto": "~12.6.2",
25
25
  "@rx-angular/cdk": "~21.1.0",
@@ -32,7 +32,7 @@
32
32
  "tslib": "^2.3.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "@apollo/client": "^3.7.17",
35
+ "@apollo/client": "^4.1.6",
36
36
  "@ionic/storage": "~4.0.0",
37
37
  "d3": "~7.6.1",
38
38
  "localforage": "~1.10.0",
@@ -74,8 +74,8 @@
74
74
  "url": "https://gitlab.ifremer.fr/sih-public/sumaris/ngx-sumaris-components/-/issues"
75
75
  },
76
76
  "engines": {
77
- "node": ">= 22.0.0",
78
- "npm": ">= 11.0.0"
77
+ "node": ">= 22.22.0",
78
+ "npm": ">= 10.9.0"
79
79
  },
80
80
  "optimizeDeps": {
81
81
  "exclude": [
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "21.0.0-rc1",
5
+ "version": "21.0.0-rc2",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -223,10 +223,31 @@ mat-option:not(:last-of-type) {
223
223
  max-width: var(--max-width) !important;
224
224
 
225
225
  // FIXME : This is a workaround find at : https://github.com/angular/components/issues/26000#issuecomment-1563107933
226
+ &:has(.min-width-fit-content),
226
227
  &:has(.mat-select-panel-fit-content) {
227
228
  --min-width: fit-content !important;
228
229
  }
229
230
 
231
+ &:has(.min-width-medium),
232
+ &:has(.mat-select-panel-panel-medium-size) {
233
+ --min-width: 300px;
234
+ }
235
+
236
+ &:has(.min-width-large),
237
+ &:has(.mat-select-panel-large-size) {
238
+ --min-width: 400px;
239
+ }
240
+
241
+ &:has(.min-width-xlarge),
242
+ &:has(.mat-select-panel-xlarge-size) {
243
+ --min-width: 450px;
244
+ }
245
+
246
+ &:has(.min-width-80vw),
247
+ &:has(.mat-select-panel-80vw-size) {
248
+ --min-width: 80vw;
249
+ }
250
+
230
251
  .mat-mdc-select-panel {
231
252
  --mat-slide-toggle-visible-track-transition: transform 75ms 50ms cubic-bezier(0, 0, 0.2, 1);
232
253
  transition: --mat-slide-toggle-visible-track-transition;
@@ -247,13 +268,14 @@ mat-option:not(:last-of-type) {
247
268
  }
248
269
 
249
270
 
250
- .cdk-overlay-pane:has(.mat-mdc-autocomplete-panel) {
271
+ .cdk-overlay-pane:has(.mat-mdc-autocomplete-panel){
251
272
  --min-width: 200px;
252
273
  --max-width: calc(min(100%, 100vw - 64px));
253
274
  min-width: var(--min-width) !important;
254
275
  max-width: var(--max-width) !important;
255
276
 
256
277
  // FIXME : This is a workaround find at : https://github.com/angular/components/issues/26000#issuecomment-1563107933
278
+ &:has(.min-width-fit-content),
257
279
  &:has(.mat-select-panel-fit-content) {
258
280
  --min-width: fit-content !important;
259
281
  }
@@ -273,12 +295,15 @@ mat-option:not(:last-of-type) {
273
295
  --min-width: 450px;
274
296
  }
275
297
 
276
- &:has(.min-width-80vw) {
298
+ &:has(.min-width-80vw),
299
+ &:has(.mat-mdc-autocomplete-panel-80vw-size){
277
300
  --min-width: 80vw;
278
301
  }
279
302
 
280
- &:has(.mat-mdc-autocomplete-panel-full-size),
281
- &:has(.full-size) {
303
+ &:has(.full-size),
304
+ &:has(.full-width),
305
+ &:has(.mat-mdc-autocomplete-panel-full-size)
306
+ {
282
307
  --margin-left: 32px;
283
308
  --margin-right: 32px;
284
309
  --min-width: calc(100vw - var(--margin-left) - var(--margin-right));
@@ -19,7 +19,9 @@ import * as rxjs from 'rxjs';
19
19
  import { Observable, Subject, Subscription, BehaviorSubject, TeardownLogic } from 'rxjs';
20
20
  import * as i2$2 from '@angular/material/sort';
21
21
  import { SortDirection, MatSort, MatSortable } from '@angular/material/sort';
22
- import { PersistentStorage } from 'apollo3-cache-persist';
22
+ import * as _apollo_client from '@apollo/client';
23
+ import { OperationVariables as OperationVariables$1 } from '@apollo/client';
24
+ import { PersistentStorage } from 'apollo4-cache-persist';
23
25
  import { ConnectionType, ConnectionStatus } from '@capacitor/network';
24
26
  export { ConnectionType } from '@capacitor/network';
25
27
  import * as i4$1 from '@ionic/storage-angular';
@@ -88,7 +90,7 @@ import * as i30 from '@angular/material/tooltip';
88
90
  import { MatTooltip } from '@angular/material/tooltip';
89
91
  import * as i13$1 from '@angular/material-moment-adapter';
90
92
  import { MomentDateAdapter } from '@angular/material-moment-adapter';
91
- import { unitOfTime, Moment as Moment$1, MomentInput, MomentFormatSpecification, DurationInputArg1, DurationInputArg2, Duration } from 'moment/moment';
93
+ import moment$1, { unitOfTime, Moment as Moment$1, MomentInput, MomentFormatSpecification, DurationInputArg1, DurationInputArg2, Duration } from 'moment/moment';
92
94
  import { MaskitoMask, MaskitoOptions, MaskitoPlugin } from '@maskito/core';
93
95
  import { SelectionModel, SelectionChange, CollectionViewer, ListRange } from '@angular/cdk/collections';
94
96
  import * as i6$1 from '@angular/platform-browser';
@@ -111,7 +113,6 @@ import { HttpLink } from 'apollo-angular/http';
111
113
  import { ClientOptions } from 'graphql-ws';
112
114
  import { DocumentNode } from 'graphql';
113
115
  import { TypedDocumentNode } from '@graphql-typed-document-node/core';
114
- import { OperationVariables as OperationVariables$1 } from '@apollo/client';
115
116
  import { AudioManagement, AudioMode } from '@awesome-cordova-plugins/audio-management/ngx';
116
117
  import { Platform as Platform$1 } from '@angular/cdk/platform';
117
118
  import { Keypair } from '@polkadot/util-crypto/types';
@@ -455,7 +456,12 @@ declare function restoreTrackedQueries(opts: {
455
456
  apolloClient: ApolloClient;
456
457
  storage: PersistentStorage<any>;
457
458
  debug?: boolean;
458
- }): Promise<ApolloClient.MutateResult<unknown>[]>;
459
+ }): Promise<({
460
+ data: unknown;
461
+ error?: _apollo_client.ErrorLike;
462
+ } & {
463
+ extensions?: Record<string, unknown>;
464
+ })[]>;
459
465
  declare class StorageServiceWrapper implements PersistentStorage<string> {
460
466
  private storage;
461
467
  constructor(storage: StorageService);
@@ -744,8 +750,13 @@ declare function removeDiacritics(text: string): string;
744
750
  declare function suggestFromStringArray(values: string[], searchText: any, opts?: {
745
751
  anySearch?: boolean;
746
752
  }): string[];
747
- declare function joinPropertiesPath<T = any>(obj: T, properties: string[], separator?: string): string | undefined;
748
- declare function joinProperties<T = any, K extends keyof T = any>(obj: T, keys: K[], separator?: string): string | undefined;
753
+ interface JoinOptions {
754
+ separator?: string;
755
+ omitEmptyStrings?: boolean;
756
+ trimResults?: boolean;
757
+ }
758
+ declare function joinPropertiesPath<T = any>(obj: T, properties: string[], separatorOrOpts?: string | JoinOptions): string | undefined;
759
+ declare function joinProperties<T = any, K extends keyof T = any>(obj: T, keys: K[], separatorOrOpts?: string | JoinOptions): string | undefined;
749
760
  /**
750
761
  * Generic comparison between two values.
751
762
  *
@@ -961,17 +972,22 @@ declare function numberToString(val: number, opts?: Intl.NumberFormatOptions & {
961
972
  fixedDecimals?: number;
962
973
  }): string;
963
974
  /**
964
- * @deprecated USe assignSkipUndefined instead
975
+ * @deprecated Use deepMergeSkipUndefined instead
965
976
  */
966
977
  declare function mergeObjectsWithoutUndefined(...objects: unknown[]): unknown;
967
978
  /**
968
- * Merges multiple objects into one, skipping properties with `undefined` values.
969
- *
970
- * @param target
971
- * @param {...unknown[]} sources - The objects to be merged.
972
- * @return {unknown} A new object that combines the properties of the provided objects, excluding `undefined` values.
979
+ * @deprecated Use deepMergeSkipUndefined instead
973
980
  */
974
981
  declare function assignSkipUndefined(target: unknown, ...sources: unknown[]): unknown;
982
+ /**
983
+ * Merge many objects into one new object, skipping undefined objects or properties with `undefined` values.
984
+ * This function is recursive, but prevents circular references - fix issue sumaris-app#1929.
985
+ *
986
+ * @param {Partial<T>} target - The target object to merge properties into. Defaults to an empty object if not provided.
987
+ * @param {...unknown[]} sources - One or more source objects to merge into the target object.
988
+ * @return {T} The resulting object after merging the target and source objects.
989
+ */
990
+ declare function deepMergeSkipUndefined<T = Record<string, unknown>>(target?: Partial<T>, ...sources: unknown[]): T;
975
991
 
976
992
  interface IEntityFilter<F extends IEntityFilter<F, T, ID, AO, FO>, T extends IEntity<T, any>, ID = number, AO extends EntityAsObjectOptions = EntityAsObjectOptions, FO = any> extends IEntity<F, ID, AO, FO> {
977
993
  asPodObject(): any;
@@ -1547,6 +1563,7 @@ declare class MatAutocompleteField implements OnInit, AfterViewInit, OnDestroy,
1547
1563
  protected _defaultPanelWidth: string;
1548
1564
  protected _focused: boolean;
1549
1565
  protected _panelClosedAtTime: number;
1566
+ protected _classList: string;
1550
1567
  protected get searchText(): string | undefined;
1551
1568
  equals: EqualsFn;
1552
1569
  logPrefix: string;
@@ -2398,6 +2415,11 @@ declare class TruncTextPipe implements PipeTransform {
2398
2415
  static ɵfac: i0.ɵɵFactoryDeclaration<TruncTextPipe, never>;
2399
2416
  static ɵpipe: i0.ɵɵPipeDeclaration<TruncTextPipe, "truncText", false>;
2400
2417
  }
2418
+ declare class ChangeCaseToUnderscorePipe implements PipeTransform {
2419
+ transform(value: string): string;
2420
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChangeCaseToUnderscorePipe, never>;
2421
+ static ɵpipe: i0.ɵɵPipeDeclaration<ChangeCaseToUnderscorePipe, "changeCaseToUnderscore", false>;
2422
+ }
2401
2423
  declare class TruncHtmlPipe implements PipeTransform {
2402
2424
  transform(input: string, size?: number, ellipsis?: boolean, ellipsisText?: string): any;
2403
2425
  static ɵfac: i0.ɵɵFactoryDeclaration<TruncHtmlPipe, never>;
@@ -2747,6 +2769,11 @@ declare class FormGetValuePipe implements PipeTransform, OnDestroy {
2747
2769
  static ɵfac: i0.ɵɵFactoryDeclaration<FormGetValuePipe, never>;
2748
2770
  static ɵpipe: i0.ɵɵPipeDeclaration<FormGetValuePipe, "formGetValue", false>;
2749
2771
  }
2772
+ declare class FormGetNamePipe implements PipeTransform {
2773
+ transform(control: AbstractControl): string;
2774
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormGetNamePipe, never>;
2775
+ static ɵpipe: i0.ɵɵPipeDeclaration<FormGetNamePipe, "formGetName", false>;
2776
+ }
2750
2777
 
2751
2778
  declare class MatColorPipe implements PipeTransform {
2752
2779
  transform(color: AppColors): ThemePalette | undefined;
@@ -2936,7 +2963,7 @@ declare class MapPipe implements PipeTransform {
2936
2963
 
2937
2964
  declare class SharedPipesModule {
2938
2965
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedPipesModule, never>;
2939
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedPipesModule, [typeof PropertyGetPipe, typeof PropertyFormatPipe, typeof ValueFormatPipe, typeof DateFormatPipe, typeof DateDiffDurationPipe, typeof DurationPipe, typeof DateFromPipe, typeof DateFromNowPipe, typeof LatLongFormatPipe, typeof LatitudeFormatPipe, typeof LongitudeFormatPipe, typeof HighlightPipe, typeof NumberFormatPipe, typeof FileSizePipe, typeof MathAbsPipe, typeof OddPipe, typeof EvenPipe, typeof RoundPipe, typeof NotEmptyArrayPipe, typeof EmptyArrayPipe, typeof ArrayLengthPipe, typeof ArrayFirstPipe, typeof ArrayLastPipe, typeof ArrayPluckPipe, typeof ArrayIncludesPipe, typeof ArrayFilterPipe, typeof ArrayJoinPipe, typeof ArrayDistinctPipe, typeof ArraySortPipe, typeof ArrayFindByPropertyPipe, typeof SplitArrayInChunksPipe, typeof ArrayMapPipe, typeof ArraySlicePipe, typeof MapGetPipe, typeof MapKeysPipe, typeof MapValuesPipe, typeof IsNilOrBlankPipe, typeof IsNotNilOrBlankPipe, typeof IsNilOrNaNPipe, typeof IsNotNilOrNaNPipe, typeof IsNotNilPipe, typeof IsNilPipe, typeof IsValidDatePipe, typeof ToStringPipe, typeof CapitalizePipe, typeof StrLengthPipe, typeof StrIncludesPipe, typeof StrReplacePipe, typeof TruncHtmlPipe, typeof TruncTextPipe, typeof AppendQueryParamsPipePipe, typeof BooleanFormatPipe, typeof MapToPipe, typeof TranslateContextPipe, typeof TranslatablePipe, typeof NgInitDirective, typeof FormErrorPipe, typeof FormErrorTranslatePipe, typeof FormGetPipe, typeof FormGetControlPipe, typeof FormGetArrayPipe, typeof FormGetGroupPipe, typeof FormGetValuePipe, typeof MatColorPipe, typeof AsAnyPipe, typeof AsArrayPipe, typeof AsObservablePipe, typeof AsFloatLabelTypePipe, typeof MaskitoPlaceholderPipe, typeof IsSelectedPipe, typeof IsNotEmptySelectionPipe, typeof IsEmptySelectionPipe, typeof SelectionLengthPipe, typeof IsMultipleSelectionPipe, typeof IsSingleSelectionPipe, typeof BadgeNumberPipe, typeof AsBooleanPipe, typeof SafeHtmlPipe, typeof SafeStylePipe, typeof NoHtmlPipe, typeof TruncateHtmlPipe, typeof DisplayWithPipe, typeof FirstTruePipe, typeof FirstFalsePipe, typeof FirstPipe, typeof MapPipe], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i3$2.TranslateModule], [typeof PropertyGetPipe, typeof PropertyFormatPipe, typeof ValueFormatPipe, typeof DateFormatPipe, typeof DateDiffDurationPipe, typeof DurationPipe, typeof DateFromPipe, typeof DateFromNowPipe, typeof LatLongFormatPipe, typeof LatitudeFormatPipe, typeof LongitudeFormatPipe, typeof HighlightPipe, typeof NumberFormatPipe, typeof FileSizePipe, typeof MathAbsPipe, typeof OddPipe, typeof EvenPipe, typeof RoundPipe, typeof NotEmptyArrayPipe, typeof EmptyArrayPipe, typeof ArrayLengthPipe, typeof ArrayFirstPipe, typeof ArrayLastPipe, typeof ArrayPluckPipe, typeof ArrayIncludesPipe, typeof ArrayFilterPipe, typeof ArrayJoinPipe, typeof ArrayDistinctPipe, typeof ArraySortPipe, typeof ArrayFindByPropertyPipe, typeof SplitArrayInChunksPipe, typeof ArrayMapPipe, typeof ArraySlicePipe, typeof MapGetPipe, typeof MapKeysPipe, typeof MapValuesPipe, typeof IsNilOrBlankPipe, typeof IsNotNilOrBlankPipe, typeof IsNilOrNaNPipe, typeof IsNotNilOrNaNPipe, typeof IsNotNilPipe, typeof IsNilPipe, typeof IsValidDatePipe, typeof ToStringPipe, typeof CapitalizePipe, typeof StrLengthPipe, typeof StrIncludesPipe, typeof StrReplacePipe, typeof TruncHtmlPipe, typeof TruncTextPipe, typeof AppendQueryParamsPipePipe, typeof BooleanFormatPipe, typeof MapToPipe, typeof TranslateContextPipe, typeof TranslatablePipe, typeof NgInitDirective, typeof FormErrorPipe, typeof FormErrorTranslatePipe, typeof FormGetPipe, typeof FormGetControlPipe, typeof FormGetArrayPipe, typeof FormGetGroupPipe, typeof FormGetValuePipe, typeof MatColorPipe, typeof AsAnyPipe, typeof AsArrayPipe, typeof AsObservablePipe, typeof AsFloatLabelTypePipe, typeof MaskitoPlaceholderPipe, typeof IsSelectedPipe, typeof IsNotEmptySelectionPipe, typeof IsEmptySelectionPipe, typeof SelectionLengthPipe, typeof IsMultipleSelectionPipe, typeof IsSingleSelectionPipe, typeof BadgeNumberPipe, typeof AsBooleanPipe, typeof SafeHtmlPipe, typeof SafeStylePipe, typeof NoHtmlPipe, typeof TruncateHtmlPipe, typeof DisplayWithPipe, typeof FirstTruePipe, typeof FirstFalsePipe, typeof FirstPipe, typeof MapPipe]>;
2966
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedPipesModule, [typeof PropertyGetPipe, typeof PropertyFormatPipe, typeof ValueFormatPipe, typeof DateFormatPipe, typeof DateDiffDurationPipe, typeof DurationPipe, typeof DateFromPipe, typeof DateFromNowPipe, typeof LatLongFormatPipe, typeof LatitudeFormatPipe, typeof LongitudeFormatPipe, typeof HighlightPipe, typeof NumberFormatPipe, typeof FileSizePipe, typeof MathAbsPipe, typeof OddPipe, typeof EvenPipe, typeof RoundPipe, typeof NotEmptyArrayPipe, typeof EmptyArrayPipe, typeof ArrayLengthPipe, typeof ArrayFirstPipe, typeof ArrayLastPipe, typeof ArrayPluckPipe, typeof ArrayIncludesPipe, typeof ArrayFilterPipe, typeof ArrayJoinPipe, typeof ArrayDistinctPipe, typeof ArraySortPipe, typeof ArrayFindByPropertyPipe, typeof SplitArrayInChunksPipe, typeof ArrayMapPipe, typeof ArraySlicePipe, typeof MapGetPipe, typeof MapKeysPipe, typeof MapValuesPipe, typeof IsNilOrBlankPipe, typeof IsNotNilOrBlankPipe, typeof IsNilOrNaNPipe, typeof IsNotNilOrNaNPipe, typeof IsNotNilPipe, typeof IsNilPipe, typeof IsValidDatePipe, typeof ToStringPipe, typeof CapitalizePipe, typeof ChangeCaseToUnderscorePipe, typeof StrLengthPipe, typeof StrIncludesPipe, typeof StrReplacePipe, typeof TruncHtmlPipe, typeof TruncTextPipe, typeof AppendQueryParamsPipePipe, typeof BooleanFormatPipe, typeof MapToPipe, typeof TranslateContextPipe, typeof TranslatablePipe, typeof NgInitDirective, typeof FormErrorPipe, typeof FormErrorTranslatePipe, typeof FormGetPipe, typeof FormGetControlPipe, typeof FormGetArrayPipe, typeof FormGetGroupPipe, typeof FormGetValuePipe, typeof FormGetNamePipe, typeof MatColorPipe, typeof AsAnyPipe, typeof AsArrayPipe, typeof AsObservablePipe, typeof AsFloatLabelTypePipe, typeof MaskitoPlaceholderPipe, typeof IsSelectedPipe, typeof IsNotEmptySelectionPipe, typeof IsEmptySelectionPipe, typeof SelectionLengthPipe, typeof IsMultipleSelectionPipe, typeof IsSingleSelectionPipe, typeof BadgeNumberPipe, typeof AsBooleanPipe, typeof SafeHtmlPipe, typeof SafeStylePipe, typeof NoHtmlPipe, typeof TruncateHtmlPipe, typeof DisplayWithPipe, typeof FirstTruePipe, typeof FirstFalsePipe, typeof FirstPipe, typeof MapPipe], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i3$2.TranslateModule], [typeof PropertyGetPipe, typeof PropertyFormatPipe, typeof ValueFormatPipe, typeof DateFormatPipe, typeof DateDiffDurationPipe, typeof DurationPipe, typeof DateFromPipe, typeof DateFromNowPipe, typeof LatLongFormatPipe, typeof LatitudeFormatPipe, typeof LongitudeFormatPipe, typeof HighlightPipe, typeof NumberFormatPipe, typeof FileSizePipe, typeof MathAbsPipe, typeof OddPipe, typeof EvenPipe, typeof RoundPipe, typeof NotEmptyArrayPipe, typeof EmptyArrayPipe, typeof ArrayLengthPipe, typeof ArrayFirstPipe, typeof ArrayLastPipe, typeof ArrayPluckPipe, typeof ArrayIncludesPipe, typeof ArrayFilterPipe, typeof ArrayJoinPipe, typeof ArrayDistinctPipe, typeof ArraySortPipe, typeof ArrayFindByPropertyPipe, typeof SplitArrayInChunksPipe, typeof ArrayMapPipe, typeof ArraySlicePipe, typeof MapGetPipe, typeof MapKeysPipe, typeof MapValuesPipe, typeof IsNilOrBlankPipe, typeof IsNotNilOrBlankPipe, typeof IsNilOrNaNPipe, typeof IsNotNilOrNaNPipe, typeof IsNotNilPipe, typeof IsNilPipe, typeof IsValidDatePipe, typeof ToStringPipe, typeof CapitalizePipe, typeof ChangeCaseToUnderscorePipe, typeof StrLengthPipe, typeof StrIncludesPipe, typeof StrReplacePipe, typeof TruncHtmlPipe, typeof TruncTextPipe, typeof AppendQueryParamsPipePipe, typeof BooleanFormatPipe, typeof MapToPipe, typeof TranslateContextPipe, typeof TranslatablePipe, typeof NgInitDirective, typeof FormErrorPipe, typeof FormErrorTranslatePipe, typeof FormGetPipe, typeof FormGetControlPipe, typeof FormGetArrayPipe, typeof FormGetGroupPipe, typeof FormGetValuePipe, typeof FormGetNamePipe, typeof MatColorPipe, typeof AsAnyPipe, typeof AsArrayPipe, typeof AsObservablePipe, typeof AsFloatLabelTypePipe, typeof MaskitoPlaceholderPipe, typeof IsSelectedPipe, typeof IsNotEmptySelectionPipe, typeof IsEmptySelectionPipe, typeof SelectionLengthPipe, typeof IsMultipleSelectionPipe, typeof IsSingleSelectionPipe, typeof BadgeNumberPipe, typeof AsBooleanPipe, typeof SafeHtmlPipe, typeof SafeStylePipe, typeof NoHtmlPipe, typeof TruncateHtmlPipe, typeof DisplayWithPipe, typeof FirstTruePipe, typeof FirstFalsePipe, typeof FirstPipe, typeof MapPipe]>;
2940
2967
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedPipesModule>;
2941
2968
  }
2942
2969
 
@@ -4664,7 +4691,7 @@ declare class AppForm<T> implements IAppForm<T>, OnInit, OnDestroy, IFormPathTra
4664
4691
  get form(): UntypedFormGroup;
4665
4692
  onCancel: EventEmitter<any>;
4666
4693
  onSubmit: EventEmitter<any>;
4667
- constructor(injector: Injector, form?: UntypedFormGroup);
4694
+ constructor(formOrInjector?: Injector | UntypedFormGroup, form?: UntypedFormGroup);
4668
4695
  ngOnInit(): void;
4669
4696
  ngOnDestroy(): void;
4670
4697
  cancel(): Promise<void>;
@@ -5250,7 +5277,6 @@ declare class Toasts {
5250
5277
  }
5251
5278
 
5252
5279
  declare const PEER_URL_REGEXP: RegExp;
5253
-
5254
5280
  interface NodeInfo {
5255
5281
  softwareName: string;
5256
5282
  softwareVersion: string;
@@ -5508,7 +5534,7 @@ interface WatchQueryOptions<V> {
5508
5534
  error?: ServiceError;
5509
5535
  fetchPolicy?: WatchQueryFetchPolicy;
5510
5536
  }
5511
- interface MutateQueryOptions<TData = unknown, TVariables extends OperationVariables = OperationVariables, TContext = TrackableMutationContext, TCache extends ApolloCache = ApolloCache> extends ApolloClient.MutateOptions<TData, TVariables, TCache>, Apollo.MutateOptions<TData, TVariables> {
5537
+ type MutateQueryOptions<TData = unknown, TVariables extends OperationVariables = OperationVariables, TContext = TrackableMutationContext, TCache extends ApolloCache = ApolloCache> = ApolloClient.MutateOptions<TData, TVariables, TCache> & Apollo.MutateOptions<TData, TVariables> & {
5512
5538
  mutation: any;
5513
5539
  variables?: TVariables;
5514
5540
  error?: ServiceError;
@@ -5519,7 +5545,7 @@ interface MutateQueryOptions<TData = unknown, TVariables extends OperationVariab
5519
5545
  forceOffline?: boolean;
5520
5546
  refetchQueries?: ((result: NormalizedExecutionResult<Unmasked<TData>>) => InternalRefetchQueriesInclude) | InternalRefetchQueriesInclude;
5521
5547
  awaitRefetchQueries?: boolean;
5522
- }
5548
+ };
5523
5549
  declare const APP_GRAPHQL_TYPE_POLICIES: InjectionToken<TypePolicies>;
5524
5550
  declare const APP_GRAPHQL_FRAGMENTS: InjectionToken<DocumentNode[]>;
5525
5551
  declare class GraphqlService extends StartableService<ApolloClient> {
@@ -5621,7 +5647,7 @@ interface QueryVariables<F = any> extends Partial<Page> {
5621
5647
  filter?: F;
5622
5648
  [key: string]: any;
5623
5649
  }
5624
- interface MutateQueryWithCacheUpdateOptions<T = any, V = EmptyObject> extends MutateQueryOptions<T, V> {
5650
+ type MutateQueryWithCacheUpdateOptions<T = any, V = EmptyObject> = MutateQueryOptions<T, V> & {
5625
5651
  cacheInsert?: {
5626
5652
  query: any;
5627
5653
  fetchData: (variables: V, mutationResult: ApolloLink.Result<T>) => any;
@@ -5630,7 +5656,7 @@ interface MutateQueryWithCacheUpdateOptions<T = any, V = EmptyObject> extends Mu
5630
5656
  query: any;
5631
5657
  fetchIds: (variables: V) => number | number[];
5632
5658
  }[];
5633
- }
5659
+ };
5634
5660
  interface MutableWatchQueryOptions<D, T = any, V = EmptyObject> extends WatchQueryOptions<V> {
5635
5661
  queryName: string;
5636
5662
  arrayFieldName: keyof D;
@@ -5638,7 +5664,7 @@ interface MutableWatchQueryOptions<D, T = any, V = EmptyObject> extends WatchQue
5638
5664
  insertFilterFn?: (data: T) => boolean;
5639
5665
  sortFn?: (a: T, b: T) => number;
5640
5666
  }
5641
- interface MutableWatchQueryDescription<TData, TEntityClass = any, TVariables extends OperationVariables$1 = EmptyObject> extends Apollo.QueryOptions<TVariables, TData> {
5667
+ type MutableWatchQueryDescription<TData, TEntityClass = any, TVariables extends OperationVariables$1 = EmptyObject> = Apollo.QueryOptions<TVariables, TData> & {
5642
5668
  id?: string;
5643
5669
  query: DocumentNode | TypedDocumentNode<TData, TVariables>;
5644
5670
  queryRef: QueryRef<TData, TVariables>;
@@ -5648,7 +5674,7 @@ interface MutableWatchQueryDescription<TData, TEntityClass = any, TVariables ext
5648
5674
  insertFilterFn?: (data: TEntityClass) => boolean;
5649
5675
  sortFn?: (a: TEntityClass, b: TEntityClass) => number;
5650
5676
  counter: number;
5651
- }
5677
+ };
5652
5678
  interface FindMutableWatchQueriesOptions {
5653
5679
  query?: DocumentNode;
5654
5680
  queries?: DocumentNode[];
@@ -6744,24 +6770,24 @@ declare function RxStateRegister(): PropertyDecorator;
6744
6770
  /**
6745
6771
  * Decorator for RxState properties with getter/setter access
6746
6772
  */
6747
- declare function RxStateProperty<T extends Object, K extends keyof T, R extends T[K] = T[K]>(statePropertyName?: string | K, projectValueReducer?: ProjectValueReducer<T, K, R>): StatePropertyDecorator<R>;
6773
+ declare function RxStateProperty<T extends object, K extends keyof T, R extends T[K] = T[K]>(statePropertyName?: string | K, projectValueReducer?: ProjectValueReducer<T, K, R>): StatePropertyDecorator<R>;
6748
6774
  /**
6749
6775
  * Decorator for RxState observable selectors
6750
6776
  */
6751
- declare function RxStateSelect<T extends Object = any, K extends keyof T = any, R extends T[K] = T[K]>(statePropertyName?: string | K | '$', opts?: {
6777
+ declare function RxStateSelect<T extends object = any, K extends keyof T = any, R extends T[K] = T[K]>(statePropertyName?: string | K | '$', opts?: {
6752
6778
  stateName?: string;
6753
6779
  }): ObservablePropertyDecorator<Observable<R>>;
6754
6780
  /**
6755
6781
  * Utility decorator to create computed observables from state
6756
6782
  */
6757
- declare function RxStateComputed<T extends Object = any, K extends keyof T = any, R extends T[K] = T[K]>(dependencies: K[], computeFn?: (slice: Pick<T, K>) => R, opts?: {
6783
+ declare function RxStateComputed<T extends object = any, K extends keyof T = any, R extends T[K] = T[K]>(dependencies: K[], computeFn?: (slice: Pick<T, K>) => R, opts?: {
6758
6784
  stateName?: string;
6759
6785
  keyCompareMap?: any;
6760
6786
  }): ObservablePropertyDecorator<Observable<R>>;
6761
6787
  /**
6762
6788
  * Decorator for RxState observable as output
6763
6789
  */
6764
- declare function RxStateOutput<T extends Object, K extends keyof T, R extends T[K] = T[K]>(statePropertyName?: string | K | '$', opts?: {
6790
+ declare function RxStateOutput<T extends object, K extends keyof T, R extends T[K] = T[K]>(statePropertyName?: string | K | '$', opts?: {
6765
6791
  alias?: string;
6766
6792
  stateName?: string;
6767
6793
  }): ObservablePropertyDecorator<Observable<R>>;
@@ -7448,8 +7474,8 @@ declare function fromDateISOString(value: any, opts?: {
7448
7474
  strict?: boolean;
7449
7475
  requiredTime?: boolean;
7450
7476
  }): Moment$1 | undefined;
7451
- declare function fromUnixTimestamp(timeInSec: MomentInput): Moment$1;
7452
- declare function fromUnixMsTimestamp(timeInMs: MomentInput): Moment$1;
7477
+ declare function fromUnixTimestamp(timeInSec: MomentInput): moment$1.Moment;
7478
+ declare function fromUnixMsTimestamp(timeInMs: MomentInput): moment$1.Moment;
7453
7479
  declare function toDuration(value: number, unit?: unitOfTime.DurationConstructor): Duration | undefined;
7454
7480
 
7455
7481
  interface PromiseEventPayload<R = any> {
@@ -10097,6 +10123,7 @@ declare abstract class AppFormContainer<T = any> implements IAppFormContainer<T>
10097
10123
  private _children;
10098
10124
  private _childrenPath;
10099
10125
  private _subscription;
10126
+ private _environmentInjector;
10100
10127
  protected _logPrefix: string;
10101
10128
  protected _enabled: boolean;
10102
10129
  protected readonly destroySubject: Subject<void>;
@@ -10129,9 +10156,9 @@ declare abstract class AppFormContainer<T = any> implements IAppFormContainer<T>
10129
10156
  protected constructor();
10130
10157
  ngOnInit(): void;
10131
10158
  ngOnDestroy(): void;
10132
- addForm(path: string, form?: IAppForm | IAppFormGetter): void;
10133
- addForms(forms: (IAppForm | IAppFormGetter)[]): void;
10134
- removeForm(form: string | IAppForm | IAppFormGetter): IAppForm | IAppFormGetter;
10159
+ addForm(path: string, form?: FormGroup | IAppForm | IAppFormGetter): void;
10160
+ addForms(forms: (IAppForm | FormGroup | IAppFormGetter)[]): void;
10161
+ removeForm(form: string | IAppForm | FormGroup | IAppFormGetter): IAppForm | IAppFormGetter;
10135
10162
  disable(opts?: {
10136
10163
  onlySelf?: boolean;
10137
10164
  emitEvent?: boolean;
@@ -10237,17 +10264,17 @@ declare abstract class AppEditor<T = any, ID = number, O = any> extends AppFormC
10237
10264
  * @deprecated Use addForm(path, form)
10238
10265
  * @param form
10239
10266
  */
10240
- addChildForm(form: IAppForm | IAppFormGetter): void;
10267
+ addChildForm(form: IAppForm | FormGroup | IAppFormGetter): void;
10241
10268
  /**
10242
10269
  * @deprecated Use addForms()
10243
10270
  * @param forms
10244
10271
  */
10245
- addChildForms(forms: (IAppForm | IAppFormGetter)[]): void;
10272
+ addChildForms(forms: (IAppForm | FormGroup | IAppFormGetter)[]): void;
10246
10273
  /**
10247
10274
  * @deprecated Use removeForm()
10248
10275
  * @param form
10249
10276
  */
10250
- removeChildForm(form: IAppForm | IAppFormGetter): IAppForm | IAppFormGetter;
10277
+ removeChildForm(form: IAppForm | FormGroup | IAppFormGetter): IAppForm | IAppFormGetter;
10251
10278
  markAsSaving(opts?: {
10252
10279
  emitEvent?: boolean;
10253
10280
  }): void;
@@ -14128,5 +14155,5 @@ declare class TableValidatorService extends ReferentialValidatorService {
14128
14155
  static ɵprov: i0.ɵɵInjectableDeclaration<TableValidatorService>;
14129
14156
  }
14130
14157
 
14131
- export { APP_ABOUT_DEVELOPERS, APP_ABOUT_PARTNERS, APP_ACCOUNT_SERVICE, APP_ACCOUNT_SERVICE_OPTIONS, APP_CELL_SELECTION_SERVICE_CONFIG_TOKEN, APP_CELL_SELECTION_SERVICE_TOKEN, APP_CONFIG_OPTIONS, APP_DEBUG_DATA_SERVICE, APP_FEED_SERVICE, APP_FORM_ERROR_I18N_KEYS, APP_GRAPHQL_FRAGMENTS, APP_GRAPHQL_TYPE_POLICIES, APP_HOME_BUTTONS, APP_HOME_CONFIG, APP_HOME_TOOLBAR_BUTTONS, APP_HOTKEYS_CONFIG, APP_JOB_PROGRESSION_SERVICE, APP_LOCALES, APP_LOCAL_SETTINGS, APP_LOCAL_SETTINGS_OPTIONS, APP_LOCAL_STORAGE_TYPE_POLICIES, APP_LOGGING_SERVICE, APP_MENU_ITEMS, APP_MENU_OPTIONS, APP_NAMED_FILTER_SERVICE, APP_PERSON_SERVICE, APP_PERSON_SERVICE_OPTIONS, APP_PROGRESS_BAR_SERVICE, APP_SETTINGS_MENU_ITEMS, APP_SHOW_TOOLTIP, APP_STORAGE, APP_STORAGE_EXPLORER_PROTECTED_KEYS, APP_TESTING_PAGES, APP_USER_EVENT_LIST_INFINITE_SCROLL_THRESHOLD, APP_USER_EVENT_SERVICE, APP_USER_SETTINGS_OPTIONS, APP_USER_TOKEN_SCOPES, AboutModal, AbstractNamedFilterService, AbstractPersonService, AbstractSelectionModelPipe, AbstractTableSelectionPipe, AbstractUserEventService, Account, AccountPage, AccountService, AccountToStringPipe, AccountUtils, ActionsColumnComponent, AdminModule, AdminRoutingModule, AdminUsersModule, Alerts, AndroidOsEnvironment, AppAboutModalModule, AppAccountModule, AppAsyncTable, AppAuthForm, AppAuthModal, AppAuthModule, AppChangePasswordModule, AppChangePasswordPage, AppEditor, AppEditorOptions, AppEntityEditor, AppEntityEditorModal, AppEntityEditorModalOptions, AppEntityFormModule, AppForm, AppFormArray, AppFormButtonsBarModule, AppFormContainer, AppFormField, AppFormModule, AppFormProvider, AppFormUtils, AppGestureConfig, AppHomePageModule, AppIconComponent, AppIconModule, AppImageGalleryComponent, AppInMemoryTable, AppInstallUpgradeCard, AppInstallUpgradeCardModule, AppListForm, AppListFormModule, AppLoadingSpinner, AppMarkdownContent, AppMarkdownModal, AppMenuModule, AppNullForm, AppPropertiesForm, AppPropertiesFormModule, AppPropertiesTable, AppPropertiesUtils, AppPropertyUtils, AppRegisterModule, AppResetPasswordModal, AppRowField, AppSelectPeerModule, AppSelectUsersModal, AppSettingsPageModule, AppTabEditor, AppTabEditorOptions, AppTable, AppTableModule, AppTableUtils, AppTextFormModule, AppTextPopoverModule, AppUpdateOfflineModeCard, AppUpdateOfflineModeCardModule, AppValidatorService, AppWebSocket, AppendQueryParamsPipePipe, ArrayDistinctPipe, ArrayFilterPipe, ArrayFindByPropertyPipe, ArrayFirstPipe, ArrayFormTestPage, ArrayIncludesPipe, ArrayJoinPipe, ArrayLastPipe, ArrayLengthPipe, ArrayMapPipe, ArrayPluckPipe, ArraySlicePipe, ArraySortPipe, AsAnyPipe, AsArrayPipe, AsBooleanPipe, AsFloatLabelTypePipe, AsObservablePipe, AudioProvider, AudioTestingModule, AudioTestingPage, AuthGuardService, AutoResizeDirective, AutoTitleDirective, AutoTooltipDirective, AutocompleteTestPage, AutofocusDirective, BadgeDirective, BadgeNumberPipe, Base58, BaseEntityService, BaseGraphqlService, BaseGraphqlServiceOptions, BaseReferential, Beans, BooleanFormatPipe, BooleanTestPage, CORE_CONFIG_OPTIONS, CORE_TESTING_PAGES, CapitalizePipe, CellIdentifierDirective, CellSelectionDirective, CellSelectionService, CellValueChangeListener, ChangePasswordForm, ChipsTestPage, Color, ColorScale, ComponentDirtyGuard, ConfigFragments, ConfigService, Configuration, CoreModule, CorePipesModule, CoreTestingModule, CryptoService, CsvUtils, DATE_ISO_PATTERN, DATE_MATCH_REGEXP, DATE_PATTERN, DATE_UNIX_MS_TIMESTAMP, DATE_UNIX_TIMESTAMP, DEFAULT_JOIN_ARRAY_VALUES_SEPARATOR, DEFAULT_JOIN_PROPERTIES_SEPARATOR, DEFAULT_MENU_SHOW_WHEN, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZE_OPTIONS, DEFAULT_PLACEHOLDER_CHAR, DEFAULT_REQUIRED_COLUMNS, DateDiffDurationPipe, DateFormatPipe, DateFormatService, DateFromNowPipe, DateFromPipe, DateShortTestPage, DateTestPage, DateTimeTestPage, DateUtils, DebugComponent, Department, DepartmentToStringPipe, DisplayWithPipe, DragAndDropDirective, DurationPipe, DurationTestPage, ED25519_SEED_LENGTH, EMPTY_PLACEHOLDER_CHAR, EMPTY_PLACEHOLDER_CHAR_REGEXP_GLOBAL, ENTITIES_STORAGE_KEY_PREFIX, ENVIRONMENT, EmptyArrayPipe, EmptyMissingTranslationHandler, EntitiesAsyncTableDataSource, EntitiesStorage, EntitiesTableDataSource, Entity, EntityClass, EntityClasses, EntityFilter, EntityFilterUtils, EntityMetadataComponent, EntityStore, EntityUtils, Environment, EnvironmentHttpLoader, EnvironmentLoader, ErrorCodes, EvenPipe, FeedDirective, FeedModule, FeedPage, FeedService, FeedsComponent, FileResponse, FileService, FileSizePipe, FilesUtils, FirstFalsePipe, FirstPipe, FirstTruePipe, FormArrayHelper, FormArrayTestModule, FormButtonsBarComponent, FormButtonsBarToken, FormErrorPipe, FormErrorTranslatePipe, FormErrorTranslator, FormFieldDefinitionUtils, FormFieldValuesHolder, FormGetArrayPipe, FormGetControlPipe, FormGetGroupPipe, FormGetPipe, FormGetValuePipe, GalleryTestPage, GeolocationUtils, GraphqlService, HAMMER_PRESS_TIME, HAMMER_TAP_TIME, HighlightPipe, HomePage, Hotkeys, HotkeysDialogComponent, IMAGE_DEFAULTS, IPosition, ImageAttachment$1 as ImageAttachment, ImageAttachmentFilter$1 as ImageAttachmentFilter, ImageAttachmentService, ImageGalleryModule, ImageGalleryTestingModule, ImageModule, ImageService, ImagesUtils, InMemoryEntitiesService, IsAllSelectedPipe, IsEmptySelectionPipe, IsLoginAccountPipe, IsMultipleSelectionPipe, IsNilOrBlankPipe, IsNilOrNaNPipe, IsNilPipe, IsNotAllSelectedPipe, IsNotEmptySelectionPipe, IsNotNilOrBlankPipe, IsNotNilOrNaNPipe, IsNotNilPipe, IsOnDeskPipe, IsOnFieldPipe, IsSelectedPipe, IsSingleSelectionPipe, IsValidDatePipe, JobModule, JobProgression, JobProgressionComponent, JobProgressionIcon, JobProgressionList, JobProgressionService, JobProgressionTestService, JobProgressionTestingPage, JobTestingModule, JobUtils, JsonFeedUtils, JsonUtils, KEYBOARD_HIDE_DELAY_MS, LAT_LONG_PATTERNS, LAT_LONG_PATTERN_MAX_DECIMALS, LAT_LONG_VALUE_MAX_DECIMALS, LatLongFormatOptions, LatLongFormatPipe, LatLongTestPage, LatitudeFormatPipe, LocalSettingsService, LogLevel, LogUtils, Logger, LoggingService, LoggingServiceModule, LongitudeFormatPipe, MASKS, MASK_RANGES, MAT_FORM_FIELD_DEFAULT_APPEARANCE, MAT_FORM_FIELD_DEFAULT_SUBSCRIPT_SIZING, MINIFY_ENTITY_FOR_LOCAL_STORAGE, MINIFY_ENTITY_FOR_POD, MOMENT_NO_TIME_PROPERTY, MapGetPipe, MapKeysPipe, MapPipe, MapToPipe, MapValuesPipe, MarkdownDirective, MarkdownService, MarkdownTestPage, MarkdownTestingModule, MarkdownUtils, MaskitoPlaceholderPipe, MaskitoTestPage, MatAutocompleteConfigHolder, MatAutocompleteField, MatAutocompleteFieldUtils, MatBadgeTestPage, MatBooleanField, MatChipsField, MatColorPipe, MatCommonTestPage, MatDate, MatDateShort, MatDateTime, MatDuration, MatLatLongField, MatLatLongFieldInput, MatPaginatorI18n, MatStepperI18n, MatSwipeField, MaterialTestingModule, MathAbsPipe, MenuComponent, MenuItem, MenuItems, MenuOptions, MenuService, MenuTestingModule, MenuTestingPage, Message, MessageFilter, MessageForm, MessageModal, MessageModule, MessageService, MessageTypeList, MessageTypes, MimeTypes, ModalToolbarComponent, NETWORK_DEFAULT_CONNECTION_TIMEOUT, NamedFilter, NamedFilterFilter, NamedFilterSelector, NamedFilterSelectorTestingModule, NamedFilterSelectorTestingPage, NativeWebSocket, NavActionsColumnComponent, NestedTableTestPage, NetworkService, NetworkUtils, NewTokenForm, NewTokenModal, NgInitDirective, NgVarDirective, NoHtmlPipe, NotEmptyArrayPipe, NumberFormatPipe, ObservableTestPage, OddPipe, OtherMenuTestingPage, PEER_URL_REGEXP, PLUS_PLACEHOLDER_CHAR_REGEXP_GLOBAL, PRINT_ID_QUERY_PARAM, PRINT_LOADING_STORAGE_KEY_PREFIX, PRIORITIZED_AUTHORITIES, PUBKEY_REGEXP, Peer, Person, PersonFilter, PersonFilterAdditionalFields, PersonFragments, PersonService, PersonToStringPipe, PersonUtils, PersonValidatorService, PlatformService, PrintService, ProgressBarService, ProgressInterceptor, PropertiesFormTestPage, PropertiesFormTestingModule, PropertyEntity, PropertyEntityFilter, PropertyEntityValidator, PropertyFormatPipe, PropertyGetPipe, RESERVED_END_COLUMNS, RESERVED_START_COLUMNS, Referential, ReferentialFilter, ReferentialRef, ReferentialToStringPipe, ReferentialUtils, ReferentialValidatorService, ReferentialsToStringPipe, RegExpUtils, RegisterConfirmPage, RegisterForm, RegisterModal, ResizableComponent, ResizableDirective, ResizableModule, RoundPipe, RxStateComputed, RxStateModule, RxStateOutput, RxStateProperty, RxStateRegister, RxStateSelect, SCRYPT_PARAMS, SETTINGS_COMPACT_ROWS, SETTINGS_DISPLAY_COLUMNS, SETTINGS_FILTER, SETTINGS_PAGE_SIZE, SETTINGS_SORTED_COLUMN, SETTINGS_STORAGE_KEY, SETTINGS_TRANSIENT_PROPERTIES, SHARED_MATERIAL_TESTING_PAGES, SHARED_STORAGE_TESTING_PAGES, SHARED_TESTING_PAGES, SOCIAL_CONFIG_OPTIONS, SOCIAL_TESTING_PAGES, SPACE_PLACEHOLDER_CHAR, SPACE_PLACEHOLDER_CHAR_REGEXP_GLOBAL, SafeHtmlPipe, SafeStylePipe, SelectPeerModal, SelectionLengthPipe, ServerErrorCodes, SettingsPage, SharedAsyncValidators, SharedBadgeModule, SharedDebugModule, SharedDirectivesModule, SharedFormArrayValidators, SharedFormGroupValidators, SharedHotkeysModule, SharedMarkdownModule, SharedMatAutocompleteModule, SharedMatBooleanModule, SharedMatChipsModule, SharedMatDateTimeModule, SharedMatDurationModule, SharedMatLatLongModule, SharedMatSwipeModule, SharedMaterialModule, SharedModule, SharedNamedFilterModule, SharedPipesModule, SharedRoutingModule, SharedTestingModule, SharedTestsPage, SharedToolbarModule, SharedValidators, SocialErrorCodes, SocialModule, SocialModuleOptionsToken, SocialTestingModule, Software, SplitArrayInChunksPipe, StartableService, StatusById, StatusIds, StatusList, StorageDrivers, StorageExplorerComponent, StorageExplorerModule, StorageExplorerTestingModule, StorageExplorerTestingRoutingModule, StorageService, StorageServiceWrapper, StrIncludesPipe, StrLengthPipe, StrReplacePipe, SubMenuTabDirective, SwipeTestPage, TABLE_SETTINGS_ENUM, TOOLBAR_HEADER_ID, TRACKED_QUERIES_STORAGE_KEY, Table2TestPage, TableSelectColumnsComponent, TableTestPage, TableTestingModule, TableValidatorService, TextForm, TextFormTestingModule, TextFormTestingPage, TextPopover, TextPopoverTestingModule, TextPopoverTestingPage, ThrottledClickDirective, ToStringPipe, ToastTestingModule, ToastTestingPage, Toasts, TokenScope, ToolbarComponent, ToolbarToken, TranslatablePipe, TranslateContextPipe, TranslateContextService, TreeItemEntityUtils, TruncHtmlPipe, TruncTextPipe, TruncateHtmlPipe, UploadFile, UploadFileComponent, UploadFilePopover, UploadFileTestingModule, UploadFileTestingPage, UriUtils, UrlUtils, UserController, UserEventModule, UserEventNotificationIcon, UserEventNotificationList, UserEventNotificationModal, UserEventTestService, UserEventTestingModule, UserEventTestingPage, UserSettings, UserToken, UserTokenTable, UsersPage, ValueFormatPipe, VersionUtils, accountToString, adaptValueToControl, addValueInArray, arrayDistinct, arrayResize, arraySize, asInputElement, assignSkipUndefined, base64ArrayBuffer, booleanToString, canHaveFocus, capitalizeFirstLetter, chainPromises, changeCaseToUnderscore, clearValueInArray, collectByProperty, collectByPropertyPath, compareValues, compareValuesDesc, compareVersionNumbers, composeComparators, computeDecimalDegrees, computeDecimalPart, copyEntity2Form, createApolloClientOptions, createPromiseEvent, createPromiseEventEmitter, createTrackerLink, decorateWithTakeUntil, departmentToString, departmentsToString, disableAndClearControl, disableAndClearControls, disableControl, disableControls, emitPromiseEvent, enableControl, enableControls, enableRxStateProdMode, entityToString, equals, equalsOrNil, escapeRegExp, expansionAnimation, fadeInAnimation, fadeInOutAnimation, fadeInSlowAnimation, filterFalse, filterFormErrors, filterFormErrorsByPath, filterFormErrorsByPrefix, filterNotNil, filterNumberInput, filterTrue, findParentWithClass, firstArrayValue, firstFalse, firstFalsePromise, firstNotNil, firstNotNilPromise, firstPromise, firstTrue, firstTruePromise, focusInput, focusNextInput, focusPreviousInput, formatLatLong, formatLatitude, formatLongitude, fromDateISOString, fromScrollEndEvent, fromUnixMsTimestamp, fromUnixTimestamp, getCaretPosition, getColorContrast, getColorLuminance, getColorShade, getColorTint, getControlFromPath, getFocusableInputElements, getFormErrors, getFormValueFromEntity, getInputRangeFromCaretIndex, getInputSelectionRangesFromMask, getProperty, getPropertyByPath, getPropertyByPathAsString, getRandomImage, getRandomImageWithCredit, getUserAgent, hexToRgb, hexToRgbArray, initArrayControlsFromValues, initializeSharedModule, interpolateString, intersectArrays, isAndroid, isBlankString, isCapacitor, isChrome, isControlHasInput, isEdge, isEmptyArray, isEntityService, isFirefox, isFocusableElement, isIOS, isInputElement, isInstanceOf, isInt, isIpad, isLightColor, isMacOS, isMobile, isMutationOperation, isNil, isNilOrBlank, isNilOrNaN, isNotEmptyArray, isNotNil, isNotNilBoolean, isNotNilObject, isNotNilOrBlank, isNotNilOrNaN, isNotNilString, isNumber, isNumberRange, isOnFieldMode, isPrint, isProgressEvent, isPromise, isResponseEvent, isSafari, isSameVersion, isStartableService, isSubscriptionOperation, isTouchUi, isVersionCompatible, isWindows, joinProperties, joinPropertiesPath, lastArrayValue, logFormErrors, loggerLink, markAllAsTouched, markAsUntouched, markControlAsTouched, markFormGroupAsTouched, maskitoAutoSelectByMaskPattern, maskitoPrefixPlugin, matchMedia, matchUpperCase, mergeLoadResult, mergeObjectsWithoutUndefined, mixHex, moveInputCaretToSeparator, newArray, noHtml, noTrailingSlash, notNilOrDefault, nullIfNilOrBlank, nullIfUndefined, numberOrNilAttribute, numberToString, parseLatitudeOrLongitude, propertiesPathComparator, propertyComparator, propertyPathComparator, provideAccountService, providePersonService, referentialToString, referentialsToString, remove, removeAll, removeDiacritics, removeDuplicatesFromArray, removeEnd, removeValueInArray, replaceAll, resetCalculatedValue, resizeArray, restoreTrackedQueries, rgbArrayToHex, rgbToHex, round, scrollFactory, selectInputContent, selectInputContentFromEvent, selectInputRange, setCalculatedValue, setControlEnabled, setControlRequired, setControlsEnabled, setFormErrors, setPropertyByPath, setTabIndex, sleep, slideDownAnimation, slideInAnimation, slideInOutAnimation, slideUpDownAnimation, sort, splitArrayInChunks, splitById, splitByProperty, splitDegreesToDDArray, splitDegreesToDDMMArray, splitDegreesToDDMMSSArray, startsWithUpperCase, suggestFromArray, suggestFromStringArray, tabindexComparator, testUserAgent, toBoolean, toDateISOString, toDuration, toFloat, toInt, toLoadData, toLoadResult, toNotNil, toNumber, trimEmptyToNull, truncateHtml, uncapitalizeFirstLetter, undefinedIfNull, underscoreToChangeCase, updateValueAndValidity, waitFor, waitForFalse, waitForTrue, waitIdle, waitWhilePending };
14132
- export type { AbstractPersonServiceOptions, AccountDetails, AccountServiceGraphqlMutations, AccountServiceGraphqlQueries, AccountServiceGraphqlSubscriptions, AccountServiceOptions, AccountViewName, AccountWatchOptions, AddToPageHistoryOptions, AppColors, AppError, AppErrorWithDetails, AppFloatLabelType, AppFormArrayOptions, AppListFormOptions, AppManifest, AppMarkdownModalOptions, AppMarkdownOptions, AppPropertiesFormState, AppSelectUsersModalOptions, AppTableRowCountProperty, AudioType, AuthData, AuthTokenType, BaseEntityGraphqlMutations, BaseEntityGraphqlQueries, BaseEntityGraphqlSubscriptions, BaseEntityServiceOptions, BiFunction, CallableWithProgressionFn, CallableWithProgressionOptions, CanGainFocusOptions, CanLeave, CanSave, CellSelectionEvent, CellSelectionServiceConfig, ChangePasswordData, Cloneable, ColorGradientOptions, ColorName, ColorScaleLegend, ColorScaleLegendItem, ColorScaleOptions, ColumnItem, CompareFn, CompletableEvent, ConnectionParams, Constructor, DisplayFn, EmptyObject, EntitiesAsyncTableDataSourceConfig, EntitiesServiceDeleteOptions, EntitiesServiceLoadOptions, EntitiesServiceSaveOptions, EntitiesServiceWatchOptions, EntitiesStorageTypePolicies, EntitiesTableDataSourceConfig, EntityAsObjectOptions, EntitySaveOptions, EntityServiceDeleteOptions, EntityServiceListenChangesOptions, EntityServiceLoadOptions, EntityServiceRefetchQueriesOptions, EntityServiceSaveOptions, EntityServiceWatchOptions, EntityStorageLoadOptions, EntityStoreTypePolicy, EntityStoreTypePolicyMode, EqualsFn, EventLevel, FeedLoadOptions, FeedServiceState, FeedState, FeedsLoadOptions, FeedsWatchOptions, FetchMoreFn, FileDeleteFn, FileEvent, FileProgressEvent, FileUploadFn, FilterFn, FilterFnFactory, FilterItemFunction, FindMutableWatchQueriesOptions, FirstOptions, FocusableElement, FormArrayHelperOptions, FormErrorTranslateOptions, FormErrors, FormFieldDefinition, FormFieldDefinitionMap, FormFieldType, Function$1 as Function, GalleryMode, GetFocusableInputOptions, HammerSwipeAction, HammerSwipeEvent, HammerTapEvent, HistoryPageReference, HomePageState, HotKeysConfig, IAppEditor, IAppEntityEditor, IAppForm, IAppFormContainer, IAppFormGetter, IAppTabEditor, ICellId, IDebugDataService, IEntitiesService, IEntitiesTableDataSource, IEntity, IEntityEditorModalOptions, IEntityFilter, IEntityFullService, IEntityService, IFeedService, IFormPathTranslator, IFormPathTranslatorOptions, IHomePageConfig, IJobProgressionService, ILatLongData, ILogger, ILoggingAppender, ILoggingService, IMenuItem, IModalDetailOptions, INamedFilter, INamedFilterFilter, INamedFilterService, INewTokenOptions, IPersonService, IProgressBarService, IReferentialRef, ISelectPeerModalOptions, ISelectPeerModalState, IStartableService, IStatus, IStorage, ISwiper, ITreeItemEntity, IUserEvent, IUserEventAction, IUserEventFilter, IUserEventListener, IUserEventMutations, IUserEventQueries, IUserEventService, IUserEventSubscriptions, IconRef, Image, ImageGallerySizes, ImageResizeOptions, ImageSize, InMemoryEntitiesServiceOptions, InputElement, InstallAppLink, IsEmailExistsVariables, ItemButton, JobProgressionIconState, JobProgressionListOptions, JobProgressionOptions, JobProgressionState, JsonFeed, JsonFeedAuthor, JsonFeedItem, KeyType, KeyValueType, KeysEnum, LatLongPattern, LatLongSign, LatLongSignValue, LatLongType, LoadResult, LoadResultByPageFn, LocalSettings, LocalSettingsOptions, LocaleConfig, Log, LoggingServiceConfig, MaskitoPlaceholderPipeOptions, MatAutocompleteFieldAddOptions, MatAutocompleteFieldConfig, MatAutocompleteFieldSelectChange, MatAutocompleteFieldToggleFavorite, MatBadgeFill, MenuPathParam, MessageModalOptions, MutableWatchQueriesUpdatePolicy, MutableWatchQueryDescription, MutableWatchQueryOptions, MutateQueryOptions, MutateQueryWithCacheUpdateOptions, NamedFilterLoadOptions, NamedFilterSelectorButtonsPosition, NamedFilterWatchOptions, NetworkEventType, NodeInfo, ObjectMap, ObjectMapEntry, ObservablePropertyDecorator, ObservableValidatorFn, Observed, OfflineFeature, OmitFunctions, OnReady, Page, PersonServiceOptions, PersonValidatorOptions, PrintOptions, ProgressMode, PromiseEvent, PromiseEventPayload, PromiseValidatorFn, PropertiesArray, PropertiesMap, Property, PropertyMap, QueryVariables, ReferentialAsObjectOptions, RegisterData, SaveActionType, ServiceError, SharedModuleConfig, ShowToastOptions, SimpleFunction, SocialModuleOptions, Sound, SplitPaneShowWhen, StatePropertyDecorator, Statefull, SuggestFn, SuggestService, SynchronizationHistory, TestingPage, TextPopoverButton, TextPopoverOptions, TrackableMutationContext, TrackedQuery, UploadFilePopoverOptions, UsageMode, UserEventAction, UserEventLoadOptions, UserEventNotificationListOptions, UserEventNotificationModalOptions, UserEventServiceOptions, UserEventWatchOptions, UserProfileLabel, UserSettingsOptions, WaitForOptions, WatchQueryOptions };
14158
+ export { APP_ABOUT_DEVELOPERS, APP_ABOUT_PARTNERS, APP_ACCOUNT_SERVICE, APP_ACCOUNT_SERVICE_OPTIONS, APP_CELL_SELECTION_SERVICE_CONFIG_TOKEN, APP_CELL_SELECTION_SERVICE_TOKEN, APP_CONFIG_OPTIONS, APP_DEBUG_DATA_SERVICE, APP_FEED_SERVICE, APP_FORM_ERROR_I18N_KEYS, APP_GRAPHQL_FRAGMENTS, APP_GRAPHQL_TYPE_POLICIES, APP_HOME_BUTTONS, APP_HOME_CONFIG, APP_HOME_TOOLBAR_BUTTONS, APP_HOTKEYS_CONFIG, APP_JOB_PROGRESSION_SERVICE, APP_LOCALES, APP_LOCAL_SETTINGS, APP_LOCAL_SETTINGS_OPTIONS, APP_LOCAL_STORAGE_TYPE_POLICIES, APP_LOGGING_SERVICE, APP_MENU_ITEMS, APP_MENU_OPTIONS, APP_NAMED_FILTER_SERVICE, APP_PERSON_SERVICE, APP_PERSON_SERVICE_OPTIONS, APP_PROGRESS_BAR_SERVICE, APP_SETTINGS_MENU_ITEMS, APP_SHOW_TOOLTIP, APP_STORAGE, APP_STORAGE_EXPLORER_PROTECTED_KEYS, APP_TESTING_PAGES, APP_USER_EVENT_LIST_INFINITE_SCROLL_THRESHOLD, APP_USER_EVENT_SERVICE, APP_USER_SETTINGS_OPTIONS, APP_USER_TOKEN_SCOPES, AboutModal, AbstractNamedFilterService, AbstractPersonService, AbstractSelectionModelPipe, AbstractTableSelectionPipe, AbstractUserEventService, Account, AccountPage, AccountService, AccountToStringPipe, AccountUtils, ActionsColumnComponent, AdminModule, AdminRoutingModule, AdminUsersModule, Alerts, AndroidOsEnvironment, AppAboutModalModule, AppAccountModule, AppAsyncTable, AppAuthForm, AppAuthModal, AppAuthModule, AppChangePasswordModule, AppChangePasswordPage, AppEditor, AppEditorOptions, AppEntityEditor, AppEntityEditorModal, AppEntityEditorModalOptions, AppEntityFormModule, AppForm, AppFormArray, AppFormButtonsBarModule, AppFormContainer, AppFormField, AppFormModule, AppFormProvider, AppFormUtils, AppGestureConfig, AppHomePageModule, AppIconComponent, AppIconModule, AppImageGalleryComponent, AppInMemoryTable, AppInstallUpgradeCard, AppInstallUpgradeCardModule, AppListForm, AppListFormModule, AppLoadingSpinner, AppMarkdownContent, AppMarkdownModal, AppMenuModule, AppNullForm, AppPropertiesForm, AppPropertiesFormModule, AppPropertiesTable, AppPropertiesUtils, AppPropertyUtils, AppRegisterModule, AppResetPasswordModal, AppRowField, AppSelectPeerModule, AppSelectUsersModal, AppSettingsPageModule, AppTabEditor, AppTabEditorOptions, AppTable, AppTableModule, AppTableUtils, AppTextFormModule, AppTextPopoverModule, AppUpdateOfflineModeCard, AppUpdateOfflineModeCardModule, AppValidatorService, AppWebSocket, AppendQueryParamsPipePipe, ArrayDistinctPipe, ArrayFilterPipe, ArrayFindByPropertyPipe, ArrayFirstPipe, ArrayFormTestPage, ArrayIncludesPipe, ArrayJoinPipe, ArrayLastPipe, ArrayLengthPipe, ArrayMapPipe, ArrayPluckPipe, ArraySlicePipe, ArraySortPipe, AsAnyPipe, AsArrayPipe, AsBooleanPipe, AsFloatLabelTypePipe, AsObservablePipe, AudioProvider, AudioTestingModule, AudioTestingPage, AuthGuardService, AutoResizeDirective, AutoTitleDirective, AutoTooltipDirective, AutocompleteTestPage, AutofocusDirective, BadgeDirective, BadgeNumberPipe, Base58, BaseEntityService, BaseGraphqlService, BaseGraphqlServiceOptions, BaseReferential, Beans, BooleanFormatPipe, BooleanTestPage, CORE_CONFIG_OPTIONS, CORE_TESTING_PAGES, CapitalizePipe, CellIdentifierDirective, CellSelectionDirective, CellSelectionService, CellValueChangeListener, ChangeCaseToUnderscorePipe, ChangePasswordForm, ChipsTestPage, Color, ColorScale, ComponentDirtyGuard, ConfigFragments, ConfigService, Configuration, CoreModule, CorePipesModule, CoreTestingModule, CryptoService, CsvUtils, DATE_ISO_PATTERN, DATE_MATCH_REGEXP, DATE_PATTERN, DATE_UNIX_MS_TIMESTAMP, DATE_UNIX_TIMESTAMP, DEFAULT_JOIN_ARRAY_VALUES_SEPARATOR, DEFAULT_JOIN_PROPERTIES_SEPARATOR, DEFAULT_MENU_SHOW_WHEN, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZE_OPTIONS, DEFAULT_PLACEHOLDER_CHAR, DEFAULT_REQUIRED_COLUMNS, DateDiffDurationPipe, DateFormatPipe, DateFormatService, DateFromNowPipe, DateFromPipe, DateShortTestPage, DateTestPage, DateTimeTestPage, DateUtils, DebugComponent, Department, DepartmentToStringPipe, DisplayWithPipe, DragAndDropDirective, DurationPipe, DurationTestPage, ED25519_SEED_LENGTH, EMPTY_PLACEHOLDER_CHAR, EMPTY_PLACEHOLDER_CHAR_REGEXP_GLOBAL, ENTITIES_STORAGE_KEY_PREFIX, ENVIRONMENT, EmptyArrayPipe, EmptyMissingTranslationHandler, EntitiesAsyncTableDataSource, EntitiesStorage, EntitiesTableDataSource, Entity, EntityClass, EntityClasses, EntityFilter, EntityFilterUtils, EntityMetadataComponent, EntityStore, EntityUtils, Environment, EnvironmentHttpLoader, EnvironmentLoader, ErrorCodes, EvenPipe, FeedDirective, FeedModule, FeedPage, FeedService, FeedsComponent, FileResponse, FileService, FileSizePipe, FilesUtils, FirstFalsePipe, FirstPipe, FirstTruePipe, FormArrayHelper, FormArrayTestModule, FormButtonsBarComponent, FormButtonsBarToken, FormErrorPipe, FormErrorTranslatePipe, FormErrorTranslator, FormFieldDefinitionUtils, FormFieldValuesHolder, FormGetArrayPipe, FormGetControlPipe, FormGetGroupPipe, FormGetNamePipe, FormGetPipe, FormGetValuePipe, GalleryTestPage, GeolocationUtils, GraphqlService, HAMMER_PRESS_TIME, HAMMER_TAP_TIME, HighlightPipe, HomePage, Hotkeys, HotkeysDialogComponent, IMAGE_DEFAULTS, IPosition, ImageAttachment$1 as ImageAttachment, ImageAttachmentFilter$1 as ImageAttachmentFilter, ImageAttachmentService, ImageGalleryModule, ImageGalleryTestingModule, ImageModule, ImageService, ImagesUtils, InMemoryEntitiesService, IsAllSelectedPipe, IsEmptySelectionPipe, IsLoginAccountPipe, IsMultipleSelectionPipe, IsNilOrBlankPipe, IsNilOrNaNPipe, IsNilPipe, IsNotAllSelectedPipe, IsNotEmptySelectionPipe, IsNotNilOrBlankPipe, IsNotNilOrNaNPipe, IsNotNilPipe, IsOnDeskPipe, IsOnFieldPipe, IsSelectedPipe, IsSingleSelectionPipe, IsValidDatePipe, JobModule, JobProgression, JobProgressionComponent, JobProgressionIcon, JobProgressionList, JobProgressionService, JobProgressionTestService, JobProgressionTestingPage, JobTestingModule, JobUtils, JsonFeedUtils, JsonUtils, KEYBOARD_HIDE_DELAY_MS, LAT_LONG_PATTERNS, LAT_LONG_PATTERN_MAX_DECIMALS, LAT_LONG_VALUE_MAX_DECIMALS, LatLongFormatOptions, LatLongFormatPipe, LatLongTestPage, LatitudeFormatPipe, LocalSettingsService, LogLevel, LogUtils, Logger, LoggingService, LoggingServiceModule, LongitudeFormatPipe, MASKS, MASK_RANGES, MAT_FORM_FIELD_DEFAULT_APPEARANCE, MAT_FORM_FIELD_DEFAULT_SUBSCRIPT_SIZING, MINIFY_ENTITY_FOR_LOCAL_STORAGE, MINIFY_ENTITY_FOR_POD, MOMENT_NO_TIME_PROPERTY, MapGetPipe, MapKeysPipe, MapPipe, MapToPipe, MapValuesPipe, MarkdownDirective, MarkdownService, MarkdownTestPage, MarkdownTestingModule, MarkdownUtils, MaskitoPlaceholderPipe, MaskitoTestPage, MatAutocompleteConfigHolder, MatAutocompleteField, MatAutocompleteFieldUtils, MatBadgeTestPage, MatBooleanField, MatChipsField, MatColorPipe, MatCommonTestPage, MatDate, MatDateShort, MatDateTime, MatDuration, MatLatLongField, MatLatLongFieldInput, MatPaginatorI18n, MatStepperI18n, MatSwipeField, MaterialTestingModule, MathAbsPipe, MenuComponent, MenuItem, MenuItems, MenuOptions, MenuService, MenuTestingModule, MenuTestingPage, Message, MessageFilter, MessageForm, MessageModal, MessageModule, MessageService, MessageTypeList, MessageTypes, MimeTypes, ModalToolbarComponent, NETWORK_DEFAULT_CONNECTION_TIMEOUT, NamedFilter, NamedFilterFilter, NamedFilterSelector, NamedFilterSelectorTestingModule, NamedFilterSelectorTestingPage, NativeWebSocket, NavActionsColumnComponent, NestedTableTestPage, NetworkService, NetworkUtils, NewTokenForm, NewTokenModal, NgInitDirective, NgVarDirective, NoHtmlPipe, NotEmptyArrayPipe, NumberFormatPipe, ObservableTestPage, OddPipe, OtherMenuTestingPage, PEER_URL_REGEXP, PLUS_PLACEHOLDER_CHAR_REGEXP_GLOBAL, PRINT_ID_QUERY_PARAM, PRINT_LOADING_STORAGE_KEY_PREFIX, PRIORITIZED_AUTHORITIES, PUBKEY_REGEXP, Peer, Person, PersonFilter, PersonFilterAdditionalFields, PersonFragments, PersonService, PersonToStringPipe, PersonUtils, PersonValidatorService, PlatformService, PrintService, ProgressBarService, ProgressInterceptor, PropertiesFormTestPage, PropertiesFormTestingModule, PropertyEntity, PropertyEntityFilter, PropertyEntityValidator, PropertyFormatPipe, PropertyGetPipe, RESERVED_END_COLUMNS, RESERVED_START_COLUMNS, Referential, ReferentialFilter, ReferentialRef, ReferentialToStringPipe, ReferentialUtils, ReferentialValidatorService, ReferentialsToStringPipe, RegExpUtils, RegisterConfirmPage, RegisterForm, RegisterModal, ResizableComponent, ResizableDirective, ResizableModule, RoundPipe, RxStateComputed, RxStateModule, RxStateOutput, RxStateProperty, RxStateRegister, RxStateSelect, SCRYPT_PARAMS, SETTINGS_COMPACT_ROWS, SETTINGS_DISPLAY_COLUMNS, SETTINGS_FILTER, SETTINGS_PAGE_SIZE, SETTINGS_SORTED_COLUMN, SETTINGS_STORAGE_KEY, SETTINGS_TRANSIENT_PROPERTIES, SHARED_MATERIAL_TESTING_PAGES, SHARED_STORAGE_TESTING_PAGES, SHARED_TESTING_PAGES, SOCIAL_CONFIG_OPTIONS, SOCIAL_TESTING_PAGES, SPACE_PLACEHOLDER_CHAR, SPACE_PLACEHOLDER_CHAR_REGEXP_GLOBAL, SafeHtmlPipe, SafeStylePipe, SelectPeerModal, SelectionLengthPipe, ServerErrorCodes, SettingsPage, SharedAsyncValidators, SharedBadgeModule, SharedDebugModule, SharedDirectivesModule, SharedFormArrayValidators, SharedFormGroupValidators, SharedHotkeysModule, SharedMarkdownModule, SharedMatAutocompleteModule, SharedMatBooleanModule, SharedMatChipsModule, SharedMatDateTimeModule, SharedMatDurationModule, SharedMatLatLongModule, SharedMatSwipeModule, SharedMaterialModule, SharedModule, SharedNamedFilterModule, SharedPipesModule, SharedRoutingModule, SharedTestingModule, SharedTestsPage, SharedToolbarModule, SharedValidators, SocialErrorCodes, SocialModule, SocialModuleOptionsToken, SocialTestingModule, Software, SplitArrayInChunksPipe, StartableService, StatusById, StatusIds, StatusList, StorageDrivers, StorageExplorerComponent, StorageExplorerModule, StorageExplorerTestingModule, StorageExplorerTestingRoutingModule, StorageService, StorageServiceWrapper, StrIncludesPipe, StrLengthPipe, StrReplacePipe, SubMenuTabDirective, SwipeTestPage, TABLE_SETTINGS_ENUM, TOOLBAR_HEADER_ID, TRACKED_QUERIES_STORAGE_KEY, Table2TestPage, TableSelectColumnsComponent, TableTestPage, TableTestingModule, TableValidatorService, TextForm, TextFormTestingModule, TextFormTestingPage, TextPopover, TextPopoverTestingModule, TextPopoverTestingPage, ThrottledClickDirective, ToStringPipe, ToastTestingModule, ToastTestingPage, Toasts, TokenScope, ToolbarComponent, ToolbarToken, TranslatablePipe, TranslateContextPipe, TranslateContextService, TreeItemEntityUtils, TruncHtmlPipe, TruncTextPipe, TruncateHtmlPipe, UploadFile, UploadFileComponent, UploadFilePopover, UploadFileTestingModule, UploadFileTestingPage, UriUtils, UrlUtils, UserController, UserEventModule, UserEventNotificationIcon, UserEventNotificationList, UserEventNotificationModal, UserEventTestService, UserEventTestingModule, UserEventTestingPage, UserSettings, UserToken, UserTokenTable, UsersPage, ValueFormatPipe, VersionUtils, accountToString, adaptValueToControl, addValueInArray, arrayDistinct, arrayResize, arraySize, asInputElement, assignSkipUndefined, base64ArrayBuffer, booleanToString, canHaveFocus, capitalizeFirstLetter, chainPromises, changeCaseToUnderscore, clearValueInArray, collectByProperty, collectByPropertyPath, compareValues, compareValuesDesc, compareVersionNumbers, composeComparators, computeDecimalDegrees, computeDecimalPart, copyEntity2Form, createApolloClientOptions, createPromiseEvent, createPromiseEventEmitter, createTrackerLink, decorateWithTakeUntil, deepMergeSkipUndefined, departmentToString, departmentsToString, disableAndClearControl, disableAndClearControls, disableControl, disableControls, emitPromiseEvent, enableControl, enableControls, enableRxStateProdMode, entityToString, equals, equalsOrNil, escapeRegExp, expansionAnimation, fadeInAnimation, fadeInOutAnimation, fadeInSlowAnimation, filterFalse, filterFormErrors, filterFormErrorsByPath, filterFormErrorsByPrefix, filterNotNil, filterNumberInput, filterTrue, findParentWithClass, firstArrayValue, firstFalse, firstFalsePromise, firstNotNil, firstNotNilPromise, firstPromise, firstTrue, firstTruePromise, focusInput, focusNextInput, focusPreviousInput, formatLatLong, formatLatitude, formatLongitude, fromDateISOString, fromScrollEndEvent, fromUnixMsTimestamp, fromUnixTimestamp, getCaretPosition, getColorContrast, getColorLuminance, getColorShade, getColorTint, getControlFromPath, getFocusableInputElements, getFormErrors, getFormValueFromEntity, getInputRangeFromCaretIndex, getInputSelectionRangesFromMask, getProperty, getPropertyByPath, getPropertyByPathAsString, getRandomImage, getRandomImageWithCredit, getUserAgent, hexToRgb, hexToRgbArray, initArrayControlsFromValues, initializeSharedModule, interpolateString, intersectArrays, isAndroid, isBlankString, isCapacitor, isChrome, isControlHasInput, isEdge, isEmptyArray, isEntityService, isFirefox, isFocusableElement, isIOS, isInputElement, isInstanceOf, isInt, isIpad, isLightColor, isMacOS, isMobile, isMutationOperation, isNil, isNilOrBlank, isNilOrNaN, isNotEmptyArray, isNotNil, isNotNilBoolean, isNotNilObject, isNotNilOrBlank, isNotNilOrNaN, isNotNilString, isNumber, isNumberRange, isOnFieldMode, isPrint, isProgressEvent, isPromise, isResponseEvent, isSafari, isSameVersion, isStartableService, isSubscriptionOperation, isTouchUi, isVersionCompatible, isWindows, joinProperties, joinPropertiesPath, lastArrayValue, logFormErrors, loggerLink, markAllAsTouched, markAsUntouched, markControlAsTouched, markFormGroupAsTouched, maskitoAutoSelectByMaskPattern, maskitoPrefixPlugin, matchMedia, matchUpperCase, mergeLoadResult, mergeObjectsWithoutUndefined, mixHex, moveInputCaretToSeparator, newArray, noHtml, noTrailingSlash, notNilOrDefault, nullIfNilOrBlank, nullIfUndefined, numberOrNilAttribute, numberToString, parseLatitudeOrLongitude, propertiesPathComparator, propertyComparator, propertyPathComparator, provideAccountService, providePersonService, referentialToString, referentialsToString, remove, removeAll, removeDiacritics, removeDuplicatesFromArray, removeEnd, removeValueInArray, replaceAll, resetCalculatedValue, resizeArray, restoreTrackedQueries, rgbArrayToHex, rgbToHex, round, scrollFactory, selectInputContent, selectInputContentFromEvent, selectInputRange, setCalculatedValue, setControlEnabled, setControlRequired, setControlsEnabled, setFormErrors, setPropertyByPath, setTabIndex, sleep, slideDownAnimation, slideInAnimation, slideInOutAnimation, slideUpDownAnimation, sort, splitArrayInChunks, splitById, splitByProperty, splitDegreesToDDArray, splitDegreesToDDMMArray, splitDegreesToDDMMSSArray, startsWithUpperCase, suggestFromArray, suggestFromStringArray, tabindexComparator, testUserAgent, toBoolean, toDateISOString, toDuration, toFloat, toInt, toLoadData, toLoadResult, toNotNil, toNumber, trimEmptyToNull, truncateHtml, uncapitalizeFirstLetter, undefinedIfNull, underscoreToChangeCase, updateValueAndValidity, waitFor, waitForFalse, waitForTrue, waitIdle, waitWhilePending };
14159
+ export type { AbstractPersonServiceOptions, AccountDetails, AccountServiceGraphqlMutations, AccountServiceGraphqlQueries, AccountServiceGraphqlSubscriptions, AccountServiceOptions, AccountViewName, AccountWatchOptions, AddToPageHistoryOptions, AppColors, AppError, AppErrorWithDetails, AppFloatLabelType, AppFormArrayOptions, AppListFormOptions, AppManifest, AppMarkdownModalOptions, AppMarkdownOptions, AppPropertiesFormState, AppSelectUsersModalOptions, AppTableRowCountProperty, AudioType, AuthData, AuthTokenType, BaseEntityGraphqlMutations, BaseEntityGraphqlQueries, BaseEntityGraphqlSubscriptions, BaseEntityServiceOptions, BiFunction, CallableWithProgressionFn, CallableWithProgressionOptions, CanGainFocusOptions, CanLeave, CanSave, CellSelectionEvent, CellSelectionServiceConfig, ChangePasswordData, Cloneable, ColorGradientOptions, ColorName, ColorScaleLegend, ColorScaleLegendItem, ColorScaleOptions, ColumnItem, CompareFn, CompletableEvent, ConnectionParams, Constructor, DisplayFn, EmptyObject, EntitiesAsyncTableDataSourceConfig, EntitiesServiceDeleteOptions, EntitiesServiceLoadOptions, EntitiesServiceSaveOptions, EntitiesServiceWatchOptions, EntitiesStorageTypePolicies, EntitiesTableDataSourceConfig, EntityAsObjectOptions, EntitySaveOptions, EntityServiceDeleteOptions, EntityServiceListenChangesOptions, EntityServiceLoadOptions, EntityServiceRefetchQueriesOptions, EntityServiceSaveOptions, EntityServiceWatchOptions, EntityStorageLoadOptions, EntityStoreTypePolicy, EntityStoreTypePolicyMode, EqualsFn, EventLevel, FeedLoadOptions, FeedServiceState, FeedState, FeedsLoadOptions, FeedsWatchOptions, FetchMoreFn, FileDeleteFn, FileEvent, FileProgressEvent, FileUploadFn, FilterFn, FilterFnFactory, FilterItemFunction, FindMutableWatchQueriesOptions, FirstOptions, FocusableElement, FormArrayHelperOptions, FormErrorTranslateOptions, FormErrors, FormFieldDefinition, FormFieldDefinitionMap, FormFieldType, Function$1 as Function, GalleryMode, GetFocusableInputOptions, HammerSwipeAction, HammerSwipeEvent, HammerTapEvent, HistoryPageReference, HomePageState, HotKeysConfig, IAppEditor, IAppEntityEditor, IAppForm, IAppFormContainer, IAppFormGetter, IAppTabEditor, ICellId, IDebugDataService, IEntitiesService, IEntitiesTableDataSource, IEntity, IEntityEditorModalOptions, IEntityFilter, IEntityFullService, IEntityService, IFeedService, IFormPathTranslator, IFormPathTranslatorOptions, IHomePageConfig, IJobProgressionService, ILatLongData, ILogger, ILoggingAppender, ILoggingService, IMenuItem, IModalDetailOptions, INamedFilter, INamedFilterFilter, INamedFilterService, INewTokenOptions, IPersonService, IProgressBarService, IReferentialRef, ISelectPeerModalOptions, ISelectPeerModalState, IStartableService, IStatus, IStorage, ISwiper, ITreeItemEntity, IUserEvent, IUserEventAction, IUserEventFilter, IUserEventListener, IUserEventMutations, IUserEventQueries, IUserEventService, IUserEventSubscriptions, IconRef, Image, ImageGallerySizes, ImageResizeOptions, ImageSize, InMemoryEntitiesServiceOptions, InputElement, InstallAppLink, IsEmailExistsVariables, ItemButton, JobProgressionIconState, JobProgressionListOptions, JobProgressionOptions, JobProgressionState, JoinOptions, JsonFeed, JsonFeedAuthor, JsonFeedItem, KeyType, KeyValueType, KeysEnum, LatLongPattern, LatLongSign, LatLongSignValue, LatLongType, LoadResult, LoadResultByPageFn, LocalSettings, LocalSettingsOptions, LocaleConfig, Log, LoggingServiceConfig, MaskitoPlaceholderPipeOptions, MatAutocompleteFieldAddOptions, MatAutocompleteFieldConfig, MatAutocompleteFieldSelectChange, MatAutocompleteFieldToggleFavorite, MatBadgeFill, MenuPathParam, MessageModalOptions, MutableWatchQueriesUpdatePolicy, MutableWatchQueryDescription, MutableWatchQueryOptions, MutateQueryOptions, MutateQueryWithCacheUpdateOptions, NamedFilterLoadOptions, NamedFilterSelectorButtonsPosition, NamedFilterWatchOptions, NetworkEventType, NodeInfo, ObjectMap, ObjectMapEntry, ObservablePropertyDecorator, ObservableValidatorFn, Observed, OfflineFeature, OmitFunctions, OnReady, Page, PersonServiceOptions, PersonValidatorOptions, PrintOptions, ProgressMode, PromiseEvent, PromiseEventPayload, PromiseValidatorFn, PropertiesArray, PropertiesMap, Property, PropertyMap, QueryVariables, ReferentialAsObjectOptions, RegisterData, SaveActionType, ServiceError, SharedModuleConfig, ShowToastOptions, SimpleFunction, SocialModuleOptions, Sound, SplitPaneShowWhen, StatePropertyDecorator, Statefull, SuggestFn, SuggestService, SynchronizationHistory, TestingPage, TextPopoverButton, TextPopoverOptions, TrackableMutationContext, TrackedQuery, UploadFilePopoverOptions, UsageMode, UserEventAction, UserEventLoadOptions, UserEventNotificationListOptions, UserEventNotificationModalOptions, UserEventServiceOptions, UserEventWatchOptions, UserProfileLabel, UserSettingsOptions, WaitForOptions, WatchQueryOptions };