ecabs-components 1.0.19 → 1.0.21

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 (365) hide show
  1. package/esm2022/ecabs-components.mjs +5 -0
  2. package/esm2022/lib/base/consts/date-mask.consts.mjs +57 -0
  3. package/esm2022/lib/base/directives/date-mask.directive.mjs +67 -0
  4. package/esm2022/lib/base/directives/date-mask.directive.module.mjs +22 -0
  5. package/esm2022/lib/base/directives/digits-only.directive.mjs +133 -0
  6. package/esm2022/lib/base/directives/digits-only.directive.module.mjs +22 -0
  7. package/esm2022/lib/base/directives/number-border.directive.mjs +58 -0
  8. package/esm2022/lib/base/directives/number-border.directive.module.mjs +22 -0
  9. package/esm2022/lib/base/element-base.mjs +105 -0
  10. package/esm2022/lib/base/element-wrapper/element-wrapper.component.mjs +56 -0
  11. package/esm2022/lib/base/element-wrapper/element-wrapper.module.mjs +52 -0
  12. package/esm2022/lib/base/hint/hint.component.mjs +21 -0
  13. package/esm2022/lib/base/hint/hint.module.mjs +20 -0
  14. package/esm2022/lib/base/validation/validation.component.mjs +75 -0
  15. package/esm2022/lib/base/validation/validation.module.mjs +20 -0
  16. package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.mjs +17 -0
  17. package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.mjs +20 -0
  18. package/esm2022/lib/ecabs-buttons/ecabs-buttons.component.mjs +64 -0
  19. package/esm2022/lib/ecabs-buttons/ecabs-buttons.module.mjs +21 -0
  20. package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +94 -0
  21. package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.mjs +36 -0
  22. package/esm2022/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.mjs +15 -0
  23. package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +89 -0
  24. package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +48 -0
  25. package/esm2022/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.mjs +15 -0
  26. package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +186 -0
  27. package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +64 -0
  28. package/esm2022/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.mjs +15 -0
  29. package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +199 -0
  30. package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.mjs +65 -0
  31. package/esm2022/lib/ecabs-date-time-range-picker/time-range.directive.mjs +48 -0
  32. package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +50 -0
  33. package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +20 -0
  34. package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +47 -0
  35. package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +20 -0
  36. package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.mjs +22 -0
  37. package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.mjs +19 -0
  38. package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +85 -0
  39. package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +24 -0
  40. package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +83 -0
  41. package/esm2022/lib/ecabs-increment/ecabs-increment.module.mjs +23 -0
  42. package/esm2022/lib/ecabs-input/ecabs-input.component.mjs +90 -0
  43. package/esm2022/lib/ecabs-input/ecabs-input.module.mjs +22 -0
  44. package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +64 -0
  45. package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +39 -0
  46. package/esm2022/lib/ecabs-loading/ecabs-loading.component.mjs +22 -0
  47. package/esm2022/lib/ecabs-loading/ecabs-loading.module.mjs +19 -0
  48. package/esm2022/lib/ecabs-loading/spinner/spinner.component.mjs +14 -0
  49. package/esm2022/lib/ecabs-note/ecabs-note.component.mjs +28 -0
  50. package/esm2022/lib/ecabs-note/ecabs-note.module.mjs +19 -0
  51. package/esm2022/lib/ecabs-phone/ecabs-phone.component.mjs +111 -0
  52. package/esm2022/lib/ecabs-phone/ecabs-phone.module.mjs +22 -0
  53. package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +53 -0
  54. package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +22 -0
  55. package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.mjs +68 -0
  56. package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.mjs +32 -0
  57. package/esm2022/lib/ecabs-select/ecabs-select.component.mjs +316 -0
  58. package/esm2022/lib/ecabs-select/ecabs-select.module.mjs +60 -0
  59. package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.mjs +19 -0
  60. package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.mjs +24 -0
  61. package/esm2022/lib/ecabs-table/ecabs-table.component.mjs +48 -0
  62. package/esm2022/lib/ecabs-table/ecabs-table.module.mjs +33 -0
  63. package/esm2022/lib/ecabs-textarea/ecabs-textarea.component.mjs +65 -0
  64. package/esm2022/lib/ecabs-textarea/ecabs-textarea.module.mjs +20 -0
  65. package/esm2022/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.mjs +144 -0
  66. package/esm2022/lib/ecabs-timepicker/config.model.mjs +2 -0
  67. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.component.mjs +322 -0
  68. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.module.mjs +20 -0
  69. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.service.mjs +29 -0
  70. package/esm2022/lib/models/bread-crumb.mjs +2 -0
  71. package/esm2022/lib/models/timepicker.models.mjs +2 -0
  72. package/esm2022/lib/services/ecabs-components.service.mjs +31 -0
  73. package/esm2022/public-api.mjs +55 -0
  74. package/fesm2022/ecabs-components.mjs +3478 -0
  75. package/fesm2022/ecabs-components.mjs.map +1 -0
  76. package/index.d.ts +5 -0
  77. package/lib/base/consts/date-mask.consts.d.ts +7 -0
  78. package/lib/base/directives/date-mask.directive.d.ts +16 -0
  79. package/lib/base/directives/date-mask.directive.module.d.ts +8 -0
  80. package/lib/base/directives/digits-only.directive.d.ts +26 -0
  81. package/lib/base/directives/digits-only.directive.module.d.ts +8 -0
  82. package/lib/base/directives/number-border.directive.d.ts +13 -0
  83. package/lib/base/directives/number-border.directive.module.d.ts +8 -0
  84. package/lib/base/element-base.d.ts +28 -0
  85. package/lib/base/element-wrapper/element-wrapper.component.d.ts +19 -0
  86. package/lib/base/element-wrapper/element-wrapper.module.d.ts +16 -0
  87. package/lib/base/hint/hint.component.d.ts +8 -0
  88. package/lib/base/hint/hint.module.d.ts +10 -0
  89. package/lib/base/validation/validation.component.d.ts +24 -0
  90. package/lib/base/validation/validation.module.d.ts +10 -0
  91. package/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.d.ts +7 -0
  92. package/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.d.ts +10 -0
  93. package/lib/ecabs-buttons/ecabs-buttons.component.d.ts +20 -0
  94. package/lib/ecabs-buttons/ecabs-buttons.module.d.ts +11 -0
  95. package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.d.ts +29 -0
  96. package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.d.ts +12 -0
  97. package/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.d.ts +6 -0
  98. package/lib/ecabs-date-picker/ecabs-date-picker.component.d.ts +29 -0
  99. package/lib/ecabs-date-picker/ecabs-date-picker.module.d.ts +15 -0
  100. package/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.d.ts +6 -0
  101. package/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.d.ts +51 -0
  102. package/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.d.ts +19 -0
  103. package/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.d.ts +6 -0
  104. package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.d.ts +58 -0
  105. package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.d.ts +20 -0
  106. package/lib/ecabs-date-time-range-picker/time-range.directive.d.ts +15 -0
  107. package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.d.ts +31 -0
  108. package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.d.ts +11 -0
  109. package/lib/ecabs-dialog-message/ecabs-dialog-message.component.d.ts +28 -0
  110. package/lib/ecabs-dialog-message/ecabs-dialog-message.module.d.ts +11 -0
  111. package/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.d.ts +12 -0
  112. package/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.d.ts +9 -0
  113. package/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.d.ts +28 -0
  114. package/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.d.ts +14 -0
  115. package/lib/ecabs-increment/ecabs-increment.component.d.ts +26 -0
  116. package/lib/ecabs-increment/ecabs-increment.module.d.ts +13 -0
  117. package/lib/ecabs-input/ecabs-input.component.d.ts +27 -0
  118. package/lib/ecabs-input/ecabs-input.module.d.ts +12 -0
  119. package/lib/ecabs-language-selector/ecabs-language-selector.component.d.ts +20 -0
  120. package/lib/ecabs-language-selector/ecabs-language-selector.module.d.ts +12 -0
  121. package/lib/ecabs-loading/ecabs-loading.component.d.ts +8 -0
  122. package/lib/ecabs-loading/ecabs-loading.module.d.ts +9 -0
  123. package/lib/ecabs-loading/spinner/spinner.component.d.ts +6 -0
  124. package/lib/ecabs-note/ecabs-note.component.d.ts +7 -0
  125. package/lib/ecabs-note/ecabs-note.module.d.ts +9 -0
  126. package/lib/ecabs-phone/ecabs-phone.component.d.ts +33 -0
  127. package/lib/ecabs-phone/ecabs-phone.module.d.ts +12 -0
  128. package/lib/ecabs-picker-header/ecabs-picker-header.component.d.ts +19 -0
  129. package/lib/ecabs-picker-header/ecabs-picker-header.module.d.ts +12 -0
  130. package/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.d.ts +24 -0
  131. package/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.d.ts +11 -0
  132. package/lib/ecabs-select/ecabs-select.component.d.ts +71 -0
  133. package/lib/ecabs-select/ecabs-select.module.d.ts +15 -0
  134. package/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.d.ts +8 -0
  135. package/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.d.ts +9 -0
  136. package/lib/ecabs-table/ecabs-table.component.d.ts +18 -0
  137. package/lib/ecabs-table/ecabs-table.module.d.ts +12 -0
  138. package/lib/ecabs-textarea/ecabs-textarea.component.d.ts +20 -0
  139. package/lib/ecabs-textarea/ecabs-textarea.module.d.ts +10 -0
  140. package/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.d.ts +40 -0
  141. package/lib/ecabs-timepicker/config.model.d.ts +5 -0
  142. package/lib/ecabs-timepicker/ecabs-timepicker.component.d.ts +53 -0
  143. package/lib/ecabs-timepicker/ecabs-timepicker.module.d.ts +10 -0
  144. package/lib/ecabs-timepicker/ecabs-timepicker.service.d.ts +12 -0
  145. package/lib/models/bread-crumb.d.ts +5 -0
  146. package/{src/lib/models/timepicker.models.ts → lib/models/timepicker.models.d.ts} +3 -4
  147. package/lib/services/ecabs-components.service.d.ts +16 -0
  148. package/package.json +33 -25
  149. package/{src/styles → styles}/material/overrides/_button.scss +1 -0
  150. package/styles/material/overrides/_icon.scss +3 -0
  151. package/{src/styles → styles}/material/overrides/_phone.scss +24 -2
  152. package/karma.conf.js +0 -44
  153. package/ng-package.json +0 -7
  154. package/src/assets/images/nothing-here.svg +0 -22
  155. package/src/lib/base/consts/date-mask.consts.ts +0 -70
  156. package/src/lib/base/directives/date-mask.directive.module.ts +0 -14
  157. package/src/lib/base/directives/date-mask.directive.ts +0 -58
  158. package/src/lib/base/directives/digits-only.directive.module.ts +0 -15
  159. package/src/lib/base/directives/digits-only.directive.ts +0 -129
  160. package/src/lib/base/directives/number-border.directive.module.ts +0 -14
  161. package/src/lib/base/directives/number-border.directive.ts +0 -57
  162. package/src/lib/base/element-base.ts +0 -72
  163. package/src/lib/base/element-wrapper/element-wrapper.component.html +0 -30
  164. package/src/lib/base/element-wrapper/element-wrapper.component.ts +0 -33
  165. package/src/lib/base/element-wrapper/element-wrapper.module.ts +0 -30
  166. package/src/lib/base/hint/hint.component.html +0 -1
  167. package/src/lib/base/hint/hint.component.scss +0 -0
  168. package/src/lib/base/hint/hint.component.ts +0 -12
  169. package/src/lib/base/hint/hint.module.ts +0 -13
  170. package/src/lib/base/validation/validation.component.html +0 -8
  171. package/src/lib/base/validation/validation.component.scss +0 -0
  172. package/src/lib/base/validation/validation.component.ts +0 -84
  173. package/src/lib/base/validation/validation.module.ts +0 -13
  174. package/src/lib/consts/tenant.consts.ts +0 -8
  175. package/src/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.html +0 -11
  176. package/src/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.scss +0 -0
  177. package/src/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.spec.ts +0 -24
  178. package/src/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.ts +0 -12
  179. package/src/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.ts +0 -12
  180. package/src/lib/ecabs-buttons/ecabs-buttons.component.html +0 -18
  181. package/src/lib/ecabs-buttons/ecabs-buttons.component.scss +0 -3
  182. package/src/lib/ecabs-buttons/ecabs-buttons.component.ts +0 -55
  183. package/src/lib/ecabs-buttons/ecabs-buttons.module.ts +0 -14
  184. package/src/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.html +0 -27
  185. package/src/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.scss +0 -15
  186. package/src/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.ts +0 -81
  187. package/src/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.ts +0 -21
  188. package/src/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.html +0 -4
  189. package/src/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.scss +0 -0
  190. package/src/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.spec.ts +0 -23
  191. package/src/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.ts +0 -11
  192. package/src/lib/ecabs-date-picker/ecabs-date-picker.component.html +0 -31
  193. package/src/lib/ecabs-date-picker/ecabs-date-picker.component.scss +0 -23
  194. package/src/lib/ecabs-date-picker/ecabs-date-picker.component.spec.ts +0 -24
  195. package/src/lib/ecabs-date-picker/ecabs-date-picker.component.ts +0 -72
  196. package/src/lib/ecabs-date-picker/ecabs-date-picker.module.ts +0 -29
  197. package/src/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.html +0 -4
  198. package/src/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.scss +0 -0
  199. package/src/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.spec.ts +0 -23
  200. package/src/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.ts +0 -11
  201. package/src/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.html +0 -31
  202. package/src/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.scss +0 -36
  203. package/src/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.spec.ts +0 -23
  204. package/src/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.ts +0 -113
  205. package/src/lib/ecabs-date-range-picker/ecabs-date-range-picker.module.ts +0 -50
  206. package/src/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.html +0 -4
  207. package/src/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.scss +0 -14
  208. package/src/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.ts +0 -11
  209. package/src/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.html +0 -87
  210. package/src/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.scss +0 -82
  211. package/src/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.spec.ts +0 -23
  212. package/src/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.ts +0 -185
  213. package/src/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.ts +0 -38
  214. package/src/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.html +0 -4
  215. package/src/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.scss +0 -5
  216. package/src/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.spec.ts +0 -23
  217. package/src/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.ts +0 -10
  218. package/src/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.html +0 -116
  219. package/src/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.scss +0 -43
  220. package/src/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.spec.ts +0 -24
  221. package/src/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.ts +0 -206
  222. package/src/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.ts +0 -39
  223. package/src/lib/ecabs-date-time-range-picker/time-range.directive.ts +0 -38
  224. package/src/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.html +0 -32
  225. package/src/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.scss +0 -24
  226. package/src/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.ts +0 -57
  227. package/src/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.ts +0 -13
  228. package/src/lib/ecabs-dialog-message/ecabs-dialog-message.component.html +0 -27
  229. package/src/lib/ecabs-dialog-message/ecabs-dialog-message.component.scss +0 -25
  230. package/src/lib/ecabs-dialog-message/ecabs-dialog-message.component.spec.ts +0 -38
  231. package/src/lib/ecabs-dialog-message/ecabs-dialog-message.component.ts +0 -49
  232. package/src/lib/ecabs-dialog-message/ecabs-dialog-message.module.ts +0 -13
  233. package/src/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.html +0 -9
  234. package/src/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.scss +0 -0
  235. package/src/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.spec.ts +0 -34
  236. package/src/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.ts +0 -22
  237. package/src/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.ts +0 -11
  238. package/src/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.html +0 -33
  239. package/src/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.scss +0 -79
  240. package/src/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.spec.ts +0 -26
  241. package/src/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.ts +0 -77
  242. package/src/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.ts +0 -17
  243. package/src/lib/ecabs-increment/ecabs-increment.component.html +0 -18
  244. package/src/lib/ecabs-increment/ecabs-increment.component.scss +0 -33
  245. package/src/lib/ecabs-increment/ecabs-increment.component.ts +0 -74
  246. package/src/lib/ecabs-increment/ecabs-increment.module.ts +0 -15
  247. package/src/lib/ecabs-input/ecabs-input.component.html +0 -26
  248. package/src/lib/ecabs-input/ecabs-input.component.ts +0 -85
  249. package/src/lib/ecabs-input/ecabs-input.module.ts +0 -14
  250. package/src/lib/ecabs-language-selector/ecabs-language-selector.component.html +0 -17
  251. package/src/lib/ecabs-language-selector/ecabs-language-selector.component.scss +0 -26
  252. package/src/lib/ecabs-language-selector/ecabs-language-selector.component.ts +0 -63
  253. package/src/lib/ecabs-language-selector/ecabs-language-selector.module.ts +0 -22
  254. package/src/lib/ecabs-loading/ecabs-loading.component.html +0 -7
  255. package/src/lib/ecabs-loading/ecabs-loading.component.spec.ts +0 -24
  256. package/src/lib/ecabs-loading/ecabs-loading.component.ts +0 -11
  257. package/src/lib/ecabs-loading/ecabs-loading.module.ts +0 -11
  258. package/src/lib/ecabs-loading/spinner/spinner.component.html +0 -5
  259. package/src/lib/ecabs-loading/spinner/spinner.component.scss +0 -61
  260. package/src/lib/ecabs-loading/spinner/spinner.component.spec.ts +0 -24
  261. package/src/lib/ecabs-loading/spinner/spinner.component.ts +0 -11
  262. package/src/lib/ecabs-note/ecabs-note.component.html +0 -10
  263. package/src/lib/ecabs-note/ecabs-note.component.scss +0 -29
  264. package/src/lib/ecabs-note/ecabs-note.component.ts +0 -27
  265. package/src/lib/ecabs-note/ecabs-note.module.ts +0 -11
  266. package/src/lib/ecabs-phone/ecabs-phone.component.html +0 -17
  267. package/src/lib/ecabs-phone/ecabs-phone.component.ts +0 -108
  268. package/src/lib/ecabs-phone/ecabs-phone.module.ts +0 -15
  269. package/src/lib/ecabs-picker-header/ecabs-picker-header.component.html +0 -12
  270. package/src/lib/ecabs-picker-header/ecabs-picker-header.component.scss +0 -16
  271. package/src/lib/ecabs-picker-header/ecabs-picker-header.component.ts +0 -61
  272. package/src/lib/ecabs-picker-header/ecabs-picker-header.module.ts +0 -15
  273. package/src/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.html +0 -13
  274. package/src/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.scss +0 -16
  275. package/src/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.ts +0 -60
  276. package/src/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.ts +0 -18
  277. package/src/lib/ecabs-select/ecabs-select.component.html +0 -45
  278. package/src/lib/ecabs-select/ecabs-select.component.ts +0 -346
  279. package/src/lib/ecabs-select/ecabs-select.module.ts +0 -37
  280. package/src/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.html +0 -7
  281. package/src/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.scss +0 -11
  282. package/src/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.spec.ts +0 -34
  283. package/src/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.ts +0 -14
  284. package/src/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.ts +0 -14
  285. package/src/lib/ecabs-table/ecabs-table.component.html +0 -26
  286. package/src/lib/ecabs-table/ecabs-table.component.scss +0 -6
  287. package/src/lib/ecabs-table/ecabs-table.component.spec.ts +0 -24
  288. package/src/lib/ecabs-table/ecabs-table.component.ts +0 -42
  289. package/src/lib/ecabs-table/ecabs-table.module.ts +0 -19
  290. package/src/lib/ecabs-textarea/ecabs-textarea.component.html +0 -13
  291. package/src/lib/ecabs-textarea/ecabs-textarea.component.ts +0 -61
  292. package/src/lib/ecabs-textarea/ecabs-textarea.module.ts +0 -12
  293. package/src/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.html +0 -16
  294. package/src/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.ts +0 -126
  295. package/src/lib/ecabs-timepicker/config.model.ts +0 -5
  296. package/src/lib/ecabs-timepicker/ecabs-timepicker.component.html +0 -36
  297. package/src/lib/ecabs-timepicker/ecabs-timepicker.component.scss +0 -5
  298. package/src/lib/ecabs-timepicker/ecabs-timepicker.component.ts +0 -330
  299. package/src/lib/ecabs-timepicker/ecabs-timepicker.module.ts +0 -12
  300. package/src/lib/ecabs-timepicker/ecabs-timepicker.service.ts +0 -28
  301. package/src/lib/models/bread-crumb.ts +0 -5
  302. package/src/lib/services/ecabs-components.service.ts +0 -33
  303. package/src/styles/material/overrides/_icon.scss +0 -3
  304. package/src/test.ts +0 -27
  305. package/tailwind.config.js +0 -31
  306. package/tsconfig.lib.json +0 -15
  307. package/tsconfig.lib.prod.json +0 -10
  308. package/tsconfig.spec.json +0 -17
  309. /package/{src/public-api.ts → public-api.d.ts} +0 -0
  310. /package/{src/styles → styles}/material/_theme.scss +0 -0
  311. /package/{src/styles → styles}/material/overrides/_autocomplete.scss +0 -0
  312. /package/{src/styles → styles}/material/overrides/_card.scss +0 -0
  313. /package/{src/styles → styles}/material/overrides/_chip.scss +0 -0
  314. /package/{src/styles → styles}/material/overrides/_datepicker.scss +0 -0
  315. /package/{src/styles → styles}/material/overrides/_dialog.scss +0 -0
  316. /package/{src/styles → styles}/material/overrides/_divider.scss +0 -0
  317. /package/{src/styles → styles}/material/overrides/_expansion.scss +0 -0
  318. /package/{src/styles → styles}/material/overrides/_form.scss +0 -0
  319. /package/{src/styles → styles}/material/overrides/_menu.scss +0 -0
  320. /package/{src/styles → styles}/material/overrides/_paginator.scss +0 -0
  321. /package/{src/styles → styles}/material/overrides/_select.scss +0 -0
  322. /package/{src/styles → styles}/material/overrides/_tab.scss +0 -0
  323. /package/{src/styles → styles}/material/overrides/_table.scss +0 -0
  324. /package/{src/styles → styles}/material/overrides/_toaster.scss +0 -0
  325. /package/{src/styles → styles}/material/overrides/_toggle.scss +0 -0
  326. /package/{src/styles → styles}/material/overrides/_toolbar.scss +0 -0
  327. /package/{src/styles → styles}/material/overrides/_tooltip.scss +0 -0
  328. /package/{src/styles → styles}/material/overrides/index.scss +0 -0
  329. /package/{src/styles → styles}/scss/base/_heading.scss +0 -0
  330. /package/{src/styles → styles}/scss/base/_normalize.scss +0 -0
  331. /package/{src/styles → styles}/scss/base/index.scss +0 -0
  332. /package/{src/styles → styles}/scss/modules/_autocomplete.scss +0 -0
  333. /package/{src/styles → styles}/scss/modules/_button.scss +0 -0
  334. /package/{src/styles → styles}/scss/modules/_card.scss +0 -0
  335. /package/{src/styles → styles}/scss/modules/_chip.scss +0 -0
  336. /package/{src/styles → styles}/scss/modules/_datepicker.scss +0 -0
  337. /package/{src/styles → styles}/scss/modules/_dialog.scss +0 -0
  338. /package/{src/styles → styles}/scss/modules/_divider.scss +0 -0
  339. /package/{src/styles → styles}/scss/modules/_form.scss +0 -0
  340. /package/{src/styles → styles}/scss/modules/_icon.scss +0 -0
  341. /package/{src/styles → styles}/scss/modules/_img.scss +0 -0
  342. /package/{src/styles → styles}/scss/modules/_legend.scss +0 -0
  343. /package/{src/styles → styles}/scss/modules/_list.scss +0 -0
  344. /package/{src/styles → styles}/scss/modules/_map.scss +0 -0
  345. /package/{src/styles → styles}/scss/modules/_percentage.scss +0 -0
  346. /package/{src/styles → styles}/scss/modules/_phone.scss +0 -0
  347. /package/{src/styles → styles}/scss/modules/_select.scss +0 -0
  348. /package/{src/styles → styles}/scss/modules/_statuses.scss +0 -0
  349. /package/{src/styles → styles}/scss/modules/_tab.scss +0 -0
  350. /package/{src/styles → styles}/scss/modules/_table.scss +0 -0
  351. /package/{src/styles → styles}/scss/modules/_timepicker.scss +0 -0
  352. /package/{src/styles → styles}/scss/modules/_toaster.scss +0 -0
  353. /package/{src/styles → styles}/scss/modules/_tooltip.scss +0 -0
  354. /package/{src/styles → styles}/scss/modules/drag-drop.scss +0 -0
  355. /package/{src/styles → styles}/scss/modules/index.scss +0 -0
  356. /package/{src/styles → styles}/scss/utilities/_colors.scss +0 -0
  357. /package/{src/styles → styles}/scss/utilities/_fonts.scss +0 -0
  358. /package/{src/styles → styles}/scss/utilities/_functions.scss +0 -0
  359. /package/{src/styles → styles}/scss/utilities/_helpers.scss +0 -0
  360. /package/{src/styles → styles}/scss/utilities/_mixins.scss +0 -0
  361. /package/{src/styles → styles}/scss/utilities/_palettes.scss +0 -0
  362. /package/{src/styles → styles}/scss/utilities/_variables.scss +0 -0
  363. /package/{src/styles → styles}/scss/utilities/index.scss +0 -0
  364. /package/{src/styles → styles}/styles.scss +0 -0
  365. /package/{src/styles → styles}/tailwind/index.scss +0 -0
