ecabs-components 1.1.14 → 2.0.0-alpha.1

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 (299) hide show
  1. package/README.md +3 -3
  2. package/fesm2022/ecabs-components.mjs +6290 -6260
  3. package/fesm2022/ecabs-components.mjs.map +1 -1
  4. package/index.d.ts +5 -5
  5. package/lib/base/consts/buttons.consts.d.ts +1 -1
  6. package/lib/base/consts/date-mask.consts.d.ts +7 -7
  7. package/lib/base/consts/error-messages.consts.d.ts +2 -2
  8. package/lib/base/consts/images.consts.d.ts +2 -2
  9. package/lib/base/consts/translations.consts.d.ts +2 -2
  10. package/lib/base/directives/attach-embedded-view.directive.d.ts +10 -10
  11. package/lib/base/directives/attach-embedded-view.directive.module.d.ts +8 -8
  12. package/lib/base/directives/check-permissions.directive.d.ts +13 -13
  13. package/lib/base/directives/check-permissions.directive.module.d.ts +8 -8
  14. package/lib/base/directives/date-mask.directive.d.ts +19 -19
  15. package/lib/base/directives/date-mask.directive.module.d.ts +8 -8
  16. package/lib/base/directives/digits-only.directive.d.ts +26 -26
  17. package/lib/base/directives/digits-only.directive.module.d.ts +8 -8
  18. package/lib/base/directives/dom-observer.directive.d.ts +11 -11
  19. package/lib/base/directives/dom-observer.directive.module.d.ts +8 -8
  20. package/lib/base/directives/dynamic-bg-color.directive.d.ts +13 -13
  21. package/lib/base/directives/dynamic-bg-color.directive.module.d.ts +8 -8
  22. package/lib/base/directives/element-multiplier.directive.d.ts +10 -10
  23. package/lib/base/directives/element-multiplier.directive.module.d.ts +8 -8
  24. package/lib/base/directives/file-drop.directive.d.ts +11 -11
  25. package/lib/base/directives/file-drop.directive.module.d.ts +8 -8
  26. package/lib/base/directives/min-max.directive.d.ts +20 -20
  27. package/lib/base/directives/min-max.directive.module.d.ts +8 -8
  28. package/lib/base/directives/number-border.directive.d.ts +13 -13
  29. package/lib/base/directives/number-border.directive.module.d.ts +8 -8
  30. package/lib/base/directives/paginator.directive.d.ts +36 -36
  31. package/lib/base/directives/paginator.directive.module.d.ts +8 -8
  32. package/lib/base/directives/show-on-truncated.directive.d.ts +11 -11
  33. package/lib/base/directives/show-on-truncated.directive.module.d.ts +8 -8
  34. package/lib/base/directives/time-mask.directive.d.ts +15 -15
  35. package/lib/base/directives/time-mask.directive.module.d.ts +8 -8
  36. package/lib/base/directives/time-range.directive.d.ts +15 -15
  37. package/lib/base/directives/time-range.directive.module.d.ts +8 -8
  38. package/lib/base/directives/tooltip-if-truncated.directive.d.ts +12 -12
  39. package/lib/base/directives/tooltip-if-truncated.directive.module.d.ts +8 -8
  40. package/lib/base/directives/uppercase-mask.directive.d.ts +9 -9
  41. package/lib/base/directives/uppercase-mask.directive.module.d.ts +8 -8
  42. package/lib/base/element-base.d.ts +38 -38
  43. package/lib/base/element-wrapper/element-wrapper.component.d.ts +19 -19
  44. package/lib/base/element-wrapper/element-wrapper.module.d.ts +17 -17
  45. package/lib/base/models/bread-crumb.models.d.ts +5 -5
  46. package/lib/base/models/ecabs-date-picker-translations.models.d.ts +19 -19
  47. package/lib/base/models/element.models.d.ts +30 -30
  48. package/lib/base/models/header.models.d.ts +7 -7
  49. package/lib/base/models/select.models.d.ts +5 -5
  50. package/lib/base/models/sidebar.models.d.ts +17 -17
  51. package/lib/base/models/slider.models.d.ts +6 -6
  52. package/lib/base/models/timepicker.models.d.ts +6 -6
  53. package/lib/base/models/user-claim.models.d.ts +5 -5
  54. package/lib/base/models/validation.models.d.ts +7 -7
  55. package/lib/base/pipes/pipes.module.d.ts +8 -8
  56. package/lib/base/pipes/truncate.pipe.d.ts +7 -7
  57. package/lib/base/services/ecabs-components.service.d.ts +32 -32
  58. package/lib/base/services/ecabs-date-picker-translations.service.d.ts +12 -12
  59. package/lib/base/services/header.service.d.ts +11 -11
  60. package/lib/base/services/unsubscribe.service.d.ts +10 -10
  61. package/lib/base/utils/menu-utils.d.ts +2 -2
  62. package/lib/base/utils/object-utils.d.ts +9 -9
  63. package/lib/base/validation/validation.component.d.ts +26 -26
  64. package/lib/base/validation/validation.module.d.ts +10 -10
  65. package/lib/ecabs-active-status-filter/ecabs-active-status-filter.component.d.ts +14 -14
  66. package/lib/ecabs-active-status-filter/ecabs-active-status-filter.module.d.ts +10 -10
  67. package/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.d.ts +7 -7
  68. package/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.d.ts +10 -10
  69. package/lib/ecabs-buttons/ecabs-buttons.component.d.ts +19 -19
  70. package/lib/ecabs-buttons/ecabs-buttons.module.d.ts +11 -11
  71. package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.d.ts +32 -32
  72. package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.d.ts +12 -12
  73. package/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.d.ts +9 -9
  74. package/lib/ecabs-date-picker/ecabs-date-picker.component.d.ts +41 -41
  75. package/lib/ecabs-date-picker/ecabs-date-picker.module.d.ts +17 -17
  76. package/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.component.d.ts +9 -9
  77. package/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.module.d.ts +10 -10
  78. package/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.d.ts +9 -9
  79. package/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.d.ts +53 -53
  80. package/lib/ecabs-date-range-picker/ecabs-date-range-picker.module.d.ts +32 -32
  81. package/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.d.ts +9 -9
  82. package/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.d.ts +62 -62
  83. package/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.d.ts +20 -20
  84. package/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.d.ts +9 -9
  85. package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.d.ts +68 -68
  86. package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.d.ts +21 -21
  87. package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.d.ts +44 -44
  88. package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.d.ts +11 -11
  89. package/lib/ecabs-dialog-message/ecabs-dialog-message.component.d.ts +29 -29
  90. package/lib/ecabs-dialog-message/ecabs-dialog-message.module.d.ts +11 -11
  91. package/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.d.ts +15 -15
  92. package/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.d.ts +9 -9
  93. package/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.d.ts +29 -29
  94. package/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.d.ts +14 -14
  95. package/lib/ecabs-header/ecabs-header.component.d.ts +25 -25
  96. package/lib/ecabs-header/ecabs-header.module.d.ts +11 -11
  97. package/lib/ecabs-hint/ecabs-hint.component.d.ts +8 -8
  98. package/lib/ecabs-hint/ecabs-hint.module.d.ts +8 -8
  99. package/lib/ecabs-increment/ecabs-increment.component.d.ts +26 -26
  100. package/lib/ecabs-increment/ecabs-increment.module.d.ts +13 -13
  101. package/lib/ecabs-input/ecabs-input.component.d.ts +30 -30
  102. package/lib/ecabs-input/ecabs-input.module.d.ts +13 -13
  103. package/lib/ecabs-language-selector/ecabs-language-selector.component.d.ts +19 -19
  104. package/lib/ecabs-language-selector/ecabs-language-selector.module.d.ts +11 -11
  105. package/lib/ecabs-loading/ecabs-loading.component.d.ts +8 -8
  106. package/lib/ecabs-loading/ecabs-loading.module.d.ts +9 -9
  107. package/lib/ecabs-loading/spinner/spinner.component.d.ts +6 -6
  108. package/lib/ecabs-logo/ecabs-logo.component.d.ts +9 -9
  109. package/lib/ecabs-logo/ecabs-logo.module.d.ts +8 -8
  110. package/lib/ecabs-menu-items/ecabs-menu-items.component.d.ts +28 -28
  111. package/lib/ecabs-menu-items/ecabs-menu-items.module.d.ts +11 -11
  112. package/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.component.d.ts +49 -49
  113. package/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.module.d.ts +17 -17
  114. package/lib/ecabs-note/ecabs-note.component.d.ts +7 -7
  115. package/lib/ecabs-note/ecabs-note.module.d.ts +9 -9
  116. package/lib/ecabs-phone/ecabs-phone.component.d.ts +43 -42
  117. package/lib/ecabs-phone/ecabs-phone.module.d.ts +11 -12
  118. package/lib/ecabs-picker-header/ecabs-picker-header.component.d.ts +25 -25
  119. package/lib/ecabs-picker-header/ecabs-picker-header.module.d.ts +12 -12
  120. package/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.component.d.ts +40 -41
  121. package/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.module.d.ts +11 -11
  122. package/lib/ecabs-profile/ecabs-profile.component.d.ts +13 -13
  123. package/lib/ecabs-profile/ecabs-profile.module.d.ts +9 -9
  124. package/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.d.ts +23 -23
  125. package/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.d.ts +11 -11
  126. package/lib/ecabs-select/ecabs-select.component.d.ts +71 -71
  127. package/lib/ecabs-select/ecabs-select.module.d.ts +16 -16
  128. package/lib/ecabs-select-v2/ecabs-select-v2.component.d.ts +58 -59
  129. package/lib/ecabs-select-v2/ecabs-select-v2.module.d.ts +15 -15
  130. package/lib/ecabs-sidebar/ecabs-sidebar.component.d.ts +17 -17
  131. package/lib/ecabs-sidebar/ecabs-sidebar.module.d.ts +14 -14
  132. package/lib/ecabs-slider/ecabs-slider.component.d.ts +32 -32
  133. package/lib/ecabs-slider/ecabs-slider.module.d.ts +11 -11
  134. package/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.d.ts +8 -8
  135. package/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.d.ts +9 -9
  136. package/lib/ecabs-table/ecabs-table.component.d.ts +18 -18
  137. package/lib/ecabs-table/ecabs-table.module.d.ts +12 -12
  138. package/lib/ecabs-textarea/ecabs-textarea.component.d.ts +20 -20
  139. package/lib/ecabs-textarea/ecabs-textarea.module.d.ts +10 -10
  140. package/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.d.ts +42 -42
  141. package/lib/ecabs-timepicker/config.model.d.ts +5 -5
  142. package/lib/ecabs-timepicker/ecabs-timepicker.component.d.ts +59 -59
  143. package/lib/ecabs-timepicker/ecabs-timepicker.module.d.ts +12 -12
  144. package/lib/ecabs-timepicker/ecabs-timepicker.service.d.ts +12 -12
  145. package/lib/ecabs-validation/ecabs-validation.component.d.ts +10 -10
  146. package/lib/ecabs-validation/ecabs-validation.module.d.ts +9 -9
  147. package/package.json +18 -20
  148. package/public-api.d.ts +125 -125
  149. package/src/assets/styles/material/_theme.scss +10 -11
  150. package/src/assets/styles/material/overrides/_dialog.scss +1 -0
  151. package/src/assets/styles/material/overrides/_expansion.scss +0 -1
  152. package/src/assets/styles/material/overrides/_phone.scss +21 -15
  153. package/src/assets/styles/material/overrides/_toggle.scss +2 -26
  154. package/src/assets/styles/scss/modules/_phone.scss +16 -10
  155. package/src/assets/styles/tailwind/index.scss +1 -1
  156. package/esm2022/ecabs-components.mjs +0 -5
  157. package/esm2022/lib/base/consts/buttons.consts.mjs +0 -2
  158. package/esm2022/lib/base/consts/date-mask.consts.mjs +0 -76
  159. package/esm2022/lib/base/consts/error-messages.consts.mjs +0 -95
  160. package/esm2022/lib/base/consts/images.consts.mjs +0 -3
  161. package/esm2022/lib/base/consts/translations.consts.mjs +0 -5
  162. package/esm2022/lib/base/directives/attach-embedded-view.directive.mjs +0 -23
  163. package/esm2022/lib/base/directives/attach-embedded-view.directive.module.mjs +0 -18
  164. package/esm2022/lib/base/directives/check-permissions.directive.mjs +0 -36
  165. package/esm2022/lib/base/directives/check-permissions.directive.module.mjs +0 -18
  166. package/esm2022/lib/base/directives/date-mask.directive.mjs +0 -105
  167. package/esm2022/lib/base/directives/date-mask.directive.module.mjs +0 -18
  168. package/esm2022/lib/base/directives/digits-only.directive.mjs +0 -142
  169. package/esm2022/lib/base/directives/digits-only.directive.module.mjs +0 -18
  170. package/esm2022/lib/base/directives/dom-observer.directive.mjs +0 -32
  171. package/esm2022/lib/base/directives/dom-observer.directive.module.mjs +0 -18
  172. package/esm2022/lib/base/directives/dynamic-bg-color.directive.mjs +0 -40
  173. package/esm2022/lib/base/directives/dynamic-bg-color.directive.module.mjs +0 -18
  174. package/esm2022/lib/base/directives/element-multiplier.directive.mjs +0 -26
  175. package/esm2022/lib/base/directives/element-multiplier.directive.module.mjs +0 -18
  176. package/esm2022/lib/base/directives/file-drop.directive.mjs +0 -42
  177. package/esm2022/lib/base/directives/file-drop.directive.module.mjs +0 -18
  178. package/esm2022/lib/base/directives/min-max.directive.mjs +0 -68
  179. package/esm2022/lib/base/directives/min-max.directive.module.mjs +0 -18
  180. package/esm2022/lib/base/directives/number-border.directive.mjs +0 -59
  181. package/esm2022/lib/base/directives/number-border.directive.module.mjs +0 -18
  182. package/esm2022/lib/base/directives/paginator.directive.mjs +0 -157
  183. package/esm2022/lib/base/directives/paginator.directive.module.mjs +0 -18
  184. package/esm2022/lib/base/directives/show-on-truncated.directive.mjs +0 -26
  185. package/esm2022/lib/base/directives/show-on-truncated.directive.module.mjs +0 -18
  186. package/esm2022/lib/base/directives/time-mask.directive.mjs +0 -61
  187. package/esm2022/lib/base/directives/time-mask.directive.module.mjs +0 -18
  188. package/esm2022/lib/base/directives/time-range.directive.mjs +0 -61
  189. package/esm2022/lib/base/directives/time-range.directive.module.mjs +0 -18
  190. package/esm2022/lib/base/directives/tooltip-if-truncated.directive.mjs +0 -32
  191. package/esm2022/lib/base/directives/tooltip-if-truncated.directive.module.mjs +0 -18
  192. package/esm2022/lib/base/directives/uppercase-mask.directive.mjs +0 -26
  193. package/esm2022/lib/base/directives/uppercase-mask.directive.module.mjs +0 -18
  194. package/esm2022/lib/base/element-base.mjs +0 -151
  195. package/esm2022/lib/base/element-wrapper/element-wrapper.component.mjs +0 -56
  196. package/esm2022/lib/base/element-wrapper/element-wrapper.module.mjs +0 -80
  197. package/esm2022/lib/base/models/bread-crumb.models.mjs +0 -2
  198. package/esm2022/lib/base/models/ecabs-date-picker-translations.models.mjs +0 -2
  199. package/esm2022/lib/base/models/element.models.mjs +0 -2
  200. package/esm2022/lib/base/models/header.models.mjs +0 -2
  201. package/esm2022/lib/base/models/select.models.mjs +0 -2
  202. package/esm2022/lib/base/models/sidebar.models.mjs +0 -2
  203. package/esm2022/lib/base/models/slider.models.mjs +0 -2
  204. package/esm2022/lib/base/models/timepicker.models.mjs +0 -2
  205. package/esm2022/lib/base/models/user-claim.models.mjs +0 -2
  206. package/esm2022/lib/base/models/validation.models.mjs +0 -2
  207. package/esm2022/lib/base/pipes/pipes.module.mjs +0 -18
  208. package/esm2022/lib/base/pipes/truncate.pipe.mjs +0 -19
  209. package/esm2022/lib/base/services/ecabs-components.service.mjs +0 -77
  210. package/esm2022/lib/base/services/ecabs-date-picker-translations.service.mjs +0 -40
  211. package/esm2022/lib/base/services/header.service.mjs +0 -23
  212. package/esm2022/lib/base/services/unsubscribe.service.mjs +0 -25
  213. package/esm2022/lib/base/utils/menu-utils.mjs +0 -18
  214. package/esm2022/lib/base/utils/object-utils.mjs +0 -70
  215. package/esm2022/lib/base/validation/validation.component.mjs +0 -87
  216. package/esm2022/lib/base/validation/validation.module.mjs +0 -20
  217. package/esm2022/lib/ecabs-active-status-filter/ecabs-active-status-filter.component.mjs +0 -29
  218. package/esm2022/lib/ecabs-active-status-filter/ecabs-active-status-filter.module.mjs +0 -20
  219. package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.mjs +0 -17
  220. package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.mjs +0 -20
  221. package/esm2022/lib/ecabs-buttons/ecabs-buttons.component.mjs +0 -62
  222. package/esm2022/lib/ecabs-buttons/ecabs-buttons.module.mjs +0 -21
  223. package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +0 -115
  224. package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.mjs +0 -36
  225. package/esm2022/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.mjs +0 -21
  226. package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +0 -146
  227. package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +0 -56
  228. package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.component.mjs +0 -22
  229. package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.module.mjs +0 -20
  230. package/esm2022/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.mjs +0 -21
  231. package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.mjs +0 -143
  232. package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.module.mjs +0 -87
  233. package/esm2022/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.mjs +0 -21
  234. package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +0 -231
  235. package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +0 -72
  236. package/esm2022/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.mjs +0 -21
  237. package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +0 -250
  238. package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.mjs +0 -80
  239. package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +0 -77
  240. package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +0 -20
  241. package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +0 -60
  242. package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +0 -20
  243. package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.mjs +0 -30
  244. package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.mjs +0 -19
  245. package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +0 -90
  246. package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +0 -44
  247. package/esm2022/lib/ecabs-header/ecabs-header.component.mjs +0 -59
  248. package/esm2022/lib/ecabs-header/ecabs-header.module.mjs +0 -32
  249. package/esm2022/lib/ecabs-hint/ecabs-hint.component.mjs +0 -21
  250. package/esm2022/lib/ecabs-hint/ecabs-hint.module.mjs +0 -18
  251. package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +0 -83
  252. package/esm2022/lib/ecabs-increment/ecabs-increment.module.mjs +0 -40
  253. package/esm2022/lib/ecabs-input/ecabs-input.component.mjs +0 -106
  254. package/esm2022/lib/ecabs-input/ecabs-input.module.mjs +0 -40
  255. package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +0 -64
  256. package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +0 -35
  257. package/esm2022/lib/ecabs-loading/ecabs-loading.component.mjs +0 -22
  258. package/esm2022/lib/ecabs-loading/ecabs-loading.module.mjs +0 -19
  259. package/esm2022/lib/ecabs-loading/spinner/spinner.component.mjs +0 -14
  260. package/esm2022/lib/ecabs-logo/ecabs-logo.component.mjs +0 -24
  261. package/esm2022/lib/ecabs-logo/ecabs-logo.module.mjs +0 -18
  262. package/esm2022/lib/ecabs-menu-items/ecabs-menu-items.component.mjs +0 -134
  263. package/esm2022/lib/ecabs-menu-items/ecabs-menu-items.module.mjs +0 -33
  264. package/esm2022/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.component.mjs +0 -180
  265. package/esm2022/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.module.mjs +0 -59
  266. package/esm2022/lib/ecabs-note/ecabs-note.component.mjs +0 -28
  267. package/esm2022/lib/ecabs-note/ecabs-note.module.mjs +0 -19
  268. package/esm2022/lib/ecabs-phone/ecabs-phone.component.mjs +0 -149
  269. package/esm2022/lib/ecabs-phone/ecabs-phone.module.mjs +0 -39
  270. package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +0 -73
  271. package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +0 -36
  272. package/esm2022/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.component.mjs +0 -133
  273. package/esm2022/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.module.mjs +0 -21
  274. package/esm2022/lib/ecabs-profile/ecabs-profile.component.mjs +0 -39
  275. package/esm2022/lib/ecabs-profile/ecabs-profile.module.mjs +0 -19
  276. package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.mjs +0 -71
  277. package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.mjs +0 -21
  278. package/esm2022/lib/ecabs-select/ecabs-select.component.mjs +0 -355
  279. package/esm2022/lib/ecabs-select/ecabs-select.module.mjs +0 -64
  280. package/esm2022/lib/ecabs-select-v2/ecabs-select-v2.component.mjs +0 -219
  281. package/esm2022/lib/ecabs-select-v2/ecabs-select-v2.module.mjs +0 -51
  282. package/esm2022/lib/ecabs-sidebar/ecabs-sidebar.component.mjs +0 -43
  283. package/esm2022/lib/ecabs-sidebar/ecabs-sidebar.module.mjs +0 -43
  284. package/esm2022/lib/ecabs-slider/ecabs-slider.component.mjs +0 -117
  285. package/esm2022/lib/ecabs-slider/ecabs-slider.module.mjs +0 -35
  286. package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.mjs +0 -19
  287. package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.mjs +0 -19
  288. package/esm2022/lib/ecabs-table/ecabs-table.component.mjs +0 -48
  289. package/esm2022/lib/ecabs-table/ecabs-table.module.mjs +0 -33
  290. package/esm2022/lib/ecabs-textarea/ecabs-textarea.component.mjs +0 -65
  291. package/esm2022/lib/ecabs-textarea/ecabs-textarea.module.mjs +0 -20
  292. package/esm2022/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.mjs +0 -165
  293. package/esm2022/lib/ecabs-timepicker/config.model.mjs +0 -2
  294. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.component.mjs +0 -299
  295. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.module.mjs +0 -33
  296. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.service.mjs +0 -29
  297. package/esm2022/lib/ecabs-validation/ecabs-validation.component.mjs +0 -22
  298. package/esm2022/lib/ecabs-validation/ecabs-validation.module.mjs +0 -19
  299. package/esm2022/public-api.mjs +0 -126
