@rolatech/angular-components 19.0.0-beta.9 → 19.1.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/fesm2022/rolatech-angular-components.mjs +441 -205
  2. package/fesm2022/rolatech-angular-components.mjs.map +1 -1
  3. package/index.d.ts +829 -56
  4. package/package.json +3 -3
  5. package/lib/accordion/accordion.component.d.ts +0 -6
  6. package/lib/angular-components.module.d.ts +0 -7
  7. package/lib/avatar/avatar.component.d.ts +0 -12
  8. package/lib/base.component.d.ts +0 -13
  9. package/lib/chip-bar/chip-bar.component.d.ts +0 -30
  10. package/lib/confirmation-dialog/confirmation-dialog.component.d.ts +0 -13
  11. package/lib/console-layout/console-layout.component.d.ts +0 -5
  12. package/lib/container/container.component.d.ts +0 -7
  13. package/lib/content/content.component.d.ts +0 -5
  14. package/lib/drawer/drawer-animations.d.ts +0 -6
  15. package/lib/drawer/drawer.component.d.ts +0 -42
  16. package/lib/editor/editor.component.d.ts +0 -28
  17. package/lib/empty/empty.component.d.ts +0 -5
  18. package/lib/filter/filter.component.d.ts +0 -5
  19. package/lib/folder/folder.component.d.ts +0 -5
  20. package/lib/footer/footer.component.d.ts +0 -12
  21. package/lib/icon/icon.component.d.ts +0 -10
  22. package/lib/icon-button/icon-button.component.d.ts +0 -6
  23. package/lib/image/image.component.d.ts +0 -11
  24. package/lib/image-placeholder/image-placeholder.component.d.ts +0 -7
  25. package/lib/image-preview-dialog/image-preview-dialog.component.d.ts +0 -18
  26. package/lib/input/input.component.d.ts +0 -7
  27. package/lib/layout/layout.component.d.ts +0 -32
  28. package/lib/list/list.component.d.ts +0 -7
  29. package/lib/material.module.d.ts +0 -50
  30. package/lib/media-list/media-list.component.d.ts +0 -13
  31. package/lib/media-list-item/media-list-item.component.d.ts +0 -15
  32. package/lib/media-preview/media-preview.component.d.ts +0 -5
  33. package/lib/media-preview-dialog/media-preview-dialog.component.d.ts +0 -18
  34. package/lib/media-upload/media-upload.component.d.ts +0 -18
  35. package/lib/media-upload-dialog/media-upload-dialog.component.d.ts +0 -32
  36. package/lib/menu-icon/menu-icon.component.d.ts +0 -6
  37. package/lib/menu-user/menu-user.component.d.ts +0 -16
  38. package/lib/mini-guide/mini-guide.component.d.ts +0 -26
  39. package/lib/not-found/not-found.component.d.ts +0 -11
  40. package/lib/page/page.component.d.ts +0 -10
  41. package/lib/paginator/paginator.component.d.ts +0 -7
  42. package/lib/panel/panel-animations.d.ts +0 -6
  43. package/lib/panel/panel-header.component.d.ts +0 -5
  44. package/lib/panel/panel.component.d.ts +0 -17
  45. package/lib/rich-item/rich-item.component.d.ts +0 -13
  46. package/lib/rich-view/rich-view.component.d.ts +0 -18
  47. package/lib/spinner/spinner.component.d.ts +0 -16
  48. package/lib/storage-bucket-create/storage-bucket-create.component.d.ts +0 -10
  49. package/lib/storage-file-upload/storage-file-upload.component.d.ts +0 -17
  50. package/lib/storage-folder-create/storage-folder-create.component.d.ts +0 -11
  51. package/lib/tab/tab.component.d.ts +0 -10
  52. package/lib/table/table.component.d.ts +0 -18
  53. package/lib/tabs/tabs.component.d.ts +0 -19
  54. package/lib/thumbnail/thumbnail.component.d.ts +0 -20
  55. package/lib/title/title.component.d.ts +0 -9
  56. package/lib/toolbar/toolbar.component.d.ts +0 -13
  57. package/lib/topbar/topbar.component.d.ts +0 -22
  58. package/lib/topbar-avatar-menu/topbar-avatar-menu.component.d.ts +0 -11
  59. package/lib/wechat-connect-dialog/wechat-connect-dialog.component.d.ts +0 -19
  60. package/provider.d.ts +0 -17
