ng-tailwind 4.1.14 → 4.1.16

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 (208) hide show
  1. package/README.md +24 -24
  2. package/animations/ngt-angular-animations.d.ts +5 -5
  3. package/base/ngt-base-ng-model.d.ts +32 -32
  4. package/components/ngt-action/ngt-action.component.d.ts +16 -16
  5. package/components/ngt-action/ngt-action.module.d.ts +10 -10
  6. package/components/ngt-button/ngt-button.component.d.ts +25 -25
  7. package/components/ngt-button/ngt-button.module.d.ts +10 -10
  8. package/components/ngt-checkbox/ngt-checkbox.component.d.ts +47 -47
  9. package/components/ngt-checkbox/ngt-checkbox.module.d.ts +10 -10
  10. package/components/ngt-content/ngt-content.component.d.ts +12 -12
  11. package/components/ngt-content/ngt-content.module.d.ts +8 -8
  12. package/components/ngt-context-menu/ngt-context-menu.component.d.ts +19 -0
  13. package/components/ngt-context-menu/ngt-context-menu.directive.d.ts +22 -0
  14. package/components/ngt-context-menu/ngt-context-menu.module.d.ts +10 -0
  15. package/components/ngt-datatable/ngt-datatable.component.d.ts +117 -117
  16. package/components/ngt-datatable/ngt-datatable.module.d.ts +24 -24
  17. package/components/ngt-datatable/ngt-tbody/ngt-tbody.component.d.ts +14 -14
  18. package/components/ngt-datatable/ngt-td/ngt-td.component.d.ts +14 -14
  19. package/components/ngt-datatable/ngt-td-check/ngt-td-check.component.d.ts +29 -29
  20. package/components/ngt-datatable/ngt-th/ngt-th.component.d.ts +51 -51
  21. package/components/ngt-datatable/ngt-th-check/ngt-th-check.component.d.ts +22 -22
  22. package/components/ngt-datatable/ngt-thead/ngt-thead.component.d.ts +13 -13
  23. package/components/ngt-datatable/ngt-tr/ngt-tr.component.d.ts +20 -20
  24. package/components/ngt-date/ngt-date.component.d.ts +79 -79
  25. package/components/ngt-date/ngt-date.module.d.ts +13 -13
  26. package/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.d.ts +8 -8
  27. package/components/ngt-dropdown/ngt-dropdown.component.d.ts +53 -53
  28. package/components/ngt-dropdown/ngt-dropdown.module.d.ts +9 -9
  29. package/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.d.ts +14 -14
  30. package/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.d.ts +25 -25
  31. package/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.d.ts +35 -35
  32. package/components/ngt-dropzone/ngt-dropzone.component.d.ts +87 -86
  33. package/components/ngt-dropzone/ngt-dropzone.meta.d.ts +27 -27
  34. package/components/ngt-dropzone/ngt-dropzone.module.d.ts +17 -17
  35. package/components/ngt-floating-button/ngt-floating-button.component.d.ts +35 -35
  36. package/components/ngt-floating-button/ngt-floating-button.module.d.ts +10 -10
  37. package/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.d.ts +10 -10
  38. package/components/ngt-form/ngt-form.component.d.ts +55 -55
  39. package/components/ngt-form/ngt-form.module.d.ts +9 -9
  40. package/components/ngt-header-nav/ngt-header-nav.component.d.ts +14 -14
  41. package/components/ngt-header-nav/ngt-header-nav.module.d.ts +8 -8
  42. package/components/ngt-helper/ngt-helper.component.d.ts +25 -25
  43. package/components/ngt-helper/ngt-helper.module.d.ts +10 -10
  44. package/components/ngt-input/ngt-input.component.d.ts +109 -109
  45. package/components/ngt-input/ngt-input.module.d.ts +14 -14
  46. package/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.d.ts +5 -5
  47. package/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.d.ts +5 -5
  48. package/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.d.ts +15 -15
  49. package/components/ngt-modal/ngt-modal.component.d.ts +25 -25
  50. package/components/ngt-modal/ngt-modal.module.d.ts +11 -11
  51. package/components/ngt-multi-select/ngt-multi-select.component.d.ts +103 -103
  52. package/components/ngt-multi-select/ngt-multi-select.module.d.ts +15 -15
  53. package/components/ngt-pagination/ngt-pagination.component.d.ts +43 -43
  54. package/components/ngt-pagination/ngt-pagination.module.d.ts +12 -12
  55. package/components/ngt-popover/ngt-popover-tooltip/ngt-popover-tooltip.component.d.ts +17 -15
  56. package/components/ngt-popover/ngt-popover.component.d.ts +31 -31
  57. package/components/ngt-popover/ngt-popover.directive.d.ts +28 -27
  58. package/components/ngt-popover/ngt-popover.module.d.ts +11 -11
  59. package/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.d.ts +12 -12
  60. package/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.d.ts +12 -12
  61. package/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.d.ts +17 -17
  62. package/components/ngt-portlet/ngt-portlet.component.d.ts +20 -20
  63. package/components/ngt-portlet/ngt-portlet.module.d.ts +13 -13
  64. package/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.d.ts +9 -9
  65. package/components/ngt-radio-button/ngt-radio-button.component.d.ts +35 -35
  66. package/components/ngt-radio-button/ngt-radio-button.module.d.ts +11 -11
  67. package/components/ngt-section/ngt-section.component.d.ts +29 -29
  68. package/components/ngt-section/ngt-section.module.d.ts +11 -11
  69. package/components/ngt-select/ngt-select.component.d.ts +135 -135
  70. package/components/ngt-select/ngt-select.directive.d.ts +20 -20
  71. package/components/ngt-select/ngt-select.module.d.ts +16 -16
  72. package/components/ngt-shining/ngt-shining.component.d.ts +19 -19
  73. package/components/ngt-shining/ngt-shining.module.d.ts +8 -8
  74. package/components/ngt-sidenav/ngt-sidenav.component.d.ts +32 -32
  75. package/components/ngt-sidenav/ngt-sidenav.module.d.ts +8 -8
  76. package/components/ngt-slider/ngt-slider.component.d.ts +34 -34
  77. package/components/ngt-slider/ngt-slider.module.d.ts +9 -9
  78. package/components/ngt-svg/ngt-svg.component.d.ts +13 -13
  79. package/components/ngt-svg/ngt-svg.module.d.ts +10 -10
  80. package/components/ngt-tag/ngt-tag.component.d.ts +13 -13
  81. package/components/ngt-tag/ngt-tag.module.d.ts +9 -9
  82. package/components/ngt-textarea/ngt-textarea.component.d.ts +49 -49
  83. package/components/ngt-textarea/ngt-textarea.module.d.ts +13 -13
  84. package/components/ngt-validation/ngt-validation.component.d.ts +13 -13
  85. package/components/ngt-validation/ngt-validation.module.d.ts +8 -8
  86. package/directives/ngt-stylizable/ngt-stylizable.directive.d.ts +68 -68
  87. package/directives/ngt-stylizable/ngt-stylizable.module.d.ts +8 -8
  88. package/enums/size.enum.d.ts +8 -8
  89. package/esm2020/animations/ngt-angular-animations.mjs +34 -34
  90. package/esm2020/base/ngt-base-ng-model.mjs +90 -90
  91. package/esm2020/components/ngt-action/ngt-action.component.mjs +54 -54
  92. package/esm2020/components/ngt-action/ngt-action.module.mjs +28 -28
  93. package/esm2020/components/ngt-button/ngt-button.component.mjs +115 -115
  94. package/esm2020/components/ngt-button/ngt-button.module.mjs +28 -28
  95. package/esm2020/components/ngt-checkbox/ngt-checkbox.component.mjs +177 -177
  96. package/esm2020/components/ngt-checkbox/ngt-checkbox.module.mjs +28 -28
  97. package/esm2020/components/ngt-content/ngt-content.component.mjs +32 -32
  98. package/esm2020/components/ngt-content/ngt-content.module.mjs +20 -20
  99. package/esm2020/components/ngt-context-menu/ngt-context-menu.component.mjs +25 -0
  100. package/esm2020/components/ngt-context-menu/ngt-context-menu.directive.mjs +74 -0
  101. package/esm2020/components/ngt-context-menu/ngt-context-menu.module.mjs +33 -0
  102. package/esm2020/components/ngt-datatable/ngt-datatable.component.mjs +431 -431
  103. package/esm2020/components/ngt-datatable/ngt-datatable.module.mjs +95 -95
  104. package/esm2020/components/ngt-datatable/ngt-tbody/ngt-tbody.component.mjs +57 -57
  105. package/esm2020/components/ngt-datatable/ngt-td/ngt-td.component.mjs +62 -62
  106. package/esm2020/components/ngt-datatable/ngt-td-check/ngt-td-check.component.mjs +113 -113
  107. package/esm2020/components/ngt-datatable/ngt-th/ngt-th.component.mjs +211 -211
  108. package/esm2020/components/ngt-datatable/ngt-th-check/ngt-th-check.component.mjs +91 -91
  109. package/esm2020/components/ngt-datatable/ngt-thead/ngt-thead.component.mjs +55 -55
  110. package/esm2020/components/ngt-datatable/ngt-tr/ngt-tr.component.mjs +86 -86
  111. package/esm2020/components/ngt-date/ngt-date.component.mjs +418 -418
  112. package/esm2020/components/ngt-date/ngt-date.module.mjs +40 -40
  113. package/esm2020/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.mjs +19 -19
  114. package/esm2020/components/ngt-dropdown/ngt-dropdown.component.mjs +204 -204
  115. package/esm2020/components/ngt-dropdown/ngt-dropdown.module.mjs +21 -21
  116. package/esm2020/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.mjs +54 -54
  117. package/esm2020/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.mjs +66 -66
  118. package/esm2020/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.mjs +94 -94
  119. package/esm2020/components/ngt-dropzone/ngt-dropzone.component.mjs +465 -464
  120. package/esm2020/components/ngt-dropzone/ngt-dropzone.meta.mjs +24 -24
  121. package/esm2020/components/ngt-dropzone/ngt-dropzone.module.mjs +55 -55
  122. package/esm2020/components/ngt-floating-button/ngt-floating-button.component.mjs +119 -119
  123. package/esm2020/components/ngt-floating-button/ngt-floating-button.module.mjs +28 -28
  124. package/esm2020/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.mjs +22 -22
  125. package/esm2020/components/ngt-form/ngt-form.component.mjs +193 -193
  126. package/esm2020/components/ngt-form/ngt-form.module.mjs +29 -29
  127. package/esm2020/components/ngt-header-nav/ngt-header-nav.component.mjs +39 -39
  128. package/esm2020/components/ngt-header-nav/ngt-header-nav.module.mjs +20 -20
  129. package/esm2020/components/ngt-helper/ngt-helper.component.mjs +68 -68
  130. package/esm2020/components/ngt-helper/ngt-helper.module.mjs +28 -28
  131. package/esm2020/components/ngt-input/ngt-input.component.mjs +722 -722
  132. package/esm2020/components/ngt-input/ngt-input.module.mjs +47 -47
  133. package/esm2020/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.mjs +11 -11
  134. package/esm2020/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.mjs +11 -11
  135. package/esm2020/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.mjs +38 -38
  136. package/esm2020/components/ngt-modal/ngt-modal.component.mjs +102 -102
  137. package/esm2020/components/ngt-modal/ngt-modal.module.mjs +39 -39
  138. package/esm2020/components/ngt-multi-select/ngt-multi-select.component.mjs +446 -446
  139. package/esm2020/components/ngt-multi-select/ngt-multi-select.module.mjs +52 -52
  140. package/esm2020/components/ngt-pagination/ngt-pagination.component.mjs +162 -162
  141. package/esm2020/components/ngt-pagination/ngt-pagination.module.mjs +36 -36
  142. package/esm2020/components/ngt-popover/ngt-popover-tooltip/ngt-popover-tooltip.component.mjs +40 -40
  143. package/esm2020/components/ngt-popover/ngt-popover.component.mjs +85 -85
  144. package/esm2020/components/ngt-popover/ngt-popover.directive.mjs +111 -105
  145. package/esm2020/components/ngt-popover/ngt-popover.module.mjs +36 -36
  146. package/esm2020/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.mjs +34 -34
  147. package/esm2020/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.mjs +33 -33
  148. package/esm2020/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.mjs +53 -53
  149. package/esm2020/components/ngt-portlet/ngt-portlet.component.mjs +74 -74
  150. package/esm2020/components/ngt-portlet/ngt-portlet.module.mjs +47 -47
  151. package/esm2020/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.mjs +19 -19
  152. package/esm2020/components/ngt-radio-button/ngt-radio-button.component.mjs +125 -125
  153. package/esm2020/components/ngt-radio-button/ngt-radio-button.module.mjs +29 -29
  154. package/esm2020/components/ngt-section/ngt-section.component.mjs +119 -119
  155. package/esm2020/components/ngt-section/ngt-section.module.mjs +32 -32
  156. package/esm2020/components/ngt-select/ngt-select.component.mjs +552 -552
  157. package/esm2020/components/ngt-select/ngt-select.directive.mjs +36 -36
  158. package/esm2020/components/ngt-select/ngt-select.module.mjs +65 -65
  159. package/esm2020/components/ngt-shining/ngt-shining.component.mjs +40 -40
  160. package/esm2020/components/ngt-shining/ngt-shining.module.mjs +20 -20
  161. package/esm2020/components/ngt-sidenav/ngt-sidenav.component.mjs +132 -132
  162. package/esm2020/components/ngt-sidenav/ngt-sidenav.module.mjs +20 -20
  163. package/esm2020/components/ngt-slider/ngt-slider.component.mjs +99 -99
  164. package/esm2020/components/ngt-slider/ngt-slider.module.mjs +24 -24
  165. package/esm2020/components/ngt-svg/ngt-svg.component.mjs +53 -53
  166. package/esm2020/components/ngt-svg/ngt-svg.module.mjs +28 -28
  167. package/esm2020/components/ngt-tag/ngt-tag.component.mjs +37 -37
  168. package/esm2020/components/ngt-tag/ngt-tag.module.mjs +24 -24
  169. package/esm2020/components/ngt-textarea/ngt-textarea.component.mjs +238 -238
  170. package/esm2020/components/ngt-textarea/ngt-textarea.module.mjs +43 -43
  171. package/esm2020/components/ngt-validation/ngt-validation.component.mjs +26 -26
  172. package/esm2020/components/ngt-validation/ngt-validation.module.mjs +20 -20
  173. package/esm2020/directives/ngt-stylizable/ngt-stylizable.directive.mjs +290 -290
  174. package/esm2020/directives/ngt-stylizable/ngt-stylizable.module.mjs +20 -20
  175. package/esm2020/enums/size.enum.mjs +11 -11
  176. package/esm2020/helpers/enum/enum.mjs +7 -7
  177. package/esm2020/helpers/form/form.mjs +14 -14
  178. package/esm2020/helpers/input-mask/input-mask.helper.mjs +23 -23
  179. package/esm2020/helpers/routing/route.mjs +11 -11
  180. package/esm2020/helpers/uuid.mjs +10 -10
  181. package/esm2020/ng-tailwind.mjs +4 -4
  182. package/esm2020/public-api.mjs +125 -121
  183. package/esm2020/services/http/ngt-attachment-http.service.mjs +3 -3
  184. package/esm2020/services/http/ngt-http-form.service.mjs +3 -3
  185. package/esm2020/services/http/ngt-http-resource.service.mjs +3 -3
  186. package/esm2020/services/http/ngt-http-validation.service.mjs +3 -3
  187. package/esm2020/services/http/ngt-http.service.mjs +3 -3
  188. package/esm2020/services/http/ngt-translate.service.mjs +3 -3
  189. package/esm2020/services/ngt-stylizable/ngt-stylizable.service.mjs +273 -273
  190. package/fesm2015/ng-tailwind.mjs +7922 -7793
  191. package/fesm2015/ng-tailwind.mjs.map +1 -1
  192. package/fesm2020/ng-tailwind.mjs +7782 -7656
  193. package/fesm2020/ng-tailwind.mjs.map +1 -1
  194. package/helpers/enum/enum.d.ts +1 -1
  195. package/helpers/form/form.d.ts +4 -4
  196. package/helpers/input-mask/input-mask.helper.d.ts +17 -17
  197. package/helpers/routing/route.d.ts +2 -2
  198. package/helpers/uuid.d.ts +1 -1
  199. package/index.d.ts +5 -5
  200. package/package.json +1 -1
  201. package/public-api.d.ts +86 -83
  202. package/services/http/ngt-attachment-http.service.d.ts +10 -10
  203. package/services/http/ngt-http-form.service.d.ts +5 -5
  204. package/services/http/ngt-http-resource.service.d.ts +12 -12
  205. package/services/http/ngt-http-validation.service.d.ts +11 -11
  206. package/services/http/ngt-http.service.d.ts +27 -27
  207. package/services/http/ngt-translate.service.d.ts +29 -29
  208. package/services/ngt-stylizable/ngt-stylizable.service.d.ts +96 -96