package/index.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="ecabs-components" />
5
+ export * from './public-api';
@@ -0,0 +1,7 @@
1
+ export declare function createAutoCorrectedDatePipe(dateFormat?: string, { minYear, maxYear }?: {
2
+ minYear?: number;
3
+ maxYear?: number;
4
+ }): (conformedValue: any) => false | {
5
+ value: any;
6
+ indexesOfPipedChars: any[];
7
+ };
@@ -0,0 +1,16 @@
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MaskDateDirective implements OnInit, OnDestroy {
4
+ private readonly element;
5
+ isDateTimeMask: boolean;
6
+ considerSeconds: boolean;
7
+ maskedInputController: any;
8
+ mask: (string | RegExp)[];
9
+ maskDateTime: (string | RegExp)[];
10
+ maskDateTimeWithSeconds: (string | RegExp)[];
11
+ constructor(element: ElementRef);
12
+ ngOnInit(): void;
13
+ ngOnDestroy(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaskDateDirective, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MaskDateDirective, "[appMaskDate]", never, { "isDateTimeMask": { "alias": "isDateTimeMask"; "required": false; }; "considerSeconds": { "alias": "considerSeconds"; "required": false; }; }, {}, never, never, false, never>;
16
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./date-mask.directive";
3
+ import * as i2 from "@angular/common";
4
+ export declare class MaskDateDirectiveModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaskDateDirectiveModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MaskDateDirectiveModule, [typeof i1.MaskDateDirective], [typeof i2.CommonModule], [typeof i1.MaskDateDirective]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<MaskDateDirectiveModule>;
8
+ }
@@ -0,0 +1,26 @@
1
+ import { ElementRef, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DigitsOnlyDirective implements OnInit {
4
+ el: ElementRef;
5
+ digitsOnly: boolean;
6
+ allowHyphen: boolean;
7
+ decimal?: boolean;
8
+ decimalSeparator?: string;
9
+ unit?: number;
10
+ inputElement: HTMLInputElement;
11
+ minus: string;
12
+ minusCounter: number;
13
+ regex: RegExp;
14
+ private decimalCounter;
15
+ private readonly navigationKeys;
16
+ constructor(el: ElementRef);
17
+ onKeyDown(e: KeyboardEvent): void;
18
+ onKeyUp(): void;
19
+ onPaste(event: ClipboardEvent): void;
20
+ ngOnInit(): void;
21
+ private pasteData;
22
+ private sanitizeInput;
23
+ private isValidDecimal;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<DigitsOnlyDirective, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DigitsOnlyDirective, "[appDigitsOnly]", never, { "digitsOnly": { "alias": "digitsOnly"; "required": false; }; "allowHyphen": { "alias": "allowHyphen"; "required": false; }; "decimal": { "alias": "decimal"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; }, {}, never, never, false, never>;
26
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./digits-only.directive";
3
+ import * as i2 from "@angular/common";
4
+ export declare class DigitsOnlyDirectivesModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<DigitsOnlyDirectivesModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DigitsOnlyDirectivesModule, [typeof i1.DigitsOnlyDirective], [typeof i2.CommonModule], [typeof i1.DigitsOnlyDirective]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<DigitsOnlyDirectivesModule>;
8
+ }
@@ -0,0 +1,13 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class NumberBorderDirective {
4
+ el: ElementRef;
5
+ maxValue: number;
6
+ minValue: number;
7
+ inputElement: HTMLInputElement;
8
+ constructor(el: ElementRef);
9
+ onKeyUp(e: any): void;
10
+ private sanitizeInput;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumberBorderDirective, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NumberBorderDirective, "[appNumberBorder]", never, { "maxValue": { "alias": "maxValue"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; }, {}, never, never, false, never>;
13
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./number-border.directive";
3
+ import * as i2 from "@angular/common";
4
+ export declare class NumberBorderDirectiveModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumberBorderDirectiveModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NumberBorderDirectiveModule, [typeof i1.NumberBorderDirective], [typeof i2.CommonModule], [typeof i1.NumberBorderDirective]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<NumberBorderDirectiveModule>;
8
+ }
@@ -0,0 +1,28 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { UntypedFormControl } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export default class ElementBaseComponent {
5
+ type: string;
6
+ name: string;
7
+ label: string;
8
+ placeholder: string;
9
+ validationLabel: string;
10
+ disabled: boolean;
11
+ showValidation: boolean;
12
+ showValidationOnNotTouched: boolean;
13
+ hideValidationMessage: boolean;
14
+ iconClass: string;
15
+ loading: boolean;
16
+ showHint: boolean;
17
+ maxLength: number;
18
+ tooltip: string;
19
+ showAsterisk: boolean;
20
+ focused: EventEmitter<any>;
21
+ focusOuted: EventEmitter<any>;
22
+ control: UntypedFormControl;
23
+ required: boolean;
24
+ getData(): any;
25
+ private isRequired;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<ElementBaseComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElementBaseComponent, "ng-component", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "validationLabel": { "alias": "validationLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showValidation": { "alias": "showValidation"; "required": false; }; "showValidationOnNotTouched": { "alias": "showValidationOnNotTouched"; "required": false; }; "hideValidationMessage": { "alias": "hideValidationMessage"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "showHint": { "alias": "showHint"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "showAsterisk": { "alias": "showAsterisk"; "required": false; }; }, { "focused": "focused"; "focusOuted": "focusOuted"; }, never, never, false, never>;
28
+ }
@@ -0,0 +1,19 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ElementWrapperComponent {
4
+ data: any;
5
+ showCloseIcon: boolean;
6
+ focusedFlag: any;
7
+ showPassword: boolean;
8
+ control: any;
9
+ showHidePassword: EventEmitter<any>;
10
+ clear: EventEmitter<any>;
11
+ increase: EventEmitter<any>;
12
+ decrease: EventEmitter<any>;
13
+ showHidePasswordFn(event: any): void;
14
+ clearFn(): void;
15
+ increaseFn(): void;
16
+ decreaseFn(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<ElementWrapperComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ElementWrapperComponent, "app-element-wrapper", never, { "data": { "alias": "data"; "required": false; }; "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "focusedFlag": { "alias": "focusedFlag"; "required": false; }; "showPassword": { "alias": "showPassword"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "showHidePassword": "showHidePassword"; "clear": "clear"; "increase": "increase"; "decrease": "decrease"; }, never, ["*"], false, never>;
19
+ }
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./element-wrapper.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../../ecabs-loading/ecabs-loading.module";
6
+ import * as i5 from "../validation/validation.module";
7
+ import * as i6 from "@angular/material/legacy-form-field";
8
+ import * as i7 from "@angular/material/legacy-input";
9
+ import * as i8 from "@angular/material/icon";
10
+ import * as i9 from "@angular/material/legacy-tooltip";
11
+ import * as i10 from "../hint/hint.module";
12
+ export declare class ElementWrapperModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<ElementWrapperModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ElementWrapperModule, [typeof i1.ElementWrapperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.EcabsLoadingModule, typeof i5.ValidationModule, typeof i6.MatLegacyFormFieldModule, typeof i7.MatLegacyInputModule, typeof i8.MatIconModule, typeof i9.MatLegacyTooltipModule, typeof i10.HintModule], [typeof i1.ElementWrapperComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<ElementWrapperModule>;
16
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class HintComponent {
3
+ element: any;
4
+ maxValue: number;
5
+ showHint: boolean;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<HintComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<HintComponent, "app-hint", never, { "element": { "alias": "element"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "showHint": { "alias": "showHint"; "required": false; }; }, {}, never, never, false, never>;
8
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hint.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/material/legacy-form-field";
6
+ export declare class HintModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<HintModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HintModule, [typeof i1.HintComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyFormFieldModule], [typeof i1.HintComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<HintModule>;
10
+ }
@@ -0,0 +1,24 @@
1
+ import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { EcabsComponentsConfig, EcabsComponentsService } from '../../services/ecabs-components.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ValidationComponent implements OnInit, OnChanges {
5
+ private ecabsService;
6
+ element: any;
7
+ label: string;
8
+ showValidationOnNotTouched: boolean;
9
+ updatedErrors: {
10
+ type: string;
11
+ message: string;
12
+ }[];
13
+ config: EcabsComponentsConfig;
14
+ private _messages;
15
+ get messages(): any;
16
+ set messages(m: any);
17
+ constructor(ecabsService: EcabsComponentsService);
18
+ ngOnInit(): void;
19
+ ngOnChanges(changes: SimpleChanges): void;
20
+ replaceTokens(message: string): string;
21
+ getMessageDetail(key: any): string;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValidationComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ValidationComponent, "app-validations-messages", never, { "element": { "alias": "element"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showValidationOnNotTouched": { "alias": "showValidationOnNotTouched"; "required": false; }; "updatedErrors": { "alias": "updatedErrors"; "required": false; }; }, {}, never, never, false, never>;
24
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./validation.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/material/legacy-form-field";
6
+ export declare class ValidationModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValidationModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ValidationModule, [typeof i1.ValidationComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatLegacyFormFieldModule], [typeof i1.ValidationComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ValidationModule>;
10
+ }
@@ -0,0 +1,7 @@
1
+ import { BreadCrumb } from '../models/bread-crumb';
2
+ import * as i0 from "@angular/core";
3
+ export declare class EcabsBreadcrumbComponent {
4
+ breadCrumb: BreadCrumb[];
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsBreadcrumbComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsBreadcrumbComponent, "ecabs-breadcrumb", never, { "breadCrumb": { "alias": "breadCrumb"; "required": false; }; }, {}, never, never, false, never>;
7
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-breadcrumb.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/icon";
5
+ import * as i4 from "@angular/router";
6
+ export declare class EcabsBreadcrumbModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsBreadcrumbModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsBreadcrumbModule, [typeof i1.EcabsBreadcrumbComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.RouterModule], [typeof i1.EcabsBreadcrumbComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsBreadcrumbModule>;
10
+ }
@@ -0,0 +1,20 @@
1
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ThemePalette } from '@angular/material/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ButtonsComponent implements OnInit, OnChanges {
5
+ label: string;
6
+ disabled: boolean;
7
+ loading: boolean;
8
+ size: 'default' | 'large';
9
+ type: 'button' | 'submit';
10
+ raised: boolean;
11
+ stroked: boolean;
12
+ full: boolean;
13
+ color: ThemePalette | null;
14
+ borderWidth: string;
15
+ classAttr: string;
16
+ ngOnInit(): void;
17
+ ngOnChanges(changes: SimpleChanges): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ecabs-buttons", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "raised": { "alias": "raised"; "required": false; }; "stroked": { "alias": "stroked"; "required": false; }; "full": { "alias": "full"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["mat-icon", "*"], false, never>;
20
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-buttons.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/legacy-button";
5
+ import * as i4 from "../ecabs-loading/ecabs-loading.module";
6
+ import * as i5 from "@angular/material/icon";
7
+ export declare class EcabsButtonsModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsButtonsModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsButtonsModule, [typeof i1.ButtonsComponent], [typeof i2.CommonModule, typeof i3.MatLegacyButtonModule, typeof i4.EcabsLoadingModule, typeof i5.MatIconModule], [typeof i1.ButtonsComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsButtonsModule>;
11
+ }
@@ -0,0 +1,29 @@
1
+ import { AfterViewInit, EventEmitter, Injector } from '@angular/core';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import ElementBaseComponent from '../base/element-base';
4
+ import * as i0 from "@angular/core";
5
+ export declare class EcabsCheckboxToggleComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit {
6
+ private readonly injector;
7
+ type: 'checkbox' | 'toggle';
8
+ text: string;
9
+ labelPosition: 'before' | 'after';
10
+ indeterminate: boolean;
11
+ checked: boolean;
12
+ click: EventEmitter<any>;
13
+ changed: EventEmitter<any>;
14
+ val: boolean;
15
+ get value(): boolean;
16
+ set value(val: boolean);
17
+ constructor(injector: Injector);
18
+ onChange: any;
19
+ onTouch: any;
20
+ ngAfterViewInit(): void;
21
+ change(event: any): void;
22
+ onClick($event: any): void;
23
+ onBlur(): void;
24
+ writeValue(value: any): void;
25
+ registerOnChange(fn: any): void;
26
+ registerOnTouched(fn: any): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsCheckboxToggleComponent, "ecabs-checkbox", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "click": "click"; "changed": "changed"; }, never, never, false, never>;
29
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-checkbox-toggle.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../base/element-wrapper/element-wrapper.module";
5
+ import * as i4 from "@angular/material/legacy-checkbox";
6
+ import * as i5 from "@angular/material/legacy-slide-toggle";
7
+ import * as i6 from "@angular/forms";
8
+ export declare class EcabsCheckboxToggleModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsCheckboxToggleModule, [typeof i1.EcabsCheckboxToggleComponent], [typeof i2.CommonModule, typeof i3.ElementWrapperModule, typeof i4.MatLegacyCheckboxModule, typeof i5.MatLegacySlideToggleModule, typeof i6.FormsModule], [typeof i1.EcabsCheckboxToggleComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsCheckboxToggleModule>;
12
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class EcabsDatePickerHeaderComponent {
3
+ selectDateLabel: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerHeaderComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDatePickerHeaderComponent, "ecabs-date-picker-header", never, { "selectDateLabel": { "alias": "selectDateLabel"; "required": false; }; }, {}, never, never, false, never>;
6
+ }
@@ -0,0 +1,29 @@
1
+ import { AfterViewInit, EventEmitter, Injector } from '@angular/core';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import ElementBaseComponent from '../base/element-base';
4
+ import { EcabsDatePickerHeaderComponent } from './components/ecabs-date-picker-header/ecabs-date-picker-header.component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class EcabsDatePickerComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit {
7
+ private injector;
8
+ minDate: Date;
9
+ maxDate: Date;
10
+ touchUi: boolean;
11
+ cancleLabel: string;
12
+ applyLabel: string;
13
+ selectDateLabel: string;
14
+ onblur: EventEmitter<any>;
15
+ val: string | number;
16
+ header: typeof EcabsDatePickerHeaderComponent;
17
+ get value(): string | number;
18
+ set value(val: string | number);
19
+ constructor(injector: Injector);
20
+ ngAfterViewInit(): void;
21
+ onChange: any;
22
+ onTouch: any;
23
+ writeValue(value: any): void;
24
+ registerOnChange(fn: any): void;
25
+ registerOnTouched(fn: any): void;
26
+ blurChange(e: any): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDatePickerComponent, "ecabs-date-picker", never, { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; "cancleLabel": { "alias": "cancleLabel"; "required": false; }; "applyLabel": { "alias": "applyLabel"; "required": false; }; "selectDateLabel": { "alias": "selectDateLabel"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
29
+ }
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-date-picker.component";
3
+ import * as i2 from "./components/ecabs-date-picker-header/ecabs-date-picker-header.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../base/element-wrapper/element-wrapper.module";
6
+ import * as i5 from "@angular/material/icon";
7
+ import * as i6 from "@angular/material/datepicker";
8
+ import * as i7 from "@angular/forms";
9
+ import * as i8 from "../ecabs-picker-header/ecabs-picker-header.module";
10
+ import * as i9 from "@angular/material/legacy-button";
11
+ export declare class EcabsDatePickerModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatePickerModule, [typeof i1.EcabsDatePickerComponent, typeof i2.EcabsDatePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.EcabsPickerHeaderModule, typeof i9.MatLegacyButtonModule], [typeof i1.EcabsDatePickerComponent, typeof i2.EcabsDatePickerHeaderComponent]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDatePickerModule>;
15
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class EcabsDateTimePickerHeaderComponent {
3
+ headerLabel: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateTimePickerHeaderComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimePickerHeaderComponent, "ecabs-time-date-picker-header", never, { "headerLabel": { "alias": "headerLabel"; "required": false; }; }, {}, never, never, false, never>;
6
+ }
@@ -0,0 +1,51 @@
1
+ import { DecimalPipe } from '@angular/common';
2
+ import { AfterViewInit, EventEmitter, Injector } from '@angular/core';
3
+ import { ControlValueAccessor } from '@angular/forms';
4
+ import ElementBaseComponent from '../base/element-base';
5
+ import { EcabsDateTimePickerHeaderComponent } from './components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component';
6
+ import * as i0 from "@angular/core";
7
+ export declare class EcabsDateTimePickerComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit {
8
+ private readonly injector;
9
+ private readonly decimalPipe;
10
+ minDate: Date;
11
+ maxDate: Date;
12
+ touchUi: boolean;
13
+ hideSeconds: boolean;
14
+ cancleLabel: string;
15
+ applyLabel: string;
16
+ selectDateLabel: string;
17
+ onblur: EventEmitter<any>;
18
+ _hours: string;
19
+ _minutes: string;
20
+ _seconds: string;
21
+ _date: Date;
22
+ _pickerValue: string;
23
+ val: Date;
24
+ header: typeof EcabsDateTimePickerHeaderComponent;
25
+ maxValueHours: number;
26
+ maxValueMinutesSeconds: number;
27
+ get value(): Date;
28
+ get pickerValue(): string;
29
+ get hours(): string;
30
+ get minutes(): string;
31
+ get seconds(): string;
32
+ set hours(value: string);
33
+ set minutes(value: string);
34
+ set seconds(value: string);
35
+ set value(val: Date);
36
+ set pickerValue(val: string);
37
+ constructor(injector: Injector, decimalPipe: DecimalPipe);
38
+ ngAfterViewInit(): void;
39
+ onChange: any;
40
+ onTouch: any;
41
+ writeValue(value: any): void;
42
+ registerOnChange(fn: any): void;
43
+ registerOnTouched(fn: any): void;
44
+ blurChange(e: any): void;
45
+ onApply(): void;
46
+ private formatDateTime;
47
+ private roundNumber;
48
+ private setValues;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateTimePickerComponent, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimePickerComponent, "ecabs-date-time-picker", never, { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; "hideSeconds": { "alias": "hideSeconds"; "required": false; }; "cancleLabel": { "alias": "cancleLabel"; "required": false; }; "applyLabel": { "alias": "applyLabel"; "required": false; }; "selectDateLabel": { "alias": "selectDateLabel"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
51
+ }
@@ -0,0 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-date-time-picker.component";
3
+ import * as i2 from "./components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../base/element-wrapper/element-wrapper.module";
6
+ import * as i5 from "@angular/material/icon";
7
+ import * as i6 from "@angular/material/datepicker";
8
+ import * as i7 from "@angular/material/legacy-button";
9
+ import * as i8 from "@angular/forms";
10
+ import * as i9 from "../ecabs-picker-header/ecabs-picker-header.module";
11
+ import * as i10 from "../ecabs-buttons/ecabs-buttons.module";
12
+ import * as i11 from "../base/directives/digits-only.directive.module";
13
+ import * as i12 from "../base/directives/number-border.directive.module";
14
+ import * as i13 from "../base/directives/date-mask.directive.module";
15
+ export declare class EcabsDatetimePickerModule {
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatetimePickerModule, never>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatetimePickerModule, [typeof i1.EcabsDateTimePickerComponent, typeof i2.EcabsDateTimePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.MatLegacyButtonModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule, typeof i9.EcabsPickerHeaderModule, typeof i10.EcabsButtonsModule, typeof i11.DigitsOnlyDirectivesModule, typeof i12.NumberBorderDirectiveModule, typeof i13.MaskDateDirectiveModule], [typeof i1.EcabsDateTimePickerComponent, typeof i2.EcabsDateTimePickerHeaderComponent]>;
18
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDatetimePickerModule>;
19
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class EcabsDateTimeRangePickerHeaderComponent {
3
+ headerLabel: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateTimeRangePickerHeaderComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimeRangePickerHeaderComponent, "ecabs-date-time-range-picker-header", never, { "headerLabel": { "alias": "headerLabel"; "required": false; }; }, {}, never, never, false, never>;
6
+ }
@@ -0,0 +1,58 @@
1
+ import { DecimalPipe } from '@angular/common';
2
+ import { AfterViewInit, EventEmitter, Injector } from '@angular/core';
3
+ import { ControlValueAccessor, UntypedFormControl } from '@angular/forms';
4
+ import ElementBaseComponent from '../base/element-base';
5
+ import { EcabsDateTimeRangePickerHeaderComponent } from './components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component';
6
+ import * as i0 from "@angular/core";
7
+ export declare class EcabsDateTimeRangePickerComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit {
8
+ private readonly injector;
9
+ private readonly decimalPipe;
10
+ touchUi: boolean;
11
+ onblur: EventEmitter<any>;
12
+ cancleLabel: string;
13
+ applyLabel: string;
14
+ all: string;
15
+ from: string;
16
+ to: string;
17
+ _hoursFrom: string;
18
+ _minutesFrom: string;
19
+ _hoursTo: string;
20
+ _minutesTo: string;
21
+ _seconds: string;
22
+ _date: string;
23
+ _pickerValue: string;
24
+ val: string;
25
+ header: typeof EcabsDateTimeRangePickerHeaderComponent;
26
+ maxValueHours: number;
27
+ maxValueMinutesSeconds: number;
28
+ controlDate: UntypedFormControl;
29
+ get value(): string;
30
+ get pickerValue(): string;
31
+ get hoursFrom(): string;
32
+ get minutesFrom(): string;
33
+ get hoursTo(): string;
34
+ get minutesTo(): string;
35
+ get seconds(): string;
36
+ set hoursFrom(value: string);
37
+ set minutesFrom(value: string);
38
+ set hoursTo(value: string);
39
+ set minutesTo(value: string);
40
+ set seconds(value: string);
41
+ set value(val: string);
42
+ set pickerValue(val: string);
43
+ constructor(injector: Injector, decimalPipe: DecimalPipe);
44
+ ngAfterViewInit(): void;
45
+ onChange: any;
46
+ onTouch: any;
47
+ writeValue(value: any): void;
48
+ registerOnChange(fn: any): void;
49
+ registerOnTouched(fn: any): void;
50
+ blurChange(e: any): void;
51
+ keydownChange(e: any): void;
52
+ onApply(): void;
53
+ opened(): void;
54
+ private roundNumber;
55
+ private setValues;
56
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateTimeRangePickerComponent, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimeRangePickerComponent, "ecabs-date-time-range-picker", never, { "touchUi": { "alias": "touchUi"; "required": false; }; "cancleLabel": { "alias": "cancleLabel"; "required": false; }; "applyLabel": { "alias": "applyLabel"; "required": false; }; "all": { "alias": "all"; "required": false; }; "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
58
+ }
@@ -0,0 +1,20 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-date-time-range-picker.component";
3
+ import * as i2 from "./components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component";
4
+ import * as i3 from "./time-range.directive";
5
+ import * as i4 from "@angular/common";
6
+ import * as i5 from "../base/element-wrapper/element-wrapper.module";
7
+ import * as i6 from "@angular/material/icon";
8
+ import * as i7 from "@angular/material/datepicker";
9
+ import * as i8 from "@angular/material/legacy-button";
10
+ import * as i9 from "@angular/forms";
11
+ import * as i10 from "../ecabs-picker-header/ecabs-picker-header.module";
12
+ import * as i11 from "../ecabs-buttons/ecabs-buttons.module";
13
+ import * as i12 from "../base/directives/digits-only.directive.module";
14
+ import * as i13 from "../base/directives/number-border.directive.module";
15
+ import * as i14 from "../base/directives/date-mask.directive.module";
16
+ export declare class EcabsDatetimeRangePickerModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatetimeRangePickerModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatetimeRangePickerModule, [typeof i1.EcabsDateTimeRangePickerComponent, typeof i2.EcabsDateTimeRangePickerHeaderComponent, typeof i3.TimeRangeDirective], [typeof i4.CommonModule, typeof i5.ElementWrapperModule, typeof i6.MatIconModule, typeof i7.MatDatepickerModule, typeof i8.MatLegacyButtonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.EcabsPickerHeaderModule, typeof i11.EcabsButtonsModule, typeof i12.DigitsOnlyDirectivesModule, typeof i13.NumberBorderDirectiveModule, typeof i14.MaskDateDirectiveModule], [typeof i1.EcabsDateTimeRangePickerComponent, typeof i2.EcabsDateTimeRangePickerHeaderComponent, typeof i3.TimeRangeDirective]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDatetimeRangePickerModule>;
20
+ }
@@ -0,0 +1,15 @@
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TimeRangeDirective implements OnInit, OnDestroy {
4
+ private readonly element;
5
+ isDateTimeMask: boolean;
6
+ considerSeconds: boolean;
7
+ all: string;
8
+ maskedInputController: any;
9
+ maskDateTime: (string | RegExp)[];
10
+ constructor(element: ElementRef);
11
+ ngOnInit(): void;
12
+ ngOnDestroy(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimeRangeDirective, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TimeRangeDirective, "[appTimeRange]", never, { "isDateTimeMask": { "alias": "isDateTimeMask"; "required": false; }; "considerSeconds": { "alias": "considerSeconds"; "required": false; }; "all": { "alias": "all"; "required": false; }; }, {}, never, never, false, never>;
15
+ }
@@ -0,0 +1,31 @@
1
+ import { OnDestroy, OnInit, TemplateRef } from '@angular/core';
2
+ import { MatDialogRef } from '@angular/material/dialog';
3
+ import { ThemePalette } from '@angular/material/core';
4
+ import { Observable } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ export declare class EcabsDialogConfirmComponent implements OnInit, OnDestroy {
7
+ dialogRef: MatDialogRef<DialogConfirmComponentConfig>;
8
+ data: DialogConfirmComponentConfig;
9
+ private destroy$;
10
+ message: string;
11
+ color: ThemePalette;
12
+ titleColor: ThemePalette;
13
+ constructor(dialogRef: MatDialogRef<DialogConfirmComponentConfig>, data: DialogConfirmComponentConfig);
14
+ ngOnInit(): void;
15
+ ngOnDestroy(): void;
16
+ closeDialog(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogConfirmComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDialogConfirmComponent, "ecabs-dialog-confirm", never, {}, {}, never, never, false, never>;
19
+ }
20
+ export interface DialogConfirmComponentConfig {
21
+ title?: string;
22
+ message: TemplateRef<any>;
23
+ color?: ThemePalette;
24
+ titleColor?: ThemePalette;
25
+ confirmLabel?: string;
26
+ cancelLabel?: string;
27
+ isPopover?: boolean;
28
+ width?: string;
29
+ content?: string;
30
+ loading$?: Observable<boolean>;
31
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-dialog-confirm.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/legacy-dialog";
5
+ import * as i4 from "../ecabs-buttons/ecabs-buttons.module";
6
+ import * as i5 from "@angular/material/icon";
7
+ export declare class EcabsDialogConfirmModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDialogConfirmModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDialogConfirmModule, [typeof i1.EcabsDialogConfirmComponent], [typeof i2.CommonModule, typeof i3.MatLegacyDialogModule, typeof i4.EcabsButtonsModule, typeof i5.MatIconModule], never>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDialogConfirmModule>;
11
+ }