package/index.d.ts CHANGED
@@ -1,56 +1,829 @@
1
- export { IconComponent } from './lib/icon/icon.component';
2
- export { IconButtonComponent } from './lib/icon-button/icon-button.component';
3
- export { TitleComponent } from './lib/title/title.component';
4
- export { ContainerComponent } from './lib/container/container.component';
5
- export { LayoutComponent } from './lib/layout/layout.component';
6
- export { AppPageComponent } from './lib/page/page.component';
7
- export { DrawerComponent } from './lib/drawer/drawer.component';
8
- export { FooterComponent } from './lib/footer/footer.component';
9
- export { ConsoleLayoutComponent } from './lib/console-layout/console-layout.component';
10
- export { TopbarComponent } from './lib/topbar/topbar.component';
11
- export { TopbarAvatarMenuComponent } from './lib/topbar-avatar-menu/topbar-avatar-menu.component';
12
- export { FolderComponent } from './lib/folder/folder.component';
13
- export { MediaPreviewDialogComponent } from './lib/media-preview-dialog/media-preview-dialog.component';
14
- export { MediaUploadComponent } from './lib/media-upload/media-upload.component';
15
- export { StorageBucketCreateComponent } from './lib/storage-bucket-create/storage-bucket-create.component';
16
- export { StorageFileUploadComponent } from './lib/storage-file-upload/storage-file-upload.component';
17
- export { StorageFolderCreateComponent } from './lib/storage-folder-create/storage-folder-create.component';
18
- export { MenuUserComponent } from './lib/menu-user/menu-user.component';
19
- export { WechatConnectDialogComponent } from './lib/wechat-connect-dialog/wechat-connect-dialog.component';
20
- export { MediaUploadDialogComponent } from './lib/media-upload-dialog/media-upload-dialog.component';
21
- export { MediaListComponent } from './lib/media-list/media-list.component';
22
- export { MediaListItemComponent } from './lib/media-list-item/media-list-item.component';
23
- export { NotFoundComponent } from './lib/not-found/not-found.component';
24
- export { ConfirmationDialogComponent } from './lib/confirmation-dialog/confirmation-dialog.component';
25
- export { FilterComponent } from './lib/filter/filter.component';
26
- export { BaseComponent } from './lib/base.component';
27
- export * from './lib/material.module';
28
- export * from './lib/angular-components.module';
29
- export * from './provider';
30
- export * from './lib/table/table.component';
31
- export * from './lib/paginator/paginator.component';
32
- export * from './lib/spinner/spinner.component';
33
- export * from './lib/media-preview/media-preview.component';
34
- export * from './lib/toolbar/toolbar.component';
35
- export * from './lib/mini-guide/mini-guide.component';
36
- export * from './lib/thumbnail/thumbnail.component';
37
- export * from './lib/image/image.component';
38
- export * from './lib/tabs/tabs.component';
39
- export * from './lib/tab/tab.component';
40
- export * from './lib/menu-icon/menu-icon.component';
41
- export * from './lib/list/list.component';
42
- export * from './lib/content/content.component';
43
- export * from './lib/chip-bar/chip-bar.component';
44
- export * from './lib/avatar/avatar.component';
45
- export * from './lib/image-placeholder/image-placeholder.component';
46
- export * from './lib/image-preview-dialog/image-preview-dialog.component';
47
- export * from './lib/empty/empty.component';
48
- export * from './lib/input/input.component';
49
- export * from './lib/chip-bar/chip-bar.component';
50
- export * from './lib/rich-view/rich-view.component';
51
- export * from './lib/rich-item/rich-item.component';
52
- export * from './lib/editor/editor.component';
53
- export * from './lib/paginator/paginator.component';
54
- export * from './lib/accordion/accordion.component';
55
- export * from './lib/panel/panel.component';
56
- export * from './lib/panel/panel-header.component';
1
+ import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
2
+ import * as i0 from '@angular/core';
3
+ import { Renderer2, ElementRef, OnInit, InjectionToken, EnvironmentProviders, AfterContentInit, AfterContentChecked, DoCheck, AfterViewInit, OnDestroy, ChangeDetectorRef } from '@angular/core';
4
+ import { FormGroup, FormBuilder } from '@angular/forms';
5
+ import * as i18 from '@angular/material/dialog';
6
+ import { MatDialogRef, MatDialog } from '@angular/material/dialog';
7
+ import { DialogData as DialogData$1, MediaService, DialogService, SnackBarService, TitleService, NavigationService, LoadingService } from '@rolatech/angular-services';
8
+ import * as rxjs from 'rxjs';
9
+ import { Subscription } from 'rxjs';
10
+ import * as _angular_cdk_layout from '@angular/cdk/layout';
11
+ import { BreakpointObserver } from '@angular/cdk/layout';
12
+ import * as i44 from '@angular/cdk/scrolling';
13
+ import { ViewportRuler } from '@angular/cdk/scrolling';
14
+ import { Platform } from '@angular/cdk/platform';
15
+ import * as i26 from '@angular/material/menu';
16
+ import { MatMenuPanel } from '@angular/material/menu';
17
+ import { Media } from '@rolatech/angular-common';
18
+ import { Router, ActivatedRoute } from '@angular/router';
19
+ import * as i1 from '@angular/cdk/a11y';
20
+ import * as i2 from '@angular/cdk/clipboard';
21
+ import * as i3 from '@angular/cdk/stepper';
22
+ import * as i4 from '@angular/cdk/table';
23
+ import { CdkTableDataSourceInput } from '@angular/cdk/table';
24
+ import * as i5 from '@angular/cdk/tree';
25
+ import * as i6 from '@angular/cdk/drag-drop';
26
+ import * as i8 from '@angular/material/autocomplete';
27
+ import * as i9 from '@angular/material/badge';
28
+ import * as i10 from '@angular/material/bottom-sheet';
29
+ import * as i11 from '@angular/material/button';
30
+ import * as i12 from '@angular/material/button-toggle';
31
+ import * as i13 from '@angular/material/card';
32
+ import * as i14 from '@angular/material/checkbox';
33
+ import * as i15 from '@angular/material/chips';
34
+ import * as i16 from '@angular/material/stepper';
35
+ import * as i17 from '@angular/material/datepicker';
36
+ import * as i19 from '@angular/material/divider';
37
+ import * as i20 from '@angular/material/expansion';
38
+ import * as i21 from '@angular/material/grid-list';
39
+ import * as i22 from '@angular/material/icon';
40
+ import { MatIconRegistry } from '@angular/material/icon';
41
+ import * as i23 from '@angular/material/form-field';
42
+ import * as i24 from '@angular/material/input';
43
+ import * as i25 from '@angular/material/list';
44
+ import * as i27 from '@angular/material/core';
45
+ import * as i28 from '@angular/material/paginator';
46
+ import * as i29 from '@angular/material/progress-bar';
47
+ import * as i30 from '@angular/material/progress-spinner';
48
+ import * as i31 from '@angular/material/radio';
49
+ import * as i32 from '@angular/material/select';
50
+ import * as i33 from '@angular/material/sidenav';
51
+ import * as i34 from '@angular/material/slider';
52
+ import * as i35 from '@angular/material/slide-toggle';
53
+ import * as i36 from '@angular/material/snack-bar';
54
+ import * as i37 from '@angular/material/sort';
55
+ import * as i38 from '@angular/material/table';
56
+ import * as i39 from '@angular/material/tabs';
57
+ import * as i40 from '@angular/material/toolbar';
58
+ import * as i41 from '@angular/material/tooltip';
59
+ import * as i42 from '@angular/material/tree';
60
+ import * as i43 from '@angular/cdk/portal';
61
+
62
+ declare class PdfViewerComponent {
63
+ sanitizer: DomSanitizer;
64
+ safeUrl: SafeResourceUrl;
65
+ url: string;
66
+ constructor();
67
+ static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerComponent, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "rolatech-pdf-viewer", never, {}, {}, never, never, true, never>;
69
+ }
70
+
71
+ declare class RichLabelComponent {
72
+ label: i0.InputSignal<unknown>;
73
+ title: i0.InputSignal<unknown>;
74
+ static ɵfac: i0.ɵɵFactoryDeclaration<RichLabelComponent, never>;
75
+ static ɵcmp: i0.ɵɵComponentDeclaration<RichLabelComponent, "rolatech-rich-label", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
76
+ }
77
+
78
+ declare class ResizableContainerComponent {
79
+ renderer: Renderer2;
80
+ leftDiv: ElementRef;
81
+ rightDiv: ElementRef;
82
+ divider: ElementRef;
83
+ isResizing: boolean;
84
+ startResizing(event: any): void;
85
+ onResizing(event: MouseEvent): void;
86
+ stopResizing(): void;
87
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResizableContainerComponent, never>;
88
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResizableContainerComponent, "rolatech-resizable-container", never, {}, {}, never, ["[position='left']", "[position='right']"], true, never>;
89
+ }
90
+
91
+ declare class RichGridMediaComponent {
92
+ static ɵfac: i0.ɵɵFactoryDeclaration<RichGridMediaComponent, never>;
93
+ static ɵcmp: i0.ɵɵComponentDeclaration<RichGridMediaComponent, "rolatech-rich-grid-media", never, {}, {}, never, never, true, never>;
94
+ }
95
+
96
+ declare class RejectDialogComponent implements OnInit {
97
+ private formBuilder;
98
+ dialogRef: MatDialogRef<RejectDialogComponent>;
99
+ data: any;
100
+ rejectForm: FormGroup;
101
+ constructor(formBuilder: FormBuilder, dialogRef: MatDialogRef<RejectDialogComponent>, data: any);
102
+ onNoClick(): void;
103
+ ngOnInit(): void;
104
+ static ɵfac: i0.ɵɵFactoryDeclaration<RejectDialogComponent, never>;
105
+ static ɵcmp: i0.ɵɵComponentDeclaration<RejectDialogComponent, "rolatech-reject-dialog", never, {}, {}, never, never, true, never>;
106
+ }
107
+
108
+ declare class AcceptDialogComponent {
109
+ dialogRef: MatDialogRef<AcceptDialogComponent>;
110
+ data: DialogData$1;
111
+ constructor(dialogRef: MatDialogRef<AcceptDialogComponent>, data: DialogData$1);
112
+ onNoClick(): void;
113
+ static ɵfac: i0.ɵɵFactoryDeclaration<AcceptDialogComponent, never>;
114
+ static ɵcmp: i0.ɵɵComponentDeclaration<AcceptDialogComponent, "rolatech-accept-dialog", never, {}, {}, never, never, true, never>;
115
+ }
116
+
117
+ declare class IconComponent {
118
+ hasClass: boolean;
119
+ filled: i0.InputSignalWithTransform<boolean, unknown>;
120
+ el: ElementRef<any>;
121
+ constructor();
122
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
123
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "rolatech-icon", never, { "filled": { "alias": "filled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
124
+ }
125
+
126
+ declare class IconButtonComponent {
127
+ hasClass: boolean;
128
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonComponent, never>;
129
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "rolatech-icon-button", never, {}, {}, never, ["*"], true, never>;
130
+ }
131
+
132
+ declare class TitleComponent {
133
+ hasClass: boolean;
134
+ title: i0.InputSignal<unknown>;
135
+ subtitle: i0.InputSignal<unknown>;
136
+ large: i0.InputSignalWithTransform<boolean, unknown>;
137
+ static ɵfac: i0.ɵɵFactoryDeclaration<TitleComponent, never>;
138
+ static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "rolatech-title", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "large": { "alias": "large"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
139
+ }
140
+
141
+ declare class ContainerComponent {
142
+ hasId: string;
143
+ hasClass: boolean;
144
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContainerComponent, never>;
145
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "rolatech-container", never, {}, {}, never, ["rolatech-toolbar", "rolatech-filter", "rolatech-tabs", "rolatech-chip-bar", "rolatech-list", "rolatech-content", "*"], true, never>;
146
+ }
147
+
148
+ interface DrawerConfig {
149
+ persistent: boolean;
150
+ }
151
+ interface AppTopbarConfig {
152
+ persistent: boolean;
153
+ }
154
+ interface AppLayoutConfig {
155
+ title: string;
156
+ subtitle?: string;
157
+ persistent?: boolean | undefined;
158
+ topbar?: AppTopbarConfig;
159
+ drawer?: DrawerConfig;
160
+ guide?: boolean | undefined;
161
+ }
162
+ declare const APP_LAYOUT: InjectionToken<AppLayoutConfig>;
163
+ declare function provideAngularLayout(config?: AppLayoutConfig): EnvironmentProviders;
164
+
165
+ interface LINK {
166
+ title: string;
167
+ subtitle?: string;
168
+ openinView?: boolean;
169
+ icon?: string;
170
+ link: string;
171
+ children?: LINK[];
172
+ button?: boolean;
173
+ exact?: boolean;
174
+ }
175
+ declare class DrawerComponent implements AfterContentInit, AfterContentChecked {
176
+ private _enableAnimations;
177
+ persistent: boolean | undefined;
178
+ links: i0.InputSignal<LINK[] | undefined>;
179
+ position: i0.InputSignal<string>;
180
+ opened: i0.InputSignal<boolean>;
181
+ el: ElementRef<any>;
182
+ renderer: Renderer2;
183
+ platformId: Object;
184
+ breakpointObserver: BreakpointObserver;
185
+ appLayout: AppLayoutConfig;
186
+ guideEl: i0.Signal<ElementRef<any> | undefined>;
187
+ content: i0.Signal<ElementRef<any> | undefined>;
188
+ scrimEl: i0.Signal<ElementRef<any> | undefined>;
189
+ headerEl: i0.Signal<ElementRef<any> | undefined>;
190
+ isMobile: boolean;
191
+ isPersistent: boolean;
192
+ panelOpenState: boolean;
193
+ private _opened;
194
+ private _platform;
195
+ open(): void;
196
+ close(): void;
197
+ toggle(): void;
198
+ init(isMobile: boolean): void;
199
+ ngAfterContentInit(): void;
200
+ ngAfterContentChecked(): void;
201
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrawerComponent, never>;
202
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawerComponent, "rolatech-drawer", never, { "links": { "alias": "links"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "opened": { "alias": "opened"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
203
+ }
204
+
205
+ interface MiniGuide {
206
+ title: string;
207
+ icon: string;
208
+ link: string;
209
+ }
210
+ declare class MiniGuideComponent implements OnInit {
211
+ el: ElementRef<any>;
212
+ renderer: Renderer2;
213
+ platformId: Object;
214
+ breakpointObserver: BreakpointObserver;
215
+ items: i0.InputSignal<MiniGuide[] | undefined>;
216
+ title: i0.InputSignal<boolean>;
217
+ opened: boolean;
218
+ disableToggle: boolean;
219
+ readonly breakpoint$: rxjs.Observable<_angular_cdk_layout.BreakpointState>;
220
+ ngOnInit(): void;
221
+ private breakpointChanged;
222
+ open(): void;
223
+ close(): void;
224
+ toggle(): void;
225
+ static ɵfac: i0.ɵɵFactoryDeclaration<MiniGuideComponent, never>;
226
+ static ɵcmp: i0.ɵɵComponentDeclaration<MiniGuideComponent, "rolatech-mini-guide", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
227
+ }
228
+
229
+ declare class TopbarComponent implements OnInit {
230
+ hostId: string;
231
+ hasClass: boolean;
232
+ persistent: boolean | undefined;
233
+ el: ElementRef<any>;
234
+ renderer: Renderer2;
235
+ platformId: Object;
236
+ breakpointObserver: BreakpointObserver;
237
+ appLayout: AppLayoutConfig;
238
+ link: i0.InputSignal<string>;
239
+ appDrawer: DrawerComponent;
240
+ miniGuide: MiniGuideComponent;
241
+ ngOnInit(): void;
242
+ onToggle(): void;
243
+ static ɵfac: i0.ɵɵFactoryDeclaration<TopbarComponent, never>;
244
+ static ɵcmp: i0.ɵɵComponentDeclaration<TopbarComponent, "rolatech-topbar", never, { "link": { "alias": "link"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
245
+ }
246
+
247
+ declare class AppPageComponent implements OnInit, AfterContentInit {
248
+ el: ElementRef<any>;
249
+ constructor();
250
+ ngOnInit(): void;
251
+ ngAfterContentInit(): void;
252
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppPageComponent, never>;
253
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppPageComponent, "rolatech-page", never, {}, {}, never, ["*"], true, never>;
254
+ }
255
+
256
+ declare class LayoutComponent implements OnInit, AfterContentInit {
257
+ appLayout: AppLayoutConfig;
258
+ viewportRuler: ViewportRuler;
259
+ el: ElementRef<any>;
260
+ renderer: Renderer2;
261
+ _platform: Platform;
262
+ breakpointObserver: BreakpointObserver;
263
+ topbar: i0.Signal<TopbarComponent>;
264
+ drawer: i0.Signal<DrawerComponent>;
265
+ page: i0.Signal<AppPageComponent>;
266
+ guide: i0.Signal<MiniGuideComponent>;
267
+ readonly breakpoint$: rxjs.Observable<_angular_cdk_layout.BreakpointState>;
268
+ constructor();
269
+ ngAfterContentInit(): void;
270
+ ngOnInit(): void;
271
+ open(): void;
272
+ close(): void;
273
+ toggle(): void;
274
+ init(): void;
275
+ private breakpointChanged;
276
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
277
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "rolatech-layout", never, {}, {}, ["topbar", "drawer", "page", "guide"], ["rolatech-topbar", "rolatech-drawer", "rolatech-mini-guide", "rolatech-page", "rolatech-footer"], true, never>;
278
+ }
279
+
280
+ declare class FooterComponent {
281
+ hostId: string;
282
+ hasClass: boolean;
283
+ config: any;
284
+ title: i0.InputSignal<string | undefined>;
285
+ copyright: i0.InputSignal<string>;
286
+ fTitle: i0.Signal<any>;
287
+ fCopyright: i0.Signal<any>;
288
+ static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
289
+ static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "rolatech-footer", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "copyright": { "alias": "copyright"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
290
+ }
291
+
292
+ declare class ConsoleLayoutComponent {
293
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConsoleLayoutComponent, never>;
294
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConsoleLayoutComponent, "rolatech-console-layout", never, {}, {}, never, never, true, never>;
295
+ }
296
+
297
+ declare class TopbarAvatarMenuComponent {
298
+ environment: any;
299
+ platformId: Object;
300
+ menu: i0.InputSignal<MatMenuPanel<any>>;
301
+ avatar: i0.InputSignal<string | undefined>;
302
+ openMenu(): void;
303
+ static ɵfac: i0.ɵɵFactoryDeclaration<TopbarAvatarMenuComponent, never>;
304
+ static ɵcmp: i0.ɵɵComponentDeclaration<TopbarAvatarMenuComponent, "rolatech-topbar-avatar-menu", never, { "menu": { "alias": "menu"; "required": true; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
305
+ }
306
+
307
+ declare class FolderComponent {
308
+ static ɵfac: i0.ɵɵFactoryDeclaration<FolderComponent, never>;
309
+ static ɵcmp: i0.ɵɵComponentDeclaration<FolderComponent, "rolatech-folder", never, {}, {}, never, never, true, never>;
310
+ }
311
+
312
+ declare class MediaPreviewDialogComponent implements OnInit {
313
+ data: any;
314
+ private dialogRef;
315
+ selected: any;
316
+ index: number;
317
+ prevDisabled: boolean;
318
+ nextDisabled: boolean;
319
+ constructor(data: any, dialogRef: MatDialogRef<MediaPreviewDialogComponent>);
320
+ ngOnInit(): void;
321
+ close(): void;
322
+ prev(): void;
323
+ next(): void;
324
+ static ɵfac: i0.ɵɵFactoryDeclaration<MediaPreviewDialogComponent, never>;
325
+ static ɵcmp: i0.ɵɵComponentDeclaration<MediaPreviewDialogComponent, "rolatech-media-preview-dialog", never, {}, {}, never, never, true, never>;
326
+ }
327
+
328
+ declare class MediaUploadComponent {
329
+ title: i0.InputSignal<string>;
330
+ subtitle: i0.InputSignal<string>;
331
+ description: i0.InputSignal<string>;
332
+ isUploading: i0.InputSignal<boolean>;
333
+ mediaItemClick: i0.OutputEmitterRef<Media>;
334
+ upload: i0.OutputEmitterRef<FormData | null>;
335
+ media: Media[];
336
+ dialog: MatDialog;
337
+ onMediaItemClick(item: Media): void;
338
+ onMediaClick(i: any): void;
339
+ onUpload(event: any): void;
340
+ static ɵfac: i0.ɵɵFactoryDeclaration<MediaUploadComponent, never>;
341
+ static ɵcmp: i0.ɵɵComponentDeclaration<MediaUploadComponent, "rolatech-media-upload", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "isUploading": { "alias": "isUploading"; "required": false; "isSignal": true; }; }, { "mediaItemClick": "mediaItemClick"; "upload": "upload"; }, never, never, true, never>;
342
+ }
343
+
344
+ declare class StorageBucketCreateComponent implements OnInit, DoCheck {
345
+ name: i0.InputSignal<string | undefined>;
346
+ output: i0.OutputEmitterRef<any>;
347
+ ngOnInit(): void;
348
+ ngDoCheck(): void;
349
+ static ɵfac: i0.ɵɵFactoryDeclaration<StorageBucketCreateComponent, never>;
350
+ static ɵcmp: i0.ɵɵComponentDeclaration<StorageBucketCreateComponent, "rolatech-storage-bucket-create", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; }, { "output": "output"; }, never, never, true, never>;
351
+ }
352
+
353
+ declare class StorageFileUploadComponent implements OnInit, DoCheck {
354
+ title: i0.InputSignal<string | undefined>;
355
+ output: i0.OutputEmitterRef<any>;
356
+ fileData: any;
357
+ progressInfos: any;
358
+ isFinished: boolean;
359
+ isUploaded: boolean;
360
+ file: any;
361
+ ngOnInit(): void;
362
+ ngDoCheck(): void;
363
+ selectFiles(event: any): void;
364
+ removeFile(): void;
365
+ static ɵfac: i0.ɵɵFactoryDeclaration<StorageFileUploadComponent, never>;
366
+ static ɵcmp: i0.ɵɵComponentDeclaration<StorageFileUploadComponent, "rolatech-storage-file-upload", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; }, { "output": "output"; }, never, never, true, never>;
367
+ }
368
+
369
+ declare class StorageFolderCreateComponent implements OnInit, DoCheck {
370
+ name: i0.InputSignal<string | undefined>;
371
+ isPublic: i0.InputSignal<boolean>;
372
+ output: i0.OutputEmitterRef<any>;
373
+ ngOnInit(): void;
374
+ ngDoCheck(): void;
375
+ static ɵfac: i0.ɵɵFactoryDeclaration<StorageFolderCreateComponent, never>;
376
+ static ɵcmp: i0.ɵɵComponentDeclaration<StorageFolderCreateComponent, "rolatech-storage-folder-create", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "isPublic": { "alias": "isPublic"; "required": false; "isSignal": true; }; }, { "output": "output"; }, never, never, true, never>;
377
+ }
378
+
379
+ declare class MenuUserComponent {
380
+ environment: any;
381
+ myaccountUrl: any;
382
+ user: i0.InputSignal<any>;
383
+ title: i0.InputSignal<string | undefined>;
384
+ subtitle: i0.InputSignal<string | undefined>;
385
+ avatar: i0.Signal<any>;
386
+ constructor();
387
+ static ɵfac: i0.ɵɵFactoryDeclaration<MenuUserComponent, never>;
388
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuUserComponent, "rolatech-menu-user", never, { "user": { "alias": "user"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
389
+ }
390
+
391
+ declare class WechatConnectDialogComponent {
392
+ dialogRef: MatDialogRef<any, any>;
393
+ environment: any;
394
+ appId: i0.ModelSignal<unknown>;
395
+ redirectUri: i0.ModelSignal<string>;
396
+ state: i0.ModelSignal<unknown>;
397
+ urlSafe: SafeResourceUrl;
398
+ sanitizer: DomSanitizer;
399
+ baseUrl: string;
400
+ loaded: boolean;
401
+ constructor();
402
+ onNoClick(): void;
403
+ onLogin(event: any): void;
404
+ static ɵfac: i0.ɵɵFactoryDeclaration<WechatConnectDialogComponent, never>;
405
+ static ɵcmp: i0.ɵɵComponentDeclaration<WechatConnectDialogComponent, "rolatech-wechat-connect-dialog", never, { "appId": { "alias": "appId"; "required": false; "isSignal": true; }; "redirectUri": { "alias": "redirectUri"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; }, { "appId": "appIdChange"; "redirectUri": "redirectUriChange"; "state": "stateChange"; }, never, never, true, never>;
406
+ }
407
+
408
+ interface PreMedia {
409
+ url: string;
410
+ alt: string;
411
+ isUploading: boolean;
412
+ isUploaded: boolean;
413
+ file: File;
414
+ }
415
+ declare class MediaUploadDialogComponent implements OnInit {
416
+ dialogRef: MatDialogRef<MediaUploadDialogComponent>;
417
+ data: any;
418
+ private mediaService;
419
+ fileData: any;
420
+ progressInfos: any;
421
+ media: Media[];
422
+ preMedia: PreMedia[];
423
+ isFinished: boolean;
424
+ isUploaded: boolean;
425
+ constructor(dialogRef: MatDialogRef<MediaUploadDialogComponent>, data: any, mediaService: MediaService);
426
+ ngOnInit(): void;
427
+ selectFiles(event: any): void;
428
+ addImage(file: any): void;
429
+ removeImage(index: any): void;
430
+ uploadFiles(): void;
431
+ upload(idx: any, file: any): void;
432
+ static ɵfac: i0.ɵɵFactoryDeclaration<MediaUploadDialogComponent, never>;
433
+ static ɵcmp: i0.ɵɵComponentDeclaration<MediaUploadDialogComponent, "rolatech-media-upload-dialog", never, {}, {}, never, never, true, never>;
434
+ }
435
+
436
+ declare class MediaListComponent {
437
+ isUploading: i0.InputSignal<boolean | undefined>;
438
+ media: i0.InputSignal<Media[] | undefined>;
439
+ showAdd: i0.InputSignal<boolean>;
440
+ mediaItemClick: i0.OutputEmitterRef<Media>;
441
+ upload: i0.OutputEmitterRef<FormData | null>;
442
+ onMediaItemClick(item: Media): void;
443
+ onUpload(event: any): void;
444
+ static ɵfac: i0.ɵɵFactoryDeclaration<MediaListComponent, never>;
445
+ static ɵcmp: i0.ɵɵComponentDeclaration<MediaListComponent, "rolatech-media-list", never, { "isUploading": { "alias": "isUploading"; "required": false; "isSignal": true; }; "media": { "alias": "media"; "required": false; "isSignal": true; }; "showAdd": { "alias": "showAdd"; "required": false; "isSignal": true; }; }, { "mediaItemClick": "mediaItemClick"; "upload": "upload"; }, never, ["*"], true, never>;
446
+ }
447
+
448
+ declare class MediaListItemComponent {
449
+ media: i0.InputSignal<Media>;
450
+ uploadProgress: i0.InputSignal<number>;
451
+ uploading: i0.InputSignal<boolean | undefined>;
452
+ mediaItemClick: i0.OutputEmitterRef<{
453
+ selected: number;
454
+ media: Media;
455
+ }>;
456
+ deleteMedia: i0.OutputEmitterRef<Media>;
457
+ onMediaItemClick(event: any): void;
458
+ onDeleteMedia(media: Media): void;
459
+ static ɵfac: i0.ɵɵFactoryDeclaration<MediaListItemComponent, never>;
460
+ static ɵcmp: i0.ɵɵComponentDeclaration<MediaListItemComponent, "rolatech-media-list-item", never, { "media": { "alias": "media"; "required": true; "isSignal": true; }; "uploadProgress": { "alias": "uploadProgress"; "required": false; "isSignal": true; }; "uploading": { "alias": "uploading"; "required": false; "isSignal": true; }; }, { "mediaItemClick": "mediaItemClick"; "deleteMedia": "deleteMedia"; }, never, never, true, never>;
461
+ }
462
+
463
+ declare class NotFoundComponent implements OnInit {
464
+ private router;
465
+ url: string;
466
+ constructor(router: Router);
467
+ ngOnInit(): void;
468
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotFoundComponent, never>;
469
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotFoundComponent, "rolatech-not-found", never, {}, {}, never, never, true, never>;
470
+ }
471
+
472
+ interface DialogData {
473
+ title: string;
474
+ message: string;
475
+ }
476
+ declare class ConfirmationDialogComponent {
477
+ data: DialogData;
478
+ dialogRef: MatDialogRef<ConfirmationDialogComponent>;
479
+ onNoClick(): void;
480
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, never>;
481
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "rolatech-confirmation-dialog", never, {}, {}, never, never, true, never>;
482
+ }
483
+
484
+ declare global {
485
+ interface Window {
486
+ qq: any;
487
+ TMap: any;
488
+ }
489
+ }
490
+ declare class LocationSelectorComponent implements OnInit, DoCheck {
491
+ map: any;
492
+ markers: any;
493
+ lists: any;
494
+ infoWindowList: any[];
495
+ selectedLocation: any;
496
+ cities: string[];
497
+ region: string;
498
+ output: i0.OutputEmitterRef<any>;
499
+ ngOnInit(): void;
500
+ ngDoCheck(): void;
501
+ init(): void;
502
+ onSearchChange(event: any): void;
503
+ setLocation(index: any): void;
504
+ selectionChange(event: any): void;
505
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocationSelectorComponent, never>;
506
+ static ɵcmp: i0.ɵɵComponentDeclaration<LocationSelectorComponent, "rolatech-location-selector", never, {}, { "output": "output"; }, never, never, true, never>;
507
+ }
508
+
509
+ declare class FilterComponent {
510
+ static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent, never>;
511
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent, "rolatech-filter", never, {}, {}, never, ["*"], true, never>;
512
+ }
513
+
514
+ declare class ConfirmationComponent {
515
+ message: i0.ModelSignal<unknown>;
516
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationComponent, never>;
517
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "rolatech-confirmation", never, { "message": { "alias": "message"; "required": false; "isSignal": true; }; }, { "message": "messageChange"; }, never, never, true, never>;
518
+ }
519
+
520
+ declare class BaseComponent {
521
+ route: ActivatedRoute;
522
+ router: Router;
523
+ id: any;
524
+ dialogService: DialogService;
525
+ dialog: MatDialog;
526
+ snackBarService: SnackBarService;
527
+ titleService: TitleService;
528
+ navigation: NavigationService;
529
+ }
530
+
531
+ declare class MaterialModule {
532
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
533
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1.A11yModule, typeof i2.ClipboardModule, typeof i3.CdkStepperModule, typeof i4.CdkTableModule, typeof i5.CdkTreeModule, typeof i6.DragDropModule, typeof _angular_cdk_layout.LayoutModule, typeof i8.MatAutocompleteModule, typeof i9.MatBadgeModule, typeof i10.MatBottomSheetModule, typeof i11.MatButtonModule, typeof i12.MatButtonToggleModule, typeof i13.MatCardModule, typeof i14.MatCheckboxModule, typeof i15.MatChipsModule, typeof i16.MatStepperModule, typeof i17.MatDatepickerModule, typeof i18.MatDialogModule, typeof i19.MatDividerModule, typeof i20.MatExpansionModule, typeof i21.MatGridListModule, typeof i22.MatIconModule, typeof i23.MatFormFieldModule, typeof i24.MatInputModule, typeof i25.MatListModule, typeof i26.MatMenuModule, typeof i27.MatNativeDateModule, typeof i28.MatPaginatorModule, typeof i29.MatProgressBarModule, typeof i30.MatProgressSpinnerModule, typeof i31.MatRadioModule, typeof i27.MatRippleModule, typeof i32.MatSelectModule, typeof i33.MatSidenavModule, typeof i34.MatSliderModule, typeof i35.MatSlideToggleModule, typeof i36.MatSnackBarModule, typeof i37.MatSortModule, typeof i38.MatTableModule, typeof i39.MatTabsModule, typeof i40.MatToolbarModule, typeof i41.MatTooltipModule, typeof i42.MatTreeModule, typeof i43.PortalModule, typeof i44.ScrollingModule], [typeof i1.A11yModule, typeof i2.ClipboardModule, typeof i3.CdkStepperModule, typeof i4.CdkTableModule, typeof i5.CdkTreeModule, typeof i6.DragDropModule, typeof _angular_cdk_layout.LayoutModule, typeof i8.MatAutocompleteModule, typeof i9.MatBadgeModule, typeof i10.MatBottomSheetModule, typeof i11.MatButtonModule, typeof i12.MatButtonToggleModule, typeof i13.MatCardModule, typeof i14.MatCheckboxModule, typeof i15.MatChipsModule, typeof i16.MatStepperModule, typeof i17.MatDatepickerModule, typeof i18.MatDialogModule, typeof i19.MatDividerModule, typeof i20.MatExpansionModule, typeof i21.MatGridListModule, typeof i22.MatIconModule, typeof i23.MatFormFieldModule, typeof i24.MatInputModule, typeof i25.MatListModule, typeof i26.MatMenuModule, typeof i27.MatNativeDateModule, typeof i28.MatPaginatorModule, typeof i29.MatProgressBarModule, typeof i30.MatProgressSpinnerModule, typeof i31.MatRadioModule, typeof i27.MatRippleModule, typeof i32.MatSelectModule, typeof i33.MatSidenavModule, typeof i34.MatSliderModule, typeof i35.MatSlideToggleModule, typeof i36.MatSnackBarModule, typeof i37.MatSortModule, typeof i38.MatTableModule, typeof i39.MatTabsModule, typeof i40.MatToolbarModule, typeof i41.MatTooltipModule, typeof i42.MatTreeModule, typeof i43.PortalModule, typeof i44.ScrollingModule]>;
534
+ static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
535
+ }
536
+
537
+ declare class AngularComponentsModule {
538
+ static ɵfac: i0.ɵɵFactoryDeclaration<AngularComponentsModule, never>;
539
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AngularComponentsModule, never, [typeof MaterialModule], [typeof MaterialModule]>;
540
+ static ɵinj: i0.ɵɵInjectorDeclaration<AngularComponentsModule>;
541
+ }
542
+
543
+ interface Column {
544
+ ref: string;
545
+ name: string;
546
+ }
547
+ interface TableData<T> {
548
+ columns: Column[];
549
+ data: CdkTableDataSourceInput<T>;
550
+ }
551
+ declare class TableComponent implements OnInit {
552
+ dataSource: i0.InputSignal<TableData<any>>;
553
+ displayedColumns: string[];
554
+ ngOnInit(): void;
555
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
556
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "rolatech-table", never, { "dataSource": { "alias": "dataSource"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
557
+ }
558
+
559
+ declare class PaginatorComponent {
560
+ prevClick(): void;
561
+ nextClick(): void;
562
+ static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
563
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "rolatech-paginator", never, {}, {}, never, never, true, never>;
564
+ }
565
+
566
+ declare class SpinnerComponent implements AfterViewInit, OnDestroy {
567
+ title: i0.InputSignal<string | undefined>;
568
+ isLoading: boolean;
569
+ loadingSubscription: Subscription;
570
+ loadingService: LoadingService;
571
+ _elmRef: ElementRef<any>;
572
+ _changeDetectorRef: ChangeDetectorRef;
573
+ ngAfterViewInit(): void;
574
+ ngOnDestroy(): void;
575
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
576
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "rolatech-spinner", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
577
+ }
578
+
579
+ declare class MediaPreviewComponent {
580
+ static ɵfac: i0.ɵɵFactoryDeclaration<MediaPreviewComponent, never>;
581
+ static ɵcmp: i0.ɵɵComponentDeclaration<MediaPreviewComponent, "rolatech-media-preview", never, {}, {}, never, never, true, never>;
582
+ }
583
+
584
+ declare class ToolbarComponent {
585
+ hasId: string;
586
+ hasClass: boolean;
587
+ title: i0.InputSignal<unknown>;
588
+ subtitle: i0.InputSignal<unknown>;
589
+ back: i0.InputSignalWithTransform<boolean, unknown>;
590
+ link: i0.InputSignal<string>;
591
+ large: i0.InputSignalWithTransform<boolean, unknown>;
592
+ divider: i0.InputSignalWithTransform<boolean, unknown>;
593
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
594
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "rolatech-toolbar", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "back": { "alias": "back"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "large": { "alias": "large"; "required": false; "isSignal": true; }; "divider": { "alias": "divider"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
595
+ }
596
+
597
+ declare class ThumbnailComponent {
598
+ hasClass: boolean;
599
+ myColor: string;
600
+ el: ElementRef<any>;
601
+ src: i0.InputSignal<string | undefined>;
602
+ size: i0.InputSignal<string | undefined>;
603
+ mode: i0.InputSignal<string>;
604
+ ratio: i0.InputSignal<string>;
605
+ img: i0.Signal<ElementRef<any>>;
606
+ width: i0.InputSignal<number | undefined>;
607
+ height: i0.InputSignal<number | undefined>;
608
+ renderer: Renderer2;
609
+ sizea: i0.EffectRef;
610
+ full: i0.EffectRef;
611
+ ratioSet: i0.EffectRef;
612
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThumbnailComponent, never>;
613
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThumbnailComponent, "rolatech-thumbnail", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "ratio": { "alias": "ratio"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
614
+ }
615
+
616
+ declare class ImageComponent implements OnInit {
617
+ hasId: string;
618
+ hasClass: boolean;
619
+ src: i0.InputSignal<string | undefined>;
620
+ img: i0.Signal<ElementRef<any>>;
621
+ ngOnInit(): void;
622
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
623
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "rolatech-image", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
624
+ }
625
+
626
+ declare class TabsComponent implements OnInit, AfterViewInit, AfterContentInit {
627
+ ngAfterContentInit(): void;
628
+ renderer: Renderer2;
629
+ tabs: i0.Signal<readonly ElementRef<any>[]>;
630
+ selectionBar: i0.Signal<ElementRef<any>>;
631
+ select: i0.ModelSignal<number>;
632
+ loading: i0.InputSignal<boolean>;
633
+ preSelect: number;
634
+ clientWidths: number[];
635
+ protected _isServer: boolean;
636
+ ngOnInit(): void;
637
+ ngAfterViewInit(): void;
638
+ init(): void;
639
+ getOffset(index: number): number;
640
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
641
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "rolatech-tabs", never, { "select": { "alias": "select"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; }, { "select": "selectChange"; }, ["tabs"], ["*"], true, never>;
642
+ }
643
+
644
+ declare class TabComponent {
645
+ hasId: string;
646
+ hasClass: boolean;
647
+ label: i0.InputSignal<unknown>;
648
+ item: i0.Signal<ElementRef<any> | undefined>;
649
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
650
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "rolatech-tab", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
651
+ }
652
+
653
+ declare class MenuIconComponent {
654
+ hasClass: boolean;
655
+ static ɵfac: i0.ɵɵFactoryDeclaration<MenuIconComponent, never>;
656
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuIconComponent, "rolatech-menu-icon", never, {}, {}, never, never, true, never>;
657
+ }
658
+
659
+ declare class ListComponent {
660
+ id: string;
661
+ hasClass: boolean;
662
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
663
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "rolatech-list", never, {}, {}, never, ["*"], true, never>;
664
+ }
665
+
666
+ declare class ContentComponent {
667
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContentComponent, never>;
668
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContentComponent, "rolatech-content", never, {}, {}, never, ["*"], true, never>;
669
+ }
670
+
671
+ declare class ChipBarComponent implements AfterViewInit {
672
+ hasId: string;
673
+ hasClass: boolean;
674
+ private el;
675
+ private renderer;
676
+ private resizeObserver;
677
+ private chips;
678
+ private scroller;
679
+ router: i0.InputSignal<string>;
680
+ items: i0.InputSignal<any[]>;
681
+ fluid: i0.InputSignalWithTransform<boolean, unknown>;
682
+ fixed: i0.InputSignalWithTransform<boolean, unknown>;
683
+ platformId: Object;
684
+ clientWidth: number;
685
+ scrollWidth: number;
686
+ scrollLeft: number;
687
+ constructor(iconRegistry: MatIconRegistry, sanitizer: DomSanitizer);
688
+ ngAfterViewInit(): void;
689
+ setCustomProperties(width: number): void;
690
+ init(): void;
691
+ onScroll(event: any): void;
692
+ leftArrowClick(): void;
693
+ rightArrowClick(): void;
694
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipBarComponent, never>;
695
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipBarComponent, "rolatech-chip-bar", never, { "router": { "alias": "router"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "fluid": { "alias": "fluid"; "required": false; "isSignal": true; }; "fixed": { "alias": "fixed"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
696
+ }
697
+
698
+ declare class AvatarComponent {
699
+ hasClass: boolean;
700
+ src: i0.InputSignal<string | undefined>;
701
+ size: i0.InputSignal<string>;
702
+ el: ElementRef<any>;
703
+ renderer: Renderer2;
704
+ sizea: i0.EffectRef;
705
+ static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
706
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "rolatech-avatar", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
707
+ }
708
+
709
+ declare class ImagePlaceholderComponent implements OnInit {
710
+ ngOnInit(): void;
711
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImagePlaceholderComponent, never>;
712
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImagePlaceholderComponent, "rolatech-image-placeholder", never, {}, {}, never, never, true, never>;
713
+ }
714
+
715
+ declare class ImagePreviewDialogComponent implements OnInit {
716
+ data: any;
717
+ private dialogRef;
718
+ selected: any;
719
+ index: number;
720
+ prevDisabled: boolean;
721
+ nextDisabled: boolean;
722
+ constructor(data: any, dialogRef: MatDialogRef<ImagePreviewDialogComponent>);
723
+ ngOnInit(): void;
724
+ close(): void;
725
+ prev(): void;
726
+ next(): void;
727
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImagePreviewDialogComponent, never>;
728
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImagePreviewDialogComponent, "rolatech-image-preview-dialog", never, {}, {}, never, never, true, never>;
729
+ }
730
+
731
+ declare class EmptyComponent {
732
+ static ɵfac: i0.ɵɵFactoryDeclaration<EmptyComponent, never>;
733
+ static ɵcmp: i0.ɵɵComponentDeclaration<EmptyComponent, "rolatech-empty", never, {}, {}, never, never, true, never>;
734
+ }
735
+
736
+ declare class InputComponent {
737
+ title: i0.ModelSignal<unknown>;
738
+ placeholder: i0.InputSignal<string>;
739
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
740
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "rolatech-input", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, { "title": "titleChange"; }, never, never, true, never>;
741
+ }
742
+
743
+ declare class RichViewComponent implements OnInit, AfterViewInit {
744
+ hasClass: boolean;
745
+ disableScrollbar: boolean;
746
+ platformId: Object;
747
+ el: ElementRef<any>;
748
+ items: i0.Signal<readonly ElementRef<any>[]>;
749
+ list: i0.InputSignalWithTransform<boolean, unknown>;
750
+ wrap: i0.InputSignalWithTransform<boolean, unknown>;
751
+ private resizeObserver;
752
+ constructor();
753
+ ngOnInit(): void;
754
+ ngAfterViewInit(): void;
755
+ setCustomProperties(width: number): void;
756
+ static ɵfac: i0.ɵɵFactoryDeclaration<RichViewComponent, never>;
757
+ static ɵcmp: i0.ɵɵComponentDeclaration<RichViewComponent, "rolatech-rich-view", never, { "list": { "alias": "list"; "required": false; "isSignal": true; }; "wrap": { "alias": "wrap"; "required": false; "isSignal": true; }; }, {}, ["items"], ["*"], true, never>;
758
+ }
759
+
760
+ declare class RichItemComponent {
761
+ hasClass: boolean;
762
+ list: i0.InputSignalWithTransform<boolean, unknown>;
763
+ thumbnail: i0.InputSignal<string | undefined>;
764
+ avatar: i0.InputSignal<string | undefined>;
765
+ title: i0.InputSignal<string | undefined>;
766
+ subtitle: i0.InputSignal<string | undefined>;
767
+ price: i0.InputSignal<any>;
768
+ thumbnailRatio: i0.InputSignal<string>;
769
+ currencySymbol: i0.InputSignal<string>;
770
+ static ɵfac: i0.ɵɵFactoryDeclaration<RichItemComponent, never>;
771
+ static ɵcmp: i0.ɵɵComponentDeclaration<RichItemComponent, "rolatech-rich-item", never, { "list": { "alias": "list"; "required": false; "isSignal": true; }; "thumbnail": { "alias": "thumbnail"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "price": { "alias": "price"; "required": false; "isSignal": true; }; "thumbnailRatio": { "alias": "thumbnailRatio"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
772
+ }
773
+
774
+ declare class EditorComponent implements OnInit, AfterViewInit {
775
+ platformId: Object;
776
+ isBrowser: boolean;
777
+ editor: any;
778
+ constructor();
779
+ ngAfterViewInit(): void;
780
+ ngOnInit(): void;
781
+ get toolbar(): (string[] | {
782
+ list: string;
783
+ }[] | {
784
+ script: string;
785
+ }[] | {
786
+ indent: string;
787
+ }[] | {
788
+ direction: string;
789
+ }[] | {
790
+ header: (number | boolean)[];
791
+ }[] | {
792
+ font: never[];
793
+ }[] | {
794
+ align: never[];
795
+ }[])[];
796
+ quill(): Promise<void>;
797
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
798
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "rolatech-editor", never, {}, {}, never, never, true, never>;
799
+ }
800
+
801
+ declare class AccordionComponent {
802
+ hasClass: boolean;
803
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
804
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "rolatech-accordion", never, {}, {}, never, ["*"], true, never>;
805
+ }
806
+
807
+ declare class PanelComponent implements OnInit, AfterViewInit {
808
+ hasClass: boolean;
809
+ border: i0.InputSignalWithTransform<boolean, unknown>;
810
+ divider: i0.InputSignalWithTransform<boolean, unknown>;
811
+ expanded: i0.ModelSignal<boolean>;
812
+ title: i0.InputSignal<any>;
813
+ subtitle: i0.InputSignal<string | undefined>;
814
+ private el;
815
+ constructor();
816
+ ngOnInit(): void;
817
+ ngAfterViewInit(): void;
818
+ toggle(): void;
819
+ static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>;
820
+ static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "rolatech-panel", never, { "border": { "alias": "border"; "required": false; "isSignal": true; }; "divider": { "alias": "divider"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; }, { "expanded": "expandedChange"; }, never, ["rolatech-panel-header", "*"], true, never>;
821
+ }
822
+
823
+ declare class PanelHeaderComponent {
824
+ static ɵfac: i0.ɵɵFactoryDeclaration<PanelHeaderComponent, never>;
825
+ static ɵcmp: i0.ɵɵComponentDeclaration<PanelHeaderComponent, "rolatech-panel-header", never, {}, {}, never, ["*"], true, never>;
826
+ }
827
+
828
+ export { APP_LAYOUT, AcceptDialogComponent, AccordionComponent, AngularComponentsModule, AppPageComponent, AvatarComponent, BaseComponent, ChipBarComponent, ConfirmationComponent, ConfirmationDialogComponent, ConsoleLayoutComponent, ContainerComponent, ContentComponent, DrawerComponent, EditorComponent, EmptyComponent, FilterComponent, FolderComponent, FooterComponent, IconButtonComponent, IconComponent, ImageComponent, ImagePlaceholderComponent, ImagePreviewDialogComponent, InputComponent, LayoutComponent, ListComponent, LocationSelectorComponent, MaterialModule, MediaListComponent, MediaListItemComponent, MediaPreviewComponent, MediaPreviewDialogComponent, MediaUploadComponent, MediaUploadDialogComponent, MenuIconComponent, MenuUserComponent, MiniGuideComponent, NotFoundComponent, PaginatorComponent, PanelComponent, PanelHeaderComponent, PdfViewerComponent, RejectDialogComponent, ResizableContainerComponent, RichGridMediaComponent, RichItemComponent, RichLabelComponent, RichViewComponent, SpinnerComponent, StorageBucketCreateComponent, StorageFileUploadComponent, StorageFolderCreateComponent, TabComponent, TableComponent, TabsComponent, ThumbnailComponent, TitleComponent, ToolbarComponent, TopbarAvatarMenuComponent, TopbarComponent, WechatConnectDialogComponent, provideAngularLayout };
829
+ export type { AppLayoutConfig, AppTopbarConfig, Column, DrawerConfig, MiniGuide, TableData };