@openmrs/ngx-formentry 3.0.1-pre.25 → 3.0.1-pre.44

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 (186) hide show
  1. package/bundles/openmrs-ngx-formentry.umd.js +11597 -10938
  2. package/bundles/openmrs-ngx-formentry.umd.js.map +1 -1
  3. package/components/afe-ng-select.component.d.ts +3 -0
  4. package/components/appointments-overview/appointments-overview.component.d.ts +3 -0
  5. package/components/check-box/checkbox.component.d.ts +3 -0
  6. package/components/check-box/checkbox.module.d.ts +7 -0
  7. package/components/custom-component-wrapper/custom-component-wrapper..module.d.ts +7 -0
  8. package/components/custom-component-wrapper/custom-component-wrapper.component.d.ts +3 -0
  9. package/components/custom-control-wrapper/custom-control-wrapper..module.d.ts +8 -0
  10. package/components/custom-control-wrapper/custom-control-wrapper.component.d.ts +3 -0
  11. package/components/date-time-picker/date-picker/date-picker.component.d.ts +3 -0
  12. package/components/date-time-picker/date-time-picker.component.d.ts +3 -0
  13. package/components/date-time-picker/date-time-picker.module.d.ts +11 -3
  14. package/components/date-time-picker/index.d.ts +8 -0
  15. package/components/date-time-picker/picker-modal/modal.component.d.ts +3 -0
  16. package/components/date-time-picker/pipes/moment.pipe.d.ts +3 -0
  17. package/components/date-time-picker/time-picker/time-picker.component.d.ts +3 -0
  18. package/components/file-upload/file-upload.component.d.ts +3 -0
  19. package/components/file-upload/file-upload.module.d.ts +10 -0
  20. package/components/file-upload/secure.pipe.d.ts +3 -0
  21. package/components/input/input.directive.d.ts +3 -0
  22. package/components/input/input.module.d.ts +9 -0
  23. package/components/input/label.component.d.ts +3 -0
  24. package/components/input/text-area.directive.d.ts +3 -0
  25. package/components/ngx-datetime-picker/ngx-datetime-picker.component.d.ts +3 -0
  26. package/components/ngx-datetime-picker/ngx-datetime-picker.module.d.ts +9 -3
  27. package/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time-adapter.class.d.ts +3 -3
  28. package/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time.module.d.ts +8 -3
  29. package/components/ngx-pick-datetime/lib/date-time/calendar-body.component.d.ts +3 -0
  30. package/components/ngx-pick-datetime/lib/date-time/calendar-month-view.component.d.ts +3 -0
  31. package/components/ngx-pick-datetime/lib/date-time/calendar-multi-year-view.component.d.ts +3 -0
  32. package/components/ngx-pick-datetime/lib/date-time/calendar-year-view.component.d.ts +3 -0
  33. package/components/ngx-pick-datetime/lib/date-time/calendar.component.d.ts +3 -0
  34. package/components/ngx-pick-datetime/lib/date-time/date-time-inline.component.d.ts +3 -0
  35. package/components/ngx-pick-datetime/lib/date-time/date-time-picker-container.component.d.ts +3 -0
  36. package/components/ngx-pick-datetime/lib/date-time/date-time-picker-input.directive.d.ts +3 -0
  37. package/components/ngx-pick-datetime/lib/date-time/date-time-picker-intl.service.d.ts +3 -3
  38. package/components/ngx-pick-datetime/lib/date-time/date-time-picker-trigger.directive.d.ts +3 -0
  39. package/components/ngx-pick-datetime/lib/date-time/date-time-picker.component.d.ts +3 -0
  40. package/components/ngx-pick-datetime/lib/date-time/date-time.class.d.ts +3 -0
  41. package/components/ngx-pick-datetime/lib/date-time/date-time.module.d.ts +21 -3
  42. package/components/ngx-pick-datetime/lib/date-time/numberedFixLen.pipe.d.ts +3 -0
  43. package/components/ngx-pick-datetime/lib/date-time/timer-box.component.d.ts +3 -0
  44. package/components/ngx-pick-datetime/lib/date-time/timer.component.d.ts +3 -0
  45. package/components/ngx-pick-datetime/lib/dialog/dialog-container.component.d.ts +3 -0
  46. package/components/ngx-pick-datetime/lib/dialog/dialog.module.d.ts +9 -3
  47. package/components/ngx-pick-datetime/lib/dialog/dialog.service.d.ts +3 -0
  48. package/components/ngx-remote-select/ngx-remote-select.component.d.ts +3 -0
  49. package/components/ngx-remote-select/ngx-remote-select.module.d.ts +8 -0
  50. package/components/ngx-tabset/components/ngx-tab-set.component.d.ts +3 -0
  51. package/components/ngx-tabset/components/tab.component.d.ts +3 -0
  52. package/components/ngx-tabset/directives/hover-class.directive.d.ts +3 -0
  53. package/components/ngx-tabset/modules/ngx-tabset.module.d.ts +8 -0
  54. package/components/number-input/number-input.component.d.ts +3 -0
  55. package/components/number-input/number-input.module.d.ts +7 -0
  56. package/components/select/optgroup.directive.d.ts +3 -0
  57. package/components/select/option.directive.d.ts +3 -0
  58. package/components/select/select.component.d.ts +3 -0
  59. package/components/select/select.module.d.ts +9 -0
  60. package/esm2015/components/afe-ng-select.component.js +37 -19
  61. package/esm2015/components/appointments-overview/appointments-overview.component.js +15 -12
  62. package/esm2015/components/check-box/checkbox.component.js +31 -19
  63. package/esm2015/components/check-box/checkbox.module.js +13 -8
  64. package/esm2015/components/custom-component-wrapper/custom-component-wrapper..module.js +15 -10
  65. package/esm2015/components/custom-component-wrapper/custom-component-wrapper.component.js +17 -11
  66. package/esm2015/components/custom-control-wrapper/custom-control-wrapper..module.js +15 -10
  67. package/esm2015/components/custom-control-wrapper/custom-control-wrapper.component.js +27 -17
  68. package/esm2015/components/date-time-picker/date-picker/date-picker.component.js +27 -17
  69. package/esm2015/components/date-time-picker/date-time-picker.component.js +40 -24
  70. package/esm2015/components/date-time-picker/date-time-picker.module.js +34 -21
  71. package/esm2015/components/date-time-picker/index.js +9 -0
  72. package/esm2015/components/date-time-picker/picker-modal/modal.component.js +16 -14
  73. package/esm2015/components/date-time-picker/pipes/moment.pipe.js +8 -4
  74. package/esm2015/components/date-time-picker/time-picker/time-picker.component.js +29 -18
  75. package/esm2015/components/file-upload/file-upload.component.js +34 -22
  76. package/esm2015/components/file-upload/file-upload.module.js +31 -16
  77. package/esm2015/components/file-upload/secure.pipe.js +12 -11
  78. package/esm2015/components/input/input.directive.js +41 -17
  79. package/esm2015/components/input/input.module.js +13 -8
  80. package/esm2015/components/input/label.component.js +109 -22
  81. package/esm2015/components/input/text-area.directive.js +28 -13
  82. package/esm2015/components/ngx-datetime-picker/ngx-datetime-picker.component.js +40 -22
  83. package/esm2015/components/ngx-datetime-picker/ngx-datetime-picker.module.js +28 -15
  84. package/esm2015/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time-adapter.class.js +14 -11
  85. package/esm2015/components/ngx-pick-datetime/lib/date-time/adapter/native-date-time.module.js +26 -17
  86. package/esm2015/components/ngx-pick-datetime/lib/date-time/calendar-body.component.js +35 -28
  87. package/esm2015/components/ngx-pick-datetime/lib/date-time/calendar-month-view.component.js +55 -34
  88. package/esm2015/components/ngx-pick-datetime/lib/date-time/calendar-multi-year-view.component.js +48 -33
  89. package/esm2015/components/ngx-pick-datetime/lib/date-time/calendar-year-view.component.js +52 -33
  90. package/esm2015/components/ngx-pick-datetime/lib/date-time/calendar.component.js +62 -39
  91. package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-inline.component.js +55 -33
  92. package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker-container.component.js +46 -35
  93. package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker-input.directive.js +53 -38
  94. package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker-intl.service.js +7 -5
  95. package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker-trigger.directive.js +19 -17
  96. package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time-picker.component.js +57 -36
  97. package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time.class.js +31 -18
  98. package/esm2015/components/ngx-pick-datetime/lib/date-time/date-time.module.js +59 -34
  99. package/esm2015/components/ngx-pick-datetime/lib/date-time/numberedFixLen.pipe.js +10 -6
  100. package/esm2015/components/ngx-pick-datetime/lib/date-time/timer-box.component.js +46 -30
  101. package/esm2015/components/ngx-pick-datetime/lib/date-time/timer.component.js +43 -33
  102. package/esm2015/components/ngx-pick-datetime/lib/dialog/dialog-container.component.js +78 -50
  103. package/esm2015/components/ngx-pick-datetime/lib/dialog/dialog.module.js +15 -10
  104. package/esm2015/components/ngx-pick-datetime/lib/dialog/dialog.service.js +24 -13
  105. package/esm2015/components/ngx-remote-select/ngx-remote-select.component.js +39 -25
  106. package/esm2015/components/ngx-remote-select/ngx-remote-select.module.js +14 -9
  107. package/esm2015/components/ngx-tabset/components/ngx-tab-set.component.js +27 -16
  108. package/esm2015/components/ngx-tabset/components/tab.component.js +28 -17
  109. package/esm2015/components/ngx-tabset/directives/hover-class.directive.js +19 -14
  110. package/esm2015/components/ngx-tabset/modules/ngx-tabset.module.js +13 -8
  111. package/esm2015/components/number-input/number-input.component.js +68 -38
  112. package/esm2015/components/number-input/number-input.module.js +14 -9
  113. package/esm2015/components/select/optgroup.directive.js +14 -10
  114. package/esm2015/components/select/option.directive.js +14 -10
  115. package/esm2015/components/select/select.component.js +187 -35
  116. package/esm2015/components/select/select.module.js +13 -8
  117. package/esm2015/form-entry/data-sources/data-sources.js +7 -5
  118. package/esm2015/form-entry/directives/collapse.directive.js +48 -29
  119. package/esm2015/form-entry/directives/historical-value-directive.js +20 -15
  120. package/esm2015/form-entry/error-renderer/error-renderer.component.js +17 -15
  121. package/esm2015/form-entry/expression-runner/expression-runner.js +7 -4
  122. package/esm2015/form-entry/form-entry.module.js +131 -62
  123. package/esm2015/form-entry/form-factory/control-relations.factory.js +7 -5
  124. package/esm2015/form-entry/form-factory/form-control.service.js +10 -9
  125. package/esm2015/form-entry/form-factory/form-node.js +1 -1
  126. package/esm2015/form-entry/form-factory/form.factory.js +13 -9
  127. package/esm2015/form-entry/form-factory/hiders-disablers.factory.js +10 -9
  128. package/esm2015/form-entry/form-factory/question.factory.js +28 -5
  129. package/esm2015/form-entry/form-factory/show-messages.factory.js +9 -8
  130. package/esm2015/form-entry/form-factory/validation.factory.js +7 -5
  131. package/esm2015/form-entry/form-renderer/form-renderer.component.js +77 -21
  132. package/esm2015/form-entry/helpers/historical-expression-helper-service.js +7 -5
  133. package/esm2015/form-entry/helpers/historical-field-helper-service.js +7 -4
  134. package/esm2015/form-entry/helpers/js-expression-helper.js +7 -4
  135. package/esm2015/form-entry/pipes/time-ago.pipe.js +11 -11
  136. package/esm2015/form-entry/question-models/question-base.js +1 -1
  137. package/esm2015/form-entry/services/debug-mode.service.js +7 -5
  138. package/esm2015/form-entry/services/form-errors.service.js +7 -4
  139. package/esm2015/form-entry/services/form-schema-compiler.service.js +7 -5
  140. package/esm2015/form-entry/services/historical-encounter-data.service.js +7 -5
  141. package/esm2015/form-entry/value-adapters/encounter.adapter.js +9 -8
  142. package/esm2015/form-entry/value-adapters/obs-adapter-helper.js +30 -8
  143. package/esm2015/form-entry/value-adapters/obs.adapter.js +8 -7
  144. package/esm2015/form-entry/value-adapters/order.adapter.js +7 -4
  145. package/esm2015/form-entry/value-adapters/person-attribute.adapter.js +7 -5
  146. package/esm2015/lib/index.js +10 -1
  147. package/esm2015/openmrs-ngx-formentry.js +1 -71
  148. package/esm2015/shared.module.js +14 -9
  149. package/fesm2015/openmrs-ngx-formentry.js +10611 -9713
  150. package/fesm2015/openmrs-ngx-formentry.js.map +1 -1
  151. package/form-entry/data-sources/data-sources.d.ts +3 -0
  152. package/form-entry/directives/collapse.directive.d.ts +3 -0
  153. package/form-entry/directives/historical-value-directive.d.ts +3 -0
  154. package/form-entry/error-renderer/error-renderer.component.d.ts +3 -0
  155. package/form-entry/expression-runner/expression-runner.d.ts +3 -0
  156. package/form-entry/form-entry.module.d.ts +26 -0
  157. package/form-entry/form-factory/control-relations.factory.d.ts +3 -0
  158. package/form-entry/form-factory/form-control.service.d.ts +3 -0
  159. package/form-entry/form-factory/form-node.d.ts +1 -0
  160. package/form-entry/form-factory/form.factory.d.ts +4 -0
  161. package/form-entry/form-factory/hiders-disablers.factory.d.ts +3 -0
  162. package/form-entry/form-factory/question.factory.d.ts +4 -0
  163. package/form-entry/form-factory/show-messages.factory.d.ts +3 -0
  164. package/form-entry/form-factory/validation.factory.d.ts +3 -0
  165. package/form-entry/form-renderer/form-renderer.component.d.ts +8 -0
  166. package/form-entry/helpers/historical-expression-helper-service.d.ts +3 -0
  167. package/form-entry/helpers/historical-field-helper-service.d.ts +3 -0
  168. package/form-entry/helpers/js-expression-helper.d.ts +3 -0
  169. package/form-entry/pipes/time-ago.pipe.d.ts +3 -0
  170. package/form-entry/question-models/question-base.d.ts +1 -0
  171. package/form-entry/services/debug-mode.service.d.ts +3 -0
  172. package/form-entry/services/form-errors.service.d.ts +3 -0
  173. package/form-entry/services/form-schema-compiler.service.d.ts +3 -0
  174. package/form-entry/services/historical-encounter-data.service.d.ts +3 -0
  175. package/form-entry/value-adapters/encounter.adapter.d.ts +3 -0
  176. package/form-entry/value-adapters/obs-adapter-helper.d.ts +7 -0
  177. package/form-entry/value-adapters/obs.adapter.d.ts +3 -0
  178. package/form-entry/value-adapters/order.adapter.d.ts +3 -0
  179. package/form-entry/value-adapters/person-attribute.adapter.d.ts +3 -0
  180. package/lib/index.d.ts +9 -0
  181. package/openmrs-ngx-formentry.d.ts +1 -80
  182. package/package.json +2 -3
  183. package/shared.module.d.ts +6 -0
  184. package/bundles/openmrs-ngx-formentry.umd.min.js +0 -2
  185. package/bundles/openmrs-ngx-formentry.umd.min.js.map +0 -1
  186. package/openmrs-ngx-formentry.metadata.json +0 -1