@@ -1,17 +1,17 @@
1
- export interface SidebarMenuItem {
2
- title: string;
3
- icon?: string;
4
- url?: string;
5
- expand?: boolean;
6
- subItems?: SidebarMenuItem[];
7
- permissions?: PermissionValueEnum<string>[];
8
- iconResource?: SidebarIconResource;
9
- }
10
- type PermissionValueEnum<T extends string> = {
11
- values: Record<T, string>;
12
- };
13
- export interface SidebarIconResource {
14
- path: string;
15
- name: string;
16
- }
17
- export {};
1
+ export interface SidebarMenuItem {
2
+ title: string;
3
+ icon?: string;
4
+ url?: string;
5
+ expand?: boolean;
6
+ subItems?: SidebarMenuItem[];
7
+ permissions?: PermissionValueEnum<string>[];
8
+ iconResource?: SidebarIconResource;
9
+ }
10
+ type PermissionValueEnum<T extends string> = {
11
+ values: Record<T, string>;
12
+ };
13
+ export interface SidebarIconResource {
14
+ path: string;
15
+ name: string;
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
- export interface PointsConfigSlider {
2
- floor: number;
3
- ceil: number;
4
- step: number;
5
- tickStep: number;
6
- }
1
+ export interface PointsConfigSlider {
2
+ floor: number;
3
+ ceil: number;
4
+ step: number;
5
+ tickStep: number;
6
+ }
@@ -1,6 +1,6 @@
1
- export type ListPlacement = 'bottom' | 'top' | 'auto';
2
- export interface ListPosition {
3
- left?: number;
4
- top?: number;
5
- width?: number;
6
- }
1
+ export type ListPlacement = 'bottom' | 'top' | 'auto';
2
+ export interface ListPosition {
3
+ left?: number;
4
+ top?: number;
5
+ width?: number;
6
+ }
@@ -1,5 +1,5 @@
1
- export interface UserClaim {
2
- claim: string;
3
- operation: string;
4
- resource: string;
5
- }
1
+ export interface UserClaim {
2
+ claim: string;
3
+ operation: string;
4
+ resource: string;
5
+ }
@@ -1,7 +1,7 @@
1
- export interface FormControlValidation {
2
- controlName: string;
3
- errors: {
4
- type: string;
5
- message: string;
6
- }[];
7
- }
1
+ export interface FormControlValidation {
2
+ controlName: string;
3
+ errors: {
4
+ type: string;
5
+ message: string;
6
+ }[];
7
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./truncate.pipe";
3
- import * as i2 from "@angular/common";
4
- export declare class EcabsPipesModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsPipesModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsPipesModule, [typeof i1.EcabsTruncatePipe], [typeof i2.CommonModule], [typeof i1.EcabsTruncatePipe]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsPipesModule>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./truncate.pipe";
3
+ import * as i2 from "@angular/common";
4
+ export declare class EcabsPipesModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsPipesModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsPipesModule, [typeof i1.EcabsTruncatePipe], [typeof i2.CommonModule], [typeof i1.EcabsTruncatePipe]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsPipesModule>;
8
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class EcabsTruncatePipe implements PipeTransform {
4
- transform(value: string, limit?: number, trimAtWords?: boolean, trail?: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTruncatePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<EcabsTruncatePipe, "truncate", false>;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class EcabsTruncatePipe implements PipeTransform {
4
+ transform(value: string, limit?: number, trimAtWords?: boolean, trail?: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTruncatePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<EcabsTruncatePipe, "truncate", false>;
7
+ }
@@ -1,32 +1,32 @@
1
- import { Observable } from 'rxjs';
2
- import { UserClaim } from '../models/user-claim.models';
3
- import * as i0 from "@angular/core";
4
- export declare class EcabsComponentsService {
5
- defaultConfig: EcabsComponentsConfig;
6
- private _config;
7
- setConfig(config: EcabsComponentsConfig): void;
8
- getConfig(): Observable<EcabsComponentsConfig>;
9
- updateConfig(configUpdate: EcabsComponentsConfig): void;
10
- hasClaim(allowedClaims?: string[]): boolean;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsComponentsService, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<EcabsComponentsService>;
13
- }
14
- export interface EcabsComponentsConfig {
15
- defaultCountries?: string[];
16
- errorMessages?: ErrorMessage[];
17
- i18n?: Ecabsi18n;
18
- claims?: UserClaim[];
19
- }
20
- export interface ErrorMessage {
21
- type: string;
22
- message?: string;
23
- }
24
- export interface Ecabsi18n {
25
- cancelLabel?: string;
26
- confirmLabel?: string;
27
- }
28
- export declare class GenericComponentConfig implements EcabsComponentsConfig {
29
- defaultCountries: string[];
30
- errorMessages: ErrorMessage[];
31
- i18n: Ecabsi18n;
32
- }
1
+ import { Observable } from 'rxjs';
2
+ import { UserClaim } from '../models/user-claim.models';
3
+ import * as i0 from "@angular/core";
4
+ export declare class EcabsComponentsService {
5
+ defaultConfig: EcabsComponentsConfig;
6
+ private _config;
7
+ setConfig(config: EcabsComponentsConfig): void;
8
+ getConfig(): Observable<EcabsComponentsConfig>;
9
+ updateConfig(configUpdate: EcabsComponentsConfig): void;
10
+ hasClaim(allowedClaims?: string[]): boolean;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsComponentsService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<EcabsComponentsService>;
13
+ }
14
+ export interface EcabsComponentsConfig {
15
+ defaultCountries?: string[];
16
+ errorMessages?: ErrorMessage[];
17
+ i18n?: Ecabsi18n;
18
+ claims?: UserClaim[];
19
+ }
20
+ export interface ErrorMessage {
21
+ type: string;
22
+ message?: string;
23
+ }
24
+ export interface Ecabsi18n {
25
+ cancelLabel?: string;
26
+ confirmLabel?: string;
27
+ }
28
+ export declare class GenericComponentConfig implements EcabsComponentsConfig {
29
+ defaultCountries: string[];
30
+ errorMessages: ErrorMessage[];
31
+ i18n: Ecabsi18n;
32
+ }
@@ -1,12 +1,12 @@
1
- import { Observable } from 'rxjs';
2
- import { EcabsDatePickerTranslations } from '../models/ecabs-date-picker-translations.models';
3
- import * as i0 from "@angular/core";
4
- export declare class EcabsDatePickerHeaderService {
5
- private defaultTranslations;
6
- private _config;
7
- setConfig(config: EcabsDatePickerTranslations): void;
8
- getConfig(): Observable<EcabsDatePickerTranslations>;
9
- updateConfig(configUpdate: EcabsDatePickerTranslations): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerHeaderService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<EcabsDatePickerHeaderService>;
12
- }
1
+ import { Observable } from 'rxjs';
2
+ import { EcabsDatePickerTranslations } from '../models/ecabs-date-picker-translations.models';
3
+ import * as i0 from "@angular/core";
4
+ export declare class EcabsDatePickerHeaderService {
5
+ private defaultTranslations;
6
+ private _config;
7
+ setConfig(config: EcabsDatePickerTranslations): void;
8
+ getConfig(): Observable<EcabsDatePickerTranslations>;
9
+ updateConfig(configUpdate: EcabsDatePickerTranslations): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerHeaderService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<EcabsDatePickerHeaderService>;
12
+ }
@@ -1,11 +1,11 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { Observable, Subject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class HeaderService {
5
- _template: Subject<TemplateRef<any>>;
6
- template$: Observable<TemplateRef<any>>;
7
- setHeaderTemplate(ref: TemplateRef<any>): void;
8
- getHeaderTemplate(): Observable<TemplateRef<any>>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<HeaderService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<HeaderService>;
11
- }
1
+ import { TemplateRef } from '@angular/core';
2
+ import { Observable, Subject } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class HeaderService {
5
+ _template: Subject<TemplateRef<any>>;
6
+ template$: Observable<TemplateRef<any>>;
7
+ setHeaderTemplate(ref: TemplateRef<any>): void;
8
+ getHeaderTemplate(): Observable<TemplateRef<any>>;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeaderService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<HeaderService>;
11
+ }
@@ -1,10 +1,10 @@
1
- import { Subject } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- export declare class UnsubscribeService {
4
- private issued;
5
- private unsubscribe$;
6
- subscription(): Subject<void>;
7
- destroy(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<UnsubscribeService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<UnsubscribeService>;
10
- }
1
+ import { Subject } from 'rxjs';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UnsubscribeService {
4
+ private issued;
5
+ private unsubscribe$;
6
+ subscription(): Subject<void>;
7
+ destroy(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<UnsubscribeService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<UnsubscribeService>;
10
+ }
@@ -1,2 +1,2 @@
1
- import { SidebarMenuItem } from '../models/sidebar.models';
2
- export declare function matchMenuToUrl(url: string, menu: SidebarMenuItem[]): SidebarMenuItem;
1
+ import { SidebarMenuItem } from '../models/sidebar.models';
2
+ export declare function matchMenuToUrl(url: string, menu: SidebarMenuItem[]): SidebarMenuItem;
@@ -1,9 +1,9 @@
1
- export interface Sorter<T> {
2
- property: Extract<keyof T, string | number | Date>;
3
- isDescending: boolean;
4
- dataType?: 'string' | 'number' | 'date';
5
- }
6
- export declare const sortGeneric: <T>(objX: T, objY: T, sortParams: Sorter<T>) => number;
7
- export declare const removeNullUndefineds: <T>(obj: any, exceptProperties?: string[]) => T;
8
- export declare const removeEmpty: <T>(o: any, exceptProperties?: string[]) => T;
9
- export declare const mergeUniqueByKey: <T>(arr: T[], key?: keyof T) => T[];
1
+ export interface Sorter<T> {
2
+ property: Extract<keyof T, string | number | Date>;
3
+ isDescending: boolean;
4
+ dataType?: 'string' | 'number' | 'date';
5
+ }
6
+ export declare const sortGeneric: <T>(objX: T, objY: T, sortParams: Sorter<T>) => number;
7
+ export declare const removeNullUndefineds: <T>(obj: any, exceptProperties?: string[]) => T;
8
+ export declare const removeEmpty: <T>(o: any, exceptProperties?: string[]) => T;
9
+ export declare const mergeUniqueByKey: <T>(arr: T[], key?: keyof T) => T[];
@@ -1,26 +1,26 @@
1
- import { OnInit, OnChanges, SimpleChanges, OnDestroy } 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, OnDestroy {
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
- private configSubscription;
16
- get messages(): any;
17
- set messages(m: any);
18
- constructor(ecabsService: EcabsComponentsService);
19
- ngOnInit(): void;
20
- ngOnChanges(changes: SimpleChanges): void;
21
- ngOnDestroy(): void;
22
- replaceTokens(message: string): string;
23
- getMessageDetail(key: any): string;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ValidationComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<ValidationComponent, "ecabs-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>;
26
- }
1
+ import { OnInit, OnChanges, SimpleChanges, OnDestroy } 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, OnDestroy {
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
+ private configSubscription;
16
+ get messages(): any;
17
+ set messages(m: any);
18
+ constructor(ecabsService: EcabsComponentsService);
19
+ ngOnInit(): void;
20
+ ngOnChanges(changes: SimpleChanges): void;
21
+ ngOnDestroy(): void;
22
+ replaceTokens(message: string): string;
23
+ getMessageDetail(key: any): string;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValidationComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<ValidationComponent, "ecabs-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>;
26
+ }
@@ -1,10 +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/form-field";
6
- export declare class EcabsValidationModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsValidationModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsValidationModule, [typeof i1.ValidationComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatFormFieldModule], [typeof i1.ValidationComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsValidationModule>;
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/form-field";
6
+ export declare class EcabsValidationModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsValidationModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsValidationModule, [typeof i1.ValidationComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatFormFieldModule], [typeof i1.ValidationComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsValidationModule>;
10
+ }
@@ -1,14 +1,14 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class EcabsActiveStatusFilterComponent {
4
- statuses: {
5
- text: string;
6
- value: boolean;
7
- }[];
8
- initialStatus: boolean;
9
- readonly statusChange: EventEmitter<boolean>;
10
- onFilter(currFilter: boolean): void;
11
- checkSelectableStatus(status: boolean): boolean;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsActiveStatusFilterComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsActiveStatusFilterComponent, "ecabs-active-status-filter", never, { "statuses": { "alias": "statuses"; "required": false; }; "initialStatus": { "alias": "initialStatus"; "required": false; }; }, { "statusChange": "statusChange"; }, never, never, false, never>;
14
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class EcabsActiveStatusFilterComponent {
4
+ statuses: {
5
+ text: string;
6
+ value: boolean;
7
+ }[];
8
+ initialStatus: boolean;
9
+ readonly statusChange: EventEmitter<boolean>;
10
+ onFilter(currFilter: boolean): void;
11
+ checkSelectableStatus(status: boolean): boolean;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsActiveStatusFilterComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsActiveStatusFilterComponent, "ecabs-active-status-filter", never, { "statuses": { "alias": "statuses"; "required": false; }; "initialStatus": { "alias": "initialStatus"; "required": false; }; }, { "statusChange": "statusChange"; }, never, never, false, never>;
14
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ecabs-active-status-filter.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/chips";
5
- import * as i4 from "@angular/material/icon";
6
- export declare class EcabsActiveStatusFilterModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsActiveStatusFilterModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsActiveStatusFilterModule, [typeof i1.EcabsActiveStatusFilterComponent], [typeof i2.CommonModule, typeof i3.MatChipsModule, typeof i4.MatIconModule], [typeof i1.EcabsActiveStatusFilterComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsActiveStatusFilterModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-active-status-filter.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/chips";
5
+ import * as i4 from "@angular/material/icon";
6
+ export declare class EcabsActiveStatusFilterModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsActiveStatusFilterModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsActiveStatusFilterModule, [typeof i1.EcabsActiveStatusFilterComponent], [typeof i2.CommonModule, typeof i3.MatChipsModule, typeof i4.MatIconModule], [typeof i1.EcabsActiveStatusFilterComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsActiveStatusFilterModule>;
10
+ }
@@ -1,7 +1,7 @@
1
- import { Breadcrumb } from '../base/models/bread-crumb.models';
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
- }
1
+ import { Breadcrumb } from '../base/models/bread-crumb.models';
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
+ }
@@ -1,10 +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
- }
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
+ }
@@ -1,19 +1,19 @@
1
- import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
- import { ThemePalette } from '@angular/material/core';
3
- import { ButtonStyle } from '../base/consts/buttons.consts';
4
- import * as i0 from "@angular/core";
5
- export declare class ButtonsComponent implements OnInit, OnChanges {
6
- disabled: boolean;
7
- loading: boolean;
8
- size: 'default' | 'large';
9
- type: 'button' | 'submit';
10
- style: ButtonStyle;
11
- full: boolean;
12
- color: ThemePalette | 'success' | null;
13
- borderWidth: string;
14
- classAttr: string;
15
- ngOnInit(): void;
16
- ngOnChanges(changes: SimpleChanges): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ecabs-buttons", never, { "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "style": { "alias": "style"; "required": false; }; "full": { "alias": "full"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["mat-icon", "*"], false, never>;
19
- }
1
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ThemePalette } from '@angular/material/core';
3
+ import { ButtonStyle } from '../base/consts/buttons.consts';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ButtonsComponent implements OnInit, OnChanges {
6
+ disabled: boolean;
7
+ loading: boolean;
8
+ size: 'default' | 'large';
9
+ type: 'button' | 'submit';
10
+ style: ButtonStyle;
11
+ full: boolean;
12
+ color: ThemePalette | 'success' | null;
13
+ borderWidth: string;
14
+ classAttr: string;
15
+ ngOnInit(): void;
16
+ ngOnChanges(changes: SimpleChanges): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "ecabs-buttons", never, { "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "style": { "alias": "style"; "required": false; }; "full": { "alias": "full"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["mat-icon", "*"], false, never>;
19
+ }
@@ -1,11 +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/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.MatButtonModule, typeof i4.EcabsLoadingModule, typeof i5.MatIconModule], [typeof i1.ButtonsComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsButtonsModule>;
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/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.MatButtonModule, typeof i4.EcabsLoadingModule, typeof i5.MatIconModule], [typeof i1.ButtonsComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsButtonsModule>;
11
+ }
@@ -1,32 +1,32 @@
1
- import { AfterViewInit, DestroyRef, EventEmitter, Injector, OnChanges, SimpleChanges } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import EcabsElementBaseComponent from '../base/element-base';
4
- import * as i0 from "@angular/core";
5
- export declare class EcabsCheckboxToggleComponent extends EcabsElementBaseComponent implements ControlValueAccessor, AfterViewInit, OnChanges {
6
- private readonly injector;
7
- private readonly destroyRef;
8
- type: 'checkbox' | 'toggle';
9
- text: string;
10
- readonly label: string;
11
- labelPosition: 'before' | 'after';
12
- indeterminate: boolean;
13
- checked: boolean;
14
- click: EventEmitter<any>;
15
- changed: EventEmitter<any>;
16
- val: boolean;
17
- get value(): boolean;
18
- set value(val: boolean);
19
- constructor(injector: Injector, destroyRef: DestroyRef);
20
- onChange: any;
21
- onTouch: any;
22
- ngAfterViewInit(): void;
23
- ngOnChanges(changes: SimpleChanges): void;
24
- change(event: any): void;
25
- onClick($event: any): void;
26
- onBlur(): void;
27
- writeValue(value: any): void;
28
- registerOnChange(fn: any): void;
29
- registerOnTouched(fn: any): void;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsCheckboxToggleComponent, "ecabs-checkbox", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "label": { "alias": "label"; "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>;
32
- }
1
+ import { AfterViewInit, DestroyRef, EventEmitter, Injector, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import EcabsElementBaseComponent from '../base/element-base';
4
+ import * as i0 from "@angular/core";
5
+ export declare class EcabsCheckboxToggleComponent extends EcabsElementBaseComponent implements ControlValueAccessor, AfterViewInit, OnChanges {
6
+ private readonly injector;
7
+ private readonly destroyRef;
8
+ type: 'checkbox' | 'toggle';
9
+ text: string;
10
+ readonly label: string;
11
+ labelPosition: 'before' | 'after';
12
+ indeterminate: boolean;
13
+ checked: boolean;
14
+ click: EventEmitter<any>;
15
+ changed: EventEmitter<any>;
16
+ val: boolean;
17
+ get value(): boolean;
18
+ set value(val: boolean);
19
+ constructor(injector: Injector, destroyRef: DestroyRef);
20
+ onChange: any;
21
+ onTouch: any;
22
+ ngAfterViewInit(): void;
23
+ ngOnChanges(changes: SimpleChanges): void;
24
+ change(event: any): void;
25
+ onClick($event: any): void;
26
+ onBlur(): void;
27
+ writeValue(value: any): void;
28
+ registerOnChange(fn: any): void;
29
+ registerOnTouched(fn: any): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsCheckboxToggleComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsCheckboxToggleComponent, "ecabs-checkbox", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "label": { "alias": "label"; "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>;
32
+ }
@@ -1,12 +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/checkbox";
6
- import * as i5 from "@angular/material/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.MatCheckboxModule, typeof i5.MatSlideToggleModule, typeof i6.FormsModule], [typeof i1.EcabsCheckboxToggleComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<EcabsCheckboxToggleModule>;
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/checkbox";
6
+ import * as i5 from "@angular/material/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.MatCheckboxModule, typeof i5.MatSlideToggleModule, typeof i6.FormsModule], [typeof i1.EcabsCheckboxToggleComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsCheckboxToggleModule>;
12
+ }