@yoozsoft/yoozsoft-ng 4.0.7 → 5.0.0
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/README.md +11 -4
- package/datepicker/index.d.ts +291 -5
- package/directives/index.d.ts +15 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs +47 -48
- package/fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-directives.mjs +4 -4
- package/fesm2022/yoozsoft-yoozsoft-ng-directives.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs +8 -8
- package/fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-footer.mjs +6 -6
- package/fesm2022/yoozsoft-yoozsoft-ng-footer.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-loading.mjs +6 -6
- package/fesm2022/yoozsoft-yoozsoft-ng-loading.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs +6 -8
- package/fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-overlay.mjs +4 -4
- package/fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs +9 -9
- package/fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-progress.mjs +7 -7
- package/fesm2022/yoozsoft-yoozsoft-ng-progress.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-select.mjs +8 -9
- package/fesm2022/yoozsoft-yoozsoft-ng-select.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs +9 -9
- package/fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs +6 -6
- package/fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-toast.mjs +9 -9
- package/fesm2022/yoozsoft-yoozsoft-ng-toast.mjs.map +1 -1
- package/file-upload/index.d.ts +72 -5
- package/footer/index.d.ts +25 -5
- package/index.d.ts +3 -5
- package/loading/index.d.ts +13 -5
- package/navbar/index.d.ts +56 -5
- package/overlay/index.d.ts +11 -5
- package/package.json +3 -3
- package/password-strength/index.d.ts +84 -5
- package/progress/index.d.ts +28 -5
- package/select/index.d.ts +37 -5
- package/sidebar/index.d.ts +93 -5
- package/tiff-viewer/index.d.ts +51 -5
- package/toast/index.d.ts +53 -5
- package/datepicker/public-api.d.ts +0 -8
- package/datepicker/src/models/date-range.d.ts +0 -4
- package/datepicker/src/models/date-time-format.d.ts +0 -2
- package/datepicker/src/models/index.d.ts +0 -3
- package/datepicker/src/models/jalali-date.d.ts +0 -5
- package/datepicker/src/services/index.d.ts +0 -2
- package/datepicker/src/services/ys-date-parser-formatter.service.d.ts +0 -9
- package/datepicker/src/services/ys-datepicker-i18n.service.d.ts +0 -23
- package/datepicker/src/ys-datepicker/ys-datepicker.component.d.ts +0 -38
- package/datepicker/src/ys-datepicker-persian/ys-datepicker-persian.component.d.ts +0 -38
- package/datepicker/src/ys-datepicker-popup/ys-datepicker-popup.component.d.ts +0 -41
- package/datepicker/src/ys-datepicker-popup-persian/ys-datepicker-popup-persian.component.d.ts +0 -41
- package/datepicker/src/ys-datepicker-range-popup/ys-datepicker-range-popup.component.d.ts +0 -51
- package/datepicker/src/ys-datepicker-range-popup-persian/ys-datepicker-range-popup-persian.component.d.ts +0 -55
- package/directives/public-api.d.ts +0 -1
- package/directives/src/password-match/ys-password-match.directive.d.ts +0 -14
- package/file-upload/public-api.d.ts +0 -1
- package/file-upload/src/ys-file-upload/ys-file-upload.component.d.ts +0 -69
- package/footer/public-api.d.ts +0 -2
- package/footer/src/models/footer-brand.d.ts +0 -5
- package/footer/src/models/index.d.ts +0 -2
- package/footer/src/models/social-network.d.ts +0 -5
- package/footer/src/ys-footer/ys-footer.component.d.ts +0 -10
- package/loading/public-api.d.ts +0 -1
- package/loading/src/ys-loading-mask/ys-loading-mask.component.d.ts +0 -10
- package/navbar/public-api.d.ts +0 -2
- package/navbar/src/models/index.d.ts +0 -2
- package/navbar/src/models/navbar-brand.d.ts +0 -8
- package/navbar/src/models/navbar-item.d.ts +0 -13
- package/navbar/src/ys-navbar/ys-navbar.component.d.ts +0 -30
- package/overlay/public-api.d.ts +0 -1
- package/overlay/src/ys-overlay/ys-overlay.component.d.ts +0 -8
- package/password-strength/public-api.d.ts +0 -3
- package/password-strength/src/directives/index.d.ts +0 -1
- package/password-strength/src/directives/ys-password-strength.directive.d.ts +0 -18
- package/password-strength/src/models/index.d.ts +0 -4
- package/password-strength/src/models/regx.d.ts +0 -5
- package/password-strength/src/models/strength-validation-control.d.ts +0 -6
- package/password-strength/src/models/strength-validation-feedback.d.ts +0 -16
- package/password-strength/src/models/strength-validation-option.d.ts +0 -14
- package/password-strength/src/ys-password-strength/ys-password-strength.component.d.ts +0 -21
- package/progress/public-api.d.ts +0 -2
- package/progress/src/services/index.d.ts +0 -1
- package/progress/src/services/progress.service.d.ts +0 -8
- package/progress/src/ys-progress/ys-progress.component.d.ts +0 -17
- package/public-api.d.ts +0 -1
- package/select/public-api.d.ts +0 -1
- package/select/src/ys-select/ys-select.component.d.ts +0 -34
- package/sidebar/public-api.d.ts +0 -3
- package/sidebar/src/models/index.d.ts +0 -4
- package/sidebar/src/models/sidebar-item-active.d.ts +0 -6
- package/sidebar/src/models/sidebar-item.d.ts +0 -13
- package/sidebar/src/models/user-image.d.ts +0 -4
- package/sidebar/src/models/user-profile.d.ts +0 -7
- package/sidebar/src/services/index.d.ts +0 -1
- package/sidebar/src/services/sidebar.service.d.ts +0 -34
- package/sidebar/src/ys-sidebar/ys-sidebar.component.d.ts +0 -24
- package/tiff-viewer/public-api.d.ts +0 -1
- package/tiff-viewer/src/ys-tiff-viewer/ys-tiff-viewer.component.d.ts +0 -48
- package/toast/public-api.d.ts +0 -3
- package/toast/src/models/index.d.ts +0 -2
- package/toast/src/models/toast-info.d.ts +0 -5
- package/toast/src/models/toast-type.d.ts +0 -6
- package/toast/src/services/index.d.ts +0 -1
- package/toast/src/services/toast.service.d.ts +0 -15
- package/toast/src/ys-toast/ys-toast.component.d.ts +0 -23
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class YsFileUploadComponent implements ControlValueAccessor {
|
|
5
|
-
private fileList?;
|
|
6
|
-
files: File[];
|
|
7
|
-
selectedFile: File | null;
|
|
8
|
-
styleClass?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Allowing upload multiple files
|
|
11
|
-
* Default is false
|
|
12
|
-
*/
|
|
13
|
-
multiple: boolean;
|
|
14
|
-
/**
|
|
15
|
-
* Acceptable type of files
|
|
16
|
-
* Default is all file type
|
|
17
|
-
*/
|
|
18
|
-
accept: string;
|
|
19
|
-
/**
|
|
20
|
-
* Upload button label
|
|
21
|
-
* Default is Choose File
|
|
22
|
-
*/
|
|
23
|
-
uploadLabel?: string;
|
|
24
|
-
/**Style class of upload button */
|
|
25
|
-
uploadStyleClass?: string;
|
|
26
|
-
/**Icon class of upload button */
|
|
27
|
-
uploadIconClass: string;
|
|
28
|
-
/**Display choosed file remove button */
|
|
29
|
-
isRemove: boolean;
|
|
30
|
-
/**Icon of remove item button */
|
|
31
|
-
removeIconClass: string;
|
|
32
|
-
/**
|
|
33
|
-
* Files list display direction
|
|
34
|
-
* Default is vertical (false)
|
|
35
|
-
*/
|
|
36
|
-
isHorizontal: boolean;
|
|
37
|
-
/**Message displayed before choosing file */
|
|
38
|
-
noFileMessage: string;
|
|
39
|
-
progressStyleClass?: string;
|
|
40
|
-
/**Value of progress element */
|
|
41
|
-
progressValue?: number;
|
|
42
|
-
/**Max value of progress element */
|
|
43
|
-
progressValueMax: number;
|
|
44
|
-
/**Display cancel upload button */
|
|
45
|
-
isCancel: boolean;
|
|
46
|
-
/**Event to get choosed files */
|
|
47
|
-
choosed: EventEmitter<File[]>;
|
|
48
|
-
/**Event of selected file in the list of choosed file*/
|
|
49
|
-
select: EventEmitter<File | null>;
|
|
50
|
-
/**Event of removed file in the list of choosed file*/
|
|
51
|
-
removed: EventEmitter<File>;
|
|
52
|
-
/**Event of cancel upload button */
|
|
53
|
-
cancel: EventEmitter<void>;
|
|
54
|
-
/**Disable elements */
|
|
55
|
-
disabled: boolean;
|
|
56
|
-
onChange: any;
|
|
57
|
-
onTouched: any;
|
|
58
|
-
constructor();
|
|
59
|
-
writeValue(obj: any): void;
|
|
60
|
-
registerOnChange(fn: any): void;
|
|
61
|
-
registerOnTouched(fn: any): void;
|
|
62
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
63
|
-
onChangeFiles(event: any): void;
|
|
64
|
-
removeFile(file: File): void;
|
|
65
|
-
onSelectFile(file: File): void;
|
|
66
|
-
cancelUpload(): void;
|
|
67
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsFileUploadComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsFileUploadComponent, "ys-file-upload", never, { "styleClass": { "alias": "styleClass"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "uploadLabel": { "alias": "uploadLabel"; "required": false; }; "uploadStyleClass": { "alias": "uploadStyleClass"; "required": false; }; "uploadIconClass": { "alias": "uploadIconClass"; "required": false; }; "isRemove": { "alias": "isRemove"; "required": false; }; "removeIconClass": { "alias": "removeIconClass"; "required": false; }; "isHorizontal": { "alias": "isHorizontal"; "required": false; }; "noFileMessage": { "alias": "noFileMessage"; "required": false; }; "progressStyleClass": { "alias": "progressStyleClass"; "required": false; }; "progressValue": { "alias": "progressValue"; "required": false; }; "progressValueMax": { "alias": "progressValueMax"; "required": false; }; "isCancel": { "alias": "isCancel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "choosed": "choosed"; "select": "select"; "removed": "removed"; "cancel": "cancel"; }, never, never, true, never>;
|
|
69
|
-
}
|
package/footer/public-api.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FooterBrand, SocialNetwork } from '../models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class YsFooterComponent {
|
|
4
|
-
styleClass: string | null;
|
|
5
|
-
brand: FooterBrand | null;
|
|
6
|
-
copyright: string | null;
|
|
7
|
-
socialNetworks: SocialNetwork[];
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsFooterComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsFooterComponent, "ys-footer", never, { "styleClass": { "alias": "styleClass"; "required": false; }; "brand": { "alias": "brand"; "required": false; }; "copyright": { "alias": "copyright"; "required": false; }; "socialNetworks": { "alias": "socialNetworks"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
-
}
|
package/loading/public-api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './src/ys-loading-mask/ys-loading-mask.component';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class YsLoadingMaskComponent {
|
|
3
|
-
loading: boolean;
|
|
4
|
-
message: string | null;
|
|
5
|
-
backgroundStyleclass: string | null;
|
|
6
|
-
spinnerStyleclass: string | null;
|
|
7
|
-
messageStyleclass: string | null;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsLoadingMaskComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsLoadingMaskComponent, "ys-loading-mask", never, { "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "backgroundStyleclass": { "alias": "backgroundStyleclass"; "required": false; }; "spinnerStyleclass": { "alias": "spinnerStyleclass"; "required": false; }; "messageStyleclass": { "alias": "messageStyleclass"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
-
}
|
package/navbar/public-api.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { UrlTree } from "@angular/router";
|
|
2
|
-
export interface NavbarItem {
|
|
3
|
-
id?: number;
|
|
4
|
-
label?: string;
|
|
5
|
-
iconClass?: string;
|
|
6
|
-
onClick?: (event?: any) => void;
|
|
7
|
-
items?: NavbarItem[];
|
|
8
|
-
routerLink?: string | any[] | UrlTree | null | undefined;
|
|
9
|
-
tooltipLabel?: string;
|
|
10
|
-
isDivider?: boolean;
|
|
11
|
-
data?: any;
|
|
12
|
-
disabled?: boolean;
|
|
13
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { NavbarBrand, NavbarItem } from '../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class YsNavbarComponent implements OnInit {
|
|
6
|
-
private formBuilder;
|
|
7
|
-
searchForm: FormGroup;
|
|
8
|
-
id: string;
|
|
9
|
-
theme?: string;
|
|
10
|
-
styleClass?: string;
|
|
11
|
-
brand: NavbarBrand | null;
|
|
12
|
-
items: NavbarItem[];
|
|
13
|
-
endItems: NavbarItem[];
|
|
14
|
-
isSearch: boolean;
|
|
15
|
-
searchLabel: string | null;
|
|
16
|
-
searchIconClass?: string;
|
|
17
|
-
searchPlaceholder?: string;
|
|
18
|
-
isSidebarToggler: boolean;
|
|
19
|
-
isSidebarToggled: boolean;
|
|
20
|
-
sidebarTogglerIconClass: string;
|
|
21
|
-
toggleSidebar: EventEmitter<boolean>;
|
|
22
|
-
search: EventEmitter<string>;
|
|
23
|
-
constructor(formBuilder: FormBuilder);
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
onToggleSidebar(): void;
|
|
26
|
-
submitSearch(): void;
|
|
27
|
-
isDropdown(item: NavbarItem): number | undefined;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsNavbarComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsNavbarComponent, "ys-navbar", never, { "id": { "alias": "id"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "brand": { "alias": "brand"; "required": false; }; "items": { "alias": "items"; "required": false; }; "endItems": { "alias": "endItems"; "required": false; }; "isSearch": { "alias": "isSearch"; "required": false; }; "searchLabel": { "alias": "searchLabel"; "required": false; }; "searchIconClass": { "alias": "searchIconClass"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "isSidebarToggler": { "alias": "isSidebarToggler"; "required": false; }; "isSidebarToggled": { "alias": "isSidebarToggled"; "required": false; }; "sidebarTogglerIconClass": { "alias": "sidebarTogglerIconClass"; "required": false; }; }, { "toggleSidebar": "toggleSidebar"; "search": "search"; }, never, never, true, never>;
|
|
30
|
-
}
|
package/overlay/public-api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './src/ys-overlay/ys-overlay.component';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class YsOverlayComponent {
|
|
4
|
-
show: boolean;
|
|
5
|
-
onClick: EventEmitter<MouseEvent>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsOverlayComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsOverlayComponent, "ys-overlay", never, { "show": { "alias": "show"; "required": false; }; }, { "onClick": "onClick"; }, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ys-password-strength.directive';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ElementRef, Injector, OnInit, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { NgControl } from '@angular/forms';
|
|
3
|
-
import { StrengthValidationFeedback, StrengthValidationOption } from '../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class YsPasswordStrengthDirective implements OnInit {
|
|
6
|
-
private el;
|
|
7
|
-
private viewContainerRef;
|
|
8
|
-
private injector;
|
|
9
|
-
private control;
|
|
10
|
-
passwordHelp: string | null;
|
|
11
|
-
displayFeedback: boolean;
|
|
12
|
-
feedback: StrengthValidationFeedback | null;
|
|
13
|
-
options?: StrengthValidationOption;
|
|
14
|
-
constructor(el: ElementRef, viewContainerRef: ViewContainerRef, injector: Injector, control: NgControl);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsPasswordStrengthDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<YsPasswordStrengthDirective, "[ysPasswordStrength]", never, { "passwordHelp": { "alias": "passwordHelp"; "required": false; }; "displayFeedback": { "alias": "displayFeedback"; "required": false; }; "feedback": { "alias": "feedback"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare class StrengthValidationFeedback {
|
|
2
|
-
required?: string;
|
|
3
|
-
uppercase?: string;
|
|
4
|
-
lowercase?: string;
|
|
5
|
-
digit?: string;
|
|
6
|
-
nonAlphanumeric?: string;
|
|
7
|
-
minLength?: string;
|
|
8
|
-
constructor(options?: {
|
|
9
|
-
required?: string;
|
|
10
|
-
uppercase?: string;
|
|
11
|
-
lowercase?: string;
|
|
12
|
-
digit?: string;
|
|
13
|
-
nonAlphanumeric?: string;
|
|
14
|
-
minLength?: string;
|
|
15
|
-
});
|
|
16
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare class StrengthValidationOption {
|
|
2
|
-
requireUppercase?: boolean;
|
|
3
|
-
requireLowercase?: boolean;
|
|
4
|
-
requireDigit?: boolean;
|
|
5
|
-
requireNonAlphanumeric?: boolean;
|
|
6
|
-
requiredMinLength: number;
|
|
7
|
-
constructor(options?: {
|
|
8
|
-
requireUppercase?: boolean;
|
|
9
|
-
requireLowercase?: boolean;
|
|
10
|
-
requireDigit?: boolean;
|
|
11
|
-
requireNonAlphanumeric?: boolean;
|
|
12
|
-
requiredMinLength?: number;
|
|
13
|
-
});
|
|
14
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { StrengthValidationControl, StrengthValidationFeedback } from '../models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class YsPasswordStrengthComponent {
|
|
4
|
-
passwordHelp: string | null;
|
|
5
|
-
displayFeedback: boolean;
|
|
6
|
-
feedback: StrengthValidationFeedback | null;
|
|
7
|
-
private minLengthRegx;
|
|
8
|
-
private _control?;
|
|
9
|
-
get control(): StrengthValidationControl | undefined;
|
|
10
|
-
set control(value: StrengthValidationControl | undefined);
|
|
11
|
-
get requiredOptionsLength(): number;
|
|
12
|
-
get hasUppercase(): boolean;
|
|
13
|
-
get hasLowercase(): boolean;
|
|
14
|
-
get hasDigit(): boolean;
|
|
15
|
-
get hasNonAlphanumeric(): boolean;
|
|
16
|
-
get hasMinLength(): boolean;
|
|
17
|
-
get strengthMeter(): number;
|
|
18
|
-
get strengthStyleClass(): string;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsPasswordStrengthComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsPasswordStrengthComponent, "ys-password-strength", never, { "passwordHelp": { "alias": "passwordHelp"; "required": false; }; "displayFeedback": { "alias": "displayFeedback"; "required": false; }; "feedback": { "alias": "feedback"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
-
}
|
package/progress/public-api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './progress.service';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ProgressService {
|
|
3
|
-
private _loading$;
|
|
4
|
-
get loading$(): import("rxjs").Observable<boolean>;
|
|
5
|
-
setLoading(loading: boolean): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ProgressService>;
|
|
8
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { ProgressService } from '../services';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class YsProgressComponent {
|
|
5
|
-
private progressService;
|
|
6
|
-
loading$: Observable<boolean>;
|
|
7
|
-
/**
|
|
8
|
-
* Set reverse animation direction.
|
|
9
|
-
*/
|
|
10
|
-
reverse: boolean;
|
|
11
|
-
styleClass: string | null;
|
|
12
|
-
height: number;
|
|
13
|
-
label: string | null;
|
|
14
|
-
constructor(progressService: ProgressService);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsProgressComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsProgressComponent, "ys-progress", never, { "reverse": { "alias": "reverse"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "height": { "alias": "height"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
-
}
|
package/public-api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const YOOZSOFT_YOOZSOFT_NG = "@yoozsoft/yoozsoft-ng";
|
package/select/public-api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './src/ys-select/ys-select.component';
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class YsSelectComponent implements ControlValueAccessor {
|
|
4
|
-
/**ُSelect element id */
|
|
5
|
-
id: string;
|
|
6
|
-
options: any[];
|
|
7
|
-
/**Name of field to display in option title */
|
|
8
|
-
optionLabel: string;
|
|
9
|
-
placeholder?: string;
|
|
10
|
-
styleClass?: string;
|
|
11
|
-
invalid?: boolean;
|
|
12
|
-
invalidStyleClass?: string;
|
|
13
|
-
valid?: boolean;
|
|
14
|
-
validStyleClass?: string;
|
|
15
|
-
/**Support multiple attribute */
|
|
16
|
-
multiple?: boolean;
|
|
17
|
-
/**Size of multiple attribute */
|
|
18
|
-
size?: number;
|
|
19
|
-
/**Display clear button */
|
|
20
|
-
isClear?: boolean;
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
onChange: any;
|
|
23
|
-
onTouched: any;
|
|
24
|
-
value?: any;
|
|
25
|
-
writeValue(obj: any): void;
|
|
26
|
-
registerOnChange(fn: any): void;
|
|
27
|
-
registerOnTouched(fn: any): void;
|
|
28
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
29
|
-
onModelChange(option: any): void;
|
|
30
|
-
clearValue(): void;
|
|
31
|
-
isObject(item: any): boolean;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsSelectComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsSelectComponent, "ys-select", never, { "id": { "alias": "id"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "invalidStyleClass": { "alias": "invalidStyleClass"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "validStyleClass": { "alias": "validStyleClass"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isClear": { "alias": "isClear"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
|
-
}
|
package/sidebar/public-api.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { UrlTree } from "@angular/router";
|
|
2
|
-
export interface SidebarItem {
|
|
3
|
-
id?: number;
|
|
4
|
-
label?: string;
|
|
5
|
-
routerLink?: string | any[] | UrlTree | null | undefined;
|
|
6
|
-
iconClass?: string;
|
|
7
|
-
badgeLabel?: string;
|
|
8
|
-
badgeStyleClass?: string;
|
|
9
|
-
items?: SidebarItem[];
|
|
10
|
-
data?: any;
|
|
11
|
-
onClick?: (event?: any) => void;
|
|
12
|
-
isDivider?: boolean;
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './sidebar.service';
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SidebarService {
|
|
3
|
-
constructor();
|
|
4
|
-
private _isSidebarToggled$;
|
|
5
|
-
private _isSidebar$;
|
|
6
|
-
/**
|
|
7
|
-
* Sidebar toggled state. Default value is true.
|
|
8
|
-
*/
|
|
9
|
-
get isSidebarToggled$(): import("rxjs").Observable<boolean>;
|
|
10
|
-
/**
|
|
11
|
-
* Sidebar display state. Default value is false.
|
|
12
|
-
*/
|
|
13
|
-
get isSidebar$(): import("rxjs").Observable<boolean>;
|
|
14
|
-
/**
|
|
15
|
-
* Change sidebar toggle state.
|
|
16
|
-
*/
|
|
17
|
-
toggleSidebar(): void;
|
|
18
|
-
/**
|
|
19
|
-
* Set sidebar toggle state.
|
|
20
|
-
* @param isToggled
|
|
21
|
-
*/
|
|
22
|
-
setIsSidebarToggled(isToggled: boolean): void;
|
|
23
|
-
/**
|
|
24
|
-
* Set sidebar toggle state.
|
|
25
|
-
* @param isSidebar
|
|
26
|
-
*/
|
|
27
|
-
setIsSidebar(isSidebar: boolean): void;
|
|
28
|
-
/**
|
|
29
|
-
* Return sidebar toggle state.
|
|
30
|
-
*/
|
|
31
|
-
get sidebarState(): boolean;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarService, never>;
|
|
33
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SidebarService>;
|
|
34
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { SidebarItem, SidebarItemActive, UserProfile } from '../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class YsSidebarComponent implements OnDestroy {
|
|
6
|
-
private router;
|
|
7
|
-
private subscription;
|
|
8
|
-
private currentItem?;
|
|
9
|
-
private currentItemState;
|
|
10
|
-
private _items;
|
|
11
|
-
get items(): SidebarItemActive[];
|
|
12
|
-
set items(value: SidebarItem[]);
|
|
13
|
-
profile: UserProfile | null;
|
|
14
|
-
styleClass?: string;
|
|
15
|
-
itemsStyleClass?: string;
|
|
16
|
-
constructor(router: Router);
|
|
17
|
-
ngOnDestroy(): void;
|
|
18
|
-
get fullName(): string;
|
|
19
|
-
openItem(item: SidebarItemActive): void;
|
|
20
|
-
isDropdown(item: SidebarItem): boolean;
|
|
21
|
-
onRouterLinkActive(isActive: boolean, item: SidebarItemActive): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsSidebarComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsSidebarComponent, "ys-sidebar", never, { "items": { "alias": "items"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "itemsStyleClass": { "alias": "itemsStyleClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './src/ys-tiff-viewer/ys-tiff-viewer.component';
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class YsTiffViewerComponent {
|
|
3
|
-
private canvas;
|
|
4
|
-
private context;
|
|
5
|
-
/**image file directories */
|
|
6
|
-
private IFDs;
|
|
7
|
-
private currentIFDIndex;
|
|
8
|
-
isDecoding: boolean;
|
|
9
|
-
private _buffer;
|
|
10
|
-
/**Uint8Array source */
|
|
11
|
-
/**ArrayBuffer containing TIFF or EXIF data */
|
|
12
|
-
get buffer(): ArrayBuffer | File | Blob | null | undefined;
|
|
13
|
-
set buffer(value: ArrayBuffer | File | Blob | null | undefined);
|
|
14
|
-
_currentPageReportTemplate?: string;
|
|
15
|
-
/**Current page report template */
|
|
16
|
-
get currentPageReportTemplate(): string | undefined;
|
|
17
|
-
set currentPageReportTemplate(value: string | undefined);
|
|
18
|
-
/**Canvas container style class */
|
|
19
|
-
styleClass?: string;
|
|
20
|
-
/**Message displayed before filling the input buffer */
|
|
21
|
-
noFileMessage?: string;
|
|
22
|
-
/**First button icon class */
|
|
23
|
-
firstIconClass: string;
|
|
24
|
-
/**Previous button icon class */
|
|
25
|
-
previousIconClass: string;
|
|
26
|
-
/**Next button icon class */
|
|
27
|
-
nextIconClass: string;
|
|
28
|
-
/**Last button icon class */
|
|
29
|
-
lastIconClass: string;
|
|
30
|
-
get isIFDs(): boolean;
|
|
31
|
-
get isFirstImage(): boolean;
|
|
32
|
-
get isLastImage(): boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Convert buffer to an array of "IFDs" (image file directories)
|
|
35
|
-
* @param buffer ArrayBuffer containing TIFF or EXIF data
|
|
36
|
-
* @returns
|
|
37
|
-
*/
|
|
38
|
-
convertSource(buffer: ArrayBuffer | File | Blob | null | undefined): Promise<void>;
|
|
39
|
-
putImage(index: number): void;
|
|
40
|
-
first(): void;
|
|
41
|
-
previous(): void;
|
|
42
|
-
next(): void;
|
|
43
|
-
last(): void;
|
|
44
|
-
getAsByteArray(blob: Blob): Promise<Uint8Array>;
|
|
45
|
-
readFile(blob: Blob): Promise<ArrayBuffer>;
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsTiffViewerComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsTiffViewerComponent, "ys-tiff-viewer", never, { "buffer": { "alias": "buffer"; "required": false; }; "currentPageReportTemplate": { "alias": "currentPageReportTemplate"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "noFileMessage": { "alias": "noFileMessage"; "required": false; }; "firstIconClass": { "alias": "firstIconClass"; "required": false; }; "previousIconClass": { "alias": "previousIconClass"; "required": false; }; "nextIconClass": { "alias": "nextIconClass"; "required": false; }; "lastIconClass": { "alias": "lastIconClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
48
|
-
}
|
package/toast/public-api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './toast.service';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ToastService {
|
|
4
|
-
toasts: any[];
|
|
5
|
-
show(textOrTpl: string | TemplateRef<any>, options?: any): void;
|
|
6
|
-
remove(toast: any): void;
|
|
7
|
-
clear(): void;
|
|
8
|
-
showStandard(textOrTpl: any, header?: string): void;
|
|
9
|
-
showInfo(textOrTpl: any, header?: string): void;
|
|
10
|
-
showSuccess(textOrTpl: any, header?: string): void;
|
|
11
|
-
showWarning(textOrTpl: any, header?: string): void;
|
|
12
|
-
showDanger(textOrTpl: any, header?: string): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
|
|
15
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { ToastService } from '../../../toast/src/services';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class YsToastComponent implements OnInit {
|
|
5
|
-
toastService: ToastService;
|
|
6
|
-
_elementRef: ElementRef<HTMLElement>;
|
|
7
|
-
autohide: boolean;
|
|
8
|
-
private _placement;
|
|
9
|
-
/**
|
|
10
|
-
* Set toasts placement with style classes.
|
|
11
|
-
* Default place is top end.
|
|
12
|
-
*/
|
|
13
|
-
get placement(): string[];
|
|
14
|
-
set placement(placement: string[]);
|
|
15
|
-
constructor(toastService: ToastService, _elementRef: ElementRef<HTMLElement>);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
get toastTypes(): any;
|
|
18
|
-
private get hostElement();
|
|
19
|
-
private setPlacement;
|
|
20
|
-
isTemplate(toast: any): boolean;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YsToastComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YsToastComponent, "ys-toast", never, { "autohide": { "alias": "autohide"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
|
-
}
|