@foxeltech/angular-ui 0.0.1
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/BeVietnamPro/BeVietnamPro-Bold.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-ExtraLight.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-Light.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-Medium.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-Regular.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-SemiBold.ttf +0 -0
- package/BeVietnamPro/BeVietnamPro-Thin.ttf +0 -0
- package/README.md +3 -0
- package/SpaceMono-Regular.ttf +0 -0
- package/animations.css +130 -0
- package/components.css +480 -0
- package/dialogs.css +70 -0
- package/dm-sans/DMSans-Bold.ttf +0 -0
- package/dm-sans/DMSans-Light.ttf +0 -0
- package/dm-sans/DMSans-Medium.ttf +0 -0
- package/dm-sans/DMSans-Regular.ttf +0 -0
- package/dm-sans/DMSans-SemiBold.ttf +0 -0
- package/dm-sans/DMSans-Thin.ttf +0 -0
- package/fesm2022/foxeltech-angular-ui.mjs +3450 -0
- package/fesm2022/foxeltech-angular-ui.mjs.map +1 -0
- package/fonts.css +125 -0
- package/index.d.ts +1022 -0
- package/orbitron/Orbitron-Bold.ttf +0 -0
- package/orbitron/Orbitron-Medium.ttf +0 -0
- package/orbitron/Orbitron-Regular.ttf +0 -0
- package/orbitron/Orbitron-SemiBold.ttf +0 -0
- package/package.json +56 -0
- package/src/lib/styles/animations.css +130 -0
- package/src/lib/styles/components.css +480 -0
- package/src/lib/styles/dialogs.css +70 -0
- package/src/lib/styles/fonts.css +125 -0
- package/src/lib/styles/tailwind.css +18 -0
- package/src/lib/styles/theme.css +67 -0
- package/src/lib/ui/components/button/button.component.html +223 -0
- package/src/lib/ui/components/chart/chart.component.html +11 -0
- package/src/lib/ui/components/checkbox/checkbox.component.html +42 -0
- package/src/lib/ui/components/circle-progress-bar/circle-progress-bar.component.html +44 -0
- package/src/lib/ui/components/datetime-picker/datetime-picker.component.html +36 -0
- package/src/lib/ui/components/dnd-upload/dnd-upload.component.html +34 -0
- package/src/lib/ui/components/drawer/drawer.component.html +101 -0
- package/src/lib/ui/components/flow-connection/flow-connection.component.html +10 -0
- package/src/lib/ui/components/hero-icon/hero-icon.component.html +8 -0
- package/src/lib/ui/components/input/input.component.css +0 -0
- package/src/lib/ui/components/input/input.component.html +48 -0
- package/src/lib/ui/components/kanban-board/kanban-board.component.html +43 -0
- package/src/lib/ui/components/loading-panel/loading-panel.component.html +51 -0
- package/src/lib/ui/components/radio-button/radio-button.component.css +0 -0
- package/src/lib/ui/components/radio-button/radio-button.component.html +35 -0
- package/src/lib/ui/components/radio-button-toggle/radio-button-toggle.component.html +34 -0
- package/src/lib/ui/components/rich-text-area/rich-text-area.component.html +3 -0
- package/src/lib/ui/components/search-bar/search-bar.component.html +22 -0
- package/src/lib/ui/components/select/select.component.css +102 -0
- package/src/lib/ui/components/select/select.component.html +42 -0
- package/src/lib/ui/components/skeleton-table-loading/skeleton-table-loading.component.html +21 -0
- package/src/lib/ui/components/slider/slider.component.html +54 -0
- package/src/lib/ui/components/switch/switch.component.html +21 -0
- package/src/lib/ui/components/tab-component/tab.component.html +1 -0
- package/src/lib/ui/components/tab-group/tab-group.component.html +75 -0
- package/src/lib/ui/components/table-cell/table-cell.component.html +7 -0
- package/src/lib/ui/components/tag/tag.component.html +15 -0
- package/src/lib/ui/components/toast/toast.component.html +48 -0
- package/src/lib/ui/components/toast-container/toast-container.component.html +12 -0
- package/src/lib/ui/components/tree-diagram/tree-diagram.component.html +40 -0
- package/src/lib/ui/dialogs/confirmation/confirmation.component.html +17 -0
- package/tailwind-config.d.ts +4 -0
- package/tailwind.config.js +88 -0
- package/tailwind.css +18 -0
- package/theme.css +67 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,1022 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnDestroy, Injector, ApplicationRef, OnInit, AfterViewInit, ChangeDetectorRef, Type, EventEmitter, ModuleWithProviders, TemplateRef, ViewContainerRef, ElementRef, RendererFactory2, AfterContentInit, QueryList, Renderer2, OnChanges, NgZone } from '@angular/core';
|
|
3
|
+
import * as _foxeltech_angular_ui from '@foxeltech/angular-ui';
|
|
4
|
+
import * as i43 from '@angular/material/paginator';
|
|
5
|
+
import { MatPaginator } from '@angular/material/paginator';
|
|
6
|
+
import * as i44 from '@angular/material/table';
|
|
7
|
+
import { MatTableDataSource, MatTable } from '@angular/material/table';
|
|
8
|
+
import { HttpClient, HttpEvent, HttpErrorResponse, HttpInterceptor, HttpRequest, HttpHandler } from '@angular/common/http';
|
|
9
|
+
import * as rxjs from 'rxjs';
|
|
10
|
+
import { Observable, Subject } from 'rxjs';
|
|
11
|
+
import * as i30 from '@angular/forms';
|
|
12
|
+
import { NgForm, NgControl, ControlValueAccessor, ValidationErrors } from '@angular/forms';
|
|
13
|
+
import * as i46 from '@angular/material/dialog';
|
|
14
|
+
import { MatDialogRef, MatDialog } from '@angular/material/dialog';
|
|
15
|
+
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
16
|
+
import * as i1 from '@ngx-translate/core';
|
|
17
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
18
|
+
import * as i31 from '@angular/router';
|
|
19
|
+
import { CanActivate, Router } from '@angular/router';
|
|
20
|
+
import { EChartsOption, ECharts } from 'echarts';
|
|
21
|
+
import * as i37 from 'ngx-vflow';
|
|
22
|
+
import { Node, Edge, Connection } from 'ngx-vflow';
|
|
23
|
+
import * as i56 from '@angular/cdk/drag-drop';
|
|
24
|
+
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
25
|
+
import * as i29 from '@angular/common';
|
|
26
|
+
import * as i32 from '@danielmoncada/angular-datetime-picker';
|
|
27
|
+
import * as i33 from '@danielmoncada/angular-datetime-picker-moment-adapter';
|
|
28
|
+
import * as i36 from '@dimaslz/ng-heroicons';
|
|
29
|
+
import * as i38 from 'ngx-echarts';
|
|
30
|
+
import * as i39 from '@angular/material/select';
|
|
31
|
+
import * as i40 from '@angular/material/radio';
|
|
32
|
+
import * as i41 from '@angular/material/button';
|
|
33
|
+
import * as i42 from '@angular/material/icon';
|
|
34
|
+
import * as i45 from '@angular/material/snack-bar';
|
|
35
|
+
import * as i47 from '@angular/material/checkbox';
|
|
36
|
+
import * as i48 from '@angular/material/card';
|
|
37
|
+
import * as i49 from '@angular/material/datepicker';
|
|
38
|
+
import * as i50 from '@angular/material/timepicker';
|
|
39
|
+
import * as i51 from '@angular/material/badge';
|
|
40
|
+
import * as i52 from '@angular/material/expansion';
|
|
41
|
+
import * as i53 from '@angular/material/form-field';
|
|
42
|
+
import * as i54 from '@angular/material/menu';
|
|
43
|
+
import * as i55 from '@angular/material/tooltip';
|
|
44
|
+
|
|
45
|
+
declare abstract class BaseComponent implements OnDestroy {
|
|
46
|
+
protected injector: Injector;
|
|
47
|
+
constructor(injector: Injector);
|
|
48
|
+
ngOnDestroy(): void;
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent, never>;
|
|
50
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseComponent, never, never, {}, {}, never, never, true, never>;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
declare class HttpWrapper {
|
|
54
|
+
http: HttpClient;
|
|
55
|
+
baseURL: string;
|
|
56
|
+
constructor(http: HttpClient, baseURL: string);
|
|
57
|
+
private addCredentials;
|
|
58
|
+
get(url?: string, params?: any): Promise<any>;
|
|
59
|
+
post(url: string, body?: any, options?: any): Promise<any>;
|
|
60
|
+
put(url: string, body: any, options?: any): Promise<any>;
|
|
61
|
+
delete(url: string, options?: any): Promise<any>;
|
|
62
|
+
upload(url: string, body: FormData, options?: any): Observable<HttpEvent<any>>;
|
|
63
|
+
search(params?: any): Promise<any>;
|
|
64
|
+
detail(params: any): Promise<any>;
|
|
65
|
+
remove(params?: any): Promise<any>;
|
|
66
|
+
create(data: any): Promise<any>;
|
|
67
|
+
updateInfo(data: any, params?: any): Promise<any>;
|
|
68
|
+
updateStatus(data: any, params?: any): Promise<any>;
|
|
69
|
+
update(data: any, params?: any): Promise<any>;
|
|
70
|
+
single(code: string): Promise<any>;
|
|
71
|
+
selectize(): Promise<any>;
|
|
72
|
+
fetch(filter?: any, params?: any): Promise<any>;
|
|
73
|
+
published(idOrCode: string): Promise<any>;
|
|
74
|
+
unpublished(idOrCode: string): Promise<any>;
|
|
75
|
+
terminated(idOrCode: string): Promise<any>;
|
|
76
|
+
disable(params: any): Promise<any>;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
interface ToastData {
|
|
80
|
+
id: number;
|
|
81
|
+
message: string;
|
|
82
|
+
title?: string;
|
|
83
|
+
type: 'success' | 'error' | 'info' | 'warning';
|
|
84
|
+
}
|
|
85
|
+
declare class FxToastrService {
|
|
86
|
+
private appRef;
|
|
87
|
+
private containerRef?;
|
|
88
|
+
private idCounter;
|
|
89
|
+
constructor(appRef: ApplicationRef);
|
|
90
|
+
private ensureContainerExists;
|
|
91
|
+
private show;
|
|
92
|
+
success(message: string, title?: string): void;
|
|
93
|
+
error(message: string, title?: string): void;
|
|
94
|
+
info(message: string, title?: string): void;
|
|
95
|
+
warning(message: string, title?: string): void;
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FxToastrService, never>;
|
|
97
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FxToastrService>;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
interface TableResult<T> {
|
|
101
|
+
data: T[];
|
|
102
|
+
total: number;
|
|
103
|
+
}
|
|
104
|
+
declare class BaseTableComponent<T = any> extends BaseComponent implements OnInit, AfterViewInit {
|
|
105
|
+
api: HttpWrapper;
|
|
106
|
+
modal: any;
|
|
107
|
+
ref: ChangeDetectorRef;
|
|
108
|
+
dataSource: MatTableDataSource<T, MatPaginator>;
|
|
109
|
+
cols: string[];
|
|
110
|
+
total: number;
|
|
111
|
+
page: number;
|
|
112
|
+
pageSize: number;
|
|
113
|
+
filters: any;
|
|
114
|
+
loading: boolean;
|
|
115
|
+
expandedElement: any | null;
|
|
116
|
+
toastr: FxToastrService;
|
|
117
|
+
_lock: boolean;
|
|
118
|
+
keywordChange$: Subject<string>;
|
|
119
|
+
dataSourcePlaceholder: any[];
|
|
120
|
+
config: {
|
|
121
|
+
create?: {
|
|
122
|
+
dialog?: Type<{}>;
|
|
123
|
+
size?: string;
|
|
124
|
+
label?: string;
|
|
125
|
+
title?: string;
|
|
126
|
+
message?: string;
|
|
127
|
+
};
|
|
128
|
+
update?: {
|
|
129
|
+
dialog?: Type<{}>;
|
|
130
|
+
size?: string;
|
|
131
|
+
label?: string;
|
|
132
|
+
title?: string;
|
|
133
|
+
message?: string;
|
|
134
|
+
};
|
|
135
|
+
view?: {
|
|
136
|
+
dialog?: Type<{}>;
|
|
137
|
+
size?: string;
|
|
138
|
+
label?: string;
|
|
139
|
+
title?: string;
|
|
140
|
+
message?: string;
|
|
141
|
+
};
|
|
142
|
+
delete?: {
|
|
143
|
+
dialog?: Type<{}>;
|
|
144
|
+
title?: string;
|
|
145
|
+
message?: string;
|
|
146
|
+
cancelTitle?: string;
|
|
147
|
+
confirmTitle?: string;
|
|
148
|
+
};
|
|
149
|
+
updateStatus?: {
|
|
150
|
+
message?: string;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
paginator: MatPaginator;
|
|
154
|
+
table: MatTable<T>;
|
|
155
|
+
constructor(injector: Injector, api: HttpWrapper, modal: any, ref: ChangeDetectorRef);
|
|
156
|
+
ngOnInit(): void;
|
|
157
|
+
init(): void;
|
|
158
|
+
ngAfterViewInit(): void;
|
|
159
|
+
refresh(): Promise<void>;
|
|
160
|
+
setDataSource(result: any): void;
|
|
161
|
+
fetch(): Promise<void>;
|
|
162
|
+
onPageChange(event: any): Promise<void>;
|
|
163
|
+
resolve(): {};
|
|
164
|
+
empty(): {};
|
|
165
|
+
onKeywordChange(keyword: string): void;
|
|
166
|
+
create(): Promise<void>;
|
|
167
|
+
update(model: any): Promise<void>;
|
|
168
|
+
view(model: any): Promise<void>;
|
|
169
|
+
delete(model: any): Promise<void>;
|
|
170
|
+
remove(model: any): Promise<any>;
|
|
171
|
+
tagClass(tag: string): _foxeltech_angular_ui.TagType;
|
|
172
|
+
capitalize(label: string): string;
|
|
173
|
+
value(model: any, key: string, defaultValue?: any): any;
|
|
174
|
+
toggleExpand(element: any): void;
|
|
175
|
+
updateStatus(params: any): Promise<void>;
|
|
176
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseTableComponent<any>, never>;
|
|
177
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTableComponent<any>, never, never, {}, {}, never, never, true, never>;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
declare class BaseDialogComponent<T = any> extends BaseComponent implements AfterViewInit, OnInit {
|
|
181
|
+
ref: MatDialogRef<any>;
|
|
182
|
+
bindings: any;
|
|
183
|
+
toastr: FxToastrService;
|
|
184
|
+
api: HttpWrapper;
|
|
185
|
+
dialog: MatDialog;
|
|
186
|
+
ngForm: NgForm;
|
|
187
|
+
method: string;
|
|
188
|
+
title: string;
|
|
189
|
+
model: any;
|
|
190
|
+
disabled: boolean;
|
|
191
|
+
loading: boolean;
|
|
192
|
+
message: string;
|
|
193
|
+
resolve: any;
|
|
194
|
+
formChangesSubscription: any;
|
|
195
|
+
onSubmit: boolean;
|
|
196
|
+
constructor(ref: MatDialogRef<any>, bindings: any, toastr: FxToastrService, api: HttpWrapper, dialog: MatDialog);
|
|
197
|
+
ngAfterViewInit(): void;
|
|
198
|
+
ngOnInit(): void;
|
|
199
|
+
accept(form: NgForm, params?: null): void;
|
|
200
|
+
create(params?: any): void;
|
|
201
|
+
update(params?: any): void;
|
|
202
|
+
updateInfo(params?: any): void;
|
|
203
|
+
cancel(): void;
|
|
204
|
+
validate(): boolean;
|
|
205
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseDialogComponent<any>, never>;
|
|
206
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseDialogComponent<any>, never, never, {}, {}, never, never, true, never>;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
declare class FxLoadingService {
|
|
210
|
+
listener: EventEmitter<boolean>;
|
|
211
|
+
listenerAction: EventEmitter<boolean>;
|
|
212
|
+
start(): void;
|
|
213
|
+
stop(): void;
|
|
214
|
+
startAction(): void;
|
|
215
|
+
stopAction(): void;
|
|
216
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FxLoadingService, never>;
|
|
217
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FxLoadingService>;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
declare class BaseResolver {
|
|
221
|
+
loadingService: FxLoadingService;
|
|
222
|
+
injector: Injector;
|
|
223
|
+
constructor(loadingService: FxLoadingService, injector: Injector);
|
|
224
|
+
baseResolverInit(): void;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
declare class FxUtils {
|
|
228
|
+
private static preresolve;
|
|
229
|
+
static resolve(value: Object): Promise<{}>;
|
|
230
|
+
static isNotNull(obj: any): boolean;
|
|
231
|
+
static isNull(obj: any): boolean;
|
|
232
|
+
static isFunction(obj: any): boolean;
|
|
233
|
+
static isNotFunction(obj: any): boolean;
|
|
234
|
+
static isStringEmpty(obj: string): boolean;
|
|
235
|
+
static isStringNotEmpty(obj: string): boolean;
|
|
236
|
+
static isArrayEmpty(obj: any[]): boolean;
|
|
237
|
+
static isArrayNotEmpty(obj: any[]): boolean;
|
|
238
|
+
static replaceStartWithAsterisk(inputString: string, numToReplace: number): string;
|
|
239
|
+
static checkInvalidField(form: NgForm): void;
|
|
240
|
+
static checkInlineErrorField(err: any, f: NgForm): void;
|
|
241
|
+
static isSameCollection(collection: any[], compareCollection: any): boolean;
|
|
242
|
+
static isSameValue(model: any, compareModel: any): boolean;
|
|
243
|
+
static parseError(err: HttpErrorResponse): any;
|
|
244
|
+
static convertColorFromVariable(name: string, alpha?: number): string;
|
|
245
|
+
static getTagClass(key: string, isCriticalExist?: boolean): TagType;
|
|
246
|
+
static validateEmail(value: string): boolean;
|
|
247
|
+
static isStrongPassword(password: string): boolean;
|
|
248
|
+
static formatSizeUnits(bytes: number): string;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
declare function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader;
|
|
252
|
+
declare class TranslationModule {
|
|
253
|
+
static forRoot(): ModuleWithProviders<TranslationModule>;
|
|
254
|
+
static forChild(): ModuleWithProviders<TranslationModule>;
|
|
255
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TranslationModule, never>;
|
|
256
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TranslationModule, never, [typeof i1.TranslateModule], [typeof i1.TranslateModule]>;
|
|
257
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TranslationModule>;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
declare class TranslationService {
|
|
261
|
+
private translate;
|
|
262
|
+
private http;
|
|
263
|
+
private currentLangSubject;
|
|
264
|
+
readonly currentLang$: rxjs.Observable<string>;
|
|
265
|
+
constructor(translate: TranslateService, http: HttpClient);
|
|
266
|
+
init(lang: string): void;
|
|
267
|
+
currentLang(): string;
|
|
268
|
+
setLanguage(lang: string): void;
|
|
269
|
+
loadTranslations(lang: string, path: string): void;
|
|
270
|
+
onLanguageChange(callback: (lang: string) => void): void;
|
|
271
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TranslationService, never>;
|
|
272
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TranslationService>;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
declare class PermissionService {
|
|
276
|
+
private permissions;
|
|
277
|
+
setPermissions(perms: string[]): void;
|
|
278
|
+
hasPermission(requiredPermissions: string[]): boolean;
|
|
279
|
+
getPermissions(): string[];
|
|
280
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionService, never>;
|
|
281
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PermissionService>;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
declare class HasPermissionDirective {
|
|
285
|
+
private templateRef;
|
|
286
|
+
private viewContainerRef;
|
|
287
|
+
private permissionService;
|
|
288
|
+
constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef, permissionService: PermissionService);
|
|
289
|
+
set hasPermission(required: string | string[]);
|
|
290
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HasPermissionDirective, never>;
|
|
291
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HasPermissionDirective, "[hasPermission]", never, { "hasPermission": { "alias": "hasPermission"; "required": false; }; }, {}, never, never, true, never>;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
declare class TrimOnBlurDirective {
|
|
295
|
+
private el;
|
|
296
|
+
private ngControl;
|
|
297
|
+
collapseWhitespace: boolean;
|
|
298
|
+
constructor(el: ElementRef<HTMLInputElement>, ngControl: NgControl);
|
|
299
|
+
onBlur(): void;
|
|
300
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrimOnBlurDirective, never>;
|
|
301
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TrimOnBlurDirective, "[appTrimOnBlur]", never, { "collapseWhitespace": { "alias": "appTrimOnBlurCollapse"; "required": false; }; }, {}, never, never, true, never>;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
declare class PermissionGuard implements CanActivate {
|
|
305
|
+
private permissionService;
|
|
306
|
+
private router;
|
|
307
|
+
constructor(permissionService: PermissionService, router: Router);
|
|
308
|
+
canActivate(route: any): boolean;
|
|
309
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionGuard, never>;
|
|
310
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PermissionGuard>;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
declare class FxStorageService {
|
|
314
|
+
resolve(key: string, value?: any): any;
|
|
315
|
+
remove(key: string): void;
|
|
316
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FxStorageService, never>;
|
|
317
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FxStorageService>;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
declare class AuthStateService {
|
|
321
|
+
private _isLoggedIn$;
|
|
322
|
+
readonly isLoggedIn$: rxjs.Observable<boolean | null>;
|
|
323
|
+
readonly unauthorized$: Subject<void>;
|
|
324
|
+
constructor();
|
|
325
|
+
setLoggedIn(value: boolean): void;
|
|
326
|
+
get isLoggedIn(): boolean;
|
|
327
|
+
handleUnauthorized(): void;
|
|
328
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthStateService, never>;
|
|
329
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthStateService>;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
declare class AuthInterceptor implements HttpInterceptor {
|
|
333
|
+
private authState;
|
|
334
|
+
constructor(authState: AuthStateService);
|
|
335
|
+
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
336
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthInterceptor, never>;
|
|
337
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthInterceptor>;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
interface Breadcrumb {
|
|
341
|
+
label: string;
|
|
342
|
+
url?: string;
|
|
343
|
+
code?: string;
|
|
344
|
+
}
|
|
345
|
+
declare class BreadcrumbService {
|
|
346
|
+
private breadcrumbs$;
|
|
347
|
+
set(breadcrumbs: Breadcrumb[]): void;
|
|
348
|
+
get(): rxjs.Observable<Breadcrumb[]>;
|
|
349
|
+
clear(): void;
|
|
350
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbService, never>;
|
|
351
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbService>;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
declare class QuillStyleLoaderService {
|
|
355
|
+
private platformId;
|
|
356
|
+
private loaded;
|
|
357
|
+
private loadingPromise;
|
|
358
|
+
constructor(platformId: Object);
|
|
359
|
+
/**
|
|
360
|
+
* Load Quill CSS (only in browser). Returns a promise that resolves when
|
|
361
|
+
* the CSS links have been appended.
|
|
362
|
+
*/
|
|
363
|
+
load(): Promise<void>;
|
|
364
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuillStyleLoaderService, never>;
|
|
365
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<QuillStyleLoaderService>;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
declare class ThemeService {
|
|
369
|
+
private renderer;
|
|
370
|
+
private lightClass;
|
|
371
|
+
private theme$;
|
|
372
|
+
themeStorageKey: string;
|
|
373
|
+
constructor(rendererFactory: RendererFactory2);
|
|
374
|
+
setLightMode(enable: boolean): void;
|
|
375
|
+
toggleTheme(): void;
|
|
376
|
+
themeChanges(): rxjs.Observable<"light" | "dark">;
|
|
377
|
+
getCurrentTheme(): 'light' | 'dark';
|
|
378
|
+
isLight(): boolean;
|
|
379
|
+
getLogoPath(): string;
|
|
380
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
|
|
381
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
declare class NotificationService {
|
|
385
|
+
private hubConnection;
|
|
386
|
+
private connectionStatus;
|
|
387
|
+
constructor();
|
|
388
|
+
/**
|
|
389
|
+
* Connect to SignalR Hub
|
|
390
|
+
* @param hubUrl - The URL of the SignalR hub
|
|
391
|
+
* @returns Promise that resolves when connected
|
|
392
|
+
*/
|
|
393
|
+
connect(hubUrl: string, options?: {
|
|
394
|
+
headers?: any;
|
|
395
|
+
accessTokenFactory?: () => string | Promise<string>;
|
|
396
|
+
}): Promise<void>;
|
|
397
|
+
/**
|
|
398
|
+
* Disconnect from SignalR Hub
|
|
399
|
+
*/
|
|
400
|
+
disconnect(): Promise<void>;
|
|
401
|
+
/**
|
|
402
|
+
* Listen to a specific event from the server
|
|
403
|
+
* @param eventName - Name of the event to listen to
|
|
404
|
+
* @param callback - Callback function to execute when event is received
|
|
405
|
+
*/
|
|
406
|
+
on(eventName: string, callback: (...args: any[]) => void): void;
|
|
407
|
+
/**
|
|
408
|
+
* Remove listener for a specific event
|
|
409
|
+
* @param eventName - Name of the event to stop listening to
|
|
410
|
+
*/
|
|
411
|
+
off(eventName: string): void;
|
|
412
|
+
/**
|
|
413
|
+
* Invoke a method on the server
|
|
414
|
+
* @param methodName - Name of the method to invoke
|
|
415
|
+
* @param args - Arguments to pass to the method
|
|
416
|
+
*/
|
|
417
|
+
invoke(methodName: string, ...args: any[]): Promise<any>;
|
|
418
|
+
/**
|
|
419
|
+
* Get current connection status
|
|
420
|
+
*/
|
|
421
|
+
getConnectionStatus(): 'disconnected' | 'connecting' | 'connected';
|
|
422
|
+
/**
|
|
423
|
+
* Get connection ID
|
|
424
|
+
*/
|
|
425
|
+
getConnectionId(): string | null;
|
|
426
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationService, never>;
|
|
427
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationService>;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
type ErrorMessages = {
|
|
431
|
+
[key: string]: any;
|
|
432
|
+
};
|
|
433
|
+
declare class FxComponent<T> implements ControlValueAccessor {
|
|
434
|
+
ngControl: NgControl;
|
|
435
|
+
value: T;
|
|
436
|
+
onChange: (value: T) => void;
|
|
437
|
+
onTouched: () => void;
|
|
438
|
+
validationError: ErrorMessages;
|
|
439
|
+
errorMessages?: ErrorMessages;
|
|
440
|
+
constructor(ngControl: NgControl);
|
|
441
|
+
setValue(value: T): void;
|
|
442
|
+
onEnter(value: T): void;
|
|
443
|
+
writeValue(value: T): void;
|
|
444
|
+
registerOnChange(fn: (value: T) => void): void;
|
|
445
|
+
registerOnTouched(fn: () => void): void;
|
|
446
|
+
get invalid(): boolean;
|
|
447
|
+
get errors(): {
|
|
448
|
+
[key: string]: any;
|
|
449
|
+
};
|
|
450
|
+
validate(validateFn: Function): void;
|
|
451
|
+
setErrors(error: ValidationErrors): void;
|
|
452
|
+
clearErrors(): void;
|
|
453
|
+
getErrorMessage(label?: string): string | null;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
declare class InputComponent extends FxComponent<string> implements AfterViewInit {
|
|
457
|
+
private ref;
|
|
458
|
+
label: string;
|
|
459
|
+
type: string;
|
|
460
|
+
placeholder: string;
|
|
461
|
+
errorMessages: {
|
|
462
|
+
[key: string]: string;
|
|
463
|
+
};
|
|
464
|
+
required: string | boolean;
|
|
465
|
+
disabled: boolean;
|
|
466
|
+
iconClass?: string;
|
|
467
|
+
suffixIcon?: string;
|
|
468
|
+
class?: any;
|
|
469
|
+
maxlength?: number;
|
|
470
|
+
validateFn?: (value: string) => ValidationErrors | null;
|
|
471
|
+
blurred: EventEmitter<void>;
|
|
472
|
+
focused: EventEmitter<void>;
|
|
473
|
+
suffixClick: EventEmitter<void>;
|
|
474
|
+
showPassword: boolean;
|
|
475
|
+
validateError: ValidationErrors | null;
|
|
476
|
+
constructor(ngControl: NgControl, ref: ChangeDetectorRef);
|
|
477
|
+
ngAfterViewInit(): void;
|
|
478
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
479
|
+
onInput(event: Event): void;
|
|
480
|
+
onFocus(): void;
|
|
481
|
+
onBlur(): void;
|
|
482
|
+
togglePassword(): void;
|
|
483
|
+
onSuffixClick(): void;
|
|
484
|
+
get displayType(): string;
|
|
485
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
486
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "fx-ui-input", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "suffixIcon": { "alias": "suffixIcon"; "required": false; }; "class": { "alias": "class"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "validateFn": { "alias": "validateFn"; "required": false; }; }, { "blurred": "blurred"; "focused": "focused"; "suffixClick": "suffixClick"; }, never, never, false, never>;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
declare class SelectComponent extends FxComponent<string | string[]> implements AfterViewInit, OnInit {
|
|
490
|
+
private ref;
|
|
491
|
+
label: string;
|
|
492
|
+
placeholder: string;
|
|
493
|
+
options: {
|
|
494
|
+
label: string;
|
|
495
|
+
value: string;
|
|
496
|
+
}[];
|
|
497
|
+
multiple: boolean;
|
|
498
|
+
disabled: boolean;
|
|
499
|
+
errorMessages: {
|
|
500
|
+
[key: string]: string;
|
|
501
|
+
};
|
|
502
|
+
required: boolean;
|
|
503
|
+
class?: any;
|
|
504
|
+
enableSearch: boolean;
|
|
505
|
+
searchFn?: (query: string) => Promise<{
|
|
506
|
+
label: string;
|
|
507
|
+
value: string;
|
|
508
|
+
}[]>;
|
|
509
|
+
searchTerm: string;
|
|
510
|
+
filteredOptions: {
|
|
511
|
+
label: string;
|
|
512
|
+
value: string;
|
|
513
|
+
}[];
|
|
514
|
+
private search$;
|
|
515
|
+
constructor(ngControl: NgControl, ref: ChangeDetectorRef);
|
|
516
|
+
ngOnInit(): void;
|
|
517
|
+
ngAfterViewInit(): void;
|
|
518
|
+
onOpened(open: boolean): void;
|
|
519
|
+
onSearchChange(value: string): void;
|
|
520
|
+
performSearch(term: string): Promise<void>;
|
|
521
|
+
onSelectionChange(value: any): void;
|
|
522
|
+
isSelected(value: string): boolean;
|
|
523
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
524
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "fx-ui-select", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "options": { "alias": "options"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "required": { "alias": "required"; "required": false; }; "class": { "alias": "class"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "searchFn": { "alias": "searchFn"; "required": false; }; }, {}, never, never, false, never>;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
interface IRadioButton {
|
|
528
|
+
label: string;
|
|
529
|
+
value: any;
|
|
530
|
+
description?: string;
|
|
531
|
+
}
|
|
532
|
+
declare class RadioButtonComponent extends FxComponent<IRadioButton> implements AfterViewInit {
|
|
533
|
+
private ref;
|
|
534
|
+
label?: string;
|
|
535
|
+
required?: boolean;
|
|
536
|
+
options: {
|
|
537
|
+
label: string;
|
|
538
|
+
value: any;
|
|
539
|
+
icon?: any;
|
|
540
|
+
}[];
|
|
541
|
+
disabled: boolean;
|
|
542
|
+
errorMessages: ErrorMessages;
|
|
543
|
+
class?: any;
|
|
544
|
+
constructor(ngControl: NgControl, ref: ChangeDetectorRef);
|
|
545
|
+
ngAfterViewInit(): void;
|
|
546
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
547
|
+
onSelectValue(value: any): void;
|
|
548
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
549
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "fx-ui-radio", never, { "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
declare class CheckboxComponent extends FxComponent<any> implements AfterViewInit {
|
|
553
|
+
private ref;
|
|
554
|
+
label: string;
|
|
555
|
+
disabled: boolean;
|
|
556
|
+
rounded: boolean;
|
|
557
|
+
valueChange: EventEmitter<boolean>;
|
|
558
|
+
constructor(ngControl: NgControl, ref: ChangeDetectorRef);
|
|
559
|
+
ngAfterViewInit(): void;
|
|
560
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
561
|
+
onInputChange(event: Event): void;
|
|
562
|
+
markTouched(): void;
|
|
563
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
564
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "fx-ui-checkbox", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
type UploadResult = {
|
|
568
|
+
files: File[];
|
|
569
|
+
accepted: File[];
|
|
570
|
+
rejected: {
|
|
571
|
+
file: File;
|
|
572
|
+
reason: string;
|
|
573
|
+
}[];
|
|
574
|
+
};
|
|
575
|
+
declare class DndUploadComponent {
|
|
576
|
+
multiple: boolean;
|
|
577
|
+
accept: string;
|
|
578
|
+
maxSizeMB: number;
|
|
579
|
+
strictSize: boolean;
|
|
580
|
+
fileDrop: EventEmitter<File[]>;
|
|
581
|
+
fileClick: EventEmitter<void>;
|
|
582
|
+
uploadComplete: EventEmitter<File[]>;
|
|
583
|
+
uploadError: EventEmitter<{
|
|
584
|
+
file: File;
|
|
585
|
+
reason: string;
|
|
586
|
+
}>;
|
|
587
|
+
isDragOver: boolean;
|
|
588
|
+
private isOpening;
|
|
589
|
+
onDragOver(event: DragEvent): void;
|
|
590
|
+
onDragLeave(event: DragEvent): void;
|
|
591
|
+
onDrop(event: DragEvent): void;
|
|
592
|
+
onAreaClick(inputEl: HTMLInputElement | null, event?: Event): void;
|
|
593
|
+
onFileSelected(event: Event): void;
|
|
594
|
+
private processFiles;
|
|
595
|
+
private onUpload;
|
|
596
|
+
private isAccepted;
|
|
597
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DndUploadComponent, never>;
|
|
598
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DndUploadComponent, "fx-ui-dnd-upload", never, { "multiple": { "alias": "multiple"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "maxSizeMB": { "alias": "maxSizeMB"; "required": false; }; "strictSize": { "alias": "strictSize"; "required": false; }; }, { "fileDrop": "fileDrop"; "fileClick": "fileClick"; "uploadComplete": "uploadComplete"; "uploadError": "uploadError"; }, never, never, false, never>;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
declare class ButtonComponent {
|
|
602
|
+
label: string;
|
|
603
|
+
disabled: boolean;
|
|
604
|
+
buttonVariant: 'default' | 'primary' | 'alternative';
|
|
605
|
+
icon?: any;
|
|
606
|
+
class?: any;
|
|
607
|
+
loading: boolean;
|
|
608
|
+
clicked: EventEmitter<void>;
|
|
609
|
+
onClick(): void;
|
|
610
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
611
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "fx-ui-button", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "buttonVariant": { "alias": "buttonVariant"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "class": { "alias": "class"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
declare class RadioButtonToggleComponent extends FxComponent<any> implements AfterViewInit {
|
|
615
|
+
private ref;
|
|
616
|
+
label?: string;
|
|
617
|
+
required?: boolean;
|
|
618
|
+
options: {
|
|
619
|
+
label: string;
|
|
620
|
+
value: any;
|
|
621
|
+
icon?: any;
|
|
622
|
+
}[];
|
|
623
|
+
disabled: boolean;
|
|
624
|
+
errorMessages: ErrorMessages;
|
|
625
|
+
class?: any;
|
|
626
|
+
constructor(ngControl: NgControl, ref: ChangeDetectorRef);
|
|
627
|
+
ngAfterViewInit(): void;
|
|
628
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
629
|
+
onSelectValue(value: any): void;
|
|
630
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonToggleComponent, never>;
|
|
631
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonToggleComponent, "fx-ui-radio-toggle, [fx-ui-radio-toggle]", never, { "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
declare class DatetimePicker extends FxComponent<any> implements AfterViewInit, OnInit {
|
|
635
|
+
private ref;
|
|
636
|
+
label?: string;
|
|
637
|
+
placeholder: string;
|
|
638
|
+
required: boolean;
|
|
639
|
+
type: any;
|
|
640
|
+
disabled: boolean;
|
|
641
|
+
minDate?: any;
|
|
642
|
+
maxDate?: any;
|
|
643
|
+
errorMessages: ErrorMessages;
|
|
644
|
+
validateFn: (date: string) => ValidationErrors | null;
|
|
645
|
+
startAt: any;
|
|
646
|
+
constructor(ngControl: NgControl, ref: ChangeDetectorRef);
|
|
647
|
+
ngOnInit(): void;
|
|
648
|
+
ngAfterViewInit(): void;
|
|
649
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
650
|
+
onBlur(): void;
|
|
651
|
+
writeValue(value: any): void;
|
|
652
|
+
onValueChange(date: any): void;
|
|
653
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatetimePicker, never>;
|
|
654
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatetimePicker, "fx-ui-datetime-picker", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "validateFn": { "alias": "validateFn"; "required": false; }; }, {}, never, never, false, never>;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
declare class LoadingPanel {
|
|
658
|
+
show: boolean;
|
|
659
|
+
message?: string;
|
|
660
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingPanel, never>;
|
|
661
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingPanel, "fx-ui-loading-panel", never, { "show": { "alias": "show"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
declare class SearchBarComponent extends FxComponent<string> implements AfterViewInit {
|
|
665
|
+
private ref;
|
|
666
|
+
placeholder: string;
|
|
667
|
+
disabled: boolean;
|
|
668
|
+
search: EventEmitter<string>;
|
|
669
|
+
valueChange: EventEmitter<string>;
|
|
670
|
+
constructor(ngControl: NgControl, ref: ChangeDetectorRef);
|
|
671
|
+
ngAfterViewInit(): void;
|
|
672
|
+
onValueChange(value: string): void;
|
|
673
|
+
onEnterKey(): void;
|
|
674
|
+
clear(): void;
|
|
675
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarComponent, never>;
|
|
676
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarComponent, "fx-ui-search-bar", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "search": "search"; "valueChange": "valueChange"; }, never, never, false, never>;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
declare class TabComponent {
|
|
680
|
+
label: string;
|
|
681
|
+
icon?: string;
|
|
682
|
+
content: TemplateRef<any>;
|
|
683
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
684
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "fx-ui-tab", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
declare class TabGroupComponent implements AfterContentInit {
|
|
688
|
+
private renderer;
|
|
689
|
+
tabs: QueryList<TabComponent>;
|
|
690
|
+
activeIndex: number;
|
|
691
|
+
tabListRef: ElementRef<HTMLElement>;
|
|
692
|
+
underlineRef: ElementRef<HTMLElement>;
|
|
693
|
+
canScrollLeft: boolean;
|
|
694
|
+
canScrollRight: boolean;
|
|
695
|
+
private animateDelay;
|
|
696
|
+
private scrollAmount;
|
|
697
|
+
private sidePadding;
|
|
698
|
+
constructor(renderer: Renderer2);
|
|
699
|
+
ngAfterContentInit(): void;
|
|
700
|
+
selectTab(index: number): void;
|
|
701
|
+
private updateUnderlinePosition;
|
|
702
|
+
private scrollToActiveTab;
|
|
703
|
+
scroll(direction: 'left' | 'right'): void;
|
|
704
|
+
onScroll(): void;
|
|
705
|
+
private updateScrollButtons;
|
|
706
|
+
onResize(): void;
|
|
707
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TabGroupComponent, never>;
|
|
708
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabGroupComponent, "fx-ui-tab-group", never, { "activeIndex": { "alias": "activeIndex"; "required": false; }; }, {}, ["tabs"], never, false, never>;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
declare class HeroIconComponent {
|
|
712
|
+
icon: any;
|
|
713
|
+
solid: boolean;
|
|
714
|
+
outline: boolean;
|
|
715
|
+
size: number;
|
|
716
|
+
color: any;
|
|
717
|
+
class?: any;
|
|
718
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeroIconComponent, never>;
|
|
719
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeroIconComponent, "fx-ui-hero-icon", never, { "icon": { "alias": "icon"; "required": false; }; "solid": { "alias": "solid"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
declare class ToastComponent {
|
|
723
|
+
toastId: number;
|
|
724
|
+
title?: string;
|
|
725
|
+
message: string;
|
|
726
|
+
type: 'success' | 'error' | 'info' | 'warning';
|
|
727
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
|
|
728
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "fx-ui-toast", never, { "toastId": { "alias": "toastId"; "required": false; }; "title": { "alias": "title"; "required": false; }; "message": { "alias": "message"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
declare class ToastContainerComponent {
|
|
732
|
+
private ref;
|
|
733
|
+
toasts: any[];
|
|
734
|
+
constructor(ref: ChangeDetectorRef);
|
|
735
|
+
addToast(toast: any): void;
|
|
736
|
+
removeToast(id: number): void;
|
|
737
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerComponent, never>;
|
|
738
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "fx-ui-toast-container", never, {}, {}, never, never, false, never>;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
type TagType = 'success' | 'warning' | 'critical' | 'information' | 'discovery' | 'default' | 'danger';
|
|
742
|
+
declare class TagComponent {
|
|
743
|
+
label: string;
|
|
744
|
+
type: TagType;
|
|
745
|
+
rounded: boolean;
|
|
746
|
+
icon?: any;
|
|
747
|
+
solid: boolean;
|
|
748
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
749
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "fx-ui-tag", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "solid": { "alias": "solid"; "required": false; }; }, {}, never, never, false, never>;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
type IChartType = 'bar' | 'pie' | 'line' | 'sunburst' | 'radar' | 'auto';
|
|
753
|
+
declare class ChartComponent implements OnChanges, AfterViewInit, OnDestroy {
|
|
754
|
+
private ref;
|
|
755
|
+
private cdr;
|
|
756
|
+
type: IChartType;
|
|
757
|
+
data: any;
|
|
758
|
+
options?: EChartsOption;
|
|
759
|
+
palette?: string[];
|
|
760
|
+
height: string;
|
|
761
|
+
loading: boolean;
|
|
762
|
+
pieLegendAlign: string | number;
|
|
763
|
+
pieLegendPosition: string | number;
|
|
764
|
+
showPieLabel: boolean;
|
|
765
|
+
mobileWidth: number;
|
|
766
|
+
labelFontFamily: string;
|
|
767
|
+
chartClick: EventEmitter<any>;
|
|
768
|
+
chartInit: EventEmitter<ECharts>;
|
|
769
|
+
chartOptions: EChartsOption;
|
|
770
|
+
labelFontSize: number;
|
|
771
|
+
private chartInstance?;
|
|
772
|
+
private resizeObserver?;
|
|
773
|
+
private intersectionObserver?;
|
|
774
|
+
private canInit;
|
|
775
|
+
private isMobile;
|
|
776
|
+
constructor(ref: ElementRef<HTMLElement>, cdr: ChangeDetectorRef);
|
|
777
|
+
ngAfterViewInit(): void;
|
|
778
|
+
ngOnChanges(): void;
|
|
779
|
+
ngOnDestroy(): void;
|
|
780
|
+
onThemeChange(): void;
|
|
781
|
+
onChartClick(event: any): void;
|
|
782
|
+
onChartInit(chart: any): void;
|
|
783
|
+
private updateResponsiveState;
|
|
784
|
+
private forceMediaRecalc;
|
|
785
|
+
private rebuildChart;
|
|
786
|
+
private registry;
|
|
787
|
+
private detectType;
|
|
788
|
+
private buildOptions;
|
|
789
|
+
private resolvePalette;
|
|
790
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
|
|
791
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "fx-ui-chart", never, { "type": { "alias": "type"; "required": false; }; "data": { "alias": "data"; "required": false; }; "options": { "alias": "options"; "required": false; }; "palette": { "alias": "palette"; "required": false; }; "height": { "alias": "height"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "pieLegendAlign": { "alias": "pieLegendAlign"; "required": false; }; "pieLegendPosition": { "alias": "pieLegendPosition"; "required": false; }; "showPieLabel": { "alias": "showPieLabel"; "required": false; }; "mobileWidth": { "alias": "mobileWidth"; "required": false; }; "labelFontFamily": { "alias": "labelFontFamily"; "required": false; }; }, { "chartClick": "chartClick"; "chartInit": "chartInit"; }, never, never, false, never>;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
declare class SliderComponent extends FxComponent<any> implements AfterViewInit {
|
|
795
|
+
private ref;
|
|
796
|
+
trackRef: ElementRef<HTMLElement>;
|
|
797
|
+
thumbRef: ElementRef<HTMLElement>;
|
|
798
|
+
min: number;
|
|
799
|
+
max: number;
|
|
800
|
+
step: number;
|
|
801
|
+
vertical: boolean;
|
|
802
|
+
disabled: boolean;
|
|
803
|
+
valueChange: EventEmitter<number>;
|
|
804
|
+
dragging: boolean;
|
|
805
|
+
constructor(ngControl: NgControl, ref: ChangeDetectorRef);
|
|
806
|
+
ngAfterViewInit(): void;
|
|
807
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
808
|
+
writeValue(value: number): void;
|
|
809
|
+
private _normalizeValue;
|
|
810
|
+
private _decimalPlaces;
|
|
811
|
+
/** Pointer events */
|
|
812
|
+
onPointerDown(event: PointerEvent): void;
|
|
813
|
+
onPointerMove(event: PointerEvent): void;
|
|
814
|
+
onPointerUp(event: PointerEvent): void;
|
|
815
|
+
private _setFromPointer;
|
|
816
|
+
private _coordToValue;
|
|
817
|
+
onTrackClick(event: MouseEvent): void;
|
|
818
|
+
onKeydown(ev: KeyboardEvent): void;
|
|
819
|
+
private _applyValue;
|
|
820
|
+
get percent(): number;
|
|
821
|
+
thumbStyle(): {
|
|
822
|
+
bottom: string;
|
|
823
|
+
transform: string;
|
|
824
|
+
left?: undefined;
|
|
825
|
+
} | {
|
|
826
|
+
left: string;
|
|
827
|
+
transform: string;
|
|
828
|
+
bottom?: undefined;
|
|
829
|
+
};
|
|
830
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
|
831
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "fx-ui-slider", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
declare class SwitchComponent extends FxComponent<any> implements AfterViewInit {
|
|
835
|
+
private cdr;
|
|
836
|
+
disabled: boolean;
|
|
837
|
+
onSwitch: EventEmitter<boolean>;
|
|
838
|
+
ngAfterViewInit(): void;
|
|
839
|
+
constructor(ngControl: NgControl, cdr: ChangeDetectorRef);
|
|
840
|
+
setDisabledState(isDisabled: boolean): void;
|
|
841
|
+
toggle(): void;
|
|
842
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
843
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "fx-ui-switch", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "onSwitch": "onSwitch"; }, never, never, false, never>;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
declare class RichTextAreaComponent extends FxComponent<any> implements AfterViewInit {
|
|
847
|
+
private cdr;
|
|
848
|
+
private styleLoader;
|
|
849
|
+
private platformId;
|
|
850
|
+
editorContainer: ElementRef<HTMLDivElement>;
|
|
851
|
+
placeholder: string;
|
|
852
|
+
toolbarOptions: any;
|
|
853
|
+
contentChange: EventEmitter<string>;
|
|
854
|
+
private quillInstance;
|
|
855
|
+
constructor(ngControl: NgControl, cdr: ChangeDetectorRef, styleLoader: QuillStyleLoaderService, platformId: Object);
|
|
856
|
+
ngAfterViewInit(): Promise<void>;
|
|
857
|
+
writeValue(value: any): void;
|
|
858
|
+
setDisabledState(isDisabled: boolean): void;
|
|
859
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextAreaComponent, never>;
|
|
860
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextAreaComponent, "fx-ui-rich-text-area", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "toolbarOptions": { "alias": "toolbarOptions"; "required": false; }; }, { "contentChange": "contentChange"; }, never, never, false, never>;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
declare class SkeletonTableLoadingComponent {
|
|
864
|
+
columns: number;
|
|
865
|
+
rows: number;
|
|
866
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonTableLoadingComponent, never>;
|
|
867
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonTableLoadingComponent, "fx-ui-skeleton-table-loading", never, { "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, {}, never, never, false, never>;
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
declare class FlowConnection {
|
|
871
|
+
nodes: Node[];
|
|
872
|
+
edges: Edge[];
|
|
873
|
+
backgroundColor: any;
|
|
874
|
+
view: any;
|
|
875
|
+
handleConnection(connection: Connection): void;
|
|
876
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlowConnection, never>;
|
|
877
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlowConnection, "fx-ui-flow-connection", never, { "nodes": { "alias": "nodes"; "required": false; }; "edges": { "alias": "edges"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "view": { "alias": "view"; "required": false; }; }, {}, never, never, false, never>;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
declare class CircleProgressBar {
|
|
881
|
+
percent: number;
|
|
882
|
+
showPercent: boolean;
|
|
883
|
+
readonly radius = 35;
|
|
884
|
+
readonly stroke = 10;
|
|
885
|
+
readonly normalizedRadius: number;
|
|
886
|
+
readonly circumference: number;
|
|
887
|
+
get dashOffset(): number;
|
|
888
|
+
get ariaLabel(): string;
|
|
889
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircleProgressBar, never>;
|
|
890
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CircleProgressBar, "fx-ui-circle-progress-bar", never, { "percent": { "alias": "percent"; "required": false; }; "showPercent": { "alias": "showPercent"; "required": false; }; }, {}, never, never, false, never>;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
interface TreeNode {
|
|
894
|
+
id: string;
|
|
895
|
+
label: string;
|
|
896
|
+
status?: string;
|
|
897
|
+
children?: TreeNode[];
|
|
898
|
+
}
|
|
899
|
+
declare class TreeDiagram implements AfterViewInit, OnDestroy {
|
|
900
|
+
private zone;
|
|
901
|
+
private cdr;
|
|
902
|
+
data: any;
|
|
903
|
+
container: ElementRef;
|
|
904
|
+
root: ElementRef;
|
|
905
|
+
children: QueryList<ElementRef>;
|
|
906
|
+
lines: any[];
|
|
907
|
+
svgWidth: number;
|
|
908
|
+
svgHeight: number;
|
|
909
|
+
private resizeObserver;
|
|
910
|
+
private rafId?;
|
|
911
|
+
constructor(zone: NgZone, cdr: ChangeDetectorRef);
|
|
912
|
+
ngAfterViewInit(): void;
|
|
913
|
+
ngOnDestroy(): void;
|
|
914
|
+
private scheduleDraw;
|
|
915
|
+
private drawLines;
|
|
916
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeDiagram, never>;
|
|
917
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeDiagram, "fx-ui-tree-diagram", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
declare class TableCell {
|
|
921
|
+
loading: boolean;
|
|
922
|
+
skeletonClass: string;
|
|
923
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableCell, never>;
|
|
924
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableCell, "fx-ui-table-cell", never, { "loading": { "alias": "loading"; "required": true; }; "skeletonClass": { "alias": "skeletonClass"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
interface KanbanColumn<T = any> {
|
|
928
|
+
id: string;
|
|
929
|
+
title: string;
|
|
930
|
+
items: T[];
|
|
931
|
+
}
|
|
932
|
+
interface ColumnChangedEvent<T = any> {
|
|
933
|
+
previousColumnId: string;
|
|
934
|
+
currentColumnId: string;
|
|
935
|
+
item: T;
|
|
936
|
+
previousIndex: number;
|
|
937
|
+
currentIndex: number;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
declare class KanbanBoardComponent<T = any> {
|
|
941
|
+
columns: KanbanColumn<T>[];
|
|
942
|
+
itemTemplate?: TemplateRef<any>;
|
|
943
|
+
columnChanged: EventEmitter<ColumnChangedEvent<T>>;
|
|
944
|
+
/**
|
|
945
|
+
* Get all column IDs for connecting drop lists
|
|
946
|
+
*/
|
|
947
|
+
getColumnIds(): string[];
|
|
948
|
+
/**
|
|
949
|
+
* Handle drop event when item is moved
|
|
950
|
+
*/
|
|
951
|
+
onDrop(event: CdkDragDrop<T[]>, columnId: string): void;
|
|
952
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KanbanBoardComponent<any>, never>;
|
|
953
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KanbanBoardComponent<any>, "fx-ui-kanban-board", never, { "columns": { "alias": "columns"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; }, { "columnChanged": "columnChanged"; }, never, never, false, never>;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
interface DrawerItem {
|
|
957
|
+
id: string;
|
|
958
|
+
label: string;
|
|
959
|
+
icon: string;
|
|
960
|
+
route?: string;
|
|
961
|
+
children?: DrawerItem[];
|
|
962
|
+
action?: () => void;
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
declare class DrawerComponent implements OnInit, OnDestroy {
|
|
966
|
+
private router;
|
|
967
|
+
items: DrawerItem[];
|
|
968
|
+
isExpanded: boolean;
|
|
969
|
+
logo?: string;
|
|
970
|
+
toggleExpanded: EventEmitter<boolean>;
|
|
971
|
+
itemClicked: EventEmitter<DrawerItem>;
|
|
972
|
+
expandedItems: Set<string>;
|
|
973
|
+
currentRoute: string;
|
|
974
|
+
private destroy$;
|
|
975
|
+
constructor(router: Router);
|
|
976
|
+
ngOnInit(): void;
|
|
977
|
+
ngOnDestroy(): void;
|
|
978
|
+
toggleDrawer(): void;
|
|
979
|
+
toggleAccordion(itemId: string): void;
|
|
980
|
+
isAccordionExpanded(itemId: string): boolean;
|
|
981
|
+
onItemClick(item: DrawerItem, event?: Event): void;
|
|
982
|
+
isActiveRoute(route?: string): boolean;
|
|
983
|
+
hasActiveChild(item: DrawerItem): boolean;
|
|
984
|
+
private autoExpandActiveParents;
|
|
985
|
+
getAccordionState(itemId: string): string;
|
|
986
|
+
getDrawerState(): string;
|
|
987
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerComponent, never>;
|
|
988
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrawerComponent, "fx-ui-drawer", never, { "items": { "alias": "items"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; }, { "toggleExpanded": "toggleExpanded"; "itemClicked": "itemClicked"; }, never, never, false, never>;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
declare class ConfirmationDialogComponent {
|
|
992
|
+
private ref;
|
|
993
|
+
bindings: any;
|
|
994
|
+
loading: boolean;
|
|
995
|
+
title: string;
|
|
996
|
+
message: string;
|
|
997
|
+
cancelLabel: string;
|
|
998
|
+
confirmLabel: string;
|
|
999
|
+
constructor(ref: MatDialogRef<ConfirmationDialogComponent>, bindings: any);
|
|
1000
|
+
accept(): Promise<void>;
|
|
1001
|
+
cancel(): void;
|
|
1002
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, never>;
|
|
1003
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "fx-ui-confirmation-dialog", never, {}, {}, never, never, false, never>;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
declare const MY_MOMENT_FORMATS: {
|
|
1007
|
+
parseInput: string;
|
|
1008
|
+
fullPickerInput: string;
|
|
1009
|
+
datePickerInput: string;
|
|
1010
|
+
timePickerInput: string;
|
|
1011
|
+
monthYearLabel: string;
|
|
1012
|
+
dateA11yLabel: string;
|
|
1013
|
+
monthYearA11yLabel: string;
|
|
1014
|
+
};
|
|
1015
|
+
declare class UiModule {
|
|
1016
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiModule, never>;
|
|
1017
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UiModule, [typeof InputComponent, typeof SelectComponent, typeof RadioButtonComponent, typeof CheckboxComponent, typeof DndUploadComponent, typeof ButtonComponent, typeof RadioButtonToggleComponent, typeof DatetimePicker, typeof LoadingPanel, typeof SearchBarComponent, typeof TabGroupComponent, typeof TabComponent, typeof HeroIconComponent, typeof ToastComponent, typeof ToastContainerComponent, typeof TagComponent, typeof ChartComponent, typeof SliderComponent, typeof SwitchComponent, typeof RichTextAreaComponent, typeof SkeletonTableLoadingComponent, typeof FlowConnection, typeof CircleProgressBar, typeof TreeDiagram, typeof TableCell, typeof KanbanBoardComponent, typeof DrawerComponent, typeof ConfirmationDialogComponent], [typeof i29.CommonModule, typeof i30.FormsModule, typeof i30.ReactiveFormsModule, typeof i31.RouterModule, typeof i32.OwlDateTimeModule, typeof i32.OwlNativeDateTimeModule, typeof i33.OwlMomentDateTimeModule, typeof HasPermissionDirective, typeof TrimOnBlurDirective, typeof i36.NgHeroiconsModule, typeof i37.VflowComponent, typeof i37.HandleComponent, typeof i37.ResizableComponent, typeof i37.SelectableDirective, typeof i37.MiniMapComponent, typeof i37.NodeToolbarComponent, typeof i37.CustomTemplateEdgeComponent, typeof i37.DragHandleDirective, typeof i37.ConnectionControllerDirective, typeof i37.NodeHtmlTemplateDirective, typeof i37.NodeSvgTemplateDirective, typeof i37.GroupNodeTemplateDirective, typeof i37.EdgeLabelHtmlTemplateDirective, typeof i37.EdgeTemplateDirective, typeof i37.ConnectionTemplateDirective, typeof i37.HandleTemplateDirective, typeof i38.NgxEchartsModule, typeof i39.MatSelectModule, typeof i40.MatRadioModule, typeof i41.MatButtonModule, typeof i42.MatIconModule, typeof i43.MatPaginatorModule, typeof i44.MatTableModule, typeof i45.MatSnackBarModule, typeof i46.MatDialogModule, typeof i47.MatCheckboxModule, typeof i48.MatCardModule, typeof i49.MatDatepickerModule, typeof i50.MatTimepickerModule, typeof i51.MatBadgeModule, typeof i52.MatExpansionModule, typeof i53.MatFormFieldModule, typeof i54.MatMenuModule, typeof i55.MatTooltipModule, typeof i56.DragDropModule], [typeof InputComponent, typeof SelectComponent, typeof RadioButtonComponent, typeof CheckboxComponent, typeof DndUploadComponent, typeof ButtonComponent, typeof RadioButtonToggleComponent, typeof DatetimePicker, typeof LoadingPanel, typeof SearchBarComponent, typeof TabGroupComponent, typeof TabComponent, typeof HeroIconComponent, typeof ToastComponent, typeof ToastContainerComponent, typeof TagComponent, typeof ChartComponent, typeof SliderComponent, typeof SwitchComponent, typeof RichTextAreaComponent, typeof SkeletonTableLoadingComponent, typeof FlowConnection, typeof CircleProgressBar, typeof TreeDiagram, typeof TableCell, typeof KanbanBoardComponent, typeof DrawerComponent, typeof ConfirmationDialogComponent, typeof i30.FormsModule, typeof i30.ReactiveFormsModule, typeof i31.RouterModule, typeof i32.OwlDateTimeModule, typeof i32.OwlNativeDateTimeModule, typeof HasPermissionDirective, typeof i36.NgHeroiconsModule, typeof i39.MatSelectModule, typeof i40.MatRadioModule, typeof i41.MatButtonModule, typeof i42.MatIconModule, typeof i43.MatPaginatorModule, typeof i44.MatTableModule, typeof i45.MatSnackBarModule, typeof i46.MatDialogModule, typeof i47.MatCheckboxModule, typeof i48.MatCardModule, typeof i49.MatDatepickerModule, typeof i50.MatTimepickerModule, typeof i51.MatBadgeModule, typeof i52.MatExpansionModule, typeof i53.MatFormFieldModule, typeof i54.MatMenuModule, typeof i55.MatTooltipModule, typeof i56.DragDropModule]>;
|
|
1018
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<UiModule>;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
export { AuthInterceptor, AuthStateService, BaseComponent, BaseDialogComponent, BaseResolver, BaseTableComponent, BreadcrumbService, ButtonComponent, ChartComponent, CheckboxComponent, CircleProgressBar, ConfirmationDialogComponent, DatetimePicker, DndUploadComponent, DrawerComponent, FlowConnection, FxLoadingService, FxStorageService, FxToastrService, FxUtils, HasPermissionDirective, HeroIconComponent, HttpLoaderFactory, HttpWrapper, InputComponent, KanbanBoardComponent, LoadingPanel, MY_MOMENT_FORMATS, NotificationService, PermissionGuard, PermissionService, QuillStyleLoaderService, RadioButtonComponent, RadioButtonToggleComponent, RichTextAreaComponent, SearchBarComponent, SelectComponent, SkeletonTableLoadingComponent, SliderComponent, SwitchComponent, TabComponent, TabGroupComponent, TableCell, TagComponent, ThemeService, ToastComponent, ToastContainerComponent, TranslationModule, TranslationService, TreeDiagram, TrimOnBlurDirective, UiModule };
|
|
1022
|
+
export type { Breadcrumb, ColumnChangedEvent, IChartType, IRadioButton, KanbanColumn, TableResult, TagType, ToastData, TreeNode, UploadResult };
|