@@ -1,86 +1,87 @@
1
- import { AfterContentChecked, ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { ControlContainer } from '@angular/forms';
3
- import { NgxDropzoneChangeEvent, NgxDropzoneComponent } from 'ngx-dropzone';
4
- import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
5
- import { NgtAttachmentHttpService } from '../../services/http/ngt-attachment-http.service';
6
- import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
7
- import { NgtDropzoneFileViewerComponent } from './ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component';
8
- import { NgtDropzoneErrorType, NgtDropzoneFile, NgtDropzonePreviewType } from './ngt-dropzone.meta';
9
- import * as i0 from "@angular/core";
10
- export declare class NgtDropzoneComponent extends NgtBaseNgModel implements OnInit, OnDestroy, AfterContentChecked {
11
- formContainer: ControlContainer;
12
- private ngtAttachmentHttpService;
13
- private injector;
14
- private changeDetector;
15
- container: ElementRef;
16
- ngxDropzone: NgxDropzoneComponent;
17
- ngtDropzoneFileViewer: NgtDropzoneFileViewerComponent;
18
- label: string;
19
- placeholder: string;
20
- helpTextColor: string;
21
- helpText: string;
22
- helpTitle: string;
23
- resources: Array<NgtDropzoneFile>;
24
- multipleSelection: boolean;
25
- itemsLimit: number;
26
- showFileName: boolean;
27
- disableClick: boolean;
28
- disabled: boolean;
29
- viewMode: boolean;
30
- removable: boolean;
31
- canDownloadFile: boolean;
32
- verticalExpandable: boolean;
33
- acceptedFiles: string;
34
- unacceptedFiles: string; /** Mime type */
35
- maxFileSize: number; /** Bytes */
36
- previewType: NgtDropzonePreviewType;
37
- isRequired: boolean;
38
- name: string;
39
- remoteResource: any;
40
- onFileSelected: EventEmitter<NgxDropzoneChangeEvent>;
41
- onFileSelectError: EventEmitter<NgtDropzoneErrorType>;
42
- onFileUploadFail: EventEmitter<any>;
43
- onFileRemoved: EventEmitter<any>;
44
- onFileUploadInit: EventEmitter<any>;
45
- onFileUploaded: EventEmitter<any>;
46
- onFilePreviewLoaded: EventEmitter<any>;
47
- dropzoneHeight: string;
48
- uploadedResources: any[];
49
- forceDisableClick: boolean;
50
- nativeValue: any[];
51
- showNgtDropzoneFileViewer: boolean;
52
- componentReady: boolean;
53
- loading: boolean;
54
- ngtDropzoneLoaderStyle: NgtStylizableService;
55
- ngxElementId: string;
56
- imageViewerOptions: any;
57
- private subscriptions;
58
- constructor(formContainer: ControlContainer, ngtAttachmentHttpService: NgtAttachmentHttpService, injector: Injector, changeDetector: ChangeDetectorRef);
59
- ngOnChanges(changes: SimpleChanges): void;
60
- ngAfterContentChecked(): void;
61
- ngOnInit(): void;
62
- ngOnDestroy(): void;
63
- imagePreview(index: any): void;
64
- onImageClick(element: any, index?: any): void;
65
- onFileClick(url: string, name: string, size: number): void;
66
- onSelect(event: NgxDropzoneChangeEvent): Promise<void>;
67
- uploadFiles(files: Array<File>): Promise<void>;
68
- loadFilePreview(attachments: any): Promise<void>;
69
- onRemove(resource: any): void;
70
- isImage(resource: any): boolean;
71
- isVideo(resource: any): any;
72
- isAudio(resource: any): any;
73
- isFile(resource: any): boolean;
74
- getFormattedFileSize(resource: any): string;
75
- onNativeChange(value: any): void;
76
- change(value: any): void;
77
- downloadFile(attachment: any): void;
78
- reset(): void;
79
- openFileSelector(): void;
80
- private initComponent;
81
- private resetFilesLoad;
82
- private updateValidations;
83
- private destroySubscriptions;
84
- static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropzoneComponent, [{ optional: true; host: true; }, { optional: true; skipSelf: true; }, null, null]>;
85
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtDropzoneComponent, "ngt-dropzone", never, { "label": "label"; "placeholder": "placeholder"; "helpTextColor": "helpTextColor"; "helpText": "helpText"; "helpTitle": "helpTitle"; "resources": "resources"; "multipleSelection": "multipleSelection"; "itemsLimit": "itemsLimit"; "showFileName": "showFileName"; "disableClick": "disableClick"; "disabled": "disabled"; "viewMode": "viewMode"; "removable": "removable"; "canDownloadFile": "canDownloadFile"; "verticalExpandable": "verticalExpandable"; "acceptedFiles": "acceptedFiles"; "unacceptedFiles": "unacceptedFiles"; "maxFileSize": "maxFileSize"; "previewType": "previewType"; "isRequired": "isRequired"; "name": "name"; "remoteResource": "remoteResource"; }, { "onFileSelected": "onFileSelected"; "onFileSelectError": "onFileSelectError"; "onFileUploadFail": "onFileUploadFail"; "onFileRemoved": "onFileRemoved"; "onFileUploadInit": "onFileUploadInit"; "onFileUploaded": "onFileUploaded"; "onFilePreviewLoaded": "onFilePreviewLoaded"; }, never, never, false, never>;
86
- }
1
+ import { AfterContentChecked, ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ControlContainer } from '@angular/forms';
3
+ import { NgxDropzoneChangeEvent, NgxDropzoneComponent } from 'ngx-dropzone';
4
+ import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
5
+ import { NgtAttachmentHttpService } from '../../services/http/ngt-attachment-http.service';
6
+ import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
7
+ import { NgtDropzoneFileViewerComponent } from './ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component';
8
+ import { NgtDropzoneErrorType, NgtDropzoneFile, NgtDropzonePreviewType } from './ngt-dropzone.meta';
9
+ import * as i0 from "@angular/core";
10
+ export declare class NgtDropzoneComponent extends NgtBaseNgModel implements OnInit, OnDestroy, AfterContentChecked {
11
+ formContainer: ControlContainer;
12
+ private ngtAttachmentHttpService;
13
+ private injector;
14
+ private changeDetector;
15
+ container: ElementRef;
16
+ ngxDropzone: NgxDropzoneComponent;
17
+ ngtDropzoneFileViewer: NgtDropzoneFileViewerComponent;
18
+ label: string;
19
+ placeholder: string;
20
+ helpTextColor: string;
21
+ helpText: string;
22
+ helpTitle: string;
23
+ resources: Array<NgtDropzoneFile>;
24
+ multipleSelection: boolean;
25
+ itemsLimit: number;
26
+ showFileName: boolean;
27
+ disableClick: boolean;
28
+ disabled: boolean;
29
+ viewMode: boolean;
30
+ removable: boolean;
31
+ canDownloadFile: boolean;
32
+ verticalExpandable: boolean;
33
+ isRequired: boolean;
34
+ hideNgxDropzone: boolean;
35
+ acceptedFiles: string;
36
+ unacceptedFiles: string; /** Mime type */
37
+ maxFileSize: number; /** Bytes */
38
+ previewType: NgtDropzonePreviewType;
39
+ name: string;
40
+ remoteResource: any;
41
+ onFileSelected: EventEmitter<NgxDropzoneChangeEvent>;
42
+ onFileSelectError: EventEmitter<NgtDropzoneErrorType>;
43
+ onFileUploadFail: EventEmitter<any>;
44
+ onFileRemoved: EventEmitter<any>;
45
+ onFileUploadInit: EventEmitter<any>;
46
+ onFileUploaded: EventEmitter<any>;
47
+ onFilePreviewLoaded: EventEmitter<any>;
48
+ dropzoneHeight: string;
49
+ uploadedResources: any[];
50
+ forceDisableClick: boolean;
51
+ nativeValue: any[];
52
+ showNgtDropzoneFileViewer: boolean;
53
+ componentReady: boolean;
54
+ loading: boolean;
55
+ ngtDropzoneLoaderStyle: NgtStylizableService;
56
+ ngxElementId: string;
57
+ imageViewerOptions: any;
58
+ private subscriptions;
59
+ constructor(formContainer: ControlContainer, ngtAttachmentHttpService: NgtAttachmentHttpService, injector: Injector, changeDetector: ChangeDetectorRef);
60
+ ngOnChanges(changes: SimpleChanges): void;
61
+ ngAfterContentChecked(): void;
62
+ ngOnInit(): void;
63
+ ngOnDestroy(): void;
64
+ imagePreview(index: any): void;
65
+ onImageClick(element: any, index?: any): void;
66
+ onFileClick(url: string, name: string, size: number): void;
67
+ onSelect(event: NgxDropzoneChangeEvent): Promise<void>;
68
+ uploadFiles(files: Array<File>): Promise<void>;
69
+ loadFilePreview(attachments: any): Promise<void>;
70
+ onRemove(resource: any): void;
71
+ isImage(resource: any): boolean;
72
+ isVideo(resource: any): any;
73
+ isAudio(resource: any): any;
74
+ isFile(resource: any): boolean;
75
+ getFormattedFileSize(resource: any): string;
76
+ onNativeChange(value: any): void;
77
+ change(value: any): void;
78
+ downloadFile(attachment: any): void;
79
+ reset(): void;
80
+ openFileSelector(): void;
81
+ private initComponent;
82
+ private resetFilesLoad;
83
+ private updateValidations;
84
+ private destroySubscriptions;
85
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropzoneComponent, [{ optional: true; host: true; }, { optional: true; skipSelf: true; }, null, null]>;
86
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtDropzoneComponent, "ngt-dropzone", never, { "label": "label"; "placeholder": "placeholder"; "helpTextColor": "helpTextColor"; "helpText": "helpText"; "helpTitle": "helpTitle"; "resources": "resources"; "multipleSelection": "multipleSelection"; "itemsLimit": "itemsLimit"; "showFileName": "showFileName"; "disableClick": "disableClick"; "disabled": "disabled"; "viewMode": "viewMode"; "removable": "removable"; "canDownloadFile": "canDownloadFile"; "verticalExpandable": "verticalExpandable"; "isRequired": "isRequired"; "hideNgxDropzone": "hideNgxDropzone"; "acceptedFiles": "acceptedFiles"; "unacceptedFiles": "unacceptedFiles"; "maxFileSize": "maxFileSize"; "previewType": "previewType"; "name": "name"; "remoteResource": "remoteResource"; }, { "onFileSelected": "onFileSelected"; "onFileSelectError": "onFileSelectError"; "onFileUploadFail": "onFileUploadFail"; "onFileRemoved": "onFileRemoved"; "onFileUploadInit": "onFileUploadInit"; "onFileUploaded": "onFileUploaded"; "onFilePreviewLoaded": "onFilePreviewLoaded"; }, never, never, false, never>;
87
+ }
@@ -1,27 +1,27 @@
1
- export interface NgtDropzoneFile {
2
- downloadUrl: string;
3
- previewUrl: string;
4
- thumbnailUrl: string;
5
- name: string;
6
- mimeType: string;
7
- fileSize: any;
8
- }
9
- export declare enum NgtDropzoneFileTypeEnum {
10
- DOC = "DOC",
11
- PDF = "PDF",
12
- XLS = "XLS",
13
- DWG = "DWG",
14
- OTHER = "OTHER"
15
- }
16
- export declare enum NgtDropzonePreviewType {
17
- DEFAULT = "DEFAULT",
18
- IMAGE = "IMAGE",
19
- VIDEO = "VIDEO"
20
- }
21
- export declare enum NgtDropzoneErrorType {
22
- DEFAULT = "DEFAULT",
23
- SIZE = "SIZE",
24
- NO_MULTIPLE = "NO_MULTIPLE",
25
- ITEMS_LIMIT = "ITEMS_LIMIT",
26
- TYPE = "TYPE"
27
- }
1
+ export interface NgtDropzoneFile {
2
+ downloadUrl: string;
3
+ previewUrl: string;
4
+ thumbnailUrl: string;
5
+ name: string;
6
+ mimeType: string;
7
+ fileSize: any;
8
+ }
9
+ export declare enum NgtDropzoneFileTypeEnum {
10
+ DOC = "DOC",
11
+ PDF = "PDF",
12
+ XLS = "XLS",
13
+ DWG = "DWG",
14
+ OTHER = "OTHER"
15
+ }
16
+ export declare enum NgtDropzonePreviewType {
17
+ DEFAULT = "DEFAULT",
18
+ IMAGE = "IMAGE",
19
+ VIDEO = "VIDEO"
20
+ }
21
+ export declare enum NgtDropzoneErrorType {
22
+ DEFAULT = "DEFAULT",
23
+ SIZE = "SIZE",
24
+ NO_MULTIPLE = "NO_MULTIPLE",
25
+ ITEMS_LIMIT = "ITEMS_LIMIT",
26
+ TYPE = "TYPE"
27
+ }
@@ -1,17 +1,17 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ngt-dropzone.component";
3
- import * as i2 from "./ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component";
4
- import * as i3 from "./ngt-dropzone-view/ngt-dropzone-view.component";
5
- import * as i4 from "./custom-dropzone-preview/custom-dropzone-preview.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "@angular/forms";
8
- import * as i7 from "../ngt-validation/ngt-validation.module";
9
- import * as i8 from "ngx-dropzone";
10
- import * as i9 from "../ngt-svg/ngt-svg.module";
11
- import * as i10 from "eloverde-doc-viewer";
12
- import * as i11 from "../ngt-helper/ngt-helper.module";
13
- export declare class NgtDropzoneModule {
14
- static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropzoneModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgtDropzoneModule, [typeof i1.NgtDropzoneComponent, typeof i2.NgtDropzoneFileViewerComponent, typeof i3.NgtDropzoneViewComponent, typeof i4.CustomDropzonePreviewComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.NgtValidationModule, typeof i8.NgxDropzoneModule, typeof i9.NgtSvgModule, typeof i10.EloverdeDocViewerModule, typeof i11.NgtHelperModule], [typeof i1.NgtDropzoneComponent]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<NgtDropzoneModule>;
17
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-dropzone.component";
3
+ import * as i2 from "./ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component";
4
+ import * as i3 from "./ngt-dropzone-view/ngt-dropzone-view.component";
5
+ import * as i4 from "./custom-dropzone-preview/custom-dropzone-preview.component";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "@angular/forms";
8
+ import * as i7 from "../ngt-validation/ngt-validation.module";
9
+ import * as i8 from "ngx-dropzone";
10
+ import * as i9 from "../ngt-svg/ngt-svg.module";
11
+ import * as i10 from "eloverde-doc-viewer";
12
+ import * as i11 from "../ngt-helper/ngt-helper.module";
13
+ export declare class NgtDropzoneModule {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropzoneModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtDropzoneModule, [typeof i1.NgtDropzoneComponent, typeof i2.NgtDropzoneFileViewerComponent, typeof i3.NgtDropzoneViewComponent, typeof i4.CustomDropzonePreviewComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.NgtValidationModule, typeof i8.NgxDropzoneModule, typeof i9.NgtSvgModule, typeof i10.EloverdeDocViewerModule, typeof i11.NgtHelperModule], [typeof i1.NgtDropzoneComponent]>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtDropzoneModule>;
17
+ }
@@ -1,35 +1,35 @@
1
- import { Injector } from '@angular/core';
2
- import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
- import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
4
- import * as i0 from "@angular/core";
5
- export declare class NgtFloatingButtonComponent {
6
- private injector;
7
- private ngtStylizableDirective;
8
- menus: Array<NgtFloatingButtonMenu>;
9
- icon: string;
10
- label: string;
11
- withAnimation: boolean;
12
- isOpen: boolean;
13
- ngtStyle: NgtStylizableService;
14
- constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
15
- toggleMenu(): void;
16
- openExternalLink(url: string): void;
17
- onClick(event: Event, menu: NgtFloatingButtonMenu): any;
18
- isTypeAction(menu: NgtFloatingButtonMenu): boolean;
19
- isTypeNavigation(menu: NgtFloatingButtonMenu): boolean;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<NgtFloatingButtonComponent, [null, { optional: true; self: true; }]>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtFloatingButtonComponent, "ngt-floating-button", never, { "menus": "menus"; "icon": "icon"; "label": "label"; "withAnimation": "withAnimation"; }, {}, never, never, false, never>;
22
- }
23
- export interface NgtFloatingButtonMenu {
24
- name?: string;
25
- type: NgtFloatingButtonType;
26
- icon?: string;
27
- tooltip?: string;
28
- externalLink?: boolean;
29
- url?: string;
30
- action?: Function;
31
- }
32
- export declare enum NgtFloatingButtonType {
33
- NAVIGATION = "NAVIGATION",
34
- ACTION = "ACTION"
35
- }
1
+ import { Injector } from '@angular/core';
2
+ import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
+ import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class NgtFloatingButtonComponent {
6
+ private injector;
7
+ private ngtStylizableDirective;
8
+ menus: Array<NgtFloatingButtonMenu>;
9
+ icon: string;
10
+ label: string;
11
+ withAnimation: boolean;
12
+ isOpen: boolean;
13
+ ngtStyle: NgtStylizableService;
14
+ constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
15
+ toggleMenu(): void;
16
+ openExternalLink(url: string): void;
17
+ onClick(event: Event, menu: NgtFloatingButtonMenu): any;
18
+ isTypeAction(menu: NgtFloatingButtonMenu): boolean;
19
+ isTypeNavigation(menu: NgtFloatingButtonMenu): boolean;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtFloatingButtonComponent, [null, { optional: true; self: true; }]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtFloatingButtonComponent, "ngt-floating-button", never, { "menus": "menus"; "icon": "icon"; "label": "label"; "withAnimation": "withAnimation"; }, {}, never, never, false, never>;
22
+ }
23
+ export interface NgtFloatingButtonMenu {
24
+ name?: string;
25
+ type: NgtFloatingButtonType;
26
+ icon?: string;
27
+ tooltip?: string;
28
+ externalLink?: boolean;
29
+ url?: string;
30
+ action?: Function;
31
+ }
32
+ export declare enum NgtFloatingButtonType {
33
+ NAVIGATION = "NAVIGATION",
34
+ ACTION = "ACTION"
35
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ngt-floating-button.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/router";
5
- import * as i4 from "../ngt-svg/ngt-svg.module";
6
- export declare class NgtFloatingButtonModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<NgtFloatingButtonModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgtFloatingButtonModule, [typeof i1.NgtFloatingButtonComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.NgtSvgModule], [typeof i1.NgtFloatingButtonComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<NgtFloatingButtonModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-floating-button.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/router";
5
+ import * as i4 from "../ngt-svg/ngt-svg.module";
6
+ export declare class NgtFloatingButtonModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtFloatingButtonModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtFloatingButtonModule, [typeof i1.NgtFloatingButtonComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.NgtSvgModule], [typeof i1.NgtFloatingButtonComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtFloatingButtonModule>;
10
+ }
@@ -1,10 +1,10 @@
1
- import { NgtTranslateService } from '../../../services/http/ngt-translate.service';
2
- import * as i0 from "@angular/core";
3
- export declare class NgtFormValidationMessageComponent {
4
- ngtTranslateService: NgtTranslateService;
5
- canShowValidationMessage: boolean;
6
- message: string;
7
- constructor(ngtTranslateService: NgtTranslateService);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<NgtFormValidationMessageComponent, [{ optional: true; }]>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtFormValidationMessageComponent, "ngt-form-validation-message", never, { "canShowValidationMessage": "canShowValidationMessage"; "message": "message"; }, {}, never, never, false, never>;
10
- }
1
+ import { NgtTranslateService } from '../../../services/http/ngt-translate.service';
2
+ import * as i0 from "@angular/core";
3
+ export declare class NgtFormValidationMessageComponent {
4
+ ngtTranslateService: NgtTranslateService;
5
+ canShowValidationMessage: boolean;
6
+ message: string;
7
+ constructor(ngtTranslateService: NgtTranslateService);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtFormValidationMessageComponent, [{ optional: true; }]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtFormValidationMessageComponent, "ngt-form-validation-message", never, { "canShowValidationMessage": "canShowValidationMessage"; "message": "message"; }, {}, never, never, false, never>;
10
+ }
@@ -1,55 +1,55 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { ControlContainer, NgForm } from '@angular/forms';
3
- import { ActivatedRoute, Router } from '@angular/router';
4
- import { Observable } from 'rxjs';
5
- import { NgtHttpFormService } from '../../services/http/ngt-http-form.service';
6
- import * as i0 from "@angular/core";
7
- export declare class NgtFormComponent implements OnInit, OnDestroy {
8
- formContainer: ControlContainer;
9
- ngForm: NgForm;
10
- router: Router;
11
- route: ActivatedRoute;
12
- private ngtHttpFormService;
13
- guessFormState: boolean;
14
- message: string;
15
- routeIdentifier: string;
16
- resource: any;
17
- customLayout: boolean;
18
- static onSubmitInvalidForm: EventEmitter<NgForm>;
19
- onCreating: EventEmitter<any>;
20
- onEditing: EventEmitter<any>;
21
- onLoadingChange: EventEmitter<boolean>;
22
- onShiningChange: EventEmitter<boolean>;
23
- setupComponent: EventEmitter<any>;
24
- onResourceLoadingError: EventEmitter<string>;
25
- formState: NgtFormState;
26
- uriId: any;
27
- private loading;
28
- private shining;
29
- private subscriptions;
30
- constructor(formContainer: ControlContainer, ngForm: NgForm, router: Router, route: ActivatedRoute, ngtHttpFormService: NgtHttpFormService);
31
- ngOnInit(): void;
32
- ngOnDestroy(): void;
33
- isCreating(): boolean;
34
- isEditing(): boolean;
35
- isLoading(): boolean;
36
- isShining(): boolean;
37
- canShowValidationMessage(): boolean;
38
- setShining(shining: boolean): void;
39
- setLoading(loading: boolean): void;
40
- setFormState(state: NgtFormState, triggerChange?: boolean): void;
41
- getFormState(): NgtFormState;
42
- triggerFormStateChange(): void;
43
- formHasChanges(): boolean;
44
- saveResource(): Observable<unknown>;
45
- protected triggerFormCreating(): void;
46
- protected triggerFormEditing(): void;
47
- private determineFormState;
48
- private destroySubscriptions;
49
- static ɵfac: i0.ɵɵFactoryDeclaration<NgtFormComponent, [{ optional: true; host: true; }, { optional: true; host: true; }, null, null, null]>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtFormComponent, "ngt-form", never, { "guessFormState": "guessFormState"; "message": "message"; "routeIdentifier": "routeIdentifier"; "resource": "resource"; "customLayout": "customLayout"; }, { "onCreating": "onCreating"; "onEditing": "onEditing"; "onLoadingChange": "onLoadingChange"; "onShiningChange": "onShiningChange"; "setupComponent": "setupComponent"; "onResourceLoadingError": "onResourceLoadingError"; }, never, ["*"], false, never>;
51
- }
52
- export declare enum NgtFormState {
53
- CREATING = "CREATING",
54
- EDITING = "EDITING"
55
- }
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { ControlContainer, NgForm } from '@angular/forms';
3
+ import { ActivatedRoute, Router } from '@angular/router';
4
+ import { Observable } from 'rxjs';
5
+ import { NgtHttpFormService } from '../../services/http/ngt-http-form.service';
6
+ import * as i0 from "@angular/core";
7
+ export declare class NgtFormComponent implements OnInit, OnDestroy {
8
+ formContainer: ControlContainer;
9
+ ngForm: NgForm;
10
+ router: Router;
11
+ route: ActivatedRoute;
12
+ private ngtHttpFormService;
13
+ guessFormState: boolean;
14
+ message: string;
15
+ routeIdentifier: string;
16
+ resource: any;
17
+ customLayout: boolean;
18
+ static onSubmitInvalidForm: EventEmitter<NgForm>;
19
+ onCreating: EventEmitter<any>;
20
+ onEditing: EventEmitter<any>;
21
+ onLoadingChange: EventEmitter<boolean>;
22
+ onShiningChange: EventEmitter<boolean>;
23
+ setupComponent: EventEmitter<any>;
24
+ onResourceLoadingError: EventEmitter<string>;
25
+ formState: NgtFormState;
26
+ uriId: any;
27
+ private loading;
28
+ private shining;
29
+ private subscriptions;
30
+ constructor(formContainer: ControlContainer, ngForm: NgForm, router: Router, route: ActivatedRoute, ngtHttpFormService: NgtHttpFormService);
31
+ ngOnInit(): void;
32
+ ngOnDestroy(): void;
33
+ isCreating(): boolean;
34
+ isEditing(): boolean;
35
+ isLoading(): boolean;
36
+ isShining(): boolean;
37
+ canShowValidationMessage(): boolean;
38
+ setShining(shining: boolean): void;
39
+ setLoading(loading: boolean): void;
40
+ setFormState(state: NgtFormState, triggerChange?: boolean): void;
41
+ getFormState(): NgtFormState;
42
+ triggerFormStateChange(): void;
43
+ formHasChanges(): boolean;
44
+ saveResource(): Observable<unknown>;
45
+ protected triggerFormCreating(): void;
46
+ protected triggerFormEditing(): void;
47
+ private determineFormState;
48
+ private destroySubscriptions;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtFormComponent, [{ optional: true; host: true; }, { optional: true; host: true; }, null, null, null]>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtFormComponent, "ngt-form", never, { "guessFormState": "guessFormState"; "message": "message"; "routeIdentifier": "routeIdentifier"; "resource": "resource"; "customLayout": "customLayout"; }, { "onCreating": "onCreating"; "onEditing": "onEditing"; "onLoadingChange": "onLoadingChange"; "onShiningChange": "onShiningChange"; "setupComponent": "setupComponent"; "onResourceLoadingError": "onResourceLoadingError"; }, never, ["*"], false, never>;
51
+ }
52
+ export declare enum NgtFormState {
53
+ CREATING = "CREATING",
54
+ EDITING = "EDITING"
55
+ }
@@ -1,9 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ngt-form.component";
3
- import * as i2 from "./ngt-form-validation-message/ngt-form-validation-message.component";
4
- import * as i3 from "@angular/common";
5
- export declare class NgtFormModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<NgtFormModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgtFormModule, [typeof i1.NgtFormComponent, typeof i2.NgtFormValidationMessageComponent], [typeof i3.CommonModule], [typeof i1.NgtFormComponent, typeof i2.NgtFormValidationMessageComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<NgtFormModule>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-form.component";
3
+ import * as i2 from "./ngt-form-validation-message/ngt-form-validation-message.component";
4
+ import * as i3 from "@angular/common";
5
+ export declare class NgtFormModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtFormModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtFormModule, [typeof i1.NgtFormComponent, typeof i2.NgtFormValidationMessageComponent], [typeof i3.CommonModule], [typeof i1.NgtFormComponent, typeof i2.NgtFormValidationMessageComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtFormModule>;
9
+ }
@@ -1,14 +1,14 @@
1
- import { ElementRef, Injector } from '@angular/core';
2
- import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
- import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
4
- import * as i0 from "@angular/core";
5
- export declare class NgtHeaderNavComponent {
6
- private injector;
7
- private ngtStylizableDirective;
8
- element: ElementRef;
9
- ngtStyle: NgtStylizableService;
10
- constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
11
- ngAfterViewInit(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<NgtHeaderNavComponent, [null, { optional: true; self: true; }]>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtHeaderNavComponent, "ngt-header-nav", never, { "ngtStyle": "ngtStyle"; }, {}, never, ["[left-header]", "[right-header]", "*"], false, never>;
14
- }
1
+ import { ElementRef, Injector } from '@angular/core';
2
+ import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
+ import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class NgtHeaderNavComponent {
6
+ private injector;
7
+ private ngtStylizableDirective;
8
+ element: ElementRef;
9
+ ngtStyle: NgtStylizableService;
10
+ constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
11
+ ngAfterViewInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtHeaderNavComponent, [null, { optional: true; self: true; }]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtHeaderNavComponent, "ngt-header-nav", never, { "ngtStyle": "ngtStyle"; }, {}, never, ["[left-header]", "[right-header]", "*"], false, never>;
14
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ngt-header-nav.component";
3
- import * as i2 from "@angular/common";
4
- export declare class NgtHeaderNavModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<NgtHeaderNavModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgtHeaderNavModule, [typeof i1.NgtHeaderNavComponent], [typeof i2.CommonModule], [typeof i1.NgtHeaderNavComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<NgtHeaderNavModule>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngt-header-nav.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class NgtHeaderNavModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtHeaderNavModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgtHeaderNavModule, [typeof i1.NgtHeaderNavComponent], [typeof i2.CommonModule], [typeof i1.NgtHeaderNavComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgtHeaderNavModule>;
8
+ }
@@ -1,25 +1,25 @@
1
- import { ElementRef, Injector } from '@angular/core';
2
- import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
- import { NgtTranslateService } from '../../services/http/ngt-translate.service';
4
- import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
5
- import * as i0 from "@angular/core";
6
- export declare class NgtHelperComponent {
7
- ngtStylizableDirective: NgtStylizableDirective;
8
- ngtTranslateService: NgtTranslateService;
9
- private injector;
10
- dropdownRef: ElementRef;
11
- helpTextColor: string;
12
- helpText: string;
13
- helpTitle: string;
14
- icon: string;
15
- iconSize: string;
16
- iconColor: string;
17
- iconTitle: string;
18
- tooltipSize: string;
19
- autoXReverse: boolean;
20
- helperReverseYPosition: boolean;
21
- ngtStyle: NgtStylizableService;
22
- constructor(ngtStylizableDirective: NgtStylizableDirective, ngtTranslateService: NgtTranslateService, injector: Injector);
23
- static ɵfac: i0.ɵɵFactoryDeclaration<NgtHelperComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<NgtHelperComponent, "ngt-helper", never, { "helpTextColor": "helpTextColor"; "helpText": "helpText"; "helpTitle": "helpTitle"; "icon": "icon"; "iconSize": "iconSize"; "iconColor": "iconColor"; "iconTitle": "iconTitle"; "tooltipSize": "tooltipSize"; "autoXReverse": "autoXReverse"; "helperReverseYPosition": "helperReverseYPosition"; }, {}, never, ["*"], false, never>;
25
- }
1
+ import { ElementRef, Injector } from '@angular/core';
2
+ import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
3
+ import { NgtTranslateService } from '../../services/http/ngt-translate.service';
4
+ import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class NgtHelperComponent {
7
+ ngtStylizableDirective: NgtStylizableDirective;
8
+ ngtTranslateService: NgtTranslateService;
9
+ private injector;
10
+ dropdownRef: ElementRef;
11
+ helpTextColor: string;
12
+ helpText: string;
13
+ helpTitle: string;
14
+ icon: string;
15
+ iconSize: string;
16
+ iconColor: string;
17
+ iconTitle: string;
18
+ tooltipSize: string;
19
+ autoXReverse: boolean;
20
+ helperReverseYPosition: boolean;
21
+ ngtStyle: NgtStylizableService;
22
+ constructor(ngtStylizableDirective: NgtStylizableDirective, ngtTranslateService: NgtTranslateService, injector: Injector);
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgtHelperComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgtHelperComponent, "ngt-helper", never, { "helpTextColor": "helpTextColor"; "helpText": "helpText"; "helpTitle": "helpTitle"; "icon": "icon"; "iconSize": "iconSize"; "iconColor": "iconColor"; "iconTitle": "iconTitle"; "tooltipSize": "tooltipSize"; "autoXReverse": "autoXReverse"; "helperReverseYPosition": "helperReverseYPosition"; }, {}, never, ["*"], false, never>;
25
+ }