@sumaris-net/ngx-components 21.0.0-rc2 → 21.0.0-rc21
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 +89 -1
- package/fesm2022/sumaris-net-ngx-components-testing.mjs +502 -0
- package/fesm2022/sumaris-net-ngx-components-testing.mjs.map +1 -0
- package/fesm2022/sumaris-net.ngx-components.mjs +5179 -3014
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +32 -23
- package/src/assets/i18n/en-US.json +20 -1
- package/src/assets/i18n/en.json +20 -1
- package/src/assets/i18n/fr.json +21 -2
- package/src/assets/icons-ref.json +21381 -0
- package/src/assets/manifest.json +1 -1
- package/src/theme/_functions.scss +2 -2
- package/src/theme/_icons.scss +1 -1
- package/src/theme/_ionic.globals.scss +11 -5
- package/src/theme/_material.globals.scss +2 -0
- package/src/theme/_mixins.scss +26 -19
- package/src/theme/_ngx-components.globals.scss +3 -0
- package/src/theme/_ngx-components.scss +16 -6
- package/src/theme/_ngx-components.table.scss +11 -0
- package/src/theme/_theme.scss +7 -6
- package/src/theme/_theme.variables.scss +11 -5
- package/src/theme/ionic/ionic.globals.scss +1 -2
- package/types/sumaris-net-ngx-components-testing.d.ts +287 -0
- package/types/sumaris-net.ngx-components.d.ts +901 -279
|
@@ -1,14 +1,14 @@
|
|
|
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
|
|
11
|
-
import { ControlValueAccessor, UntypedFormControl, FormGroupDirective, ValidationErrors, UntypedFormGroup, AbstractControl, UntypedFormArray, NgControl, UntypedFormBuilder, ValidatorFn, FormGroup, AsyncValidatorFn, AbstractControlOptions, Validators, FormBuilder } from '@angular/forms';
|
|
10
|
+
import * as i5 from '@angular/forms';
|
|
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';
|
|
14
14
|
import * as _ionic_core from '@ionic/core';
|
|
@@ -24,52 +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
|
+
import * as momentImported from 'moment';
|
|
31
32
|
import { Moment, unitOfTime as unitOfTime$1 } from 'moment';
|
|
32
|
-
import * as
|
|
33
|
+
import * as i4$1 from '@ngx-translate/core';
|
|
33
34
|
import { TranslateService, MissingTranslationHandler, MissingTranslationHandlerParams } from '@ngx-translate/core';
|
|
34
35
|
import * as i14 from '@angular/material/select';
|
|
35
36
|
import { MatSelect, MatSelectChange } from '@angular/material/select';
|
|
36
|
-
import * as
|
|
37
|
+
import * as i10 from '@angular/material/autocomplete';
|
|
37
38
|
import { MatAutocomplete, MatAutocompleteTrigger, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
38
|
-
import * as
|
|
39
|
+
import * as i4$2 from '@angular/router';
|
|
39
40
|
import { ActivatedRoute, Router, CanDeactivate, ActivatedRouteSnapshot, RouterStateSnapshot, UrlTree, Params, CanActivate } from '@angular/router';
|
|
40
41
|
import * as i2$1 from '@angular/common';
|
|
41
42
|
import { Location } from '@angular/common';
|
|
42
|
-
import * as i10$
|
|
43
|
+
import * as i10$3 from '@angular/cdk/drag-drop';
|
|
43
44
|
import * as i11$1 from 'ngx-markdown';
|
|
44
45
|
import { MarkedRenderer } from 'ngx-markdown';
|
|
45
46
|
import * as i1 from '@rx-angular/template/push';
|
|
46
47
|
import * as i2 from '@rx-angular/template/for';
|
|
47
48
|
import * as i3 from '@rx-angular/template/if';
|
|
48
49
|
import * as i4 from '@rx-angular/template/let';
|
|
49
|
-
import * as i13$
|
|
50
|
+
import * as i13$1 from 'ngx-color-picker';
|
|
50
51
|
import * as i1$1 from '@angular/material/table';
|
|
51
52
|
import { MatColumnDef, MatTable } from '@angular/material/table';
|
|
52
|
-
import * as i3$
|
|
53
|
+
import * as i3$2 from '@angular/material/paginator';
|
|
53
54
|
import { MatPaginatorIntl, MatPaginator } from '@angular/material/paginator';
|
|
54
|
-
import * as i9
|
|
55
|
+
import * as i9 from '@angular/material/input';
|
|
55
56
|
import * as i6 from '@angular/cdk/table';
|
|
56
57
|
import { CdkColumnDef } from '@angular/cdk/table';
|
|
57
58
|
import * as i7 from '@angular/material/checkbox';
|
|
58
59
|
import { MatCheckbox, MatCheckboxChange } from '@angular/material/checkbox';
|
|
59
60
|
import * as i8$1 from '@angular/material/expansion';
|
|
60
61
|
import { MatExpansionPanel } from '@angular/material/expansion';
|
|
61
|
-
import * as i9$
|
|
62
|
-
import * as i10$
|
|
62
|
+
import * as i9$1 from '@angular/material/toolbar';
|
|
63
|
+
import * as i10$2 from '@angular/material/dialog';
|
|
63
64
|
import { MatDialog } from '@angular/material/dialog';
|
|
64
|
-
import * as i10 from '@angular/material/icon';
|
|
65
|
-
import * as
|
|
65
|
+
import * as i10$1 from '@angular/material/icon';
|
|
66
|
+
import * as i12 from '@angular/material/button';
|
|
66
67
|
import { MatButton } from '@angular/material/button';
|
|
67
|
-
import * as
|
|
68
|
+
import * as i8$2 from '@angular/material/menu';
|
|
68
69
|
import { MatMenuTrigger } from '@angular/material/menu';
|
|
69
70
|
import * as i15 from '@angular/material/card';
|
|
70
|
-
import * as i16 from '@angular/material/tabs';
|
|
71
|
+
import * as i16$1 from '@angular/material/tabs';
|
|
71
72
|
import { MatTabGroup, MatTab, MatTabChangeEvent } from '@angular/material/tabs';
|
|
72
|
-
import * as i17
|
|
73
|
+
import * as i17 from '@angular/material/list';
|
|
73
74
|
import * as i18 from '@angular/material/stepper';
|
|
74
75
|
import { MatStepperIntl } from '@angular/material/stepper';
|
|
75
76
|
import * as i19 from '@angular/material/button-toggle';
|
|
@@ -88,29 +89,27 @@ import * as i27 from '@angular/cdk/scrolling';
|
|
|
88
89
|
import * as i29 from '@angular/material/divider';
|
|
89
90
|
import * as i30 from '@angular/material/tooltip';
|
|
90
91
|
import { MatTooltip } from '@angular/material/tooltip';
|
|
91
|
-
import * as i13
|
|
92
|
+
import * as i13 from '@angular/material-moment-adapter';
|
|
92
93
|
import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
|
93
|
-
import
|
|
94
|
+
import { unitOfTime, Moment as Moment$1, MomentInput, MomentFormatSpecification, DurationInputArg1, DurationInputArg2, Duration } from 'moment/moment';
|
|
94
95
|
import { MaskitoMask, MaskitoOptions, MaskitoPlugin } from '@maskito/core';
|
|
95
96
|
import { SelectionModel, SelectionChange, CollectionViewer, ListRange } from '@angular/cdk/collections';
|
|
96
|
-
import * as
|
|
97
|
+
import * as i5$1 from '@angular/platform-browser';
|
|
97
98
|
import { DomSanitizer, SafeHtml, EventManager, HammerGestureConfig } from '@angular/platform-browser';
|
|
98
99
|
import { CdkTextareaAutosize } from '@angular/cdk/text-field';
|
|
99
100
|
import * as i11 from '@maskito/angular';
|
|
100
|
-
import * as i12 from '@angular/material/datepicker';
|
|
101
|
+
import * as i12$1 from '@angular/material/datepicker';
|
|
101
102
|
import { DateFilterFn, MatDatepicker, MatDatepickerInputEvent } from '@angular/material/datepicker';
|
|
102
|
-
import * as
|
|
103
|
+
import * as i16 from 'ngx-mat-timepicker';
|
|
103
104
|
import { Swiper } from 'swiper/types';
|
|
104
|
-
import * as i12$
|
|
105
|
+
import * as i12$2 from '@angular/material/chips';
|
|
105
106
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
106
107
|
import { SearchbarChangeEventDetail } from '@ionic/core/dist/types/components/searchbar/searchbar-interface';
|
|
107
108
|
import * as apollo_angular from 'apollo-angular';
|
|
108
109
|
import { Apollo, QueryRef } from 'apollo-angular';
|
|
109
110
|
import { RxState, ProjectValueReducer } from '@rx-angular/state';
|
|
110
|
-
import * as i3$
|
|
111
|
+
import * as i3$4 from 'ionic-cache';
|
|
111
112
|
import { CacheService } from 'ionic-cache';
|
|
112
|
-
import { HttpLink } from 'apollo-angular/http';
|
|
113
|
-
import { ClientOptions } from 'graphql-ws';
|
|
114
113
|
import { DocumentNode } from 'graphql';
|
|
115
114
|
import { TypedDocumentNode } from '@graphql-typed-document-node/core';
|
|
116
115
|
import { AudioManagement, AudioMode } from '@awesome-cordova-plugins/audio-management/ngx';
|
|
@@ -121,10 +120,11 @@ import { Downloader, DownloadRequest } from '@awesome-cordova-plugins/downloader
|
|
|
121
120
|
import { OpenOptions } from '@capacitor/browser';
|
|
122
121
|
import { Clipboard } from '@angular/cdk/clipboard';
|
|
123
122
|
import { WriteOptions } from '@capacitor/clipboard/dist/esm/definitions';
|
|
123
|
+
import { DeviceInfo } from '@capacitor/device';
|
|
124
124
|
import { Unmasked as Unmasked$1 } from '@apollo/client/masking';
|
|
125
|
-
import * as
|
|
125
|
+
import * as i3$3 from 'ngx-jdenticon';
|
|
126
126
|
import * as _angular_animations from '@angular/animations';
|
|
127
|
-
import {
|
|
127
|
+
import { TableElement, TableDataSource, ValidatorService, TableDataSourceConfig, AsyncTableElement, AsyncTableDataSource } from '@e-is/ngx-material-table';
|
|
128
128
|
import { ImageOptions } from '@capacitor/camera';
|
|
129
129
|
import { RxStrategyNames } from '@rx-angular/cdk/render-strategies';
|
|
130
130
|
import { DocumentNode as DocumentNode$1 } from 'graphql/index';
|
|
@@ -156,6 +156,8 @@ interface LoggingServiceConfig {
|
|
|
156
156
|
};
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
type StartupMethod = 'url' | 'window' | 'environment';
|
|
160
|
+
|
|
159
161
|
declare const ENVIRONMENT: InjectionToken<Environment>;
|
|
160
162
|
declare class Environment {
|
|
161
163
|
name: string;
|
|
@@ -209,6 +211,7 @@ declare class Environment {
|
|
|
209
211
|
storageSavePeriodMs?: number;
|
|
210
212
|
sourceUrl?: string;
|
|
211
213
|
reportIssueUrl?: string;
|
|
214
|
+
changelogUrl?: string;
|
|
212
215
|
forumUrl?: string;
|
|
213
216
|
helpUrl?: string;
|
|
214
217
|
privacyPolicyUrl?: string;
|
|
@@ -218,6 +221,7 @@ declare class Environment {
|
|
|
218
221
|
password?: string;
|
|
219
222
|
token?: string;
|
|
220
223
|
};
|
|
224
|
+
startupOrder?: StartupMethod[];
|
|
221
225
|
account?: {
|
|
222
226
|
showAccountButton?: boolean;
|
|
223
227
|
enableListenChanges?: boolean;
|
|
@@ -261,6 +265,7 @@ declare class EnvironmentHttpLoader<T extends Environment = Environment> extends
|
|
|
261
265
|
}
|
|
262
266
|
|
|
263
267
|
declare const DATE_ISO_PATTERN = "YYYY-MM-DDTHH:mm:ss.SSSZ";
|
|
268
|
+
declare const DATE_ISO_PATTERNS: string[];
|
|
264
269
|
declare const DATE_PATTERN = "YYYY-MM-DD";
|
|
265
270
|
declare const DATE_MATCH_REGEXP: RegExp;
|
|
266
271
|
declare const DEFAULT_PLACEHOLDER_CHAR = "_";
|
|
@@ -691,9 +696,9 @@ declare function isNotNilOrBlank<T>(obj: T | null | undefined): boolean;
|
|
|
691
696
|
declare function isNotNilOrNaN<T>(obj: T | null | undefined): boolean;
|
|
692
697
|
declare function isNilOrNaN<T>(obj: T | null | undefined): boolean;
|
|
693
698
|
declare function isNotEmptyArray<T>(obj: T[] | readonly T[] | null | undefined): boolean;
|
|
694
|
-
declare function firstArrayValue<T>(obj: T[] | null | undefined): T | undefined;
|
|
695
|
-
declare function lastArrayValue<T>(obj: T[] | null | undefined): T | undefined;
|
|
696
|
-
declare function isEmptyArray<T>(obj: T[] | null | undefined): boolean;
|
|
699
|
+
declare function firstArrayValue<T>(obj: T[] | readonly T[] | null | undefined): T | undefined;
|
|
700
|
+
declare function lastArrayValue<T>(obj: T[] | readonly T[] | null | undefined): T | undefined;
|
|
701
|
+
declare function isEmptyArray<T>(obj: T[] | readonly T[] | null | undefined): boolean;
|
|
697
702
|
declare function arrayResize<T>(array: T[] | null | undefined, size: number, defaultValue?: T): T[];
|
|
698
703
|
declare function newArray<T>(size: number, defaultValue?: T): T[];
|
|
699
704
|
declare function isNotNilBoolean(obj: any | null | undefined): obj is boolean;
|
|
@@ -755,7 +760,26 @@ interface JoinOptions {
|
|
|
755
760
|
omitEmptyStrings?: boolean;
|
|
756
761
|
trimResults?: boolean;
|
|
757
762
|
}
|
|
763
|
+
/**
|
|
764
|
+
* Joins the values of the specified properties from an object into a single string, using a specified separator
|
|
765
|
+
* and optional configurations for trimming and omitting empty strings.
|
|
766
|
+
*
|
|
767
|
+
* @param {T} obj The object containing the properties to be joined.
|
|
768
|
+
* @param {string[]} properties An array of strings representing the property paths to be accessed and joined.
|
|
769
|
+
* @param {string | JoinOptions} [separatorOrOpts] A string separator or an object defining additional options
|
|
770
|
+
* for joining, such as the separator, whether to trim results, and whether to omit empty strings.
|
|
771
|
+
* @return {string | undefined} A string formed by joining the selected property values, or undefined if no valid
|
|
772
|
+
* values are found after processing.
|
|
773
|
+
*/
|
|
758
774
|
declare function joinPropertiesPath<T = any>(obj: T, properties: string[], separatorOrOpts?: string | JoinOptions): string | undefined;
|
|
775
|
+
/**
|
|
776
|
+
* Joins the specified properties of an object into a single string using a given separator or options.
|
|
777
|
+
*
|
|
778
|
+
* @param {T} obj The object containing the properties to join.
|
|
779
|
+
* @param {K[]} keys An array of keys representing the properties to retrieve and join.
|
|
780
|
+
* @param {string | JoinOptions} [separatorOrOpts] A string to use as the separator or an options object specifying configuration for the join operation.
|
|
781
|
+
* @return {string | undefined} A string containing the joined property values, or undefined if the object is not provided.
|
|
782
|
+
*/
|
|
759
783
|
declare function joinProperties<T = any, K extends keyof T = any>(obj: T, keys: K[], separatorOrOpts?: string | JoinOptions): string | undefined;
|
|
760
784
|
/**
|
|
761
785
|
* Generic comparison between two values.
|
|
@@ -1578,6 +1602,8 @@ declare class MatAutocompleteField implements OnInit, AfterViewInit, OnDestroy,
|
|
|
1578
1602
|
required: boolean;
|
|
1579
1603
|
hideRequiredMarker: boolean;
|
|
1580
1604
|
mobile: boolean;
|
|
1605
|
+
showPanelHeader: boolean;
|
|
1606
|
+
showPanelFooter: boolean;
|
|
1581
1607
|
clearable: boolean;
|
|
1582
1608
|
debounceTime: number;
|
|
1583
1609
|
displaySeparator: string | null;
|
|
@@ -1643,6 +1669,8 @@ declare class MatAutocompleteField implements OnInit, AfterViewInit, OnDestroy,
|
|
|
1643
1669
|
matInputText: ElementRef<HTMLInputElement>;
|
|
1644
1670
|
autocomplete: MatAutocomplete;
|
|
1645
1671
|
autocompleteTrigger: MatAutocompleteTrigger;
|
|
1672
|
+
panelHeaderTemplate?: TemplateRef<any>;
|
|
1673
|
+
panelFooterTemplate?: TemplateRef<any>;
|
|
1646
1674
|
showTooltip: boolean;
|
|
1647
1675
|
constructor(injector: Injector, el: ElementRef<HTMLElement>, cd: ChangeDetectorRef, modalController: ModalController, renderer: Renderer2, formGroupDir: FormGroupDirective);
|
|
1648
1676
|
get itemCount(): number;
|
|
@@ -1712,10 +1740,12 @@ declare class MatAutocompleteField implements OnInit, AfterViewInit, OnDestroy,
|
|
|
1712
1740
|
protected onBackspace(event: Event): void;
|
|
1713
1741
|
protected toggleFavoriteClick(event: UIEvent, value: any): void;
|
|
1714
1742
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteField, [null, null, null, null, null, { optional: true; }]>;
|
|
1715
|
-
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"; },
|
|
1743
|
+
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>;
|
|
1716
1744
|
static ngAcceptInputType_required: unknown;
|
|
1717
1745
|
static ngAcceptInputType_hideRequiredMarker: unknown;
|
|
1718
1746
|
static ngAcceptInputType_mobile: unknown;
|
|
1747
|
+
static ngAcceptInputType_showPanelHeader: unknown;
|
|
1748
|
+
static ngAcceptInputType_showPanelFooter: unknown;
|
|
1719
1749
|
static ngAcceptInputType_clearable: unknown;
|
|
1720
1750
|
static ngAcceptInputType_debounceTime: unknown;
|
|
1721
1751
|
static ngAcceptInputType_highlightAccent: unknown;
|
|
@@ -1750,8 +1780,8 @@ declare class AppFormField implements OnInit, ControlValueAccessor {
|
|
|
1750
1780
|
protected _values: Property[];
|
|
1751
1781
|
protected type: FormFieldType;
|
|
1752
1782
|
protected numberInputStep: string;
|
|
1753
|
-
set definition(value: FormFieldDefinition);
|
|
1754
|
-
get definition(): FormFieldDefinition
|
|
1783
|
+
set definition(value: FormFieldDefinition<any, any>);
|
|
1784
|
+
get definition(): FormFieldDefinition<any, any>;
|
|
1755
1785
|
readonly: boolean;
|
|
1756
1786
|
disabled: boolean;
|
|
1757
1787
|
formControl: UntypedFormControl;
|
|
@@ -1773,6 +1803,7 @@ declare class AppFormField implements OnInit, ControlValueAccessor {
|
|
|
1773
1803
|
panelClass: string;
|
|
1774
1804
|
panelWidth: string;
|
|
1775
1805
|
onKeyupEnter: EventEmitter<any>;
|
|
1806
|
+
definitionChanged: EventEmitter<FormFieldDefinition<string, FormFieldType, any, any>>;
|
|
1776
1807
|
get value(): any;
|
|
1777
1808
|
matInput: ElementRef;
|
|
1778
1809
|
autocompleteField: MatAutocompleteField;
|
|
@@ -1802,7 +1833,7 @@ declare class AppFormField implements OnInit, ControlValueAccessor {
|
|
|
1802
1833
|
}): void;
|
|
1803
1834
|
protected updateTabIndex(timeout?: number): void;
|
|
1804
1835
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppFormField, [null, null, null, { optional: true; }]>;
|
|
1805
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppFormField, "app-form-field", never, { "definition": { "alias": "definition"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideRequiredMarker": { "alias": "hideRequiredMarker"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; }, { "onKeyupEnter": "keyup.enter"; }, never, ["[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error"], false, never>;
|
|
1836
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppFormField, "app-form-field", never, { "definition": { "alias": "definition"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideRequiredMarker": { "alias": "hideRequiredMarker"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; }, { "onKeyupEnter": "keyup.enter"; "definitionChanged": "definitionChanged"; }, never, ["[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error"], false, never>;
|
|
1806
1837
|
static ngAcceptInputType_readonly: unknown;
|
|
1807
1838
|
static ngAcceptInputType_disabled: unknown;
|
|
1808
1839
|
static ngAcceptInputType_compact: unknown;
|
|
@@ -1828,6 +1859,13 @@ declare class UploadFile<T> extends File {
|
|
|
1828
1859
|
error?: string;
|
|
1829
1860
|
response?: FileResponse<T> | HttpResponse<T>;
|
|
1830
1861
|
}
|
|
1862
|
+
type FileCheckEnabledFn = () => boolean;
|
|
1863
|
+
type FileHasErrorFn = (file: UploadFile<any>) => boolean;
|
|
1864
|
+
interface FileCheck {
|
|
1865
|
+
isEnabled: FileCheckEnabledFn;
|
|
1866
|
+
hasError: FileHasErrorFn;
|
|
1867
|
+
error: string;
|
|
1868
|
+
}
|
|
1831
1869
|
type FileUploadFn<T> = (file: File) => Observable<FileEvent<T> | HttpEvent<T>>;
|
|
1832
1870
|
type FileDeleteFn<T> = (file: UploadFile<T>) => Promise<boolean>;
|
|
1833
1871
|
interface FileProgressEvent {
|
|
@@ -1856,14 +1894,17 @@ declare class UploadFileComponent {
|
|
|
1856
1894
|
protected translate: TranslateService;
|
|
1857
1895
|
fileDropEl: ElementRef;
|
|
1858
1896
|
fileExtension: string;
|
|
1897
|
+
fileExtensionsExcluded: string[];
|
|
1859
1898
|
uniqueFile: boolean;
|
|
1860
1899
|
instantUpload: boolean;
|
|
1861
1900
|
uploadFn: FileUploadFn<any>;
|
|
1862
1901
|
deleteFn: FileDeleteFn<any>;
|
|
1863
1902
|
maxParallelUpload: number;
|
|
1903
|
+
maxFileSizeMb: number;
|
|
1864
1904
|
autoHideDropArea: boolean;
|
|
1865
1905
|
files: UploadFile<any>[];
|
|
1866
1906
|
uploading: boolean;
|
|
1907
|
+
checks: FileCheck[];
|
|
1867
1908
|
get processingFiles(): UploadFile<any>[];
|
|
1868
1909
|
get processedFiles(): UploadFile<any>[];
|
|
1869
1910
|
get processingFilesCount(): number;
|
|
@@ -1888,13 +1929,14 @@ declare class UploadFileComponent {
|
|
|
1888
1929
|
* @param files (Files List)
|
|
1889
1930
|
*/
|
|
1890
1931
|
prepareFilesList(files: FileList | File[]): void;
|
|
1932
|
+
checkFiles(): void;
|
|
1891
1933
|
/**
|
|
1892
1934
|
* Execute upload
|
|
1893
1935
|
*/
|
|
1894
1936
|
uploadFiles(files?: File[]): Promise<UploadFile<any>[]>;
|
|
1895
1937
|
waitIdle(opts?: WaitForOptions): Promise<void>;
|
|
1896
1938
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadFileComponent, never>;
|
|
1897
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploadFileComponent, "app-upload-file", never, { "fileExtension": { "alias": "fileExtension"; "required": false; }; "uniqueFile": { "alias": "uniqueFile"; "required": false; }; "instantUpload": { "alias": "instantUpload"; "required": false; }; "uploadFn": { "alias": "uploadFn"; "required": false; }; "deleteFn": { "alias": "deleteFn"; "required": false; }; "maxParallelUpload": { "alias": "maxParallelUpload"; "required": false; }; "autoHideDropArea": { "alias": "autoHideDropArea"; "required": false; }; }, {}, never, never, false, never>;
|
|
1939
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadFileComponent, "app-upload-file", never, { "fileExtension": { "alias": "fileExtension"; "required": false; }; "fileExtensionsExcluded": { "alias": "fileExtensionsExcluded"; "required": false; }; "uniqueFile": { "alias": "uniqueFile"; "required": false; }; "instantUpload": { "alias": "instantUpload"; "required": false; }; "uploadFn": { "alias": "uploadFn"; "required": false; }; "deleteFn": { "alias": "deleteFn"; "required": false; }; "maxParallelUpload": { "alias": "maxParallelUpload"; "required": false; }; "maxFileSizeMb": { "alias": "maxFileSizeMb"; "required": false; }; "autoHideDropArea": { "alias": "autoHideDropArea"; "required": false; }; }, {}, never, never, false, never>;
|
|
1898
1940
|
}
|
|
1899
1941
|
|
|
1900
1942
|
interface UploadFilePopoverOptions<T> {
|
|
@@ -1904,8 +1946,16 @@ interface UploadFilePopoverOptions<T> {
|
|
|
1904
1946
|
instantUpload?: boolean;
|
|
1905
1947
|
uniqueFile?: boolean;
|
|
1906
1948
|
fileExtension?: string;
|
|
1949
|
+
fileExtensionsExcluded?: string[];
|
|
1907
1950
|
maxParallelUpload?: number;
|
|
1951
|
+
maxFileSizeMb?: number;
|
|
1908
1952
|
autoHideDropArea?: boolean;
|
|
1953
|
+
importButtonText?: string;
|
|
1954
|
+
cancelButtonText?: string;
|
|
1955
|
+
backdropDismiss?: boolean;
|
|
1956
|
+
keyboardClose?: boolean;
|
|
1957
|
+
translucent?: boolean;
|
|
1958
|
+
cssClass?: string | string[];
|
|
1909
1959
|
}
|
|
1910
1960
|
declare class UploadFilePopover implements UploadFilePopoverOptions<any> {
|
|
1911
1961
|
protected popoverController: PopoverController;
|
|
@@ -1913,13 +1963,17 @@ declare class UploadFilePopover implements UploadFilePopoverOptions<any> {
|
|
|
1913
1963
|
protected cd: ChangeDetectorRef;
|
|
1914
1964
|
uploader: UploadFileComponent;
|
|
1915
1965
|
fileExtension: string;
|
|
1966
|
+
fileExtensionsExcluded: string[];
|
|
1916
1967
|
title: string;
|
|
1917
1968
|
uniqueFile: boolean;
|
|
1918
1969
|
instantUpload: boolean;
|
|
1919
1970
|
uploadFn: FileUploadFn<any>;
|
|
1920
1971
|
deleteFn: FileDeleteFn<any>;
|
|
1921
1972
|
maxParallelUpload: number;
|
|
1973
|
+
maxFileSizeMb: number;
|
|
1922
1974
|
autoHideDropArea: boolean;
|
|
1975
|
+
okButtonText: string;
|
|
1976
|
+
cancelButtonText: string;
|
|
1923
1977
|
importing: boolean;
|
|
1924
1978
|
error: string;
|
|
1925
1979
|
get files(): UploadFile<any>[];
|
|
@@ -1930,7 +1984,7 @@ declare class UploadFilePopover implements UploadFilePopoverOptions<any> {
|
|
|
1930
1984
|
cancel(): Promise<boolean>;
|
|
1931
1985
|
protected resetError(): void;
|
|
1932
1986
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadFilePopover, never>;
|
|
1933
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploadFilePopover, "app-upload-file-popover", never, { "fileExtension": { "alias": "fileExtension"; "required": false; }; "title": { "alias": "title"; "required": false; }; "uniqueFile": { "alias": "uniqueFile"; "required": false; }; "instantUpload": { "alias": "instantUpload"; "required": false; }; "uploadFn": { "alias": "uploadFn"; "required": false; }; "deleteFn": { "alias": "deleteFn"; "required": false; }; "maxParallelUpload": { "alias": "maxParallelUpload"; "required": false; }; "autoHideDropArea": { "alias": "autoHideDropArea"; "required": false; }; }, {}, never, never, false, never>;
|
|
1987
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadFilePopover, "app-upload-file-popover", never, { "fileExtension": { "alias": "fileExtension"; "required": false; }; "fileExtensionsExcluded": { "alias": "fileExtensionsExcluded"; "required": false; }; "title": { "alias": "title"; "required": false; }; "uniqueFile": { "alias": "uniqueFile"; "required": false; }; "instantUpload": { "alias": "instantUpload"; "required": false; }; "uploadFn": { "alias": "uploadFn"; "required": false; }; "deleteFn": { "alias": "deleteFn"; "required": false; }; "maxParallelUpload": { "alias": "maxParallelUpload"; "required": false; }; "maxFileSizeMb": { "alias": "maxFileSizeMb"; "required": false; }; "autoHideDropArea": { "alias": "autoHideDropArea"; "required": false; }; "okButtonText": { "alias": "okButtonText"; "required": false; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; }; }, {}, never, never, false, never>;
|
|
1934
1988
|
}
|
|
1935
1989
|
|
|
1936
1990
|
declare interface TestingPage {
|
|
@@ -1956,6 +2010,15 @@ declare class RxStateModule {
|
|
|
1956
2010
|
static ɵinj: i0.ɵɵInjectorDeclaration<RxStateModule>;
|
|
1957
2011
|
}
|
|
1958
2012
|
|
|
2013
|
+
declare class MaterialAutocompleteHeaderDirective {
|
|
2014
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialAutocompleteHeaderDirective, never>;
|
|
2015
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MaterialAutocompleteHeaderDirective, "ng-template[panelHeader]", never, {}, {}, never, never, false, never>;
|
|
2016
|
+
}
|
|
2017
|
+
declare class MaterialAutocompleteFooterDirective {
|
|
2018
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialAutocompleteFooterDirective, never>;
|
|
2019
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MaterialAutocompleteFooterDirective, "ng-template[panelFooter]", never, {}, {}, never, never, false, never>;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
1959
2022
|
declare class PropertyGetPipe implements PipeTransform {
|
|
1960
2023
|
transform(obj: any, args: string | Array<string | number> | {
|
|
1961
2024
|
key: string;
|
|
@@ -1999,32 +2062,37 @@ declare class MapToPipe implements PipeTransform {
|
|
|
1999
2062
|
static ɵpipe: i0.ɵɵPipeDeclaration<MapToPipe, "mapTo", false>;
|
|
2000
2063
|
}
|
|
2001
2064
|
|
|
2002
|
-
declare
|
|
2003
|
-
|
|
2004
|
-
protected translate: TranslateService;
|
|
2005
|
-
private datePattern;
|
|
2006
|
-
private dateTimePattern;
|
|
2007
|
-
private dateTimeSecondsPattern;
|
|
2008
|
-
protected constructor(dateAdapter: MomentDateAdapter, translate: TranslateService);
|
|
2065
|
+
declare class DateFormatPipe implements PipeTransform {
|
|
2066
|
+
private service;
|
|
2009
2067
|
transform(value: string | Moment | Date, args?: {
|
|
2010
2068
|
pattern?: string;
|
|
2011
2069
|
time?: boolean;
|
|
2012
2070
|
seconds?: boolean;
|
|
2013
2071
|
}): string;
|
|
2014
|
-
protected _updateTranslations(translations: any): void;
|
|
2015
|
-
protected _getTranslationValue(translations: any, key: string, defaultValue: string): string;
|
|
2016
|
-
}
|
|
2017
|
-
declare class DateFormatPipe extends AbstractDateFormat implements PipeTransform {
|
|
2018
|
-
constructor(dateAdapter: MomentDateAdapter, translate: TranslateService);
|
|
2019
2072
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatPipe, never>;
|
|
2020
2073
|
static ɵpipe: i0.ɵɵPipeDeclaration<DateFormatPipe, "dateFormat", false>;
|
|
2021
2074
|
}
|
|
2022
|
-
declare class DateFormatService
|
|
2075
|
+
declare class DateFormatService implements OnDestroy {
|
|
2076
|
+
private dateAdapter;
|
|
2077
|
+
private translate;
|
|
2078
|
+
private _datePattern;
|
|
2079
|
+
private _dateTimePattern;
|
|
2080
|
+
private _dateTimeSecondsPattern;
|
|
2023
2081
|
private _subscription;
|
|
2082
|
+
get datePattern(): string;
|
|
2083
|
+
get dateTimePattern(): string;
|
|
2084
|
+
get dateTimeSecondsPattern(): string;
|
|
2024
2085
|
constructor(dateAdapter: MomentDateAdapter, translate: TranslateService);
|
|
2025
2086
|
ngOnDestroy(): void;
|
|
2026
|
-
|
|
2027
|
-
|
|
2087
|
+
transform(value: string | Moment | Date, args?: {
|
|
2088
|
+
pattern?: string;
|
|
2089
|
+
time?: boolean;
|
|
2090
|
+
seconds?: boolean;
|
|
2091
|
+
}): string;
|
|
2092
|
+
format(date: Moment, displayFormat: any): string;
|
|
2093
|
+
parse(value: string, parseFormat?: string | string[]): Moment;
|
|
2094
|
+
protected _updateTranslations(translations: any): void;
|
|
2095
|
+
protected _getTranslationValue(translations: any, key: string, defaultValue: string): string;
|
|
2028
2096
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatService, never>;
|
|
2029
2097
|
static ɵprov: i0.ɵɵInjectableDeclaration<DateFormatService>;
|
|
2030
2098
|
}
|
|
@@ -2091,6 +2159,16 @@ declare class DateFromNowPipe implements PipeTransform {
|
|
|
2091
2159
|
static ɵprov: i0.ɵɵInjectableDeclaration<DateFromNowPipe>;
|
|
2092
2160
|
}
|
|
2093
2161
|
|
|
2162
|
+
declare class TimeFormatPipe implements PipeTransform {
|
|
2163
|
+
private dateAdapter;
|
|
2164
|
+
transform(value: string | Moment | Date, args?: {
|
|
2165
|
+
pattern?: string;
|
|
2166
|
+
seconds?: boolean;
|
|
2167
|
+
}): string;
|
|
2168
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimeFormatPipe, never>;
|
|
2169
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TimeFormatPipe, "timeFormat", false>;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2094
2172
|
type LatLongType = 'latitude' | 'longitude';
|
|
2095
2173
|
type LatLongPattern = 'DDMMSS' | 'DDMM' | 'DD';
|
|
2096
2174
|
declare const LAT_LONG_PATTERNS: LatLongPattern[];
|
|
@@ -2395,6 +2473,11 @@ declare class CapitalizePipe implements PipeTransform {
|
|
|
2395
2473
|
static ɵfac: i0.ɵɵFactoryDeclaration<CapitalizePipe, never>;
|
|
2396
2474
|
static ɵpipe: i0.ɵɵPipeDeclaration<CapitalizePipe, "capitalize", false>;
|
|
2397
2475
|
}
|
|
2476
|
+
declare class ChangeCaseToUnderscorePipe implements PipeTransform {
|
|
2477
|
+
transform(value: string): string;
|
|
2478
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChangeCaseToUnderscorePipe, never>;
|
|
2479
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ChangeCaseToUnderscorePipe, "changeCaseToUnderscore", false>;
|
|
2480
|
+
}
|
|
2398
2481
|
declare class StrLengthPipe implements PipeTransform {
|
|
2399
2482
|
transform(value: string): number;
|
|
2400
2483
|
static ɵfac: i0.ɵɵFactoryDeclaration<StrLengthPipe, never>;
|
|
@@ -2415,11 +2498,6 @@ declare class TruncTextPipe implements PipeTransform {
|
|
|
2415
2498
|
static ɵfac: i0.ɵɵFactoryDeclaration<TruncTextPipe, never>;
|
|
2416
2499
|
static ɵpipe: i0.ɵɵPipeDeclaration<TruncTextPipe, "truncText", false>;
|
|
2417
2500
|
}
|
|
2418
|
-
declare class ChangeCaseToUnderscorePipe implements PipeTransform {
|
|
2419
|
-
transform(value: string): string;
|
|
2420
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChangeCaseToUnderscorePipe, never>;
|
|
2421
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ChangeCaseToUnderscorePipe, "changeCaseToUnderscore", false>;
|
|
2422
|
-
}
|
|
2423
2501
|
declare class TruncHtmlPipe implements PipeTransform {
|
|
2424
2502
|
transform(input: string, size?: number, ellipsis?: boolean, ellipsisText?: string): any;
|
|
2425
2503
|
static ɵfac: i0.ɵɵFactoryDeclaration<TruncHtmlPipe, never>;
|
|
@@ -2747,11 +2825,21 @@ declare class FormGetArrayPipe implements PipeTransform {
|
|
|
2747
2825
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormGetArrayPipe, never>;
|
|
2748
2826
|
static ɵpipe: i0.ɵɵPipeDeclaration<FormGetArrayPipe, "formGetArray", false>;
|
|
2749
2827
|
}
|
|
2828
|
+
declare class FormArrayAtControlPipe implements PipeTransform {
|
|
2829
|
+
transform(form: FormArray, index: number): AbstractControl;
|
|
2830
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormArrayAtControlPipe, never>;
|
|
2831
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormArrayAtControlPipe, "formAtControl", false>;
|
|
2832
|
+
}
|
|
2750
2833
|
declare class FormGetGroupPipe implements PipeTransform {
|
|
2751
2834
|
transform(form: AbstractControl, path?: Array<string | number> | string): UntypedFormGroup;
|
|
2752
2835
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormGetGroupPipe, never>;
|
|
2753
2836
|
static ɵpipe: i0.ɵɵPipeDeclaration<FormGetGroupPipe, "formGetGroup", false>;
|
|
2754
2837
|
}
|
|
2838
|
+
declare class FormArrayAtGroupPipe implements PipeTransform {
|
|
2839
|
+
transform(form: FormArray, index: number): UntypedFormGroup;
|
|
2840
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormArrayAtGroupPipe, never>;
|
|
2841
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormArrayAtGroupPipe, "formAtGroup", false>;
|
|
2842
|
+
}
|
|
2755
2843
|
declare class FormGetValuePipe implements PipeTransform, OnDestroy {
|
|
2756
2844
|
private _ref;
|
|
2757
2845
|
private _value;
|
|
@@ -2963,7 +3051,7 @@ declare class MapPipe implements PipeTransform {
|
|
|
2963
3051
|
|
|
2964
3052
|
declare class SharedPipesModule {
|
|
2965
3053
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedPipesModule, never>;
|
|
2966
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedPipesModule, [typeof PropertyGetPipe, typeof PropertyFormatPipe, typeof ValueFormatPipe, typeof DateFormatPipe, typeof DateDiffDurationPipe, typeof DurationPipe, typeof DateFromPipe, typeof DateFromNowPipe, typeof LatLongFormatPipe, typeof LatitudeFormatPipe, typeof LongitudeFormatPipe, typeof HighlightPipe, typeof NumberFormatPipe, typeof FileSizePipe, typeof MathAbsPipe, typeof OddPipe, typeof EvenPipe, typeof RoundPipe, typeof NotEmptyArrayPipe, typeof EmptyArrayPipe, typeof ArrayLengthPipe, typeof ArrayFirstPipe, typeof ArrayLastPipe, typeof ArrayPluckPipe, typeof ArrayIncludesPipe, typeof ArrayFilterPipe, typeof ArrayJoinPipe, typeof ArrayDistinctPipe, typeof ArraySortPipe, typeof ArrayFindByPropertyPipe, typeof SplitArrayInChunksPipe, typeof ArrayMapPipe, typeof ArraySlicePipe, typeof MapGetPipe, typeof MapKeysPipe, typeof MapValuesPipe, typeof IsNilOrBlankPipe, typeof IsNotNilOrBlankPipe, typeof IsNilOrNaNPipe, typeof IsNotNilOrNaNPipe, typeof IsNotNilPipe, typeof IsNilPipe, typeof IsValidDatePipe, typeof ToStringPipe, typeof CapitalizePipe, typeof ChangeCaseToUnderscorePipe, typeof StrLengthPipe, typeof StrIncludesPipe, typeof StrReplacePipe, typeof TruncHtmlPipe, typeof TruncTextPipe, typeof AppendQueryParamsPipePipe, typeof BooleanFormatPipe, typeof MapToPipe, typeof TranslateContextPipe, typeof TranslatablePipe, typeof NgInitDirective, typeof FormErrorPipe, typeof FormErrorTranslatePipe, typeof FormGetPipe, typeof FormGetControlPipe, typeof FormGetArrayPipe, typeof FormGetGroupPipe, typeof
|
|
3054
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedPipesModule, [typeof PropertyGetPipe, typeof PropertyFormatPipe, typeof ValueFormatPipe, typeof DateFormatPipe, typeof DateDiffDurationPipe, typeof DurationPipe, typeof DateFromPipe, typeof DateFromNowPipe, typeof TimeFormatPipe, 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 TimeFormatPipe, 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]>;
|
|
2967
3055
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedPipesModule>;
|
|
2968
3056
|
}
|
|
2969
3057
|
|
|
@@ -3080,7 +3168,7 @@ declare class SharedDirectivesModule {
|
|
|
3080
3168
|
|
|
3081
3169
|
declare class SharedMatAutocompleteModule {
|
|
3082
3170
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatAutocompleteModule, never>;
|
|
3083
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatAutocompleteModule, [typeof MatAutocompleteField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i27.ScrollingModule, typeof
|
|
3171
|
+
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]>;
|
|
3084
3172
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatAutocompleteModule>;
|
|
3085
3173
|
}
|
|
3086
3174
|
|
|
@@ -3093,11 +3181,11 @@ declare class MatLatLongFieldInput implements MatFormFieldControl<number>, Contr
|
|
|
3093
3181
|
minutesInput: ElementRef;
|
|
3094
3182
|
secondsInput: ElementRef;
|
|
3095
3183
|
signInput: ElementRef;
|
|
3096
|
-
protected formGroup:
|
|
3097
|
-
degrees:
|
|
3098
|
-
minutes:
|
|
3099
|
-
seconds:
|
|
3100
|
-
sign:
|
|
3184
|
+
protected formGroup: i5.FormGroup<{
|
|
3185
|
+
degrees: i5.FormControl<string>;
|
|
3186
|
+
minutes: i5.FormControl<string>;
|
|
3187
|
+
seconds: i5.FormControl<string>;
|
|
3188
|
+
sign: i5.FormControl<1 | -1>;
|
|
3101
3189
|
}>;
|
|
3102
3190
|
stateChanges: Subject<void>;
|
|
3103
3191
|
focused: boolean;
|
|
@@ -3257,7 +3345,7 @@ declare class MatLatLongField implements ControlValueAccessor, OnInit, AfterView
|
|
|
3257
3345
|
|
|
3258
3346
|
declare class SharedMatLatLongModule {
|
|
3259
3347
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatLatLongModule, never>;
|
|
3260
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatLatLongModule, [typeof MatLatLongField, typeof MatLatLongFieldInput], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
3348
|
+
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]>;
|
|
3261
3349
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatLatLongModule>;
|
|
3262
3350
|
}
|
|
3263
3351
|
|
|
@@ -3315,7 +3403,7 @@ declare class MatDate implements OnInit, AfterViewInit, OnDestroy, ControlValueA
|
|
|
3315
3403
|
registerOnChange(fn: any): void;
|
|
3316
3404
|
registerOnTouched(fn: any): void;
|
|
3317
3405
|
setDisabledState(isDisabled: boolean): void;
|
|
3318
|
-
openDatePicker(): void;
|
|
3406
|
+
openDatePicker(event?: Event): void;
|
|
3319
3407
|
focus(): void;
|
|
3320
3408
|
clear(event: Event): void;
|
|
3321
3409
|
protected _onDatePickerChange(event: MatDatepickerInputEvent<Moment>): void;
|
|
@@ -3429,6 +3517,12 @@ declare class MatDateTime implements OnInit, AfterViewInit, OnDestroy, ControlVa
|
|
|
3429
3517
|
setDisabledState(isDisabled: boolean): void;
|
|
3430
3518
|
openDatePicker(event?: Event, datePicker?: MatDatepicker<any>): void;
|
|
3431
3519
|
openTimePicker(event?: Event, timePicker?: NgxTimePicker): void;
|
|
3520
|
+
/**
|
|
3521
|
+
* Watches for the ngx-mat-timepicker overlay pane being attached to the DOM, so its position can
|
|
3522
|
+
* be fixed (see `fixTimePickerPosition()`) before the browser paints it - otherwise the popover
|
|
3523
|
+
* would briefly flash at its (wrong) initial position before jumping to the corrected one.
|
|
3524
|
+
*/
|
|
3525
|
+
private _watchTimePickerOverlay;
|
|
3432
3526
|
private fixTimePickerPosition;
|
|
3433
3527
|
focus(): void;
|
|
3434
3528
|
clear(event?: Event): void;
|
|
@@ -3547,7 +3641,7 @@ declare class MatDateShort implements OnInit, ControlValueAccessor, InputElement
|
|
|
3547
3641
|
|
|
3548
3642
|
declare class SharedMatDateTimeModule {
|
|
3549
3643
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatDateTimeModule, never>;
|
|
3550
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatDateTimeModule, [typeof MatDate, typeof MatDateTime, typeof MatDateShort], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
3644
|
+
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]>;
|
|
3551
3645
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatDateTimeModule>;
|
|
3552
3646
|
}
|
|
3553
3647
|
|
|
@@ -3608,7 +3702,7 @@ declare class MatDuration implements OnInit, OnDestroy, ControlValueAccessor, In
|
|
|
3608
3702
|
|
|
3609
3703
|
declare class SharedMatDurationModule {
|
|
3610
3704
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatDurationModule, never>;
|
|
3611
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatDurationModule, [typeof MatDuration], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
3705
|
+
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]>;
|
|
3612
3706
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatDurationModule>;
|
|
3613
3707
|
}
|
|
3614
3708
|
|
|
@@ -3701,7 +3795,7 @@ declare class MatBooleanField implements OnInit, ControlValueAccessor, InputElem
|
|
|
3701
3795
|
|
|
3702
3796
|
declare class SharedMatBooleanModule {
|
|
3703
3797
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatBooleanModule, never>;
|
|
3704
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatBooleanModule, [typeof MatBooleanField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
3798
|
+
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]>;
|
|
3705
3799
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatBooleanModule>;
|
|
3706
3800
|
}
|
|
3707
3801
|
|
|
@@ -3788,7 +3882,7 @@ declare class MatSwipeField implements OnInit, InputElement, OnDestroy, ControlV
|
|
|
3788
3882
|
|
|
3789
3883
|
declare class SharedMatSwipeModule {
|
|
3790
3884
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatSwipeModule, never>;
|
|
3791
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatSwipeModule, [typeof MatSwipeField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
3885
|
+
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]>;
|
|
3792
3886
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatSwipeModule>;
|
|
3793
3887
|
}
|
|
3794
3888
|
|
|
@@ -3951,7 +4045,7 @@ declare class MatChipsField implements OnInit, OnDestroy, InputElement, ControlV
|
|
|
3951
4045
|
|
|
3952
4046
|
declare class SharedMatChipsModule {
|
|
3953
4047
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatChipsModule, never>;
|
|
3954
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatChipsModule, [typeof MatChipsField], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
4048
|
+
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]>;
|
|
3955
4049
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatChipsModule>;
|
|
3956
4050
|
}
|
|
3957
4051
|
|
|
@@ -4001,7 +4095,7 @@ declare class SharedBadgeModule {
|
|
|
4001
4095
|
|
|
4002
4096
|
declare class SharedMaterialModule {
|
|
4003
4097
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMaterialModule, never>;
|
|
4004
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMaterialModule, never, [typeof i1$1.MatTableModule, typeof i2$2.MatSortModule, typeof i3$
|
|
4098
|
+
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]>;
|
|
4005
4099
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMaterialModule>;
|
|
4006
4100
|
}
|
|
4007
4101
|
|
|
@@ -4015,7 +4109,7 @@ declare class HotkeysDialogComponent {
|
|
|
4015
4109
|
|
|
4016
4110
|
declare class SharedHotkeysModule {
|
|
4017
4111
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedHotkeysModule, never>;
|
|
4018
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedHotkeysModule, [typeof HotkeysDialogComponent], [typeof i2$1.CommonModule, typeof i10$
|
|
4112
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedHotkeysModule, [typeof HotkeysDialogComponent], [typeof i2$1.CommonModule, typeof i10$2.MatDialogModule, typeof i4$1.TranslatePipe], [typeof HotkeysDialogComponent]>;
|
|
4019
4113
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedHotkeysModule>;
|
|
4020
4114
|
}
|
|
4021
4115
|
|
|
@@ -4077,6 +4171,7 @@ declare class ToolbarComponent implements ToolbarToken, OnInit, OnDestroy {
|
|
|
4077
4171
|
set progressBarMode(value: ProgressBarMode);
|
|
4078
4172
|
get progressBarMode(): ProgressBarMode;
|
|
4079
4173
|
title: string;
|
|
4174
|
+
subTitle: string;
|
|
4080
4175
|
color: AppColors;
|
|
4081
4176
|
class: string;
|
|
4082
4177
|
id: string;
|
|
@@ -4107,7 +4202,7 @@ declare class ToolbarComponent implements ToolbarToken, OnInit, OnDestroy {
|
|
|
4107
4202
|
protected ionSearchBarChanged(event: Event): void;
|
|
4108
4203
|
protected markForCheck(): void;
|
|
4109
4204
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, [null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
4110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "app-toolbar", never, { "progressBarMode": { "alias": "progressBarMode"; "required": false; }; "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; "class": { "alias": "class"; "required": false; }; "id": { "alias": "id"; "required": false; }; "backHref": { "alias": "backHref"; "required": false; }; "defaultBackHref": { "alias": "defaultBackHref"; "required": false; }; "hasValidate": { "alias": "hasValidate"; "required": false; }; "hasClose": { "alias": "hasClose"; "required": false; }; "hasSearch": { "alias": "hasSearch"; "required": false; }; "canGoBack": { "alias": "canGoBack"; "required": false; }; "canShowMenu": { "alias": "canShowMenu"; "required": false; }; }, { "onValidate": "onValidate"; "onClose": "onClose"; "onValidateAndClose": "onValidateAndClose"; "onBackClick": "onBackClick"; "onSearch": "onSearch"; }, never, ["[slot=start]", "[slot=title], ion-title, ion-segment", "ion-buttons[slot=end]", "[slot=end]"], false, never>;
|
|
4205
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "app-toolbar", never, { "progressBarMode": { "alias": "progressBarMode"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "color": { "alias": "color"; "required": false; }; "class": { "alias": "class"; "required": false; }; "id": { "alias": "id"; "required": false; }; "backHref": { "alias": "backHref"; "required": false; }; "defaultBackHref": { "alias": "defaultBackHref"; "required": false; }; "hasValidate": { "alias": "hasValidate"; "required": false; }; "hasClose": { "alias": "hasClose"; "required": false; }; "hasSearch": { "alias": "hasSearch"; "required": false; }; "canGoBack": { "alias": "canGoBack"; "required": false; }; "canShowMenu": { "alias": "canShowMenu"; "required": false; }; }, { "onValidate": "onValidate"; "onClose": "onClose"; "onValidateAndClose": "onValidateAndClose"; "onBackClick": "onBackClick"; "onSearch": "onSearch"; }, never, ["[slot=start]", "[slot=title], ion-title, ion-segment", "ion-buttons[slot=end]", "[slot=end]"], false, never>;
|
|
4111
4206
|
static ngAcceptInputType_hasValidate: unknown;
|
|
4112
4207
|
static ngAcceptInputType_hasClose: unknown;
|
|
4113
4208
|
static ngAcceptInputType_hasSearch: unknown;
|
|
@@ -4177,7 +4272,7 @@ declare class ModalToolbarComponent implements OnInit, OnDestroy {
|
|
|
4177
4272
|
|
|
4178
4273
|
declare class SharedToolbarModule {
|
|
4179
4274
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedToolbarModule, never>;
|
|
4180
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedToolbarModule, [typeof ToolbarComponent, typeof ModalToolbarComponent], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
4275
|
+
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]>;
|
|
4181
4276
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedToolbarModule>;
|
|
4182
4277
|
}
|
|
4183
4278
|
|
|
@@ -5277,6 +5372,7 @@ declare class Toasts {
|
|
|
5277
5372
|
}
|
|
5278
5373
|
|
|
5279
5374
|
declare const PEER_URL_REGEXP: RegExp;
|
|
5375
|
+
|
|
5280
5376
|
interface NodeInfo {
|
|
5281
5377
|
softwareName: string;
|
|
5282
5378
|
softwareVersion: string;
|
|
@@ -5548,28 +5644,25 @@ type MutateQueryOptions<TData = unknown, TVariables extends OperationVariables =
|
|
|
5548
5644
|
};
|
|
5549
5645
|
declare const APP_GRAPHQL_TYPE_POLICIES: InjectionToken<TypePolicies>;
|
|
5550
5646
|
declare const APP_GRAPHQL_FRAGMENTS: InjectionToken<DocumentNode[]>;
|
|
5647
|
+
declare const APP_GRAPHQL_SERVICE: InjectionToken<GraphqlService>;
|
|
5551
5648
|
declare class GraphqlService extends StartableService<ApolloClient> {
|
|
5552
|
-
private platform;
|
|
5553
|
-
private apollo;
|
|
5554
|
-
private httpLink;
|
|
5555
|
-
private network;
|
|
5556
|
-
private storage;
|
|
5557
|
-
private settings;
|
|
5558
|
-
protected environment: Environment;
|
|
5559
|
-
private typePolicies;
|
|
5560
|
-
private fragments;
|
|
5561
5649
|
private readonly _networkStatusChanged$;
|
|
5562
|
-
readonly httpParams: HttpLink.Options;
|
|
5563
|
-
wsParams: ClientOptions<ConnectionParams>;
|
|
5564
5650
|
private readonly _defaultFetchPolicy;
|
|
5565
5651
|
private onNetworkError;
|
|
5566
5652
|
private customErrors;
|
|
5567
5653
|
onResetAuth: Subject<void>;
|
|
5654
|
+
onExpiredAuth: Subject<void>;
|
|
5655
|
+
protected readonly platform: Platform;
|
|
5656
|
+
protected readonly apollo: Apollo;
|
|
5657
|
+
protected readonly network: NetworkService;
|
|
5658
|
+
protected readonly storage: StorageService;
|
|
5659
|
+
protected readonly settings: LocalSettingsService;
|
|
5660
|
+
protected readonly environment: Environment;
|
|
5568
5661
|
get client(): ApolloClient;
|
|
5569
5662
|
get cache(): ApolloCache;
|
|
5570
5663
|
get defaultFetchPolicy(): WatchQueryFetchPolicy;
|
|
5571
5664
|
get connectionParams(): ConnectionParams;
|
|
5572
|
-
constructor(
|
|
5665
|
+
constructor();
|
|
5573
5666
|
query<T, V = EmptyObject>(opts: {
|
|
5574
5667
|
query: any;
|
|
5575
5668
|
variables?: V;
|
|
@@ -5634,12 +5727,19 @@ declare class GraphqlService extends StartableService<ApolloClient> {
|
|
|
5634
5727
|
registerCustomError(error: PropertyMap): void;
|
|
5635
5728
|
protected ngOnStart(): Promise<ApolloClient>;
|
|
5636
5729
|
protected ngOnStop(): Promise<void>;
|
|
5730
|
+
/**
|
|
5731
|
+
* Handle exception. default do nothing.
|
|
5732
|
+
* Override this method to handle exception more accurately or ignore.
|
|
5733
|
+
* @param error
|
|
5734
|
+
* @protected
|
|
5735
|
+
*/
|
|
5736
|
+
protected handleException(error: any): Promise<void>;
|
|
5637
5737
|
protected resetClient(client?: ApolloClient): Promise<void>;
|
|
5638
5738
|
private toApolloError;
|
|
5639
5739
|
private createAppErrorByCode;
|
|
5640
5740
|
private getI18nErrorMessageByCode;
|
|
5641
5741
|
private toAppError;
|
|
5642
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GraphqlService,
|
|
5742
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GraphqlService, never>;
|
|
5643
5743
|
static ɵprov: i0.ɵɵInjectableDeclaration<GraphqlService>;
|
|
5644
5744
|
}
|
|
5645
5745
|
|
|
@@ -5685,11 +5785,11 @@ declare class BaseGraphqlServiceOptions {
|
|
|
5685
5785
|
production?: boolean;
|
|
5686
5786
|
}
|
|
5687
5787
|
declare abstract class BaseGraphqlService<T = any, F = any, ID = any, S = void> extends StartableService<S> {
|
|
5688
|
-
protected graphql: GraphqlService;
|
|
5689
5788
|
protected _logPrefix: string;
|
|
5690
5789
|
protected _mutableWatchQueries: MutableWatchQueryDescription<any, any>[];
|
|
5691
5790
|
protected _mutableWatchQueriesMaxCount: number;
|
|
5692
|
-
protected
|
|
5791
|
+
protected readonly graphql: GraphqlService;
|
|
5792
|
+
protected constructor(options?: BaseGraphqlServiceOptions);
|
|
5693
5793
|
mutableWatchQuery<D, V extends OperationVariables$1 = EmptyObject>(opts: MutableWatchQueryOptions<D, T, V>): Observable<D>;
|
|
5694
5794
|
insertIntoMutableCachedQueries(cache: ApolloCache, opts: FindMutableWatchQueriesOptions & {
|
|
5695
5795
|
data: T[] | T;
|
|
@@ -5705,7 +5805,7 @@ declare abstract class BaseGraphqlService<T = any, F = any, ID = any, S = void>
|
|
|
5705
5805
|
protected registerNewMutableWatchQuery(mutableQuery: MutableWatchQueryDescription<any>): void;
|
|
5706
5806
|
protected findRefetchQueries(opts: FindMutableWatchQueriesOptions): InternalRefetchQueriesInclude;
|
|
5707
5807
|
protected ngOnStart(): Promise<S>;
|
|
5708
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseGraphqlService<any, any, any, any>, [
|
|
5808
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseGraphqlService<any, any, any, any>, [{ optional: true; }]>;
|
|
5709
5809
|
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseGraphqlService<any, any, any, any>, never, never, {}, {}, never, never, true, never>;
|
|
5710
5810
|
}
|
|
5711
5811
|
|
|
@@ -5996,6 +6096,7 @@ declare class CryptoService {
|
|
|
5996
6096
|
*/
|
|
5997
6097
|
static sha512(message: string): string;
|
|
5998
6098
|
static encodeBase64(message: string): string;
|
|
6099
|
+
static decodeBase64(message: string): Uint8Array;
|
|
5999
6100
|
static ɵfac: i0.ɵɵFactoryDeclaration<CryptoService, never>;
|
|
6000
6101
|
static ɵprov: i0.ɵɵInjectableDeclaration<CryptoService>;
|
|
6001
6102
|
}
|
|
@@ -6115,6 +6216,12 @@ declare class ImagesUtils {
|
|
|
6115
6216
|
static readAndResizeFromUrl(fileUrl: string, opts?: ImageResizeOptions): Promise<string>;
|
|
6116
6217
|
static resizeBase64(dataUrl: string, opts?: ImageResizeOptions): Promise<string>;
|
|
6117
6218
|
protected static createImageOnLoadResizeFn(resolve: any, reject: any, opts?: ImageResizeOptions): (event: any) => void;
|
|
6219
|
+
static getBase64MimeType(base64: string): string | undefined;
|
|
6220
|
+
static getMimeTypeFileExtension(mimeType: string): string | undefined;
|
|
6221
|
+
static writeBase64ToFile(base64: string, opts?: {
|
|
6222
|
+
type?: string;
|
|
6223
|
+
filename?: string;
|
|
6224
|
+
}): File;
|
|
6118
6225
|
}
|
|
6119
6226
|
|
|
6120
6227
|
declare class FileService {
|
|
@@ -6137,6 +6244,27 @@ declare class FileService {
|
|
|
6137
6244
|
static ɵprov: i0.ɵɵInjectableDeclaration<FileService>;
|
|
6138
6245
|
}
|
|
6139
6246
|
|
|
6247
|
+
declare const STARTUP_DATA_STORAGE_KEY = "__appStartupData";
|
|
6248
|
+
|
|
6249
|
+
interface StartupData extends AuthData {
|
|
6250
|
+
peerUrl?: string;
|
|
6251
|
+
}
|
|
6252
|
+
declare class StartupService {
|
|
6253
|
+
private _data;
|
|
6254
|
+
protected storage: StorageService;
|
|
6255
|
+
protected environment: _sumaris_net_ngx_components.Environment;
|
|
6256
|
+
get data(): StartupData;
|
|
6257
|
+
set data(data: StartupData);
|
|
6258
|
+
hasPeer(): boolean;
|
|
6259
|
+
consumePeer(): string | null;
|
|
6260
|
+
hasAuth(): boolean;
|
|
6261
|
+
consumeAuth(): AuthData | null;
|
|
6262
|
+
start(): Promise<void>;
|
|
6263
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StartupService, never>;
|
|
6264
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<StartupService>;
|
|
6265
|
+
}
|
|
6266
|
+
declare function createAppStartupInitializer(): () => Promise<void>;
|
|
6267
|
+
|
|
6140
6268
|
declare interface AccountDetails {
|
|
6141
6269
|
loaded: boolean;
|
|
6142
6270
|
keypair: Keypair;
|
|
@@ -6196,13 +6324,6 @@ interface AccountWatchOptions {
|
|
|
6196
6324
|
intervalInSeconds?: number;
|
|
6197
6325
|
}
|
|
6198
6326
|
declare class AccountService extends BaseGraphqlService<Account, any, number, Account> {
|
|
6199
|
-
protected network: NetworkService;
|
|
6200
|
-
protected graphql: GraphqlService;
|
|
6201
|
-
protected settings: LocalSettingsService;
|
|
6202
|
-
protected storage: Storage;
|
|
6203
|
-
protected file: FileService;
|
|
6204
|
-
private translate;
|
|
6205
|
-
private toastController;
|
|
6206
6327
|
protected environment: Environment;
|
|
6207
6328
|
protected readonly queries: AccountServiceGraphqlQueries;
|
|
6208
6329
|
protected readonly mutations: AccountServiceGraphqlMutations;
|
|
@@ -6222,6 +6343,16 @@ declare class AccountService extends BaseGraphqlService<Account, any, number, Ac
|
|
|
6222
6343
|
private _$additionalFields;
|
|
6223
6344
|
private _tokenType$;
|
|
6224
6345
|
private _apiTokenEnabled;
|
|
6346
|
+
protected readonly alertCtrl: AlertController;
|
|
6347
|
+
protected readonly network: NetworkService;
|
|
6348
|
+
protected readonly settings: LocalSettingsService;
|
|
6349
|
+
protected readonly storage: Storage;
|
|
6350
|
+
protected readonly file: FileService;
|
|
6351
|
+
protected readonly startupService: StartupService;
|
|
6352
|
+
protected readonly translate: TranslateService;
|
|
6353
|
+
protected readonly toastController: ToastController;
|
|
6354
|
+
protected readonly options: UserSettingsOptions;
|
|
6355
|
+
protected readonly accountOptions?: AccountServiceOptions;
|
|
6225
6356
|
get account(): Account;
|
|
6226
6357
|
get account$(): Observable<Account>;
|
|
6227
6358
|
get person(): Person;
|
|
@@ -6232,7 +6363,7 @@ declare class AccountService extends BaseGraphqlService<Account, any, number, Ac
|
|
|
6232
6363
|
get apiTokenEnabled(): boolean;
|
|
6233
6364
|
set apiTokenEnabled(value: boolean);
|
|
6234
6365
|
get remoteLocalSettingsKeys(): string[];
|
|
6235
|
-
constructor(
|
|
6366
|
+
constructor(environment: Environment);
|
|
6236
6367
|
ngOnStart(): Promise<Account>;
|
|
6237
6368
|
protected ngOnStop(): Promise<void>;
|
|
6238
6369
|
isLogin(): boolean;
|
|
@@ -6315,6 +6446,7 @@ declare class AccountService extends BaseGraphqlService<Account, any, number, Ac
|
|
|
6315
6446
|
fetchPolicy?: FetchPolicy;
|
|
6316
6447
|
}): Promise<Account>;
|
|
6317
6448
|
protected listenSettings(): Promise<void>;
|
|
6449
|
+
protected autoLogin(): Promise<boolean>;
|
|
6318
6450
|
protected restoreLocally(): Promise<Account | undefined>;
|
|
6319
6451
|
/**
|
|
6320
6452
|
* Save account into the local storage
|
|
@@ -6343,7 +6475,7 @@ declare class AccountService extends BaseGraphqlService<Account, any, number, Ac
|
|
|
6343
6475
|
protected copyIdAndUpdateDateSettings(source: UserSettings | undefined, target: UserSettings): void;
|
|
6344
6476
|
protected copyIdAndUpdateDateToken(sources: UserToken[] | undefined, targets: UserToken[]): void;
|
|
6345
6477
|
protected showToast<T = any>(opts: ShowToastOptions): Promise<OverlayEventDetail<T>>;
|
|
6346
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccountService,
|
|
6478
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccountService, never>;
|
|
6347
6479
|
static ɵprov: i0.ɵɵInjectableDeclaration<AccountService>;
|
|
6348
6480
|
}
|
|
6349
6481
|
declare function provideAccountService(): Provider;
|
|
@@ -6387,7 +6519,6 @@ declare const ConfigFragments: {
|
|
|
6387
6519
|
declare const APP_CONFIG_OPTIONS: InjectionToken<FormFieldDefinitionMap>;
|
|
6388
6520
|
declare class ConfigService extends BaseGraphqlService<Configuration, any, number, Configuration> implements IEntityService<Configuration>, IStartableService<Configuration> {
|
|
6389
6521
|
protected platform: Platform;
|
|
6390
|
-
protected graphql: GraphqlService;
|
|
6391
6522
|
protected storage: Storage;
|
|
6392
6523
|
protected network: NetworkService;
|
|
6393
6524
|
protected file: FileService;
|
|
@@ -6398,7 +6529,7 @@ declare class ConfigService extends BaseGraphqlService<Configuration, any, numbe
|
|
|
6398
6529
|
private _optionDefs;
|
|
6399
6530
|
private $data;
|
|
6400
6531
|
get config(): Observable<Configuration>;
|
|
6401
|
-
constructor(platform: Platform,
|
|
6532
|
+
constructor(platform: Platform, storage: Storage, network: NetworkService, file: FileService, toastController: ToastController, translate: TranslateService, accountService: AccountService, environment: Environment, defaultOptionsMap: FormFieldDefinitionMap);
|
|
6402
6533
|
protected ngOnStart(): Promise<Configuration>;
|
|
6403
6534
|
loadDefault(opts?: EntityServiceLoadOptions): Promise<Configuration>;
|
|
6404
6535
|
load(id: number, opts?: EntityServiceLoadOptions & {
|
|
@@ -6424,7 +6555,7 @@ declare class ConfigService extends BaseGraphqlService<Configuration, any, numbe
|
|
|
6424
6555
|
private restoreLocally;
|
|
6425
6556
|
private storeLocally;
|
|
6426
6557
|
protected showToast(opts: ShowToastOptions): Promise<void>;
|
|
6427
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigService, [null, null, null, null, null, null, null, null,
|
|
6558
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigService, [null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
6428
6559
|
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigService>;
|
|
6429
6560
|
}
|
|
6430
6561
|
|
|
@@ -6448,6 +6579,7 @@ declare class PlatformService extends StartableService {
|
|
|
6448
6579
|
private audioProvider;
|
|
6449
6580
|
protected environment: Environment;
|
|
6450
6581
|
private downloader;
|
|
6582
|
+
protected appBaseHref: string;
|
|
6451
6583
|
private _logger;
|
|
6452
6584
|
private _mobile;
|
|
6453
6585
|
private _desktop;
|
|
@@ -6456,7 +6588,7 @@ declare class PlatformService extends StartableService {
|
|
|
6456
6588
|
private _android;
|
|
6457
6589
|
private _ios;
|
|
6458
6590
|
busySubject: BehaviorSubject<boolean>;
|
|
6459
|
-
constructor(ionicPlatform: Platform, cdkPlatform: Platform$1, cdkClipboard: Clipboard, toastController: ToastController, translate: TranslateService, dateAdapter: MomentDateAdapter, entitiesStorage: EntitiesStorage, settings: LocalSettingsService, networkService: NetworkService, accountService: AccountService, configService: ConfigService, cache: CacheService, audioProvider: AudioProvider, environment: Environment, loggingService: ILoggingService, downloader: Downloader);
|
|
6591
|
+
constructor(ionicPlatform: Platform, cdkPlatform: Platform$1, cdkClipboard: Clipboard, toastController: ToastController, translate: TranslateService, dateAdapter: MomentDateAdapter, entitiesStorage: EntitiesStorage, settings: LocalSettingsService, networkService: NetworkService, accountService: AccountService, configService: ConfigService, cache: CacheService, audioProvider: AudioProvider, environment: Environment, loggingService: ILoggingService, downloader: Downloader, appBaseHref: string);
|
|
6460
6592
|
private _downloadingJobs;
|
|
6461
6593
|
private checkAppVersionTimer;
|
|
6462
6594
|
is(platformName: Platforms): boolean;
|
|
@@ -6519,6 +6651,7 @@ declare class PlatformService extends StartableService {
|
|
|
6519
6651
|
}) => void): Promise<Subscription>;
|
|
6520
6652
|
showToast(opts: ShowToastOptions): Promise<HTMLIonToastElement>;
|
|
6521
6653
|
closeToast(id?: string): Promise<boolean>;
|
|
6654
|
+
getDeviceInfo(): Promise<DeviceInfo>;
|
|
6522
6655
|
protected configureTheme(mobile: boolean, win?: any): Promise<void>;
|
|
6523
6656
|
protected configureCapacitorPlugins(): Promise<void>;
|
|
6524
6657
|
protected configureTranslate(): void;
|
|
@@ -6529,7 +6662,7 @@ declare class PlatformService extends StartableService {
|
|
|
6529
6662
|
silent?: boolean;
|
|
6530
6663
|
}): Promise<void>;
|
|
6531
6664
|
protected onStartupError(err: any): Promise<void>;
|
|
6532
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PlatformService, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
6665
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PlatformService, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
6533
6666
|
static ɵprov: i0.ɵɵInjectableDeclaration<PlatformService>;
|
|
6534
6667
|
}
|
|
6535
6668
|
|
|
@@ -6580,8 +6713,6 @@ interface EntityServiceRefetchQueriesOptions<T = any> {
|
|
|
6580
6713
|
policy?: MutableWatchQueriesUpdatePolicy;
|
|
6581
6714
|
}
|
|
6582
6715
|
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> {
|
|
6583
|
-
protected graphql: GraphqlService;
|
|
6584
|
-
protected platform: PlatformService;
|
|
6585
6716
|
protected dataType: new () => T;
|
|
6586
6717
|
protected filterType: new () => F;
|
|
6587
6718
|
protected readonly _typename: string;
|
|
@@ -6595,8 +6726,9 @@ declare abstract class BaseEntityService<T extends Entity<T, ID>, F extends Enti
|
|
|
6595
6726
|
protected readonly defaultSortDirection: SortDirection;
|
|
6596
6727
|
protected readonly watchQueriesUpdatePolicy: MutableWatchQueriesUpdatePolicy;
|
|
6597
6728
|
protected readonly watchQueriesDeletePolicy: MutableWatchQueriesUpdatePolicy;
|
|
6729
|
+
protected platform: PlatformService;
|
|
6598
6730
|
get defaultFetchPolicy(): WatchQueryFetchPolicy;
|
|
6599
|
-
protected constructor(
|
|
6731
|
+
protected constructor(dataType: new () => T, filterType: new () => F, options: BaseEntityServiceOptions<T, ID, Q, M, S>);
|
|
6600
6732
|
watch(id: number, opts?: WO): Observable<T>;
|
|
6601
6733
|
load(id: ID, opts?: LO): Promise<T>;
|
|
6602
6734
|
watchAll(offset: number, size: number, sortBy?: string, sortDirection?: SortDirection, dataFilter?: F, opts?: WO): Observable<LoadResult<T>>;
|
|
@@ -6665,13 +6797,11 @@ interface NamedFilterLoadOptions extends EntitiesServiceLoadOptions {
|
|
|
6665
6797
|
withContent?: boolean;
|
|
6666
6798
|
}
|
|
6667
6799
|
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> {
|
|
6668
|
-
protected graphql: GraphqlService;
|
|
6669
|
-
protected platform: PlatformService;
|
|
6670
6800
|
protected account: AccountService;
|
|
6671
6801
|
protected dataType: new () => T;
|
|
6672
6802
|
protected filterType: new () => F;
|
|
6673
6803
|
protected options: BaseEntityServiceOptions<T, number>;
|
|
6674
|
-
protected constructor(
|
|
6804
|
+
protected constructor(account: AccountService, dataType: new () => T, filterType: new () => F, options: BaseEntityServiceOptions<T, number>);
|
|
6675
6805
|
suggest(value: any, filter: Partial<F>): Promise<LoadResult<T>>;
|
|
6676
6806
|
asSuggestFilter(searchText: string, filter?: Partial<F>): F;
|
|
6677
6807
|
asFilter(source: any): F;
|
|
@@ -6736,7 +6866,7 @@ declare class NamedFilterSelector extends AppForm<{
|
|
|
6736
6866
|
|
|
6737
6867
|
declare class SharedNamedFilterModule {
|
|
6738
6868
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedNamedFilterModule, never>;
|
|
6739
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedNamedFilterModule, [typeof NamedFilterSelector], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
6869
|
+
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]>;
|
|
6740
6870
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedNamedFilterModule>;
|
|
6741
6871
|
}
|
|
6742
6872
|
|
|
@@ -6749,14 +6879,14 @@ declare function initializeSharedModule(envLoader: EnvironmentLoader): () => Pro
|
|
|
6749
6879
|
declare class SharedModule {
|
|
6750
6880
|
static forRoot(config?: SharedModuleConfig): ModuleWithProviders<SharedModule>;
|
|
6751
6881
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
6752
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof AppFormField, typeof AppLoadingSpinner, typeof UploadFileComponent, typeof UploadFilePopover, typeof SharedTestsPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
6882
|
+
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]>;
|
|
6753
6883
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
6754
6884
|
}
|
|
6755
6885
|
|
|
6756
6886
|
declare class SharedRoutingModule {
|
|
6757
6887
|
constructor();
|
|
6758
6888
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedRoutingModule, never>;
|
|
6759
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedRoutingModule, never, [typeof
|
|
6889
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedRoutingModule, never, [typeof i4$2.RouterModule], never>;
|
|
6760
6890
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedRoutingModule>;
|
|
6761
6891
|
}
|
|
6762
6892
|
|
|
@@ -6770,24 +6900,24 @@ declare function RxStateRegister(): PropertyDecorator;
|
|
|
6770
6900
|
/**
|
|
6771
6901
|
* Decorator for RxState properties with getter/setter access
|
|
6772
6902
|
*/
|
|
6773
|
-
declare function RxStateProperty<T extends
|
|
6903
|
+
declare function RxStateProperty<T extends Object, K extends keyof T, R extends T[K] = T[K]>(statePropertyName?: string | K, projectValueReducer?: ProjectValueReducer<T, K, R>): StatePropertyDecorator<R>;
|
|
6774
6904
|
/**
|
|
6775
6905
|
* Decorator for RxState observable selectors
|
|
6776
6906
|
*/
|
|
6777
|
-
declare function RxStateSelect<T extends
|
|
6907
|
+
declare function RxStateSelect<T extends Object = any, K extends keyof T = any, R extends T[K] = T[K]>(statePropertyName?: string | K | '$', opts?: {
|
|
6778
6908
|
stateName?: string;
|
|
6779
6909
|
}): ObservablePropertyDecorator<Observable<R>>;
|
|
6780
6910
|
/**
|
|
6781
6911
|
* Utility decorator to create computed observables from state
|
|
6782
6912
|
*/
|
|
6783
|
-
declare function RxStateComputed<T extends
|
|
6913
|
+
declare function RxStateComputed<T extends Object = any, K extends keyof T = any, R extends T[K] = T[K]>(dependencies: K[], computeFn?: (slice: Pick<T, K>) => R, opts?: {
|
|
6784
6914
|
stateName?: string;
|
|
6785
6915
|
keyCompareMap?: any;
|
|
6786
6916
|
}): ObservablePropertyDecorator<Observable<R>>;
|
|
6787
6917
|
/**
|
|
6788
6918
|
* Decorator for RxState observable as output
|
|
6789
6919
|
*/
|
|
6790
|
-
declare function RxStateOutput<T extends
|
|
6920
|
+
declare function RxStateOutput<T extends Object, K extends keyof T, R extends T[K] = T[K]>(statePropertyName?: string | K | '$', opts?: {
|
|
6791
6921
|
alias?: string;
|
|
6792
6922
|
stateName?: string;
|
|
6793
6923
|
}): ObservablePropertyDecorator<Observable<R>>;
|
|
@@ -6818,12 +6948,15 @@ declare class MatAutocompleteFieldUtils {
|
|
|
6818
6948
|
static defaultEquals(o1: any, o2: any): boolean;
|
|
6819
6949
|
}
|
|
6820
6950
|
|
|
6821
|
-
declare class MatPaginatorI18n extends MatPaginatorIntl {
|
|
6951
|
+
declare class MatPaginatorI18n extends MatPaginatorIntl implements OnDestroy {
|
|
6822
6952
|
private translate;
|
|
6823
6953
|
ofLabel: string;
|
|
6954
|
+
private _subscription;
|
|
6824
6955
|
constructor(translate: TranslateService);
|
|
6956
|
+
ngOnDestroy(): void;
|
|
6825
6957
|
getRangeLabel: (page: number, pageSize: number, length: number) => string;
|
|
6826
6958
|
private _getTranslationValue;
|
|
6959
|
+
private _updateTranslations;
|
|
6827
6960
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatorI18n, never>;
|
|
6828
6961
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatPaginatorI18n>;
|
|
6829
6962
|
}
|
|
@@ -6838,7 +6971,7 @@ declare class MatStepperI18n extends MatStepperIntl {
|
|
|
6838
6971
|
|
|
6839
6972
|
declare class AppTextFormModule {
|
|
6840
6973
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTextFormModule, never>;
|
|
6841
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTextFormModule, [typeof TextForm], [typeof SharedModule
|
|
6974
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTextFormModule, [typeof TextForm], [typeof SharedModule], [typeof TextForm]>;
|
|
6842
6975
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppTextFormModule>;
|
|
6843
6976
|
}
|
|
6844
6977
|
|
|
@@ -6866,6 +6999,197 @@ interface Image {
|
|
|
6866
6999
|
}
|
|
6867
7000
|
type ImageSize = 'small' | 'medium' | 'large';
|
|
6868
7001
|
|
|
7002
|
+
type GalleryMode = 'mosaic' | 'list';
|
|
7003
|
+
type ImageEditFormat = 'png' | 'jpeg';
|
|
7004
|
+
interface ImageEditEvent<T extends Image = Image> {
|
|
7005
|
+
row: TableElement<T>;
|
|
7006
|
+
image: T;
|
|
7007
|
+
dataUrl: string;
|
|
7008
|
+
blob: Blob;
|
|
7009
|
+
format: ImageEditFormat;
|
|
7010
|
+
}
|
|
7011
|
+
interface ImageGallerySlideChangeEvent<T extends Image = Image> {
|
|
7012
|
+
index: number;
|
|
7013
|
+
row: TableElement<T>;
|
|
7014
|
+
}
|
|
7015
|
+
|
|
7016
|
+
interface CropRect {
|
|
7017
|
+
x: number;
|
|
7018
|
+
y: number;
|
|
7019
|
+
width: number;
|
|
7020
|
+
height: number;
|
|
7021
|
+
}
|
|
7022
|
+
type CropHandle = 'move' | 'nw' | 'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w';
|
|
7023
|
+
/**
|
|
7024
|
+
* The zoom/pan/rotate/crop slideshow shown when clicking an image in `AppImageGalleryComponent`.
|
|
7025
|
+
* Extracted into its own component so the exact same slideshow can be presented either inside an
|
|
7026
|
+
* `ion-modal` (default), or inline as an overlay directly within the gallery, without any duplication.
|
|
7027
|
+
*/
|
|
7028
|
+
declare class AppImageGallerySlideshowComponent<T extends Image = Image> implements OnDestroy {
|
|
7029
|
+
protected alterCtrl: AlertController;
|
|
7030
|
+
protected translate: TranslateService;
|
|
7031
|
+
protected cd: ChangeDetectorRef;
|
|
7032
|
+
protected activeSlideIndex: number;
|
|
7033
|
+
protected swiperModules: ((opts: any) => void)[];
|
|
7034
|
+
get activeIndex(): number;
|
|
7035
|
+
protected _swiper: Swiper;
|
|
7036
|
+
protected _zoomState: {
|
|
7037
|
+
scale: number;
|
|
7038
|
+
tx: number;
|
|
7039
|
+
ty: number;
|
|
7040
|
+
};
|
|
7041
|
+
protected _rotation: number;
|
|
7042
|
+
protected _dragState: {
|
|
7043
|
+
startX: number;
|
|
7044
|
+
startY: number;
|
|
7045
|
+
startTx: number;
|
|
7046
|
+
startTy: number;
|
|
7047
|
+
} | null;
|
|
7048
|
+
protected _wheelListener: ((e: WheelEvent) => void) | null;
|
|
7049
|
+
protected _wheelEl: HTMLElement | null;
|
|
7050
|
+
protected readonly _defaultCropInset = 0.15;
|
|
7051
|
+
protected _cropToolActive: boolean;
|
|
7052
|
+
protected _cropRect: CropRect;
|
|
7053
|
+
protected _cropOverlayRect: {
|
|
7054
|
+
width: number;
|
|
7055
|
+
height: number;
|
|
7056
|
+
} | null;
|
|
7057
|
+
protected _cropDragState: {
|
|
7058
|
+
handle: CropHandle;
|
|
7059
|
+
startX: number;
|
|
7060
|
+
startY: number;
|
|
7061
|
+
startRect: CropRect;
|
|
7062
|
+
} | null;
|
|
7063
|
+
protected readonly _cropHandles: CropHandle[];
|
|
7064
|
+
protected _pendingSlideDirection: 'prev' | 'next' | null;
|
|
7065
|
+
rows: TableElement<T>[] | ReadonlyArray<TableElement<T>>;
|
|
7066
|
+
selectedIndex: number;
|
|
7067
|
+
mobile: boolean;
|
|
7068
|
+
readOnly: boolean;
|
|
7069
|
+
disabled: boolean;
|
|
7070
|
+
debug: boolean;
|
|
7071
|
+
enableMouseZoom: boolean;
|
|
7072
|
+
wheelZoomStep: number;
|
|
7073
|
+
maxZoomRatio: number;
|
|
7074
|
+
enableRotate: boolean;
|
|
7075
|
+
enableCrop: boolean;
|
|
7076
|
+
editionFormat: ImageEditFormat;
|
|
7077
|
+
editionQuality: number;
|
|
7078
|
+
imageSizeQueryParam: string;
|
|
7079
|
+
modalImageSize: ImageSize | string;
|
|
7080
|
+
/** Whether reaching the last (resp. first) slide should wrap around to the first (resp. last) one. Default true. */
|
|
7081
|
+
enableLoop: boolean;
|
|
7082
|
+
/** 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. */
|
|
7083
|
+
canFetchMore: boolean;
|
|
7084
|
+
/** Requests deletion of the given row. The caller (gallery) owns the confirmation/deletion logic and resolves the promise with whether it actually happened. */
|
|
7085
|
+
deleteRequested: EventEmitter<_sumaris_net_ngx_components.PromiseEvent<boolean, {
|
|
7086
|
+
row: TableElement<T>;
|
|
7087
|
+
}>>;
|
|
7088
|
+
closeRequested: EventEmitter<void>;
|
|
7089
|
+
afterEditImage: EventEmitter<ImageEditEvent<T>>;
|
|
7090
|
+
afterEditRow: EventEmitter<TableElement<T>>;
|
|
7091
|
+
/** Emitted whenever the active slide moves backward (previous image), whether triggered by the side button, a swipe, or looping past the first slide. */
|
|
7092
|
+
previousSlide: EventEmitter<ImageGallerySlideChangeEvent<T>>;
|
|
7093
|
+
/** Emitted whenever the active slide moves forward (next image), whether triggered by the side button, a swipe, or looping past the last slide. */
|
|
7094
|
+
nextSlide: EventEmitter<ImageGallerySlideChangeEvent<T>>;
|
|
7095
|
+
/**
|
|
7096
|
+
* Emitted when reaching the last slide while `canFetchMore` is true: the parent is expected to fetch
|
|
7097
|
+
* the next page (however it does so) and resolve with whether new rows were actually added.
|
|
7098
|
+
*/
|
|
7099
|
+
fetchMore: EventEmitter<_sumaris_net_ngx_components.PromiseEvent<boolean, void>>;
|
|
7100
|
+
swiperRef: ElementRef;
|
|
7101
|
+
showTooltip: boolean;
|
|
7102
|
+
protected get hasPendingEdit(): boolean;
|
|
7103
|
+
/** No "fetch previous page" concept exists: reaching the first slide can only loop, or stop. */
|
|
7104
|
+
protected get isPrevDisabled(): boolean;
|
|
7105
|
+
protected get isNextDisabled(): boolean;
|
|
7106
|
+
constructor(alterCtrl: AlertController, translate: TranslateService, cd: ChangeDetectorRef);
|
|
7107
|
+
ngOnDestroy(): void;
|
|
7108
|
+
protected getSwiper(swiperElement?: any): Swiper;
|
|
7109
|
+
/**
|
|
7110
|
+
* Waits (a few animation frames) until Swiper's own slides array reflects at least `minCount` items.
|
|
7111
|
+
* Needed after `fetchMore`: the new `<swiper-slide>` elements come from the `rows` input re-rendering,
|
|
7112
|
+
* which may not have reached the DOM by the time the parent's returned promise resolves.
|
|
7113
|
+
*/
|
|
7114
|
+
protected _waitForSlideCount(swiper: Swiper, minCount: number, retriesLeft?: number): Promise<boolean>;
|
|
7115
|
+
protected onSlideChange(swiperElement: any): void;
|
|
7116
|
+
/**
|
|
7117
|
+
* Emits `previousSlide`/`nextSlide` from the actual index change, covering side buttons as well as touch
|
|
7118
|
+
* swipes. When `slidePrev()`/`slideNext()` triggered the change, their explicit intent is used (since with
|
|
7119
|
+
* exactly 2 slides, a "step" and a manual "wrap" produce the very same index change and can't be told apart
|
|
7120
|
+
* from the indexes alone). Otherwise (a plain touch swipe) Swiper never wraps on its own (no `loop` mode
|
|
7121
|
+
* configured here), so a simple index comparison is unambiguous.
|
|
7122
|
+
*/
|
|
7123
|
+
protected _emitSlideChange(previousIndex: number, activeIndex: number): void;
|
|
7124
|
+
protected onSwiperInit(swiperElement: any): void;
|
|
7125
|
+
/**
|
|
7126
|
+
* Swiper's own touch/mouse-drag-to-swipe gesture is captured very early (before our crop overlay's
|
|
7127
|
+
* own mousedown handler can stop it), so it must be disabled upfront whenever the crop tool is active
|
|
7128
|
+
* -- otherwise dragging inside the crop selection ends up sliding to the next/previous image instead.
|
|
7129
|
+
* Prev/next arrow buttons keep working, since they call the Swiper API directly.
|
|
7130
|
+
*/
|
|
7131
|
+
protected _updateSwiperTouchMove(swiperElement: any): void;
|
|
7132
|
+
protected zoom(swiperElement: any, zoomIn: boolean): Promise<void>;
|
|
7133
|
+
protected requestDelete(swiperElement: any): Promise<boolean>;
|
|
7134
|
+
protected slidePrev(swiperElement: any): Promise<void>;
|
|
7135
|
+
protected slideNext(swiperElement: any): Promise<void>;
|
|
7136
|
+
protected getImageSizeQueryParams(): {
|
|
7137
|
+
[key: string]: any;
|
|
7138
|
+
};
|
|
7139
|
+
protected discardEdit(swiperElement: any): void;
|
|
7140
|
+
protected resetCrop(_swiperElement: any): void;
|
|
7141
|
+
protected _createDefaultCropRect(): CropRect;
|
|
7142
|
+
protected toggleCropTool(swiperElement: any): void;
|
|
7143
|
+
protected validateEdit(swiperElement: any): Promise<void>;
|
|
7144
|
+
protected _resetEditState(swiperElement: any): void;
|
|
7145
|
+
protected onWindowResize(): void;
|
|
7146
|
+
protected rotate(swiperElement: any, direction: 'left' | 'right'): void;
|
|
7147
|
+
/**
|
|
7148
|
+
* Constrains the displayed image so that, even once rotated 90°/270° via CSS transform,
|
|
7149
|
+
* its visual bounding box always fits inside the slide container (no overflow).
|
|
7150
|
+
*/
|
|
7151
|
+
protected _updateEditImageSize(swiperElement: any, retriesLeft?: number): void;
|
|
7152
|
+
protected _getImageNaturalSize(imgEl: HTMLElement): {
|
|
7153
|
+
width: number;
|
|
7154
|
+
height: number;
|
|
7155
|
+
} | null;
|
|
7156
|
+
protected onCropPointerDown(event: MouseEvent | TouchEvent, swiperElement: any, handle: CropHandle): void;
|
|
7157
|
+
protected onCropPointerMove(event: MouseEvent | TouchEvent, _swiperElement: any): void;
|
|
7158
|
+
protected onCropPointerUp(_event: MouseEvent | TouchEvent, swiperElement?: any): void;
|
|
7159
|
+
protected _computeCropRect(handle: CropHandle, start: CropRect, dx: number, dy: number): CropRect;
|
|
7160
|
+
protected _getEventPoint(event: MouseEvent | TouchEvent): {
|
|
7161
|
+
x: number;
|
|
7162
|
+
y: number;
|
|
7163
|
+
};
|
|
7164
|
+
protected _updateCropOverlayPosition(swiperElement: any, retriesLeft?: number): {
|
|
7165
|
+
width: number;
|
|
7166
|
+
height: number;
|
|
7167
|
+
} | null;
|
|
7168
|
+
protected _renderEditedImage(image: Image, rotation: number, cropRect: CropRect): Promise<HTMLCanvasElement>;
|
|
7169
|
+
protected _loadImageElement(src: string): Promise<HTMLImageElement>;
|
|
7170
|
+
protected onPointerDown(event: MouseEvent, swiperElement: any): void;
|
|
7171
|
+
protected onPointerMove(event: MouseEvent, swiperElement: any): void;
|
|
7172
|
+
protected onPointerUp(event: MouseEvent, swiperElement?: any): void;
|
|
7173
|
+
protected _resetZoom(swiperElement?: any): void;
|
|
7174
|
+
protected _setupWheelZoom(swiperElement: any): void;
|
|
7175
|
+
protected _cleanupWheelZoom(): void;
|
|
7176
|
+
protected _applyZoom(swiperElement: any): void;
|
|
7177
|
+
protected _clampTranslations(swiperElement: any): void;
|
|
7178
|
+
protected _getActiveZoomWrapEl(swiperElement: any): HTMLElement | null;
|
|
7179
|
+
protected markForCheck(): void;
|
|
7180
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppImageGallerySlideshowComponent<any>, never>;
|
|
7181
|
+
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>;
|
|
7182
|
+
static ngAcceptInputType_mobile: unknown;
|
|
7183
|
+
static ngAcceptInputType_readOnly: unknown;
|
|
7184
|
+
static ngAcceptInputType_disabled: unknown;
|
|
7185
|
+
static ngAcceptInputType_debug: unknown;
|
|
7186
|
+
static ngAcceptInputType_enableMouseZoom: unknown;
|
|
7187
|
+
static ngAcceptInputType_enableRotate: unknown;
|
|
7188
|
+
static ngAcceptInputType_enableCrop: unknown;
|
|
7189
|
+
static ngAcceptInputType_enableLoop: unknown;
|
|
7190
|
+
static ngAcceptInputType_canFetchMore: unknown;
|
|
7191
|
+
}
|
|
7192
|
+
|
|
6869
7193
|
declare class ImageService extends StartableService {
|
|
6870
7194
|
protected platform: PlatformService;
|
|
6871
7195
|
protected settings: LocalSettingsService;
|
|
@@ -6895,11 +7219,35 @@ declare class ImageService extends StartableService {
|
|
|
6895
7219
|
static ɵprov: i0.ɵɵInjectableDeclaration<ImageService>;
|
|
6896
7220
|
}
|
|
6897
7221
|
|
|
6898
|
-
|
|
6899
|
-
|
|
6900
|
-
|
|
6901
|
-
imagesLoaded: number;
|
|
7222
|
+
interface PromiseEventPayload<R = any> {
|
|
7223
|
+
success: (value?: R) => void;
|
|
7224
|
+
error: (reason?: any) => void;
|
|
6902
7225
|
}
|
|
7226
|
+
type PromiseEvent<R = any, D = void> = CustomEvent<PromiseEventPayload<R> & D>;
|
|
7227
|
+
declare function createPromiseEventEmitter<R = any, D = void>(): EventEmitter<PromiseEvent<R, D>>;
|
|
7228
|
+
declare function createPromiseEvent<T = void, D = void>(eventType: string, promise: PromiseEventPayload<T>, initArg?: CustomEventInit<D>): PromiseEvent<T, D>;
|
|
7229
|
+
declare function emitPromiseEvent<R = any, D = void>(emitter: EventEmitter<PromiseEvent<R, D>>, eventType: string, initArg?: CustomEventInit<D>): Promise<R>;
|
|
7230
|
+
interface CompletableEvent extends Event {
|
|
7231
|
+
target: EventTarget & {
|
|
7232
|
+
complete?: () => void;
|
|
7233
|
+
};
|
|
7234
|
+
}
|
|
7235
|
+
/**
|
|
7236
|
+
* Listen end of scroll.
|
|
7237
|
+
* <p>
|
|
7238
|
+
* The threshold distance from the bottom of the content to call the infinite output event when scrolled.
|
|
7239
|
+
* The threshold value can be either a percent, or in pixels.
|
|
7240
|
+
* For example, use the value of 10% for the infinite output event to get called when the user has scrolled
|
|
7241
|
+
* 10% from the bottom of the page. Use the value 100px when the scroll is within 100 pixels from the bottom of the page.
|
|
7242
|
+
* </p>
|
|
7243
|
+
*
|
|
7244
|
+
* @param element
|
|
7245
|
+
* @param threshold default to '15%'
|
|
7246
|
+
* @param dueTime
|
|
7247
|
+
*/
|
|
7248
|
+
declare function fromScrollEndEvent(element: HTMLElement, threshold?: string, dueTime?: number): Observable<any>;
|
|
7249
|
+
|
|
7250
|
+
type ImageGallerySlideshowMode = 'modal' | 'inline';
|
|
6903
7251
|
interface ImageGallerySizes {
|
|
6904
7252
|
mosaic: ImageSize | string;
|
|
6905
7253
|
list: ImageSize | string;
|
|
@@ -6922,10 +7270,10 @@ declare class AppImageGalleryComponent<T extends Image> implements OnInit, OnDes
|
|
|
6922
7270
|
protected _titleForm: FormGroup;
|
|
6923
7271
|
protected _titleAutofocus: boolean;
|
|
6924
7272
|
protected _slidesSubscription: Subscription;
|
|
6925
|
-
protected _swiper: Swiper;
|
|
6926
|
-
protected swiperModules: ((opts: any) => void)[];
|
|
6927
7273
|
protected zoomActive: boolean;
|
|
6928
7274
|
protected zoomScale: number;
|
|
7275
|
+
/** Whether the inline slideshow overlay is currently shown (only relevant when zoomPresentation === 'inline'). */
|
|
7276
|
+
protected _slideshowVisible: boolean;
|
|
6929
7277
|
viewChange: BehaviorSubject<ListRange>;
|
|
6930
7278
|
cardColor: string | PredefinedColors;
|
|
6931
7279
|
debug: boolean;
|
|
@@ -6950,22 +7298,67 @@ declare class AppImageGalleryComponent<T extends Image> implements OnInit, OnDes
|
|
|
6950
7298
|
}>;
|
|
6951
7299
|
imageSizes: ImageGallerySizes;
|
|
6952
7300
|
imageSizeQueryParam: string;
|
|
7301
|
+
/** Enable mouse-wheel zoom and mouse-drag pan in the slideshow (defaults to true on desktop). */
|
|
7302
|
+
enableMouseZoom: boolean;
|
|
7303
|
+
/** Zoom step applied on each mouse-wheel tick (default 0.3). */
|
|
7304
|
+
wheelZoomStep: number;
|
|
7305
|
+
/** Maximum zoom ratio reachable via mouse wheel (default 3). */
|
|
7306
|
+
maxZoomRatio: number;
|
|
7307
|
+
/** Enable 90° rotation buttons in the slideshow (defaults to true). */
|
|
7308
|
+
enableRotate: boolean;
|
|
7309
|
+
/** Enable the crop tool in the slideshow (defaults to true). */
|
|
7310
|
+
enableCrop: boolean;
|
|
7311
|
+
/** Image format used when emitting the edited (cropped/rotated) image. */
|
|
7312
|
+
editionFormat: ImageEditFormat;
|
|
7313
|
+
/** Export quality, applied only when editionFormat is 'jpeg' (0 to 1). */
|
|
7314
|
+
editionQuality: number;
|
|
7315
|
+
/** Where to show the slideshow: in a full-screen modal (default), or inline, as an overlay over the gallery itself (desktop only). */
|
|
7316
|
+
slideshowMode: ImageGallerySlideshowMode;
|
|
7317
|
+
/** Height of the inline slideshow overlay (CSS value, e.g. '60vh'). Only used when zoomPresentation is 'inline'. */
|
|
7318
|
+
inlineZoomHeight: string;
|
|
7319
|
+
/** Whether reaching the last (resp. first) image should wrap around to the first (resp. last) one. Default true. */
|
|
7320
|
+
enableSlideshowLoop: boolean;
|
|
7321
|
+
/**
|
|
7322
|
+
* Whether more rows may exist beyond the ones currently loaded (e.g. a further page, not yet fetched).
|
|
7323
|
+
* When true, reaching the last image asks the parent (via `fetchMore`) instead of looping/stopping.
|
|
7324
|
+
* The gallery has no opinion on how fetching is actually done: it's entirely up to the parent.
|
|
7325
|
+
*/
|
|
7326
|
+
canFetchMore: boolean;
|
|
6953
7327
|
set dataSource(dataSource: TableDataSource<T, any, any, any>);
|
|
6954
7328
|
get dataSource(): TableDataSource<T, any, any, any>;
|
|
6955
7329
|
get enabled(): boolean;
|
|
6956
7330
|
get rows(): TableElement<T>[] | ReadonlyArray<TableElement<T>>;
|
|
6957
7331
|
get rowCount(): number;
|
|
6958
|
-
get
|
|
7332
|
+
get isSlideshowVisible(): boolean;
|
|
7333
|
+
/**
|
|
7334
|
+
* Whether the inline slideshow overlay is currently shown over the gallery grid. Only meaningful for
|
|
7335
|
+
* `slideshowMode === 'inline'`: in 'modal' mode, the grid behind the (fully opaque) modal must stay
|
|
7336
|
+
* untouched, otherwise toggling it in/out of view causes a layout jump when the modal is dismissed.
|
|
7337
|
+
*/
|
|
7338
|
+
protected get isInlineSlideshowOpen(): boolean;
|
|
6959
7339
|
zoomModal: IonModal;
|
|
6960
7340
|
titlePopover: IonPopover;
|
|
6961
|
-
|
|
6962
|
-
onBeforeDeleteRows: EventEmitter<_sumaris_net_ngx_components.PromiseEvent<boolean, {
|
|
7341
|
+
onBeforeDeleteRows: EventEmitter<PromiseEvent<boolean, {
|
|
6963
7342
|
rows: TableElement<T>[];
|
|
6964
7343
|
}>>;
|
|
6965
7344
|
onAfterAddRows: EventEmitter<TableElement<T>[]>;
|
|
6966
7345
|
onAfterEditRow: EventEmitter<TableElement<T>>;
|
|
6967
|
-
|
|
7346
|
+
onAfterEditImage: EventEmitter<ImageEditEvent<T>>;
|
|
7347
|
+
click: EventEmitter<TableElement<T>>;
|
|
7348
|
+
/** Emitted from the slideshow whenever the active slide moves backward (previous image). */
|
|
7349
|
+
previousSlide: EventEmitter<ImageGallerySlideChangeEvent<T>>;
|
|
7350
|
+
/** Emitted from the slideshow whenever the active slide moves forward (next image). */
|
|
7351
|
+
nextSlide: EventEmitter<ImageGallerySlideChangeEvent<T>>;
|
|
7352
|
+
/**
|
|
7353
|
+
* Forwarded as-is from the slideshow when reaching the last image while `canFetchMore` is true: the
|
|
7354
|
+
* parent must fetch the next page (however it does so) and resolve with whether new rows were added.
|
|
7355
|
+
*/
|
|
7356
|
+
fetchMore: EventEmitter<PromiseEvent<boolean, void>>;
|
|
6968
7357
|
showTooltip: boolean;
|
|
7358
|
+
slideshowOpened: EventEmitter<boolean>;
|
|
7359
|
+
slideshowClosed: EventEmitter<void>;
|
|
7360
|
+
get activeIndex(): number;
|
|
7361
|
+
inlineSlideshow: AppImageGallerySlideshowComponent;
|
|
6969
7362
|
constructor(imageService: ImageService, platform: Platform, alterCtrl: AlertController, translate: TranslateService, cd: ChangeDetectorRef, environment?: Environment);
|
|
6970
7363
|
ngOnInit(): void;
|
|
6971
7364
|
ngAfterContentChecked(): void;
|
|
@@ -6979,6 +7372,8 @@ declare class AppImageGalleryComponent<T extends Image> implements OnInit, OnDes
|
|
|
6979
7372
|
} & Omit<ImageOptions, 'resultType'>): Promise<void>;
|
|
6980
7373
|
delete(event: Event, row: TableElement<T>, opts?: {
|
|
6981
7374
|
interactive?: boolean;
|
|
7375
|
+
backdropDismiss?: boolean;
|
|
7376
|
+
keyboardClose?: boolean;
|
|
6982
7377
|
}): Promise<boolean>;
|
|
6983
7378
|
toggleViewMode(_?: Event): void;
|
|
6984
7379
|
setViewMode(mode: GalleryMode): void;
|
|
@@ -6989,24 +7384,32 @@ declare class AppImageGalleryComponent<T extends Image> implements OnInit, OnDes
|
|
|
6989
7384
|
protected _switchDataSource(dataSource: TableDataSource<T>): void;
|
|
6990
7385
|
protected _observeRenderChanges(): void;
|
|
6991
7386
|
protected getTableUnknownDataSourceError(): Error;
|
|
6992
|
-
|
|
6993
|
-
|
|
6994
|
-
|
|
6995
|
-
|
|
6996
|
-
|
|
6997
|
-
|
|
6998
|
-
|
|
6999
|
-
|
|
7000
|
-
|
|
7387
|
+
clickRow(event: Event | undefined, row: TableElement<T>): boolean;
|
|
7388
|
+
/**
|
|
7389
|
+
* Opens the slideshow (inline overlay, or full-screen modal, depending on `zoomPresentation`) on the row at the given index.
|
|
7390
|
+
* Can be called from outside the component (e.g. to open the gallery directly on a given image).
|
|
7391
|
+
*/
|
|
7392
|
+
openSlideshow(event: Event | undefined, row: TableElement<T>): Promise<void>;
|
|
7393
|
+
closeSlideshow(role?: string): Promise<boolean>;
|
|
7394
|
+
/**
|
|
7395
|
+
* Handles a delete request coming from the slideshow component (either inline or in the modal):
|
|
7396
|
+
* runs the same confirmation/deletion flow as a card's delete button, then resolves the promise
|
|
7397
|
+
* so the slideshow knows whether to reset its zoom or close.
|
|
7398
|
+
*/
|
|
7399
|
+
protected onSlideshowDeleteRequested(promiseEvent: PromiseEvent<boolean, {
|
|
7400
|
+
row: TableElement<T>;
|
|
7401
|
+
}>): Promise<void>;
|
|
7001
7402
|
protected canDeleteRows(rows: TableElement<T>[], opts?: {
|
|
7002
7403
|
interactive?: boolean;
|
|
7404
|
+
backdropDismiss?: boolean;
|
|
7405
|
+
keyboardClose?: boolean;
|
|
7003
7406
|
}): Promise<boolean>;
|
|
7004
7407
|
protected getImageSizeQueryParams(mode?: GalleryMode | 'modal'): {
|
|
7005
7408
|
[key: string]: any;
|
|
7006
7409
|
};
|
|
7007
7410
|
protected markForCheck(): void;
|
|
7008
7411
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppImageGalleryComponent<any>, [null, null, null, null, null, { optional: true; }]>;
|
|
7009
|
-
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>;
|
|
7412
|
+
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"; "slideshowOpened": "slideshowOpened"; "slideshowClosed": "slideshowClosed"; }, never, ["ion-buttons[slot=start]", "ion-buttons[slot=end]"], false, never>;
|
|
7010
7413
|
static ngAcceptInputType_debug: unknown;
|
|
7011
7414
|
static ngAcceptInputType_disabled: unknown;
|
|
7012
7415
|
static ngAcceptInputType_readOnly: unknown;
|
|
@@ -7018,11 +7421,16 @@ declare class AppImageGalleryComponent<T extends Image> implements OnInit, OnDes
|
|
|
7018
7421
|
static ngAcceptInputType_showAddTextButton: unknown;
|
|
7019
7422
|
static ngAcceptInputType_showAddCardButton: unknown;
|
|
7020
7423
|
static ngAcceptInputType_showCardToolbar: unknown;
|
|
7424
|
+
static ngAcceptInputType_enableMouseZoom: unknown;
|
|
7425
|
+
static ngAcceptInputType_enableRotate: unknown;
|
|
7426
|
+
static ngAcceptInputType_enableCrop: unknown;
|
|
7427
|
+
static ngAcceptInputType_enableSlideshowLoop: unknown;
|
|
7428
|
+
static ngAcceptInputType_canFetchMore: unknown;
|
|
7021
7429
|
}
|
|
7022
7430
|
|
|
7023
7431
|
declare class ImageGalleryModule {
|
|
7024
7432
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageGalleryModule, never>;
|
|
7025
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ImageGalleryModule, [typeof AppImageGalleryComponent], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
7433
|
+
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]>;
|
|
7026
7434
|
static ɵinj: i0.ɵɵInjectorDeclaration<ImageGalleryModule>;
|
|
7027
7435
|
}
|
|
7028
7436
|
|
|
@@ -7087,7 +7495,7 @@ declare class StorageExplorerComponent implements OnInit {
|
|
|
7087
7495
|
|
|
7088
7496
|
declare class StorageExplorerModule {
|
|
7089
7497
|
static ɵfac: i0.ɵɵFactoryDeclaration<StorageExplorerModule, never>;
|
|
7090
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerModule, [typeof StorageExplorerComponent], [typeof i3$1.IonicModule, typeof i2$1.CommonModule, typeof
|
|
7498
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerModule, [typeof StorageExplorerComponent], [typeof i3$1.IonicModule, typeof i2$1.CommonModule, typeof RxStateModule, typeof SharedPipesModule, typeof SharedMaterialModule], [typeof StorageExplorerComponent]>;
|
|
7091
7499
|
static ɵinj: i0.ɵɵInjectorDeclaration<StorageExplorerModule>;
|
|
7092
7500
|
}
|
|
7093
7501
|
|
|
@@ -7124,7 +7532,7 @@ declare class LoggingService extends StartableService<void> implements ILoggingS
|
|
|
7124
7532
|
|
|
7125
7533
|
declare class LoggingServiceModule {
|
|
7126
7534
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoggingServiceModule, never>;
|
|
7127
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LoggingServiceModule, never, [typeof i2$1.CommonModule, typeof i3$1.IonicModule
|
|
7535
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LoggingServiceModule, never, [typeof i2$1.CommonModule, typeof i3$1.IonicModule], never>;
|
|
7128
7536
|
static ɵinj: i0.ɵɵInjectorDeclaration<LoggingServiceModule>;
|
|
7129
7537
|
}
|
|
7130
7538
|
|
|
@@ -7474,38 +7882,10 @@ declare function fromDateISOString(value: any, opts?: {
|
|
|
7474
7882
|
strict?: boolean;
|
|
7475
7883
|
requiredTime?: boolean;
|
|
7476
7884
|
}): Moment$1 | undefined;
|
|
7477
|
-
declare function fromUnixTimestamp(timeInSec: MomentInput):
|
|
7478
|
-
declare function fromUnixMsTimestamp(timeInMs: MomentInput):
|
|
7885
|
+
declare function fromUnixTimestamp(timeInSec: MomentInput): momentImported.Moment;
|
|
7886
|
+
declare function fromUnixMsTimestamp(timeInMs: MomentInput): momentImported.Moment;
|
|
7479
7887
|
declare function toDuration(value: number, unit?: unitOfTime.DurationConstructor): Duration | undefined;
|
|
7480
7888
|
|
|
7481
|
-
interface PromiseEventPayload<R = any> {
|
|
7482
|
-
success: (value?: R) => void;
|
|
7483
|
-
error: (reason?: any) => void;
|
|
7484
|
-
}
|
|
7485
|
-
type PromiseEvent<R = any, D = void> = CustomEvent<PromiseEventPayload<R> & D>;
|
|
7486
|
-
declare function createPromiseEventEmitter<R = any, D = void>(): EventEmitter<PromiseEvent<R, D>>;
|
|
7487
|
-
declare function createPromiseEvent<T = void, D = void>(eventType: string, promise: PromiseEventPayload<T>, initArg?: CustomEventInit<D>): PromiseEvent<T, D>;
|
|
7488
|
-
declare function emitPromiseEvent<R = any, D = void>(emitter: EventEmitter<PromiseEvent<R, D>>, eventType: string, initArg?: CustomEventInit<D>): Promise<R>;
|
|
7489
|
-
interface CompletableEvent extends Event {
|
|
7490
|
-
target: EventTarget & {
|
|
7491
|
-
complete?: () => void;
|
|
7492
|
-
};
|
|
7493
|
-
}
|
|
7494
|
-
/**
|
|
7495
|
-
* Listen end of scroll.
|
|
7496
|
-
* <p>
|
|
7497
|
-
* The threshold distance from the bottom of the content to call the infinite output event when scrolled.
|
|
7498
|
-
* The threshold value can be either a percent, or in pixels.
|
|
7499
|
-
* For example, use the value of 10% for the infinite output event to get called when the user has scrolled
|
|
7500
|
-
* 10% from the bottom of the page. Use the value 100px when the scroll is within 100 pixels from the bottom of the page.
|
|
7501
|
-
* </p>
|
|
7502
|
-
*
|
|
7503
|
-
* @param element
|
|
7504
|
-
* @param threshold default to '15%'
|
|
7505
|
-
* @param dueTime
|
|
7506
|
-
*/
|
|
7507
|
-
declare function fromScrollEndEvent(element: HTMLElement, threshold?: string, dueTime?: number): Observable<any>;
|
|
7508
|
-
|
|
7509
7889
|
declare class Alerts {
|
|
7510
7890
|
/**
|
|
7511
7891
|
* Ask the user to save before leaving. If return undefined: user has cancelled
|
|
@@ -7515,8 +7895,14 @@ declare class Alerts {
|
|
|
7515
7895
|
* @param alertCtrl
|
|
7516
7896
|
* @param translate
|
|
7517
7897
|
* @param event
|
|
7898
|
+
* @param opts
|
|
7899
|
+
* @param opts.backdropDismiss Whether the alert can be dismissed by clicking the backdrop (default: false)
|
|
7900
|
+
* @param opts.keyboardClose Whether the alert can be dismissed by pressing the back button (default: true)
|
|
7518
7901
|
*/
|
|
7519
|
-
static askSaveBeforeLeave(alertCtrl: AlertController, translate: TranslateService, event?: Event
|
|
7902
|
+
static askSaveBeforeLeave(alertCtrl: AlertController, translate: TranslateService, event?: Event, opts?: {
|
|
7903
|
+
backdropDismiss?: boolean;
|
|
7904
|
+
keyboardClose?: boolean;
|
|
7905
|
+
}): Promise<boolean | undefined>;
|
|
7520
7906
|
/**
|
|
7521
7907
|
* Ask the user to conform an action. If return undefined: user has cancelled
|
|
7522
7908
|
*
|
|
@@ -7525,8 +7911,14 @@ declare class Alerts {
|
|
|
7525
7911
|
* @param immediate is action has an immediate effect ?
|
|
7526
7912
|
* @param event
|
|
7527
7913
|
* @param interpolateParams
|
|
7914
|
+
* @param opts
|
|
7915
|
+
* @param opts.backdropDismiss Whether the alert can be dismissed by clicking the backdrop (default: false)
|
|
7528
7916
|
*/
|
|
7529
|
-
static askActionConfirmation(alertCtrl: AlertController, translate: TranslateService, immediate?: boolean, event?: Event,
|
|
7917
|
+
static askActionConfirmation(alertCtrl: AlertController, translate: TranslateService, immediate?: boolean, event?: Event, opts?: {
|
|
7918
|
+
backdropDismiss?: boolean;
|
|
7919
|
+
keyboardClose?: boolean;
|
|
7920
|
+
[key: string]: any;
|
|
7921
|
+
}, interpolateParams?: any): Promise<boolean | undefined>;
|
|
7530
7922
|
/**
|
|
7531
7923
|
* Ask the user to confirm. If return undefined: user has cancelled
|
|
7532
7924
|
*
|
|
@@ -7536,8 +7928,14 @@ declare class Alerts {
|
|
|
7536
7928
|
* @param translate
|
|
7537
7929
|
* @param event
|
|
7538
7930
|
* @param interpolateParams
|
|
7931
|
+
* @param opts
|
|
7932
|
+
* @param opts.backdropDismiss Whether the alert can be dismissed by clicking the backdrop (default: false)
|
|
7539
7933
|
*/
|
|
7540
|
-
static askConfirmation(messageKey: string, alertCtrl: AlertController, translate: TranslateService, event?: Event,
|
|
7934
|
+
static askConfirmation(messageKey: string, alertCtrl: AlertController, translate: TranslateService, event?: Event, opts?: {
|
|
7935
|
+
backdropDismiss?: boolean;
|
|
7936
|
+
keyboardClose?: boolean;
|
|
7937
|
+
[key: string]: any;
|
|
7938
|
+
}, interpolateParams?: any): Promise<boolean | undefined>;
|
|
7541
7939
|
/**
|
|
7542
7940
|
* Ask the user to save before leaving. If return undefined: user has cancelled
|
|
7543
7941
|
*
|
|
@@ -7545,18 +7943,28 @@ declare class Alerts {
|
|
|
7545
7943
|
* @param translate
|
|
7546
7944
|
* @param event
|
|
7547
7945
|
* @param interpolateParams
|
|
7946
|
+
* @param opts
|
|
7947
|
+
* @param opts.backdropDismiss Whether the alert can be dismissed by clicking the backdrop (default: false)
|
|
7548
7948
|
*/
|
|
7549
|
-
static askDeleteConfirmation(alertCtrl: AlertController, translate: TranslateService, event?: Event,
|
|
7949
|
+
static askDeleteConfirmation(alertCtrl: AlertController, translate: TranslateService, event?: Event, opts?: {
|
|
7950
|
+
backdropDismiss?: boolean;
|
|
7951
|
+
keyboardClose?: boolean;
|
|
7952
|
+
[key: string]: any;
|
|
7953
|
+
}, interpolateParams?: any): Promise<boolean | undefined>;
|
|
7550
7954
|
static askSaveBeforeAction(alertCtrl: AlertController, translate: TranslateService, opts?: {
|
|
7551
7955
|
valid?: boolean;
|
|
7552
7956
|
validMessageI18n?: string;
|
|
7553
7957
|
invalidMessageI18n?: string;
|
|
7958
|
+
backdropDismiss?: boolean;
|
|
7959
|
+
keyboardClose?: boolean;
|
|
7554
7960
|
}, interpolateParams?: any): Promise<{
|
|
7555
7961
|
confirmed: boolean;
|
|
7556
7962
|
save: boolean;
|
|
7557
7963
|
} | undefined>;
|
|
7558
7964
|
static showError(messageKey: string, alertCtrl: AlertController, translate: TranslateService, opts?: {
|
|
7559
7965
|
titleKey?: string;
|
|
7966
|
+
backdropDismiss?: boolean;
|
|
7967
|
+
keyboardClose?: boolean;
|
|
7560
7968
|
}, interpolateParams?: any): Promise<void>;
|
|
7561
7969
|
}
|
|
7562
7970
|
|
|
@@ -7576,6 +7984,7 @@ declare function isAndroid(win: Window): boolean;
|
|
|
7576
7984
|
declare function isCapacitor(win: any): boolean;
|
|
7577
7985
|
declare function isMobile(win: Window): any;
|
|
7578
7986
|
declare function isPrint(win?: Window): boolean;
|
|
7987
|
+
declare function isWebAnimationsSupported(): boolean;
|
|
7579
7988
|
|
|
7580
7989
|
/**
|
|
7581
7990
|
* Removes all HTML tags from a given string.
|
|
@@ -7633,24 +8042,12 @@ declare class VersionUtils {
|
|
|
7633
8042
|
static isSame: typeof isSameVersion;
|
|
7634
8043
|
}
|
|
7635
8044
|
/**
|
|
7636
|
-
*
|
|
7637
|
-
*
|
|
7638
|
-
*
|
|
7639
|
-
*
|
|
7640
|
-
* negative if v1 < v2
|
|
7641
|
-
* positive if v1 > v2
|
|
7642
|
-
* Nan if they in the wrong format
|
|
7643
|
-
*
|
|
7644
|
-
* E.g.:
|
|
7645
|
-
*
|
|
7646
|
-
* assert(version_number_compare("1.7.1", "1.6.10") > 0);
|
|
7647
|
-
* assert(version_number_compare("1.7.1", "1.7.10") < 0);
|
|
7648
|
-
*
|
|
7649
|
-
* "Unit tests": http://jsfiddle.net/ripper234/Xv9WL/28/
|
|
7650
|
-
*
|
|
7651
|
-
* Taken from http://stackoverflow.com/a/6832721/11236
|
|
8045
|
+
* Compares two Semantic Versioning 2.0.0 strings
|
|
8046
|
+
* @param {string} v1 - First version string
|
|
8047
|
+
* @param {string} v2 - Second version string
|
|
8048
|
+
* @returns {number} -1 if v1 < v2, 0 if equal, 1 if v1 > v2
|
|
7652
8049
|
*/
|
|
7653
|
-
declare function compareVersionNumbers(v1:
|
|
8050
|
+
declare function compareVersionNumbers(v1: string, v2: string, comparePrerelease?: boolean): number;
|
|
7654
8051
|
declare function isVersionCompatible(minVersion: any, actualVersion: any): boolean;
|
|
7655
8052
|
declare function isSameVersion(v1: any, v2: any): boolean;
|
|
7656
8053
|
|
|
@@ -8100,7 +8497,7 @@ declare class DebugComponent {
|
|
|
8100
8497
|
|
|
8101
8498
|
declare class SharedDebugModule {
|
|
8102
8499
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedDebugModule, never>;
|
|
8103
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDebugModule, [typeof DebugComponent], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof i8$1.MatExpansionModule, typeof i10.MatIconModule, typeof
|
|
8500
|
+
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]>;
|
|
8104
8501
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedDebugModule>;
|
|
8105
8502
|
}
|
|
8106
8503
|
|
|
@@ -8111,7 +8508,6 @@ declare class MarkdownService {
|
|
|
8111
8508
|
private locationStrategy;
|
|
8112
8509
|
private navController;
|
|
8113
8510
|
private baseUrl;
|
|
8114
|
-
private readonly _defaultRenderer;
|
|
8115
8511
|
private _markedRenderer;
|
|
8116
8512
|
get renderer(): MarkedRenderer;
|
|
8117
8513
|
set renderer(value: MarkedRenderer);
|
|
@@ -8133,7 +8529,7 @@ declare class MarkdownService {
|
|
|
8133
8529
|
protected click(event: Event, containerElement: HTMLElement): Promise<boolean>;
|
|
8134
8530
|
protected link(href: string | null, title: string | null, text: string): string;
|
|
8135
8531
|
protected image(href: string, title: string | null, text: string): string;
|
|
8136
|
-
protected heading(text: string, depth: number
|
|
8532
|
+
protected heading(text: string, depth: number): string;
|
|
8137
8533
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownService, never>;
|
|
8138
8534
|
static ɵprov: i0.ɵɵInjectableDeclaration<MarkdownService>;
|
|
8139
8535
|
}
|
|
@@ -8363,7 +8759,7 @@ declare class MarkdownDirective implements OnDestroy {
|
|
|
8363
8759
|
declare class SharedMarkdownModule {
|
|
8364
8760
|
static forRoot(): ModuleWithProviders<SharedMarkdownModule>;
|
|
8365
8761
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMarkdownModule, never>;
|
|
8366
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMarkdownModule, [typeof AppMarkdownContent, typeof AppMarkdownModal, typeof MarkdownDirective], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
8762
|
+
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]>;
|
|
8367
8763
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMarkdownModule>;
|
|
8368
8764
|
}
|
|
8369
8765
|
|
|
@@ -8389,11 +8785,118 @@ declare class MarkdownUtils {
|
|
|
8389
8785
|
static resolveRelativeUrl(baseUrl: string, relativePath: string, opts?: {
|
|
8390
8786
|
absoluteByDefault: boolean;
|
|
8391
8787
|
}): string;
|
|
8392
|
-
static isGitlabUrl(url: string): boolean;
|
|
8393
|
-
static fixGitlabUrlToRaw(url: string): string;
|
|
8394
8788
|
static getRootUrl(url: string): string;
|
|
8395
8789
|
}
|
|
8396
8790
|
|
|
8791
|
+
interface IGitlabRelease {
|
|
8792
|
+
name: string;
|
|
8793
|
+
tag_name: string;
|
|
8794
|
+
description: string;
|
|
8795
|
+
}
|
|
8796
|
+
declare class GitlabUtils {
|
|
8797
|
+
static API_V4_PATH: string;
|
|
8798
|
+
static API_V4_PROJECTS_PATH: string;
|
|
8799
|
+
/**
|
|
8800
|
+
* Checks whether a URL points to a Gitlab instance.
|
|
8801
|
+
*
|
|
8802
|
+
* A URL is considered a Gitlab URL either when its host starts with 'gitlab.'
|
|
8803
|
+
* (e.g. 'https://gitlab.ifremer.fr/...'), or when it is a repository file URL
|
|
8804
|
+
* (see {@link isRepoFileUrl}) - in which case the host is NOT checked, since
|
|
8805
|
+
* a self-hosted Gitlab instance may use a custom domain name.
|
|
8806
|
+
*
|
|
8807
|
+
* @example
|
|
8808
|
+
* GitlabUtils.isGitlabUrl('https://gitlab.ifremer.fr/sih-public/sumaris/sumaris-app'); // true
|
|
8809
|
+
* GitlabUtils.isGitlabUrl('https://my-custom-domain.com/foo/-/raw/master/README.md'); // true (repo file URL)
|
|
8810
|
+
* GitlabUtils.isGitlabUrl('https://github.com/foo/bar'); // false
|
|
8811
|
+
*/
|
|
8812
|
+
static isGitlabUrl(url: string): boolean;
|
|
8813
|
+
/**
|
|
8814
|
+
* Checks whether a URL is a Gitlab repository file URL, i.e. a URL used to
|
|
8815
|
+
* view a single file in a repository ('/-/blob/') or to download its raw
|
|
8816
|
+
* content ('/-/raw/').
|
|
8817
|
+
*
|
|
8818
|
+
* @example
|
|
8819
|
+
* GitlabUtils.isRepoFileUrl('https://gitlab.ifremer.fr/a/b/-/raw/master/README.md'); // true
|
|
8820
|
+
* GitlabUtils.isRepoFileUrl('https://gitlab.ifremer.fr/a/b/-/blob/master/README.md'); // true
|
|
8821
|
+
* GitlabUtils.isRepoFileUrl('https://gitlab.ifremer.fr/api/v4/projects/a%2Fb'); // false
|
|
8822
|
+
*/
|
|
8823
|
+
static isRepoFileUrl(url: string): boolean;
|
|
8824
|
+
/**
|
|
8825
|
+
* Converts a repository file URL into its 'raw content' equivalent, by
|
|
8826
|
+
* replacing the '/-/blob/' (file viewer) or '/-/tree/' (directory viewer)
|
|
8827
|
+
* segment with '/-/raw/'.
|
|
8828
|
+
*
|
|
8829
|
+
* If the URL is not a repository file URL (see {@link isRepoFileUrl}), it is
|
|
8830
|
+
* returned unchanged.
|
|
8831
|
+
*
|
|
8832
|
+
* @example
|
|
8833
|
+
* GitlabUtils.getRawRepoFileUrl('https://gitlab.ifremer.fr/a/b/-/blob/master/README.md');
|
|
8834
|
+
* // 'https://gitlab.ifremer.fr/a/b/-/raw/master/README.md'
|
|
8835
|
+
*/
|
|
8836
|
+
static getRawRepoFileUrl(url: string): string;
|
|
8837
|
+
/**
|
|
8838
|
+
* Checks whether a URL targets the Gitlab REST API (any endpoint under
|
|
8839
|
+
* '/api/v4/'). Repository file URLs (see {@link isRepoFileUrl}) are always
|
|
8840
|
+
* excluded, even if they happen to contain '/api/v4/' somewhere in their path.
|
|
8841
|
+
*/
|
|
8842
|
+
static isApiUrl(url: string): boolean;
|
|
8843
|
+
/**
|
|
8844
|
+
* Checks whether a URL targets the Gitlab 'projects' REST API (any endpoint
|
|
8845
|
+
* under '/api/v4/projects/'), e.g. project releases, branches, etc.
|
|
8846
|
+
*/
|
|
8847
|
+
static isApiProjectsUrl(url: string): boolean;
|
|
8848
|
+
/**
|
|
8849
|
+
* Checks whether a URL targets the Gitlab project releases REST API, e.g.
|
|
8850
|
+
* 'https://gitlab.ifremer.fr/api/v4/projects/{id}/releases' (all releases)
|
|
8851
|
+
* or 'https://gitlab.ifremer.fr/api/v4/projects/{id}/releases/{tag_name}'
|
|
8852
|
+
* (a single release).
|
|
8853
|
+
*/
|
|
8854
|
+
static isProjectReleasesApiUrl(url: string): boolean;
|
|
8855
|
+
/**
|
|
8856
|
+
* Fetches releases from the Gitlab project releases REST API.
|
|
8857
|
+
*
|
|
8858
|
+
* The given URL can either target the collection endpoint
|
|
8859
|
+
* ('.../releases', returning all releases), or a single release endpoint
|
|
8860
|
+
* ('.../releases/{tag_name}', returning one release, wrapped into an array).
|
|
8861
|
+
*
|
|
8862
|
+
* @return the list of releases, an empty array if the API call failed for a
|
|
8863
|
+
* single release, or `null` if the URL is not a project releases API URL.
|
|
8864
|
+
*/
|
|
8865
|
+
static getProjectReleases(http: HttpClient, url: string): Promise<IGitlabRelease[]>;
|
|
8866
|
+
/**
|
|
8867
|
+
* Extracts the URL-encoded project path (e.g. 'group%2Fsubgroup%2Fproject')
|
|
8868
|
+
* from a Gitlab 'projects' API URL. The returned value is NOT decoded, so it
|
|
8869
|
+
* still contains '%2F' in place of '/'.
|
|
8870
|
+
*
|
|
8871
|
+
* @example
|
|
8872
|
+
* GitlabUtils.getProjectNameFromApiUrl('https://gitlab.ifremer.fr/api/v4/projects/sih-public%2Fsumaris%2Fsumaris-app/releases');
|
|
8873
|
+
* // 'sih-public%2Fsumaris%2Fsumaris-app'
|
|
8874
|
+
*/
|
|
8875
|
+
static getProjectNameFromApiUrl(url: string): string;
|
|
8876
|
+
/**
|
|
8877
|
+
* Resolves the Gitlab web page associated to a URL:
|
|
8878
|
+
* - for an API 'projects' URL (see {@link isApiUrl}), this is the project's
|
|
8879
|
+
* home page, e.g. 'https://gitlab.ifremer.fr/sih-public/sumaris/sumaris-app';
|
|
8880
|
+
* - for a repository file URL (see {@link isRepoFileUrl}), this is the
|
|
8881
|
+
* project's raw content base path (e.g. '.../my-project/-/raw/'), since
|
|
8882
|
+
* the project path cannot be reliably distinguished from the file path
|
|
8883
|
+
* once slashes are un-encoded.
|
|
8884
|
+
*
|
|
8885
|
+
* @return `null` if the project page cannot be resolved from the given URL.
|
|
8886
|
+
*/
|
|
8887
|
+
static getProjectPage(url: string): string;
|
|
8888
|
+
/**
|
|
8889
|
+
* Builds the URL of the Gitlab web page listing a project's releases (e.g.
|
|
8890
|
+
* 'https://gitlab.ifremer.fr/sih-public/sumaris/sumaris-app/-/releases'),
|
|
8891
|
+
* optionally anchored on a specific version/tag.
|
|
8892
|
+
*
|
|
8893
|
+
* @param url any URL from which the project page can be resolved (see {@link getProjectPage})
|
|
8894
|
+
* @param version optional tag name (e.g. '2.16.2') appended to the releases page
|
|
8895
|
+
* @return `null` if the project page cannot be resolved from the given URL.
|
|
8896
|
+
*/
|
|
8897
|
+
static getProjectReleasePage(url: string, version?: string): string;
|
|
8898
|
+
}
|
|
8899
|
+
|
|
8397
8900
|
interface IMenuItem extends IconRef {
|
|
8398
8901
|
id?: number;
|
|
8399
8902
|
parent?: IMenuItem;
|
|
@@ -8715,7 +9218,7 @@ declare class SubMenuTabDirective implements OnChanges, AfterViewInit {
|
|
|
8715
9218
|
|
|
8716
9219
|
declare class AppMenuModule {
|
|
8717
9220
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppMenuModule, never>;
|
|
8718
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppMenuModule, [typeof MenuComponent, typeof SubMenuTabDirective], [typeof SharedModule, typeof
|
|
9221
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppMenuModule, [typeof MenuComponent, typeof SubMenuTabDirective], [typeof SharedModule, typeof i4$2.RouterModule, typeof RxStateModule], [typeof MenuComponent, typeof SubMenuTabDirective]>;
|
|
8719
9222
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppMenuModule>;
|
|
8720
9223
|
}
|
|
8721
9224
|
|
|
@@ -8733,7 +9236,7 @@ declare class AppIconComponent {
|
|
|
8733
9236
|
|
|
8734
9237
|
declare class AppIconModule {
|
|
8735
9238
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppIconModule, never>;
|
|
8736
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppIconModule, [typeof AppIconComponent], [typeof SharedModule
|
|
9239
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppIconModule, [typeof AppIconComponent], [typeof SharedModule], [typeof AppIconComponent]>;
|
|
8737
9240
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppIconModule>;
|
|
8738
9241
|
}
|
|
8739
9242
|
|
|
@@ -9299,9 +9802,17 @@ declare abstract class AppTable<T extends IEntity<T, ID>, F = any, ID = number>
|
|
|
9299
9802
|
protected detectChanges(): void;
|
|
9300
9803
|
protected askDeleteConfirmation(event?: Event, rows?: TableElement<T>[], opts?: {
|
|
9301
9804
|
messageKey?: string;
|
|
9805
|
+
backdropDismiss?: boolean;
|
|
9806
|
+
keyboardClose?: boolean;
|
|
9807
|
+
}): Promise<boolean>;
|
|
9808
|
+
protected askCancelConfirmation(event?: Event, rows?: TableElement<T>[], opts?: {
|
|
9809
|
+
backdropDismiss?: boolean;
|
|
9810
|
+
keyboardClose?: boolean;
|
|
9811
|
+
}): Promise<boolean>;
|
|
9812
|
+
protected askRestoreConfirmation(event?: Event, opts?: {
|
|
9813
|
+
backdropDismiss?: boolean;
|
|
9814
|
+
keyboardClose?: boolean;
|
|
9302
9815
|
}): Promise<boolean>;
|
|
9303
|
-
protected askCancelConfirmation(event?: Event, rows?: TableElement<T>[]): Promise<boolean>;
|
|
9304
|
-
protected askRestoreConfirmation(event?: Event): Promise<boolean>;
|
|
9305
9816
|
protected showToast(opts: ShowToastOptions): Promise<_ionic_core.OverlayEventDetail<any>>;
|
|
9306
9817
|
protected resetError(opts?: {
|
|
9307
9818
|
emitEvent?: boolean;
|
|
@@ -9717,6 +10228,7 @@ declare abstract class AppAsyncTable<T extends IEntity<T, ID>, F = any, ID = num
|
|
|
9717
10228
|
protected previouslyEditedRowId: number;
|
|
9718
10229
|
protected formErrorAdapter: FormErrorTranslator;
|
|
9719
10230
|
protected readonly destroySubject: Subject<void>;
|
|
10231
|
+
protected logPrefix: string;
|
|
9720
10232
|
excludesColumns: string[];
|
|
9721
10233
|
displayedColumns: string[];
|
|
9722
10234
|
errorTranslateOptions: FormErrorTranslateOptions;
|
|
@@ -9762,6 +10274,8 @@ declare abstract class AppAsyncTable<T extends IEntity<T, ID>, F = any, ID = num
|
|
|
9762
10274
|
defaultPageSize: number;
|
|
9763
10275
|
defaultPageSizeOptions: number[];
|
|
9764
10276
|
focusColumn: string;
|
|
10277
|
+
get reservedStartColumns(): string[];
|
|
10278
|
+
get reservedEndColumns(): string[];
|
|
9765
10279
|
get firstUserColumn(): string;
|
|
9766
10280
|
get lastUserColumn(): string;
|
|
9767
10281
|
set dataSource(value: EntitiesAsyncTableDataSource<T, F, ID>);
|
|
@@ -10014,6 +10528,8 @@ declare abstract class AppAsyncTable<T extends IEntity<T, ID>, F = any, ID = num
|
|
|
10014
10528
|
}): Promise<boolean>;
|
|
10015
10529
|
protected canCancelRows(rows?: AsyncTableElement<T>[], opts?: {
|
|
10016
10530
|
interactive?: boolean;
|
|
10531
|
+
backdropDismiss?: boolean;
|
|
10532
|
+
keyboardClose?: boolean;
|
|
10017
10533
|
}): Promise<boolean>;
|
|
10018
10534
|
protected saveBeforeAction(saveAction: SaveActionType): Promise<boolean>;
|
|
10019
10535
|
/**
|
|
@@ -10056,9 +10572,17 @@ declare abstract class AppAsyncTable<T extends IEntity<T, ID>, F = any, ID = num
|
|
|
10056
10572
|
protected detectChanges(): void;
|
|
10057
10573
|
protected askDeleteConfirmation(event?: Event, rows?: AsyncTableElement<T>[], opts?: {
|
|
10058
10574
|
messageKey?: string;
|
|
10575
|
+
backdropDismiss?: boolean;
|
|
10576
|
+
keyboardClose?: boolean;
|
|
10577
|
+
}): Promise<boolean>;
|
|
10578
|
+
protected askCancelConfirmation(event?: Event, rows?: AsyncTableElement<T>[], opts?: {
|
|
10579
|
+
backdropDismiss?: boolean;
|
|
10580
|
+
keyboardClose?: boolean;
|
|
10581
|
+
}): Promise<boolean>;
|
|
10582
|
+
protected askRestoreConfirmation(event?: Event, opts?: {
|
|
10583
|
+
backdropDismiss?: boolean;
|
|
10584
|
+
keyboardClose?: boolean;
|
|
10059
10585
|
}): Promise<boolean>;
|
|
10060
|
-
protected askCancelConfirmation(event?: Event, rows?: AsyncTableElement<T>[]): Promise<boolean>;
|
|
10061
|
-
protected askRestoreConfirmation(event?: Event): Promise<boolean>;
|
|
10062
10586
|
protected showToast(opts: ShowToastOptions): Promise<_ionic_core.OverlayEventDetail<any>>;
|
|
10063
10587
|
protected resetError(opts?: {
|
|
10064
10588
|
emitEvent?: boolean;
|
|
@@ -10123,7 +10647,6 @@ declare abstract class AppFormContainer<T = any> implements IAppFormContainer<T>
|
|
|
10123
10647
|
private _children;
|
|
10124
10648
|
private _childrenPath;
|
|
10125
10649
|
private _subscription;
|
|
10126
|
-
private _environmentInjector;
|
|
10127
10650
|
protected _logPrefix: string;
|
|
10128
10651
|
protected _enabled: boolean;
|
|
10129
10652
|
protected readonly destroySubject: Subject<void>;
|
|
@@ -10355,7 +10878,7 @@ declare abstract class AppTabEditor<T = any, ID = number, O = any> extends AppEd
|
|
|
10355
10878
|
/**
|
|
10356
10879
|
* Action triggered when user swipes
|
|
10357
10880
|
*/
|
|
10358
|
-
onSwipeTab(event: HammerSwipeEvent): boolean;
|
|
10881
|
+
onSwipeTab(event: HammerSwipeEvent | Event): boolean;
|
|
10359
10882
|
onSubTabChange(event: MatTabChangeEvent): void;
|
|
10360
10883
|
unload(opts?: {
|
|
10361
10884
|
emitEvent?: boolean;
|
|
@@ -10505,7 +11028,7 @@ declare class NewTokenModal extends AppEntityEditorModal<UserToken> implements O
|
|
|
10505
11028
|
|
|
10506
11029
|
declare class AppFormButtonsBarModule {
|
|
10507
11030
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppFormButtonsBarModule, never>;
|
|
10508
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppFormButtonsBarModule, [typeof FormButtonsBarComponent], [typeof SharedModule
|
|
11031
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppFormButtonsBarModule, [typeof FormButtonsBarComponent], [typeof SharedModule], [typeof FormButtonsBarComponent]>;
|
|
10509
11032
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppFormButtonsBarModule>;
|
|
10510
11033
|
}
|
|
10511
11034
|
|
|
@@ -10766,6 +11289,7 @@ declare class AppPropertiesForm<O = any, T extends Property<O> = Property<O>, S
|
|
|
10766
11289
|
setValue(data: PropertyMap | T[], opts?: {
|
|
10767
11290
|
emitEvent?: boolean;
|
|
10768
11291
|
}): Promise<void>;
|
|
11292
|
+
getRawValueAsJson(): PropertyMap;
|
|
10769
11293
|
getValueAsJson(): PropertyMap;
|
|
10770
11294
|
clear(): void;
|
|
10771
11295
|
protected toggleShowHintKeys(): void;
|
|
@@ -10901,7 +11425,6 @@ declare class AppRowField implements OnInit, OnDestroy {
|
|
|
10901
11425
|
headerI18n: string;
|
|
10902
11426
|
sortable: boolean;
|
|
10903
11427
|
resizable: boolean;
|
|
10904
|
-
required: boolean;
|
|
10905
11428
|
readonly: boolean;
|
|
10906
11429
|
sticky: boolean;
|
|
10907
11430
|
draggable: boolean;
|
|
@@ -10917,11 +11440,13 @@ declare class AppRowField implements OnInit, OnDestroy {
|
|
|
10917
11440
|
classList: string;
|
|
10918
11441
|
debug: boolean;
|
|
10919
11442
|
protected logPrefix: string;
|
|
11443
|
+
protected required: boolean;
|
|
10920
11444
|
constructor(cd: ChangeDetectorRef, matTable: MatTable<any>);
|
|
10921
11445
|
ngOnInit(): void;
|
|
10922
11446
|
ngOnDestroy(): void;
|
|
11447
|
+
protected onDefinitionChanged(defintion: FormFieldDefinition): void;
|
|
10923
11448
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppRowField, never>;
|
|
10924
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppRowField, "app-row-field", never, { "name": { "alias": "name"; "required": false; }; "definition": { "alias": "definition"; "required": false; }; "definitionFn": { "alias": "definitionFn"; "required": false; }; "headerI18n": { "alias": "headerI18n"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "
|
|
11449
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppRowField, "app-row-field", never, { "name": { "alias": "name"; "required": false; }; "definition": { "alias": "definition"; "required": false; }; "definitionFn": { "alias": "definitionFn"; "required": false; }; "headerI18n": { "alias": "headerI18n"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; }, {}, never, never, false, never>;
|
|
10925
11450
|
}
|
|
10926
11451
|
|
|
10927
11452
|
type AppTableRowCountProperty = 'visibleRowCount' | 'totalRowCount';
|
|
@@ -10950,13 +11475,13 @@ declare class IsNotAllSelectedPipe extends IsAllSelectedPipe implements PipeTran
|
|
|
10950
11475
|
|
|
10951
11476
|
declare class AppTableModule {
|
|
10952
11477
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTableModule, never>;
|
|
10953
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTableModule, [typeof TableSelectColumnsComponent, typeof ActionsColumnComponent, typeof NavActionsColumnComponent, typeof AppRowField, typeof IsAllSelectedPipe, typeof IsNotAllSelectedPipe], [typeof SharedModule, typeof
|
|
11478
|
+
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]>;
|
|
10954
11479
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppTableModule>;
|
|
10955
11480
|
}
|
|
10956
11481
|
|
|
10957
11482
|
declare class AppPropertiesFormModule {
|
|
10958
11483
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppPropertiesFormModule, never>;
|
|
10959
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppPropertiesFormModule, [typeof AppPropertiesForm, typeof AppPropertiesTable], [typeof SharedModule, typeof
|
|
11484
|
+
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]>;
|
|
10960
11485
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppPropertiesFormModule>;
|
|
10961
11486
|
}
|
|
10962
11487
|
|
|
@@ -11004,7 +11529,7 @@ declare class AppChangePasswordPage extends AppFormContainer implements OnInit,
|
|
|
11004
11529
|
|
|
11005
11530
|
declare class AppChangePasswordModule {
|
|
11006
11531
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppChangePasswordModule, never>;
|
|
11007
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppChangePasswordModule, [typeof ChangePasswordForm, typeof AppChangePasswordPage], [typeof SharedModule, typeof
|
|
11532
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppChangePasswordModule, [typeof ChangePasswordForm, typeof AppChangePasswordPage], [typeof SharedModule, typeof i4$2.RouterModule], [typeof ChangePasswordForm, typeof AppChangePasswordPage]>;
|
|
11008
11533
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppChangePasswordModule>;
|
|
11009
11534
|
}
|
|
11010
11535
|
|
|
@@ -11066,13 +11591,13 @@ declare class AppInstallUpgradeCard implements OnInit, OnDestroy {
|
|
|
11066
11591
|
|
|
11067
11592
|
declare class AppInstallUpgradeCardModule {
|
|
11068
11593
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppInstallUpgradeCardModule, never>;
|
|
11069
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppInstallUpgradeCardModule, [typeof AppInstallUpgradeCard], [typeof SharedModule
|
|
11594
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppInstallUpgradeCardModule, [typeof AppInstallUpgradeCard], [typeof SharedModule], [typeof AppInstallUpgradeCard]>;
|
|
11070
11595
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppInstallUpgradeCardModule>;
|
|
11071
11596
|
}
|
|
11072
11597
|
|
|
11073
11598
|
declare class AppAccountModule {
|
|
11074
11599
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppAccountModule, never>;
|
|
11075
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAccountModule, [typeof AccountPage, typeof UserTokenTable, typeof NewTokenForm, typeof NewTokenModal], [typeof i2$1.CommonModule, typeof SharedModule, typeof
|
|
11600
|
+
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]>;
|
|
11076
11601
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppAccountModule>;
|
|
11077
11602
|
}
|
|
11078
11603
|
|
|
@@ -11147,7 +11672,7 @@ declare class RegisterConfirmPage implements OnDestroy {
|
|
|
11147
11672
|
|
|
11148
11673
|
declare class AppRegisterModule {
|
|
11149
11674
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppRegisterModule, never>;
|
|
11150
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppRegisterModule, [typeof RegisterForm, typeof RegisterModal, typeof RegisterConfirmPage], [typeof SharedModule, typeof
|
|
11675
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppRegisterModule, [typeof RegisterForm, typeof RegisterModal, typeof RegisterConfirmPage], [typeof SharedModule, typeof i4$2.RouterModule], [typeof RegisterForm, typeof RegisterModal, typeof RegisterConfirmPage]>;
|
|
11151
11676
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppRegisterModule>;
|
|
11152
11677
|
}
|
|
11153
11678
|
|
|
@@ -11242,13 +11767,13 @@ declare class AppUsernameForm extends AppForm<{
|
|
|
11242
11767
|
|
|
11243
11768
|
declare class AppUsernameFormModule {
|
|
11244
11769
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppUsernameFormModule, never>;
|
|
11245
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppUsernameFormModule, [typeof AppUsernameForm], [typeof SharedModule
|
|
11770
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppUsernameFormModule, [typeof AppUsernameForm], [typeof SharedModule], [typeof AppUsernameForm]>;
|
|
11246
11771
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppUsernameFormModule>;
|
|
11247
11772
|
}
|
|
11248
11773
|
|
|
11249
11774
|
declare class AppAuthModule {
|
|
11250
11775
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppAuthModule, never>;
|
|
11251
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAuthModule, [typeof AppAuthForm, typeof AppAuthModal, typeof AppResetPasswordModal], [typeof SharedModule, typeof
|
|
11776
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAuthModule, [typeof AppAuthForm, typeof AppAuthModal, typeof AppResetPasswordModal], [typeof SharedModule, typeof AppRegisterModule, typeof AppUsernameFormModule], [typeof AppAuthForm, typeof AppAuthModal, typeof AppResetPasswordModal]>;
|
|
11252
11777
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppAuthModule>;
|
|
11253
11778
|
}
|
|
11254
11779
|
|
|
@@ -11391,6 +11916,7 @@ declare class MessageFilter extends EntityFilter<MessageFilter, Message> {
|
|
|
11391
11916
|
interface IUserController {
|
|
11392
11917
|
openSelectUsersModal(opts?: any): Promise<Person[] | undefined>;
|
|
11393
11918
|
}
|
|
11919
|
+
declare const USER_CONTROLLER: InjectionToken<IUserController>;
|
|
11394
11920
|
|
|
11395
11921
|
interface MessageModalOptions {
|
|
11396
11922
|
debug?: boolean;
|
|
@@ -11399,6 +11925,7 @@ interface MessageModalOptions {
|
|
|
11399
11925
|
data?: Message;
|
|
11400
11926
|
canSelectType?: boolean;
|
|
11401
11927
|
canRecipientFilter?: boolean;
|
|
11928
|
+
canSearchRecipients?: boolean;
|
|
11402
11929
|
recipientFilterCount?: number;
|
|
11403
11930
|
}
|
|
11404
11931
|
declare class MessageModal implements OnInit, AfterViewInit, MessageModalOptions {
|
|
@@ -11414,6 +11941,7 @@ declare class MessageModal implements OnInit, AfterViewInit, MessageModalOptions
|
|
|
11414
11941
|
data: Message;
|
|
11415
11942
|
canSelectType: boolean;
|
|
11416
11943
|
canRecipientFilter: boolean;
|
|
11944
|
+
canSearchRecipients: boolean;
|
|
11417
11945
|
recipientFilterCount: number;
|
|
11418
11946
|
private form;
|
|
11419
11947
|
constructor(settings: LocalSettingsService, viewCtrl: ModalController, accountService: AccountService, cd: ChangeDetectorRef, userController: IUserController);
|
|
@@ -11430,16 +11958,15 @@ declare class MessageModal implements OnInit, AfterViewInit, MessageModalOptions
|
|
|
11430
11958
|
emitEvent?: boolean;
|
|
11431
11959
|
}): void;
|
|
11432
11960
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageModal, [null, null, null, null, { optional: true; }]>;
|
|
11433
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MessageModal, "app-message-modal", never, { "debug": { "alias": "debug"; "required": false; }; "title": { "alias": "title"; "required": false; }; "suggestFn": { "alias": "suggestFn"; "required": false; }; "data": { "alias": "data"; "required": false; }; "canSelectType": { "alias": "canSelectType"; "required": false; }; "canRecipientFilter": { "alias": "canRecipientFilter"; "required": false; }; "recipientFilterCount": { "alias": "recipientFilterCount"; "required": false; }; }, {}, never, never, false, never>;
|
|
11961
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageModal, "app-message-modal", never, { "debug": { "alias": "debug"; "required": false; }; "title": { "alias": "title"; "required": false; }; "suggestFn": { "alias": "suggestFn"; "required": false; }; "data": { "alias": "data"; "required": false; }; "canSelectType": { "alias": "canSelectType"; "required": false; }; "canRecipientFilter": { "alias": "canRecipientFilter"; "required": false; }; "canSearchRecipients": { "alias": "canSearchRecipients"; "required": false; }; "recipientFilterCount": { "alias": "recipientFilterCount"; "required": false; }; }, {}, never, never, false, never>;
|
|
11434
11962
|
}
|
|
11435
11963
|
|
|
11436
11964
|
declare class MessageService extends BaseGraphqlService<Message, MessageFilter> {
|
|
11437
|
-
protected graphql: GraphqlService;
|
|
11438
11965
|
protected translate: TranslateService;
|
|
11439
11966
|
protected modalCtrl: ModalController;
|
|
11440
11967
|
protected toastController: ToastController;
|
|
11441
11968
|
protected environment: Environment;
|
|
11442
|
-
constructor(
|
|
11969
|
+
constructor(translate: TranslateService, modalCtrl: ModalController, toastController: ToastController, environment: Environment);
|
|
11443
11970
|
/**
|
|
11444
11971
|
* Send a message to recipient(s)
|
|
11445
11972
|
*
|
|
@@ -11465,7 +11992,7 @@ declare class MessageService extends BaseGraphqlService<Message, MessageFilter>
|
|
|
11465
11992
|
toEntity?: boolean;
|
|
11466
11993
|
}): Promise<Message>;
|
|
11467
11994
|
protected showToast(opts: ShowToastOptions): Promise<_ionic_core.OverlayEventDetail<any>>;
|
|
11468
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, [null, null, null,
|
|
11995
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, [null, null, null, { optional: true; }]>;
|
|
11469
11996
|
static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
|
|
11470
11997
|
}
|
|
11471
11998
|
|
|
@@ -11828,7 +12355,6 @@ interface IUserEventService<E extends IUserEvent<E, ID>, F extends IUserEventFil
|
|
|
11828
12355
|
resetCount(): any;
|
|
11829
12356
|
}
|
|
11830
12357
|
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 {
|
|
11831
|
-
protected graphql: GraphqlService;
|
|
11832
12358
|
protected accountService: AccountService;
|
|
11833
12359
|
protected network: NetworkService;
|
|
11834
12360
|
protected translate: TranslateService;
|
|
@@ -11843,7 +12369,7 @@ declare abstract class AbstractUserEventService<E extends IUserEvent<E, ID, any>
|
|
|
11843
12369
|
private _subscriptions;
|
|
11844
12370
|
private _listenSubscription;
|
|
11845
12371
|
get countSubject(): Observable<number>;
|
|
11846
|
-
protected constructor(
|
|
12372
|
+
protected constructor(accountService: AccountService, network: NetworkService, translate: TranslateService, options: UserEventServiceOptions<Q, M, S>);
|
|
11847
12373
|
protected ngOnStart(): Promise<void>;
|
|
11848
12374
|
ngOnDestroy(): void;
|
|
11849
12375
|
abstract asFilter(filter: Partial<F>): F;
|
|
@@ -12023,7 +12549,7 @@ declare class UserEventNotificationModal<E extends IUserEvent<any> = IUserEvent<
|
|
|
12023
12549
|
|
|
12024
12550
|
declare class UserEventModule {
|
|
12025
12551
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserEventModule, never>;
|
|
12026
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UserEventModule, [typeof UserEventNotificationIcon, typeof UserEventNotificationList, typeof UserEventNotificationModal], [typeof i2$1.CommonModule, typeof SharedModule, typeof AppIconModule, typeof RxStateModule, typeof
|
|
12552
|
+
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]>;
|
|
12027
12553
|
static ɵinj: i0.ɵɵInjectorDeclaration<UserEventModule>;
|
|
12028
12554
|
}
|
|
12029
12555
|
|
|
@@ -12076,13 +12602,13 @@ declare class FeedDirective implements AfterViewInit, OnDestroy {
|
|
|
12076
12602
|
|
|
12077
12603
|
declare class FeedModule {
|
|
12078
12604
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeedModule, never>;
|
|
12079
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedModule, [typeof FeedsComponent, typeof FeedPage, typeof FeedDirective], [typeof SharedModule, typeof
|
|
12605
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedModule, [typeof FeedsComponent, typeof FeedPage, typeof FeedDirective], [typeof SharedModule, typeof SharedDebugModule, typeof SharedMarkdownModule], [typeof FeedsComponent, typeof FeedPage, typeof FeedDirective]>;
|
|
12080
12606
|
static ɵinj: i0.ɵɵInjectorDeclaration<FeedModule>;
|
|
12081
12607
|
}
|
|
12082
12608
|
|
|
12083
12609
|
declare class AppHomePageModule {
|
|
12084
12610
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppHomePageModule, never>;
|
|
12085
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppHomePageModule, [typeof HomePage], [typeof SharedModule, typeof
|
|
12611
|
+
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]>;
|
|
12086
12612
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppHomePageModule>;
|
|
12087
12613
|
}
|
|
12088
12614
|
|
|
@@ -12093,6 +12619,8 @@ declare class AboutModal implements OnInit, OnDestroy {
|
|
|
12093
12619
|
protected modalController: ModalController;
|
|
12094
12620
|
protected configService: ConfigService;
|
|
12095
12621
|
protected networkService: NetworkService;
|
|
12622
|
+
protected platformService: PlatformService;
|
|
12623
|
+
protected http: HttpClient;
|
|
12096
12624
|
protected cd: ChangeDetectorRef;
|
|
12097
12625
|
protected environment: any;
|
|
12098
12626
|
developers: Partial<Department>[];
|
|
@@ -12106,24 +12634,27 @@ declare class AboutModal implements OnInit, OnDestroy {
|
|
|
12106
12634
|
protected reportIssueUrl: string;
|
|
12107
12635
|
protected forumUrl: string;
|
|
12108
12636
|
protected helpUrl: string;
|
|
12637
|
+
protected changelogUrl: string;
|
|
12109
12638
|
protected showVersionDetails: boolean;
|
|
12110
12639
|
protected nodeInfo: NodeInfo;
|
|
12111
12640
|
protected buildDate: string;
|
|
12112
12641
|
protected get allowVersionDetails(): boolean;
|
|
12113
|
-
constructor(translate: TranslateService, modalController: ModalController, configService: ConfigService, networkService: NetworkService, cd: ChangeDetectorRef, environment: any, developers: Partial<Department>[], partners: Partial<Department>[]);
|
|
12642
|
+
constructor(translate: TranslateService, modalController: ModalController, configService: ConfigService, networkService: NetworkService, platformService: PlatformService, http: HttpClient, cd: ChangeDetectorRef, environment: any, developers: Partial<Department>[], partners: Partial<Department>[]);
|
|
12114
12643
|
ngOnInit(): void;
|
|
12115
12644
|
ngOnDestroy(): void;
|
|
12116
12645
|
close(): Promise<void>;
|
|
12117
12646
|
protected setConfig(config?: Configuration): void;
|
|
12647
|
+
protected getChangelogUrl(config?: Configuration): any;
|
|
12648
|
+
protected openChangelog(event: Event): Promise<void | _ionic_core.OverlayEventDetail<any>>;
|
|
12118
12649
|
protected loadNodeInfo(): Promise<void>;
|
|
12119
12650
|
protected getNodeInfo(): Promise<NodeInfo>;
|
|
12120
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AboutModal, [null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
12651
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AboutModal, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
12121
12652
|
static ɵcmp: i0.ɵɵComponentDeclaration<AboutModal, "app-about-modal", never, {}, {}, never, never, false, never>;
|
|
12122
12653
|
}
|
|
12123
12654
|
|
|
12124
12655
|
declare class AppAboutModalModule {
|
|
12125
12656
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppAboutModalModule, never>;
|
|
12126
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAboutModalModule, [typeof AboutModal], [typeof SharedModule, typeof i3$1.IonicModule, typeof
|
|
12657
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppAboutModalModule, [typeof AboutModal], [typeof SharedModule, typeof i3$1.IonicModule, typeof i11$1.MarkdownModule], [typeof AboutModal]>;
|
|
12127
12658
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppAboutModalModule>;
|
|
12128
12659
|
}
|
|
12129
12660
|
|
|
@@ -12176,8 +12707,9 @@ declare class SettingsPage extends AppForm<LocalSettings> implements OnInit, OnD
|
|
|
12176
12707
|
save(event?: Event, options?: any): Promise<boolean>;
|
|
12177
12708
|
setAccountInheritance(enable: boolean, opts?: {
|
|
12178
12709
|
emitEvent?: boolean;
|
|
12710
|
+
updateInheritanceValues?: boolean;
|
|
12179
12711
|
}): void;
|
|
12180
|
-
showSelectPeerModal(opts?: Partial<ISelectPeerModalOptions>): Promise<void>;
|
|
12712
|
+
showSelectPeerModal(event?: Event, opts?: Partial<ISelectPeerModalOptions>): Promise<void>;
|
|
12181
12713
|
protected setForceOffline(value: boolean): void;
|
|
12182
12714
|
cancel(event?: Event): Promise<void>;
|
|
12183
12715
|
close(_?: Event): Promise<boolean>;
|
|
@@ -12214,13 +12746,13 @@ declare class SettingsPage extends AppForm<LocalSettings> implements OnInit, OnD
|
|
|
12214
12746
|
|
|
12215
12747
|
declare class AppSettingsPageModule {
|
|
12216
12748
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppSettingsPageModule, never>;
|
|
12217
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppSettingsPageModule, [typeof SettingsPage], [typeof SharedModule, typeof AppFormButtonsBarModule, typeof
|
|
12749
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppSettingsPageModule, [typeof SettingsPage], [typeof SharedModule, typeof AppFormButtonsBarModule, typeof AppPropertiesFormModule, typeof i1.RxPush], [typeof SettingsPage]>;
|
|
12218
12750
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppSettingsPageModule>;
|
|
12219
12751
|
}
|
|
12220
12752
|
|
|
12221
12753
|
declare class AppTextPopoverModule {
|
|
12222
12754
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppTextPopoverModule, never>;
|
|
12223
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTextPopoverModule, [typeof TextPopover], [typeof SharedModule, typeof AppTextFormModule, typeof
|
|
12755
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppTextPopoverModule, [typeof TextPopover], [typeof SharedModule, typeof AppTextFormModule, typeof i4$1.TranslatePipe], [typeof TextPopover]>;
|
|
12224
12756
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppTextPopoverModule>;
|
|
12225
12757
|
}
|
|
12226
12758
|
|
|
@@ -12295,7 +12827,7 @@ declare class CorePipesModule {
|
|
|
12295
12827
|
|
|
12296
12828
|
declare class AppSelectPeerModule {
|
|
12297
12829
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppSelectPeerModule, never>;
|
|
12298
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppSelectPeerModule, [typeof SelectPeerModal], [typeof SharedModule, typeof
|
|
12830
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppSelectPeerModule, [typeof SelectPeerModal], [typeof SharedModule, typeof AppTextPopoverModule, typeof CorePipesModule, typeof i5.FormsModule], [typeof SelectPeerModal]>;
|
|
12299
12831
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppSelectPeerModule>;
|
|
12300
12832
|
}
|
|
12301
12833
|
|
|
@@ -12312,7 +12844,7 @@ declare class EntityMetadataComponent {
|
|
|
12312
12844
|
|
|
12313
12845
|
declare class AppEntityFormModule {
|
|
12314
12846
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppEntityFormModule, never>;
|
|
12315
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppEntityFormModule, [typeof EntityMetadataComponent], [typeof SharedModule, typeof i3$
|
|
12847
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppEntityFormModule, [typeof EntityMetadataComponent], [typeof SharedModule, typeof i3$3.NgxJdenticonModule, typeof CorePipesModule], [typeof EntityMetadataComponent]>;
|
|
12316
12848
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppEntityFormModule>;
|
|
12317
12849
|
}
|
|
12318
12850
|
|
|
@@ -12391,13 +12923,13 @@ declare class AppListForm<T = any> extends AppForm<T[]> implements OnInit {
|
|
|
12391
12923
|
|
|
12392
12924
|
declare class AppListFormModule {
|
|
12393
12925
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppListFormModule, never>;
|
|
12394
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppListFormModule, [typeof AppListForm], [typeof SharedModule
|
|
12926
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppListFormModule, [typeof AppListForm], [typeof SharedModule], [typeof AppListForm]>;
|
|
12395
12927
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppListFormModule>;
|
|
12396
12928
|
}
|
|
12397
12929
|
|
|
12398
12930
|
declare class AppFormModule {
|
|
12399
12931
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppFormModule, never>;
|
|
12400
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppFormModule, never, [typeof SharedModule, typeof
|
|
12932
|
+
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]>;
|
|
12401
12933
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppFormModule>;
|
|
12402
12934
|
}
|
|
12403
12935
|
|
|
@@ -12413,14 +12945,72 @@ declare class AppUpdateOfflineModeCard implements OnDestroy {
|
|
|
12413
12945
|
|
|
12414
12946
|
declare class AppUpdateOfflineModeCardModule {
|
|
12415
12947
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppUpdateOfflineModeCardModule, never>;
|
|
12416
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppUpdateOfflineModeCardModule, [typeof AppUpdateOfflineModeCard], [typeof SharedModule
|
|
12948
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppUpdateOfflineModeCardModule, [typeof AppUpdateOfflineModeCard], [typeof SharedModule], [typeof AppUpdateOfflineModeCard]>;
|
|
12417
12949
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppUpdateOfflineModeCardModule>;
|
|
12418
12950
|
}
|
|
12419
12951
|
|
|
12952
|
+
interface IconEntry {
|
|
12953
|
+
name: string;
|
|
12954
|
+
label: string;
|
|
12955
|
+
keywords: string[];
|
|
12956
|
+
}
|
|
12957
|
+
|
|
12958
|
+
declare class AppIconSelectorModal {
|
|
12959
|
+
title: string;
|
|
12960
|
+
protected readonly ionicTabIndex = 0;
|
|
12961
|
+
protected readonly materialTabIndex = 1;
|
|
12962
|
+
protected searchText: string;
|
|
12963
|
+
protected ionicFiltered: IconEntry[];
|
|
12964
|
+
protected materialFiltered: IconEntry[];
|
|
12965
|
+
protected selectedIndex: number;
|
|
12966
|
+
protected loading: boolean;
|
|
12967
|
+
private searchSubject;
|
|
12968
|
+
private iconService;
|
|
12969
|
+
private viewCtrl;
|
|
12970
|
+
private cdr;
|
|
12971
|
+
constructor();
|
|
12972
|
+
private loadIcons;
|
|
12973
|
+
onSearchChange(value: string): void;
|
|
12974
|
+
selectIcon(entry: IconEntry, origin: 'ionic' | 'material'): void;
|
|
12975
|
+
cancel(): void;
|
|
12976
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppIconSelectorModal, never>;
|
|
12977
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppIconSelectorModal, "app-icon-selector-modal", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
|
|
12978
|
+
}
|
|
12979
|
+
|
|
12980
|
+
declare class AppIconSelectorField implements OnInit, ControlValueAccessor {
|
|
12981
|
+
private _onChange;
|
|
12982
|
+
private _onTouched;
|
|
12983
|
+
private modalCtrl;
|
|
12984
|
+
private formGroupDir;
|
|
12985
|
+
protected value: IconRef | null;
|
|
12986
|
+
disabled: boolean;
|
|
12987
|
+
formControl: UntypedFormControl;
|
|
12988
|
+
formControlName: string;
|
|
12989
|
+
placeholder: string;
|
|
12990
|
+
floatLabel: AppFloatLabelType;
|
|
12991
|
+
appearance: MatFormFieldAppearance;
|
|
12992
|
+
subscriptSizing: SubscriptSizing;
|
|
12993
|
+
ngOnInit(): void;
|
|
12994
|
+
writeValue(obj: IconRef | null): void;
|
|
12995
|
+
registerOnChange(fn: (value: IconRef | null) => void): void;
|
|
12996
|
+
registerOnTouched(fn: () => void): void;
|
|
12997
|
+
setDisabledState(isDisabled: boolean): void;
|
|
12998
|
+
openSelector(): Promise<void>;
|
|
12999
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppIconSelectorField, never>;
|
|
13000
|
+
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>;
|
|
13001
|
+
static ngAcceptInputType_disabled: unknown;
|
|
13002
|
+
}
|
|
13003
|
+
|
|
13004
|
+
declare class AppIconSelectorModule {
|
|
13005
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppIconSelectorModule, never>;
|
|
13006
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppIconSelectorModule, [typeof AppIconSelectorModal, typeof AppIconSelectorField], [typeof SharedModule, typeof AppIconModule, typeof i5.FormsModule], [typeof AppIconSelectorModal, typeof AppIconSelectorField, typeof AppIconModule]>;
|
|
13007
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AppIconSelectorModule>;
|
|
13008
|
+
}
|
|
13009
|
+
|
|
12420
13010
|
declare class CoreModule {
|
|
12421
13011
|
static forRoot(): ModuleWithProviders<CoreModule>;
|
|
12422
13012
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
12423
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof SharedModule, typeof
|
|
13013
|
+
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]>;
|
|
12424
13014
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
|
|
12425
13015
|
}
|
|
12426
13016
|
|
|
@@ -12464,6 +13054,7 @@ declare const CORE_CONFIG_OPTIONS: Readonly<{
|
|
|
12464
13054
|
HELP_URL: FormFieldDefinition;
|
|
12465
13055
|
FORUM_URL: FormFieldDefinition;
|
|
12466
13056
|
REPORT_ISSUE_URL: FormFieldDefinition;
|
|
13057
|
+
CHANGELOG_URL: FormFieldDefinition;
|
|
12467
13058
|
PRIVACY_POLICY_URL: FormFieldDefinition;
|
|
12468
13059
|
TERMS_OF_USE_URL: FormFieldDefinition;
|
|
12469
13060
|
LOGO_LARGE: FormFieldDefinition;
|
|
@@ -12630,7 +13221,10 @@ declare abstract class AppEntityEditor<T extends Entity<T, ID>, S extends IEntit
|
|
|
12630
13221
|
* Save data (if dirty and valid), and return it. Otherwise, return nil value.
|
|
12631
13222
|
*/
|
|
12632
13223
|
saveAndGetDataIfValid(): Promise<T | undefined>;
|
|
12633
|
-
delete(event?: Event, opts?: DO
|
|
13224
|
+
delete(event?: Event, opts?: DO & {
|
|
13225
|
+
backdropDismiss?: boolean;
|
|
13226
|
+
keyboardClose?: boolean;
|
|
13227
|
+
}): Promise<boolean>;
|
|
12634
13228
|
reload(): Promise<void>;
|
|
12635
13229
|
unload(opts?: {
|
|
12636
13230
|
emitEvent?: boolean;
|
|
@@ -12749,10 +13343,9 @@ interface IJobProgressionService {
|
|
|
12749
13343
|
}): Observable<JobProgression>;
|
|
12750
13344
|
}
|
|
12751
13345
|
declare class JobProgressionService extends BaseGraphqlService<JobProgression> implements IJobProgressionService {
|
|
12752
|
-
protected graphql: GraphqlService;
|
|
12753
13346
|
protected environment: Environment;
|
|
12754
13347
|
private jobsSubject;
|
|
12755
|
-
constructor(
|
|
13348
|
+
constructor(environment: Environment);
|
|
12756
13349
|
watchAll(): Observable<JobProgression[]>;
|
|
12757
13350
|
addJob(id: number, job?: JobProgression): void;
|
|
12758
13351
|
removeJob(id: number): void;
|
|
@@ -12760,7 +13353,7 @@ declare class JobProgressionService extends BaseGraphqlService<JobProgression> i
|
|
|
12760
13353
|
interval?: number;
|
|
12761
13354
|
fetchPolicy?: FetchPolicy;
|
|
12762
13355
|
}): Observable<JobProgression>;
|
|
12763
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<JobProgressionService, [
|
|
13356
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<JobProgressionService, [{ optional: true; }]>;
|
|
12764
13357
|
static ɵprov: i0.ɵɵInjectableDeclaration<JobProgressionService>;
|
|
12765
13358
|
}
|
|
12766
13359
|
|
|
@@ -12856,7 +13449,7 @@ declare class JobProgressionComponent extends RxState<JobProgressionState> imple
|
|
|
12856
13449
|
|
|
12857
13450
|
declare class JobModule {
|
|
12858
13451
|
static ɵfac: i0.ɵɵFactoryDeclaration<JobModule, never>;
|
|
12859
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<JobModule, [typeof JobProgressionIcon, typeof JobProgressionList, typeof JobProgressionComponent], [typeof i2$1.CommonModule, typeof SharedModule
|
|
13452
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<JobModule, [typeof JobProgressionIcon, typeof JobProgressionList, typeof JobProgressionComponent], [typeof i2$1.CommonModule, typeof SharedModule], [typeof JobProgressionIcon, typeof JobProgressionList, typeof JobProgressionComponent]>;
|
|
12860
13453
|
static ɵinj: i0.ɵɵInjectorDeclaration<JobModule>;
|
|
12861
13454
|
}
|
|
12862
13455
|
|
|
@@ -12893,7 +13486,7 @@ declare class MessageForm extends AppForm<Message> implements OnInit {
|
|
|
12893
13486
|
|
|
12894
13487
|
declare class MessageModule {
|
|
12895
13488
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageModule, never>;
|
|
12896
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, [typeof MessageModal, typeof MessageForm], [typeof i2$1.CommonModule, typeof CoreModule, typeof SharedModule, typeof i12$
|
|
13489
|
+
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]>;
|
|
12897
13490
|
static ɵinj: i0.ɵɵInjectorDeclaration<MessageModule>;
|
|
12898
13491
|
}
|
|
12899
13492
|
|
|
@@ -12947,7 +13540,7 @@ declare abstract class AbstractPersonService<E extends Person<E> = Person<any>,
|
|
|
12947
13540
|
protected options: O;
|
|
12948
13541
|
protected network: NetworkService;
|
|
12949
13542
|
protected entities: EntitiesStorage;
|
|
12950
|
-
protected constructor(
|
|
13543
|
+
protected constructor(dataType: new () => E, filterType: new () => F, options: O);
|
|
12951
13544
|
loadAll(offset: number, size: number, sortBy?: keyof E | string, sortDirection?: SortDirection, filter?: Partial<F>, opts?: EntitiesServiceLoadOptions & {
|
|
12952
13545
|
debug?: boolean;
|
|
12953
13546
|
}): Promise<LoadResult<E>>;
|
|
@@ -12967,9 +13560,9 @@ declare const PersonFragments: {
|
|
|
12967
13560
|
personFilter: apollo_angular.TypedDocumentNode<unknown, unknown>;
|
|
12968
13561
|
};
|
|
12969
13562
|
declare class PersonService extends AbstractPersonService<Person, PersonFilter> implements IPersonService {
|
|
12970
|
-
constructor(
|
|
13563
|
+
constructor(options?: PersonServiceOptions);
|
|
12971
13564
|
protected asObject(source: Person | any): any;
|
|
12972
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PersonService, [
|
|
13565
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PersonService, [{ optional: true; }]>;
|
|
12973
13566
|
static ɵprov: i0.ɵɵInjectableDeclaration<PersonService>;
|
|
12974
13567
|
}
|
|
12975
13568
|
declare function providePersonService(): Provider;
|
|
@@ -13038,6 +13631,7 @@ declare class UsersPage extends AppTable<Person, PersonFilter> implements OnInit
|
|
|
13038
13631
|
exportToCsv(event: Event): Promise<void>;
|
|
13039
13632
|
protected devToggleDebug(): Promise<void>;
|
|
13040
13633
|
getDisplayValueFn: typeof FormFieldDefinitionUtils.getDisplayValueFn;
|
|
13634
|
+
protected readonly isNotNilOrBlank: typeof isNotNilOrBlank;
|
|
13041
13635
|
static ɵfac: i0.ɵɵFactoryDeclaration<UsersPage, never>;
|
|
13042
13636
|
static ɵcmp: i0.ɵɵComponentDeclaration<UsersPage, "app-users-table", never, { "showSelectColumn": { "alias": "showSelectColumn"; "required": false; }; "showIdColumn": { "alias": "showIdColumn"; "required": false; }; "showUsernameColumn": { "alias": "showUsernameColumn"; "required": false; }; "showUsernameExtranetColumn": { "alias": "showUsernameExtranetColumn"; "required": false; }; "showEmailColumn": { "alias": "showEmailColumn"; "required": false; }; "showPubkeyColumn": { "alias": "showPubkeyColumn"; "required": false; }; "showCreationDateColumn": { "alias": "showCreationDateColumn"; "required": false; }; "showUpdateDateColumn": { "alias": "showUpdateDateColumn"; "required": false; }; "title": { "alias": "title"; "required": false; }; "canSendMessage": { "alias": "canSendMessage"; "required": false; }; "canEdit": { "alias": "canEdit"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "usePageSettings": { "alias": "usePageSettings"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "stickyEnd": { "alias": "stickyEnd"; "required": false; }; "canDownload": { "alias": "canDownload"; "required": false; }; "inModal": { "alias": "inModal"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "showPaginator": { "alias": "showPaginator"; "required": false; }; }, {}, never, never, false, never>;
|
|
13043
13637
|
static ngAcceptInputType_canSendMessage: unknown;
|
|
@@ -13129,7 +13723,7 @@ declare class AppSelectUsersModal implements OnInit, AfterViewInit, AppSelectUse
|
|
|
13129
13723
|
|
|
13130
13724
|
declare class AdminUsersModule {
|
|
13131
13725
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminUsersModule, never>;
|
|
13132
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminUsersModule, [typeof UsersPage, typeof AppSelectUsersModal], [typeof
|
|
13726
|
+
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]>;
|
|
13133
13727
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdminUsersModule>;
|
|
13134
13728
|
}
|
|
13135
13729
|
|
|
@@ -13142,7 +13736,7 @@ declare class AdminModule {
|
|
|
13142
13736
|
|
|
13143
13737
|
declare class AdminRoutingModule {
|
|
13144
13738
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminRoutingModule, never>;
|
|
13145
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminRoutingModule, never, [typeof SharedRoutingModule, typeof AdminModule, typeof
|
|
13739
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminRoutingModule, never, [typeof SharedRoutingModule, typeof AdminModule, typeof i4$2.RouterModule], [typeof i4$2.RouterModule]>;
|
|
13146
13740
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdminRoutingModule>;
|
|
13147
13741
|
}
|
|
13148
13742
|
|
|
@@ -13466,7 +14060,7 @@ declare class MaskitoTestPage {
|
|
|
13466
14060
|
declare const SHARED_MATERIAL_TESTING_PAGES: TestingPage[];
|
|
13467
14061
|
declare class MaterialTestingModule {
|
|
13468
14062
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialTestingModule, never>;
|
|
13469
|
-
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
|
|
14063
|
+
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]>;
|
|
13470
14064
|
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialTestingModule>;
|
|
13471
14065
|
}
|
|
13472
14066
|
|
|
@@ -13485,7 +14079,7 @@ declare class ToastTestingPage {
|
|
|
13485
14079
|
|
|
13486
14080
|
declare class ToastTestingModule {
|
|
13487
14081
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastTestingModule, never>;
|
|
13488
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastTestingModule, [typeof ToastTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
14082
|
+
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]>;
|
|
13489
14083
|
static ɵinj: i0.ɵɵInjectorDeclaration<ToastTestingModule>;
|
|
13490
14084
|
}
|
|
13491
14085
|
|
|
@@ -13508,7 +14102,7 @@ declare class UploadFileTestingPage {
|
|
|
13508
14102
|
|
|
13509
14103
|
declare class UploadFileTestingModule {
|
|
13510
14104
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadFileTestingModule, never>;
|
|
13511
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UploadFileTestingModule, [typeof UploadFileTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
14105
|
+
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]>;
|
|
13512
14106
|
static ɵinj: i0.ɵɵInjectorDeclaration<UploadFileTestingModule>;
|
|
13513
14107
|
}
|
|
13514
14108
|
|
|
@@ -13549,19 +14143,26 @@ declare class ImageAttachmentFilter extends EntityFilter<ImageAttachmentFilter,
|
|
|
13549
14143
|
|
|
13550
14144
|
declare class GalleryTestPage implements OnInit, OnDestroy {
|
|
13551
14145
|
protected dataService: ImageAttachmentService;
|
|
14146
|
+
protected route: ActivatedRoute;
|
|
13552
14147
|
private _subscription;
|
|
13553
14148
|
readonly dataSource: EntitiesTableDataSource<ImageAttachment$1, ImageAttachmentFilter>;
|
|
13554
|
-
|
|
14149
|
+
protected slideshowMode: ImageGallerySlideshowMode;
|
|
14150
|
+
protected enableSlideshowLoop: boolean;
|
|
14151
|
+
protected debug: boolean;
|
|
14152
|
+
constructor(dataService: ImageAttachmentService, route: ActivatedRoute);
|
|
13555
14153
|
ngOnInit(): void;
|
|
13556
14154
|
ngOnDestroy(): void;
|
|
13557
14155
|
save(): void;
|
|
14156
|
+
toggleZoomPresentation(): void;
|
|
14157
|
+
toggleSlideshowLoop(): void;
|
|
14158
|
+
toggleDebug(): void;
|
|
13558
14159
|
static ɵfac: i0.ɵɵFactoryDeclaration<GalleryTestPage, never>;
|
|
13559
14160
|
static ɵcmp: i0.ɵɵComponentDeclaration<GalleryTestPage, "app-gallery-test-page", never, {}, {}, never, never, false, never>;
|
|
13560
14161
|
}
|
|
13561
14162
|
|
|
13562
14163
|
declare class ImageGalleryTestingModule {
|
|
13563
14164
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageGalleryTestingModule, never>;
|
|
13564
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ImageGalleryTestingModule, [typeof GalleryTestPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof ImageGalleryModule, typeof
|
|
14165
|
+
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]>;
|
|
13565
14166
|
static ɵinj: i0.ɵɵInjectorDeclaration<ImageGalleryTestingModule>;
|
|
13566
14167
|
}
|
|
13567
14168
|
|
|
@@ -13579,14 +14180,14 @@ declare class AudioTestingPage {
|
|
|
13579
14180
|
|
|
13580
14181
|
declare class AudioTestingModule {
|
|
13581
14182
|
static ɵfac: i0.ɵɵFactoryDeclaration<AudioTestingModule, never>;
|
|
13582
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AudioTestingModule, [typeof AudioTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
14183
|
+
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]>;
|
|
13583
14184
|
static ɵinj: i0.ɵɵInjectorDeclaration<AudioTestingModule>;
|
|
13584
14185
|
}
|
|
13585
14186
|
|
|
13586
14187
|
declare const SHARED_STORAGE_TESTING_PAGES: TestingPage[];
|
|
13587
14188
|
declare class StorageExplorerTestingModule {
|
|
13588
14189
|
static ɵfac: i0.ɵɵFactoryDeclaration<StorageExplorerTestingModule, never>;
|
|
13589
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerTestingModule, never, [typeof i2$1.CommonModule, typeof
|
|
14190
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerTestingModule, never, [typeof i2$1.CommonModule, typeof i4$2.RouterModule], [typeof i4$2.RouterModule]>;
|
|
13590
14191
|
static ɵinj: i0.ɵɵInjectorDeclaration<StorageExplorerTestingModule>;
|
|
13591
14192
|
}
|
|
13592
14193
|
|
|
@@ -13647,7 +14248,7 @@ declare class OtherMenuTestingPage extends MenuTestingPage {
|
|
|
13647
14248
|
|
|
13648
14249
|
declare class MenuTestingModule {
|
|
13649
14250
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuTestingModule, never>;
|
|
13650
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuTestingModule, [typeof MenuTestingPage, typeof OtherMenuTestingPage], [typeof i2$1.CommonModule, typeof
|
|
14251
|
+
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]>;
|
|
13651
14252
|
static ɵinj: i0.ɵɵInjectorDeclaration<MenuTestingModule>;
|
|
13652
14253
|
}
|
|
13653
14254
|
|
|
@@ -13681,7 +14282,7 @@ declare class NamedFilterSelectorTestingPage implements OnDestroy {
|
|
|
13681
14282
|
|
|
13682
14283
|
declare class NamedFilterSelectorTestingModule {
|
|
13683
14284
|
static ɵfac: i0.ɵɵFactoryDeclaration<NamedFilterSelectorTestingModule, never>;
|
|
13684
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NamedFilterSelectorTestingModule, [typeof NamedFilterSelectorTestingPage], [typeof i2$1.CommonModule, typeof
|
|
14285
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NamedFilterSelectorTestingModule, [typeof NamedFilterSelectorTestingPage], [typeof i2$1.CommonModule, typeof i4$2.RouterModule, typeof SharedModule], [typeof i4$2.RouterModule, typeof NamedFilterSelectorTestingPage]>;
|
|
13685
14286
|
static ɵinj: i0.ɵɵInjectorDeclaration<NamedFilterSelectorTestingModule>;
|
|
13686
14287
|
}
|
|
13687
14288
|
|
|
@@ -13702,20 +14303,20 @@ declare class MarkdownTestPage {
|
|
|
13702
14303
|
|
|
13703
14304
|
declare class MarkdownTestingModule {
|
|
13704
14305
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownTestingModule, never>;
|
|
13705
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MarkdownTestingModule, [typeof MarkdownTestPage], [typeof i2$1.CommonModule, typeof
|
|
14306
|
+
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]>;
|
|
13706
14307
|
static ɵinj: i0.ɵɵInjectorDeclaration<MarkdownTestingModule>;
|
|
13707
14308
|
}
|
|
13708
14309
|
|
|
13709
14310
|
declare const SHARED_TESTING_PAGES: TestingPage[];
|
|
13710
14311
|
declare class SharedTestingModule {
|
|
13711
14312
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedTestingModule, never>;
|
|
13712
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedTestingModule, never, [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
14313
|
+
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]>;
|
|
13713
14314
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedTestingModule>;
|
|
13714
14315
|
}
|
|
13715
14316
|
|
|
13716
14317
|
declare class StorageExplorerTestingRoutingModule {
|
|
13717
14318
|
static ɵfac: i0.ɵɵFactoryDeclaration<StorageExplorerTestingRoutingModule, never>;
|
|
13718
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerTestingRoutingModule, never, [typeof i2$1.CommonModule, typeof
|
|
14319
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StorageExplorerTestingRoutingModule, never, [typeof i2$1.CommonModule, typeof i4$2.RouterModule, typeof StorageExplorerModule], [typeof i4$2.RouterModule]>;
|
|
13719
14320
|
static ɵinj: i0.ɵɵInjectorDeclaration<StorageExplorerTestingRoutingModule>;
|
|
13720
14321
|
}
|
|
13721
14322
|
|
|
@@ -13860,7 +14461,7 @@ declare class NestedTableTestPage extends AppAsyncTable<Referential, Referential
|
|
|
13860
14461
|
|
|
13861
14462
|
declare class TableTestingModule {
|
|
13862
14463
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableTestingModule, never>;
|
|
13863
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TableTestingModule, [typeof TableTestPage, typeof Table2TestPage, typeof NestedTableTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule, typeof
|
|
14464
|
+
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]>;
|
|
13864
14465
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableTestingModule>;
|
|
13865
14466
|
}
|
|
13866
14467
|
|
|
@@ -13882,7 +14483,7 @@ declare class TextFormTestingPage implements AfterViewInit {
|
|
|
13882
14483
|
|
|
13883
14484
|
declare class TextFormTestingModule {
|
|
13884
14485
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextFormTestingModule, never>;
|
|
13885
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextFormTestingModule, [typeof TextFormTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof SharedModule, typeof CoreModule, typeof
|
|
14486
|
+
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]>;
|
|
13886
14487
|
static ɵinj: i0.ɵɵInjectorDeclaration<TextFormTestingModule>;
|
|
13887
14488
|
}
|
|
13888
14489
|
|
|
@@ -13900,7 +14501,7 @@ declare class TextPopoverTestingPage {
|
|
|
13900
14501
|
|
|
13901
14502
|
declare class TextPopoverTestingModule {
|
|
13902
14503
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextPopoverTestingModule, never>;
|
|
13903
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextPopoverTestingModule, [typeof TextPopoverTestingPage], [typeof i2$1.CommonModule, typeof i3$1.IonicModule, typeof
|
|
14504
|
+
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]>;
|
|
13904
14505
|
static ɵinj: i0.ɵɵInjectorDeclaration<TextPopoverTestingModule>;
|
|
13905
14506
|
}
|
|
13906
14507
|
|
|
@@ -13921,7 +14522,7 @@ declare class PropertiesFormTestPage implements OnInit, AfterViewInit {
|
|
|
13921
14522
|
|
|
13922
14523
|
declare class PropertiesFormTestingModule {
|
|
13923
14524
|
static ɵfac: i0.ɵɵFactoryDeclaration<PropertiesFormTestingModule, never>;
|
|
13924
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PropertiesFormTestingModule, [typeof PropertiesFormTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule
|
|
14525
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PropertiesFormTestingModule, [typeof PropertiesFormTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule], [typeof i4$2.RouterModule, typeof PropertiesFormTestPage]>;
|
|
13925
14526
|
static ɵinj: i0.ɵɵInjectorDeclaration<PropertiesFormTestingModule>;
|
|
13926
14527
|
}
|
|
13927
14528
|
|
|
@@ -13949,14 +14550,36 @@ declare class ArrayFormTestPage extends AppForm<any> implements OnInit, OnDestro
|
|
|
13949
14550
|
|
|
13950
14551
|
declare class FormArrayTestModule {
|
|
13951
14552
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormArrayTestModule, never>;
|
|
13952
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormArrayTestModule, [typeof ArrayFormTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule
|
|
14553
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormArrayTestModule, [typeof ArrayFormTestPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof CoreModule], [typeof ArrayFormTestPage, typeof i4$2.RouterModule]>;
|
|
13953
14554
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormArrayTestModule>;
|
|
13954
14555
|
}
|
|
13955
14556
|
|
|
14557
|
+
declare class IconSelectorTestPage {
|
|
14558
|
+
protected formBuilder: UntypedFormBuilder;
|
|
14559
|
+
protected cd: ChangeDetectorRef;
|
|
14560
|
+
form: UntypedFormGroup;
|
|
14561
|
+
selectedIcon: IconRef | null;
|
|
14562
|
+
disabled: boolean;
|
|
14563
|
+
constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
|
|
14564
|
+
toggleDisabled(): void;
|
|
14565
|
+
stringify: {
|
|
14566
|
+
(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
|
|
14567
|
+
(value: any, replacer?: (number | string)[] | null, space?: string | number): string;
|
|
14568
|
+
};
|
|
14569
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconSelectorTestPage, never>;
|
|
14570
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconSelectorTestPage, "app-icon-selector-test", never, {}, {}, never, never, false, never>;
|
|
14571
|
+
}
|
|
14572
|
+
|
|
14573
|
+
declare class IconSelectorTestingModule {
|
|
14574
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconSelectorTestingModule, never>;
|
|
14575
|
+
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]>;
|
|
14576
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IconSelectorTestingModule>;
|
|
14577
|
+
}
|
|
14578
|
+
|
|
13956
14579
|
declare const CORE_TESTING_PAGES: TestingPage[];
|
|
13957
14580
|
declare class CoreTestingModule {
|
|
13958
14581
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreTestingModule, never>;
|
|
13959
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreTestingModule, never, [typeof i2$1.CommonModule, typeof
|
|
14582
|
+
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]>;
|
|
13960
14583
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreTestingModule>;
|
|
13961
14584
|
}
|
|
13962
14585
|
|
|
@@ -13992,7 +14615,7 @@ declare class JobProgressionTestingPage {
|
|
|
13992
14615
|
|
|
13993
14616
|
declare class JobTestingModule {
|
|
13994
14617
|
static ɵfac: i0.ɵɵFactoryDeclaration<JobTestingModule, never>;
|
|
13995
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<JobTestingModule, [typeof JobProgressionTestingPage], [typeof i2$1.CommonModule, typeof
|
|
14618
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<JobTestingModule, [typeof JobProgressionTestingPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof JobModule], [typeof JobProgressionTestingPage]>;
|
|
13996
14619
|
static ɵinj: i0.ɵɵInjectorDeclaration<JobTestingModule>;
|
|
13997
14620
|
}
|
|
13998
14621
|
|
|
@@ -14034,14 +14657,13 @@ declare class UserEventTestFilter extends EntityFilter<UserEventTestFilter, User
|
|
|
14034
14657
|
}
|
|
14035
14658
|
|
|
14036
14659
|
declare class UserEventTestService extends AbstractUserEventService<UserEventTest, UserEventTestFilter> {
|
|
14037
|
-
protected graphql: GraphqlService;
|
|
14038
14660
|
protected accountService: AccountService;
|
|
14039
14661
|
protected network: NetworkService;
|
|
14040
14662
|
protected translate: TranslateService;
|
|
14041
14663
|
protected environment: Environment;
|
|
14042
14664
|
private $userEvents;
|
|
14043
14665
|
private $newUserEvents;
|
|
14044
|
-
constructor(
|
|
14666
|
+
constructor(accountService: AccountService, network: NetworkService, translate: TranslateService, environment: Environment);
|
|
14045
14667
|
fromObject(source: any): UserEventTest;
|
|
14046
14668
|
add(entity: UserEventTest): Promise<UserEventTest>;
|
|
14047
14669
|
replaceLast(entity: UserEventTest): Promise<void>;
|
|
@@ -14100,7 +14722,7 @@ declare class UserEventTestingPage implements OnDestroy {
|
|
|
14100
14722
|
|
|
14101
14723
|
declare class UserEventTestingModule {
|
|
14102
14724
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserEventTestingModule, never>;
|
|
14103
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UserEventTestingModule, [typeof UserEventTestingPage], [typeof i2$1.CommonModule, typeof
|
|
14725
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UserEventTestingModule, [typeof UserEventTestingPage], [typeof i2$1.CommonModule, typeof SharedModule, typeof UserEventModule], [typeof UserEventTestingPage]>;
|
|
14104
14726
|
static ɵinj: i0.ɵɵInjectorDeclaration<UserEventTestingModule>;
|
|
14105
14727
|
}
|
|
14106
14728
|
|
|
@@ -14124,14 +14746,14 @@ declare class FeedTestingPage {
|
|
|
14124
14746
|
|
|
14125
14747
|
declare class FeedTestingModule {
|
|
14126
14748
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeedTestingModule, never>;
|
|
14127
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedTestingModule, [typeof FeedTestingPage], [typeof SharedModule, typeof
|
|
14749
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedTestingModule, [typeof FeedTestingPage], [typeof SharedModule, typeof FeedModule, typeof i5.ReactiveFormsModule, typeof i14.MatSelectModule], [typeof FeedTestingPage, typeof FeedModule]>;
|
|
14128
14750
|
static ɵinj: i0.ɵɵInjectorDeclaration<FeedTestingModule>;
|
|
14129
14751
|
}
|
|
14130
14752
|
|
|
14131
14753
|
declare const SOCIAL_TESTING_PAGES: TestingPage[];
|
|
14132
14754
|
declare class SocialTestingModule {
|
|
14133
14755
|
static ɵfac: i0.ɵɵFactoryDeclaration<SocialTestingModule, never>;
|
|
14134
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SocialTestingModule, never, [typeof i2$1.CommonModule, typeof
|
|
14756
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SocialTestingModule, never, [typeof i2$1.CommonModule, typeof i4$2.RouterModule, typeof JobTestingModule, typeof UserEventTestingModule, typeof FeedTestingModule], never>;
|
|
14135
14757
|
static ɵinj: i0.ɵɵInjectorDeclaration<SocialTestingModule>;
|
|
14136
14758
|
}
|
|
14137
14759
|
|
|
@@ -14155,5 +14777,5 @@ declare class TableValidatorService extends ReferentialValidatorService {
|
|
|
14155
14777
|
static ɵprov: i0.ɵɵInjectableDeclaration<TableValidatorService>;
|
|
14156
14778
|
}
|
|
14157
14779
|
|
|
14158
|
-
export { APP_ABOUT_DEVELOPERS, APP_ABOUT_PARTNERS, APP_ACCOUNT_SERVICE, APP_ACCOUNT_SERVICE_OPTIONS, APP_CELL_SELECTION_SERVICE_CONFIG_TOKEN, APP_CELL_SELECTION_SERVICE_TOKEN, APP_CONFIG_OPTIONS, APP_DEBUG_DATA_SERVICE, APP_FEED_SERVICE, APP_FORM_ERROR_I18N_KEYS, APP_GRAPHQL_FRAGMENTS, APP_GRAPHQL_TYPE_POLICIES, APP_HOME_BUTTONS, APP_HOME_CONFIG, APP_HOME_TOOLBAR_BUTTONS, APP_HOTKEYS_CONFIG, APP_JOB_PROGRESSION_SERVICE, APP_LOCALES, APP_LOCAL_SETTINGS, APP_LOCAL_SETTINGS_OPTIONS, APP_LOCAL_STORAGE_TYPE_POLICIES, APP_LOGGING_SERVICE, APP_MENU_ITEMS, APP_MENU_OPTIONS, APP_NAMED_FILTER_SERVICE, APP_PERSON_SERVICE, APP_PERSON_SERVICE_OPTIONS, APP_PROGRESS_BAR_SERVICE, APP_SETTINGS_MENU_ITEMS, APP_SHOW_TOOLTIP, APP_STORAGE, APP_STORAGE_EXPLORER_PROTECTED_KEYS, APP_TESTING_PAGES, APP_USER_EVENT_LIST_INFINITE_SCROLL_THRESHOLD, APP_USER_EVENT_SERVICE, APP_USER_SETTINGS_OPTIONS, APP_USER_TOKEN_SCOPES, AboutModal, AbstractNamedFilterService, AbstractPersonService, AbstractSelectionModelPipe, AbstractTableSelectionPipe, AbstractUserEventService, Account, AccountPage, AccountService, AccountToStringPipe, AccountUtils, ActionsColumnComponent, AdminModule, AdminRoutingModule, AdminUsersModule, Alerts, AndroidOsEnvironment, AppAboutModalModule, AppAccountModule, AppAsyncTable, AppAuthForm, AppAuthModal, AppAuthModule, AppChangePasswordModule, AppChangePasswordPage, AppEditor, AppEditorOptions, AppEntityEditor, AppEntityEditorModal, AppEntityEditorModalOptions, AppEntityFormModule, AppForm, AppFormArray, AppFormButtonsBarModule, AppFormContainer, AppFormField, AppFormModule, AppFormProvider, AppFormUtils, AppGestureConfig, AppHomePageModule, AppIconComponent, AppIconModule, AppImageGalleryComponent, AppInMemoryTable, AppInstallUpgradeCard, AppInstallUpgradeCardModule, AppListForm, AppListFormModule, AppLoadingSpinner, AppMarkdownContent, AppMarkdownModal, AppMenuModule, AppNullForm, AppPropertiesForm, AppPropertiesFormModule, AppPropertiesTable, AppPropertiesUtils, AppPropertyUtils, AppRegisterModule, AppResetPasswordModal, AppRowField, AppSelectPeerModule, AppSelectUsersModal, AppSettingsPageModule, AppTabEditor, AppTabEditorOptions, AppTable, AppTableModule, AppTableUtils, AppTextFormModule, AppTextPopoverModule, AppUpdateOfflineModeCard, AppUpdateOfflineModeCardModule, AppValidatorService, AppWebSocket, AppendQueryParamsPipePipe, ArrayDistinctPipe, ArrayFilterPipe, ArrayFindByPropertyPipe, ArrayFirstPipe, ArrayFormTestPage, ArrayIncludesPipe, ArrayJoinPipe, ArrayLastPipe, ArrayLengthPipe, ArrayMapPipe, ArrayPluckPipe, ArraySlicePipe, ArraySortPipe, AsAnyPipe, AsArrayPipe, AsBooleanPipe, AsFloatLabelTypePipe, AsObservablePipe, AudioProvider, AudioTestingModule, AudioTestingPage, AuthGuardService, AutoResizeDirective, AutoTitleDirective, AutoTooltipDirective, AutocompleteTestPage, AutofocusDirective, BadgeDirective, BadgeNumberPipe, Base58, BaseEntityService, BaseGraphqlService, BaseGraphqlServiceOptions, BaseReferential, Beans, BooleanFormatPipe, BooleanTestPage, CORE_CONFIG_OPTIONS, CORE_TESTING_PAGES, CapitalizePipe, CellIdentifierDirective, CellSelectionDirective, CellSelectionService, CellValueChangeListener, ChangeCaseToUnderscorePipe, ChangePasswordForm, ChipsTestPage, Color, ColorScale, ComponentDirtyGuard, ConfigFragments, ConfigService, Configuration, CoreModule, CorePipesModule, CoreTestingModule, CryptoService, CsvUtils, DATE_ISO_PATTERN, DATE_MATCH_REGEXP, DATE_PATTERN, DATE_UNIX_MS_TIMESTAMP, DATE_UNIX_TIMESTAMP, DEFAULT_JOIN_ARRAY_VALUES_SEPARATOR, DEFAULT_JOIN_PROPERTIES_SEPARATOR, DEFAULT_MENU_SHOW_WHEN, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZE_OPTIONS, DEFAULT_PLACEHOLDER_CHAR, DEFAULT_REQUIRED_COLUMNS, DateDiffDurationPipe, DateFormatPipe, DateFormatService, DateFromNowPipe, DateFromPipe, DateShortTestPage, DateTestPage, DateTimeTestPage, DateUtils, DebugComponent, Department, DepartmentToStringPipe, DisplayWithPipe, DragAndDropDirective, DurationPipe, DurationTestPage, ED25519_SEED_LENGTH, EMPTY_PLACEHOLDER_CHAR, EMPTY_PLACEHOLDER_CHAR_REGEXP_GLOBAL, ENTITIES_STORAGE_KEY_PREFIX, ENVIRONMENT, EmptyArrayPipe, EmptyMissingTranslationHandler, EntitiesAsyncTableDataSource, EntitiesStorage, EntitiesTableDataSource, Entity, EntityClass, EntityClasses, EntityFilter, EntityFilterUtils, EntityMetadataComponent, EntityStore, EntityUtils, Environment, EnvironmentHttpLoader, EnvironmentLoader, ErrorCodes, EvenPipe, FeedDirective, FeedModule, FeedPage, FeedService, FeedsComponent, FileResponse, FileService, FileSizePipe, FilesUtils, FirstFalsePipe, FirstPipe, FirstTruePipe, FormArrayHelper, FormArrayTestModule, FormButtonsBarComponent, FormButtonsBarToken, FormErrorPipe, FormErrorTranslatePipe, FormErrorTranslator, FormFieldDefinitionUtils, FormFieldValuesHolder, FormGetArrayPipe, FormGetControlPipe, FormGetGroupPipe, FormGetNamePipe, FormGetPipe, FormGetValuePipe, GalleryTestPage, GeolocationUtils, GraphqlService, HAMMER_PRESS_TIME, HAMMER_TAP_TIME, HighlightPipe, HomePage, Hotkeys, HotkeysDialogComponent, IMAGE_DEFAULTS, IPosition, ImageAttachment$1 as ImageAttachment, ImageAttachmentFilter$1 as ImageAttachmentFilter, ImageAttachmentService, ImageGalleryModule, ImageGalleryTestingModule, ImageModule, ImageService, ImagesUtils, InMemoryEntitiesService, IsAllSelectedPipe, IsEmptySelectionPipe, IsLoginAccountPipe, IsMultipleSelectionPipe, IsNilOrBlankPipe, IsNilOrNaNPipe, IsNilPipe, IsNotAllSelectedPipe, IsNotEmptySelectionPipe, IsNotNilOrBlankPipe, IsNotNilOrNaNPipe, IsNotNilPipe, IsOnDeskPipe, IsOnFieldPipe, IsSelectedPipe, IsSingleSelectionPipe, IsValidDatePipe, JobModule, JobProgression, JobProgressionComponent, JobProgressionIcon, JobProgressionList, JobProgressionService, JobProgressionTestService, JobProgressionTestingPage, JobTestingModule, JobUtils, JsonFeedUtils, JsonUtils, KEYBOARD_HIDE_DELAY_MS, LAT_LONG_PATTERNS, LAT_LONG_PATTERN_MAX_DECIMALS, LAT_LONG_VALUE_MAX_DECIMALS, LatLongFormatOptions, LatLongFormatPipe, LatLongTestPage, LatitudeFormatPipe, LocalSettingsService, LogLevel, LogUtils, Logger, LoggingService, LoggingServiceModule, LongitudeFormatPipe, MASKS, MASK_RANGES, MAT_FORM_FIELD_DEFAULT_APPEARANCE, MAT_FORM_FIELD_DEFAULT_SUBSCRIPT_SIZING, MINIFY_ENTITY_FOR_LOCAL_STORAGE, MINIFY_ENTITY_FOR_POD, MOMENT_NO_TIME_PROPERTY, MapGetPipe, MapKeysPipe, MapPipe, MapToPipe, MapValuesPipe, MarkdownDirective, MarkdownService, MarkdownTestPage, MarkdownTestingModule, MarkdownUtils, MaskitoPlaceholderPipe, MaskitoTestPage, MatAutocompleteConfigHolder, MatAutocompleteField, MatAutocompleteFieldUtils, MatBadgeTestPage, MatBooleanField, MatChipsField, MatColorPipe, MatCommonTestPage, MatDate, MatDateShort, MatDateTime, MatDuration, MatLatLongField, MatLatLongFieldInput, MatPaginatorI18n, MatStepperI18n, MatSwipeField, MaterialTestingModule, MathAbsPipe, MenuComponent, MenuItem, MenuItems, MenuOptions, MenuService, MenuTestingModule, MenuTestingPage, Message, MessageFilter, MessageForm, MessageModal, MessageModule, MessageService, MessageTypeList, MessageTypes, MimeTypes, ModalToolbarComponent, NETWORK_DEFAULT_CONNECTION_TIMEOUT, NamedFilter, NamedFilterFilter, NamedFilterSelector, NamedFilterSelectorTestingModule, NamedFilterSelectorTestingPage, NativeWebSocket, NavActionsColumnComponent, NestedTableTestPage, NetworkService, NetworkUtils, NewTokenForm, NewTokenModal, NgInitDirective, NgVarDirective, NoHtmlPipe, NotEmptyArrayPipe, NumberFormatPipe, ObservableTestPage, OddPipe, OtherMenuTestingPage, PEER_URL_REGEXP, PLUS_PLACEHOLDER_CHAR_REGEXP_GLOBAL, PRINT_ID_QUERY_PARAM, PRINT_LOADING_STORAGE_KEY_PREFIX, PRIORITIZED_AUTHORITIES, PUBKEY_REGEXP, Peer, Person, PersonFilter, PersonFilterAdditionalFields, PersonFragments, PersonService, PersonToStringPipe, PersonUtils, PersonValidatorService, PlatformService, PrintService, ProgressBarService, ProgressInterceptor, PropertiesFormTestPage, PropertiesFormTestingModule, PropertyEntity, PropertyEntityFilter, PropertyEntityValidator, PropertyFormatPipe, PropertyGetPipe, RESERVED_END_COLUMNS, RESERVED_START_COLUMNS, Referential, ReferentialFilter, ReferentialRef, ReferentialToStringPipe, ReferentialUtils, ReferentialValidatorService, ReferentialsToStringPipe, RegExpUtils, RegisterConfirmPage, RegisterForm, RegisterModal, ResizableComponent, ResizableDirective, ResizableModule, RoundPipe, RxStateComputed, RxStateModule, RxStateOutput, RxStateProperty, RxStateRegister, RxStateSelect, SCRYPT_PARAMS, SETTINGS_COMPACT_ROWS, SETTINGS_DISPLAY_COLUMNS, SETTINGS_FILTER, SETTINGS_PAGE_SIZE, SETTINGS_SORTED_COLUMN, SETTINGS_STORAGE_KEY, SETTINGS_TRANSIENT_PROPERTIES, SHARED_MATERIAL_TESTING_PAGES, SHARED_STORAGE_TESTING_PAGES, SHARED_TESTING_PAGES, SOCIAL_CONFIG_OPTIONS, SOCIAL_TESTING_PAGES, SPACE_PLACEHOLDER_CHAR, SPACE_PLACEHOLDER_CHAR_REGEXP_GLOBAL, SafeHtmlPipe, SafeStylePipe, SelectPeerModal, SelectionLengthPipe, ServerErrorCodes, SettingsPage, SharedAsyncValidators, SharedBadgeModule, SharedDebugModule, SharedDirectivesModule, SharedFormArrayValidators, SharedFormGroupValidators, SharedHotkeysModule, SharedMarkdownModule, SharedMatAutocompleteModule, SharedMatBooleanModule, SharedMatChipsModule, SharedMatDateTimeModule, SharedMatDurationModule, SharedMatLatLongModule, SharedMatSwipeModule, SharedMaterialModule, SharedModule, SharedNamedFilterModule, SharedPipesModule, SharedRoutingModule, SharedTestingModule, SharedTestsPage, SharedToolbarModule, SharedValidators, SocialErrorCodes, SocialModule, SocialModuleOptionsToken, SocialTestingModule, Software, SplitArrayInChunksPipe, StartableService, StatusById, StatusIds, StatusList, StorageDrivers, StorageExplorerComponent, StorageExplorerModule, StorageExplorerTestingModule, StorageExplorerTestingRoutingModule, StorageService, StorageServiceWrapper, StrIncludesPipe, StrLengthPipe, StrReplacePipe, SubMenuTabDirective, SwipeTestPage, TABLE_SETTINGS_ENUM, TOOLBAR_HEADER_ID, TRACKED_QUERIES_STORAGE_KEY, Table2TestPage, TableSelectColumnsComponent, TableTestPage, TableTestingModule, TableValidatorService, TextForm, TextFormTestingModule, TextFormTestingPage, TextPopover, TextPopoverTestingModule, TextPopoverTestingPage, ThrottledClickDirective, ToStringPipe, ToastTestingModule, ToastTestingPage, Toasts, TokenScope, ToolbarComponent, ToolbarToken, TranslatablePipe, TranslateContextPipe, TranslateContextService, TreeItemEntityUtils, TruncHtmlPipe, TruncTextPipe, TruncateHtmlPipe, UploadFile, UploadFileComponent, UploadFilePopover, UploadFileTestingModule, UploadFileTestingPage, UriUtils, UrlUtils, UserController, UserEventModule, UserEventNotificationIcon, UserEventNotificationList, UserEventNotificationModal, UserEventTestService, UserEventTestingModule, UserEventTestingPage, UserSettings, UserToken, UserTokenTable, UsersPage, ValueFormatPipe, VersionUtils, accountToString, adaptValueToControl, addValueInArray, arrayDistinct, arrayResize, arraySize, asInputElement, assignSkipUndefined, base64ArrayBuffer, booleanToString, canHaveFocus, capitalizeFirstLetter, chainPromises, changeCaseToUnderscore, clearValueInArray, collectByProperty, collectByPropertyPath, compareValues, compareValuesDesc, compareVersionNumbers, composeComparators, computeDecimalDegrees, computeDecimalPart, copyEntity2Form, createApolloClientOptions, createPromiseEvent, createPromiseEventEmitter, createTrackerLink, decorateWithTakeUntil, deepMergeSkipUndefined, departmentToString, departmentsToString, disableAndClearControl, disableAndClearControls, disableControl, disableControls, emitPromiseEvent, enableControl, enableControls, enableRxStateProdMode, entityToString, equals, equalsOrNil, escapeRegExp, expansionAnimation, fadeInAnimation, fadeInOutAnimation, fadeInSlowAnimation, filterFalse, filterFormErrors, filterFormErrorsByPath, filterFormErrorsByPrefix, filterNotNil, filterNumberInput, filterTrue, findParentWithClass, firstArrayValue, firstFalse, firstFalsePromise, firstNotNil, firstNotNilPromise, firstPromise, firstTrue, firstTruePromise, focusInput, focusNextInput, focusPreviousInput, formatLatLong, formatLatitude, formatLongitude, fromDateISOString, fromScrollEndEvent, fromUnixMsTimestamp, fromUnixTimestamp, getCaretPosition, getColorContrast, getColorLuminance, getColorShade, getColorTint, getControlFromPath, getFocusableInputElements, getFormErrors, getFormValueFromEntity, getInputRangeFromCaretIndex, getInputSelectionRangesFromMask, getProperty, getPropertyByPath, getPropertyByPathAsString, getRandomImage, getRandomImageWithCredit, getUserAgent, hexToRgb, hexToRgbArray, initArrayControlsFromValues, initializeSharedModule, interpolateString, intersectArrays, isAndroid, isBlankString, isCapacitor, isChrome, isControlHasInput, isEdge, isEmptyArray, isEntityService, isFirefox, isFocusableElement, isIOS, isInputElement, isInstanceOf, isInt, isIpad, isLightColor, isMacOS, isMobile, isMutationOperation, isNil, isNilOrBlank, isNilOrNaN, isNotEmptyArray, isNotNil, isNotNilBoolean, isNotNilObject, isNotNilOrBlank, isNotNilOrNaN, isNotNilString, isNumber, isNumberRange, isOnFieldMode, isPrint, isProgressEvent, isPromise, isResponseEvent, isSafari, isSameVersion, isStartableService, isSubscriptionOperation, isTouchUi, isVersionCompatible, isWindows, joinProperties, joinPropertiesPath, lastArrayValue, logFormErrors, loggerLink, markAllAsTouched, markAsUntouched, markControlAsTouched, markFormGroupAsTouched, maskitoAutoSelectByMaskPattern, maskitoPrefixPlugin, matchMedia, matchUpperCase, mergeLoadResult, mergeObjectsWithoutUndefined, mixHex, moveInputCaretToSeparator, newArray, noHtml, noTrailingSlash, notNilOrDefault, nullIfNilOrBlank, nullIfUndefined, numberOrNilAttribute, numberToString, parseLatitudeOrLongitude, propertiesPathComparator, propertyComparator, propertyPathComparator, provideAccountService, providePersonService, referentialToString, referentialsToString, remove, removeAll, removeDiacritics, removeDuplicatesFromArray, removeEnd, removeValueInArray, replaceAll, resetCalculatedValue, resizeArray, restoreTrackedQueries, rgbArrayToHex, rgbToHex, round, scrollFactory, selectInputContent, selectInputContentFromEvent, selectInputRange, setCalculatedValue, setControlEnabled, setControlRequired, setControlsEnabled, setFormErrors, setPropertyByPath, setTabIndex, sleep, slideDownAnimation, slideInAnimation, slideInOutAnimation, slideUpDownAnimation, sort, splitArrayInChunks, splitById, splitByProperty, splitDegreesToDDArray, splitDegreesToDDMMArray, splitDegreesToDDMMSSArray, startsWithUpperCase, suggestFromArray, suggestFromStringArray, tabindexComparator, testUserAgent, toBoolean, toDateISOString, toDuration, toFloat, toInt, toLoadData, toLoadResult, toNotNil, toNumber, trimEmptyToNull, truncateHtml, uncapitalizeFirstLetter, undefinedIfNull, underscoreToChangeCase, updateValueAndValidity, waitFor, waitForFalse, waitForTrue, waitIdle, waitWhilePending };
|
|
14159
|
-
export type { AbstractPersonServiceOptions, AccountDetails, AccountServiceGraphqlMutations, AccountServiceGraphqlQueries, AccountServiceGraphqlSubscriptions, AccountServiceOptions, AccountViewName, AccountWatchOptions, AddToPageHistoryOptions, AppColors, AppError, AppErrorWithDetails, AppFloatLabelType, AppFormArrayOptions, AppListFormOptions, AppManifest, AppMarkdownModalOptions, AppMarkdownOptions, AppPropertiesFormState, AppSelectUsersModalOptions, AppTableRowCountProperty, AudioType, AuthData, AuthTokenType, BaseEntityGraphqlMutations, BaseEntityGraphqlQueries, BaseEntityGraphqlSubscriptions, BaseEntityServiceOptions, BiFunction, CallableWithProgressionFn, CallableWithProgressionOptions, CanGainFocusOptions, CanLeave, CanSave, CellSelectionEvent, CellSelectionServiceConfig, ChangePasswordData, Cloneable, ColorGradientOptions, ColorName, ColorScaleLegend, ColorScaleLegendItem, ColorScaleOptions, ColumnItem, CompareFn, CompletableEvent, ConnectionParams, Constructor, DisplayFn, EmptyObject, EntitiesAsyncTableDataSourceConfig, EntitiesServiceDeleteOptions, EntitiesServiceLoadOptions, EntitiesServiceSaveOptions, EntitiesServiceWatchOptions, EntitiesStorageTypePolicies, EntitiesTableDataSourceConfig, EntityAsObjectOptions, EntitySaveOptions, EntityServiceDeleteOptions, EntityServiceListenChangesOptions, EntityServiceLoadOptions, EntityServiceRefetchQueriesOptions, EntityServiceSaveOptions, EntityServiceWatchOptions, EntityStorageLoadOptions, EntityStoreTypePolicy, EntityStoreTypePolicyMode, EqualsFn, EventLevel, FeedLoadOptions, FeedServiceState, FeedState, FeedsLoadOptions, FeedsWatchOptions, FetchMoreFn, FileDeleteFn, FileEvent, FileProgressEvent, FileUploadFn, FilterFn, FilterFnFactory, FilterItemFunction, FindMutableWatchQueriesOptions, FirstOptions, FocusableElement, FormArrayHelperOptions, FormErrorTranslateOptions, FormErrors, FormFieldDefinition, FormFieldDefinitionMap, FormFieldType, Function$1 as Function, GalleryMode, GetFocusableInputOptions, HammerSwipeAction, HammerSwipeEvent, HammerTapEvent, HistoryPageReference, HomePageState, HotKeysConfig, IAppEditor, IAppEntityEditor, IAppForm, IAppFormContainer, IAppFormGetter, IAppTabEditor, ICellId, IDebugDataService, IEntitiesService, IEntitiesTableDataSource, IEntity, IEntityEditorModalOptions, IEntityFilter, IEntityFullService, IEntityService, IFeedService, IFormPathTranslator, IFormPathTranslatorOptions, IHomePageConfig, IJobProgressionService, ILatLongData, ILogger, ILoggingAppender, ILoggingService, IMenuItem, IModalDetailOptions, INamedFilter, INamedFilterFilter, INamedFilterService, INewTokenOptions, IPersonService, IProgressBarService, IReferentialRef, ISelectPeerModalOptions, ISelectPeerModalState, IStartableService, IStatus, IStorage,
|
|
14780
|
+
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, GitlabUtils, 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, TimeFormatPipe, ToStringPipe, ToastTestingModule, ToastTestingPage, Toasts, TokenScope, ToolbarComponent, ToolbarToken, TranslatablePipe, TranslateContextPipe, TranslateContextService, TreeItemEntityUtils, TruncHtmlPipe, TruncTextPipe, TruncateHtmlPipe, USER_CONTROLLER, 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, deepMergeSkipUndefined, departmentToString, departmentsToString, disableAndClearControl, disableAndClearControls, disableControl, disableControls, emitPromiseEvent, enableControl, enableControls, enableRxStateProdMode, entityToString, equals, equalsOrNil, escapeRegExp, expansionAnimation, fadeInAnimation, fadeInOutAnimation, fadeInSlowAnimation, filterFalse, filterFormErrors, filterFormErrorsByPath, filterFormErrorsByPrefix, filterNotNil, filterNumberInput, filterTrue, findParentWithClass, firstArrayValue, firstFalse, firstFalsePromise, firstNotNil, firstNotNilPromise, firstPromise, firstTrue, firstTruePromise, focusInput, focusNextInput, focusPreviousInput, formatLatLong, formatLatitude, formatLongitude, fromDateISOString, fromScrollEndEvent, fromUnixMsTimestamp, fromUnixTimestamp, getCaretPosition, getColorContrast, getColorLuminance, getColorShade, getColorTint, getControlFromPath, getFocusableInputElements, getFormErrors, getFormValueFromEntity, getInputRangeFromCaretIndex, getInputSelectionRangesFromMask, getProperty, getPropertyByPath, getPropertyByPathAsString, getRandomImage, getRandomImageWithCredit, getUserAgent, hexToRgb, hexToRgbArray, initArrayControlsFromValues, initializeSharedModule, interpolateString, intersectArrays, isAndroid, isBlankString, isCapacitor, isChrome, isControlHasInput, isEdge, isEmptyArray, isEntityService, isFirefox, isFocusableElement, isIOS, isInputElement, isInstanceOf, isInt, isIpad, isLightColor, isMacOS, isMobile, isMutationOperation, isNil, isNilOrBlank, isNilOrNaN, isNotEmptyArray, isNotNil, isNotNilBoolean, isNotNilObject, isNotNilOrBlank, isNotNilOrNaN, isNotNilString, isNumber, isNumberRange, isOnFieldMode, isPrint, isProgressEvent, isPromise, isResponseEvent, isSafari, isSameVersion, isStartableService, isSubscriptionOperation, isTouchUi, isVersionCompatible, isWebAnimationsSupported, 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 };
|
|
14781
|
+
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, FileCheck, FileCheckEnabledFn, FileDeleteFn, FileEvent, FileHasErrorFn, 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, IGitlabRelease, IHomePageConfig, IJobProgressionService, ILatLongData, ILogger, ILoggingAppender, ILoggingService, IMenuItem, IModalDetailOptions, INamedFilter, INamedFilterFilter, INamedFilterService, INewTokenOptions, IPersonService, IProgressBarService, IReferentialRef, ISelectPeerModalOptions, ISelectPeerModalState, IStartableService, IStatus, IStorage, ITreeItemEntity, IUserController, 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 };
|