@rolatech/angular-components 19.0.0-beta.8 → 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.
- package/fesm2022/rolatech-angular-components.mjs +441 -205
- package/fesm2022/rolatech-angular-components.mjs.map +1 -1
- package/index.d.ts +829 -56
- package/package.json +3 -3
- package/lib/accordion/accordion.component.d.ts +0 -6
- package/lib/angular-components.module.d.ts +0 -7
- package/lib/avatar/avatar.component.d.ts +0 -12
- package/lib/base.component.d.ts +0 -13
- package/lib/chip-bar/chip-bar.component.d.ts +0 -30
- package/lib/confirmation-dialog/confirmation-dialog.component.d.ts +0 -13
- package/lib/console-layout/console-layout.component.d.ts +0 -5
- package/lib/container/container.component.d.ts +0 -7
- package/lib/content/content.component.d.ts +0 -5
- package/lib/drawer/drawer-animations.d.ts +0 -6
- package/lib/drawer/drawer.component.d.ts +0 -42
- package/lib/editor/editor.component.d.ts +0 -28
- package/lib/empty/empty.component.d.ts +0 -5
- package/lib/filter/filter.component.d.ts +0 -5
- package/lib/folder/folder.component.d.ts +0 -5
- package/lib/footer/footer.component.d.ts +0 -12
- package/lib/icon/icon.component.d.ts +0 -10
- package/lib/icon-button/icon-button.component.d.ts +0 -6
- package/lib/image/image.component.d.ts +0 -11
- package/lib/image-placeholder/image-placeholder.component.d.ts +0 -7
- package/lib/image-preview-dialog/image-preview-dialog.component.d.ts +0 -18
- package/lib/input/input.component.d.ts +0 -7
- package/lib/layout/layout.component.d.ts +0 -32
- package/lib/list/list.component.d.ts +0 -7
- package/lib/material.module.d.ts +0 -50
- package/lib/media-list/media-list.component.d.ts +0 -13
- package/lib/media-list-item/media-list-item.component.d.ts +0 -15
- package/lib/media-preview/media-preview.component.d.ts +0 -5
- package/lib/media-preview-dialog/media-preview-dialog.component.d.ts +0 -18
- package/lib/media-upload/media-upload.component.d.ts +0 -18
- package/lib/media-upload-dialog/media-upload-dialog.component.d.ts +0 -32
- package/lib/menu-icon/menu-icon.component.d.ts +0 -6
- package/lib/menu-user/menu-user.component.d.ts +0 -16
- package/lib/mini-guide/mini-guide.component.d.ts +0 -26
- package/lib/not-found/not-found.component.d.ts +0 -11
- package/lib/page/page.component.d.ts +0 -10
- package/lib/paginator/paginator.component.d.ts +0 -7
- package/lib/panel/panel-animations.d.ts +0 -6
- package/lib/panel/panel-header.component.d.ts +0 -5
- package/lib/panel/panel.component.d.ts +0 -17
- package/lib/rich-item/rich-item.component.d.ts +0 -13
- package/lib/rich-view/rich-view.component.d.ts +0 -18
- package/lib/spinner/spinner.component.d.ts +0 -16
- package/lib/storage-bucket-create/storage-bucket-create.component.d.ts +0 -10
- package/lib/storage-file-upload/storage-file-upload.component.d.ts +0 -17
- package/lib/storage-folder-create/storage-folder-create.component.d.ts +0 -11
- package/lib/tab/tab.component.d.ts +0 -10
- package/lib/table/table.component.d.ts +0 -18
- package/lib/tabs/tabs.component.d.ts +0 -19
- package/lib/thumbnail/thumbnail.component.d.ts +0 -20
- package/lib/title/title.component.d.ts +0 -9
- package/lib/toolbar/toolbar.component.d.ts +0 -13
- package/lib/topbar/topbar.component.d.ts +0 -22
- package/lib/topbar-avatar-menu/topbar-avatar-menu.component.d.ts +0 -11
- package/lib/wechat-connect-dialog/wechat-connect-dialog.component.d.ts +0 -19
- package/provider.d.ts +0 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolatech/angular-components",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.1.0-beta.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "rolatech angular components",
|
|
6
6
|
"repository": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"lodash": "^4.17.21"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@rolatech/angular-common": "19.
|
|
36
|
-
"@rolatech/angular-services": "19.
|
|
35
|
+
"@rolatech/angular-common": "19.1.0-beta.3",
|
|
36
|
+
"@rolatech/angular-services": "19.1.0-beta.3",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"exports": {
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AccordionComponent {
|
|
3
|
-
hasClass: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "rolatech-accordion", never, {}, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./material.module";
|
|
3
|
-
export declare class AngularComponentsModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AngularComponentsModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AngularComponentsModule, never, [typeof i1.MaterialModule], [typeof i1.MaterialModule]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AngularComponentsModule>;
|
|
7
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AvatarComponent {
|
|
4
|
-
hasClass: boolean;
|
|
5
|
-
src: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
-
size: import("@angular/core").InputSignal<string>;
|
|
7
|
-
el: ElementRef<any>;
|
|
8
|
-
renderer: Renderer2;
|
|
9
|
-
sizea: import("@angular/core").EffectRef;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
11
|
-
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>;
|
|
12
|
-
}
|
package/lib/base.component.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
-
import { DialogService, NavigationService, SnackBarService, TitleService } from '@rolatech/angular-services';
|
|
4
|
-
export declare class BaseComponent {
|
|
5
|
-
route: ActivatedRoute;
|
|
6
|
-
router: Router;
|
|
7
|
-
id: any;
|
|
8
|
-
dialogService: DialogService;
|
|
9
|
-
dialog: MatDialog;
|
|
10
|
-
snackBarService: SnackBarService;
|
|
11
|
-
titleService: TitleService;
|
|
12
|
-
navigation: NavigationService;
|
|
13
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { MatIconRegistry } from '@angular/material/icon';
|
|
3
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ChipBarComponent implements AfterViewInit {
|
|
6
|
-
hasId: string;
|
|
7
|
-
hasClass: boolean;
|
|
8
|
-
private el;
|
|
9
|
-
private renderer;
|
|
10
|
-
private resizeObserver;
|
|
11
|
-
private chips;
|
|
12
|
-
private scroller;
|
|
13
|
-
router: import("@angular/core").InputSignal<string>;
|
|
14
|
-
items: import("@angular/core").InputSignal<any[]>;
|
|
15
|
-
fluid: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
16
|
-
fixed: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
17
|
-
platformId: Object;
|
|
18
|
-
clientWidth: number;
|
|
19
|
-
scrollWidth: number;
|
|
20
|
-
scrollLeft: number;
|
|
21
|
-
constructor(iconRegistry: MatIconRegistry, sanitizer: DomSanitizer);
|
|
22
|
-
ngAfterViewInit(): void;
|
|
23
|
-
setCustomProperties(width: number): void;
|
|
24
|
-
init(): void;
|
|
25
|
-
onScroll(event: any): void;
|
|
26
|
-
leftArrowClick(): void;
|
|
27
|
-
rightArrowClick(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipBarComponent, never>;
|
|
29
|
-
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>;
|
|
30
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface DialogData {
|
|
4
|
-
title: string;
|
|
5
|
-
message: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class ConfirmationDialogComponent {
|
|
8
|
-
data: DialogData;
|
|
9
|
-
dialogRef: MatDialogRef<ConfirmationDialogComponent>;
|
|
10
|
-
onNoClick(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "rolatech-confirmation-dialog", never, {}, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ConsoleLayoutComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConsoleLayoutComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConsoleLayoutComponent, "rolatech-console-layout", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ContainerComponent {
|
|
3
|
-
hasId: string;
|
|
4
|
-
hasClass: boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContainerComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "rolatech-container", never, {}, {}, never, ["rolatech-toolbar", "rolatech-filter", "rolatech-tabs", "rolatech-chip-bar", "rolatech-list", "rolatech-content", "*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
export declare const PANEL_ANIMATION_TIMING = "225ms cubic-bezier(0.4,0.0,0.2,1)";
|
|
3
|
-
export declare const panelAnimations: {
|
|
4
|
-
readonly indicator: AnimationTriggerMetadata;
|
|
5
|
-
readonly content: AnimationTriggerMetadata;
|
|
6
|
-
};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { AfterContentChecked, AfterContentInit, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface LINK {
|
|
5
|
-
title: string;
|
|
6
|
-
subtitle?: string;
|
|
7
|
-
openinView?: boolean;
|
|
8
|
-
icon?: string;
|
|
9
|
-
link: string;
|
|
10
|
-
children?: LINK[];
|
|
11
|
-
button?: boolean;
|
|
12
|
-
exact?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare class DrawerComponent implements AfterContentInit, AfterContentChecked {
|
|
15
|
-
private _enableAnimations;
|
|
16
|
-
persistent: boolean | undefined;
|
|
17
|
-
links: import("@angular/core").InputSignal<LINK[] | undefined>;
|
|
18
|
-
position: import("@angular/core").InputSignal<string>;
|
|
19
|
-
opened: import("@angular/core").InputSignal<boolean>;
|
|
20
|
-
el: ElementRef<any>;
|
|
21
|
-
renderer: Renderer2;
|
|
22
|
-
platformId: Object;
|
|
23
|
-
breakpointObserver: BreakpointObserver;
|
|
24
|
-
appLayout: import("../../provider").AppLayoutConfig;
|
|
25
|
-
guideEl: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
26
|
-
content: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
27
|
-
scrimEl: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
28
|
-
headerEl: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
29
|
-
isMobile: boolean;
|
|
30
|
-
isPersistent: boolean;
|
|
31
|
-
panelOpenState: boolean;
|
|
32
|
-
private _opened;
|
|
33
|
-
private _platform;
|
|
34
|
-
open(): void;
|
|
35
|
-
close(): void;
|
|
36
|
-
toggle(): void;
|
|
37
|
-
init(isMobile: boolean): void;
|
|
38
|
-
ngAfterContentInit(): void;
|
|
39
|
-
ngAfterContentChecked(): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerComponent, never>;
|
|
41
|
-
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>;
|
|
42
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class EditorComponent implements OnInit, AfterViewInit {
|
|
4
|
-
platformId: Object;
|
|
5
|
-
isBrowser: boolean;
|
|
6
|
-
editor: any;
|
|
7
|
-
constructor();
|
|
8
|
-
ngAfterViewInit(): void;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
get toolbar(): (string[] | {
|
|
11
|
-
list: string;
|
|
12
|
-
}[] | {
|
|
13
|
-
script: string;
|
|
14
|
-
}[] | {
|
|
15
|
-
indent: string;
|
|
16
|
-
}[] | {
|
|
17
|
-
direction: string;
|
|
18
|
-
}[] | {
|
|
19
|
-
header: (number | boolean)[];
|
|
20
|
-
}[] | {
|
|
21
|
-
font: never[];
|
|
22
|
-
}[] | {
|
|
23
|
-
align: never[];
|
|
24
|
-
}[])[];
|
|
25
|
-
quill(): Promise<void>;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "rolatech-editor", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FooterComponent {
|
|
3
|
-
hostId: string;
|
|
4
|
-
hasClass: boolean;
|
|
5
|
-
config: any;
|
|
6
|
-
title: import("@angular/core").InputSignal<string | undefined>;
|
|
7
|
-
copyright: import("@angular/core").InputSignal<string>;
|
|
8
|
-
fTitle: import("@angular/core").Signal<any>;
|
|
9
|
-
fCopyright: import("@angular/core").Signal<any>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
11
|
-
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>;
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IconComponent {
|
|
4
|
-
hasClass: boolean;
|
|
5
|
-
filled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
6
|
-
el: ElementRef<any>;
|
|
7
|
-
constructor();
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "rolatech-icon", never, { "filled": { "alias": "filled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
10
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IconButtonComponent {
|
|
3
|
-
hasClass: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "rolatech-icon-button", never, {}, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ImageComponent implements OnInit {
|
|
4
|
-
hasId: string;
|
|
5
|
-
hasClass: boolean;
|
|
6
|
-
src: import("@angular/core").InputSignal<string | undefined>;
|
|
7
|
-
img: import("@angular/core").Signal<ElementRef<any>>;
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "rolatech-image", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ImagePlaceholderComponent implements OnInit {
|
|
4
|
-
ngOnInit(): void;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ImagePlaceholderComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImagePlaceholderComponent, "rolatech-image-placeholder", never, {}, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ImagePreviewDialogComponent implements OnInit {
|
|
5
|
-
data: any;
|
|
6
|
-
private dialogRef;
|
|
7
|
-
selected: any;
|
|
8
|
-
index: number;
|
|
9
|
-
prevDisabled: boolean;
|
|
10
|
-
nextDisabled: boolean;
|
|
11
|
-
constructor(data: any, dialogRef: MatDialogRef<ImagePreviewDialogComponent>);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
close(): void;
|
|
14
|
-
prev(): void;
|
|
15
|
-
next(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ImagePreviewDialogComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImagePreviewDialogComponent, "rolatech-image-preview-dialog", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class InputComponent {
|
|
3
|
-
title: import("@angular/core").ModelSignal<unknown>;
|
|
4
|
-
placeholder: import("@angular/core").InputSignal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
6
|
-
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>;
|
|
7
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { TopbarComponent } from '../topbar/topbar.component';
|
|
3
|
-
import { DrawerComponent } from '../drawer/drawer.component';
|
|
4
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
5
|
-
import { MiniGuideComponent } from '../mini-guide/mini-guide.component';
|
|
6
|
-
import { AppPageComponent } from '../page/page.component';
|
|
7
|
-
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
8
|
-
import { Platform } from '@angular/cdk/platform';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class LayoutComponent implements OnInit, AfterContentInit {
|
|
11
|
-
appLayout: import("../../provider").AppLayoutConfig;
|
|
12
|
-
viewportRuler: ViewportRuler;
|
|
13
|
-
el: ElementRef<any>;
|
|
14
|
-
renderer: Renderer2;
|
|
15
|
-
_platform: Platform;
|
|
16
|
-
breakpointObserver: BreakpointObserver;
|
|
17
|
-
topbar: import("@angular/core").Signal<TopbarComponent>;
|
|
18
|
-
drawer: import("@angular/core").Signal<DrawerComponent>;
|
|
19
|
-
page: import("@angular/core").Signal<AppPageComponent>;
|
|
20
|
-
guide: import("@angular/core").Signal<MiniGuideComponent>;
|
|
21
|
-
readonly breakpoint$: import("rxjs").Observable<import("@angular/cdk/layout").BreakpointState>;
|
|
22
|
-
constructor();
|
|
23
|
-
ngAfterContentInit(): void;
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
open(): void;
|
|
26
|
-
close(): void;
|
|
27
|
-
toggle(): void;
|
|
28
|
-
init(): void;
|
|
29
|
-
private breakpointChanged;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
|
|
31
|
-
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>;
|
|
32
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ListComponent {
|
|
3
|
-
id: string;
|
|
4
|
-
hasClass: boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "rolatech-list", never, {}, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
package/lib/material.module.d.ts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/cdk/a11y";
|
|
3
|
-
import * as i2 from "@angular/cdk/clipboard";
|
|
4
|
-
import * as i3 from "@angular/cdk/stepper";
|
|
5
|
-
import * as i4 from "@angular/cdk/table";
|
|
6
|
-
import * as i5 from "@angular/cdk/tree";
|
|
7
|
-
import * as i6 from "@angular/cdk/drag-drop";
|
|
8
|
-
import * as i7 from "@angular/cdk/layout";
|
|
9
|
-
import * as i8 from "@angular/material/autocomplete";
|
|
10
|
-
import * as i9 from "@angular/material/badge";
|
|
11
|
-
import * as i10 from "@angular/material/bottom-sheet";
|
|
12
|
-
import * as i11 from "@angular/material/button";
|
|
13
|
-
import * as i12 from "@angular/material/button-toggle";
|
|
14
|
-
import * as i13 from "@angular/material/card";
|
|
15
|
-
import * as i14 from "@angular/material/checkbox";
|
|
16
|
-
import * as i15 from "@angular/material/chips";
|
|
17
|
-
import * as i16 from "@angular/material/stepper";
|
|
18
|
-
import * as i17 from "@angular/material/datepicker";
|
|
19
|
-
import * as i18 from "@angular/material/dialog";
|
|
20
|
-
import * as i19 from "@angular/material/divider";
|
|
21
|
-
import * as i20 from "@angular/material/expansion";
|
|
22
|
-
import * as i21 from "@angular/material/grid-list";
|
|
23
|
-
import * as i22 from "@angular/material/icon";
|
|
24
|
-
import * as i23 from "@angular/material/form-field";
|
|
25
|
-
import * as i24 from "@angular/material/input";
|
|
26
|
-
import * as i25 from "@angular/material/list";
|
|
27
|
-
import * as i26 from "@angular/material/menu";
|
|
28
|
-
import * as i27 from "@angular/material/core";
|
|
29
|
-
import * as i28 from "@angular/material/paginator";
|
|
30
|
-
import * as i29 from "@angular/material/progress-bar";
|
|
31
|
-
import * as i30 from "@angular/material/progress-spinner";
|
|
32
|
-
import * as i31 from "@angular/material/radio";
|
|
33
|
-
import * as i32 from "@angular/material/select";
|
|
34
|
-
import * as i33 from "@angular/material/sidenav";
|
|
35
|
-
import * as i34 from "@angular/material/slider";
|
|
36
|
-
import * as i35 from "@angular/material/slide-toggle";
|
|
37
|
-
import * as i36 from "@angular/material/snack-bar";
|
|
38
|
-
import * as i37 from "@angular/material/sort";
|
|
39
|
-
import * as i38 from "@angular/material/table";
|
|
40
|
-
import * as i39 from "@angular/material/tabs";
|
|
41
|
-
import * as i40 from "@angular/material/toolbar";
|
|
42
|
-
import * as i41 from "@angular/material/tooltip";
|
|
43
|
-
import * as i42 from "@angular/material/tree";
|
|
44
|
-
import * as i43 from "@angular/cdk/portal";
|
|
45
|
-
import * as i44 from "@angular/cdk/scrolling";
|
|
46
|
-
export declare class MaterialModule {
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
|
48
|
-
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 i7.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 i7.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]>;
|
|
49
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
|
|
50
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Media } from '@rolatech/angular-common';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MediaListComponent {
|
|
4
|
-
isUploading: import("@angular/core").InputSignal<boolean | undefined>;
|
|
5
|
-
media: import("@angular/core").InputSignal<Media[] | undefined>;
|
|
6
|
-
showAdd: import("@angular/core").InputSignal<boolean>;
|
|
7
|
-
mediaItemClick: import("@angular/core").OutputEmitterRef<Media>;
|
|
8
|
-
upload: import("@angular/core").OutputEmitterRef<FormData | null>;
|
|
9
|
-
onMediaItemClick(item: Media): void;
|
|
10
|
-
onUpload(event: any): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MediaListComponent, never>;
|
|
12
|
-
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>;
|
|
13
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Media } from '@rolatech/angular-common';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MediaListItemComponent {
|
|
4
|
-
media: import("@angular/core").InputSignal<Media>;
|
|
5
|
-
uploadProgress: import("@angular/core").InputSignal<number>;
|
|
6
|
-
mediaItemClick: import("@angular/core").OutputEmitterRef<{
|
|
7
|
-
selected: number;
|
|
8
|
-
media: Media;
|
|
9
|
-
}>;
|
|
10
|
-
deleteMedia: import("@angular/core").OutputEmitterRef<Media>;
|
|
11
|
-
onMediaItemClick(event: any): void;
|
|
12
|
-
onDeleteMedia(media: Media): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MediaListItemComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaListItemComponent, "rolatech-media-list-item", never, { "media": { "alias": "media"; "required": true; "isSignal": true; }; "uploadProgress": { "alias": "uploadProgress"; "required": false; "isSignal": true; }; }, { "mediaItemClick": "mediaItemClick"; "deleteMedia": "deleteMedia"; }, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MediaPreviewComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MediaPreviewComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaPreviewComponent, "rolatech-media-preview", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MediaPreviewDialogComponent implements OnInit {
|
|
5
|
-
data: any;
|
|
6
|
-
private dialogRef;
|
|
7
|
-
selected: any;
|
|
8
|
-
index: number;
|
|
9
|
-
prevDisabled: boolean;
|
|
10
|
-
nextDisabled: boolean;
|
|
11
|
-
constructor(data: any, dialogRef: MatDialogRef<MediaPreviewDialogComponent>);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
close(): void;
|
|
14
|
-
prev(): void;
|
|
15
|
-
next(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MediaPreviewDialogComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaPreviewDialogComponent, "rolatech-media-preview-dialog", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { Media } from '@rolatech/angular-common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MediaUploadComponent {
|
|
5
|
-
title: import("@angular/core").InputSignal<string>;
|
|
6
|
-
subtitle: import("@angular/core").InputSignal<string>;
|
|
7
|
-
description: import("@angular/core").InputSignal<string>;
|
|
8
|
-
isUploading: import("@angular/core").InputSignal<boolean>;
|
|
9
|
-
mediaItemClick: import("@angular/core").OutputEmitterRef<Media>;
|
|
10
|
-
upload: import("@angular/core").OutputEmitterRef<FormData | null>;
|
|
11
|
-
media: Media[];
|
|
12
|
-
dialog: MatDialog;
|
|
13
|
-
onMediaItemClick(item: Media): void;
|
|
14
|
-
onMediaClick(i: any): void;
|
|
15
|
-
onUpload(event: any): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MediaUploadComponent, never>;
|
|
17
|
-
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>;
|
|
18
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { Media } from '@rolatech/angular-common';
|
|
4
|
-
import { MediaService } from '@rolatech/angular-services';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export interface PreMedia {
|
|
7
|
-
url: string;
|
|
8
|
-
alt: string;
|
|
9
|
-
isUploading: boolean;
|
|
10
|
-
isUploaded: boolean;
|
|
11
|
-
file: File;
|
|
12
|
-
}
|
|
13
|
-
export declare class MediaUploadDialogComponent implements OnInit {
|
|
14
|
-
dialogRef: MatDialogRef<MediaUploadDialogComponent>;
|
|
15
|
-
data: any;
|
|
16
|
-
private mediaService;
|
|
17
|
-
fileData: any;
|
|
18
|
-
progressInfos: any;
|
|
19
|
-
media: Media[];
|
|
20
|
-
preMedia: PreMedia[];
|
|
21
|
-
isFinished: boolean;
|
|
22
|
-
isUploaded: boolean;
|
|
23
|
-
constructor(dialogRef: MatDialogRef<MediaUploadDialogComponent>, data: any, mediaService: MediaService);
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
selectFiles(event: any): void;
|
|
26
|
-
addImage(file: any): void;
|
|
27
|
-
removeImage(index: any): void;
|
|
28
|
-
uploadFiles(): void;
|
|
29
|
-
upload(idx: any, file: any): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MediaUploadDialogComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaUploadDialogComponent, "rolatech-media-upload-dialog", never, {}, {}, never, never, true, never>;
|
|
32
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MenuIconComponent {
|
|
3
|
-
hasClass: boolean;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuIconComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuIconComponent, "rolatech-menu-icon", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export interface MenuUser {
|
|
3
|
-
name: string;
|
|
4
|
-
avatar: string;
|
|
5
|
-
email: string;
|
|
6
|
-
username: string;
|
|
7
|
-
}
|
|
8
|
-
export declare class MenuUserComponent {
|
|
9
|
-
environment: any;
|
|
10
|
-
myaccountUrl: any;
|
|
11
|
-
user: import("@angular/core").InputSignal<any>;
|
|
12
|
-
avatar: import("@angular/core").Signal<any>;
|
|
13
|
-
constructor();
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuUserComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuUserComponent, "rolatech-menu-user", never, { "user": { "alias": "user"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface MiniGuide {
|
|
5
|
-
title: string;
|
|
6
|
-
icon: string;
|
|
7
|
-
link: string;
|
|
8
|
-
}
|
|
9
|
-
export declare class MiniGuideComponent implements OnInit {
|
|
10
|
-
el: ElementRef<any>;
|
|
11
|
-
renderer: Renderer2;
|
|
12
|
-
platformId: Object;
|
|
13
|
-
breakpointObserver: BreakpointObserver;
|
|
14
|
-
items: import("@angular/core").InputSignal<MiniGuide[] | undefined>;
|
|
15
|
-
title: import("@angular/core").InputSignal<boolean>;
|
|
16
|
-
opened: boolean;
|
|
17
|
-
disableToggle: boolean;
|
|
18
|
-
readonly breakpoint$: import("rxjs").Observable<import("@angular/cdk/layout").BreakpointState>;
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
private breakpointChanged;
|
|
21
|
-
open(): void;
|
|
22
|
-
close(): void;
|
|
23
|
-
toggle(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MiniGuideComponent, never>;
|
|
25
|
-
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>;
|
|
26
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class NotFoundComponent implements OnInit {
|
|
5
|
-
private router;
|
|
6
|
-
url: string;
|
|
7
|
-
constructor(router: Router);
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotFoundComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotFoundComponent, "rolatech-not-found", never, {}, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AppPageComponent implements OnInit, AfterContentInit {
|
|
4
|
-
el: ElementRef<any>;
|
|
5
|
-
constructor();
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
ngAfterContentInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppPageComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppPageComponent, "rolatech-page", never, {}, {}, never, ["*"], true, never>;
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PaginatorComponent {
|
|
3
|
-
prevClick(): void;
|
|
4
|
-
nextClick(): void;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "rolatech-paginator", never, {}, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
export declare const PANEL_ANIMATION_TIMING = "225ms cubic-bezier(0.4,0.0,0.2,1)";
|
|
3
|
-
export declare const panelAnimations: {
|
|
4
|
-
readonly indicator: AnimationTriggerMetadata;
|
|
5
|
-
readonly content: AnimationTriggerMetadata;
|
|
6
|
-
};
|