@ieeesa-npm/presentation 0.33.0 → 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.
Files changed (228) hide show
  1. package/esm2022/lib/assets/constants.json +13 -561
  2. package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +28 -60
  3. package/esm2022/lib/components/checkbox/checkbox.component.mjs +16 -77
  4. package/esm2022/lib/components/date-picker/date-picker.component.mjs +10 -27
  5. package/esm2022/lib/components/date-picker-header/date-picker-header.component.mjs +11 -6
  6. package/esm2022/lib/components/dynamic-form/dynamic-form.component.mjs +14 -275
  7. package/esm2022/lib/components/form-error/form-error.component.mjs +6 -6
  8. package/esm2022/lib/components/input/input.component.mjs +13 -34
  9. package/esm2022/lib/components/notification/notification.component.mjs +6 -18
  10. package/esm2022/lib/components/radio/radio.component.mjs +6 -12
  11. package/esm2022/lib/components/search/search.component.mjs +10 -62
  12. package/esm2022/lib/components/select/select.component.mjs +9 -32
  13. package/esm2022/lib/components/text-area/text-area.component.mjs +7 -65
  14. package/esm2022/lib/date-formats.mjs +2 -2
  15. package/esm2022/lib/directives/dynamic-form-field/dynamic-form-field.directive.mjs +5 -206
  16. package/esm2022/lib/models/checkbox-option.model.mjs +2 -0
  17. package/esm2022/lib/models/confirmation-modal-data.model.mjs +2 -0
  18. package/esm2022/lib/models/date-picker.model.mjs +1 -1
  19. package/esm2022/lib/models/field-config.model.mjs +1 -1
  20. package/esm2022/lib/models/footer-config.model.mjs +1 -1
  21. package/esm2022/lib/models/form-control-types.model.mjs +9 -9
  22. package/esm2022/lib/models/header-config.model.mjs +1 -1
  23. package/esm2022/lib/models/navigation-menu.model.mjs +1 -1
  24. package/esm2022/lib/models/select-option.model.mjs +2 -0
  25. package/esm2022/lib/models/toggle-button.model.mjs +1 -1
  26. package/esm2022/lib/presentation.module.mjs +5 -5
  27. package/esm2022/lib/services/datepicker.service.mjs +4 -4
  28. package/esm2022/lib/services/form-utility.service.mjs +5 -17
  29. package/esm2022/public-api.mjs +17 -97
  30. package/fesm2022/ieeesa-npm-presentation.mjs +599 -7589
  31. package/fesm2022/ieeesa-npm-presentation.mjs.map +1 -1
  32. package/lib/components/autocomplete/autocomplete.component.d.ts +13 -27
  33. package/lib/components/checkbox/checkbox.component.d.ts +6 -32
  34. package/lib/components/date-picker/date-picker.component.d.ts +2 -11
  35. package/lib/components/dynamic-form/dynamic-form.component.d.ts +11 -157
  36. package/lib/components/input/input.component.d.ts +2 -9
  37. package/lib/components/notification/notification.component.d.ts +1 -4
  38. package/lib/components/radio/radio.component.d.ts +1 -3
  39. package/lib/components/search/search.component.d.ts +4 -13
  40. package/lib/components/select/select.component.d.ts +2 -5
  41. package/lib/components/text-area/text-area.component.d.ts +2 -24
  42. package/lib/directives/dynamic-form-field/dynamic-form-field.directive.d.ts +3 -36
  43. package/lib/models/checkbox-option.model.d.ts +6 -0
  44. package/lib/models/confirmation-modal-data.model.d.ts +5 -0
  45. package/lib/models/date-picker.model.d.ts +0 -3
  46. package/lib/models/field-config.model.d.ts +2 -54
  47. package/lib/models/footer-config.model.d.ts +0 -1
  48. package/lib/models/form-control-types.model.d.ts +1 -8
  49. package/lib/models/header-config.model.d.ts +0 -6
  50. package/lib/models/navigation-menu.model.d.ts +1 -1
  51. package/lib/models/select-option.model.d.ts +5 -0
  52. package/lib/models/toggle-button.model.d.ts +0 -4
  53. package/lib/services/form-utility.service.d.ts +1 -1
  54. package/package.json +2 -4
  55. package/public-api.d.ts +16 -95
  56. package/src/lib/assets/constants.json +13 -561
  57. package/esm2022/lib/components/accordion/accordion.component.mjs +0 -61
  58. package/esm2022/lib/components/add-form-group/add-form-group.component.mjs +0 -34
  59. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -129
  60. package/esm2022/lib/components/card/card.component.mjs +0 -74
  61. package/esm2022/lib/components/chips/chips.component.mjs +0 -162
  62. package/esm2022/lib/components/color-picker/color-picker.component.mjs +0 -314
  63. package/esm2022/lib/components/data-table/data-table.component.mjs +0 -781
  64. package/esm2022/lib/components/export-format-popover/export-format-popover.component.mjs +0 -75
  65. package/esm2022/lib/components/export-success-dialog/export-success-dialog.component.mjs +0 -39
  66. package/esm2022/lib/components/file-download/file-download.component.mjs +0 -176
  67. package/esm2022/lib/components/file-upload/file-upload.component.mjs +0 -474
  68. package/esm2022/lib/components/filter/filter.component.mjs +0 -302
  69. package/esm2022/lib/components/filter-popover/filter-popover.component.mjs +0 -198
  70. package/esm2022/lib/components/footer/footer.component.mjs +0 -55
  71. package/esm2022/lib/components/form-support-text/form-support-text.component.mjs +0 -63
  72. package/esm2022/lib/components/header/header.component.mjs +0 -193
  73. package/esm2022/lib/components/icon-button/icon-button.component.mjs +0 -38
  74. package/esm2022/lib/components/image-preview/image-preview.component.mjs +0 -30
  75. package/esm2022/lib/components/inactive-tenant/inactive-tenant.component.mjs +0 -44
  76. package/esm2022/lib/components/legend/legend.component.mjs +0 -37
  77. package/esm2022/lib/components/list/list.component.mjs +0 -199
  78. package/esm2022/lib/components/loader/loader.component.mjs +0 -22
  79. package/esm2022/lib/components/menu/menu.component.mjs +0 -75
  80. package/esm2022/lib/components/modal/modal.component.mjs +0 -166
  81. package/esm2022/lib/components/modal-confirmation/modal-confirmation.component.mjs +0 -45
  82. package/esm2022/lib/components/modal-info/modal-info.component.mjs +0 -41
  83. package/esm2022/lib/components/multi-select-autocomplete/multi-select-autocomplete.component.mjs +0 -321
  84. package/esm2022/lib/components/navigation-menu/navigation-menu.component.mjs +0 -89
  85. package/esm2022/lib/components/policy-confirmation-dialog/policy-confirmation-dialog.component.mjs +0 -81
  86. package/esm2022/lib/components/rich-text-editor/rich-text-editor.component.mjs +0 -214
  87. package/esm2022/lib/components/slide-toggle/slide-toggle.component.mjs +0 -98
  88. package/esm2022/lib/components/stepper/stepper.component.mjs +0 -69
  89. package/esm2022/lib/components/tabs/tabs.component.mjs +0 -210
  90. package/esm2022/lib/components/tile/tile.component.mjs +0 -70
  91. package/esm2022/lib/components/time-picker/time-picker.component.mjs +0 -59
  92. package/esm2022/lib/components/toggle-button/toggle-button.component.mjs +0 -76
  93. package/esm2022/lib/components/welcome/welcome.component.mjs +0 -85
  94. package/esm2022/lib/directives/file-upload/file-upload.directive.mjs +0 -85
  95. package/esm2022/lib/directives/focus-invalid-form-field/focus-invalid-form-field.directive.mjs +0 -34
  96. package/esm2022/lib/directives/observe-dom-change/observe-dom-change.directive.mjs +0 -54
  97. package/esm2022/lib/directives/set-background/set-background.directive.mjs +0 -53
  98. package/esm2022/lib/directives/text-truncated/text-truncated.directive.mjs +0 -72
  99. package/esm2022/lib/models/accordion-info.model.mjs +0 -14
  100. package/esm2022/lib/models/align-browsed-files.model.mjs +0 -7
  101. package/esm2022/lib/models/allowed-file-types.model.mjs +0 -8
  102. package/esm2022/lib/models/app-config-info.model.mjs +0 -2
  103. package/esm2022/lib/models/breadcrumb.model.mjs +0 -2
  104. package/esm2022/lib/models/button-type.model.mjs +0 -7
  105. package/esm2022/lib/models/card-button.model.mjs +0 -2
  106. package/esm2022/lib/models/card-info.model.mjs +0 -2
  107. package/esm2022/lib/models/chip-option.model.mjs +0 -21
  108. package/esm2022/lib/models/color-format.model.mjs +0 -13
  109. package/esm2022/lib/models/custom-properties.model.mjs +0 -14
  110. package/esm2022/lib/models/download-file.model.mjs +0 -2
  111. package/esm2022/lib/models/event-emit-type.model.mjs +0 -2
  112. package/esm2022/lib/models/export-format-popover.model.mjs +0 -10
  113. package/esm2022/lib/models/export-success-dialog.model.mjs +0 -2
  114. package/esm2022/lib/models/file-download-config.model.mjs +0 -2
  115. package/esm2022/lib/models/file-info.model.mjs +0 -2
  116. package/esm2022/lib/models/file-upload-payload-model.mjs +0 -2
  117. package/esm2022/lib/models/file-upload-presigned-url-res.model.mjs +0 -2
  118. package/esm2022/lib/models/file-upload-response.model.mjs +0 -2
  119. package/esm2022/lib/models/file-upload-status.model.mjs +0 -2
  120. package/esm2022/lib/models/filter-popover.model.mjs +0 -2
  121. package/esm2022/lib/models/filters-options.model.mjs +0 -2
  122. package/esm2022/lib/models/inactive-tenant.model.mjs +0 -2
  123. package/esm2022/lib/models/input-field-type.model.mjs +0 -8
  124. package/esm2022/lib/models/legend.model.mjs +0 -2
  125. package/esm2022/lib/models/link-type.model.mjs +0 -6
  126. package/esm2022/lib/models/list-item.model.mjs +0 -2
  127. package/esm2022/lib/models/menu.model.mjs +0 -2
  128. package/esm2022/lib/models/paginator-config.model.mjs +0 -2
  129. package/esm2022/lib/models/policy-confirmation-dialog.model.mjs +0 -2
  130. package/esm2022/lib/models/profile-menu.model.mjs +0 -8
  131. package/esm2022/lib/models/select-opened-state.model.mjs +0 -2
  132. package/esm2022/lib/models/selected-date.model.mjs +0 -2
  133. package/esm2022/lib/models/selected-time.model.mjs +0 -2
  134. package/esm2022/lib/models/slide-toggle-options.model.mjs +0 -2
  135. package/esm2022/lib/models/tab.model.mjs +0 -2
  136. package/esm2022/lib/models/table-actions.model.mjs +0 -2
  137. package/esm2022/lib/models/table-column-menu-info.model.mjs +0 -2
  138. package/esm2022/lib/models/table-schema.model.mjs +0 -20
  139. package/esm2022/lib/models/tile.model.mjs +0 -2
  140. package/esm2022/lib/pipes/safe.pipe.mjs +0 -44
  141. package/esm2022/lib/services/break-point-observer.service.mjs +0 -36
  142. package/esm2022/lib/services/file-upload.service.mjs +0 -378
  143. package/lib/components/accordion/accordion.component.d.ts +0 -30
  144. package/lib/components/add-form-group/add-form-group.component.d.ts +0 -19
  145. package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -61
  146. package/lib/components/card/card.component.d.ts +0 -39
  147. package/lib/components/chips/chips.component.d.ts +0 -374
  148. package/lib/components/color-picker/color-picker.component.d.ts +0 -88
  149. package/lib/components/data-table/data-table.component.d.ts +0 -326
  150. package/lib/components/export-format-popover/export-format-popover.component.d.ts +0 -45
  151. package/lib/components/export-success-dialog/export-success-dialog.component.d.ts +0 -24
  152. package/lib/components/file-download/file-download.component.d.ts +0 -383
  153. package/lib/components/file-upload/file-upload.component.d.ts +0 -522
  154. package/lib/components/filter/filter.component.d.ts +0 -113
  155. package/lib/components/filter-popover/filter-popover.component.d.ts +0 -84
  156. package/lib/components/footer/footer.component.d.ts +0 -37
  157. package/lib/components/form-support-text/form-support-text.component.d.ts +0 -32
  158. package/lib/components/header/header.component.d.ts +0 -86
  159. package/lib/components/icon-button/icon-button.component.d.ts +0 -21
  160. package/lib/components/image-preview/image-preview.component.d.ts +0 -11
  161. package/lib/components/inactive-tenant/inactive-tenant.component.d.ts +0 -21
  162. package/lib/components/legend/legend.component.d.ts +0 -13
  163. package/lib/components/list/list.component.d.ts +0 -95
  164. package/lib/components/loader/loader.component.d.ts +0 -7
  165. package/lib/components/menu/menu.component.d.ts +0 -36
  166. package/lib/components/modal/modal.component.d.ts +0 -75
  167. package/lib/components/modal-confirmation/modal-confirmation.component.d.ts +0 -24
  168. package/lib/components/modal-info/modal-info.component.d.ts +0 -23
  169. package/lib/components/multi-select-autocomplete/multi-select-autocomplete.component.d.ts +0 -130
  170. package/lib/components/navigation-menu/navigation-menu.component.d.ts +0 -45
  171. package/lib/components/policy-confirmation-dialog/policy-confirmation-dialog.component.d.ts +0 -46
  172. package/lib/components/rich-text-editor/rich-text-editor.component.d.ts +0 -75
  173. package/lib/components/slide-toggle/slide-toggle.component.d.ts +0 -45
  174. package/lib/components/stepper/stepper.component.d.ts +0 -46
  175. package/lib/components/tabs/tabs.component.d.ts +0 -86
  176. package/lib/components/tile/tile.component.d.ts +0 -39
  177. package/lib/components/time-picker/time-picker.component.d.ts +0 -20
  178. package/lib/components/toggle-button/toggle-button.component.d.ts +0 -51
  179. package/lib/components/welcome/welcome.component.d.ts +0 -41
  180. package/lib/directives/file-upload/file-upload.directive.d.ts +0 -42
  181. package/lib/directives/focus-invalid-form-field/focus-invalid-form-field.directive.d.ts +0 -18
  182. package/lib/directives/observe-dom-change/observe-dom-change.directive.d.ts +0 -23
  183. package/lib/directives/set-background/set-background.directive.d.ts +0 -28
  184. package/lib/directives/text-truncated/text-truncated.directive.d.ts +0 -30
  185. package/lib/models/accordion-info.model.d.ts +0 -12
  186. package/lib/models/align-browsed-files.model.d.ts +0 -4
  187. package/lib/models/allowed-file-types.model.d.ts +0 -5
  188. package/lib/models/app-config-info.model.d.ts +0 -16
  189. package/lib/models/breadcrumb.model.d.ts +0 -6
  190. package/lib/models/button-type.model.d.ts +0 -4
  191. package/lib/models/card-button.model.d.ts +0 -6
  192. package/lib/models/card-info.model.d.ts +0 -8
  193. package/lib/models/chip-option.model.d.ts +0 -25
  194. package/lib/models/color-format.model.d.ts +0 -13
  195. package/lib/models/custom-properties.model.d.ts +0 -11
  196. package/lib/models/download-file.model.d.ts +0 -4
  197. package/lib/models/event-emit-type.model.d.ts +0 -5
  198. package/lib/models/export-format-popover.model.d.ts +0 -15
  199. package/lib/models/export-success-dialog.model.d.ts +0 -8
  200. package/lib/models/file-download-config.model.d.ts +0 -9
  201. package/lib/models/file-info.model.d.ts +0 -12
  202. package/lib/models/file-upload-payload-model.d.ts +0 -10
  203. package/lib/models/file-upload-presigned-url-res.model.d.ts +0 -35
  204. package/lib/models/file-upload-response.model.d.ts +0 -13
  205. package/lib/models/file-upload-status.model.d.ts +0 -8
  206. package/lib/models/filter-popover.model.d.ts +0 -24
  207. package/lib/models/filters-options.model.d.ts +0 -4
  208. package/lib/models/inactive-tenant.model.d.ts +0 -5
  209. package/lib/models/input-field-type.model.d.ts +0 -5
  210. package/lib/models/legend.model.d.ts +0 -6
  211. package/lib/models/link-type.model.d.ts +0 -3
  212. package/lib/models/list-item.model.d.ts +0 -24
  213. package/lib/models/menu.model.d.ts +0 -9
  214. package/lib/models/paginator-config.model.d.ts +0 -5
  215. package/lib/models/policy-confirmation-dialog.model.d.ts +0 -13
  216. package/lib/models/profile-menu.model.d.ts +0 -4
  217. package/lib/models/select-opened-state.model.d.ts +0 -4
  218. package/lib/models/selected-date.model.d.ts +0 -4
  219. package/lib/models/selected-time.model.d.ts +0 -4
  220. package/lib/models/slide-toggle-options.model.d.ts +0 -6
  221. package/lib/models/tab.model.d.ts +0 -6
  222. package/lib/models/table-actions.model.d.ts +0 -8
  223. package/lib/models/table-column-menu-info.model.d.ts +0 -6
  224. package/lib/models/table-schema.model.d.ts +0 -32
  225. package/lib/models/tile.model.d.ts +0 -12
  226. package/lib/pipes/safe.pipe.d.ts +0 -16
  227. package/lib/services/break-point-observer.service.d.ts +0 -21
  228. 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,4 +0,0 @@