@@ -3,6 +3,7 @@ import { ControlValueAccessor } from '@angular/forms';
3
3
  import { Observable, BehaviorSubject } from 'rxjs';
4
4
  import { Option } from '../form-entry/question-models/select-option';
5
5
  import { DataSource } from '../form-entry/question-models/interfaces/data-source';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class AfeNgSelectComponent implements ControlValueAccessor, OnInit, OnChanges {
7
8
  subject: BehaviorSubject<Option[]>;
8
9
  subjectOption: BehaviorSubject<Option>;
@@ -23,4 +24,6 @@ export declare class AfeNgSelectComponent implements ControlValueAccessor, OnIni
23
24
  onValueChange(event: any): void;
24
25
  resolveSelectedOption(value: any): Observable<Option>;
25
26
  resetOptions(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<AfeNgSelectComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<AfeNgSelectComponent, "afe-ng-select", never, { "dataSource": "dataSource"; "multiple": "multiple"; "extras": "extras"; }, {}, never, never>;
26
29
  }
@@ -1,5 +1,6 @@
1
1
  import { OnInit, OnChanges } from '@angular/core';
2
2
  import { LeafNode } from '../../form-entry/form-factory/form-node';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class AppointmentsOverviewComponent implements OnInit, OnChanges {
4
5
  node: LeafNode;
5
6
  showAppointments: boolean;
@@ -12,4 +13,6 @@ export declare class AppointmentsOverviewComponent implements OnInit, OnChanges
12
13
  ngOnInit(): void;
13
14
  ngOnChanges(): void;
14
15
  resetProperties(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppointmentsOverviewComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppointmentsOverviewComponent, "appointments-overview", never, { "node": "node"; }, {}, never, never>;
15
18
  }
@@ -1,4 +1,5 @@
1
1
  import { OnInit, AfterViewInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class CheckboxControlComponent implements OnInit, AfterViewInit {
3
4
  id: String;
4
5
  options: Array<any>;
@@ -14,4 +15,6 @@ export declare class CheckboxControlComponent implements OnInit, AfterViewInit {
14
15
  selectOpt(option: any, event: any): void;
15
16
  private onChange;
16
17
  private onTouched;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxControlComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxControlComponent, "checkbox", never, { "id": "id"; "options": "options"; "selected": "selected"; }, {}, never, never>;
17
20
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./checkbox.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
1
5
  export declare class CheckboxModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, [typeof i1.CheckboxControlComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.CheckboxControlComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxModule>;
2
9
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./custom-component-wrapper.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular-extensions/elements";
1
5
  export declare class CustomComponentWrapperModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomComponentWrapperModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CustomComponentWrapperModule, [typeof i1.CustomComponentWrapperComponent], [typeof i2.CommonModule, typeof i3.LazyElementsModule], [typeof i1.CustomComponentWrapperComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<CustomComponentWrapperModule>;
2
9
  }
@@ -1,4 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class CustomComponentWrapperComponent implements OnInit {
3
4
  componentConfigs: Array<{
4
5
  tag: '';
@@ -8,4 +9,6 @@ export declare class CustomComponentWrapperComponent implements OnInit {
8
9
  }>;
9
10
  dark: boolean;
10
11
  ngOnInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomComponentWrapperComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomComponentWrapperComponent, "app-custom-component-wrapper", never, { "componentConfigs": "componentConfigs"; "dark": "dark"; }, {}, never, never>;
11
14
  }
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./custom-control-wrapper.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular-extensions/elements";
1
6
  export declare class CustomControlWrapperModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomControlWrapperModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CustomControlWrapperModule, [typeof i1.CustomControlWrapperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.LazyElementsModule], [typeof i1.CustomControlWrapperComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<CustomControlWrapperModule>;
2
10
  }
@@ -1,6 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { CustomControlQuestion } from '../../form-entry/question-models/custom-control-question.model';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class CustomControlWrapperComponent implements ControlValueAccessor, OnInit {
5
6
  customControlConfig: {
6
7
  tag: string;
@@ -22,4 +23,6 @@ export declare class CustomControlWrapperComponent implements ControlValueAccess
22
23
  registerOnTouched(onTouched: any): void;
23
24
  markAsTouched(): void;
24
25
  setDisabledState(disabled: boolean): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomControlWrapperComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomControlWrapperComponent, "app-custom-control-wrapper", never, { "question": "question"; }, {}, never, never>;
25
28
  }
@@ -3,6 +3,7 @@
3
3
  */
4
4
  import { OnInit, EventEmitter } from '@angular/core';
5
5
  import { Moment } from 'moment';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class DatePickerComponent implements OnInit {
7
8
  dayNames: Array<string>;
8
9
  initDate: any;
@@ -39,4 +40,6 @@ export declare class DatePickerComponent implements OnInit {
39
40
  protected initValue(): void;
40
41
  protected generateCalendar(): void;
41
42
  protected parseToReturnObjectType(day: Moment): any;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "date-picker", never, { "initDate": "initDate"; "locale": "locale"; "viewFormat": "viewFormat"; "returnObject": "returnObject"; }, { "onDatePickerCancel": "onDatePickerCancel"; "onSelectDate": "onSelectDate"; }, never, never>;
42
45
  }
@@ -1,5 +1,6 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class DateTimePickerComponent implements OnInit, ControlValueAccessor {
4
5
  modelValue: any;
5
6
  showDate: boolean;
@@ -23,4 +24,6 @@ export declare class DateTimePickerComponent implements OnInit, ControlValueAcce
23
24
  registerOnChange(fn: any): void;
24
25
  registerOnTouched(fn: any): void;
25
26
  writeValue(value: any): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerComponent, "date-time-picker", never, { "modelValue": "modelValue"; "showDate": "showDate"; "showTime": "showTime"; "showWeeks": "showWeeks"; "weeks": "weeks"; }, { "onDateChange": "onDateChange"; }, never, never>;
26
29
  }
@@ -1,5 +1,13 @@
1
- /**
2
- * date-time-picker.module
3
- */
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./date-picker/date-picker.component";
3
+ import * as i2 from "./time-picker/time-picker.component";
4
+ import * as i3 from "./picker-modal/modal.component";
5
+ import * as i4 from "./pipes/moment.pipe";
6
+ import * as i5 from "./date-time-picker.component";
7
+ import * as i6 from "@angular/common";
8
+ import * as i7 from "@angular/forms";
4
9
  export declare class DateTimePickerModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerModule, [typeof i1.DatePickerComponent, typeof i2.TimePickerComponent, typeof i3.ModalComponent, typeof i4.MomentPipe, typeof i5.DateTimePickerComponent], [typeof i6.CommonModule, typeof i7.FormsModule], [typeof i1.DatePickerComponent, typeof i2.TimePickerComponent, typeof i3.ModalComponent, typeof i4.MomentPipe, typeof i5.DateTimePickerComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerModule>;
5
13
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * index
3
+ */
4
+ export * from './picker-modal/modal.component';
5
+ export * from './pipes/moment.pipe';
6
+ export * from './date-picker/date-picker.component';
7
+ export * from './time-picker/time-picker.component';
8
+ export * from './date-time-picker.module';
@@ -2,9 +2,12 @@
2
2
  * modal.component
3
3
  */
4
4
  import { OnInit, EventEmitter } from '@angular/core';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class ModalComponent implements OnInit {
6
7
  onOverlayClick: EventEmitter<boolean>;
7
8
  constructor();
8
9
  ngOnInit(): void;
9
10
  closeModal(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "picker-modal", never, {}, { "onOverlayClick": "onOverlayClick"; }, never, ["*"]>;
10
13
  }
@@ -3,6 +3,9 @@
3
3
  */
4
4
  import { PipeTransform } from '@angular/core';
5
5
  import { Moment } from 'moment/moment';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class MomentPipe implements PipeTransform {
7
8
  transform(moment: Moment, format?: string): string;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MomentPipe, never>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<MomentPipe, "moment">;
8
11
  }
@@ -3,6 +3,7 @@
3
3
  */
4
4
  import { OnInit, EventEmitter } from '@angular/core';
5
5
  import { Moment } from 'moment';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class TimePickerComponent implements OnInit {
7
8
  initTime: any;
8
9
  showSecond: boolean;
@@ -26,4 +27,6 @@ export declare class TimePickerComponent implements OnInit {
26
27
  clearTime(): void;
27
28
  cancelTimePicker(): void;
28
29
  protected parseToReturnObjectType(time: Moment): any;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "time-picker", never, { "initTime": "initTime"; "showSecond": "showSecond"; "viewFormat": "viewFormat"; "use12Hour": "use12Hour"; "returnObject": "returnObject"; }, { "onSelectTime": "onSelectTime"; "onTimePickerCancel": "onTimePickerCancel"; }, never, never>;
29
32
  }
@@ -1,6 +1,7 @@
1
1
  import { OnInit, Renderer2 } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { DataSource } from '../../form-entry/question-models/interfaces/data-source';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class FileUploadComponent implements OnInit, ControlValueAccessor {
5
6
  private renderer;
6
7
  uploading: boolean;
@@ -23,4 +24,6 @@ export declare class FileUploadComponent implements OnInit, ControlValueAccessor
23
24
  clearValue(): void;
24
25
  getPdfUrl(fileUuid: string): void;
25
26
  checkFileType(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "app-file-upload", never, { "dataSource": "dataSource"; }, {}, never, never>;
26
29
  }
@@ -1,2 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./file-upload.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../../shared.module";
6
+ import * as i5 from "ngx-webcam";
7
+ import * as i6 from "ngx-file-uploader-openmrs";
1
8
  export declare class RemoteFileUploadModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<RemoteFileUploadModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RemoteFileUploadModule, [typeof i1.FileUploadComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.SharedModule, typeof i5.WebcamModule, typeof i6.NgxFileUploaderModule], [typeof i1.FileUploadComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<RemoteFileUploadModule>;
2
12
  }
@@ -1,5 +1,6 @@
1
1
  import { PipeTransform, OnDestroy, ChangeDetectorRef } from '@angular/core';
2
2
  import { DomSanitizer } from '@angular/platform-browser';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class SecurePipe implements PipeTransform, OnDestroy {
4
5
  private _ref;
5
6
  private sanitizer;
@@ -20,4 +21,6 @@ export declare class SecurePipe implements PipeTransform, OnDestroy {
20
21
  private _subscribe;
21
22
  private _dispose;
22
23
  private _updateLatestValue;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<SecurePipe, never>;
25
+ static ɵpipe: i0.ɵɵPipeDeclaration<SecurePipe, "secure">;
23
26
  }
@@ -1,3 +1,4 @@
1
+ import * as i0 from "@angular/core";
1
2
  /**
2
3
  * A directive for applying styling to an input element.
3
4
  *
@@ -25,4 +26,6 @@ export declare class TextInput {
25
26
  warn: boolean;
26
27
  skeleton: boolean;
27
28
  get isLightTheme(): boolean;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextInput, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextInput, "[ibmText]", never, { "theme": "theme"; "size": "size"; "invalid": "invalid"; "warn": "warn"; "skeleton": "skeleton"; }, {}, never>;
28
31
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./label.component";
3
+ import * as i2 from "./input.directive";
4
+ import * as i3 from "./text-area.directive";
5
+ import * as i4 from "@angular/common";
6
+ import * as i5 from "@angular/forms";
1
7
  export declare class InputModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputModule, [typeof i1.Label, typeof i2.TextInput, typeof i3.TextArea], [typeof i4.CommonModule, typeof i5.FormsModule], [typeof i1.Label, typeof i2.TextInput, typeof i3.TextArea]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<InputModule>;
2
11
  }
@@ -1,5 +1,6 @@
1
1
  import { AfterViewInit, ElementRef, TemplateRef, AfterContentInit } from '@angular/core';
2
2
  import { TextArea } from './text-area.directive';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * [See demo](../../?path=/story/input--label)
5
6
  *
@@ -84,4 +85,6 @@ export declare class Label implements AfterContentInit, AfterViewInit {
84
85
  */
85
86
  ngAfterViewInit(): void;
86
87
  isTemplate(value: any): boolean;
88
+ static ɵfac: i0.ɵɵFactoryDeclaration<Label, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<Label, "ibm-label", never, { "labelInputID": "labelInputID"; "labelState": "labelState"; "skeleton": "skeleton"; "helperText": "helperText"; "invalidText": "invalidText"; "invalid": "invalid"; "warn": "warn"; "warnText": "warnText"; "ariaLabel": "ariaLabel"; }, {}, ["textArea"], ["*", "input,textarea,div"]>;
87
90
  }
@@ -1,3 +1,4 @@
1
+ import * as i0 from "@angular/core";
1
2
  /**
2
3
  * A directive for applying styling to a textarea element.
3
4
  *
@@ -18,4 +19,6 @@ export declare class TextArea {
18
19
  invalid: boolean;
19
20
  skeleton: boolean;
20
21
  get isLightTheme(): boolean;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextArea, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextArea, "[ibmTextArea]", never, { "theme": "theme"; "invalid": "invalid"; "skeleton": "skeleton"; }, {}, never>;
21
24
  }
@@ -1,4 +1,5 @@
1
1
  import { ControlValueAccessor } from '@angular/forms';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class NgxDatetimeComponent implements ControlValueAccessor {
3
4
  value: string;
4
5
  isDisabled: boolean;
@@ -15,4 +16,6 @@ export declare class NgxDatetimeComponent implements ControlValueAccessor {
15
16
  registerOnTouched(fn: any): void;
16
17
  setDisabledState(isDisabled: boolean): void;
17
18
  onWeeksSelected(numberOfWeeks: number): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgxDatetimeComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgxDatetimeComponent, "ngx-datetimepicker", never, { "id": "id"; "theme": "theme"; "datePickerFormat": "datePickerFormat"; "showWeeks": "showWeeks"; "weeks": "weeks"; }, {}, never, never>;
18
21
  }
@@ -1,5 +1,11 @@
1
- /**
2
- * date-time-picker.module
3
- */
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ngx-datetime-picker.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../ngx-pick-datetime/lib/date-time/date-time.module";
6
+ import * as i5 from "../ngx-pick-datetime/lib/date-time/adapter/native-date-time.module";
4
7
  export declare class NgxDateTimePickerModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgxDateTimePickerModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgxDateTimePickerModule, [typeof i1.NgxDatetimeComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.OwlDateTimeModule, typeof i5.OwlNativeDateTimeModule], [typeof i1.NgxDatetimeComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<NgxDateTimePickerModule>;
5
11
  }
@@ -1,8 +1,6 @@
1
- /**
2
- * native-date-time-adapter.class
3
- */
4
1
  import { Platform } from '@angular/cdk/platform';
5
2
  import { DateTimeAdapter } from './date-time-adapter.class';
3
+ import * as i0 from "@angular/core";
6
4
  export declare class NativeDateTimeAdapter extends DateTimeAdapter<Date> {
7
5
  private owlDateTimeLocale;
8
6
  /** Whether to clamp the date between 1 and 9999 to avoid IE and Edge errors. */
@@ -70,4 +68,6 @@ export declare class NativeDateTimeAdapter extends DateTimeAdapter<Date> {
70
68
  * representation with the local date and time.
71
69
  */
72
70
  private _format;
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<NativeDateTimeAdapter, [{ optional: true; }, null]>;
72
+ static ɵprov: i0.ɵɵInjectableDeclaration<NativeDateTimeAdapter>;
73
73
  }
@@ -1,7 +1,12 @@
1
- /**
2
- * native-date-time.module
3
- */
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/cdk/platform";
4
3
  export declare class NativeDateTimeModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<NativeDateTimeModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NativeDateTimeModule, never, [typeof i1.PlatformModule], never>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<NativeDateTimeModule>;
5
7
  }
6
8
  export declare class OwlNativeDateTimeModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlNativeDateTimeModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OwlNativeDateTimeModule, never, [typeof NativeDateTimeModule], never>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<OwlNativeDateTimeModule>;
7
12
  }
@@ -3,6 +3,7 @@
3
3
  */
4
4
  import { ElementRef, EventEmitter, NgZone, OnInit } from '@angular/core';
5
5
  import { SelectMode } from './date-time.class';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class CalendarCell {
7
8
  value: number;
8
9
  displayValue: string;
@@ -74,4 +75,6 @@ export declare class OwlCalendarBodyComponent implements OnInit {
74
75
  * Focus to a active cell
75
76
  * */
76
77
  focusActiveCell(): void;
78
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlCalendarBodyComponent, never>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<OwlCalendarBodyComponent, "[owl-date-time-calendar-body]", ["owlDateTimeCalendarBody"], { "activeCell": "activeCell"; "rows": "rows"; "numCols": "numCols"; "cellRatio": "cellRatio"; "todayValue": "todayValue"; "selectedValues": "selectedValues"; "selectMode": "selectMode"; }, { "select": "select"; }, never, never>;
77
80
  }
@@ -6,6 +6,7 @@ import { CalendarCell, OwlCalendarBodyComponent } from './calendar-body.componen
6
6
  import { DateTimeAdapter } from './adapter/date-time-adapter.class';
7
7
  import { OwlDateTimeFormats } from './adapter/date-time-format.class';
8
8
  import { SelectMode } from './date-time.class';
9
+ import * as i0 from "@angular/core";
9
10
  export declare class OwlMonthViewComponent<T> implements OnInit, AfterContentInit, OnDestroy {
10
11
  private cdRef;
11
12
  private dateTimeAdapter;
@@ -136,4 +137,6 @@ export declare class OwlMonthViewComponent<T> implements OnInit, AfterContentIni
136
137
  * */
137
138
  private setSelectedDates;
138
139
  private focusActiveCell;
140
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlMonthViewComponent<any>, [null, { optional: true; }, { optional: true; }]>;
141
+ static ɵcmp: i0.ɵɵComponentDeclaration<OwlMonthViewComponent<any>, "owl-date-time-month-view", ["owlYearView"], { "hideOtherMonths": "hideOtherMonths"; "firstDayOfWeek": "firstDayOfWeek"; "selectMode": "selectMode"; "selected": "selected"; "selecteds": "selecteds"; "pickerMoment": "pickerMoment"; "dateFilter": "dateFilter"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "selectedChange": "selectedChange"; "userSelection": "userSelection"; "pickerMomentChange": "pickerMomentChange"; }, never, never>;
139
142
  }
@@ -6,6 +6,7 @@ import { DateTimeAdapter } from './adapter/date-time-adapter.class';
6
6
  import { CalendarCell, OwlCalendarBodyComponent } from './calendar-body.component';
7
7
  import { SelectMode } from './date-time.class';
8
8
  import { OwlDateTimeIntl } from './date-time-picker-intl.service';
9
+ import * as i0 from "@angular/core";
9
10
  export declare const YEARS_PER_ROW = 3;
10
11
  export declare const YEAR_ROWS = 7;
11
12
  export declare class OwlMultiYearViewComponent<T> implements OnInit, AfterContentInit {
@@ -106,4 +107,6 @@ export declare class OwlMultiYearViewComponent<T> implements OnInit, AfterConten
106
107
  */
107
108
  private getValidDate;
108
109
  private focusActiveCell;
110
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlMultiYearViewComponent<any>, [null, null, { optional: true; }]>;
111
+ static ɵcmp: i0.ɵɵComponentDeclaration<OwlMultiYearViewComponent<any>, "owl-date-time-multi-year-view", never, { "selectMode": "selectMode"; "selected": "selected"; "selecteds": "selecteds"; "pickerMoment": "pickerMoment"; "dateFilter": "dateFilter"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "change": "change"; "yearSelected": "yearSelected"; "pickerMomentChange": "pickerMomentChange"; "keyboardEnter": "keyboardEnter"; }, never, never>;
109
112
  }
@@ -6,6 +6,7 @@ import { CalendarCell, OwlCalendarBodyComponent } from './calendar-body.componen
6
6
  import { DateTimeAdapter } from './adapter/date-time-adapter.class';
7
7
  import { OwlDateTimeFormats } from './adapter/date-time-format.class';
8
8
  import { SelectMode } from './date-time.class';
9
+ import * as i0 from "@angular/core";
9
10
  export declare class OwlYearViewComponent<T> implements OnInit, AfterContentInit, OnDestroy {
10
11
  private cdRef;
11
12
  private dateTimeAdapter;
@@ -117,4 +118,6 @@ export declare class OwlYearViewComponent<T> implements OnInit, AfterContentInit
117
118
  */
118
119
  private getValidDate;
119
120
  private focusActiveCell;
121
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlYearViewComponent<any>, [null, { optional: true; }, { optional: true; }]>;
122
+ static ɵcmp: i0.ɵɵComponentDeclaration<OwlYearViewComponent<any>, "owl-date-time-year-view", ["owlMonthView"], { "selectMode": "selectMode"; "selected": "selected"; "selecteds": "selecteds"; "pickerMoment": "pickerMoment"; "dateFilter": "dateFilter"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "change": "change"; "monthSelected": "monthSelected"; "pickerMomentChange": "pickerMomentChange"; "keyboardEnter": "keyboardEnter"; }, never, never>;
120
123
  }
@@ -6,6 +6,7 @@ import { OwlDateTimeIntl } from './date-time-picker-intl.service';
6
6
  import { DateTimeAdapter } from './adapter/date-time-adapter.class';
7
7
  import { OwlDateTimeFormats } from './adapter/date-time-format.class';
8
8
  import { SelectMode } from './date-time.class';
9
+ import * as i0 from "@angular/core";
9
10
  export declare class OwlCalendarComponent<T> implements OnInit, AfterContentInit, AfterViewChecked, OnDestroy {
10
11
  private elmRef;
11
12
  private pickerIntl;
@@ -138,4 +139,6 @@ export declare class OwlCalendarComponent<T> implements OnInit, AfterContentInit
138
139
  * Get a valid date object
139
140
  */
140
141
  private getValidDate;
142
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlCalendarComponent<any>, [null, null, null, null, { optional: true; }, { optional: true; }]>;
143
+ static ɵcmp: i0.ɵɵComponentDeclaration<OwlCalendarComponent<any>, "owl-date-time-calendar", ["owlDateTimeCalendar"], { "minDate": "minDate"; "maxDate": "maxDate"; "pickerMoment": "pickerMoment"; "selected": "selected"; "selecteds": "selecteds"; "dateFilter": "dateFilter"; "firstDayOfWeek": "firstDayOfWeek"; "selectMode": "selectMode"; "startView": "startView"; "hideOtherMonths": "hideOtherMonths"; }, { "pickerMomentChange": "pickerMomentChange"; "selectedChange": "selectedChange"; "userSelection": "userSelection"; "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; }, never, never>;
141
144
  }
@@ -7,6 +7,7 @@ import { OwlDateTime, PickerMode, PickerType, SelectMode } from './date-time.cla
7
7
  import { DateTimeAdapter } from './adapter/date-time-adapter.class';
8
8
  import { OwlDateTimeFormats } from './adapter/date-time-format.class';
9
9
  import { OwlDateTimeContainerComponent } from './date-time-picker-container.component';
10
+ import * as i0 from "@angular/core";
10
11
  export declare const OWL_DATETIME_VALUE_ACCESSOR: any;
11
12
  export declare class OwlDateTimeInlineComponent<T> extends OwlDateTime<T> implements OnInit, ControlValueAccessor {
12
13
  protected changeDetector: ChangeDetectorRef;
@@ -87,4 +88,6 @@ export declare class OwlDateTimeInlineComponent<T> extends OwlDateTime<T> implem
87
88
  * Emits selected month in year view
88
89
  * */
89
90
  selectMonth(normalizedMonth: T): void;
91
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeInlineComponent<any>, [null, { optional: true; }, { optional: true; }]>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<OwlDateTimeInlineComponent<any>, "owl-date-time-inline", never, { "pickerType": "pickerType"; "disabled": "disabled"; "selectMode": "selectMode"; "startAt": "startAt"; "dateTimeFilter": "owlDateTimeFilter"; "minDateTime": "min"; "maxDateTime": "max"; "value": "value"; "values": "values"; }, { "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; }, never, never>;
90
93
  }
@@ -9,6 +9,7 @@ import { OwlTimerComponent } from './timer.component';
9
9
  import { DateTimeAdapter } from './adapter/date-time-adapter.class';
10
10
  import { OwlDateTime, PickerType } from './date-time.class';
11
11
  import { Observable } from 'rxjs';
12
+ import * as i0 from "@angular/core";
12
13
  export declare class OwlDateTimeContainerComponent<T> implements OnInit, AfterContentInit, AfterViewInit {
13
14
  private cdRef;
14
15
  private elmRef;
@@ -119,4 +120,6 @@ export declare class OwlDateTimeContainerComponent<T> implements OnInit, AfterCo
119
120
  * Focus to the picker
120
121
  * */
121
122
  private focusPicker;
123
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeContainerComponent<any>, [null, null, null, { optional: true; }]>;
124
+ static ɵcmp: i0.ɵɵComponentDeclaration<OwlDateTimeContainerComponent<any>, "owl-date-time-container", ["owlDateTimeContainer"], {}, {}, never, never>;
122
125
  }
@@ -7,6 +7,7 @@ import { OwlDateTimeComponent } from './date-time-picker.component';
7
7
  import { DateTimeAdapter } from './adapter/date-time-adapter.class';
8
8
  import { OwlDateTimeFormats } from './adapter/date-time-format.class';
9
9
  import { SelectMode } from './date-time.class';
10
+ import * as i0 from "@angular/core";
10
11
  export declare const OWL_DATETIME_VALUE_ACCESSOR: any;
11
12
  export declare const OWL_DATETIME_VALIDATORS: any;
12
13
  export declare class OwlDateTimeInputDirective<T> implements OnInit, AfterContentInit, OnDestroy, ControlValueAccessor, Validator {
@@ -149,4 +150,6 @@ export declare class OwlDateTimeInputDirective<T> implements OnInit, AfterConten
149
150
  * Check if the two value is the same
150
151
  */
151
152
  private isSameValue;
153
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeInputDirective<any>, [null, null, { optional: true; }, { optional: true; }]>;
154
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OwlDateTimeInputDirective<any>, "input[owlDateTime]", ["owlDateTimeInput"], { "owlDateTime": "owlDateTime"; "owlDateTimeFilter": "owlDateTimeFilter"; "min": "min"; "max": "max"; "selectMode": "selectMode"; "value": "value"; "values": "values"; "_disabled": "_disabled"; "rangeSeparator": "rangeSeparator"; }, { "dateTimeChange": "dateTimeChange"; "dateTimeInput": "dateTimeInput"; }, never>;
152
155
  }
@@ -1,7 +1,5 @@
1
- /**
2
- * date-time-picker-intl.service
3
- */
4
1
  import { Subject } from 'rxjs';
2
+ import * as i0 from "@angular/core";
5
3
  export declare class OwlDateTimeIntl {
6
4
  /**
7
5
  * Stream that emits whenever the labels here are changed. Use this to notify
@@ -48,4 +46,6 @@ export declare class OwlDateTimeIntl {
48
46
  hour12AMLabel: string;
49
47
  /** A label for the hour12 button (PM) */
50
48
  hour12PMLabel: string;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeIntl, never>;
50
+ static ɵprov: i0.ɵɵInjectableDeclaration<OwlDateTimeIntl>;
51
51
  }
@@ -3,6 +3,7 @@
3
3
  */
4
4
  import { AfterContentInit, ChangeDetectorRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
5
5
  import { OwlDateTimeComponent } from './date-time-picker.component';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class OwlDateTimeTriggerDirective<T> implements OnInit, OnChanges, AfterContentInit, OnDestroy {
7
8
  protected changeDetector: ChangeDetectorRef;
8
9
  dtPicker: OwlDateTimeComponent<T>;
@@ -18,4 +19,6 @@ export declare class OwlDateTimeTriggerDirective<T> implements OnInit, OnChanges
18
19
  ngOnDestroy(): void;
19
20
  handleClickOnHost(event: Event): void;
20
21
  private watchStateChanges;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeTriggerDirective<any>, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OwlDateTimeTriggerDirective<any>, "[owlDateTimeTrigger]", never, { "dtPicker": "owlDateTimeTrigger"; "disabled": "disabled"; }, {}, never>;
21
24
  }
@@ -8,6 +8,7 @@ import { DateTimeAdapter } from './adapter/date-time-adapter.class';
8
8
  import { OwlDateTimeFormats } from './adapter/date-time-format.class';
9
9
  import { OwlDateTime, PickerMode, PickerType, SelectMode } from './date-time.class';
10
10
  import { OwlDialogService } from '../dialog/dialog.service';
11
+ import * as i0 from "@angular/core";
11
12
  /** Injection token that determines the scroll handling while the dtPicker is open. */
12
13
  export declare const OWL_DTPICKER_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
13
14
  /** @docs-private */
@@ -154,4 +155,6 @@ export declare class OwlDateTimeComponent<T> extends OwlDateTime<T> implements O
154
155
  * Create the popup PositionStrategy.
155
156
  * */
156
157
  private createPopupPositionStrategy;
158
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeComponent<any>, [null, null, null, null, null, { optional: true; }, null, { optional: true; }, { optional: true; }]>;
159
+ static ɵcmp: i0.ɵɵComponentDeclaration<OwlDateTimeComponent<any>, "owl-date-time", ["owlDateTime"], { "backdropClass": "backdropClass"; "panelClass": "panelClass"; "startAt": "startAt"; "pickerType": "pickerType"; "pickerMode": "pickerMode"; "disabled": "disabled"; "opened": "opened"; "scrollStrategy": "scrollStrategy"; }, { "afterPickerClosed": "afterPickerClosed"; "afterPickerOpen": "afterPickerOpen"; "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; }, never, never>;
157
160
  }
@@ -4,6 +4,7 @@
4
4
  import { EventEmitter } from '@angular/core';
5
5
  import { DateTimeAdapter } from './adapter/date-time-adapter.class';
6
6
  import { OwlDateTimeFormats } from './adapter/date-time-format.class';
7
+ import * as i0 from "@angular/core";
7
8
  export declare type PickerType = 'both' | 'calendar' | 'timer';
8
9
  export declare type PickerMode = 'popup' | 'dialog' | 'inline';
9
10
  export declare type SelectMode = 'single' | 'range' | 'rangeFrom' | 'rangeTo';
@@ -83,4 +84,6 @@ export declare abstract class OwlDateTime<T> {
83
84
  */
84
85
  dateTimeChecker: (dateTime: T) => boolean;
85
86
  protected getValidDate(obj: any): T | null;
87
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTime<any>, [{ optional: true; }, { optional: true; }]>;
88
+ static ɵprov: i0.ɵɵInjectableDeclaration<OwlDateTime<any>>;
86
89
  }
@@ -1,5 +1,23 @@
1
- /**
2
- * date-time.module
3
- */
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./date-time-picker-trigger.directive";
3
+ import * as i2 from "./date-time-picker-input.directive";
4
+ import * as i3 from "./date-time-picker.component";
5
+ import * as i4 from "./date-time-picker-container.component";
6
+ import * as i5 from "./calendar-multi-year-view.component";
7
+ import * as i6 from "./calendar-year-view.component";
8
+ import * as i7 from "./calendar-month-view.component";
9
+ import * as i8 from "./timer.component";
10
+ import * as i9 from "./timer-box.component";
11
+ import * as i10 from "./calendar.component";
12
+ import * as i11 from "./calendar-body.component";
13
+ import * as i12 from "./numberedFixLen.pipe";
14
+ import * as i13 from "./date-time-inline.component";
15
+ import * as i14 from "@angular/common";
16
+ import * as i15 from "@angular/cdk/overlay";
17
+ import * as i16 from "../dialog/dialog.module";
18
+ import * as i17 from "@angular/cdk/a11y";
4
19
  export declare class OwlDateTimeModule {
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeModule, never>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OwlDateTimeModule, [typeof i1.OwlDateTimeTriggerDirective, typeof i2.OwlDateTimeInputDirective, typeof i3.OwlDateTimeComponent, typeof i4.OwlDateTimeContainerComponent, typeof i5.OwlMultiYearViewComponent, typeof i6.OwlYearViewComponent, typeof i7.OwlMonthViewComponent, typeof i8.OwlTimerComponent, typeof i9.OwlTimerBoxComponent, typeof i10.OwlCalendarComponent, typeof i11.OwlCalendarBodyComponent, typeof i12.NumberFixedLenPipe, typeof i13.OwlDateTimeInlineComponent], [typeof i14.CommonModule, typeof i15.OverlayModule, typeof i16.OwlDialogModule, typeof i17.A11yModule], [typeof i10.OwlCalendarComponent, typeof i8.OwlTimerComponent, typeof i1.OwlDateTimeTriggerDirective, typeof i2.OwlDateTimeInputDirective, typeof i3.OwlDateTimeComponent, typeof i13.OwlDateTimeInlineComponent, typeof i5.OwlMultiYearViewComponent, typeof i6.OwlYearViewComponent, typeof i7.OwlMonthViewComponent]>;
22
+ static ɵinj: i0.ɵɵInjectorDeclaration<OwlDateTimeModule>;
5
23
  }
@@ -2,6 +2,9 @@
2
2
  * numberFixedLen.pipe
3
3
  */
4
4
  import { PipeTransform } from '@angular/core';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class NumberFixedLenPipe implements PipeTransform {
6
7
  transform(num: number, len: number): any;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumberFixedLenPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<NumberFixedLenPipe, "numberFixedLen">;
7
10
  }