@sumaris-net/ngx-components 21.0.0-rc13 → 21.0.0-rc15
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/doc/changelog.md +38 -3
- package/fesm2022/sumaris-net.ngx-components.mjs +3872 -2472
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +7 -4
- package/src/assets/i18n/en-US.json +20 -2
- package/src/assets/i18n/en.json +20 -2
- package/src/assets/i18n/fr.json +20 -2
- package/src/assets/icons-ref.json +21381 -0
- package/src/assets/manifest.json +1 -1
- package/src/theme/_ngx-components.scss +15 -5
- package/types/sumaris-net.ngx-components.d.ts +548 -207
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { FetchPolicy, ApolloLink, ApolloClient, WatchQueryFetchPolicy, MutationUpdaterFunction, ApolloCache, StoreObject,
|
|
1
|
+
import { FetchPolicy, ApolloLink, ApolloClient, WatchQueryFetchPolicy, MutationUpdaterFunction, ApolloCache, StoreObject, OperationVariables, Unmasked, NormalizedExecutionResult, InternalRefetchQueriesInclude, ErrorPolicy, Cache, TypePolicies } from '@apollo/client/core';
|
|
2
2
|
import { StorageConfig } from '@ionic/storage';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { InjectionToken, Predicate, Injector, ElementRef, QueryList, OnInit, AfterViewInit, OnDestroy, ChangeDetectorRef, Renderer2, EventEmitter, PipeTransform, AfterContentInit, OnChanges, SimpleChanges,
|
|
4
|
+
import { InjectionToken, Predicate, Injector, ElementRef, QueryList, OnInit, AfterViewInit, OnDestroy, ChangeDetectorRef, Renderer2, EventEmitter, TemplateRef, PipeTransform, AfterContentInit, OnChanges, SimpleChanges, ViewContainerRef, AfterContentChecked, NgZone, Provider, ModuleWithProviders } from '@angular/core';
|
|
5
5
|
import { CacheConfig } from 'ionic-cache/lib/interfaces/cache-config.interface';
|
|
6
6
|
import { HttpClient, HttpProgressEvent, HttpResponse, HttpEventType, HttpEvent, HttpHeaders, HttpInterceptor, HttpRequest, HttpHandler } from '@angular/common/http';
|
|
7
7
|
import * as _sumaris_net_ngx_components from '@sumaris-net/ngx-components';
|
|
8
8
|
import * as i26 from '@angular/cdk/overlay';
|
|
9
9
|
import { Overlay, CloseScrollStrategy } from '@angular/cdk/overlay';
|
|
10
|
-
import * as
|
|
10
|
+
import * as i5 from '@angular/forms';
|
|
11
11
|
import { ControlValueAccessor, UntypedFormControl, FormGroupDirective, ValidationErrors, UntypedFormGroup, AbstractControl, UntypedFormArray, FormArray, NgControl, UntypedFormBuilder, ValidatorFn, FormGroup, AsyncValidatorFn, AbstractControlOptions, Validators, FormBuilder } from '@angular/forms';
|
|
12
12
|
import * as i28 from '@angular/material/core';
|
|
13
13
|
import { ThemePalette, DateAdapter, ErrorStateMatcher } from '@angular/material/core';
|
|
@@ -24,53 +24,53 @@ import { OperationVariables as OperationVariables$1 } from '@apollo/client';
|
|
|
24
24
|
import { PersistentStorage } from 'apollo4-cache-persist';
|
|
25
25
|
import { ConnectionType, ConnectionStatus } from '@capacitor/network';
|
|
26
26
|
export { ConnectionType } from '@capacitor/network';
|
|
27
|
-
import * as i4$
|
|
27
|
+
import * as i4$3 from '@ionic/storage-angular';
|
|
28
28
|
import { Storage } from '@ionic/storage-angular';
|
|
29
29
|
import * as i3$1 from '@ionic/angular';
|
|
30
30
|
import { Platform, ModalController, IonSearchbar, PopoverController, IonMenuToggle, NavController, IonRouterOutlet, PopoverOptions, ToastController, AlertController, IonModal, IonPopover, MenuController, IonSplitPane, NavParams, IonContent, IonItem, IonInfiniteScroll } from '@ionic/angular';
|
|
31
31
|
import * as momentImported from 'moment';
|
|
32
32
|
import { Moment, unitOfTime as unitOfTime$1 } from 'moment';
|
|
33
|
-
import * as
|
|
33
|
+
import * as i4$1 from '@ngx-translate/core';
|
|
34
34
|
import { TranslateService, MissingTranslationHandler, MissingTranslationHandlerParams } from '@ngx-translate/core';
|
|
35
35
|
import * as i14 from '@angular/material/select';
|
|
36
36
|
import { MatSelect, MatSelectChange } from '@angular/material/select';
|
|
37
|
-
import * as
|
|
37
|
+
import * as i10 from '@angular/material/autocomplete';
|
|
38
38
|
import { MatAutocomplete, MatAutocompleteTrigger, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
39
|
-
import * as
|
|
39
|
+
import * as i4$2 from '@angular/router';
|
|
40
40
|
import { ActivatedRoute, Router, CanDeactivate, ActivatedRouteSnapshot, RouterStateSnapshot, UrlTree, Params, CanActivate } from '@angular/router';
|
|
41
41
|
import * as i2$1 from '@angular/common';
|
|
42
42
|
import { Location } from '@angular/common';
|
|
43
|
-
import * as i10$
|
|
43
|
+
import * as i10$3 from '@angular/cdk/drag-drop';
|
|
44
44
|
import * as i11$1 from 'ngx-markdown';
|
|
45
45
|
import { MarkedRenderer } from 'ngx-markdown';
|
|
46
46
|
import * as i1 from '@rx-angular/template/push';
|
|
47
47
|
import * as i2 from '@rx-angular/template/for';
|
|
48
48
|
import * as i3 from '@rx-angular/template/if';
|
|
49
49
|
import * as i4 from '@rx-angular/template/let';
|
|
50
|
-
import * as i13$
|
|
50
|
+
import * as i13$1 from 'ngx-color-picker';
|
|
51
51
|
import * as i1$1 from '@angular/material/table';
|
|
52
52
|
import { MatColumnDef, MatTable } from '@angular/material/table';
|
|
53
|
-
import * as i3$
|
|
53
|
+
import * as i3$2 from '@angular/material/paginator';
|
|
54
54
|
import { MatPaginatorIntl, MatPaginator } from '@angular/material/paginator';
|
|
55
|
-
import * as i9
|
|
55
|
+
import * as i9 from '@angular/material/input';
|
|
56
56
|
import * as i6 from '@angular/cdk/table';
|
|
57
57
|
import { CdkColumnDef } from '@angular/cdk/table';
|
|
58
58
|
import * as i7 from '@angular/material/checkbox';
|
|
59
59
|
import { MatCheckbox, MatCheckboxChange } from '@angular/material/checkbox';
|
|
60
60
|
import * as i8$1 from '@angular/material/expansion';
|
|
61
61
|
import { MatExpansionPanel } from '@angular/material/expansion';
|
|
62
|
-
import * as i9$
|
|
63
|
-
import * as i10$
|
|
62
|
+
import * as i9$1 from '@angular/material/toolbar';
|
|
63
|
+
import * as i10$2 from '@angular/material/dialog';
|
|
64
64
|
import { MatDialog } from '@angular/material/dialog';
|
|
65
|
-
import * as i10 from '@angular/material/icon';
|
|
66
|
-
import * as
|
|
65
|
+
import * as i10$1 from '@angular/material/icon';
|
|
66
|
+
import * as i12 from '@angular/material/button';
|
|
67
67
|
import { MatButton } from '@angular/material/button';
|
|
68
|
-
import * as
|
|
68
|
+
import * as i8$2 from '@angular/material/menu';
|
|
69
69
|
import { MatMenuTrigger } from '@angular/material/menu';
|
|
70
70
|
import * as i15 from '@angular/material/card';
|
|
71
|
-
import * as i16 from '@angular/material/tabs';
|
|
71
|
+
import * as i16$1 from '@angular/material/tabs';
|
|
72
72
|
import { MatTabGroup, MatTab, MatTabChangeEvent } from '@angular/material/tabs';
|
|
73
|
-
import * as i17
|
|
73
|
+
import * as i17 from '@angular/material/list';
|
|
74
74
|
import * as i18 from '@angular/material/stepper';
|
|
75
75
|
import { MatStepperIntl } from '@angular/material/stepper';
|
|
76
76
|
import * as i19 from '@angular/material/button-toggle';
|
|
@@ -89,29 +89,27 @@ import * as i27 from '@angular/cdk/scrolling';
|
|
|
89
89
|
import * as i29 from '@angular/material/divider';
|
|
90
90
|
import * as i30 from '@angular/material/tooltip';
|
|
91
91
|
import { MatTooltip } from '@angular/material/tooltip';
|
|
92
|
-
import * as i13
|
|
92
|
+
import * as i13 from '@angular/material-moment-adapter';
|
|
93
93
|
import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
|
94
94
|
import { unitOfTime, Moment as Moment$1, MomentInput, MomentFormatSpecification, DurationInputArg1, DurationInputArg2, Duration } from 'moment/moment';
|
|
95
95
|
import { MaskitoMask, MaskitoOptions, MaskitoPlugin } from '@maskito/core';
|
|
96
96
|
import { SelectionModel, SelectionChange, CollectionViewer, ListRange } from '@angular/cdk/collections';
|
|
97
|
-
import * as
|
|
97
|
+
import * as i5$1 from '@angular/platform-browser';
|
|
98
98
|
import { DomSanitizer, SafeHtml, EventManager, HammerGestureConfig } from '@angular/platform-browser';
|
|
99
99
|
import { CdkTextareaAutosize } from '@angular/cdk/text-field';
|
|
100
100
|
import * as i11 from '@maskito/angular';
|
|
101
|
-
import * as i12 from '@angular/material/datepicker';
|
|
101
|
+
import * as i12$1 from '@angular/material/datepicker';
|
|
102
102
|
import { DateFilterFn, MatDatepicker, MatDatepickerInputEvent } from '@angular/material/datepicker';
|
|
103
|
-
import * as
|
|
103
|
+
import * as i16 from 'ngx-mat-timepicker';
|
|
104
104
|
import { Swiper } from 'swiper/types';
|
|
105
|
-
import * as i12$
|
|
105
|
+
import * as i12$2 from '@angular/material/chips';
|
|
106
106
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
107
107
|
import { SearchbarChangeEventDetail } from '@ionic/core/dist/types/components/searchbar/searchbar-interface';
|
|
108
108
|
import * as apollo_angular from 'apollo-angular';
|
|
109
109
|
import { Apollo, QueryRef } from 'apollo-angular';
|
|
110
110
|
import { RxState, ProjectValueReducer } from '@rx-angular/state';
|
|
111
|
-
import * as i3$
|
|
111
|
+
import * as i3$4 from 'ionic-cache';
|
|
112
112
|
import { CacheService } from 'ionic-cache';
|
|
113
|
-
import { HttpLink } from 'apollo-angular/http';
|
|
114
|
-
import { ClientOptions } from 'graphql-ws';
|
|
115
113
|
import { DocumentNode } from 'graphql';
|
|
116
114
|
import { TypedDocumentNode } from '@graphql-typed-document-node/core';
|
|
117
115
|
import { AudioManagement, AudioMode } from '@awesome-cordova-plugins/audio-management/ngx';
|
|
@@ -123,9 +121,9 @@ import { OpenOptions } from '@capacitor/browser';
|
|
|
123
121
|
import { Clipboard } from '@angular/cdk/clipboard';
|
|
124
122
|
import { WriteOptions } from '@capacitor/clipboard/dist/esm/definitions';
|
|
125
123
|
import { Unmasked as Unmasked$1 } from '@apollo/client/masking';
|
|
126
|
-
import * as
|
|
124
|
+
import * as i3$3 from 'ngx-jdenticon';
|
|
127
125
|
import * as _angular_animations from '@angular/animations';
|
|
128
|
-
import {
|
|
126
|
+
import { TableElement, TableDataSource, ValidatorService, TableDataSourceConfig, AsyncTableElement, AsyncTableDataSource } from '@e-is/ngx-material-table';
|
|
129
127
|
import { ImageOptions } from '@capacitor/camera';
|
|
130
128
|
import { RxStrategyNames } from '@rx-angular/cdk/render-strategies';
|
|
131
129
|
import { DocumentNode as DocumentNode$1 } from 'graphql/index';
|
|
@@ -212,6 +210,7 @@ declare class Environment {
|
|
|
212
210
|
storageSavePeriodMs?: number;
|
|
213
211
|
sourceUrl?: string;
|
|
214
212
|
reportIssueUrl?: string;
|
|
213
|
+
changelogUrl?: string;
|
|
215
214
|
forumUrl?: string;
|
|
216
215
|
helpUrl?: string;
|
|
217
216
|
privacyPolicyUrl?: string;
|
|
@@ -426,8 +425,6 @@ declare class StorageService extends StartableService<Storage> implements IStora
|
|
|
426
425
|
static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
|
|
427
426
|
}
|
|
428
427
|
|
|
429
|
-
declare const QueueLink: any;
|
|
430
|
-
declare const SerializingLink: any;
|
|
431
428
|
declare const loggerLink: any;
|
|
432
429
|
declare const NativeWebSocket: any;
|
|
433
430
|
interface EmptyObject {
|
|
@@ -1599,6 +1596,8 @@ declare class MatAutocompleteField implements OnInit, AfterViewInit, OnDestroy,
|
|
|
1599
1596
|
required: boolean;
|
|
1600
1597
|
hideRequiredMarker: boolean;
|
|
1601
1598
|
mobile: boolean;
|
|
1599
|
+
showPanelHeader: boolean;
|
|
1600
|
+
showPanelFooter: boolean;
|
|
1602
1601
|
clearable: boolean;
|
|
1603
1602
|
debounceTime: number;
|
|
1604
1603
|
displaySeparator: string | null;
|
|
@@ -1664,6 +1663,8 @@ declare class MatAutocompleteField implements OnInit, AfterViewInit, OnDestroy,
|
|
|
1664
1663
|
matInputText: ElementRef<HTMLInputElement>;
|
|
1665
1664
|
autocomplete: MatAutocomplete;
|
|
1666
1665
|
autocompleteTrigger: MatAutocompleteTrigger;
|
|
1666
|
+
panelHeaderTemplate?: TemplateRef<any>;
|
|
1667
|
+
panelFooterTemplate?: TemplateRef<any>;
|
|
1667
1668
|
showTooltip: boolean;
|
|
1668
1669
|
constructor(injector: Injector, el: ElementRef<HTMLElement>, cd: ChangeDetectorRef, modalController: ModalController, renderer: Renderer2, formGroupDir: FormGroupDirective);
|
|
1669
1670
|
get itemCount(): number;
|
|
@@ -1733,10 +1734,12 @@ declare class MatAutocompleteField implements OnInit, AfterViewInit, OnDestroy,
|
|
|
1733
1734
|
protected onBackspace(event: Event): void;
|
|
1734
1735
|
protected toggleFavoriteClick(event: UIEvent, value: any): void;
|
|
1735
1736
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteField, [null, null, null, null, null, { optional: true; }]>;
|
|
1736
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatAutocompleteField, "mat-autocomplete-field", never, { "equals": { "alias": "equals"; "required": false; }; "logPrefix": { "alias": "logPrefix"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "suggestFn": { "alias": "suggestFn"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideRequiredMarker": { "alias": "hideRequiredMarker"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "debounceTime": { "alias": "debounceTime"; "required": false; }; "displaySeparator": { "alias": "displaySeparator"; "required": false; }; "displayWith": { "alias": "displayWith"; "required": false; }; "displayAttributes": { "alias": "displayAttributes"; "required": false; }; "displayColumnSizes": { "alias": "displayColumnSizes"; "required": false; }; "displayColumnNames": { "alias": "displayColumnNames"; "required": false; }; "highlightAccent": { "alias": "highlightAccent"; "required": false; }; "showAllOnFocus": { "alias": "showAllOnFocus"; "required": false; }; "showPanelOnFocus": { "alias": "showPanelOnFocus"; "required": false; }; "reloadItemsOnFocus": { "alias": "reloadItemsOnFocus"; "required": false; }; "clearInvalidValueOnBlur": { "alias": "clearInvalidValueOnBlur"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "config": { "alias": "config"; "required": false; }; "i18nPrefix": { "alias": "i18nPrefix"; "required": false; }; "noResultMessage": { "alias": "noResultMessage"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "matAutocompletePosition": { "alias": "matAutocompletePosition"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "fetchMoreThreshold": { "alias": "fetchMoreThreshold"; "required": false; }; "suggestLengthThreshold": { "alias": "suggestLengthThreshold"; "required": false; }; "showLoadingSpinner": { "alias": "showLoadingSpinner"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "showSearchBar": { "alias": "showSearchBar"; "required": false; }; "stickySearchBar": { "alias": "stickySearchBar"; "required": false; }; "applyImplicitValue": { "alias": "applyImplicitValue"; "required": false; }; "dropButtonTitle": { "alias": "dropButtonTitle"; "required": false; }; "clearButtonTitle": { "alias": "clearButtonTitle"; "required": false; }; "trimSearchText": { "alias": "trimSearchText"; "required": false; }; "splitSearchText": { "alias": "splitSearchText"; "required": false; }; "selectInputContentOnFocus": { "alias": "selectInputContentOnFocus"; "required": false; }; "selectInputContentOnFocusDelay": { "alias": "selectInputContentOnFocusDelay"; "required": false; }; "previewImplicitValue": { "alias": "previewImplicitValue"; "required": false; }; "showFavorites": { "alias": "showFavorites"; "required": false; }; "toggleFavoriteTitle": { "alias": "toggleFavoriteTitle"; "required": false; }; "favoriteItems": { "alias": "favoriteItems"; "required": false; }; "colSizes": { "alias": "colSizes"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "clicked": "click"; "blurred": "blur"; "focused": "focus"; "dropButtonClick": "dropButtonClick"; "keydownEscape": "keydown.escape"; "keydownBackspace": "keydown.backspace"; "keyupEnter": "keyup.enter"; "arrowUp": "arrowUp"; "arrowDown": "arrowDown"; "enter": "enter"; "selectionChange": "selectionChange"; "openedChange": "openedChange"; "toggleFavorite": "toggleFavorite"; },
|
|
1737
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatAutocompleteField, "mat-autocomplete-field", never, { "equals": { "alias": "equals"; "required": false; }; "logPrefix": { "alias": "logPrefix"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "suggestFn": { "alias": "suggestFn"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideRequiredMarker": { "alias": "hideRequiredMarker"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "showPanelHeader": { "alias": "showPanelHeader"; "required": false; }; "showPanelFooter": { "alias": "showPanelFooter"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "debounceTime": { "alias": "debounceTime"; "required": false; }; "displaySeparator": { "alias": "displaySeparator"; "required": false; }; "displayWith": { "alias": "displayWith"; "required": false; }; "displayAttributes": { "alias": "displayAttributes"; "required": false; }; "displayColumnSizes": { "alias": "displayColumnSizes"; "required": false; }; "displayColumnNames": { "alias": "displayColumnNames"; "required": false; }; "highlightAccent": { "alias": "highlightAccent"; "required": false; }; "showAllOnFocus": { "alias": "showAllOnFocus"; "required": false; }; "showPanelOnFocus": { "alias": "showPanelOnFocus"; "required": false; }; "reloadItemsOnFocus": { "alias": "reloadItemsOnFocus"; "required": false; }; "clearInvalidValueOnBlur": { "alias": "clearInvalidValueOnBlur"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "config": { "alias": "config"; "required": false; }; "i18nPrefix": { "alias": "i18nPrefix"; "required": false; }; "noResultMessage": { "alias": "noResultMessage"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "matAutocompletePosition": { "alias": "matAutocompletePosition"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "fetchMoreThreshold": { "alias": "fetchMoreThreshold"; "required": false; }; "suggestLengthThreshold": { "alias": "suggestLengthThreshold"; "required": false; }; "showLoadingSpinner": { "alias": "showLoadingSpinner"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "showSearchBar": { "alias": "showSearchBar"; "required": false; }; "stickySearchBar": { "alias": "stickySearchBar"; "required": false; }; "applyImplicitValue": { "alias": "applyImplicitValue"; "required": false; }; "dropButtonTitle": { "alias": "dropButtonTitle"; "required": false; }; "clearButtonTitle": { "alias": "clearButtonTitle"; "required": false; }; "trimSearchText": { "alias": "trimSearchText"; "required": false; }; "splitSearchText": { "alias": "splitSearchText"; "required": false; }; "selectInputContentOnFocus": { "alias": "selectInputContentOnFocus"; "required": false; }; "selectInputContentOnFocusDelay": { "alias": "selectInputContentOnFocusDelay"; "required": false; }; "previewImplicitValue": { "alias": "previewImplicitValue"; "required": false; }; "showFavorites": { "alias": "showFavorites"; "required": false; }; "toggleFavoriteTitle": { "alias": "toggleFavoriteTitle"; "required": false; }; "favoriteItems": { "alias": "favoriteItems"; "required": false; }; "colSizes": { "alias": "colSizes"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "clicked": "click"; "blurred": "blur"; "focused": "focus"; "dropButtonClick": "dropButtonClick"; "keydownEscape": "keydown.escape"; "keydownBackspace": "keydown.backspace"; "keyupEnter": "keyup.enter"; "arrowUp": "arrowUp"; "arrowDown": "arrowDown"; "enter": "enter"; "selectionChange": "selectionChange"; "openedChange": "openedChange"; "toggleFavorite": "toggleFavorite"; }, ["panelHeaderTemplate", "panelFooterTemplate"], ["[matAfter]", "[matPrefix]", "[matSuffix]", "mat-error,[matError]", "mat-hint:not([align='end']),[matHint]", "mat-hint[align='end']"], false, never>;
|
|
1737
1738
|
static ngAcceptInputType_required: unknown;
|
|
1738
1739
|
static ngAcceptInputType_hideRequiredMarker: unknown;
|
|
1739
1740
|
static ngAcceptInputType_mobile: unknown;
|
|
1741
|
+
static ngAcceptInputType_showPanelHeader: unknown;
|
|
1742
|
+
static ngAcceptInputType_showPanelFooter: unknown;
|
|
1740
1743
|
static ngAcceptInputType_clearable: unknown;
|
|
1741
1744
|
static ngAcceptInputType_debounceTime: unknown;
|
|
1742
1745
|
static ngAcceptInputType_highlightAccent: unknown;
|
|
@@ -1985,6 +1988,15 @@ declare class RxStateModule {
|
|
|
1985
1988
|
static ɵinj: i0.ɵɵInjectorDeclaration<RxStateModule>;
|
|
1986
1989
|
}
|
|
1987
1990
|
|
|
1991
|
+
declare class MaterialAutocompleteHeaderDirective {
|
|
1992
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialAutocompleteHeaderDirective, never>;
|
|
1993
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MaterialAutocompleteHeaderDirective, "ng-template[panelHeader]", never, {}, {}, never, never, false, never>;
|
|
1994
|
+
}
|
|
1995
|
+
declare class MaterialAutocompleteFooterDirective {
|
|
1996
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialAutocompleteFooterDirective, never>;
|
|
1997
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MaterialAutocompleteFooterDirective, "ng-template[panelFooter]", never, {}, {}, never, never, false, never>;
|
|
1998
|
+
}
|
|
1999
|
+
|
|
1988
2000
|
declare class PropertyGetPipe implements PipeTransform {
|
|
1989
2001
|
transform(obj: any, args: string | Array<string | number> | {
|
|
1990
2002
|
key: string;
|
|
@@ -3002,7 +3014,7 @@ declare class MapPipe implements PipeTransform {
|
|
|
3002
3014
|
|
|
3003
3015
|
declare class SharedPipesModule {
|
|
3004
3016
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedPipesModule, never>;
|
|
3005
|
-
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 FormArrayAtControlPipe, typeof FormGetGroupPipe, typeof FormArrayAtGroupPipe, typeof FormGetNamePipe, 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
|
|
3017
|
+
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 FormArrayAtControlPipe, typeof FormGetGroupPipe, typeof FormArrayAtGroupPipe, typeof FormGetNamePipe, 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 i4$1.TranslatePipe], [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 FormArrayAtControlPipe, typeof FormGetGroupPipe, typeof FormArrayAtGroupPipe, typeof FormGetNamePipe, 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 i4$1.TranslatePipe]>;
|
|
3006
3018
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedPipesModule>;
|
|
3007
3019
|
}
|
|
3008
3020
|
|
|
@@ -3119,7 +3131,7 @@ declare class SharedDirectivesModule {
|
|
|
3119
3131
|
|
|
3120
3132
|
declare class SharedMatAutocompleteModule {
|
|
3121
3133
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatAutocompleteModule, never>;
|
|
3122
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatAutocompleteModule, [typeof MatAutocompleteField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i27.ScrollingModule, typeof
|
|
3134
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatAutocompleteModule, [typeof MatAutocompleteField, typeof MaterialAutocompleteHeaderDirective, typeof MaterialAutocompleteFooterDirective], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i27.ScrollingModule, typeof i5.ReactiveFormsModule, typeof SharedPipesModule, typeof SharedDirectivesModule, typeof RxStateModule, typeof i10.MatAutocompleteModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i10$1.MatIconModule, typeof i12.MatButtonModule, typeof i14.MatSelectModule, typeof i28.MatRippleModule, typeof i30.MatTooltip], [typeof i10.MatAutocompleteModule, typeof MatAutocompleteField, typeof MaterialAutocompleteHeaderDirective, typeof MaterialAutocompleteFooterDirective]>;
|
|
3123
3135
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatAutocompleteModule>;
|
|
3124
3136
|
}
|
|
3125
3137
|
|
|
@@ -3132,11 +3144,11 @@ declare class MatLatLongFieldInput implements MatFormFieldControl<number>, Contr
|
|
|
3132
3144
|
minutesInput: ElementRef;
|
|
3133
3145
|
secondsInput: ElementRef;
|
|
3134
3146
|
signInput: ElementRef;
|
|
3135
|
-
protected formGroup:
|
|
3136
|
-
degrees:
|
|
3137
|
-
minutes:
|
|
3138
|
-
seconds:
|
|
3139
|
-
sign:
|
|
3147
|
+
protected formGroup: i5.FormGroup<{
|
|
3148
|
+
degrees: i5.FormControl<string>;
|
|
3149
|
+
minutes: i5.FormControl<string>;
|
|
3150
|
+
seconds: i5.FormControl<string>;
|
|
3151
|
+
sign: i5.FormControl<1 | -1>;
|
|
3140
3152
|
}>;
|
|
3141
3153
|
stateChanges: Subject<void>;
|
|
3142
3154
|
focused: boolean;
|
|
@@ -3296,7 +3308,7 @@ declare class MatLatLongField implements ControlValueAccessor, OnInit, AfterView
|
|
|
3296
3308
|
|
|
3297
3309
|
declare class SharedMatLatLongModule {
|
|
3298
3310
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatLatLongModule, never>;
|
|
3299
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatLatLongModule, [typeof MatLatLongField, typeof MatLatLongFieldInput], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
3311
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatLatLongModule, [typeof MatLatLongField, typeof MatLatLongFieldInput], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i5.ReactiveFormsModule, typeof SharedDirectivesModule, typeof SharedPipesModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i12.MatButtonModule, typeof i11.MaskitoDirective, typeof i10$1.MatIconModule, typeof i14.MatSelectModule], [typeof MatLatLongField, typeof MatLatLongFieldInput]>;
|
|
3300
3312
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatLatLongModule>;
|
|
3301
3313
|
}
|
|
3302
3314
|
|
|
@@ -3354,7 +3366,7 @@ declare class MatDate implements OnInit, AfterViewInit, OnDestroy, ControlValueA
|
|
|
3354
3366
|
registerOnChange(fn: any): void;
|
|
3355
3367
|
registerOnTouched(fn: any): void;
|
|
3356
3368
|
setDisabledState(isDisabled: boolean): void;
|
|
3357
|
-
openDatePicker(): void;
|
|
3369
|
+
openDatePicker(event?: Event): void;
|
|
3358
3370
|
focus(): void;
|
|
3359
3371
|
clear(event: Event): void;
|
|
3360
3372
|
protected _onDatePickerChange(event: MatDatepickerInputEvent<Moment>): void;
|
|
@@ -3586,7 +3598,7 @@ declare class MatDateShort implements OnInit, ControlValueAccessor, InputElement
|
|
|
3586
3598
|
|
|
3587
3599
|
declare class SharedMatDateTimeModule {
|
|
3588
3600
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatDateTimeModule, never>;
|
|
3589
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatDateTimeModule, [typeof MatDate, typeof MatDateTime, typeof MatDateShort], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
3601
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatDateTimeModule, [typeof MatDate, typeof MatDateTime, typeof MatDateShort], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i5.ReactiveFormsModule, typeof SharedPipesModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i10$1.MatIconModule, typeof i12.MatButtonModule, typeof i12$1.MatDatepickerModule, typeof i13.MatMomentDateModule, typeof i11.MaskitoDirective, typeof SharedDirectivesModule, typeof i16.NgxMatTimepickerModule, typeof i10.MatAutocompleteTrigger], [typeof i10$1.MatIconModule, typeof MatDate, typeof MatDateTime, typeof MatDateShort]>;
|
|
3590
3602
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatDateTimeModule>;
|
|
3591
3603
|
}
|
|
3592
3604
|
|
|
@@ -3647,7 +3659,7 @@ declare class MatDuration implements OnInit, OnDestroy, ControlValueAccessor, In
|
|
|
3647
3659
|
|
|
3648
3660
|
declare class SharedMatDurationModule {
|
|
3649
3661
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatDurationModule, never>;
|
|
3650
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatDurationModule, [typeof MatDuration], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
3662
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatDurationModule, [typeof MatDuration], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i5.ReactiveFormsModule, typeof SharedPipesModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i28.MatRippleModule, typeof i13.MatMomentDateModule, typeof i11.MaskitoDirective, typeof SharedDirectivesModule], [typeof MatDuration]>;
|
|
3651
3663
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatDurationModule>;
|
|
3652
3664
|
}
|
|
3653
3665
|
|
|
@@ -3740,7 +3752,7 @@ declare class MatBooleanField implements OnInit, ControlValueAccessor, InputElem
|
|
|
3740
3752
|
|
|
3741
3753
|
declare class SharedMatBooleanModule {
|
|
3742
3754
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatBooleanModule, never>;
|
|
3743
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatBooleanModule, [typeof MatBooleanField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
3755
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatBooleanModule, [typeof MatBooleanField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i5.ReactiveFormsModule, typeof SharedPipesModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i22.MatRadioModule, typeof i7.MatCheckboxModule, typeof SharedDirectivesModule, typeof i10$1.MatIcon, typeof i12.MatIconButton, typeof i30.MatTooltip], [typeof MatBooleanField]>;
|
|
3744
3756
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatBooleanModule>;
|
|
3745
3757
|
}
|
|
3746
3758
|
|
|
@@ -3827,7 +3839,7 @@ declare class MatSwipeField implements OnInit, InputElement, OnDestroy, ControlV
|
|
|
3827
3839
|
|
|
3828
3840
|
declare class SharedMatSwipeModule {
|
|
3829
3841
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatSwipeModule, never>;
|
|
3830
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatSwipeModule, [typeof MatSwipeField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
3842
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatSwipeModule, [typeof MatSwipeField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i12.MatButtonModule, typeof i10$1.MatIconModule, typeof i8.MatFormFieldModule, typeof i5.ReactiveFormsModule, typeof i9.MatInputModule, typeof SharedPipesModule], [typeof MatSwipeField]>;
|
|
3831
3843
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatSwipeModule>;
|
|
3832
3844
|
}
|
|
3833
3845
|
|
|
@@ -3990,7 +4002,7 @@ declare class MatChipsField implements OnInit, OnDestroy, InputElement, ControlV
|
|
|
3990
4002
|
|
|
3991
4003
|
declare class SharedMatChipsModule {
|
|
3992
4004
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatChipsModule, never>;
|
|
3993
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatChipsModule, [typeof MatChipsField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
4005
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatChipsModule, [typeof MatChipsField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i5.ReactiveFormsModule, typeof SharedPipesModule, typeof SharedDirectivesModule, typeof i10.MatAutocompleteModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i10$1.MatIconModule, typeof i12.MatButtonModule, typeof i12$2.MatChipsModule, typeof RxStateModule, typeof i30.MatTooltip], [typeof MatChipsField]>;
|
|
3994
4006
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatChipsModule>;
|
|
3995
4007
|
}
|
|
3996
4008
|
|
|
@@ -4040,7 +4052,7 @@ declare class SharedBadgeModule {
|
|
|
4040
4052
|
|
|
4041
4053
|
declare class SharedMaterialModule {
|
|
4042
4054
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMaterialModule, never>;
|
|
4043
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMaterialModule, never, [typeof i1$1.MatTableModule, typeof i2$2.MatSortModule, typeof i3$
|
|
4055
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMaterialModule, never, [typeof i1$1.MatTableModule, typeof i2$2.MatSortModule, typeof i3$2.MatPaginatorModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i6.CdkTableModule, typeof i7.MatCheckboxModule, typeof i8$1.MatExpansionModule, typeof i9$1.MatToolbarModule, typeof i10$2.MatDialogModule, typeof i10$1.MatIconModule, typeof i12.MatButtonModule, typeof i8$2.MatMenuModule, typeof i14.MatSelectModule, typeof i15.MatCardModule, typeof i16$1.MatTabsModule, typeof i17.MatListModule, typeof i18.MatStepperModule, typeof i19.MatButtonToggleModule, typeof i20.MatProgressSpinnerModule, typeof i21.MatProgressBarModule, typeof i22.MatRadioModule, typeof i23.MatBadgeModule, typeof i24.MatSlideToggleModule, typeof i25.A11yModule, typeof i26.OverlayModule, typeof i27.ScrollingModule, typeof i28.MatRippleModule, typeof i29.MatDividerModule, typeof i30.MatTooltipModule, typeof SharedMatAutocompleteModule, typeof SharedMatLatLongModule, typeof SharedMatDateTimeModule, typeof SharedMatDurationModule, typeof SharedMatBooleanModule, typeof SharedMatSwipeModule, typeof SharedMatChipsModule, typeof SharedBadgeModule], [typeof i1$1.MatTableModule, typeof i2$2.MatSortModule, typeof i3$2.MatPaginatorModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i6.CdkTableModule, typeof i7.MatCheckboxModule, typeof i8$1.MatExpansionModule, typeof i9$1.MatToolbarModule, typeof i10$2.MatDialogModule, typeof i10$1.MatIconModule, typeof i12.MatButtonModule, typeof i8$2.MatMenuModule, typeof i14.MatSelectModule, typeof i15.MatCardModule, typeof i16$1.MatTabsModule, typeof i17.MatListModule, typeof i18.MatStepperModule, typeof i19.MatButtonToggleModule, typeof i20.MatProgressSpinnerModule, typeof i21.MatProgressBarModule, typeof i22.MatRadioModule, typeof i23.MatBadgeModule, typeof i24.MatSlideToggleModule, typeof i25.A11yModule, typeof i26.OverlayModule, typeof i27.ScrollingModule, typeof i28.MatRippleModule, typeof i29.MatDividerModule, typeof i30.MatTooltipModule, typeof SharedMatAutocompleteModule, typeof SharedMatLatLongModule, typeof SharedMatDateTimeModule, typeof SharedMatDurationModule, typeof SharedMatBooleanModule, typeof SharedMatSwipeModule, typeof SharedMatChipsModule, typeof SharedBadgeModule]>;
|
|
4044
4056
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMaterialModule>;
|
|
4045
4057
|
}
|
|
4046
4058
|
|
|
@@ -4054,7 +4066,7 @@ declare class HotkeysDialogComponent {
|
|
|
4054
4066
|
|
|
4055
4067
|
declare class SharedHotkeysModule {
|
|
4056
4068
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedHotkeysModule, never>;
|
|
4057
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedHotkeysModule, [typeof HotkeysDialogComponent], [typeof i2$1.CommonModule, typeof i10$
|
|
4069
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedHotkeysModule, [typeof HotkeysDialogComponent], [typeof i2$1.CommonModule, typeof i10$2.MatDialogModule, typeof i4$1.TranslatePipe], [typeof HotkeysDialogComponent]>;
|
|
4058
4070
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedHotkeysModule>;
|
|
4059
4071
|
}
|
|
4060
4072
|
|
|
@@ -4217,7 +4229,7 @@ declare class ModalToolbarComponent implements OnInit, OnDestroy {
|
|
|
4217
4229
|
|
|
4218
4230
|
declare class SharedToolbarModule {
|
|
4219
4231
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedToolbarModule, never>;
|
|
4220
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedToolbarModule, [typeof ToolbarComponent, typeof ModalToolbarComponent], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
4232
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedToolbarModule, [typeof ToolbarComponent, typeof ModalToolbarComponent], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i5$1.HammerModule, typeof SharedPipesModule, typeof RxStateModule, typeof i21.MatProgressBarModule, typeof i10$1.MatIconModule], [typeof ToolbarComponent, typeof ModalToolbarComponent]>;
|
|
4221
4233
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedToolbarModule>;
|
|
4222
4234
|
}
|
|
4223
4235
|
|
|
@@ -5589,28 +5601,25 @@ type MutateQueryOptions<TData = unknown, TVariables extends OperationVariables =
|
|
|
5589
5601
|
};
|
|
5590
5602
|
declare const APP_GRAPHQL_TYPE_POLICIES: InjectionToken<TypePolicies>;
|
|
5591
5603
|
declare const APP_GRAPHQL_FRAGMENTS: InjectionToken<DocumentNode[]>;
|
|
5604
|
+
declare const APP_GRAPHQL_SERVICE: InjectionToken<GraphqlService>;
|
|
5592
5605
|
declare class GraphqlService extends StartableService<ApolloClient> {
|
|
5593
|
-
private platform;
|
|
5594
|
-
private apollo;
|
|
5595
|
-
private httpLink;
|
|
5596
|
-
private network;
|
|
5597
|
-
private storage;
|
|
5598
|
-
private settings;
|
|
5599
|
-
protected environment: Environment;
|
|
5600
|
-
private typePolicies;
|
|
5601
|
-
private fragments;
|
|
5602
5606
|
private readonly _networkStatusChanged$;
|
|
5603
|
-
readonly httpParams: HttpLink.Options;
|
|
5604
|
-
wsParams: ClientOptions<ConnectionParams>;
|
|
5605
5607
|
private readonly _defaultFetchPolicy;
|
|
5606
5608
|
private onNetworkError;
|
|
5607
5609
|
private customErrors;
|
|
5608
5610
|
onResetAuth: Subject<void>;
|
|
5611
|
+
onExpiredAuth: Subject<void>;
|
|
5612
|
+
protected readonly platform: Platform;
|
|
5613
|
+
protected readonly apollo: Apollo;
|
|
5614
|
+
protected readonly network: NetworkService;
|
|
5615
|
+
protected readonly storage: StorageService;
|
|
5616
|
+
protected readonly settings: LocalSettingsService;
|
|
5617
|
+
protected readonly environment: Environment;
|
|
5609
5618
|
get client(): ApolloClient;
|
|
5610
5619
|
get cache(): ApolloCache;
|
|
5611
5620
|
get defaultFetchPolicy(): WatchQueryFetchPolicy;
|
|
5612
5621
|
get connectionParams(): ConnectionParams;
|
|
5613
|
-
constructor(
|
|
5622
|
+
constructor();
|
|
5614
5623
|
query<T, V = EmptyObject>(opts: {
|
|
5615
5624
|
query: any;
|
|
5616
5625
|
variables?: V;
|
|
@@ -5675,12 +5684,19 @@ declare class GraphqlService extends StartableService<ApolloClient> {
|
|
|
5675
5684
|
registerCustomError(error: PropertyMap): void;
|
|
5676
5685
|
protected ngOnStart(): Promise<ApolloClient>;
|
|
5677
5686
|
protected ngOnStop(): Promise<void>;
|
|
5687
|
+
/**
|
|
5688
|
+
* Handle exception. default do nothing.
|
|
5689
|
+
* Override this method to handle exception more accurately or ignore.
|
|
5690
|
+
* @param error
|
|
5691
|
+
* @protected
|
|
5692
|
+
*/
|
|
5693
|
+
protected handleException(error: any): Promise<void>;
|
|
5678
5694
|
protected resetClient(client?: ApolloClient): Promise<void>;
|
|
5679
5695
|
private toApolloError;
|
|
5680
5696
|
private createAppErrorByCode;
|
|
5681
5697
|
private getI18nErrorMessageByCode;
|
|
5682
5698
|
private toAppError;
|
|
5683
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GraphqlService,
|
|
5699
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GraphqlService, never>;
|
|
5684
5700
|
static ɵprov: i0.ɵɵInjectableDeclaration<GraphqlService>;
|
|
5685
5701
|
}
|
|
5686
5702
|
|
|
@@ -5726,11 +5742,11 @@ declare class BaseGraphqlServiceOptions {
|
|
|
5726
5742
|
production?: boolean;
|
|
5727
5743
|
}
|
|
5728
5744
|
declare abstract class BaseGraphqlService<T = any, F = any, ID = any, S = void> extends StartableService<S> {
|
|
5729
|
-
protected graphql: GraphqlService;
|
|
5730
5745
|
protected _logPrefix: string;
|
|
5731
5746
|
protected _mutableWatchQueries: MutableWatchQueryDescription<any, any>[];
|
|
5732
5747
|
protected _mutableWatchQueriesMaxCount: number;
|
|
5733
|
-
protected
|
|
5748
|
+
protected readonly graphql: GraphqlService;
|
|
5749
|
+
protected constructor(options?: BaseGraphqlServiceOptions);
|
|
5734
5750
|
mutableWatchQuery<D, V extends OperationVariables$1 = EmptyObject>(opts: MutableWatchQueryOptions<D, T, V>): Observable<D>;
|
|
5735
5751
|
insertIntoMutableCachedQueries(cache: ApolloCache, opts: FindMutableWatchQueriesOptions & {
|
|
5736
5752
|
data: T[] | T;
|
|
@@ -5746,7 +5762,7 @@ declare abstract class BaseGraphqlService<T = any, F = any, ID = any, S = void>
|
|
|
5746
5762
|
protected registerNewMutableWatchQuery(mutableQuery: MutableWatchQueryDescription<any>): void;
|
|
5747
5763
|
protected findRefetchQueries(opts: FindMutableWatchQueriesOptions): InternalRefetchQueriesInclude;
|
|
5748
5764
|
protected ngOnStart(): Promise<S>;
|
|
5749
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseGraphqlService<any, any, any, any>, [
|
|
5765
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseGraphqlService<any, any, any, any>, [{ optional: true; }]>;
|
|
5750
5766
|
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseGraphqlService<any, any, any, any>, never, never, {}, {}, never, never, true, never>;
|
|
5751
5767
|
}
|
|
5752
5768
|
|
|
@@ -6265,14 +6281,6 @@ interface AccountWatchOptions {
|
|
|
6265
6281
|
intervalInSeconds?: number;
|
|
6266
6282
|
}
|
|
6267
6283
|
declare class AccountService extends BaseGraphqlService<Account, any, number, Account> {
|
|
6268
|
-
protected network: NetworkService;
|
|
6269
|
-
protected graphql: GraphqlService;
|
|
6270
|
-
protected settings: LocalSettingsService;
|
|
6271
|
-
protected storage: Storage;
|
|
6272
|
-
protected file: FileService;
|
|
6273
|
-
protected startupService: StartupService;
|
|
6274
|
-
private translate;
|
|
6275
|
-
private toastController;
|
|
6276
6284
|
protected environment: Environment;
|
|
6277
6285
|
protected readonly queries: AccountServiceGraphqlQueries;
|
|
6278
6286
|
protected readonly mutations: AccountServiceGraphqlMutations;
|
|
@@ -6292,6 +6300,16 @@ declare class AccountService extends BaseGraphqlService<Account, any, number, Ac
|
|
|
6292
6300
|
private _$additionalFields;
|
|
6293
6301
|
private _tokenType$;
|
|
6294
6302
|
private _apiTokenEnabled;
|
|
6303
|
+
protected readonly alertCtrl: AlertController;
|
|
6304
|
+
protected readonly network: NetworkService;
|
|
6305
|
+
protected readonly settings: LocalSettingsService;
|
|
6306
|
+
protected readonly storage: Storage;
|
|
6307
|
+
protected readonly file: FileService;
|
|
6308
|
+
protected readonly startupService: StartupService;
|
|
6309
|
+
protected readonly translate: TranslateService;
|
|
6310
|
+
protected readonly toastController: ToastController;
|
|
6311
|
+
protected readonly options: UserSettingsOptions;
|
|
6312
|
+
protected readonly accountOptions?: AccountServiceOptions;
|
|
6295
6313
|
get account(): Account;
|
|
6296
6314
|
get account$(): Observable<Account>;
|
|
6297
6315
|
get person(): Person;
|
|
@@ -6302,7 +6320,7 @@ declare class AccountService extends BaseGraphqlService<Account, any, number, Ac
|
|
|
6302
6320
|
get apiTokenEnabled(): boolean;
|
|
6303
6321
|
set apiTokenEnabled(value: boolean);
|
|
6304
6322
|
get remoteLocalSettingsKeys(): string[];
|
|
6305
|
-
constructor(
|
|
6323
|
+
constructor(environment: Environment);
|
|
6306
6324
|
ngOnStart(): Promise<Account>;
|
|
6307
6325
|
protected ngOnStop(): Promise<void>;
|
|
6308
6326
|
isLogin(): boolean;
|
|
@@ -6414,7 +6432,7 @@ declare class AccountService extends BaseGraphqlService<Account, any, number, Ac
|
|
|
6414
6432
|
protected copyIdAndUpdateDateSettings(source: UserSettings | undefined, target: UserSettings): void;
|
|
6415
6433
|
protected copyIdAndUpdateDateToken(sources: UserToken[] | undefined, targets: UserToken[]): void;
|
|
6416
6434
|
protected showToast<T = any>(opts: ShowToastOptions): Promise<OverlayEventDetail<T>>;
|
|
6417
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccountService,
|
|
6435
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccountService, never>;
|
|
6418
6436
|
static ɵprov: i0.ɵɵInjectableDeclaration<AccountService>;
|
|
6419
6437
|
}
|
|
6420
6438
|
declare function provideAccountService(): Provider;
|
|
@@ -6458,7 +6476,6 @@ declare const ConfigFragments: {
|
|
|
6458
6476
|
declare const APP_CONFIG_OPTIONS: InjectionToken<FormFieldDefinitionMap>;
|
|
6459
6477
|
declare class ConfigService extends BaseGraphqlService<Configuration, any, number, Configuration> implements IEntityService<Configuration>, IStartableService<Configuration> {
|
|
6460
6478
|
protected platform: Platform;
|
|
6461
|
-
protected graphql: GraphqlService;
|
|
6462
6479
|
protected storage: Storage;
|
|
6463
6480
|
protected network: NetworkService;
|
|
6464
6481
|
protected file: FileService;
|
|
@@ -6469,7 +6486,7 @@ declare class ConfigService extends BaseGraphqlService<Configuration, any, numbe
|
|
|
6469
6486
|
private _optionDefs;
|
|
6470
6487
|
private $data;
|
|
6471
6488
|
get config(): Observable<Configuration>;
|
|
6472
|
-
constructor(platform: Platform,
|
|
6489
|
+
constructor(platform: Platform, storage: Storage, network: NetworkService, file: FileService, toastController: ToastController, translate: TranslateService, accountService: AccountService, environment: Environment, defaultOptionsMap: FormFieldDefinitionMap);
|
|
6473
6490
|
protected ngOnStart(): Promise<Configuration>;
|
|
6474
6491
|
loadDefault(opts?: EntityServiceLoadOptions): Promise<Configuration>;
|
|
6475
6492
|
load(id: number, opts?: EntityServiceLoadOptions & {
|
|
@@ -6495,7 +6512,7 @@ declare class ConfigService extends BaseGraphqlService<Configuration, any, numbe
|
|
|
6495
6512
|
private restoreLocally;
|
|
6496
6513
|
private storeLocally;
|
|
6497
6514
|
protected showToast(opts: ShowToastOptions): Promise<void>;
|
|
6498
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigService, [null, null, null, null, null, null, null, null,
|
|
6515
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigService, [null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
6499
6516
|
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigService>;
|
|
6500
6517
|
}
|
|
6501
6518
|
|
|
@@ -6652,8 +6669,6 @@ interface EntityServiceRefetchQueriesOptions<T = any> {
|
|
|
6652
6669
|
policy?: MutableWatchQueriesUpdatePolicy;
|
|
6653
6670
|
}
|
|
6654
6671
|
declare abstract class BaseEntityService<T extends Entity<T, ID>, F extends EntityFilter<F, T, ID>, ID = number, WO extends EntitiesServiceWatchOptions = EntitiesServiceWatchOptions<T>, LO extends EntitiesServiceLoadOptions = EntitiesServiceLoadOptions<T>, DO extends EntitiesServiceDeleteOptions = EntitiesServiceDeleteOptions<T>, Q extends BaseEntityGraphqlQueries = BaseEntityGraphqlQueries, M extends BaseEntityGraphqlMutations = BaseEntityGraphqlMutations, S extends BaseEntityGraphqlSubscriptions = BaseEntityGraphqlSubscriptions> extends BaseGraphqlService<T, F, ID> implements IEntitiesService<T, F, WO>, IEntityService<T, ID, LO> {
|
|
6655
|
-
protected graphql: GraphqlService;
|
|
6656
|
-
protected platform: PlatformService;
|
|
6657
6672
|
protected dataType: new () => T;
|
|
6658
6673
|
protected filterType: new () => F;
|
|
6659
6674
|
protected readonly _typename: string;
|
|
@@ -6667,8 +6682,9 @@ declare abstract class BaseEntityService<T extends Entity<T, ID>, F extends Enti
|
|
|
6667
6682
|
protected readonly defaultSortDirection: SortDirection;
|
|
6668
6683
|
protected readonly watchQueriesUpdatePolicy: MutableWatchQueriesUpdatePolicy;
|
|
6669
6684
|
protected readonly watchQueriesDeletePolicy: MutableWatchQueriesUpdatePolicy;
|
|
6685
|
+
protected platform: PlatformService;
|
|
6670
6686
|
get defaultFetchPolicy(): WatchQueryFetchPolicy;
|
|
6671
|
-
protected constructor(
|
|
6687
|
+
protected constructor(dataType: new () => T, filterType: new () => F, options: BaseEntityServiceOptions<T, ID, Q, M, S>);
|
|
6672
6688
|
watch(id: number, opts?: WO): Observable<T>;
|
|
6673
6689
|
load(id: ID, opts?: LO): Promise<T>;
|
|
6674
6690
|
watchAll(offset: number, size: number, sortBy?: string, sortDirection?: SortDirection, dataFilter?: F, opts?: WO): Observable<LoadResult<T>>;
|
|
@@ -6737,13 +6753,11 @@ interface NamedFilterLoadOptions extends EntitiesServiceLoadOptions {
|
|
|
6737
6753
|
withContent?: boolean;
|
|
6738
6754
|
}
|
|
6739
6755
|
declare abstract class AbstractNamedFilterService<T extends NamedFilter<T>, F extends NamedFilterFilter<F, T>, WO extends NamedFilterWatchOptions = NamedFilterWatchOptions, LO extends NamedFilterLoadOptions = NamedFilterLoadOptions> extends BaseEntityService<T, F, number> implements INamedFilterService<T, F, WO, LO> {
|
|
6740
|
-
protected graphql: GraphqlService;
|
|
6741
|
-
protected platform: PlatformService;
|
|
6742
6756
|
protected account: AccountService;
|
|
6743
6757
|
protected dataType: new () => T;
|
|
6744
6758
|
protected filterType: new () => F;
|
|
6745
6759
|
protected options: BaseEntityServiceOptions<T, number>;
|
|
6746
|
-
protected constructor(
|
|
6760
|
+
protected constructor(account: AccountService, dataType: new () => T, filterType: new () => F, options: BaseEntityServiceOptions<T, number>);
|
|
6747
6761
|
suggest(value: any, filter: Partial<F>): Promise<LoadResult<T>>;
|
|
6748
6762
|
asSuggestFilter(searchText: string, filter?: Partial<F>): F;
|
|
6749
6763
|
asFilter(source: any): F;
|
|
@@ -6808,7 +6822,7 @@ declare class NamedFilterSelector extends AppForm<{
|
|
|
6808
6822
|
|
|
6809
6823
|
declare class SharedNamedFilterModule {
|
|
6810
6824
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedNamedFilterModule, never>;
|
|
6811
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedNamedFilterModule, [typeof NamedFilterSelector], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
6825
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedNamedFilterModule, [typeof NamedFilterSelector], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i4$1.TranslatePipe, typeof SharedMatAutocompleteModule, typeof i5.ReactiveFormsModule, typeof SharedMaterialModule], [typeof NamedFilterSelector]>;
|
|
6812
6826
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedNamedFilterModule>;
|
|
6813
6827
|
}
|
|
6814
6828
|
|
|
@@ -6821,14 +6835,14 @@ declare function initializeSharedModule(envLoader: EnvironmentLoader): () => Pro
|
|
|
6821
6835
|
declare class SharedModule {
|
|
6822
6836
|
static forRoot(config?: SharedModuleConfig): ModuleWithProviders<SharedModule>;
|
|
6823
6837
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
6824
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof AppFormField, typeof AppLoadingSpinner, typeof UploadFileComponent, typeof UploadFilePopover, typeof SharedTestsPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
6838
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof AppFormField, typeof AppLoadingSpinner, typeof UploadFileComponent, typeof UploadFilePopover, typeof SharedTestsPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i5.ReactiveFormsModule, typeof i4$1.TranslatePipe, typeof i10$3.DragDropModule, typeof i11$1.MarkdownModule, typeof RxStateModule, typeof i13$1.ColorPickerDirective, typeof SharedMaterialModule, typeof SharedDirectivesModule, typeof SharedPipesModule, typeof SharedHotkeysModule, typeof SharedToolbarModule, typeof SharedNamedFilterModule], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i4$1.TranslatePipe, typeof i5.ReactiveFormsModule, typeof i10$3.DragDropModule, typeof i11$1.MarkdownModule, typeof i3$3.NgxJdenticonModule, typeof RxStateModule, typeof SharedMaterialModule, typeof SharedDirectivesModule, typeof SharedPipesModule, typeof SharedHotkeysModule, typeof SharedToolbarModule, typeof SharedNamedFilterModule, typeof AppFormField, typeof AppLoadingSpinner, typeof UploadFileComponent, typeof UploadFilePopover, typeof SharedTestsPage]>;
|
|
6825
6839
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
6826
6840
|
}
|
|
6827
6841
|
|
|
6828
6842
|
declare class SharedRoutingModule {
|
|
6829
6843
|
constructor();
|
|
6830
6844
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedRoutingModule, never>;
|
|
6831
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedRoutingModule, never, [typeof
|
|
6845
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedRoutingModule, never, [typeof i4$2.RouterModule], never>;
|
|
6832
6846
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedRoutingModule>;
|
|
6833
6847
|
}
|
|
6834
6848
|
|
|
@@ -6890,12 +6904,15 @@ declare class MatAutocompleteFieldUtils {
|
|
|
6890
6904
|
static defaultEquals(o1: any, o2: any): boolean;
|
|
6891
6905
|
}
|
|
6892
6906
|
|
|
6893
|
-
declare class MatPaginatorI18n extends MatPaginatorIntl {
|
|
6907
|
+
declare class MatPaginatorI18n extends MatPaginatorIntl implements OnDestroy {
|
|
6894
6908
|
private translate;
|
|
6895
6909
|
ofLabel: string;
|
|
6910
|
+
private _subscription;
|
|
6896
6911
|
constructor(translate: TranslateService);
|
|
6912
|
+
ngOnDestroy(): void;
|
|
6897
6913
|
getRangeLabel: (page: number, pageSize: number, length: number) => string;
|
|
6898
6914
|
private _getTranslationValue;
|
|
6915
|
+
private _updateTranslations;
|
|
6899
6916
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatorI18n, never>;
|
|
6900
6917
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatPaginatorI18n>;
|
|
6901
6918
|
}
|
|
@@ -6910,7 +6927,7 @@ declare class MatStepperI18n extends MatStepperIntl {
|
|
|
6910
6927
|
|
|
6911
6928
|
declare class AppTextFormModule {
|
|
6912
6929
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTextFormModule, never>;
|
|
6913
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTextFormModule, [typeof TextForm], [typeof SharedModule
|
|
6930
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTextFormModule, [typeof TextForm], [typeof SharedModule], [typeof TextForm]>;
|
|
6914
6931
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppTextFormModule>;
|
|
6915
6932
|
}
|
|
6916
6933
|
|
|
@@ -6938,6 +6955,196 @@ interface Image {
|
|
|
6938
6955
|
}
|
|
6939
6956
|
type ImageSize = 'small' | 'medium' | 'large';
|
|
6940
6957
|
|
|
6958
|
+
type GalleryMode = 'mosaic' | 'list';
|
|
6959
|
+
type ImageEditFormat = 'png' | 'jpeg';
|
|
6960
|
+
interface ImageEditEvent<T extends Image = Image> {
|
|
6961
|
+
row: TableElement<T>;
|
|
6962
|
+
image: T;
|
|
6963
|
+
dataUrl: string;
|
|
6964
|
+
blob: Blob;
|
|
6965
|
+
format: ImageEditFormat;
|
|
6966
|
+
}
|
|
6967
|
+
interface ImageGallerySlideChangeEvent<T extends Image = Image> {
|
|
6968
|
+
index: number;
|
|
6969
|
+
row: TableElement<T>;
|
|
6970
|
+
}
|
|
6971
|
+
|
|
6972
|
+
interface CropRect {
|
|
6973
|
+
x: number;
|
|
6974
|
+
y: number;
|
|
6975
|
+
width: number;
|
|
6976
|
+
height: number;
|
|
6977
|
+
}
|
|
6978
|
+
type CropHandle = 'move' | 'nw' | 'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w';
|
|
6979
|
+
/**
|
|
6980
|
+
* The zoom/pan/rotate/crop slideshow shown when clicking an image in `AppImageGalleryComponent`.
|
|
6981
|
+
* Extracted into its own component so the exact same slideshow can be presented either inside an
|
|
6982
|
+
* `ion-modal` (default), or inline as an overlay directly within the gallery, without any duplication.
|
|
6983
|
+
*/
|
|
6984
|
+
declare class AppImageGallerySlideshowComponent<T extends Image = Image> implements OnDestroy {
|
|
6985
|
+
protected alterCtrl: AlertController;
|
|
6986
|
+
protected translate: TranslateService;
|
|
6987
|
+
protected cd: ChangeDetectorRef;
|
|
6988
|
+
protected activeSlideIndex: number;
|
|
6989
|
+
protected swiperModules: ((opts: any) => void)[];
|
|
6990
|
+
protected _swiper: Swiper;
|
|
6991
|
+
protected _zoomState: {
|
|
6992
|
+
scale: number;
|
|
6993
|
+
tx: number;
|
|
6994
|
+
ty: number;
|
|
6995
|
+
};
|
|
6996
|
+
protected _rotation: number;
|
|
6997
|
+
protected _dragState: {
|
|
6998
|
+
startX: number;
|
|
6999
|
+
startY: number;
|
|
7000
|
+
startTx: number;
|
|
7001
|
+
startTy: number;
|
|
7002
|
+
} | null;
|
|
7003
|
+
protected _wheelListener: ((e: WheelEvent) => void) | null;
|
|
7004
|
+
protected _wheelEl: HTMLElement | null;
|
|
7005
|
+
protected readonly _defaultCropInset = 0.15;
|
|
7006
|
+
protected _cropToolActive: boolean;
|
|
7007
|
+
protected _cropRect: CropRect;
|
|
7008
|
+
protected _cropOverlayRect: {
|
|
7009
|
+
width: number;
|
|
7010
|
+
height: number;
|
|
7011
|
+
} | null;
|
|
7012
|
+
protected _cropDragState: {
|
|
7013
|
+
handle: CropHandle;
|
|
7014
|
+
startX: number;
|
|
7015
|
+
startY: number;
|
|
7016
|
+
startRect: CropRect;
|
|
7017
|
+
} | null;
|
|
7018
|
+
protected readonly _cropHandles: CropHandle[];
|
|
7019
|
+
protected _pendingSlideDirection: 'prev' | 'next' | null;
|
|
7020
|
+
rows: TableElement<T>[] | ReadonlyArray<TableElement<T>>;
|
|
7021
|
+
selectedIndex: number;
|
|
7022
|
+
mobile: boolean;
|
|
7023
|
+
readOnly: boolean;
|
|
7024
|
+
disabled: boolean;
|
|
7025
|
+
debug: boolean;
|
|
7026
|
+
enableMouseZoom: boolean;
|
|
7027
|
+
wheelZoomStep: number;
|
|
7028
|
+
maxZoomRatio: number;
|
|
7029
|
+
enableRotate: boolean;
|
|
7030
|
+
enableCrop: boolean;
|
|
7031
|
+
editionFormat: ImageEditFormat;
|
|
7032
|
+
editionQuality: number;
|
|
7033
|
+
imageSizeQueryParam: string;
|
|
7034
|
+
modalImageSize: ImageSize | string;
|
|
7035
|
+
/** Whether reaching the last (resp. first) slide should wrap around to the first (resp. last) one. Default true. */
|
|
7036
|
+
enableLoop: boolean;
|
|
7037
|
+
/** Whether more rows may exist beyond the ones currently loaded (e.g. a further page, not yet fetched). When true, reaching the last slide asks the parent (via `fetchMore`) instead of looping/stopping. */
|
|
7038
|
+
canFetchMore: boolean;
|
|
7039
|
+
/** Requests deletion of the given row. The caller (gallery) owns the confirmation/deletion logic and resolves the promise with whether it actually happened. */
|
|
7040
|
+
deleteRequested: EventEmitter<_sumaris_net_ngx_components.PromiseEvent<boolean, {
|
|
7041
|
+
row: TableElement<T>;
|
|
7042
|
+
}>>;
|
|
7043
|
+
closeRequested: EventEmitter<void>;
|
|
7044
|
+
afterEditImage: EventEmitter<ImageEditEvent<T>>;
|
|
7045
|
+
afterEditRow: EventEmitter<TableElement<T>>;
|
|
7046
|
+
/** Emitted whenever the active slide moves backward (previous image), whether triggered by the side button, a swipe, or looping past the first slide. */
|
|
7047
|
+
previousSlide: EventEmitter<ImageGallerySlideChangeEvent<T>>;
|
|
7048
|
+
/** Emitted whenever the active slide moves forward (next image), whether triggered by the side button, a swipe, or looping past the last slide. */
|
|
7049
|
+
nextSlide: EventEmitter<ImageGallerySlideChangeEvent<T>>;
|
|
7050
|
+
/**
|
|
7051
|
+
* Emitted when reaching the last slide while `canFetchMore` is true: the parent is expected to fetch
|
|
7052
|
+
* the next page (however it does so) and resolve with whether new rows were actually added.
|
|
7053
|
+
*/
|
|
7054
|
+
fetchMore: EventEmitter<_sumaris_net_ngx_components.PromiseEvent<boolean, void>>;
|
|
7055
|
+
swiperRef: ElementRef;
|
|
7056
|
+
showTooltip: boolean;
|
|
7057
|
+
protected get hasPendingEdit(): boolean;
|
|
7058
|
+
/** No "fetch previous page" concept exists: reaching the first slide can only loop, or stop. */
|
|
7059
|
+
protected get isPrevDisabled(): boolean;
|
|
7060
|
+
protected get isNextDisabled(): boolean;
|
|
7061
|
+
constructor(alterCtrl: AlertController, translate: TranslateService, cd: ChangeDetectorRef);
|
|
7062
|
+
ngOnDestroy(): void;
|
|
7063
|
+
protected getSwiper(swiperElement?: any): Swiper;
|
|
7064
|
+
/**
|
|
7065
|
+
* Waits (a few animation frames) until Swiper's own slides array reflects at least `minCount` items.
|
|
7066
|
+
* Needed after `fetchMore`: the new `<swiper-slide>` elements come from the `rows` input re-rendering,
|
|
7067
|
+
* which may not have reached the DOM by the time the parent's returned promise resolves.
|
|
7068
|
+
*/
|
|
7069
|
+
protected _waitForSlideCount(swiper: Swiper, minCount: number, retriesLeft?: number): Promise<boolean>;
|
|
7070
|
+
protected onSlideChange(swiperElement: any): void;
|
|
7071
|
+
/**
|
|
7072
|
+
* Emits `previousSlide`/`nextSlide` from the actual index change, covering side buttons as well as touch
|
|
7073
|
+
* swipes. When `slidePrev()`/`slideNext()` triggered the change, their explicit intent is used (since with
|
|
7074
|
+
* exactly 2 slides, a "step" and a manual "wrap" produce the very same index change and can't be told apart
|
|
7075
|
+
* from the indexes alone). Otherwise (a plain touch swipe) Swiper never wraps on its own (no `loop` mode
|
|
7076
|
+
* configured here), so a simple index comparison is unambiguous.
|
|
7077
|
+
*/
|
|
7078
|
+
protected _emitSlideChange(previousIndex: number, activeIndex: number): void;
|
|
7079
|
+
protected onSwiperInit(swiperElement: any): void;
|
|
7080
|
+
/**
|
|
7081
|
+
* Swiper's own touch/mouse-drag-to-swipe gesture is captured very early (before our crop overlay's
|
|
7082
|
+
* own mousedown handler can stop it), so it must be disabled upfront whenever the crop tool is active
|
|
7083
|
+
* -- otherwise dragging inside the crop selection ends up sliding to the next/previous image instead.
|
|
7084
|
+
* Prev/next arrow buttons keep working, since they call the Swiper API directly.
|
|
7085
|
+
*/
|
|
7086
|
+
protected _updateSwiperTouchMove(swiperElement: any): void;
|
|
7087
|
+
protected zoom(swiperElement: any, zoomIn: boolean): Promise<void>;
|
|
7088
|
+
protected requestDelete(swiperElement: any): Promise<boolean>;
|
|
7089
|
+
protected slidePrev(swiperElement: any): Promise<void>;
|
|
7090
|
+
protected slideNext(swiperElement: any): Promise<void>;
|
|
7091
|
+
protected getImageSizeQueryParams(): {
|
|
7092
|
+
[key: string]: any;
|
|
7093
|
+
};
|
|
7094
|
+
protected discardEdit(swiperElement: any): void;
|
|
7095
|
+
protected resetCrop(_swiperElement: any): void;
|
|
7096
|
+
protected _createDefaultCropRect(): CropRect;
|
|
7097
|
+
protected toggleCropTool(swiperElement: any): void;
|
|
7098
|
+
protected validateEdit(swiperElement: any): Promise<void>;
|
|
7099
|
+
protected _resetEditState(swiperElement: any): void;
|
|
7100
|
+
protected onWindowResize(): void;
|
|
7101
|
+
protected rotate(swiperElement: any, direction: 'left' | 'right'): void;
|
|
7102
|
+
/**
|
|
7103
|
+
* Constrains the displayed image so that, even once rotated 90°/270° via CSS transform,
|
|
7104
|
+
* its visual bounding box always fits inside the slide container (no overflow).
|
|
7105
|
+
*/
|
|
7106
|
+
protected _updateEditImageSize(swiperElement: any, retriesLeft?: number): void;
|
|
7107
|
+
protected _getImageNaturalSize(imgEl: HTMLElement): {
|
|
7108
|
+
width: number;
|
|
7109
|
+
height: number;
|
|
7110
|
+
} | null;
|
|
7111
|
+
protected onCropPointerDown(event: MouseEvent | TouchEvent, swiperElement: any, handle: CropHandle): void;
|
|
7112
|
+
protected onCropPointerMove(event: MouseEvent | TouchEvent, _swiperElement: any): void;
|
|
7113
|
+
protected onCropPointerUp(_event: MouseEvent | TouchEvent, swiperElement?: any): void;
|
|
7114
|
+
protected _computeCropRect(handle: CropHandle, start: CropRect, dx: number, dy: number): CropRect;
|
|
7115
|
+
protected _getEventPoint(event: MouseEvent | TouchEvent): {
|
|
7116
|
+
x: number;
|
|
7117
|
+
y: number;
|
|
7118
|
+
};
|
|
7119
|
+
protected _updateCropOverlayPosition(swiperElement: any, retriesLeft?: number): {
|
|
7120
|
+
width: number;
|
|
7121
|
+
height: number;
|
|
7122
|
+
} | null;
|
|
7123
|
+
protected _renderEditedImage(image: Image, rotation: number, cropRect: CropRect): Promise<HTMLCanvasElement>;
|
|
7124
|
+
protected _loadImageElement(src: string): Promise<HTMLImageElement>;
|
|
7125
|
+
protected onPointerDown(event: MouseEvent, swiperElement: any): void;
|
|
7126
|
+
protected onPointerMove(event: MouseEvent, swiperElement: any): void;
|
|
7127
|
+
protected onPointerUp(event: MouseEvent, swiperElement?: any): void;
|
|
7128
|
+
protected _resetZoom(swiperElement?: any): void;
|
|
7129
|
+
protected _setupWheelZoom(swiperElement: any): void;
|
|
7130
|
+
protected _cleanupWheelZoom(): void;
|
|
7131
|
+
protected _applyZoom(swiperElement: any): void;
|
|
7132
|
+
protected _clampTranslations(swiperElement: any): void;
|
|
7133
|
+
protected _getActiveZoomWrapEl(swiperElement: any): HTMLElement | null;
|
|
7134
|
+
protected markForCheck(): void;
|
|
7135
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppImageGallerySlideshowComponent<any>, never>;
|
|
7136
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppImageGallerySlideshowComponent<any>, "app-image-gallery-slideshow", never, { "rows": { "alias": "rows"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "enableMouseZoom": { "alias": "enableMouseZoom"; "required": false; }; "wheelZoomStep": { "alias": "wheelZoomStep"; "required": false; }; "maxZoomRatio": { "alias": "maxZoomRatio"; "required": false; }; "enableRotate": { "alias": "enableRotate"; "required": false; }; "enableCrop": { "alias": "enableCrop"; "required": false; }; "editionFormat": { "alias": "editionFormat"; "required": false; }; "editionQuality": { "alias": "editionQuality"; "required": false; }; "imageSizeQueryParam": { "alias": "imageSizeQueryParam"; "required": false; }; "modalImageSize": { "alias": "modalImageSize"; "required": false; }; "enableLoop": { "alias": "enableLoop"; "required": false; }; "canFetchMore": { "alias": "canFetchMore"; "required": false; }; }, { "deleteRequested": "deleteRequested"; "closeRequested": "closeRequested"; "afterEditImage": "afterEditImage"; "afterEditRow": "afterEditRow"; "previousSlide": "previousSlide"; "nextSlide": "nextSlide"; "fetchMore": "fetchMore"; }, never, never, false, never>;
|
|
7137
|
+
static ngAcceptInputType_mobile: unknown;
|
|
7138
|
+
static ngAcceptInputType_readOnly: unknown;
|
|
7139
|
+
static ngAcceptInputType_disabled: unknown;
|
|
7140
|
+
static ngAcceptInputType_debug: unknown;
|
|
7141
|
+
static ngAcceptInputType_enableMouseZoom: unknown;
|
|
7142
|
+
static ngAcceptInputType_enableRotate: unknown;
|
|
7143
|
+
static ngAcceptInputType_enableCrop: unknown;
|
|
7144
|
+
static ngAcceptInputType_enableLoop: unknown;
|
|
7145
|
+
static ngAcceptInputType_canFetchMore: unknown;
|
|
7146
|
+
}
|
|
7147
|
+
|
|
6941
7148
|
declare class ImageService extends StartableService {
|
|
6942
7149
|
protected platform: PlatformService;
|
|
6943
7150
|
protected settings: LocalSettingsService;
|
|
@@ -6967,11 +7174,35 @@ declare class ImageService extends StartableService {
|
|
|
6967
7174
|
static ɵprov: i0.ɵɵInjectableDeclaration<ImageService>;
|
|
6968
7175
|
}
|
|
6969
7176
|
|
|
6970
|
-
|
|
6971
|
-
|
|
6972
|
-
|
|
6973
|
-
|
|
7177
|
+
interface PromiseEventPayload<R = any> {
|
|
7178
|
+
success: (value?: R) => void;
|
|
7179
|
+
error: (reason?: any) => void;
|
|
7180
|
+
}
|
|
7181
|
+
type PromiseEvent<R = any, D = void> = CustomEvent<PromiseEventPayload<R> & D>;
|
|
7182
|
+
declare function createPromiseEventEmitter<R = any, D = void>(): EventEmitter<PromiseEvent<R, D>>;
|
|
7183
|
+
declare function createPromiseEvent<T = void, D = void>(eventType: string, promise: PromiseEventPayload<T>, initArg?: CustomEventInit<D>): PromiseEvent<T, D>;
|
|
7184
|
+
declare function emitPromiseEvent<R = any, D = void>(emitter: EventEmitter<PromiseEvent<R, D>>, eventType: string, initArg?: CustomEventInit<D>): Promise<R>;
|
|
7185
|
+
interface CompletableEvent extends Event {
|
|
7186
|
+
target: EventTarget & {
|
|
7187
|
+
complete?: () => void;
|
|
7188
|
+
};
|
|
6974
7189
|
}
|
|
7190
|
+
/**
|
|
7191
|
+
* Listen end of scroll.
|
|
7192
|
+
* <p>
|
|
7193
|
+
* The threshold distance from the bottom of the content to call the infinite output event when scrolled.
|
|
7194
|
+
* The threshold value can be either a percent, or in pixels.
|
|
7195
|
+
* For example, use the value of 10% for the infinite output event to get called when the user has scrolled
|
|
7196
|
+
* 10% from the bottom of the page. Use the value 100px when the scroll is within 100 pixels from the bottom of the page.
|
|
7197
|
+
* </p>
|
|
7198
|
+
*
|
|
7199
|
+
* @param element
|
|
7200
|
+
* @param threshold default to '15%'
|
|
7201
|
+
* @param dueTime
|
|
7202
|
+
*/
|
|
7203
|
+
declare function fromScrollEndEvent(element: HTMLElement, threshold?: string, dueTime?: number): Observable<any>;
|
|
7204
|
+
|
|
7205
|
+
type ImageGallerySlideshowMode = 'modal' | 'inline';
|
|
6975
7206
|
interface ImageGallerySizes {
|
|
6976
7207
|
mosaic: ImageSize | string;
|
|
6977
7208
|
list: ImageSize | string;
|
|
@@ -6994,10 +7225,10 @@ declare class AppImageGalleryComponent<T extends Image> implements OnInit, OnDes
|
|
|
6994
7225
|
protected _titleForm: FormGroup;
|
|
6995
7226
|
protected _titleAutofocus: boolean;
|
|
6996
7227
|
protected _slidesSubscription: Subscription;
|
|
6997
|
-
protected _swiper: Swiper;
|
|
6998
|
-
protected swiperModules: ((opts: any) => void)[];
|
|
6999
7228
|
protected zoomActive: boolean;
|
|
7000
7229
|
protected zoomScale: number;
|
|
7230
|
+
/** Whether the inline slideshow overlay is currently shown (only relevant when zoomPresentation === 'inline'). */
|
|
7231
|
+
protected _slideshowVisible: boolean;
|
|
7001
7232
|
viewChange: BehaviorSubject<ListRange>;
|
|
7002
7233
|
cardColor: string | PredefinedColors;
|
|
7003
7234
|
debug: boolean;
|
|
@@ -7022,21 +7253,62 @@ declare class AppImageGalleryComponent<T extends Image> implements OnInit, OnDes
|
|
|
7022
7253
|
}>;
|
|
7023
7254
|
imageSizes: ImageGallerySizes;
|
|
7024
7255
|
imageSizeQueryParam: string;
|
|
7256
|
+
/** Enable mouse-wheel zoom and mouse-drag pan in the slideshow (defaults to true on desktop). */
|
|
7257
|
+
enableMouseZoom: boolean;
|
|
7258
|
+
/** Zoom step applied on each mouse-wheel tick (default 0.3). */
|
|
7259
|
+
wheelZoomStep: number;
|
|
7260
|
+
/** Maximum zoom ratio reachable via mouse wheel (default 3). */
|
|
7261
|
+
maxZoomRatio: number;
|
|
7262
|
+
/** Enable 90° rotation buttons in the slideshow (defaults to true). */
|
|
7263
|
+
enableRotate: boolean;
|
|
7264
|
+
/** Enable the crop tool in the slideshow (defaults to true). */
|
|
7265
|
+
enableCrop: boolean;
|
|
7266
|
+
/** Image format used when emitting the edited (cropped/rotated) image. */
|
|
7267
|
+
editionFormat: ImageEditFormat;
|
|
7268
|
+
/** Export quality, applied only when editionFormat is 'jpeg' (0 to 1). */
|
|
7269
|
+
editionQuality: number;
|
|
7270
|
+
/** Where to show the slideshow: in a full-screen modal (default), or inline, as an overlay over the gallery itself (desktop only). */
|
|
7271
|
+
slideshowMode: ImageGallerySlideshowMode;
|
|
7272
|
+
/** Height of the inline slideshow overlay (CSS value, e.g. '60vh'). Only used when zoomPresentation is 'inline'. */
|
|
7273
|
+
inlineZoomHeight: string;
|
|
7274
|
+
/** Whether reaching the last (resp. first) image should wrap around to the first (resp. last) one. Default true. */
|
|
7275
|
+
enableSlideshowLoop: boolean;
|
|
7276
|
+
/**
|
|
7277
|
+
* Whether more rows may exist beyond the ones currently loaded (e.g. a further page, not yet fetched).
|
|
7278
|
+
* When true, reaching the last image asks the parent (via `fetchMore`) instead of looping/stopping.
|
|
7279
|
+
* The gallery has no opinion on how fetching is actually done: it's entirely up to the parent.
|
|
7280
|
+
*/
|
|
7281
|
+
canFetchMore: boolean;
|
|
7025
7282
|
set dataSource(dataSource: TableDataSource<T, any, any, any>);
|
|
7026
7283
|
get dataSource(): TableDataSource<T, any, any, any>;
|
|
7027
7284
|
get enabled(): boolean;
|
|
7028
7285
|
get rows(): TableElement<T>[] | ReadonlyArray<TableElement<T>>;
|
|
7029
7286
|
get rowCount(): number;
|
|
7030
|
-
get
|
|
7287
|
+
get isSlideshowVisible(): boolean;
|
|
7288
|
+
/**
|
|
7289
|
+
* Whether the inline slideshow overlay is currently shown over the gallery grid. Only meaningful for
|
|
7290
|
+
* `slideshowMode === 'inline'`: in 'modal' mode, the grid behind the (fully opaque) modal must stay
|
|
7291
|
+
* untouched, otherwise toggling it in/out of view causes a layout jump when the modal is dismissed.
|
|
7292
|
+
*/
|
|
7293
|
+
protected get isInlineSlideshowOpen(): boolean;
|
|
7031
7294
|
zoomModal: IonModal;
|
|
7032
7295
|
titlePopover: IonPopover;
|
|
7033
|
-
|
|
7034
|
-
onBeforeDeleteRows: EventEmitter<_sumaris_net_ngx_components.PromiseEvent<boolean, {
|
|
7296
|
+
onBeforeDeleteRows: EventEmitter<PromiseEvent<boolean, {
|
|
7035
7297
|
rows: TableElement<T>[];
|
|
7036
7298
|
}>>;
|
|
7037
7299
|
onAfterAddRows: EventEmitter<TableElement<T>[]>;
|
|
7038
7300
|
onAfterEditRow: EventEmitter<TableElement<T>>;
|
|
7039
|
-
|
|
7301
|
+
onAfterEditImage: EventEmitter<ImageEditEvent<T>>;
|
|
7302
|
+
click: EventEmitter<TableElement<T>>;
|
|
7303
|
+
/** Emitted from the slideshow whenever the active slide moves backward (previous image). */
|
|
7304
|
+
previousSlide: EventEmitter<ImageGallerySlideChangeEvent<T>>;
|
|
7305
|
+
/** Emitted from the slideshow whenever the active slide moves forward (next image). */
|
|
7306
|
+
nextSlide: EventEmitter<ImageGallerySlideChangeEvent<T>>;
|
|
7307
|
+
/**
|
|
7308
|
+
* Forwarded as-is from the slideshow when reaching the last image while `canFetchMore` is true: the
|
|
7309
|
+
* parent must fetch the next page (however it does so) and resolve with whether new rows were added.
|
|
7310
|
+
*/
|
|
7311
|
+
fetchMore: EventEmitter<PromiseEvent<boolean, void>>;
|
|
7040
7312
|
showTooltip: boolean;
|
|
7041
7313
|
constructor(imageService: ImageService, platform: Platform, alterCtrl: AlertController, translate: TranslateService, cd: ChangeDetectorRef, environment?: Environment);
|
|
7042
7314
|
ngOnInit(): void;
|
|
@@ -7061,15 +7333,21 @@ declare class AppImageGalleryComponent<T extends Image> implements OnInit, OnDes
|
|
|
7061
7333
|
protected _switchDataSource(dataSource: TableDataSource<T>): void;
|
|
7062
7334
|
protected _observeRenderChanges(): void;
|
|
7063
7335
|
protected getTableUnknownDataSourceError(): Error;
|
|
7064
|
-
|
|
7065
|
-
|
|
7066
|
-
|
|
7067
|
-
|
|
7068
|
-
|
|
7069
|
-
|
|
7070
|
-
|
|
7071
|
-
|
|
7072
|
-
|
|
7336
|
+
clickRow(event: Event | undefined, row: TableElement<T>): boolean;
|
|
7337
|
+
/**
|
|
7338
|
+
* Opens the slideshow (inline overlay, or full-screen modal, depending on `zoomPresentation`) on the row at the given index.
|
|
7339
|
+
* Can be called from outside the component (e.g. to open the gallery directly on a given image).
|
|
7340
|
+
*/
|
|
7341
|
+
openSlideshow(event: Event | undefined, row: TableElement<T>): Promise<void>;
|
|
7342
|
+
closeSlideshow(role?: string): Promise<boolean>;
|
|
7343
|
+
/**
|
|
7344
|
+
* Handles a delete request coming from the slideshow component (either inline or in the modal):
|
|
7345
|
+
* runs the same confirmation/deletion flow as a card's delete button, then resolves the promise
|
|
7346
|
+
* so the slideshow knows whether to reset its zoom or close.
|
|
7347
|
+
*/
|
|
7348
|
+
protected onSlideshowDeleteRequested(promiseEvent: PromiseEvent<boolean, {
|
|
7349
|
+
row: TableElement<T>;
|
|
7350
|
+
}>): Promise<void>;
|
|
7073
7351
|
protected canDeleteRows(rows: TableElement<T>[], opts?: {
|
|
7074
7352
|
interactive?: boolean;
|
|
7075
7353
|
}): Promise<boolean>;
|
|
@@ -7078,7 +7356,7 @@ declare class AppImageGalleryComponent<T extends Image> implements OnInit, OnDes
|
|
|
7078
7356
|
};
|
|
7079
7357
|
protected markForCheck(): void;
|
|
7080
7358
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppImageGalleryComponent<any>, [null, null, null, null, null, { optional: true; }]>;
|
|
7081
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppImageGalleryComponent<any>, "app-image-gallery", never, { "cardColor": { "alias": "cardColor"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "confirmBeforeDelete": { "alias": "confirmBeforeDelete"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "showFabButton": { "alias": "showFabButton"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "showAddToolbarButton": { "alias": "showAddToolbarButton"; "required": false; }; "showAddTextButton": { "alias": "showAddTextButton"; "required": false; }; "showAddCardButton": { "alias": "showAddCardButton"; "required": false; }; "showCardToolbar": { "alias": "showCardToolbar"; "required": false; }; "addButtonColor": { "alias": "addButtonColor"; "required": false; }; "addButtonText": { "alias": "addButtonText"; "required": false; }; "cardTemplate": { "alias": "cardTemplate"; "required": false; }; "imageSizes": { "alias": "imageSizes"; "required": false; }; "imageSizeQueryParam": { "alias": "imageSizeQueryParam"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; }, { "onBeforeDeleteRows": "onBeforeDeleteRows"; "onAfterAddRows": "onAfterAddRows"; "onAfterEditRow": "onAfterEditRow"; "click": "click"; }, never, ["ion-buttons[slot=start]", "ion-buttons[slot=end]"], false, never>;
|
|
7359
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppImageGalleryComponent<any>, "app-image-gallery", never, { "cardColor": { "alias": "cardColor"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "confirmBeforeDelete": { "alias": "confirmBeforeDelete"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "showFabButton": { "alias": "showFabButton"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "showAddToolbarButton": { "alias": "showAddToolbarButton"; "required": false; }; "showAddTextButton": { "alias": "showAddTextButton"; "required": false; }; "showAddCardButton": { "alias": "showAddCardButton"; "required": false; }; "showCardToolbar": { "alias": "showCardToolbar"; "required": false; }; "addButtonColor": { "alias": "addButtonColor"; "required": false; }; "addButtonText": { "alias": "addButtonText"; "required": false; }; "cardTemplate": { "alias": "cardTemplate"; "required": false; }; "imageSizes": { "alias": "imageSizes"; "required": false; }; "imageSizeQueryParam": { "alias": "imageSizeQueryParam"; "required": false; }; "enableMouseZoom": { "alias": "enableMouseZoom"; "required": false; }; "wheelZoomStep": { "alias": "wheelZoomStep"; "required": false; }; "maxZoomRatio": { "alias": "maxZoomRatio"; "required": false; }; "enableRotate": { "alias": "enableRotate"; "required": false; }; "enableCrop": { "alias": "enableCrop"; "required": false; }; "editionFormat": { "alias": "editionFormat"; "required": false; }; "editionQuality": { "alias": "editionQuality"; "required": false; }; "slideshowMode": { "alias": "slideshowMode"; "required": false; }; "inlineZoomHeight": { "alias": "inlineZoomHeight"; "required": false; }; "enableSlideshowLoop": { "alias": "enableSlideshowLoop"; "required": false; }; "canFetchMore": { "alias": "canFetchMore"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; }, { "onBeforeDeleteRows": "onBeforeDeleteRows"; "onAfterAddRows": "onAfterAddRows"; "onAfterEditRow": "onAfterEditRow"; "onAfterEditImage": "onAfterEditImage"; "click": "click"; "previousSlide": "previousSlide"; "nextSlide": "nextSlide"; "fetchMore": "fetchMore"; }, never, ["ion-buttons[slot=start]", "ion-buttons[slot=end]"], false, never>;
|
|
7082
7360
|
static ngAcceptInputType_debug: unknown;
|
|
7083
7361
|
static ngAcceptInputType_disabled: unknown;
|
|
7084
7362
|
static ngAcceptInputType_readOnly: unknown;
|
|
@@ -7090,11 +7368,16 @@ declare class AppImageGalleryComponent<T extends Image> implements OnInit, OnDes
|
|
|
7090
7368
|
static ngAcceptInputType_showAddTextButton: unknown;
|
|
7091
7369
|
static ngAcceptInputType_showAddCardButton: unknown;
|
|
7092
7370
|
static ngAcceptInputType_showCardToolbar: unknown;
|
|
7371
|
+
static ngAcceptInputType_enableMouseZoom: unknown;
|
|
7372
|
+
static ngAcceptInputType_enableRotate: unknown;
|
|
7373
|
+
static ngAcceptInputType_enableCrop: unknown;
|
|
7374
|
+
static ngAcceptInputType_enableSlideshowLoop: unknown;
|
|
7375
|
+
static ngAcceptInputType_canFetchMore: unknown;
|
|
7093
7376
|
}
|
|
7094
7377
|
|
|
7095
7378
|
declare class ImageGalleryModule {
|
|
7096
7379
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageGalleryModule, never>;
|
|
7097
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ImageGalleryModule, [typeof AppImageGalleryComponent], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
7380
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ImageGalleryModule, [typeof AppImageGalleryComponent, typeof AppImageGallerySlideshowComponent], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i5.ReactiveFormsModule, typeof SharedMaterialModule, typeof SharedPipesModule, typeof SharedDirectivesModule, typeof RxStateModule], [typeof i3$1.IonicModule, typeof AppImageGalleryComponent, typeof AppImageGallerySlideshowComponent]>;
|
|
7098
7381
|
static ɵinj: i0.ɵɵInjectorDeclaration<ImageGalleryModule>;
|
|
7099
7382
|
}
|
|
7100
7383
|
|
|
@@ -7159,7 +7442,7 @@ declare class StorageExplorerComponent implements OnInit {
|
|
|
7159
7442
|
|
|
7160
7443
|
declare class StorageExplorerModule {
|
|
7161
7444
|
static ɵfac: i0.ɵɵFactoryDeclaration<StorageExplorerModule, never>;
|
|
7162
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerModule, [typeof StorageExplorerComponent], [typeof i3$1.IonicModule, typeof i2$1.CommonModule, typeof
|
|
7445
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerModule, [typeof StorageExplorerComponent], [typeof i3$1.IonicModule, typeof i2$1.CommonModule, typeof RxStateModule, typeof SharedPipesModule, typeof SharedMaterialModule], [typeof StorageExplorerComponent]>;
|
|
7163
7446
|
static ɵinj: i0.ɵɵInjectorDeclaration<StorageExplorerModule>;
|
|
7164
7447
|
}
|
|
7165
7448
|
|
|
@@ -7196,7 +7479,7 @@ declare class LoggingService extends StartableService<void> implements ILoggingS
|
|
|
7196
7479
|
|
|
7197
7480
|
declare class LoggingServiceModule {
|
|
7198
7481
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoggingServiceModule, never>;
|
|
7199
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LoggingServiceModule, never, [typeof i2$1.CommonModule, typeof i3$1.IonicModule
|
|
7482
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LoggingServiceModule, never, [typeof i2$1.CommonModule, typeof i3$1.IonicModule], never>;
|
|
7200
7483
|
static ɵinj: i0.ɵɵInjectorDeclaration<LoggingServiceModule>;
|
|
7201
7484
|
}
|
|
7202
7485
|
|
|
@@ -7550,34 +7833,6 @@ declare function fromUnixTimestamp(timeInSec: MomentInput): momentImported.Momen
|
|
|
7550
7833
|
declare function fromUnixMsTimestamp(timeInMs: MomentInput): momentImported.Moment;
|
|
7551
7834
|
declare function toDuration(value: number, unit?: unitOfTime.DurationConstructor): Duration | undefined;
|
|
7552
7835
|
|
|
7553
|
-
interface PromiseEventPayload<R = any> {
|
|
7554
|
-
success: (value?: R) => void;
|
|
7555
|
-
error: (reason?: any) => void;
|
|
7556
|
-
}
|
|
7557
|
-
type PromiseEvent<R = any, D = void> = CustomEvent<PromiseEventPayload<R> & D>;
|
|
7558
|
-
declare function createPromiseEventEmitter<R = any, D = void>(): EventEmitter<PromiseEvent<R, D>>;
|
|
7559
|
-
declare function createPromiseEvent<T = void, D = void>(eventType: string, promise: PromiseEventPayload<T>, initArg?: CustomEventInit<D>): PromiseEvent<T, D>;
|
|
7560
|
-
declare function emitPromiseEvent<R = any, D = void>(emitter: EventEmitter<PromiseEvent<R, D>>, eventType: string, initArg?: CustomEventInit<D>): Promise<R>;
|
|
7561
|
-
interface CompletableEvent extends Event {
|
|
7562
|
-
target: EventTarget & {
|
|
7563
|
-
complete?: () => void;
|
|
7564
|
-
};
|
|
7565
|
-
}
|
|
7566
|
-
/**
|
|
7567
|
-
* Listen end of scroll.
|
|
7568
|
-
* <p>
|
|
7569
|
-
* The threshold distance from the bottom of the content to call the infinite output event when scrolled.
|
|
7570
|
-
* The threshold value can be either a percent, or in pixels.
|
|
7571
|
-
* For example, use the value of 10% for the infinite output event to get called when the user has scrolled
|
|
7572
|
-
* 10% from the bottom of the page. Use the value 100px when the scroll is within 100 pixels from the bottom of the page.
|
|
7573
|
-
* </p>
|
|
7574
|
-
*
|
|
7575
|
-
* @param element
|
|
7576
|
-
* @param threshold default to '15%'
|
|
7577
|
-
* @param dueTime
|
|
7578
|
-
*/
|
|
7579
|
-
declare function fromScrollEndEvent(element: HTMLElement, threshold?: string, dueTime?: number): Observable<any>;
|
|
7580
|
-
|
|
7581
7836
|
declare class Alerts {
|
|
7582
7837
|
/**
|
|
7583
7838
|
* Ask the user to save before leaving. If return undefined: user has cancelled
|
|
@@ -8160,7 +8415,7 @@ declare class DebugComponent {
|
|
|
8160
8415
|
|
|
8161
8416
|
declare class SharedDebugModule {
|
|
8162
8417
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedDebugModule, never>;
|
|
8163
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDebugModule, [typeof DebugComponent], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i8$1.MatExpansionModule, typeof i10.MatIconModule, typeof
|
|
8418
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDebugModule, [typeof DebugComponent], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i8$1.MatExpansionModule, typeof i10$1.MatIconModule, typeof i4$1.TranslatePipe], [typeof DebugComponent]>;
|
|
8164
8419
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedDebugModule>;
|
|
8165
8420
|
}
|
|
8166
8421
|
|
|
@@ -8171,7 +8426,6 @@ declare class MarkdownService {
|
|
|
8171
8426
|
private locationStrategy;
|
|
8172
8427
|
private navController;
|
|
8173
8428
|
private baseUrl;
|
|
8174
|
-
private readonly _defaultRenderer;
|
|
8175
8429
|
private _markedRenderer;
|
|
8176
8430
|
get renderer(): MarkedRenderer;
|
|
8177
8431
|
set renderer(value: MarkedRenderer);
|
|
@@ -8193,7 +8447,7 @@ declare class MarkdownService {
|
|
|
8193
8447
|
protected click(event: Event, containerElement: HTMLElement): Promise<boolean>;
|
|
8194
8448
|
protected link(href: string | null, title: string | null, text: string): string;
|
|
8195
8449
|
protected image(href: string, title: string | null, text: string): string;
|
|
8196
|
-
protected heading(text: string, depth: number
|
|
8450
|
+
protected heading(text: string, depth: number): string;
|
|
8197
8451
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownService, never>;
|
|
8198
8452
|
static ɵprov: i0.ɵɵInjectableDeclaration<MarkdownService>;
|
|
8199
8453
|
}
|
|
@@ -8423,7 +8677,7 @@ declare class MarkdownDirective implements OnDestroy {
|
|
|
8423
8677
|
declare class SharedMarkdownModule {
|
|
8424
8678
|
static forRoot(): ModuleWithProviders<SharedMarkdownModule>;
|
|
8425
8679
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMarkdownModule, never>;
|
|
8426
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMarkdownModule, [typeof AppMarkdownContent, typeof AppMarkdownModal, typeof MarkdownDirective], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
8680
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMarkdownModule, [typeof AppMarkdownContent, typeof AppMarkdownModal, typeof MarkdownDirective], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i4$1.TranslatePipe, typeof i11$1.MarkdownModule, typeof SharedToolbarModule, typeof SharedDebugModule], [typeof i11$1.MarkdownModule, typeof AppMarkdownContent, typeof MarkdownDirective]>;
|
|
8427
8681
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMarkdownModule>;
|
|
8428
8682
|
}
|
|
8429
8683
|
|
|
@@ -8775,7 +9029,7 @@ declare class SubMenuTabDirective implements OnChanges, AfterViewInit {
|
|
|
8775
9029
|
|
|
8776
9030
|
declare class AppMenuModule {
|
|
8777
9031
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppMenuModule, never>;
|
|
8778
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppMenuModule, [typeof MenuComponent, typeof SubMenuTabDirective], [typeof SharedModule, typeof
|
|
9032
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppMenuModule, [typeof MenuComponent, typeof SubMenuTabDirective], [typeof SharedModule, typeof i4$2.RouterModule, typeof RxStateModule], [typeof MenuComponent, typeof SubMenuTabDirective]>;
|
|
8779
9033
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppMenuModule>;
|
|
8780
9034
|
}
|
|
8781
9035
|
|
|
@@ -8793,7 +9047,7 @@ declare class AppIconComponent {
|
|
|
8793
9047
|
|
|
8794
9048
|
declare class AppIconModule {
|
|
8795
9049
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppIconModule, never>;
|
|
8796
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppIconModule, [typeof AppIconComponent], [typeof SharedModule
|
|
9050
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppIconModule, [typeof AppIconComponent], [typeof SharedModule], [typeof AppIconComponent]>;
|
|
8797
9051
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppIconModule>;
|
|
8798
9052
|
}
|
|
8799
9053
|
|
|
@@ -9777,6 +10031,7 @@ declare abstract class AppAsyncTable<T extends IEntity<T, ID>, F = any, ID = num
|
|
|
9777
10031
|
protected previouslyEditedRowId: number;
|
|
9778
10032
|
protected formErrorAdapter: FormErrorTranslator;
|
|
9779
10033
|
protected readonly destroySubject: Subject<void>;
|
|
10034
|
+
protected logPrefix: string;
|
|
9780
10035
|
excludesColumns: string[];
|
|
9781
10036
|
displayedColumns: string[];
|
|
9782
10037
|
errorTranslateOptions: FormErrorTranslateOptions;
|
|
@@ -10566,7 +10821,7 @@ declare class NewTokenModal extends AppEntityEditorModal<UserToken> implements O
|
|
|
10566
10821
|
|
|
10567
10822
|
declare class AppFormButtonsBarModule {
|
|
10568
10823
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppFormButtonsBarModule, never>;
|
|
10569
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppFormButtonsBarModule, [typeof FormButtonsBarComponent], [typeof SharedModule
|
|
10824
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppFormButtonsBarModule, [typeof FormButtonsBarComponent], [typeof SharedModule], [typeof FormButtonsBarComponent]>;
|
|
10570
10825
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppFormButtonsBarModule>;
|
|
10571
10826
|
}
|
|
10572
10827
|
|
|
@@ -11011,13 +11266,13 @@ declare class IsNotAllSelectedPipe extends IsAllSelectedPipe implements PipeTran
|
|
|
11011
11266
|
|
|
11012
11267
|
declare class AppTableModule {
|
|
11013
11268
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTableModule, never>;
|
|
11014
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTableModule, [typeof TableSelectColumnsComponent, typeof ActionsColumnComponent, typeof NavActionsColumnComponent, typeof AppRowField, typeof IsAllSelectedPipe, typeof IsNotAllSelectedPipe], [typeof SharedModule, typeof
|
|
11269
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTableModule, [typeof TableSelectColumnsComponent, typeof ActionsColumnComponent, typeof NavActionsColumnComponent, typeof AppRowField, typeof IsAllSelectedPipe, typeof IsNotAllSelectedPipe], [typeof SharedModule, typeof ResizableModule], [typeof TableSelectColumnsComponent, typeof ActionsColumnComponent, typeof NavActionsColumnComponent, typeof AppRowField, typeof IsAllSelectedPipe, typeof IsNotAllSelectedPipe]>;
|
|
11015
11270
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppTableModule>;
|
|
11016
11271
|
}
|
|
11017
11272
|
|
|
11018
11273
|
declare class AppPropertiesFormModule {
|
|
11019
11274
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppPropertiesFormModule, never>;
|
|
11020
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppPropertiesFormModule, [typeof AppPropertiesForm, typeof AppPropertiesTable], [typeof SharedModule, typeof
|
|
11275
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppPropertiesFormModule, [typeof AppPropertiesForm, typeof AppPropertiesTable], [typeof SharedModule, typeof AppTableModule, typeof i3$1.IonicModule, typeof i29.MatDivider, typeof i10$1.MatIcon, typeof i8$2.MatMenu, typeof i8$2.MatMenuContent, typeof i8$2.MatMenuItem, typeof i4$1.TranslateDirective, typeof i3$1.IonicModule, typeof i10$1.MatIcon, typeof i12.MatIconButton, typeof i9$1.MatToolbar, typeof i2$1.NgIf, typeof i4$1.TranslatePipe], [typeof AppPropertiesForm, typeof AppPropertiesTable]>;
|
|
11021
11276
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppPropertiesFormModule>;
|
|
11022
11277
|
}
|
|
11023
11278
|
|
|
@@ -11065,7 +11320,7 @@ declare class AppChangePasswordPage extends AppFormContainer implements OnInit,
|
|
|
11065
11320
|
|
|
11066
11321
|
declare class AppChangePasswordModule {
|
|
11067
11322
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppChangePasswordModule, never>;
|
|
11068
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppChangePasswordModule, [typeof ChangePasswordForm, typeof AppChangePasswordPage], [typeof SharedModule, typeof
|
|
11323
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppChangePasswordModule, [typeof ChangePasswordForm, typeof AppChangePasswordPage], [typeof SharedModule, typeof i4$2.RouterModule], [typeof ChangePasswordForm, typeof AppChangePasswordPage]>;
|
|
11069
11324
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppChangePasswordModule>;
|
|
11070
11325
|
}
|
|
11071
11326
|
|
|
@@ -11127,13 +11382,13 @@ declare class AppInstallUpgradeCard implements OnInit, OnDestroy {
|
|
|
11127
11382
|
|
|
11128
11383
|
declare class AppInstallUpgradeCardModule {
|
|
11129
11384
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppInstallUpgradeCardModule, never>;
|
|
11130
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppInstallUpgradeCardModule, [typeof AppInstallUpgradeCard], [typeof SharedModule
|
|
11385
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppInstallUpgradeCardModule, [typeof AppInstallUpgradeCard], [typeof SharedModule], [typeof AppInstallUpgradeCard]>;
|
|
11131
11386
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppInstallUpgradeCardModule>;
|
|
11132
11387
|
}
|
|
11133
11388
|
|
|
11134
11389
|
declare class AppAccountModule {
|
|
11135
11390
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppAccountModule, never>;
|
|
11136
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAccountModule, [typeof AccountPage, typeof UserTokenTable, typeof NewTokenForm, typeof NewTokenModal], [typeof i2$1.CommonModule, typeof SharedModule, typeof
|
|
11391
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAccountModule, [typeof AccountPage, typeof UserTokenTable, typeof NewTokenForm, typeof NewTokenModal], [typeof i2$1.CommonModule, typeof SharedModule, typeof AppFormButtonsBarModule, typeof AppPropertiesFormModule, typeof AppTableModule, typeof AppChangePasswordModule, typeof AppInstallUpgradeCardModule], [typeof AccountPage, typeof UserTokenTable, typeof NewTokenForm, typeof NewTokenModal, typeof AppChangePasswordModule]>;
|
|
11137
11392
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppAccountModule>;
|
|
11138
11393
|
}
|
|
11139
11394
|
|
|
@@ -11208,7 +11463,7 @@ declare class RegisterConfirmPage implements OnDestroy {
|
|
|
11208
11463
|
|
|
11209
11464
|
declare class AppRegisterModule {
|
|
11210
11465
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppRegisterModule, never>;
|
|
11211
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppRegisterModule, [typeof RegisterForm, typeof RegisterModal, typeof RegisterConfirmPage], [typeof SharedModule, typeof
|
|
11466
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppRegisterModule, [typeof RegisterForm, typeof RegisterModal, typeof RegisterConfirmPage], [typeof SharedModule, typeof i4$2.RouterModule], [typeof RegisterForm, typeof RegisterModal, typeof RegisterConfirmPage]>;
|
|
11212
11467
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppRegisterModule>;
|
|
11213
11468
|
}
|
|
11214
11469
|
|
|
@@ -11303,13 +11558,13 @@ declare class AppUsernameForm extends AppForm<{
|
|
|
11303
11558
|
|
|
11304
11559
|
declare class AppUsernameFormModule {
|
|
11305
11560
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppUsernameFormModule, never>;
|
|
11306
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppUsernameFormModule, [typeof AppUsernameForm], [typeof SharedModule
|
|
11561
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppUsernameFormModule, [typeof AppUsernameForm], [typeof SharedModule], [typeof AppUsernameForm]>;
|
|
11307
11562
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppUsernameFormModule>;
|
|
11308
11563
|
}
|
|
11309
11564
|
|
|
11310
11565
|
declare class AppAuthModule {
|
|
11311
11566
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppAuthModule, never>;
|
|
11312
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAuthModule, [typeof AppAuthForm, typeof AppAuthModal, typeof AppResetPasswordModal], [typeof SharedModule, typeof
|
|
11567
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAuthModule, [typeof AppAuthForm, typeof AppAuthModal, typeof AppResetPasswordModal], [typeof SharedModule, typeof AppRegisterModule, typeof AppUsernameFormModule], [typeof AppAuthForm, typeof AppAuthModal, typeof AppResetPasswordModal]>;
|
|
11313
11568
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppAuthModule>;
|
|
11314
11569
|
}
|
|
11315
11570
|
|
|
@@ -11495,12 +11750,11 @@ declare class MessageModal implements OnInit, AfterViewInit, MessageModalOptions
|
|
|
11495
11750
|
}
|
|
11496
11751
|
|
|
11497
11752
|
declare class MessageService extends BaseGraphqlService<Message, MessageFilter> {
|
|
11498
|
-
protected graphql: GraphqlService;
|
|
11499
11753
|
protected translate: TranslateService;
|
|
11500
11754
|
protected modalCtrl: ModalController;
|
|
11501
11755
|
protected toastController: ToastController;
|
|
11502
11756
|
protected environment: Environment;
|
|
11503
|
-
constructor(
|
|
11757
|
+
constructor(translate: TranslateService, modalCtrl: ModalController, toastController: ToastController, environment: Environment);
|
|
11504
11758
|
/**
|
|
11505
11759
|
* Send a message to recipient(s)
|
|
11506
11760
|
*
|
|
@@ -11526,7 +11780,7 @@ declare class MessageService extends BaseGraphqlService<Message, MessageFilter>
|
|
|
11526
11780
|
toEntity?: boolean;
|
|
11527
11781
|
}): Promise<Message>;
|
|
11528
11782
|
protected showToast(opts: ShowToastOptions): Promise<_ionic_core.OverlayEventDetail<any>>;
|
|
11529
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, [null, null, null,
|
|
11783
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, [null, null, null, { optional: true; }]>;
|
|
11530
11784
|
static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
|
|
11531
11785
|
}
|
|
11532
11786
|
|
|
@@ -11889,7 +12143,6 @@ interface IUserEventService<E extends IUserEvent<E, ID>, F extends IUserEventFil
|
|
|
11889
12143
|
resetCount(): any;
|
|
11890
12144
|
}
|
|
11891
12145
|
declare abstract class AbstractUserEventService<E extends IUserEvent<E, ID, any>, F extends IUserEventFilter<E, ID, any>, ID = number, WO extends UserEventWatchOptions<E> = UserEventWatchOptions<E>, LO extends UserEventLoadOptions<E> = UserEventLoadOptions<E>, Q extends IUserEventQueries = IUserEventQueries, M extends IUserEventMutations = IUserEventMutations, S extends IUserEventSubscriptions = IUserEventSubscriptions> extends BaseGraphqlService<E, F, ID> implements IUserEventService<E, F, ID, WO, LO>, OnDestroy {
|
|
11892
|
-
protected graphql: GraphqlService;
|
|
11893
12146
|
protected accountService: AccountService;
|
|
11894
12147
|
protected network: NetworkService;
|
|
11895
12148
|
protected translate: TranslateService;
|
|
@@ -11904,7 +12157,7 @@ declare abstract class AbstractUserEventService<E extends IUserEvent<E, ID, any>
|
|
|
11904
12157
|
private _subscriptions;
|
|
11905
12158
|
private _listenSubscription;
|
|
11906
12159
|
get countSubject(): Observable<number>;
|
|
11907
|
-
protected constructor(
|
|
12160
|
+
protected constructor(accountService: AccountService, network: NetworkService, translate: TranslateService, options: UserEventServiceOptions<Q, M, S>);
|
|
11908
12161
|
protected ngOnStart(): Promise<void>;
|
|
11909
12162
|
ngOnDestroy(): void;
|
|
11910
12163
|
abstract asFilter(filter: Partial<F>): F;
|
|
@@ -12084,7 +12337,7 @@ declare class UserEventNotificationModal<E extends IUserEvent<any> = IUserEvent<
|
|
|
12084
12337
|
|
|
12085
12338
|
declare class UserEventModule {
|
|
12086
12339
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserEventModule, never>;
|
|
12087
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UserEventModule, [typeof UserEventNotificationIcon, typeof UserEventNotificationList, typeof UserEventNotificationModal], [typeof i2$1.CommonModule, typeof SharedModule, typeof AppIconModule, typeof RxStateModule, typeof
|
|
12340
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UserEventModule, [typeof UserEventNotificationIcon, typeof UserEventNotificationList, typeof UserEventNotificationModal], [typeof i2$1.CommonModule, typeof SharedModule, typeof AppIconModule, typeof RxStateModule, typeof i3$3.NgxJdenticonModule], [typeof UserEventNotificationIcon, typeof UserEventNotificationModal]>;
|
|
12088
12341
|
static ɵinj: i0.ɵɵInjectorDeclaration<UserEventModule>;
|
|
12089
12342
|
}
|
|
12090
12343
|
|
|
@@ -12137,13 +12390,13 @@ declare class FeedDirective implements AfterViewInit, OnDestroy {
|
|
|
12137
12390
|
|
|
12138
12391
|
declare class FeedModule {
|
|
12139
12392
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeedModule, never>;
|
|
12140
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedModule, [typeof FeedsComponent, typeof FeedPage, typeof FeedDirective], [typeof SharedModule, typeof
|
|
12393
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedModule, [typeof FeedsComponent, typeof FeedPage, typeof FeedDirective], [typeof SharedModule, typeof SharedDebugModule, typeof SharedMarkdownModule], [typeof FeedsComponent, typeof FeedPage, typeof FeedDirective]>;
|
|
12141
12394
|
static ɵinj: i0.ɵɵInjectorDeclaration<FeedModule>;
|
|
12142
12395
|
}
|
|
12143
12396
|
|
|
12144
12397
|
declare class AppHomePageModule {
|
|
12145
12398
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppHomePageModule, never>;
|
|
12146
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppHomePageModule, [typeof HomePage], [typeof SharedModule, typeof
|
|
12399
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppHomePageModule, [typeof HomePage], [typeof SharedModule, typeof i4$2.RouterModule, typeof RxStateModule, typeof AppAuthModule, typeof AppInstallUpgradeCardModule, typeof SharedMarkdownModule, typeof UserEventModule, typeof FeedModule], [typeof i4$2.RouterModule, typeof HomePage]>;
|
|
12147
12400
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppHomePageModule>;
|
|
12148
12401
|
}
|
|
12149
12402
|
|
|
@@ -12167,6 +12420,7 @@ declare class AboutModal implements OnInit, OnDestroy {
|
|
|
12167
12420
|
protected reportIssueUrl: string;
|
|
12168
12421
|
protected forumUrl: string;
|
|
12169
12422
|
protected helpUrl: string;
|
|
12423
|
+
protected changelogUrl: string;
|
|
12170
12424
|
protected showVersionDetails: boolean;
|
|
12171
12425
|
protected nodeInfo: NodeInfo;
|
|
12172
12426
|
protected buildDate: string;
|
|
@@ -12176,6 +12430,7 @@ declare class AboutModal implements OnInit, OnDestroy {
|
|
|
12176
12430
|
ngOnDestroy(): void;
|
|
12177
12431
|
close(): Promise<void>;
|
|
12178
12432
|
protected setConfig(config?: Configuration): void;
|
|
12433
|
+
protected openChangelog(event: Event): Promise<void>;
|
|
12179
12434
|
protected loadNodeInfo(): Promise<void>;
|
|
12180
12435
|
protected getNodeInfo(): Promise<NodeInfo>;
|
|
12181
12436
|
static ɵfac: i0.ɵɵFactoryDeclaration<AboutModal, [null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
@@ -12184,7 +12439,7 @@ declare class AboutModal implements OnInit, OnDestroy {
|
|
|
12184
12439
|
|
|
12185
12440
|
declare class AppAboutModalModule {
|
|
12186
12441
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppAboutModalModule, never>;
|
|
12187
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAboutModalModule, [typeof AboutModal], [typeof SharedModule, typeof i3$1.IonicModule, typeof
|
|
12442
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAboutModalModule, [typeof AboutModal], [typeof SharedModule, typeof i3$1.IonicModule, typeof i11$1.MarkdownModule], [typeof AboutModal]>;
|
|
12188
12443
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppAboutModalModule>;
|
|
12189
12444
|
}
|
|
12190
12445
|
|
|
@@ -12275,13 +12530,13 @@ declare class SettingsPage extends AppForm<LocalSettings> implements OnInit, OnD
|
|
|
12275
12530
|
|
|
12276
12531
|
declare class AppSettingsPageModule {
|
|
12277
12532
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppSettingsPageModule, never>;
|
|
12278
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppSettingsPageModule, [typeof SettingsPage], [typeof SharedModule, typeof AppFormButtonsBarModule, typeof
|
|
12533
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppSettingsPageModule, [typeof SettingsPage], [typeof SharedModule, typeof AppFormButtonsBarModule, typeof AppPropertiesFormModule, typeof i1.RxPush], [typeof SettingsPage]>;
|
|
12279
12534
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppSettingsPageModule>;
|
|
12280
12535
|
}
|
|
12281
12536
|
|
|
12282
12537
|
declare class AppTextPopoverModule {
|
|
12283
12538
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTextPopoverModule, never>;
|
|
12284
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTextPopoverModule, [typeof TextPopover], [typeof SharedModule, typeof AppTextFormModule, typeof
|
|
12539
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTextPopoverModule, [typeof TextPopover], [typeof SharedModule, typeof AppTextFormModule, typeof i4$1.TranslatePipe], [typeof TextPopover]>;
|
|
12285
12540
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppTextPopoverModule>;
|
|
12286
12541
|
}
|
|
12287
12542
|
|
|
@@ -12356,7 +12611,7 @@ declare class CorePipesModule {
|
|
|
12356
12611
|
|
|
12357
12612
|
declare class AppSelectPeerModule {
|
|
12358
12613
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppSelectPeerModule, never>;
|
|
12359
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppSelectPeerModule, [typeof SelectPeerModal], [typeof SharedModule, typeof
|
|
12614
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppSelectPeerModule, [typeof SelectPeerModal], [typeof SharedModule, typeof AppTextPopoverModule, typeof CorePipesModule, typeof i5.FormsModule], [typeof SelectPeerModal]>;
|
|
12360
12615
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppSelectPeerModule>;
|
|
12361
12616
|
}
|
|
12362
12617
|
|
|
@@ -12373,7 +12628,7 @@ declare class EntityMetadataComponent {
|
|
|
12373
12628
|
|
|
12374
12629
|
declare class AppEntityFormModule {
|
|
12375
12630
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppEntityFormModule, never>;
|
|
12376
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppEntityFormModule, [typeof EntityMetadataComponent], [typeof SharedModule, typeof i3$
|
|
12631
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppEntityFormModule, [typeof EntityMetadataComponent], [typeof SharedModule, typeof i3$3.NgxJdenticonModule, typeof CorePipesModule], [typeof EntityMetadataComponent]>;
|
|
12377
12632
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppEntityFormModule>;
|
|
12378
12633
|
}
|
|
12379
12634
|
|
|
@@ -12452,13 +12707,13 @@ declare class AppListForm<T = any> extends AppForm<T[]> implements OnInit {
|
|
|
12452
12707
|
|
|
12453
12708
|
declare class AppListFormModule {
|
|
12454
12709
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppListFormModule, never>;
|
|
12455
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppListFormModule, [typeof AppListForm], [typeof SharedModule
|
|
12710
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppListFormModule, [typeof AppListForm], [typeof SharedModule], [typeof AppListForm]>;
|
|
12456
12711
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppListFormModule>;
|
|
12457
12712
|
}
|
|
12458
12713
|
|
|
12459
12714
|
declare class AppFormModule {
|
|
12460
12715
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppFormModule, never>;
|
|
12461
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppFormModule, never, [typeof SharedModule, typeof
|
|
12716
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppFormModule, never, [typeof SharedModule, typeof AppEntityFormModule, typeof AppListFormModule, typeof AppPropertiesFormModule, typeof AppTextFormModule, typeof AppTextPopoverModule, typeof AppFormButtonsBarModule, typeof AppUsernameFormModule], [typeof AppEntityFormModule, typeof AppListFormModule, typeof AppPropertiesFormModule, typeof AppTextFormModule, typeof AppTextPopoverModule, typeof AppFormButtonsBarModule]>;
|
|
12462
12717
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppFormModule>;
|
|
12463
12718
|
}
|
|
12464
12719
|
|
|
@@ -12474,14 +12729,72 @@ declare class AppUpdateOfflineModeCard implements OnDestroy {
|
|
|
12474
12729
|
|
|
12475
12730
|
declare class AppUpdateOfflineModeCardModule {
|
|
12476
12731
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppUpdateOfflineModeCardModule, never>;
|
|
12477
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppUpdateOfflineModeCardModule, [typeof AppUpdateOfflineModeCard], [typeof SharedModule
|
|
12732
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppUpdateOfflineModeCardModule, [typeof AppUpdateOfflineModeCard], [typeof SharedModule], [typeof AppUpdateOfflineModeCard]>;
|
|
12478
12733
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppUpdateOfflineModeCardModule>;
|
|
12479
12734
|
}
|
|
12480
12735
|
|
|
12736
|
+
interface IconEntry {
|
|
12737
|
+
name: string;
|
|
12738
|
+
label: string;
|
|
12739
|
+
keywords: string[];
|
|
12740
|
+
}
|
|
12741
|
+
|
|
12742
|
+
declare class AppIconSelectorModal {
|
|
12743
|
+
title: string;
|
|
12744
|
+
protected readonly ionicTabIndex = 0;
|
|
12745
|
+
protected readonly materialTabIndex = 1;
|
|
12746
|
+
protected searchText: string;
|
|
12747
|
+
protected ionicFiltered: IconEntry[];
|
|
12748
|
+
protected materialFiltered: IconEntry[];
|
|
12749
|
+
protected selectedIndex: number;
|
|
12750
|
+
protected loading: boolean;
|
|
12751
|
+
private searchSubject;
|
|
12752
|
+
private iconService;
|
|
12753
|
+
private viewCtrl;
|
|
12754
|
+
private cdr;
|
|
12755
|
+
constructor();
|
|
12756
|
+
private loadIcons;
|
|
12757
|
+
onSearchChange(value: string): void;
|
|
12758
|
+
selectIcon(entry: IconEntry, origin: 'ionic' | 'material'): void;
|
|
12759
|
+
cancel(): void;
|
|
12760
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppIconSelectorModal, never>;
|
|
12761
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppIconSelectorModal, "app-icon-selector-modal", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
|
|
12762
|
+
}
|
|
12763
|
+
|
|
12764
|
+
declare class AppIconSelectorField implements OnInit, ControlValueAccessor {
|
|
12765
|
+
private _onChange;
|
|
12766
|
+
private _onTouched;
|
|
12767
|
+
private modalCtrl;
|
|
12768
|
+
private formGroupDir;
|
|
12769
|
+
protected value: IconRef | null;
|
|
12770
|
+
disabled: boolean;
|
|
12771
|
+
formControl: UntypedFormControl;
|
|
12772
|
+
formControlName: string;
|
|
12773
|
+
placeholder: string;
|
|
12774
|
+
floatLabel: AppFloatLabelType;
|
|
12775
|
+
appearance: MatFormFieldAppearance;
|
|
12776
|
+
subscriptSizing: SubscriptSizing;
|
|
12777
|
+
ngOnInit(): void;
|
|
12778
|
+
writeValue(obj: IconRef | null): void;
|
|
12779
|
+
registerOnChange(fn: (value: IconRef | null) => void): void;
|
|
12780
|
+
registerOnTouched(fn: () => void): void;
|
|
12781
|
+
setDisabledState(isDisabled: boolean): void;
|
|
12782
|
+
openSelector(): Promise<void>;
|
|
12783
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppIconSelectorField, never>;
|
|
12784
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppIconSelectorField, "app-icon-selector-field", never, { "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; }, {}, never, never, false, never>;
|
|
12785
|
+
static ngAcceptInputType_disabled: unknown;
|
|
12786
|
+
}
|
|
12787
|
+
|
|
12788
|
+
declare class AppIconSelectorModule {
|
|
12789
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppIconSelectorModule, never>;
|
|
12790
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppIconSelectorModule, [typeof AppIconSelectorModal, typeof AppIconSelectorField], [typeof SharedModule, typeof AppIconModule, typeof i5.FormsModule], [typeof AppIconSelectorModal, typeof AppIconSelectorField, typeof AppIconModule]>;
|
|
12791
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AppIconSelectorModule>;
|
|
12792
|
+
}
|
|
12793
|
+
|
|
12481
12794
|
declare class CoreModule {
|
|
12482
12795
|
static forRoot(): ModuleWithProviders<CoreModule>;
|
|
12483
12796
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
12484
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof SharedModule, typeof
|
|
12797
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof SharedModule, typeof i4$2.RouterModule, typeof i3$4.CacheModule, typeof i4$3.IonicStorageModule, typeof AppMenuModule, typeof AppIconModule, typeof AppAccountModule, typeof AppRegisterModule, typeof AppAuthModule, typeof AppHomePageModule, typeof AppAboutModalModule, typeof AppSettingsPageModule, typeof AppSelectPeerModule, typeof AppFormModule, typeof AppTableModule, typeof AppInstallUpgradeCardModule, typeof AppUpdateOfflineModeCardModule, typeof CorePipesModule], [typeof SharedModule, typeof i4$2.RouterModule, typeof AppMenuModule, typeof AppRegisterModule, typeof AppChangePasswordModule, typeof AppAuthModule, typeof AppHomePageModule, typeof AppAboutModalModule, typeof AppSettingsPageModule, typeof AppIconModule, typeof AppIconSelectorModule, typeof AppSelectPeerModule, typeof AppFormModule, typeof AppTableModule, typeof AppInstallUpgradeCardModule, typeof AppUpdateOfflineModeCardModule, typeof CorePipesModule]>;
|
|
12485
12798
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
|
|
12486
12799
|
}
|
|
12487
12800
|
|
|
@@ -12525,6 +12838,7 @@ declare const CORE_CONFIG_OPTIONS: Readonly<{
|
|
|
12525
12838
|
HELP_URL: FormFieldDefinition;
|
|
12526
12839
|
FORUM_URL: FormFieldDefinition;
|
|
12527
12840
|
REPORT_ISSUE_URL: FormFieldDefinition;
|
|
12841
|
+
CHANGELOG_URL: FormFieldDefinition;
|
|
12528
12842
|
PRIVACY_POLICY_URL: FormFieldDefinition;
|
|
12529
12843
|
TERMS_OF_USE_URL: FormFieldDefinition;
|
|
12530
12844
|
LOGO_LARGE: FormFieldDefinition;
|
|
@@ -12810,10 +13124,9 @@ interface IJobProgressionService {
|
|
|
12810
13124
|
}): Observable<JobProgression>;
|
|
12811
13125
|
}
|
|
12812
13126
|
declare class JobProgressionService extends BaseGraphqlService<JobProgression> implements IJobProgressionService {
|
|
12813
|
-
protected graphql: GraphqlService;
|
|
12814
13127
|
protected environment: Environment;
|
|
12815
13128
|
private jobsSubject;
|
|
12816
|
-
constructor(
|
|
13129
|
+
constructor(environment: Environment);
|
|
12817
13130
|
watchAll(): Observable<JobProgression[]>;
|
|
12818
13131
|
addJob(id: number, job?: JobProgression): void;
|
|
12819
13132
|
removeJob(id: number): void;
|
|
@@ -12821,7 +13134,7 @@ declare class JobProgressionService extends BaseGraphqlService<JobProgression> i
|
|
|
12821
13134
|
interval?: number;
|
|
12822
13135
|
fetchPolicy?: FetchPolicy;
|
|
12823
13136
|
}): Observable<JobProgression>;
|
|
12824
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<JobProgressionService, [
|
|
13137
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<JobProgressionService, [{ optional: true; }]>;
|
|
12825
13138
|
static ɵprov: i0.ɵɵInjectableDeclaration<JobProgressionService>;
|
|
12826
13139
|
}
|
|
12827
13140
|
|
|
@@ -12917,7 +13230,7 @@ declare class JobProgressionComponent extends RxState<JobProgressionState> imple
|
|
|
12917
13230
|
|
|
12918
13231
|
declare class JobModule {
|
|
12919
13232
|
static ɵfac: i0.ɵɵFactoryDeclaration<JobModule, never>;
|
|
12920
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<JobModule, [typeof JobProgressionIcon, typeof JobProgressionList, typeof JobProgressionComponent], [typeof i2$1.CommonModule, typeof SharedModule
|
|
13233
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<JobModule, [typeof JobProgressionIcon, typeof JobProgressionList, typeof JobProgressionComponent], [typeof i2$1.CommonModule, typeof SharedModule], [typeof JobProgressionIcon, typeof JobProgressionList, typeof JobProgressionComponent]>;
|
|
12921
13234
|
static ɵinj: i0.ɵɵInjectorDeclaration<JobModule>;
|
|
12922
13235
|
}
|
|
12923
13236
|
|
|
@@ -12954,7 +13267,7 @@ declare class MessageForm extends AppForm<Message> implements OnInit {
|
|
|
12954
13267
|
|
|
12955
13268
|
declare class MessageModule {
|
|
12956
13269
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageModule, never>;
|
|
12957
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, [typeof MessageModal, typeof MessageForm], [typeof i2$1.CommonModule, typeof CoreModule, typeof SharedModule, typeof i12$
|
|
13270
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, [typeof MessageModal, typeof MessageForm], [typeof i2$1.CommonModule, typeof CoreModule, typeof SharedModule, typeof i12$2.MatChipsModule, typeof SharedDebugModule], [typeof MessageModal, typeof MessageForm]>;
|
|
12958
13271
|
static ɵinj: i0.ɵɵInjectorDeclaration<MessageModule>;
|
|
12959
13272
|
}
|
|
12960
13273
|
|
|
@@ -13008,7 +13321,7 @@ declare abstract class AbstractPersonService<E extends Person<E> = Person<any>,
|
|
|
13008
13321
|
protected options: O;
|
|
13009
13322
|
protected network: NetworkService;
|
|
13010
13323
|
protected entities: EntitiesStorage;
|
|
13011
|
-
protected constructor(
|
|
13324
|
+
protected constructor(dataType: new () => E, filterType: new () => F, options: O);
|
|
13012
13325
|
loadAll(offset: number, size: number, sortBy?: keyof E | string, sortDirection?: SortDirection, filter?: Partial<F>, opts?: EntitiesServiceLoadOptions & {
|
|
13013
13326
|
debug?: boolean;
|
|
13014
13327
|
}): Promise<LoadResult<E>>;
|
|
@@ -13028,9 +13341,9 @@ declare const PersonFragments: {
|
|
|
13028
13341
|
personFilter: apollo_angular.TypedDocumentNode<unknown, unknown>;
|
|
13029
13342
|
};
|
|
13030
13343
|
declare class PersonService extends AbstractPersonService<Person, PersonFilter> implements IPersonService {
|
|
13031
|
-
constructor(
|
|
13344
|
+
constructor(options?: PersonServiceOptions);
|
|
13032
13345
|
protected asObject(source: Person | any): any;
|
|
13033
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PersonService, [
|
|
13346
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PersonService, [{ optional: true; }]>;
|
|
13034
13347
|
static ɵprov: i0.ɵɵInjectableDeclaration<PersonService>;
|
|
13035
13348
|
}
|
|
13036
13349
|
declare function providePersonService(): Provider;
|
|
@@ -13191,7 +13504,7 @@ declare class AppSelectUsersModal implements OnInit, AfterViewInit, AppSelectUse
|
|
|
13191
13504
|
|
|
13192
13505
|
declare class AdminUsersModule {
|
|
13193
13506
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminUsersModule, never>;
|
|
13194
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminUsersModule, [typeof UsersPage, typeof AppSelectUsersModal], [typeof
|
|
13507
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminUsersModule, [typeof UsersPage, typeof AppSelectUsersModal], [typeof i3$3.NgxJdenticonModule, typeof CoreModule, typeof SocialModule, typeof SharedMaterialModule, typeof SharedDebugModule, typeof i8.MatFormFieldModule], [typeof SocialModule, typeof UsersPage, typeof AppSelectUsersModal]>;
|
|
13195
13508
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdminUsersModule>;
|
|
13196
13509
|
}
|
|
13197
13510
|
|
|
@@ -13204,7 +13517,7 @@ declare class AdminModule {
|
|
|
13204
13517
|
|
|
13205
13518
|
declare class AdminRoutingModule {
|
|
13206
13519
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminRoutingModule, never>;
|
|
13207
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminRoutingModule, never, [typeof SharedRoutingModule, typeof AdminModule, typeof
|
|
13520
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminRoutingModule, never, [typeof SharedRoutingModule, typeof AdminModule, typeof i4$2.RouterModule], [typeof i4$2.RouterModule]>;
|
|
13208
13521
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdminRoutingModule>;
|
|
13209
13522
|
}
|
|
13210
13523
|
|
|
@@ -13528,7 +13841,7 @@ declare class MaskitoTestPage {
|
|
|
13528
13841
|
declare const SHARED_MATERIAL_TESTING_PAGES: TestingPage[];
|
|
13529
13842
|
declare class MaterialTestingModule {
|
|
13530
13843
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialTestingModule, never>;
|
|
13531
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialTestingModule, [typeof MatCommonTestPage, typeof DateTimeTestPage, typeof DateTestPage, typeof DateShortTestPage, typeof DurationTestPage, typeof AutocompleteTestPage, typeof BooleanTestPage, typeof LatLongTestPage, typeof SwipeTestPage, typeof ChipsTestPage, typeof MatBadgeTestPage, typeof ObservableTestPage, typeof MaskitoTestPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
13844
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialTestingModule, [typeof MatCommonTestPage, typeof DateTimeTestPage, typeof DateTestPage, typeof DateShortTestPage, typeof DurationTestPage, typeof AutocompleteTestPage, typeof BooleanTestPage, typeof LatLongTestPage, typeof SwipeTestPage, typeof ChipsTestPage, typeof MatBadgeTestPage, typeof ObservableTestPage, typeof MaskitoTestPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i5.ReactiveFormsModule, typeof SharedMaterialModule, typeof i4$2.RouterModule, typeof SharedPipesModule, typeof SharedBadgeModule, typeof i5.FormsModule, typeof i11.MaskitoDirective, typeof SharedMatLatLongModule], [typeof SharedMaterialModule, typeof i4$2.RouterModule, typeof MatCommonTestPage, typeof DateTimeTestPage, typeof DateTestPage, typeof DateShortTestPage, typeof DurationTestPage, typeof AutocompleteTestPage, typeof BooleanTestPage, typeof LatLongTestPage, typeof SwipeTestPage, typeof ChipsTestPage, typeof MatBadgeTestPage, typeof ObservableTestPage, typeof MaskitoTestPage]>;
|
|
13532
13845
|
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialTestingModule>;
|
|
13533
13846
|
}
|
|
13534
13847
|
|
|
@@ -13547,7 +13860,7 @@ declare class ToastTestingPage {
|
|
|
13547
13860
|
|
|
13548
13861
|
declare class ToastTestingModule {
|
|
13549
13862
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastTestingModule, never>;
|
|
13550
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastTestingModule, [typeof ToastTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
13863
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastTestingModule, [typeof ToastTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i4$2.RouterModule, typeof i5.FormsModule], [typeof i4$2.RouterModule, typeof ToastTestingPage]>;
|
|
13551
13864
|
static ɵinj: i0.ɵɵInjectorDeclaration<ToastTestingModule>;
|
|
13552
13865
|
}
|
|
13553
13866
|
|
|
@@ -13570,7 +13883,7 @@ declare class UploadFileTestingPage {
|
|
|
13570
13883
|
|
|
13571
13884
|
declare class UploadFileTestingModule {
|
|
13572
13885
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadFileTestingModule, never>;
|
|
13573
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UploadFileTestingModule, [typeof UploadFileTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
13886
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UploadFileTestingModule, [typeof UploadFileTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i4$1.TranslatePipe, typeof i4$2.RouterModule], [typeof i4$2.RouterModule, typeof UploadFileTestingPage]>;
|
|
13574
13887
|
static ɵinj: i0.ɵɵInjectorDeclaration<UploadFileTestingModule>;
|
|
13575
13888
|
}
|
|
13576
13889
|
|
|
@@ -13611,19 +13924,26 @@ declare class ImageAttachmentFilter extends EntityFilter<ImageAttachmentFilter,
|
|
|
13611
13924
|
|
|
13612
13925
|
declare class GalleryTestPage implements OnInit, OnDestroy {
|
|
13613
13926
|
protected dataService: ImageAttachmentService;
|
|
13927
|
+
protected route: ActivatedRoute;
|
|
13614
13928
|
private _subscription;
|
|
13615
13929
|
readonly dataSource: EntitiesTableDataSource<ImageAttachment$1, ImageAttachmentFilter>;
|
|
13616
|
-
|
|
13930
|
+
protected slideshowMode: ImageGallerySlideshowMode;
|
|
13931
|
+
protected enableSlideshowLoop: boolean;
|
|
13932
|
+
protected debug: boolean;
|
|
13933
|
+
constructor(dataService: ImageAttachmentService, route: ActivatedRoute);
|
|
13617
13934
|
ngOnInit(): void;
|
|
13618
13935
|
ngOnDestroy(): void;
|
|
13619
13936
|
save(): void;
|
|
13937
|
+
toggleZoomPresentation(): void;
|
|
13938
|
+
toggleSlideshowLoop(): void;
|
|
13939
|
+
toggleDebug(): void;
|
|
13620
13940
|
static ɵfac: i0.ɵɵFactoryDeclaration<GalleryTestPage, never>;
|
|
13621
13941
|
static ɵcmp: i0.ɵɵComponentDeclaration<GalleryTestPage, "app-gallery-test-page", never, {}, {}, never, never, false, never>;
|
|
13622
13942
|
}
|
|
13623
13943
|
|
|
13624
13944
|
declare class ImageGalleryTestingModule {
|
|
13625
13945
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageGalleryTestingModule, never>;
|
|
13626
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ImageGalleryTestingModule, [typeof GalleryTestPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof ImageGalleryModule, typeof
|
|
13946
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ImageGalleryTestingModule, [typeof GalleryTestPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof ImageGalleryModule, typeof SharedMaterialModule, typeof i4$2.RouterModule, typeof SharedDebugModule, typeof i4$1.TranslatePipe], [typeof i4$2.RouterModule, typeof GalleryTestPage]>;
|
|
13627
13947
|
static ɵinj: i0.ɵɵInjectorDeclaration<ImageGalleryTestingModule>;
|
|
13628
13948
|
}
|
|
13629
13949
|
|
|
@@ -13641,14 +13961,14 @@ declare class AudioTestingPage {
|
|
|
13641
13961
|
|
|
13642
13962
|
declare class AudioTestingModule {
|
|
13643
13963
|
static ɵfac: i0.ɵɵFactoryDeclaration<AudioTestingModule, never>;
|
|
13644
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AudioTestingModule, [typeof AudioTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
13964
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AudioTestingModule, [typeof AudioTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i4$2.RouterModule], [typeof i4$2.RouterModule, typeof AudioTestingPage]>;
|
|
13645
13965
|
static ɵinj: i0.ɵɵInjectorDeclaration<AudioTestingModule>;
|
|
13646
13966
|
}
|
|
13647
13967
|
|
|
13648
13968
|
declare const SHARED_STORAGE_TESTING_PAGES: TestingPage[];
|
|
13649
13969
|
declare class StorageExplorerTestingModule {
|
|
13650
13970
|
static ɵfac: i0.ɵɵFactoryDeclaration<StorageExplorerTestingModule, never>;
|
|
13651
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerTestingModule, never, [typeof i2$1.CommonModule, typeof
|
|
13971
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerTestingModule, never, [typeof i2$1.CommonModule, typeof i4$2.RouterModule], [typeof i4$2.RouterModule]>;
|
|
13652
13972
|
static ɵinj: i0.ɵɵInjectorDeclaration<StorageExplorerTestingModule>;
|
|
13653
13973
|
}
|
|
13654
13974
|
|
|
@@ -13709,7 +14029,7 @@ declare class OtherMenuTestingPage extends MenuTestingPage {
|
|
|
13709
14029
|
|
|
13710
14030
|
declare class MenuTestingModule {
|
|
13711
14031
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuTestingModule, never>;
|
|
13712
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuTestingModule, [typeof MenuTestingPage, typeof OtherMenuTestingPage], [typeof i2$1.CommonModule, typeof
|
|
14032
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuTestingModule, [typeof MenuTestingPage, typeof OtherMenuTestingPage], [typeof i2$1.CommonModule, typeof i4$2.RouterModule, typeof AppMenuModule, typeof SharedModule], [typeof i4$2.RouterModule, typeof MenuTestingPage, typeof OtherMenuTestingPage]>;
|
|
13713
14033
|
static ɵinj: i0.ɵɵInjectorDeclaration<MenuTestingModule>;
|
|
13714
14034
|
}
|
|
13715
14035
|
|
|
@@ -13743,7 +14063,7 @@ declare class NamedFilterSelectorTestingPage implements OnDestroy {
|
|
|
13743
14063
|
|
|
13744
14064
|
declare class NamedFilterSelectorTestingModule {
|
|
13745
14065
|
static ɵfac: i0.ɵɵFactoryDeclaration<NamedFilterSelectorTestingModule, never>;
|
|
13746
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NamedFilterSelectorTestingModule, [typeof NamedFilterSelectorTestingPage], [typeof i2$1.CommonModule, typeof
|
|
14066
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NamedFilterSelectorTestingModule, [typeof NamedFilterSelectorTestingPage], [typeof i2$1.CommonModule, typeof i4$2.RouterModule, typeof SharedModule], [typeof i4$2.RouterModule, typeof NamedFilterSelectorTestingPage]>;
|
|
13747
14067
|
static ɵinj: i0.ɵɵInjectorDeclaration<NamedFilterSelectorTestingModule>;
|
|
13748
14068
|
}
|
|
13749
14069
|
|
|
@@ -13764,20 +14084,20 @@ declare class MarkdownTestPage {
|
|
|
13764
14084
|
|
|
13765
14085
|
declare class MarkdownTestingModule {
|
|
13766
14086
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownTestingModule, never>;
|
|
13767
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MarkdownTestingModule, [typeof MarkdownTestPage], [typeof i2$1.CommonModule, typeof
|
|
14087
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MarkdownTestingModule, [typeof MarkdownTestPage], [typeof i2$1.CommonModule, typeof i4$2.RouterModule, typeof SharedModule, typeof i5.FormsModule, typeof SharedMarkdownModule], [typeof i4$2.RouterModule, typeof MarkdownTestPage]>;
|
|
13768
14088
|
static ɵinj: i0.ɵɵInjectorDeclaration<MarkdownTestingModule>;
|
|
13769
14089
|
}
|
|
13770
14090
|
|
|
13771
14091
|
declare const SHARED_TESTING_PAGES: TestingPage[];
|
|
13772
14092
|
declare class SharedTestingModule {
|
|
13773
14093
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedTestingModule, never>;
|
|
13774
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedTestingModule, never, [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
14094
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedTestingModule, never, [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i4$2.RouterModule, typeof MaterialTestingModule, typeof ToastTestingModule, typeof UploadFileTestingModule, typeof ImageGalleryTestingModule, typeof AudioTestingModule, typeof StorageExplorerTestingModule, typeof MenuTestingModule, typeof NamedFilterSelectorTestingModule, typeof MarkdownTestingModule], [typeof MaterialTestingModule, typeof ToastTestingModule, typeof UploadFileTestingModule, typeof ImageGalleryTestingModule, typeof AudioTestingModule, typeof StorageExplorerTestingModule, typeof MenuTestingModule, typeof NamedFilterSelectorTestingModule, typeof MarkdownTestingModule]>;
|
|
13775
14095
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedTestingModule>;
|
|
13776
14096
|
}
|
|
13777
14097
|
|
|
13778
14098
|
declare class StorageExplorerTestingRoutingModule {
|
|
13779
14099
|
static ɵfac: i0.ɵɵFactoryDeclaration<StorageExplorerTestingRoutingModule, never>;
|
|
13780
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerTestingRoutingModule, never, [typeof i2$1.CommonModule, typeof
|
|
14100
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerTestingRoutingModule, never, [typeof i2$1.CommonModule, typeof i4$2.RouterModule, typeof StorageExplorerModule], [typeof i4$2.RouterModule]>;
|
|
13781
14101
|
static ɵinj: i0.ɵɵInjectorDeclaration<StorageExplorerTestingRoutingModule>;
|
|
13782
14102
|
}
|
|
13783
14103
|
|
|
@@ -13922,7 +14242,7 @@ declare class NestedTableTestPage extends AppAsyncTable<Referential, Referential
|
|
|
13922
14242
|
|
|
13923
14243
|
declare class TableTestingModule {
|
|
13924
14244
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableTestingModule, never>;
|
|
13925
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TableTestingModule, [typeof TableTestPage, typeof Table2TestPage, typeof NestedTableTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule, typeof
|
|
14245
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TableTestingModule, [typeof TableTestPage, typeof Table2TestPage, typeof NestedTableTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule, typeof i5.FormsModule, typeof ResizableModule, typeof CellIdentifierDirective, typeof CellSelectionDirective], [typeof TableTestPage, typeof Table2TestPage, typeof NestedTableTestPage]>;
|
|
13926
14246
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableTestingModule>;
|
|
13927
14247
|
}
|
|
13928
14248
|
|
|
@@ -13944,7 +14264,7 @@ declare class TextFormTestingPage implements AfterViewInit {
|
|
|
13944
14264
|
|
|
13945
14265
|
declare class TextFormTestingModule {
|
|
13946
14266
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextFormTestingModule, never>;
|
|
13947
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextFormTestingModule, [typeof TextFormTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof SharedModule, typeof CoreModule, typeof
|
|
14267
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TextFormTestingModule, [typeof TextFormTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof SharedModule, typeof CoreModule, typeof AppTextFormModule], [typeof i4$2.RouterModule, typeof TextFormTestingPage]>;
|
|
13948
14268
|
static ɵinj: i0.ɵɵInjectorDeclaration<TextFormTestingModule>;
|
|
13949
14269
|
}
|
|
13950
14270
|
|
|
@@ -13962,7 +14282,7 @@ declare class TextPopoverTestingPage {
|
|
|
13962
14282
|
|
|
13963
14283
|
declare class TextPopoverTestingModule {
|
|
13964
14284
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextPopoverTestingModule, never>;
|
|
13965
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextPopoverTestingModule, [typeof TextPopoverTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
14285
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TextPopoverTestingModule, [typeof TextPopoverTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i4$1.TranslatePipe], [typeof i4$2.RouterModule, typeof TextPopoverTestingPage]>;
|
|
13966
14286
|
static ɵinj: i0.ɵɵInjectorDeclaration<TextPopoverTestingModule>;
|
|
13967
14287
|
}
|
|
13968
14288
|
|
|
@@ -13983,7 +14303,7 @@ declare class PropertiesFormTestPage implements OnInit, AfterViewInit {
|
|
|
13983
14303
|
|
|
13984
14304
|
declare class PropertiesFormTestingModule {
|
|
13985
14305
|
static ɵfac: i0.ɵɵFactoryDeclaration<PropertiesFormTestingModule, never>;
|
|
13986
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PropertiesFormTestingModule, [typeof PropertiesFormTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule
|
|
14306
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PropertiesFormTestingModule, [typeof PropertiesFormTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule], [typeof i4$2.RouterModule, typeof PropertiesFormTestPage]>;
|
|
13987
14307
|
static ɵinj: i0.ɵɵInjectorDeclaration<PropertiesFormTestingModule>;
|
|
13988
14308
|
}
|
|
13989
14309
|
|
|
@@ -14011,14 +14331,36 @@ declare class ArrayFormTestPage extends AppForm<any> implements OnInit, OnDestro
|
|
|
14011
14331
|
|
|
14012
14332
|
declare class FormArrayTestModule {
|
|
14013
14333
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormArrayTestModule, never>;
|
|
14014
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormArrayTestModule, [typeof ArrayFormTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule
|
|
14334
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormArrayTestModule, [typeof ArrayFormTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule], [typeof ArrayFormTestPage, typeof i4$2.RouterModule]>;
|
|
14015
14335
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormArrayTestModule>;
|
|
14016
14336
|
}
|
|
14017
14337
|
|
|
14338
|
+
declare class IconSelectorTestPage {
|
|
14339
|
+
protected formBuilder: UntypedFormBuilder;
|
|
14340
|
+
protected cd: ChangeDetectorRef;
|
|
14341
|
+
form: UntypedFormGroup;
|
|
14342
|
+
selectedIcon: IconRef | null;
|
|
14343
|
+
disabled: boolean;
|
|
14344
|
+
constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
|
|
14345
|
+
toggleDisabled(): void;
|
|
14346
|
+
stringify: {
|
|
14347
|
+
(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
|
|
14348
|
+
(value: any, replacer?: (number | string)[] | null, space?: string | number): string;
|
|
14349
|
+
};
|
|
14350
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconSelectorTestPage, never>;
|
|
14351
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconSelectorTestPage, "app-icon-selector-test", never, {}, {}, never, never, false, never>;
|
|
14352
|
+
}
|
|
14353
|
+
|
|
14354
|
+
declare class IconSelectorTestingModule {
|
|
14355
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconSelectorTestingModule, never>;
|
|
14356
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IconSelectorTestingModule, [typeof IconSelectorTestPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i4$2.RouterModule, typeof SharedModule, typeof AppIconSelectorModule], [typeof i4$2.RouterModule, typeof IconSelectorTestPage]>;
|
|
14357
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IconSelectorTestingModule>;
|
|
14358
|
+
}
|
|
14359
|
+
|
|
14018
14360
|
declare const CORE_TESTING_PAGES: TestingPage[];
|
|
14019
14361
|
declare class CoreTestingModule {
|
|
14020
14362
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreTestingModule, never>;
|
|
14021
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreTestingModule, never, [typeof i2$1.CommonModule, typeof
|
|
14363
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreTestingModule, never, [typeof i2$1.CommonModule, typeof i4$2.RouterModule, typeof TableTestingModule, typeof TextFormTestingModule, typeof TextPopoverTestingModule, typeof PropertiesFormTestingModule, typeof FormArrayTestModule, typeof IconSelectorTestingModule], [typeof i4$2.RouterModule, typeof TableTestingModule, typeof TextFormTestingModule, typeof TextPopoverTestingModule, typeof PropertiesFormTestingModule, typeof FormArrayTestModule, typeof IconSelectorTestingModule]>;
|
|
14022
14364
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreTestingModule>;
|
|
14023
14365
|
}
|
|
14024
14366
|
|
|
@@ -14054,7 +14396,7 @@ declare class JobProgressionTestingPage {
|
|
|
14054
14396
|
|
|
14055
14397
|
declare class JobTestingModule {
|
|
14056
14398
|
static ɵfac: i0.ɵɵFactoryDeclaration<JobTestingModule, never>;
|
|
14057
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<JobTestingModule, [typeof JobProgressionTestingPage], [typeof i2$1.CommonModule, typeof
|
|
14399
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<JobTestingModule, [typeof JobProgressionTestingPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof JobModule], [typeof JobProgressionTestingPage]>;
|
|
14058
14400
|
static ɵinj: i0.ɵɵInjectorDeclaration<JobTestingModule>;
|
|
14059
14401
|
}
|
|
14060
14402
|
|
|
@@ -14096,14 +14438,13 @@ declare class UserEventTestFilter extends EntityFilter<UserEventTestFilter, User
|
|
|
14096
14438
|
}
|
|
14097
14439
|
|
|
14098
14440
|
declare class UserEventTestService extends AbstractUserEventService<UserEventTest, UserEventTestFilter> {
|
|
14099
|
-
protected graphql: GraphqlService;
|
|
14100
14441
|
protected accountService: AccountService;
|
|
14101
14442
|
protected network: NetworkService;
|
|
14102
14443
|
protected translate: TranslateService;
|
|
14103
14444
|
protected environment: Environment;
|
|
14104
14445
|
private $userEvents;
|
|
14105
14446
|
private $newUserEvents;
|
|
14106
|
-
constructor(
|
|
14447
|
+
constructor(accountService: AccountService, network: NetworkService, translate: TranslateService, environment: Environment);
|
|
14107
14448
|
fromObject(source: any): UserEventTest;
|
|
14108
14449
|
add(entity: UserEventTest): Promise<UserEventTest>;
|
|
14109
14450
|
replaceLast(entity: UserEventTest): Promise<void>;
|
|
@@ -14162,7 +14503,7 @@ declare class UserEventTestingPage implements OnDestroy {
|
|
|
14162
14503
|
|
|
14163
14504
|
declare class UserEventTestingModule {
|
|
14164
14505
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserEventTestingModule, never>;
|
|
14165
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UserEventTestingModule, [typeof UserEventTestingPage], [typeof i2$1.CommonModule, typeof
|
|
14506
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UserEventTestingModule, [typeof UserEventTestingPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof UserEventModule], [typeof UserEventTestingPage]>;
|
|
14166
14507
|
static ɵinj: i0.ɵɵInjectorDeclaration<UserEventTestingModule>;
|
|
14167
14508
|
}
|
|
14168
14509
|
|
|
@@ -14186,14 +14527,14 @@ declare class FeedTestingPage {
|
|
|
14186
14527
|
|
|
14187
14528
|
declare class FeedTestingModule {
|
|
14188
14529
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeedTestingModule, never>;
|
|
14189
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedTestingModule, [typeof FeedTestingPage], [typeof SharedModule, typeof
|
|
14530
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedTestingModule, [typeof FeedTestingPage], [typeof SharedModule, typeof FeedModule, typeof i5.ReactiveFormsModule, typeof i14.MatSelectModule], [typeof FeedTestingPage, typeof FeedModule]>;
|
|
14190
14531
|
static ɵinj: i0.ɵɵInjectorDeclaration<FeedTestingModule>;
|
|
14191
14532
|
}
|
|
14192
14533
|
|
|
14193
14534
|
declare const SOCIAL_TESTING_PAGES: TestingPage[];
|
|
14194
14535
|
declare class SocialTestingModule {
|
|
14195
14536
|
static ɵfac: i0.ɵɵFactoryDeclaration<SocialTestingModule, never>;
|
|
14196
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SocialTestingModule, never, [typeof i2$1.CommonModule, typeof
|
|
14537
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SocialTestingModule, never, [typeof i2$1.CommonModule, typeof i4$2.RouterModule, typeof JobTestingModule, typeof UserEventTestingModule, typeof FeedTestingModule], never>;
|
|
14197
14538
|
static ɵinj: i0.ɵɵInjectorDeclaration<SocialTestingModule>;
|
|
14198
14539
|
}
|
|
14199
14540
|
|
|
@@ -14217,5 +14558,5 @@ declare class TableValidatorService extends ReferentialValidatorService {
|
|
|
14217
14558
|
static ɵprov: i0.ɵɵInjectableDeclaration<TableValidatorService>;
|
|
14218
14559
|
}
|
|
14219
14560
|
|
|
14220
|
-
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_ISO_PATTERNS, 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, FormArrayAtControlPipe, FormArrayAtGroupPipe, 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, QueueLink, 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, STARTUP_DATA_STORAGE_KEY, SafeHtmlPipe, SafeStylePipe, SelectPeerModal, SelectionLengthPipe, SerializingLink, 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, StartupService, 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, createAppStartupInitializer, 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 };
|
|
14221
|
-
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,
|
|
14561
|
+
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_SERVICE, 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, AppIconSelectorField, AppIconSelectorModal, AppIconSelectorModule, AppImageGalleryComponent, AppImageGallerySlideshowComponent, 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_ISO_PATTERNS, 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, FormArrayAtControlPipe, FormArrayAtGroupPipe, 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, IconSelectorTestPage, IconSelectorTestingModule, 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, MaterialAutocompleteFooterDirective, MaterialAutocompleteHeaderDirective, 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, STARTUP_DATA_STORAGE_KEY, 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, StartupService, 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, createAppStartupInitializer, 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 };
|
|
14562
|
+
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, ITreeItemEntity, IUserEvent, IUserEventAction, IUserEventFilter, IUserEventListener, IUserEventMutations, IUserEventQueries, IUserEventService, IUserEventSubscriptions, IconRef, Image, ImageEditEvent, ImageEditFormat, ImageGallerySizes, ImageGallerySlideChangeEvent, ImageGallerySlideshowMode, 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, StartupData, StartupMethod, StatePropertyDecorator, Statefull, SuggestFn, SuggestService, SynchronizationHistory, TestingPage, TextPopoverButton, TextPopoverOptions, TrackableMutationContext, TrackedQuery, UploadFilePopoverOptions, UsageMode, UserEventAction, UserEventLoadOptions, UserEventNotificationListOptions, UserEventNotificationModalOptions, UserEventServiceOptions, UserEventWatchOptions, UserProfileLabel, UserSettingsOptions, WaitForOptions, WatchQueryOptions };
|