1
- export declare enum AlignBrowsedFiles {
2
- DEFAULT = "default",
3
- BOTTOM = "bottom"
4
- }
@@ -1,5 +0,0 @@
1
- export declare enum AllowedFileTypes {
2
- JPG = "jpg",
3
- PNG = "png",
4
- SVG = "svg"
5
- }
@@ -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,6 +0,0 @@
1
- import { Params } from "@angular/router";
2
- export interface Breadcrumb {
3
- label: string;
4
- params?: Params;
5
- url: string;
6
- }
@@ -1,4 +0,0 @@
1
- export declare enum ButtonType {
2
- NORMAL = "NORMAL",
3
- ICON = "ICON"
4
- }
@@ -1,6 +0,0 @@
1
- import { ButtonType } from './button-type.model';
2
- import { IconButton } from '@ieeesa-npm/models';
3
- export interface CardButton extends IconButton {
4
- isVisible?: boolean;
5
- buttonType: ButtonType;
6
- }
@@ -1,8 +0,0 @@
1
- import { CardButton } from "./card-button.model";
2
- export interface CardInfo {
3
- title: string;
4
- subTitle?: string;
5
- description: string;
6
- headerActions?: CardButton[];
7
- footerActions?: CardButton[];
8
- }
@@ -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,13 +0,0 @@
1
- export declare enum ColorFormat {
2
- hex = "hex",
3
- rgba = "rgba",
4
- hsla = "hsla"
5
- }
6
- export declare enum ColorsAnimation {
7
- popup = "popup",
8
- slidein = "slide-in"
9
- }
10
- export interface PaletteColor {
11
- name: string;
12
- hexCode: string;
13
- }
@@ -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,4 +0,0 @@
1
- export interface DownloadAttachment {
2
- attachmentId: string;
3
- fileName: string;
4
- }
@@ -1,5 +0,0 @@
1
- import { LinkType } from "./link-type.model";
2
- export interface LinkEventEmitType {
3
- event: Event;
4
- linkType?: LinkType;
5
- }
@@ -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,8 +0,0 @@
1
- /**
2
- * Data passed to the ExportSuccessDialogComponent via MAT_DIALOG_DATA
3
- */
4
- export interface ExportSuccessDialogData {
5
- message: string;
6
- filename: string;
7
- closeLabel: string;
8
- }
@@ -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,12 +0,0 @@
1
- export interface DeleteFilePayload {
2
- [key: string]: any;
3
- }
4
- export interface FileInfo {
5
- id: string | null;
6
- name: string | null;
7
- }
8
- export interface DeleteFileResponse {
9
- status: boolean;
10
- message: string;
11
- body: FileInfo;
12
- }
@@ -1,10 +0,0 @@
1
- export interface FileDetails {
2
- meetingId: string;
3
- agendaId: string;
4
- agendaItemId: string;
5
- preSignedDuration: number;
6
- fileNameList: string[];
7
- }
8
- export interface FileUploadPayload {
9
- payload: FileDetails;
10
- }
@@ -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,4 +0,0 @@
1
- import { CheckboxOption } from '@ieeesa-npm/models';
2
- export interface FiltersAndOptions {
3
- [key: string | number]: CheckboxOption[];
4
- }
@@ -1,5 +0,0 @@
1
- export interface InactiveTenantDisplay {
2
- errorMessage: string;
3
- helpLink: string;
4
- supportText: string;
5
- }
@@ -1,5 +0,0 @@
1
- export declare enum InputFieldType {
2
- EMAIL = "EMAIL",
3
- NUMBER = "NUMBER",
4
- TEXT = "TEXT"
5
- }
@@ -1,6 +0,0 @@
1
- export interface Legend {
2
- label: string;
3
- color: string;
4
- hierarchy: number;
5
- iconUrl?: string;
6
- }
@@ -1,3 +0,0 @@
1
- export declare enum LinkType {
2
- ADD_MEETING = "ADD_MEETING"
3
- }
@@ -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,9 +0,0 @@
1
- export interface Menu {
2
- id: number;
3
- iconURL: string;
4
- label: string;
5
- ariaLabel: string;
6
- toolTip: string;
7
- isToolTipNeeded: boolean;
8
- isDisabled?: boolean;
9
- }
@@ -1,5 +0,0 @@
1
- export interface PaginatorConfig {
2
- recordsPerPage: number;
3
- pageSizeOptions: number[];
4
- totalRecords: number;
5
- }
@@ -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,4 +0,0 @@
1
- export declare enum UserProfileMenu {
2
- USER_PROFILE = 1,
3
- SIGN_OUT = 2
4
- }
@@ -1,4 +0,0 @@
1
- export interface SelectOpenedState {
2
- controlName: string;
3
- opened: boolean;
4
- }
@@ -1,4 +0,0 @@
1
- export interface SelectedDate {
2
- date: string;
3
- controlName?: string;
4
- }
@@ -1,4 +0,0 @@
1
- export interface SelectedTime {
2
- time: string;
3
- controlName?: string;
4
- }
@@ -1,6 +0,0 @@
1
- export interface SlideToggleOption {
2
- id: number | string;
3
- label: string;
4
- checked: boolean;
5
- ariaLabel?: string;
6
- }
@@ -1,6 +0,0 @@
1
- export interface Tab {
2
- id: number | string;
3
- label: string;
4
- componentRef: any;
5
- disabled?: boolean;
6
- }
@@ -1,8 +0,0 @@
1
- export interface TableActions {
2
- isSearchNeeded?: boolean;
3
- isFilterNeeded?: boolean;
4
- isAddNeeded?: boolean;
5
- isEditNeeded?: boolean;
6
- isDeleteNeeded?: boolean;
7
- isPaginationNeeded?: boolean;
8
- }
@@ -1,6 +0,0 @@
1
- import { Menu } from './menu.model';
2
- import { TableColumnSchema } from './table-schema.model';
3
- export interface TableColumnMenuInfo {
4
- tableColumnInfo: TableColumnSchema;
5
- menuActionInfo: Menu;
6
- }
@@ -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
- }
@@ -1,12 +0,0 @@
1
- export interface Button {
2
- id: string;
3
- isRightArrowNeeded?: boolean;
4
- label: string;
5
- isDisabled: boolean;
6
- }
7
- export interface Tile {
8
- title: string;
9
- description: string;
10
- isActive: boolean;
11
- buttons?: Button[];
12
- }
@@ -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
- }