@ieeesa-npm/presentation 0.33.1 → 1.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/esm2022/lib/assets/constants.json +13 -561
- package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +28 -60
- package/esm2022/lib/components/checkbox/checkbox.component.mjs +16 -77
- package/esm2022/lib/components/date-picker/date-picker.component.mjs +10 -27
- package/esm2022/lib/components/date-picker-header/date-picker-header.component.mjs +11 -6
- package/esm2022/lib/components/dynamic-form/dynamic-form.component.mjs +14 -275
- package/esm2022/lib/components/form-error/form-error.component.mjs +6 -6
- package/esm2022/lib/components/input/input.component.mjs +13 -34
- package/esm2022/lib/components/notification/notification.component.mjs +6 -18
- package/esm2022/lib/components/radio/radio.component.mjs +6 -12
- package/esm2022/lib/components/search/search.component.mjs +10 -62
- package/esm2022/lib/components/select/select.component.mjs +9 -32
- package/esm2022/lib/components/text-area/text-area.component.mjs +7 -65
- package/esm2022/lib/date-formats.mjs +2 -2
- package/esm2022/lib/directives/dynamic-form-field/dynamic-form-field.directive.mjs +5 -206
- package/esm2022/lib/models/checkbox-option.model.mjs +2 -0
- package/esm2022/lib/models/confirmation-modal-data.model.mjs +2 -0
- package/esm2022/lib/models/date-picker.model.mjs +1 -1
- package/esm2022/lib/models/field-config.model.mjs +1 -1
- package/esm2022/lib/models/footer-config.model.mjs +1 -1
- package/esm2022/lib/models/form-control-types.model.mjs +9 -9
- package/esm2022/lib/models/header-config.model.mjs +1 -1
- package/esm2022/lib/models/navigation-menu.model.mjs +1 -1
- package/esm2022/lib/models/select-option.model.mjs +2 -0
- package/esm2022/lib/models/toggle-button.model.mjs +1 -1
- package/esm2022/lib/presentation.module.mjs +5 -5
- package/esm2022/lib/services/datepicker.service.mjs +4 -4
- package/esm2022/lib/services/form-utility.service.mjs +5 -17
- package/esm2022/public-api.mjs +17 -97
- package/fesm2022/ieeesa-npm-presentation.mjs +599 -7607
- package/fesm2022/ieeesa-npm-presentation.mjs.map +1 -1
- package/lib/components/autocomplete/autocomplete.component.d.ts +13 -27
- package/lib/components/checkbox/checkbox.component.d.ts +6 -32
- package/lib/components/date-picker/date-picker.component.d.ts +2 -11
- package/lib/components/dynamic-form/dynamic-form.component.d.ts +11 -157
- package/lib/components/input/input.component.d.ts +2 -9
- package/lib/components/notification/notification.component.d.ts +1 -4
- package/lib/components/radio/radio.component.d.ts +1 -3
- package/lib/components/search/search.component.d.ts +4 -13
- package/lib/components/select/select.component.d.ts +2 -5
- package/lib/components/text-area/text-area.component.d.ts +2 -24
- package/lib/directives/dynamic-form-field/dynamic-form-field.directive.d.ts +3 -36
- package/lib/models/checkbox-option.model.d.ts +6 -0
- package/lib/models/confirmation-modal-data.model.d.ts +5 -0
- package/lib/models/date-picker.model.d.ts +0 -3
- package/lib/models/field-config.model.d.ts +2 -54
- package/lib/models/footer-config.model.d.ts +0 -1
- package/lib/models/form-control-types.model.d.ts +1 -8
- package/lib/models/header-config.model.d.ts +0 -6
- package/lib/models/navigation-menu.model.d.ts +1 -1
- package/lib/models/select-option.model.d.ts +5 -0
- package/lib/models/toggle-button.model.d.ts +0 -4
- package/lib/services/form-utility.service.d.ts +1 -1
- package/package.json +2 -4
- package/public-api.d.ts +16 -95
- package/src/lib/assets/constants.json +13 -561
- package/esm2022/lib/components/accordion/accordion.component.mjs +0 -61
- package/esm2022/lib/components/add-form-group/add-form-group.component.mjs +0 -34
- package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -147
- package/esm2022/lib/components/card/card.component.mjs +0 -74
- package/esm2022/lib/components/chips/chips.component.mjs +0 -162
- package/esm2022/lib/components/color-picker/color-picker.component.mjs +0 -314
- package/esm2022/lib/components/data-table/data-table.component.mjs +0 -781
- package/esm2022/lib/components/export-format-popover/export-format-popover.component.mjs +0 -75
- package/esm2022/lib/components/export-success-dialog/export-success-dialog.component.mjs +0 -39
- package/esm2022/lib/components/file-download/file-download.component.mjs +0 -176
- package/esm2022/lib/components/file-upload/file-upload.component.mjs +0 -474
- package/esm2022/lib/components/filter/filter.component.mjs +0 -302
- package/esm2022/lib/components/filter-popover/filter-popover.component.mjs +0 -198
- package/esm2022/lib/components/footer/footer.component.mjs +0 -55
- package/esm2022/lib/components/form-support-text/form-support-text.component.mjs +0 -63
- package/esm2022/lib/components/header/header.component.mjs +0 -193
- package/esm2022/lib/components/icon-button/icon-button.component.mjs +0 -38
- package/esm2022/lib/components/image-preview/image-preview.component.mjs +0 -30
- package/esm2022/lib/components/inactive-tenant/inactive-tenant.component.mjs +0 -44
- package/esm2022/lib/components/legend/legend.component.mjs +0 -37
- package/esm2022/lib/components/list/list.component.mjs +0 -199
- package/esm2022/lib/components/loader/loader.component.mjs +0 -22
- package/esm2022/lib/components/menu/menu.component.mjs +0 -75
- package/esm2022/lib/components/modal/modal.component.mjs +0 -166
- package/esm2022/lib/components/modal-confirmation/modal-confirmation.component.mjs +0 -45
- package/esm2022/lib/components/modal-info/modal-info.component.mjs +0 -41
- package/esm2022/lib/components/multi-select-autocomplete/multi-select-autocomplete.component.mjs +0 -321
- package/esm2022/lib/components/navigation-menu/navigation-menu.component.mjs +0 -89
- package/esm2022/lib/components/policy-confirmation-dialog/policy-confirmation-dialog.component.mjs +0 -81
- package/esm2022/lib/components/rich-text-editor/rich-text-editor.component.mjs +0 -214
- package/esm2022/lib/components/slide-toggle/slide-toggle.component.mjs +0 -98
- package/esm2022/lib/components/stepper/stepper.component.mjs +0 -69
- package/esm2022/lib/components/tabs/tabs.component.mjs +0 -210
- package/esm2022/lib/components/tile/tile.component.mjs +0 -70
- package/esm2022/lib/components/time-picker/time-picker.component.mjs +0 -59
- package/esm2022/lib/components/toggle-button/toggle-button.component.mjs +0 -76
- package/esm2022/lib/components/welcome/welcome.component.mjs +0 -85
- package/esm2022/lib/directives/file-upload/file-upload.directive.mjs +0 -85
- package/esm2022/lib/directives/focus-invalid-form-field/focus-invalid-form-field.directive.mjs +0 -34
- package/esm2022/lib/directives/observe-dom-change/observe-dom-change.directive.mjs +0 -54
- package/esm2022/lib/directives/set-background/set-background.directive.mjs +0 -53
- package/esm2022/lib/directives/text-truncated/text-truncated.directive.mjs +0 -72
- package/esm2022/lib/models/accordion-info.model.mjs +0 -14
- package/esm2022/lib/models/align-browsed-files.model.mjs +0 -7
- package/esm2022/lib/models/allowed-file-types.model.mjs +0 -8
- package/esm2022/lib/models/app-config-info.model.mjs +0 -2
- package/esm2022/lib/models/breadcrumb.model.mjs +0 -2
- package/esm2022/lib/models/button-type.model.mjs +0 -7
- package/esm2022/lib/models/card-button.model.mjs +0 -2
- package/esm2022/lib/models/card-info.model.mjs +0 -2
- package/esm2022/lib/models/chip-option.model.mjs +0 -21
- package/esm2022/lib/models/color-format.model.mjs +0 -13
- package/esm2022/lib/models/custom-properties.model.mjs +0 -14
- package/esm2022/lib/models/download-file.model.mjs +0 -2
- package/esm2022/lib/models/event-emit-type.model.mjs +0 -2
- package/esm2022/lib/models/export-format-popover.model.mjs +0 -10
- package/esm2022/lib/models/export-success-dialog.model.mjs +0 -2
- package/esm2022/lib/models/file-download-config.model.mjs +0 -2
- package/esm2022/lib/models/file-info.model.mjs +0 -2
- package/esm2022/lib/models/file-upload-payload-model.mjs +0 -2
- package/esm2022/lib/models/file-upload-presigned-url-res.model.mjs +0 -2
- package/esm2022/lib/models/file-upload-response.model.mjs +0 -2
- package/esm2022/lib/models/file-upload-status.model.mjs +0 -2
- package/esm2022/lib/models/filter-popover.model.mjs +0 -2
- package/esm2022/lib/models/filters-options.model.mjs +0 -2
- package/esm2022/lib/models/inactive-tenant.model.mjs +0 -2
- package/esm2022/lib/models/input-field-type.model.mjs +0 -8
- package/esm2022/lib/models/legend.model.mjs +0 -2
- package/esm2022/lib/models/link-type.model.mjs +0 -6
- package/esm2022/lib/models/list-item.model.mjs +0 -2
- package/esm2022/lib/models/menu.model.mjs +0 -2
- package/esm2022/lib/models/paginator-config.model.mjs +0 -2
- package/esm2022/lib/models/policy-confirmation-dialog.model.mjs +0 -2
- package/esm2022/lib/models/profile-menu.model.mjs +0 -8
- package/esm2022/lib/models/select-opened-state.model.mjs +0 -2
- package/esm2022/lib/models/selected-date.model.mjs +0 -2
- package/esm2022/lib/models/selected-time.model.mjs +0 -2
- package/esm2022/lib/models/slide-toggle-options.model.mjs +0 -2
- package/esm2022/lib/models/tab.model.mjs +0 -2
- package/esm2022/lib/models/table-actions.model.mjs +0 -2
- package/esm2022/lib/models/table-column-menu-info.model.mjs +0 -2
- package/esm2022/lib/models/table-schema.model.mjs +0 -20
- package/esm2022/lib/models/tile.model.mjs +0 -2
- package/esm2022/lib/pipes/safe.pipe.mjs +0 -44
- package/esm2022/lib/services/break-point-observer.service.mjs +0 -36
- package/esm2022/lib/services/file-upload.service.mjs +0 -378
- package/lib/components/accordion/accordion.component.d.ts +0 -30
- package/lib/components/add-form-group/add-form-group.component.d.ts +0 -19
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -61
- package/lib/components/card/card.component.d.ts +0 -39
- package/lib/components/chips/chips.component.d.ts +0 -374
- package/lib/components/color-picker/color-picker.component.d.ts +0 -88
- package/lib/components/data-table/data-table.component.d.ts +0 -326
- package/lib/components/export-format-popover/export-format-popover.component.d.ts +0 -45
- package/lib/components/export-success-dialog/export-success-dialog.component.d.ts +0 -24
- package/lib/components/file-download/file-download.component.d.ts +0 -383
- package/lib/components/file-upload/file-upload.component.d.ts +0 -522
- package/lib/components/filter/filter.component.d.ts +0 -113
- package/lib/components/filter-popover/filter-popover.component.d.ts +0 -84
- package/lib/components/footer/footer.component.d.ts +0 -37
- package/lib/components/form-support-text/form-support-text.component.d.ts +0 -32
- package/lib/components/header/header.component.d.ts +0 -86
- package/lib/components/icon-button/icon-button.component.d.ts +0 -21
- package/lib/components/image-preview/image-preview.component.d.ts +0 -11
- package/lib/components/inactive-tenant/inactive-tenant.component.d.ts +0 -21
- package/lib/components/legend/legend.component.d.ts +0 -13
- package/lib/components/list/list.component.d.ts +0 -95
- package/lib/components/loader/loader.component.d.ts +0 -7
- package/lib/components/menu/menu.component.d.ts +0 -36
- package/lib/components/modal/modal.component.d.ts +0 -75
- package/lib/components/modal-confirmation/modal-confirmation.component.d.ts +0 -24
- package/lib/components/modal-info/modal-info.component.d.ts +0 -23
- package/lib/components/multi-select-autocomplete/multi-select-autocomplete.component.d.ts +0 -130
- package/lib/components/navigation-menu/navigation-menu.component.d.ts +0 -45
- package/lib/components/policy-confirmation-dialog/policy-confirmation-dialog.component.d.ts +0 -46
- package/lib/components/rich-text-editor/rich-text-editor.component.d.ts +0 -75
- package/lib/components/slide-toggle/slide-toggle.component.d.ts +0 -45
- package/lib/components/stepper/stepper.component.d.ts +0 -46
- package/lib/components/tabs/tabs.component.d.ts +0 -86
- package/lib/components/tile/tile.component.d.ts +0 -39
- package/lib/components/time-picker/time-picker.component.d.ts +0 -20
- package/lib/components/toggle-button/toggle-button.component.d.ts +0 -51
- package/lib/components/welcome/welcome.component.d.ts +0 -41
- package/lib/directives/file-upload/file-upload.directive.d.ts +0 -42
- package/lib/directives/focus-invalid-form-field/focus-invalid-form-field.directive.d.ts +0 -18
- package/lib/directives/observe-dom-change/observe-dom-change.directive.d.ts +0 -23
- package/lib/directives/set-background/set-background.directive.d.ts +0 -28
- package/lib/directives/text-truncated/text-truncated.directive.d.ts +0 -30
- package/lib/models/accordion-info.model.d.ts +0 -12
- package/lib/models/align-browsed-files.model.d.ts +0 -4
- package/lib/models/allowed-file-types.model.d.ts +0 -5
- package/lib/models/app-config-info.model.d.ts +0 -16
- package/lib/models/breadcrumb.model.d.ts +0 -6
- package/lib/models/button-type.model.d.ts +0 -4
- package/lib/models/card-button.model.d.ts +0 -6
- package/lib/models/card-info.model.d.ts +0 -8
- package/lib/models/chip-option.model.d.ts +0 -25
- package/lib/models/color-format.model.d.ts +0 -13
- package/lib/models/custom-properties.model.d.ts +0 -11
- package/lib/models/download-file.model.d.ts +0 -4
- package/lib/models/event-emit-type.model.d.ts +0 -5
- package/lib/models/export-format-popover.model.d.ts +0 -15
- package/lib/models/export-success-dialog.model.d.ts +0 -8
- package/lib/models/file-download-config.model.d.ts +0 -9
- package/lib/models/file-info.model.d.ts +0 -12
- package/lib/models/file-upload-payload-model.d.ts +0 -10
- package/lib/models/file-upload-presigned-url-res.model.d.ts +0 -35
- package/lib/models/file-upload-response.model.d.ts +0 -13
- package/lib/models/file-upload-status.model.d.ts +0 -8
- package/lib/models/filter-popover.model.d.ts +0 -24
- package/lib/models/filters-options.model.d.ts +0 -4
- package/lib/models/inactive-tenant.model.d.ts +0 -5
- package/lib/models/input-field-type.model.d.ts +0 -5
- package/lib/models/legend.model.d.ts +0 -6
- package/lib/models/link-type.model.d.ts +0 -3
- package/lib/models/list-item.model.d.ts +0 -24
- package/lib/models/menu.model.d.ts +0 -9
- package/lib/models/paginator-config.model.d.ts +0 -5
- package/lib/models/policy-confirmation-dialog.model.d.ts +0 -13
- package/lib/models/profile-menu.model.d.ts +0 -4
- package/lib/models/select-opened-state.model.d.ts +0 -4
- package/lib/models/selected-date.model.d.ts +0 -4
- package/lib/models/selected-time.model.d.ts +0 -4
- package/lib/models/slide-toggle-options.model.d.ts +0 -6
- package/lib/models/tab.model.d.ts +0 -6
- package/lib/models/table-actions.model.d.ts +0 -8
- package/lib/models/table-column-menu-info.model.d.ts +0 -6
- package/lib/models/table-schema.model.d.ts +0 -32
- package/lib/models/tile.model.d.ts +0 -12
- package/lib/pipes/safe.pipe.d.ts +0 -16
- package/lib/services/break-point-observer.service.d.ts +0 -21
- package/lib/services/file-upload.service.d.ts +0 -462
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive, enables to drag and drop files on the predefined area and emits the event with dropped files to upload.
|
|
5
|
-
* @export
|
|
6
|
-
* @class FileUploadDirective
|
|
7
|
-
*/
|
|
8
|
-
export declare class FileUploadDirective {
|
|
9
|
-
allowedFileTypes: string[];
|
|
10
|
-
isMultiFileUpload: boolean;
|
|
11
|
-
fileDropped: EventEmitter<File | FileList>;
|
|
12
|
-
/**
|
|
13
|
-
* Binds the 'multiple' attribute based on the value of allowMultiple property.
|
|
14
|
-
* @readonly
|
|
15
|
-
* @type {(string | null)}
|
|
16
|
-
* @memberof FileUploadDirective
|
|
17
|
-
*/
|
|
18
|
-
get isMultiple(): string | null;
|
|
19
|
-
/**
|
|
20
|
-
* Host listener for 'dragover' event.
|
|
21
|
-
* Prevents default behavior and stops event propagation.
|
|
22
|
-
* @param {DragEvent} event
|
|
23
|
-
* @memberof FileUploadDirective
|
|
24
|
-
*/
|
|
25
|
-
onDragOver(event: DragEvent): void;
|
|
26
|
-
/**
|
|
27
|
-
* Host listener for 'dragleave' event.
|
|
28
|
-
* Prevents default behavior and stops event propagation.
|
|
29
|
-
* @param {DragEvent} event
|
|
30
|
-
* @memberof FileUploadDirective
|
|
31
|
-
*/
|
|
32
|
-
onDragLeave(event: DragEvent): void;
|
|
33
|
-
/**
|
|
34
|
-
* Host listener for 'drop' event.
|
|
35
|
-
* Prevents default behavior, stops event propagation, and emits dropped files.
|
|
36
|
-
* @param {DragEvent} event -DragEvent object.
|
|
37
|
-
* @memberof FileUploadDirective
|
|
38
|
-
*/
|
|
39
|
-
onDrop(event: DragEvent): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadDirective, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FileUploadDirective, "[ieeesaFileUpload]", never, { "allowedFileTypes": { "alias": "allowedFileTypes"; "required": false; }; "isMultiFileUpload": { "alias": "isMultiFileUpload"; "required": false; }; }, { "fileDropped": "fileDropped"; }, never, never, true, never>;
|
|
42
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive used to set the focus of first invalid field of the form when the form is submitted
|
|
5
|
-
* @export
|
|
6
|
-
* @class FocusInvalidFormFieldDirective
|
|
7
|
-
*/
|
|
8
|
-
export declare class FocusInvalidFormFieldDirective {
|
|
9
|
-
private el;
|
|
10
|
-
constructor(el: ElementRef);
|
|
11
|
-
/**
|
|
12
|
-
* Listens to the ngSubmit event and apply focus to first invalid form field
|
|
13
|
-
* @memberof FocusInvalidFormFieldDirective
|
|
14
|
-
*/
|
|
15
|
-
submitForm(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FocusInvalidFormFieldDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusInvalidFormFieldDirective, "[ieeesaFocusInvalidFormField]", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ObserveDomChangeDirective implements OnInit, OnDestroy {
|
|
4
|
-
private elementRef;
|
|
5
|
-
observer: MutationObserver;
|
|
6
|
-
isSubTreeAttributeNeeded: boolean;
|
|
7
|
-
observedElementClassName: string;
|
|
8
|
-
domChange: EventEmitter<any>;
|
|
9
|
-
domNodesChange: EventEmitter<MutationRecord[]>;
|
|
10
|
-
constructor(elementRef: ElementRef);
|
|
11
|
-
/**
|
|
12
|
-
* Observes the dom changes and emits dom change event.
|
|
13
|
-
* @memberof ObserveDomChangeDirective
|
|
14
|
-
*/
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
/**
|
|
17
|
-
* Disconnects the observer when the directive is destroyed.
|
|
18
|
-
* @memberof ObserveDomChangeDirective
|
|
19
|
-
*/
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObserveDomChangeDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ObserveDomChangeDirective, "[ieeesaObserveDomChange]", never, { "isSubTreeAttributeNeeded": { "alias": "isSubTreeAttributeNeeded"; "required": false; }; "observedElementClassName": { "alias": "observedElementClassName"; "required": false; }; }, { "domChange": "domChange"; "domNodesChange": "domNodesChange"; }, never, never, true, never>;
|
|
23
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { SafeStyle } from '@angular/platform-browser';
|
|
3
|
-
import { SafePipe } from '../../pipes/safe.pipe';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Sets background color and image for the attached element.
|
|
7
|
-
* @export
|
|
8
|
-
* @class SetBackgroundDirective
|
|
9
|
-
* @implements {OnInit}
|
|
10
|
-
*/
|
|
11
|
-
export declare class SetBackgroundDirective implements OnInit {
|
|
12
|
-
private safePipe;
|
|
13
|
-
background: {
|
|
14
|
-
color?: string;
|
|
15
|
-
imgURL?: string;
|
|
16
|
-
};
|
|
17
|
-
bg: SafeStyle;
|
|
18
|
-
bgSize: string;
|
|
19
|
-
constants: any;
|
|
20
|
-
constructor(safePipe: SafePipe);
|
|
21
|
-
/**
|
|
22
|
-
* Sets the elements background color and image.
|
|
23
|
-
* @memberof SetBackgroundDirective
|
|
24
|
-
*/
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SetBackgroundDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SetBackgroundDirective, "[ieeesaSetBackground]", never, { "background": { "alias": "background"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { MatTooltip } from '@angular/material/tooltip';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Checks the text is truncated
|
|
6
|
-
* @export
|
|
7
|
-
* @class TextTruncatedDirective
|
|
8
|
-
*/
|
|
9
|
-
export declare class TextTruncatedDirective {
|
|
10
|
-
tooltip: MatTooltip;
|
|
11
|
-
elementRef: ElementRef<HTMLElement>;
|
|
12
|
-
elementClassNameToAddTooltip: string;
|
|
13
|
-
constructor(tooltip: MatTooltip, elementRef: ElementRef<HTMLElement>);
|
|
14
|
-
mouseOver(): void;
|
|
15
|
-
mouseOut(): void;
|
|
16
|
-
touchStart(): void;
|
|
17
|
-
touchEnd(): void;
|
|
18
|
-
/**
|
|
19
|
-
* Shows the tooltip based on text overflow exists or not
|
|
20
|
-
* @memberof TextTruncatedDirective
|
|
21
|
-
*/
|
|
22
|
-
showTooltip(): void;
|
|
23
|
-
/**
|
|
24
|
-
* Disables the tooltip
|
|
25
|
-
* @memberof TextTruncatedDirective
|
|
26
|
-
*/
|
|
27
|
-
hideTooltip(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextTruncatedDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TextTruncatedDirective, "[matTooltip][ieeesaTextTruncated]", never, { "elementClassNameToAddTooltip": { "alias": "elementClassNameToAddTooltip"; "required": false; }; }, {}, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface AccordionInfo {
|
|
2
|
-
id: number | string;
|
|
3
|
-
title: string;
|
|
4
|
-
isDisabled: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare enum AccordionDetails {
|
|
7
|
-
BASIC_DETAILS = 1,
|
|
8
|
-
ROLES_AND_PERMISSIONS = 2,
|
|
9
|
-
GROUP_TYPES = 3,
|
|
10
|
-
MEETINGS_AND_EVENTS = 4,
|
|
11
|
-
BALLOTS = 5
|
|
12
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface AppConfigInfo {
|
|
2
|
-
appTitle: string;
|
|
3
|
-
appHeading?: string;
|
|
4
|
-
appDescription: string;
|
|
5
|
-
background?: {
|
|
6
|
-
color?: string;
|
|
7
|
-
imgURL?: string;
|
|
8
|
-
};
|
|
9
|
-
signInRouteUrl?: string;
|
|
10
|
-
cookieName: string;
|
|
11
|
-
ssoSignOutUrl: string;
|
|
12
|
-
domainUrl?: string;
|
|
13
|
-
createAccountUrl?: string;
|
|
14
|
-
helpLink?: string;
|
|
15
|
-
logoUrl?: string;
|
|
16
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare enum ChipOrientation {
|
|
2
|
-
HORIZONTAL = "HORIZONTAL",
|
|
3
|
-
VERTICAL = "VERTICAL"
|
|
4
|
-
}
|
|
5
|
-
export declare enum ChipsType {
|
|
6
|
-
STATIC = " STATIC",
|
|
7
|
-
TOGGLE = "TOGGLE",
|
|
8
|
-
INPUT = "INPUT",
|
|
9
|
-
AUTOCOMPLETE = "AUTOCOMPLETE",
|
|
10
|
-
FORM_CONTROL = "FORM_CONTROL",
|
|
11
|
-
AVATAR = "AVATAR"
|
|
12
|
-
}
|
|
13
|
-
export declare enum FilterOptionType {
|
|
14
|
-
CHECKBOX = "CHECKBOX",
|
|
15
|
-
DROPDOWN = "DROPDOWN"
|
|
16
|
-
}
|
|
17
|
-
export interface ChipOption {
|
|
18
|
-
id: number | string;
|
|
19
|
-
name: string;
|
|
20
|
-
checked: boolean;
|
|
21
|
-
disabled?: boolean;
|
|
22
|
-
chipType: ChipsType;
|
|
23
|
-
optionType?: FilterOptionType;
|
|
24
|
-
canShowSelection?: boolean;
|
|
25
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare enum CustomProperties {
|
|
2
|
-
EVENT_ID = "eventId",
|
|
3
|
-
MEETING_ID = "meetingId",
|
|
4
|
-
ROUTE_PATHS = "routePaths",
|
|
5
|
-
API_BASE_URL = "apiBaseURL",
|
|
6
|
-
API_DOMAIN_URL = "apiDomainURL",
|
|
7
|
-
USER_PERMISSIONS = "userPermissions",
|
|
8
|
-
ACTION_TYPE = "actionType",
|
|
9
|
-
IS_VIEW_ONLY = "isViewOnly",
|
|
10
|
-
IS_MEMBER_OF_GROUP = "isMemberOfGroup"
|
|
11
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Available export file formats for attendance data
|
|
3
|
-
*/
|
|
4
|
-
export declare enum ExportFormat {
|
|
5
|
-
CSV = "csv",
|
|
6
|
-
EXCEL = "xls"
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* Configuration option for a format selection card in the export format popover
|
|
10
|
-
*/
|
|
11
|
-
export interface ExportFormatOption {
|
|
12
|
-
label: string;
|
|
13
|
-
value: ExportFormat;
|
|
14
|
-
ariaLabel: string;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export interface FileDownloadAndDeleteConfig {
|
|
2
|
-
isDownloadNeeded?: boolean;
|
|
3
|
-
isDeleteNeeded?: boolean;
|
|
4
|
-
alignType?: string;
|
|
5
|
-
downloadFileAPIUrl?: string;
|
|
6
|
-
deleteFileAPIUrl?: string;
|
|
7
|
-
canDownloadFileInternally?: boolean;
|
|
8
|
-
canDeleteFileInternally?: boolean;
|
|
9
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export interface FileUploadPresignedUrl {
|
|
2
|
-
status: boolean;
|
|
3
|
-
body: string;
|
|
4
|
-
message: string;
|
|
5
|
-
}
|
|
6
|
-
export interface GetFileDownloadPresignedUrlPayload {
|
|
7
|
-
payload: {
|
|
8
|
-
fileName: string;
|
|
9
|
-
domain: string;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
export interface GetFileDownloadPresignedUrlByAttachmentIdPayload {
|
|
13
|
-
payload: {
|
|
14
|
-
attachmentId?: string;
|
|
15
|
-
preSignedDuration: string;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
export interface GetFileDownloadPresignedUrlByAttachmentIdResponse {
|
|
19
|
-
status: boolean;
|
|
20
|
-
message: string;
|
|
21
|
-
body: {
|
|
22
|
-
preSignedUrl: string;
|
|
23
|
-
fileName: string;
|
|
24
|
-
s3Path?: string;
|
|
25
|
-
errorMessage?: string;
|
|
26
|
-
} | null | {
|
|
27
|
-
errorCodes: string[];
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
export interface GetFileUploadPresignedUrlPayload {
|
|
31
|
-
payload: {
|
|
32
|
-
fileName: string;
|
|
33
|
-
tenantAppId: string;
|
|
34
|
-
};
|
|
35
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface FileAttachmentInfo {
|
|
2
|
-
fileName: string;
|
|
3
|
-
preSignedUrl: string;
|
|
4
|
-
s3Path: string;
|
|
5
|
-
errorMessage?: string | null;
|
|
6
|
-
}
|
|
7
|
-
export interface GetFileUploadPresignedUrlsResponse {
|
|
8
|
-
status: boolean;
|
|
9
|
-
body: FileAttachmentInfo[] | {
|
|
10
|
-
errorCodes: string[];
|
|
11
|
-
};
|
|
12
|
-
message: string;
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { DownloadAttachment } from './download-file.model';
|
|
2
|
-
export interface FileUploadStatus {
|
|
3
|
-
noOfFilesUploadedSuccessfully: number;
|
|
4
|
-
filesNameOfUploadFailed: string[];
|
|
5
|
-
alreadyExistsFiles: string[];
|
|
6
|
-
isUploadingStart: boolean;
|
|
7
|
-
uploadedFiles: DownloadAttachment[];
|
|
8
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents a single filter category (e.g. "Member Type", "Status").
|
|
3
|
-
*/
|
|
4
|
-
export interface FilterPopoverCategory {
|
|
5
|
-
id: string;
|
|
6
|
-
label: string;
|
|
7
|
-
options: FilterPopoverOption[];
|
|
8
|
-
selectedCount?: number;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Represents an individual option within a filter category.
|
|
12
|
-
*/
|
|
13
|
-
export interface FilterPopoverOption {
|
|
14
|
-
id: string;
|
|
15
|
-
label: string;
|
|
16
|
-
checked: boolean;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* The complete filter state emitted on Apply.
|
|
20
|
-
* Key = category id, Value = array of selected option labels.
|
|
21
|
-
*/
|
|
22
|
-
export interface FilterPopoverSelection {
|
|
23
|
-
[categoryId: string]: string[];
|
|
24
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { IconButton } from '@ieeesa-npm/models';
|
|
2
|
-
import { DownloadAttachment } from './download-file.model';
|
|
3
|
-
import { Menu } from './menu.model';
|
|
4
|
-
export interface ListItem {
|
|
5
|
-
id: string;
|
|
6
|
-
parentId: string | null;
|
|
7
|
-
title: string;
|
|
8
|
-
description?: string;
|
|
9
|
-
moreInfo?: any;
|
|
10
|
-
level: number;
|
|
11
|
-
rank: number;
|
|
12
|
-
subItems?: ListItem[];
|
|
13
|
-
position?: string;
|
|
14
|
-
itemLevel?: number;
|
|
15
|
-
actionMenus?: Menu[];
|
|
16
|
-
actionIcon?: IconButton;
|
|
17
|
-
attachments?: DownloadAttachment[];
|
|
18
|
-
reorderedRank?: number;
|
|
19
|
-
}
|
|
20
|
-
export interface ListHeader {
|
|
21
|
-
title: string;
|
|
22
|
-
description: string;
|
|
23
|
-
canShowAddList?: boolean;
|
|
24
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Data passed to the PolicyConfirmationDialogComponent via MAT_DIALOG_DATA
|
|
3
|
-
*/
|
|
4
|
-
export interface PolicyConfirmationDialogData {
|
|
5
|
-
title: string;
|
|
6
|
-
bodyText: string;
|
|
7
|
-
cancelLabel: string;
|
|
8
|
-
confirmLabel: string;
|
|
9
|
-
/** Optional URL that turns the policyLinkText portion of bodyText into a hyperlink */
|
|
10
|
-
policyUrl?: string;
|
|
11
|
-
/** The substring within bodyText that should become a hyperlink (requires policyUrl) */
|
|
12
|
-
policyLinkText?: string;
|
|
13
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
export declare enum TableColumnType {
|
|
2
|
-
TEXT = "TEXT",
|
|
3
|
-
LINK = "LINK",
|
|
4
|
-
SELECT = "SELECT",
|
|
5
|
-
ADD = "ADD",
|
|
6
|
-
EDIT = "EDIT",
|
|
7
|
-
DELETE = "DELETE",
|
|
8
|
-
ACTIONS = "ACTIONS",
|
|
9
|
-
NESTED_TABLE = "NESTED_TABLE",
|
|
10
|
-
SLIDE_TOGGLE = "SLIDE_TOGGLE"
|
|
11
|
-
}
|
|
12
|
-
export declare enum TableColumnSortDirection {
|
|
13
|
-
ASCENDING = "asc",
|
|
14
|
-
DESCENDING = "desc",
|
|
15
|
-
NO_SORT = ""
|
|
16
|
-
}
|
|
17
|
-
export interface TableColumnSchema {
|
|
18
|
-
id: number;
|
|
19
|
-
columnDef: string;
|
|
20
|
-
heading: string;
|
|
21
|
-
columnType: TableColumnType;
|
|
22
|
-
cellData: any;
|
|
23
|
-
isDateColumn?: boolean;
|
|
24
|
-
isStickyColumn?: boolean;
|
|
25
|
-
isStickyEndColumn?: boolean;
|
|
26
|
-
isSortableColumn?: boolean;
|
|
27
|
-
isHTMLCellData?: boolean;
|
|
28
|
-
isContentUnderLink?: boolean;
|
|
29
|
-
hasColumnActions?: boolean;
|
|
30
|
-
showIconFlag?: (row: any) => boolean;
|
|
31
|
-
iconFlagUrl?: string;
|
|
32
|
-
}
|
package/lib/pipes/safe.pipe.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* SafePipe is using DomSanitizer service which helps to prevent attackers from injecting malicious client-side scripts into web pages, which is often referred to as Cross-site Scripting or XSS.
|
|
6
|
-
* @export
|
|
7
|
-
* @class SafePipe
|
|
8
|
-
* @implements {PipeTransform}
|
|
9
|
-
*/
|
|
10
|
-
export declare class SafePipe implements PipeTransform {
|
|
11
|
-
protected sanitizer: DomSanitizer;
|
|
12
|
-
constructor(sanitizer: DomSanitizer);
|
|
13
|
-
transform(value: any, type: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SafePipe, never>;
|
|
15
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafePipe, "safe", true>;
|
|
16
|
-
}
|