@sumaris-net/ngx-components 2.6.8 → 3.0.0-rc1

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 (408) hide show
  1. package/esm2020/public_api.mjs +12 -6
  2. package/esm2020/src/app/admin/admin-routing.module.mjs +5 -5
  3. package/esm2020/src/app/admin/admin.module.mjs +5 -5
  4. package/esm2020/src/app/admin/services/person.service.mjs +4 -4
  5. package/esm2020/src/app/admin/services/validator/person.validator.mjs +4 -4
  6. package/esm2020/src/app/admin/users/users.mjs +5 -5
  7. package/esm2020/src/app/admin/users/users.module.mjs +5 -5
  8. package/esm2020/src/app/core/about/about.modal.mjs +4 -4
  9. package/esm2020/src/app/core/about/about.module.mjs +5 -5
  10. package/esm2020/src/app/core/account/account.module.mjs +5 -5
  11. package/esm2020/src/app/core/account/account.page.mjs +16 -18
  12. package/esm2020/src/app/core/account/new-token.modal.mjs +5 -5
  13. package/esm2020/src/app/core/account/token.table.mjs +5 -5
  14. package/esm2020/src/app/core/auth/auth.form.mjs +6 -5
  15. package/esm2020/src/app/core/auth/auth.modal.mjs +4 -4
  16. package/esm2020/src/app/core/auth/auth.module.mjs +5 -5
  17. package/esm2020/src/app/core/core.module.mjs +5 -5
  18. package/esm2020/src/app/core/core.testing.module.mjs +13 -6
  19. package/esm2020/src/app/core/form/buttons/form-buttons-bar.component.mjs +5 -5
  20. package/esm2020/src/app/core/form/buttons/form-buttons-bar.module.mjs +5 -5
  21. package/esm2020/src/app/core/form/entity/editor.class.mjs +7 -7
  22. package/esm2020/src/app/core/form/entity/entity-editor-modal.class.mjs +4 -4
  23. package/esm2020/src/app/core/form/entity/entity-editor.class.mjs +4 -4
  24. package/esm2020/src/app/core/form/entity/entity-metadata.component.mjs +4 -4
  25. package/esm2020/src/app/core/form/entity/entity.module.mjs +5 -5
  26. package/esm2020/src/app/core/form/form.class.mjs +4 -4
  27. package/esm2020/src/app/core/form/form.module.mjs +5 -5
  28. package/esm2020/src/app/core/form/list/list.form.mjs +4 -4
  29. package/esm2020/src/app/core/form/list/list.module.mjs +5 -5
  30. package/esm2020/src/app/core/form/properties/properties.form.mjs +6 -6
  31. package/esm2020/src/app/core/form/properties/properties.module.mjs +5 -5
  32. package/esm2020/src/app/core/form/properties/properties.table.mjs +9 -11
  33. package/esm2020/src/app/core/form/properties/property.validator.mjs +4 -4
  34. package/esm2020/src/app/core/form/properties/testing/properties-form.test.mjs +4 -4
  35. package/esm2020/src/app/core/form/properties/testing/properties-form.testing.module.mjs +5 -5
  36. package/esm2020/src/app/core/form/text-popover/testing/text-popover.testing.mjs +4 -4
  37. package/esm2020/src/app/core/form/text-popover/testing/text-popover.testing.module.mjs +5 -5
  38. package/esm2020/src/app/core/form/text-popover/text-form.component.mjs +7 -7
  39. package/esm2020/src/app/core/form/text-popover/text-popover.component.mjs +4 -4
  40. package/esm2020/src/app/core/form/text-popover/text-popover.module.mjs +5 -5
  41. package/esm2020/src/app/core/graphql/graphql.module.mjs +5 -5
  42. package/esm2020/src/app/core/graphql/graphql.service.mjs +4 -9
  43. package/esm2020/src/app/core/home/home.mjs +4 -4
  44. package/esm2020/src/app/core/home/home.module.mjs +5 -5
  45. package/esm2020/src/app/core/icon/icon.component.mjs +4 -4
  46. package/esm2020/src/app/core/icon/icon.module.mjs +5 -5
  47. package/esm2020/src/app/core/install/install-upgrade-card.component.mjs +4 -4
  48. package/esm2020/src/app/core/install/install-upgrade-card.module.mjs +5 -5
  49. package/esm2020/src/app/core/menu/menu.component.mjs +14 -13
  50. package/esm2020/src/app/core/menu/menu.model.mjs +1 -1
  51. package/esm2020/src/app/core/menu/menu.module.mjs +5 -5
  52. package/esm2020/src/app/core/menu/menu.service.mjs +4 -4
  53. package/esm2020/src/app/core/menu/sub-menu-tab.directive.mjs +4 -4
  54. package/esm2020/src/app/core/menu/testing/menu-other.testing.mjs +4 -4
  55. package/esm2020/src/app/core/menu/testing/menu.testing.mjs +4 -4
  56. package/esm2020/src/app/core/menu/testing/menu.testing.module.mjs +5 -5
  57. package/esm2020/src/app/core/offline/update-offline-mode-card.component.mjs +4 -4
  58. package/esm2020/src/app/core/offline/update-offline-mode-card.module.mjs +5 -5
  59. package/esm2020/src/app/core/peer/select-peer.modal.mjs +4 -4
  60. package/esm2020/src/app/core/peer/select-peer.module.mjs +5 -5
  61. package/esm2020/src/app/core/register/register-confirm.page.mjs +4 -4
  62. package/esm2020/src/app/core/register/register.form.mjs +5 -5
  63. package/esm2020/src/app/core/register/register.modal.mjs +4 -4
  64. package/esm2020/src/app/core/register/register.module.mjs +5 -5
  65. package/esm2020/src/app/core/services/account.service.mjs +23 -50
  66. package/esm2020/src/app/core/services/auth-guard.service.mjs +4 -4
  67. package/esm2020/src/app/core/services/base-entity-service.class.mjs +4 -4
  68. package/esm2020/src/app/core/services/base-graphql-service.class.mjs +4 -4
  69. package/esm2020/src/app/core/services/config/core.config.mjs +4 -4
  70. package/esm2020/src/app/core/services/config.service.mjs +4 -4
  71. package/esm2020/src/app/core/services/crypto.service.mjs +4 -4
  72. package/esm2020/src/app/core/services/local-settings.service.mjs +4 -4
  73. package/esm2020/src/app/core/services/network.service.mjs +4 -4
  74. package/esm2020/src/app/core/services/pipes/account.pipes.mjs +9 -9
  75. package/esm2020/src/app/core/services/pipes/department-to-string.pipe.mjs +5 -5
  76. package/esm2020/src/app/core/services/pipes/person-to-string.pipe.mjs +5 -5
  77. package/esm2020/src/app/core/services/pipes/usage-mode.pipes.mjs +9 -9
  78. package/esm2020/src/app/core/services/platform.service.mjs +10 -20
  79. package/esm2020/src/app/core/services/storage/entities-storage.service.mjs +4 -4
  80. package/esm2020/src/app/core/services/testing/referential.validator.mjs +4 -4
  81. package/esm2020/src/app/core/services/validator/account.validator.mjs +4 -4
  82. package/esm2020/src/app/core/services/validator/base.validator.class.mjs +4 -4
  83. package/esm2020/src/app/core/services/validator/local-settings.validator.mjs +4 -4
  84. package/esm2020/src/app/core/services/validator/user-settings.validator.mjs +4 -4
  85. package/esm2020/src/app/core/services/validator/user-token.validator.mjs +4 -4
  86. package/esm2020/src/app/core/settings/settings.module.mjs +5 -5
  87. package/esm2020/src/app/core/settings/settings.page.mjs +6 -6
  88. package/esm2020/src/app/core/table/actions-column.component.mjs +5 -5
  89. package/esm2020/src/app/core/table/async-table.class.mjs +4 -4
  90. package/esm2020/src/app/core/table/entities-async-table-datasource.class.mjs +4 -4
  91. package/esm2020/src/app/core/table/entities-table-datasource.class.mjs +4 -4
  92. package/esm2020/src/app/core/table/memory-table.class.mjs +4 -4
  93. package/esm2020/src/app/core/table/table-select-columns.component.mjs +5 -5
  94. package/esm2020/src/app/core/table/table.class.mjs +6 -6
  95. package/esm2020/src/app/core/table/table.module.mjs +5 -5
  96. package/esm2020/src/app/core/table/testing/table-validator.service.mjs +4 -4
  97. package/esm2020/src/app/core/table/testing/table.testing.mjs +27 -27
  98. package/esm2020/src/app/core/table/testing/table.testing.module.mjs +21 -9
  99. package/esm2020/src/app/core/table/testing/table2-validator.service.mjs +24 -0
  100. package/esm2020/src/app/core/table/testing/table2.testing.mjs +242 -0
  101. package/esm2020/src/app/shared/audio/audio.mjs +4 -4
  102. package/esm2020/src/app/shared/audio/audio.testing.mjs +4 -4
  103. package/esm2020/src/app/shared/audio/audio.testing.module.mjs +5 -5
  104. package/esm2020/src/app/shared/capacitor/keyboard.mjs +4 -4
  105. package/esm2020/src/app/shared/debug/debug.component.mjs +4 -4
  106. package/esm2020/src/app/shared/debug/debug.module.mjs +5 -5
  107. package/esm2020/src/app/shared/directives/autofocus.directive.mjs +4 -4
  108. package/esm2020/src/app/shared/directives/autotitle.directive.mjs +4 -4
  109. package/esm2020/src/app/shared/directives/directives.module.mjs +5 -5
  110. package/esm2020/src/app/shared/directives/drag-and-drop.directive.mjs +4 -4
  111. package/esm2020/src/app/shared/directives/ng-var.directive.mjs +4 -4
  112. package/esm2020/src/app/shared/directives/resizable/resizable.component.mjs +5 -4
  113. package/esm2020/src/app/shared/directives/resizable/resizable.directive.mjs +4 -4
  114. package/esm2020/src/app/shared/directives/resizable/resizable.module.mjs +5 -5
  115. package/esm2020/src/app/shared/file/file.service.mjs +4 -4
  116. package/esm2020/src/app/shared/form/field.component.mjs +8 -6
  117. package/esm2020/src/app/shared/form/field.model.mjs +1 -1
  118. package/esm2020/src/app/shared/form/loading-spinner.mjs +4 -4
  119. package/esm2020/src/app/shared/functions.mjs +4 -3
  120. package/esm2020/src/app/shared/gesture/gesture-config.mjs +4 -4
  121. package/esm2020/src/app/shared/guard/component-dirty.guard.mjs +4 -4
  122. package/esm2020/src/app/shared/help/help.modal.mjs +5 -5
  123. package/esm2020/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.mjs +4 -4
  124. package/esm2020/src/app/shared/hotkeys/hotkeys.service.mjs +9 -12
  125. package/esm2020/src/app/shared/hotkeys/shared-hotkeys.module.mjs +6 -6
  126. package/esm2020/src/app/shared/image/gallery/image-gallery.component.mjs +4 -4
  127. package/esm2020/src/app/shared/image/gallery/image-gallery.module.mjs +5 -5
  128. package/esm2020/src/app/shared/image/gallery/testing/gallery.service.testing.mjs +4 -4
  129. package/esm2020/src/app/shared/image/gallery/testing/gallery.testing.mjs +4 -4
  130. package/esm2020/src/app/shared/image/gallery/testing/gallery.testing.module.mjs +5 -5
  131. package/esm2020/src/app/shared/image/image.module.mjs +5 -5
  132. package/esm2020/src/app/shared/image/image.service.mjs +4 -4
  133. package/esm2020/src/app/shared/logging/logging-service.class.mjs +4 -4
  134. package/esm2020/src/app/shared/logging/logging-service.module.mjs +5 -5
  135. package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.mjs +36 -31
  136. package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.module.mjs +5 -5
  137. package/esm2020/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +5 -5
  138. package/esm2020/src/app/shared/material/badge/badge.directive.mjs +4 -4
  139. package/esm2020/src/app/shared/material/badge/badge.module.mjs +5 -5
  140. package/esm2020/src/app/shared/material/badge/badge.test.mjs +5 -5
  141. package/esm2020/src/app/shared/material/boolean/boolean.module.mjs +20 -12
  142. package/esm2020/src/app/shared/material/boolean/material-boolean2.mjs +248 -0
  143. package/esm2020/src/app/shared/material/boolean/material.boolean.mjs +7 -6
  144. package/esm2020/src/app/shared/material/boolean/testing/boolean.test.page.mjs +51 -0
  145. package/esm2020/src/app/shared/material/chips/chips.module.mjs +8 -8
  146. package/esm2020/src/app/shared/material/chips/material.chips.mjs +19 -27
  147. package/esm2020/src/app/shared/material/chips/testing/chips.test.mjs +6 -6
  148. package/esm2020/src/app/shared/material/datetime/datetime.module.mjs +5 -5
  149. package/esm2020/src/app/shared/material/datetime/material.date.mjs +8 -6
  150. package/esm2020/src/app/shared/material/datetime/material.dateshort.mjs +8 -6
  151. package/esm2020/src/app/shared/material/datetime/material.datetime.mjs +8 -6
  152. package/esm2020/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +19 -7
  153. package/esm2020/src/app/shared/material/datetime/testing/mat-date.test.mjs +15 -7
  154. package/esm2020/src/app/shared/material/datetime/testing/mat-dateshort.test.mjs +15 -7
  155. package/esm2020/src/app/shared/material/duration/duration.module.mjs +7 -7
  156. package/esm2020/src/app/shared/material/duration/material.duration.mjs +7 -6
  157. package/esm2020/src/app/shared/material/duration/testing/mat-duration.test.mjs +76 -0
  158. package/esm2020/src/app/shared/material/latlong/material.latlong.mjs +7 -6
  159. package/esm2020/src/app/shared/material/latlong/material.latlong.module.mjs +8 -8
  160. package/esm2020/src/app/shared/material/latlong/testing/latlong.test.mjs +4 -4
  161. package/esm2020/src/app/shared/material/material.module.mjs +18 -18
  162. package/esm2020/src/app/shared/material/material.testing.module.mjs +65 -23
  163. package/esm2020/src/app/shared/material/numpad/numpad.append-to-input.directive.mjs +4 -4
  164. package/esm2020/src/app/shared/material/numpad/numpad.component.mjs +4 -4
  165. package/esm2020/src/app/shared/material/numpad/numpad.container.mjs +4 -4
  166. package/esm2020/src/app/shared/material/numpad/numpad.content.mjs +4 -4
  167. package/esm2020/src/app/shared/material/numpad/numpad.directive.mjs +4 -4
  168. package/esm2020/src/app/shared/material/numpad/numpad.dom-service.mjs +9 -14
  169. package/esm2020/src/app/shared/material/numpad/numpad.module.mjs +6 -6
  170. package/esm2020/src/app/shared/material/numpad/testing/numpad.test.mjs +5 -5
  171. package/esm2020/src/app/shared/material/paginator/material.paginator-i18n.mjs +5 -5
  172. package/esm2020/src/app/shared/material/stepper/material.stepper-i18n.mjs +4 -4
  173. package/esm2020/src/app/shared/material/swipe/material.swipe.mjs +6 -5
  174. package/esm2020/src/app/shared/material/swipe/swipe.module.mjs +13 -9
  175. package/esm2020/src/app/shared/material/swipe/testing/swipe.test.mjs +4 -4
  176. package/esm2020/src/app/shared/material/testing/common.test.mjs +95 -0
  177. package/esm2020/src/app/shared/named-filter/named-filter-selector.component.mjs +4 -4
  178. package/esm2020/src/app/shared/named-filter/named-filter.module.mjs +5 -5
  179. package/esm2020/src/app/shared/named-filter/named-filter.service.mjs +4 -4
  180. package/esm2020/src/app/shared/pipes/arrays.pipe.mjs +25 -25
  181. package/esm2020/src/app/shared/pipes/colors.pipe.mjs +6 -4
  182. package/esm2020/src/app/shared/pipes/date-diff-duration.pipe.mjs +5 -5
  183. package/esm2020/src/app/shared/pipes/date-format.pipe.mjs +7 -7
  184. package/esm2020/src/app/shared/pipes/date-from-now.pipe.mjs +5 -5
  185. package/esm2020/src/app/shared/pipes/duration.pipe.mjs +5 -5
  186. package/esm2020/src/app/shared/pipes/file-size.pipe.mjs +4 -4
  187. package/esm2020/src/app/shared/pipes/form.pipes.mjs +19 -19
  188. package/esm2020/src/app/shared/pipes/highlight.pipe.mjs +5 -5
  189. package/esm2020/src/app/shared/pipes/latlong-format.pipe.mjs +10 -10
  190. package/esm2020/src/app/shared/pipes/maps.pipe.mjs +13 -13
  191. package/esm2020/src/app/shared/pipes/math.pipes.mjs +13 -13
  192. package/esm2020/src/app/shared/pipes/ng-init.pipe.mjs +4 -4
  193. package/esm2020/src/app/shared/pipes/number-format.pipe.mjs +5 -5
  194. package/esm2020/src/app/shared/pipes/pipes.module.mjs +19 -11
  195. package/esm2020/src/app/shared/pipes/property.pipes.mjs +8 -8
  196. package/esm2020/src/app/shared/pipes/string.pipes.mjs +42 -28
  197. package/esm2020/src/app/shared/pipes/translate-context.pipe.mjs +9 -9
  198. package/esm2020/src/app/shared/pipes/types.pipes.mjs +23 -10
  199. package/esm2020/src/app/shared/rx-state.module.mjs +23 -0
  200. package/esm2020/src/app/shared/services/entity-service.class.mjs +1 -1
  201. package/esm2020/src/app/shared/services/memory-entity-service.class.mjs +4 -4
  202. package/esm2020/src/app/shared/services/progress-bar.service.mjs +4 -4
  203. package/esm2020/src/app/shared/services/startable-observable-service.class.mjs +12 -9
  204. package/esm2020/src/app/shared/services/startable-service.class.mjs +13 -10
  205. package/esm2020/src/app/shared/services/translate-context.service.mjs +4 -4
  206. package/esm2020/src/app/shared/shared-routing.module.mjs +8 -8
  207. package/esm2020/src/app/shared/shared.module.mjs +23 -30
  208. package/esm2020/src/app/shared/shared.testing.module.mjs +5 -5
  209. package/esm2020/src/app/shared/storage/storage-explorer.component.mjs +4 -4
  210. package/esm2020/src/app/shared/storage/storage-explorer.module.mjs +5 -5
  211. package/esm2020/src/app/shared/storage/storage-explorer.testing-routing.module.mjs +5 -5
  212. package/esm2020/src/app/shared/storage/storage-explorer.testing.module.mjs +5 -5
  213. package/esm2020/src/app/shared/storage/storage.service.mjs +4 -4
  214. package/esm2020/src/app/shared/testing/observable.test.mjs +4 -4
  215. package/esm2020/src/app/shared/testing/tests.page.mjs +4 -4
  216. package/esm2020/src/app/shared/toast/toast.testing.mjs +4 -4
  217. package/esm2020/src/app/shared/toast/toast.testing.module.mjs +5 -5
  218. package/esm2020/src/app/shared/toolbar/modal-toolbar.mjs +4 -4
  219. package/esm2020/src/app/shared/toolbar/toolbar.mjs +4 -4
  220. package/esm2020/src/app/shared/toolbar/toolbar.module.mjs +6 -6
  221. package/esm2020/src/app/shared/upload-file/testing/upload-file.testing.mjs +4 -4
  222. package/esm2020/src/app/shared/upload-file/testing/upload-file.testing.module.mjs +5 -5
  223. package/esm2020/src/app/shared/upload-file/upload-file-popover.component.mjs +4 -4
  224. package/esm2020/src/app/shared/upload-file/upload-file.component.mjs +5 -5
  225. package/esm2020/src/app/shared/validator/form-error-adapter.class.mjs +4 -4
  226. package/esm2020/src/app/social/job/job.module.mjs +5 -5
  227. package/esm2020/src/app/social/job/progression/job-progression.component.mjs +23 -9
  228. package/esm2020/src/app/social/job/progression/job-progression.icon.mjs +74 -67
  229. package/esm2020/src/app/social/job/progression/job-progression.list.mjs +13 -10
  230. package/esm2020/src/app/social/job/progression/job-progression.model.mjs +1 -1
  231. package/esm2020/src/app/social/job/progression/job-progression.service.mjs +4 -4
  232. package/esm2020/src/app/social/job/testing/job-progression.testing.mjs +10 -21
  233. package/esm2020/src/app/social/job/testing/job-progression.testing.service.mjs +4 -4
  234. package/esm2020/src/app/social/job/testing/job.testing.module.mjs +5 -5
  235. package/esm2020/src/app/social/message/message.form.mjs +7 -7
  236. package/esm2020/src/app/social/message/message.modal.mjs +4 -4
  237. package/esm2020/src/app/social/message/message.module.mjs +5 -5
  238. package/esm2020/src/app/social/message/message.service.mjs +4 -4
  239. package/esm2020/src/app/social/social.module.mjs +5 -5
  240. package/esm2020/src/app/social/social.testing.module.mjs +5 -5
  241. package/esm2020/src/app/social/user-event/notification/user-event-notification.icon.mjs +4 -4
  242. package/esm2020/src/app/social/user-event/notification/user-event-notification.list.mjs +4 -4
  243. package/esm2020/src/app/social/user-event/testing/user-event.testing.mjs +4 -4
  244. package/esm2020/src/app/social/user-event/testing/user-event.testing.model.mjs +1 -1
  245. package/esm2020/src/app/social/user-event/testing/user-event.testing.module.mjs +5 -5
  246. package/esm2020/src/app/social/user-event/testing/user-event.testing.service.mjs +4 -4
  247. package/esm2020/src/app/social/user-event/user-event.module.mjs +5 -5
  248. package/esm2020/src/app/social/user-event/user-event.service.mjs +4 -4
  249. package/esm2020/src/environments/environment.class.mjs +1 -1
  250. package/esm2020/src/environments/environment.mjs +17 -20
  251. package/fesm2015/sumaris-net.ngx-components.mjs +7689 -7022
  252. package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
  253. package/fesm2020/sumaris-net.ngx-components.mjs +8988 -8329
  254. package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
  255. package/package.json +4 -3
  256. package/public_api.d.ts +11 -5
  257. package/src/app/admin/users/users.d.ts +1 -1
  258. package/src/app/core/about/about.modal.d.ts +1 -1
  259. package/src/app/core/account/account.page.d.ts +3 -4
  260. package/src/app/core/account/new-token.modal.d.ts +1 -1
  261. package/src/app/core/account/token.table.d.ts +1 -1
  262. package/src/app/core/auth/auth.form.d.ts +1 -1
  263. package/src/app/core/auth/auth.modal.d.ts +1 -1
  264. package/src/app/core/form/buttons/form-buttons-bar.component.d.ts +1 -1
  265. package/src/app/core/form/entity/editor.class.d.ts +4 -4
  266. package/src/app/core/form/entity/entity-editor-modal.class.d.ts +1 -1
  267. package/src/app/core/form/entity/entity-editor.class.d.ts +1 -1
  268. package/src/app/core/form/entity/entity-metadata.component.d.ts +1 -1
  269. package/src/app/core/form/form.class.d.ts +1 -1
  270. package/src/app/core/form/list/list.form.d.ts +1 -1
  271. package/src/app/core/form/properties/properties.form.d.ts +1 -1
  272. package/src/app/core/form/properties/properties.table.d.ts +2 -3
  273. package/src/app/core/form/properties/property.validator.d.ts +1 -1
  274. package/src/app/core/form/properties/testing/properties-form.test.d.ts +1 -1
  275. package/src/app/core/form/text-popover/testing/text-popover.testing.d.ts +1 -1
  276. package/src/app/core/form/text-popover/text-form.component.d.ts +1 -1
  277. package/src/app/core/form/text-popover/text-popover.component.d.ts +1 -1
  278. package/src/app/core/home/home.d.ts +1 -1
  279. package/src/app/core/icon/icon.component.d.ts +1 -1
  280. package/src/app/core/install/install-upgrade-card.component.d.ts +1 -1
  281. package/src/app/core/menu/menu.component.d.ts +2 -2
  282. package/src/app/core/menu/menu.model.d.ts +0 -1
  283. package/src/app/core/menu/sub-menu-tab.directive.d.ts +1 -1
  284. package/src/app/core/menu/testing/menu-other.testing.d.ts +1 -1
  285. package/src/app/core/menu/testing/menu.testing.d.ts +1 -1
  286. package/src/app/core/offline/update-offline-mode-card.component.d.ts +1 -1
  287. package/src/app/core/peer/select-peer.modal.d.ts +1 -1
  288. package/src/app/core/register/register-confirm.page.d.ts +1 -1
  289. package/src/app/core/register/register.form.d.ts +1 -1
  290. package/src/app/core/register/register.modal.d.ts +1 -1
  291. package/src/app/core/services/account.service.d.ts +0 -4
  292. package/src/app/core/services/base-entity-service.class.d.ts +1 -1
  293. package/src/app/core/services/base-graphql-service.class.d.ts +1 -1
  294. package/src/app/core/services/config/core.config.d.ts +1 -1
  295. package/src/app/core/services/validator/base.validator.class.d.ts +1 -1
  296. package/src/app/core/settings/settings.page.d.ts +1 -1
  297. package/src/app/core/table/actions-column.component.d.ts +2 -2
  298. package/src/app/core/table/async-table.class.d.ts +1 -1
  299. package/src/app/core/table/entities-async-table-datasource.class.d.ts +1 -1
  300. package/src/app/core/table/entities-table-datasource.class.d.ts +1 -1
  301. package/src/app/core/table/memory-table.class.d.ts +3 -3
  302. package/src/app/core/table/table-select-columns.component.d.ts +1 -1
  303. package/src/app/core/table/table.class.d.ts +3 -3
  304. package/src/app/core/table/testing/table.testing.d.ts +5 -4
  305. package/src/app/core/table/testing/table.testing.module.d.ts +8 -5
  306. package/src/app/core/table/testing/table2-validator.service.d.ts +15 -0
  307. package/src/app/core/table/testing/table2.testing.d.ts +45 -0
  308. package/src/app/shared/audio/audio.testing.d.ts +1 -1
  309. package/src/app/shared/debug/debug.component.d.ts +1 -1
  310. package/src/app/shared/directives/autofocus.directive.d.ts +1 -1
  311. package/src/app/shared/directives/autotitle.directive.d.ts +1 -1
  312. package/src/app/shared/directives/drag-and-drop.directive.d.ts +1 -1
  313. package/src/app/shared/directives/ng-var.directive.d.ts +1 -1
  314. package/src/app/shared/directives/resizable/resizable.component.d.ts +1 -1
  315. package/src/app/shared/directives/resizable/resizable.directive.d.ts +1 -1
  316. package/src/app/shared/form/field.component.d.ts +4 -5
  317. package/src/app/shared/form/field.model.d.ts +2 -0
  318. package/src/app/shared/form/loading-spinner.d.ts +1 -1
  319. package/src/app/shared/functions.d.ts +2 -2
  320. package/src/app/shared/help/help.modal.d.ts +2 -2
  321. package/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.d.ts +1 -1
  322. package/src/app/shared/hotkeys/hotkeys.service.d.ts +3 -3
  323. package/src/app/shared/image/gallery/image-gallery.component.d.ts +3 -3
  324. package/src/app/shared/image/gallery/testing/gallery.testing.d.ts +2 -2
  325. package/src/app/shared/inputs.d.ts +1 -1
  326. package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +8 -8
  327. package/src/app/shared/material/autocomplete/testing/autocomplete.test.d.ts +1 -1
  328. package/src/app/shared/material/badge/badge.directive.d.ts +1 -1
  329. package/src/app/shared/material/badge/badge.test.d.ts +1 -1
  330. package/src/app/shared/material/boolean/boolean.module.d.ts +15 -13
  331. package/src/app/shared/material/boolean/material-boolean2.d.ts +66 -0
  332. package/src/app/shared/material/boolean/material.boolean.d.ts +5 -4
  333. package/src/app/shared/material/boolean/testing/boolean.test.page.d.ts +21 -0
  334. package/src/app/shared/material/chips/material.chips.d.ts +8 -9
  335. package/src/app/shared/material/chips/testing/chips.test.d.ts +2 -2
  336. package/src/app/shared/material/datetime/material.date.d.ts +4 -3
  337. package/src/app/shared/material/datetime/material.dateshort.d.ts +6 -5
  338. package/src/app/shared/material/datetime/material.datetime.d.ts +4 -3
  339. package/src/app/shared/material/datetime/testing/mat-date-time.test.d.ts +7 -1
  340. package/src/app/shared/material/datetime/testing/mat-date.test.d.ts +3 -1
  341. package/src/app/shared/material/datetime/testing/mat-dateshort.test.d.ts +3 -1
  342. package/src/app/shared/material/duration/material.duration.d.ts +5 -4
  343. package/src/app/shared/material/duration/testing/mat-duration.test.d.ts +22 -0
  344. package/src/app/shared/material/latlong/material.latlong.d.ts +4 -3
  345. package/src/app/shared/material/latlong/testing/latlong.test.d.ts +1 -1
  346. package/src/app/shared/material/material.testing.module.d.ts +22 -18
  347. package/src/app/shared/material/numpad/numpad.append-to-input.directive.d.ts +1 -1
  348. package/src/app/shared/material/numpad/numpad.component.d.ts +1 -1
  349. package/src/app/shared/material/numpad/numpad.container.d.ts +1 -1
  350. package/src/app/shared/material/numpad/numpad.content.d.ts +1 -1
  351. package/src/app/shared/material/numpad/numpad.directive.d.ts +1 -1
  352. package/src/app/shared/material/numpad/numpad.dom-service.d.ts +3 -3
  353. package/src/app/shared/material/numpad/testing/numpad.test.d.ts +1 -1
  354. package/src/app/shared/material/paginator/material.paginator-i18n.d.ts +0 -3
  355. package/src/app/shared/material/swipe/material.swipe.d.ts +6 -6
  356. package/src/app/shared/material/swipe/swipe.module.d.ts +2 -1
  357. package/src/app/shared/material/swipe/testing/swipe.test.d.ts +1 -1
  358. package/src/app/shared/material/testing/common.test.d.ts +23 -0
  359. package/src/app/shared/named-filter/named-filter-selector.component.d.ts +1 -1
  360. package/src/app/shared/named-filter/named-filter.service.d.ts +1 -1
  361. package/src/app/shared/pipes/ng-init.pipe.d.ts +1 -1
  362. package/src/app/shared/pipes/pipes.module.d.ts +1 -1
  363. package/src/app/shared/pipes/string.pipes.d.ts +6 -0
  364. package/src/app/shared/pipes/types.pipes.d.ts +7 -0
  365. package/src/app/shared/rx-state.module.d.ts +10 -0
  366. package/src/app/shared/services/entity-service.class.d.ts +1 -1
  367. package/src/app/shared/services/memory-entity-service.class.d.ts +1 -1
  368. package/src/app/shared/services/startable-observable-service.class.d.ts +3 -0
  369. package/src/app/shared/services/startable-service.class.d.ts +3 -0
  370. package/src/app/shared/shared.module.d.ts +12 -13
  371. package/src/app/shared/storage/storage-explorer.component.d.ts +1 -1
  372. package/src/app/shared/testing/observable.test.d.ts +1 -1
  373. package/src/app/shared/testing/tests.page.d.ts +1 -1
  374. package/src/app/shared/toast/toast.testing.d.ts +1 -1
  375. package/src/app/shared/toolbar/modal-toolbar.d.ts +1 -1
  376. package/src/app/shared/toolbar/toolbar.d.ts +1 -1
  377. package/src/app/shared/upload-file/testing/upload-file.testing.d.ts +1 -1
  378. package/src/app/shared/upload-file/upload-file-popover.component.d.ts +1 -1
  379. package/src/app/shared/upload-file/upload-file.component.d.ts +1 -1
  380. package/src/app/social/job/progression/job-progression.component.d.ts +17 -3
  381. package/src/app/social/job/progression/job-progression.icon.d.ts +24 -10
  382. package/src/app/social/job/progression/job-progression.list.d.ts +3 -3
  383. package/src/app/social/job/progression/job-progression.model.d.ts +0 -1
  384. package/src/app/social/job/testing/job-progression.testing.d.ts +3 -6
  385. package/src/app/social/message/message.form.d.ts +1 -1
  386. package/src/app/social/message/message.modal.d.ts +1 -1
  387. package/src/app/social/user-event/notification/user-event-notification.icon.d.ts +1 -1
  388. package/src/app/social/user-event/notification/user-event-notification.list.d.ts +1 -1
  389. package/src/app/social/user-event/testing/user-event.testing.d.ts +1 -1
  390. package/src/app/social/user-event/testing/user-event.testing.model.d.ts +0 -1
  391. package/src/app/social/user-event/user-event.service.d.ts +1 -1
  392. package/src/assets/i18n/en-US.json +4 -7
  393. package/src/assets/i18n/en.json +4 -7
  394. package/src/assets/i18n/fr.json +3 -1
  395. package/src/assets/img/logo/logo-eis.png +0 -0
  396. package/src/assets/manifest.json +1 -1
  397. package/src/environments/environment.class.d.ts +0 -1
  398. package/src/theme/_material.globals.scss +49 -17
  399. package/src/theme/_material.scss +1 -14
  400. package/src/theme/_mixins.scss +1 -1
  401. package/src/theme/_ngx-components.globals.scss +6 -1
  402. package/src/theme/_ngx-components.scss +263 -534
  403. package/src/theme/_ngx-components.table.scss +593 -0
  404. package/src/theme/_theme.scss +1 -0
  405. package/esm2020/src/environments/environment.loader.mjs +0 -79
  406. package/resources/README.md +0 -7
  407. package/src/assets/environments/environment-test.json +0 -6
  408. package/src/environments/environment.loader.d.ts +0 -26
@@ -1,11 +1,11 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { ControlValueAccessor, UntypedFormControl, FormGroupDirective } from '@angular/forms';
2
+ import { ControlValueAccessor, FormGroupDirective, UntypedFormControl } from '@angular/forms';
3
3
  import { BehaviorSubject, Observable } from 'rxjs';
4
4
  import { InputElement, selectInputContent } from '../../inputs';
5
- import { EqualsFn, DisplayFn } from '../../form/field.model';
6
- import { FloatLabelType, MatFormFieldAppearance } from '@angular/material/form-field';
7
- import { MatButton } from '@angular/material/button';
5
+ import { DisplayFn, EqualsFn, AppFloatLabelType } from '../../form/field.model';
8
6
  import { Swiper } from 'swiper/types';
7
+ import { MatFormFieldAppearance } from '@angular/material/form-field';
8
+ import { MatButton } from '@angular/material/button';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class MatSwipeField implements OnInit, InputElement, OnDestroy, ControlValueAccessor {
11
11
  protected cd: ChangeDetectorRef;
@@ -27,7 +27,7 @@ export declare class MatSwipeField implements OnInit, InputElement, OnDestroy, C
27
27
  logPrefix: string;
28
28
  formControl: UntypedFormControl;
29
29
  formControlName: string;
30
- floatLabel: FloatLabelType;
30
+ floatLabel: AppFloatLabelType;
31
31
  appearance: MatFormFieldAppearance;
32
32
  placeholder: string;
33
33
  debug: boolean;
@@ -85,5 +85,5 @@ export declare class MatSwipeField implements OnInit, InputElement, OnDestroy, C
85
85
  getSwiper(): Promise<Swiper>;
86
86
  ready(): Promise<void>;
87
87
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSwipeField, [null, { optional: true; }]>;
88
- static ɵcmp: i0.ɵɵComponentDeclaration<MatSwipeField, "mat-swipe-field", never, { "logPrefix": "logPrefix"; "formControl": "formControl"; "formControlName": "formControlName"; "floatLabel": "floatLabel"; "appearance": "appearance"; "placeholder": "placeholder"; "debug": "debug"; "required": "required"; "mobile": "mobile"; "clearable": "clearable"; "equals": "equals"; "displayWith": "displayWith"; "displayAttributes": "displayAttributes"; "appAutofocus": "appAutofocus"; "classList": "class"; "tabindex": "tabindex"; "items": "items"; }, { "onClick": "click"; "blurred": "blur"; "focused": "focus"; }, never, never, false>;
88
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatSwipeField, "mat-swipe-field", never, { "logPrefix": "logPrefix"; "formControl": "formControl"; "formControlName": "formControlName"; "floatLabel": "floatLabel"; "appearance": "appearance"; "placeholder": "placeholder"; "debug": "debug"; "required": "required"; "mobile": "mobile"; "clearable": "clearable"; "equals": "equals"; "displayWith": "displayWith"; "displayAttributes": "displayAttributes"; "appAutofocus": "appAutofocus"; "classList": "class"; "tabindex": "tabindex"; "items": "items"; }, { "onClick": "click"; "blurred": "blur"; "focused": "focus"; }, never, never, false, never>;
89
89
  }
@@ -8,8 +8,9 @@ import * as i6 from "@ngx-translate/core";
8
8
  import * as i7 from "@angular/material/form-field";
9
9
  import * as i8 from "@angular/forms";
10
10
  import * as i9 from "@angular/material/input";
11
+ import * as i10 from "../../pipes/pipes.module";
11
12
  export declare class SharedMatSwipeModule {
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatSwipeModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatSwipeModule, [typeof i1.MatSwipeField], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.MatButtonModule, typeof i5.MatIconModule, typeof i6.TranslateModule, typeof i7.MatFormFieldModule, typeof i8.ReactiveFormsModule, typeof i9.MatInputModule], [typeof i1.MatSwipeField]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatSwipeModule, [typeof i1.MatSwipeField], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.MatButtonModule, typeof i5.MatIconModule, typeof i6.TranslateModule, typeof i7.MatFormFieldModule, typeof i8.ReactiveFormsModule, typeof i9.MatInputModule, typeof i10.SharedPipesModule], [typeof i1.MatSwipeField]>;
14
15
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatSwipeModule>;
15
16
  }
@@ -18,5 +18,5 @@ export declare class SwipeTestPage implements OnInit {
18
18
  displayDate(): DisplayFn;
19
19
  compareDate(): (d1: Moment, d2: Moment) => boolean;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SwipeTestPage, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<SwipeTestPage, "app-swipe-test", never, {}, {}, never, never, false>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwipeTestPage, "app-swipe-test", never, {}, {}, never, never, false, never>;
22
22
  }
@@ -0,0 +1,23 @@
1
+ import { ChangeDetectorRef, OnInit } from '@angular/core';
2
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MatCommonTestPage implements OnInit {
5
+ protected formBuilder: UntypedFormBuilder;
6
+ protected cd: ChangeDetectorRef;
7
+ showLogPanel: boolean;
8
+ logContent: string;
9
+ form: UntypedFormGroup;
10
+ statusList: readonly import("../../../core/services/model/referential.model").IStatus[];
11
+ constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
12
+ ngOnInit(): void;
13
+ loadData(): Promise<void>;
14
+ doSubmit(_: any): void;
15
+ log(message: string): void;
16
+ clearLogPanel(): void;
17
+ stringify: {
18
+ (value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
19
+ (value: any, replacer?: (string | number)[], space?: string | number): string;
20
+ };
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatCommonTestPage, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCommonTestPage, "mat-common-test", never, {}, {}, never, never, false, never>;
23
+ }
@@ -37,5 +37,5 @@ export declare class NamedFilterSelector extends AppForm<any> implements OnInit
37
37
  protected onFilterChanges(value: NamedFilter | string): Promise<void>;
38
38
  protected setControlValue(value: NamedFilter): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<NamedFilterSelector, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<NamedFilterSelector, "app-named-filter-selector[entityName]", never, { "entityName": "entityName"; "filterContentProvider": "filterContentProvider"; "filterFormDirty": "filterFormDirty"; "showButtons": "showButtons"; "exportFileNamePrefix": "exportFileNamePrefix"; }, { "filterSelected": "filterSelected"; "filterDeleted": "filterDeleted"; }, never, never, false>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<NamedFilterSelector, "app-named-filter-selector[entityName]", never, { "entityName": "entityName"; "filterContentProvider": "filterContentProvider"; "filterFormDirty": "filterFormDirty"; "showButtons": "showButtons"; "exportFileNamePrefix": "exportFileNamePrefix"; }, { "filterSelected": "filterSelected"; "filterDeleted": "filterDeleted"; }, never, never, false, never>;
41
41
  }
@@ -22,5 +22,5 @@ export declare abstract class AbstractNamedFilterService<T extends NamedFilter<T
22
22
  asFilter(source: any): F;
23
23
  protected fillDefaultProperties(source: T): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractNamedFilterService<any, any>, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractNamedFilterService<any, any>, never, never, {}, {}, never, never, false>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractNamedFilterService<any, any>, never, never, {}, {}, never, never, false, never>;
26
26
  }
@@ -4,5 +4,5 @@ export declare class NgInitDirective implements OnInit {
4
4
  ngInit: EventEmitter<any>;
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<NgInitDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgInitDirective, "[ngInit]", never, {}, { "ngInit": "ngInit"; }, never, never, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgInitDirective, "[ngInit]", never, {}, { "ngInit": "ngInit"; }, never, never, false, never>;
8
8
  }
@@ -22,6 +22,6 @@ import * as i20 from "@ionic/angular";
22
22
  import * as i21 from "@ngx-translate/core";
23
23
  export declare class SharedPipesModule {
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedPipesModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedPipesModule, [typeof i1.PropertyGetPipe, typeof i1.PropertyFormatPipe, typeof i2.DateFormatPipe, typeof i3.DateDiffDurationPipe, typeof i4.DurationPipe, typeof i5.DateFromNowPipe, typeof i6.LatLongFormatPipe, typeof i6.LatitudeFormatPipe, typeof i6.LongitudeFormatPipe, typeof i7.HighlightPipe, typeof i8.NumberFormatPipe, typeof i9.FileSizePipe, typeof i10.MathAbsPipe, typeof i10.OddPipe, typeof i10.EvenPipe, typeof i11.NotEmptyArrayPipe, typeof i11.EmptyArrayPipe, typeof i11.ArrayLengthPipe, typeof i11.ArrayFirstPipe, typeof i11.ArrayPluckPipe, typeof i11.ArrayIncludesPipe, typeof i11.ArrayFilterPipe, typeof i11.ArrayJoinPipe, typeof i12.MapGetPipe, typeof i12.MapKeysPipe, typeof i12.MapValuesPipe, typeof i13.IsNilOrBlankPipe, typeof i13.IsNotNilOrBlankPipe, typeof i13.IsNilOrNaNPipe, typeof i13.IsNotNilOrNaNPipe, typeof i13.IsNotNilPipe, typeof i13.IsNilPipe, typeof i13.ToStringPipe, typeof i13.StrLengthPipe, typeof i13.StrIncludesPipe, typeof i14.TranslateContextPipe, typeof i14.TranslatablePipe, typeof i15.NgInitDirective, typeof i16.FormErrorTranslatePipe, typeof i16.FormGetPipe, typeof i16.FormGetControlPipe, typeof i16.FormGetArrayPipe, typeof i16.FormGetGroupPipe, typeof i16.FormGetValuePipe, typeof i1.PropertyFormatPipe, typeof i17.MatColorPipe, typeof i18.AsAnyPipe, typeof i18.AsArrayPipe, typeof i18.AsObservablePipe], [typeof i19.CommonModule, typeof i20.IonicModule, typeof i21.TranslateModule], [typeof i1.PropertyGetPipe, typeof i1.PropertyFormatPipe, typeof i2.DateFormatPipe, typeof i5.DateFromNowPipe, typeof i3.DateDiffDurationPipe, typeof i4.DurationPipe, typeof i6.LatLongFormatPipe, typeof i6.LatitudeFormatPipe, typeof i6.LongitudeFormatPipe, typeof i7.HighlightPipe, typeof i8.NumberFormatPipe, typeof i9.FileSizePipe, typeof i10.MathAbsPipe, typeof i10.OddPipe, typeof i10.EvenPipe, typeof i11.NotEmptyArrayPipe, typeof i11.EmptyArrayPipe, typeof i11.ArrayLengthPipe, typeof i11.ArrayFirstPipe, typeof i11.ArrayPluckPipe, typeof i11.ArrayJoinPipe, typeof i12.MapGetPipe, typeof i12.MapKeysPipe, typeof i12.MapValuesPipe, typeof i13.IsNilOrBlankPipe, typeof i13.IsNotNilOrBlankPipe, typeof i13.IsNilOrNaNPipe, typeof i13.IsNotNilOrNaNPipe, typeof i13.IsNotNilPipe, typeof i13.IsNilPipe, typeof i13.ToStringPipe, typeof i13.StrLengthPipe, typeof i13.StrIncludesPipe, typeof i11.ArrayIncludesPipe, typeof i11.ArrayFilterPipe, typeof i14.TranslateContextPipe, typeof i14.TranslatablePipe, typeof i15.NgInitDirective, typeof i16.FormErrorTranslatePipe, typeof i16.FormGetPipe, typeof i16.FormGetControlPipe, typeof i16.FormGetArrayPipe, typeof i16.FormGetGroupPipe, typeof i16.FormGetValuePipe, typeof i17.MatColorPipe, typeof i18.AsAnyPipe, typeof i18.AsArrayPipe, typeof i18.AsObservablePipe]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedPipesModule, [typeof i1.PropertyGetPipe, typeof i1.PropertyFormatPipe, typeof i2.DateFormatPipe, typeof i3.DateDiffDurationPipe, typeof i4.DurationPipe, typeof i5.DateFromNowPipe, typeof i6.LatLongFormatPipe, typeof i6.LatitudeFormatPipe, typeof i6.LongitudeFormatPipe, typeof i7.HighlightPipe, typeof i8.NumberFormatPipe, typeof i9.FileSizePipe, typeof i10.MathAbsPipe, typeof i10.OddPipe, typeof i10.EvenPipe, typeof i11.NotEmptyArrayPipe, typeof i11.EmptyArrayPipe, typeof i11.ArrayLengthPipe, typeof i11.ArrayFirstPipe, typeof i11.ArrayPluckPipe, typeof i11.ArrayIncludesPipe, typeof i11.ArrayFilterPipe, typeof i11.ArrayJoinPipe, typeof i12.MapGetPipe, typeof i12.MapKeysPipe, typeof i12.MapValuesPipe, typeof i13.IsNilOrBlankPipe, typeof i13.IsNotNilOrBlankPipe, typeof i13.IsNilOrNaNPipe, typeof i13.IsNotNilOrNaNPipe, typeof i13.IsNotNilPipe, typeof i13.IsNilPipe, typeof i13.ToStringPipe, typeof i13.ReferentialToStringPipe, typeof i13.StrLengthPipe, typeof i13.StrIncludesPipe, typeof i14.TranslateContextPipe, typeof i14.TranslatablePipe, typeof i15.NgInitDirective, typeof i16.FormErrorTranslatePipe, typeof i16.FormGetPipe, typeof i16.FormGetControlPipe, typeof i16.FormGetArrayPipe, typeof i16.FormGetGroupPipe, typeof i16.FormGetValuePipe, typeof i1.PropertyFormatPipe, typeof i17.MatColorPipe, typeof i18.AsAnyPipe, typeof i18.AsArrayPipe, typeof i18.AsObservablePipe, typeof i18.AsFloatLabelType], [typeof i19.CommonModule, typeof i20.IonicModule, typeof i21.TranslateModule], [typeof i1.PropertyGetPipe, typeof i1.PropertyFormatPipe, typeof i2.DateFormatPipe, typeof i5.DateFromNowPipe, typeof i3.DateDiffDurationPipe, typeof i4.DurationPipe, typeof i6.LatLongFormatPipe, typeof i6.LatitudeFormatPipe, typeof i6.LongitudeFormatPipe, typeof i7.HighlightPipe, typeof i8.NumberFormatPipe, typeof i9.FileSizePipe, typeof i10.MathAbsPipe, typeof i10.OddPipe, typeof i10.EvenPipe, typeof i11.NotEmptyArrayPipe, typeof i11.EmptyArrayPipe, typeof i11.ArrayLengthPipe, typeof i11.ArrayFirstPipe, typeof i11.ArrayPluckPipe, typeof i11.ArrayJoinPipe, typeof i12.MapGetPipe, typeof i12.MapKeysPipe, typeof i12.MapValuesPipe, typeof i13.IsNilOrBlankPipe, typeof i13.IsNotNilOrBlankPipe, typeof i13.IsNilOrNaNPipe, typeof i13.IsNotNilOrNaNPipe, typeof i13.IsNotNilPipe, typeof i13.IsNilPipe, typeof i13.ToStringPipe, typeof i13.ReferentialToStringPipe, typeof i13.StrLengthPipe, typeof i13.StrIncludesPipe, typeof i11.ArrayIncludesPipe, typeof i11.ArrayFilterPipe, typeof i14.TranslateContextPipe, typeof i14.TranslatablePipe, typeof i15.NgInitDirective, typeof i16.FormErrorTranslatePipe, typeof i16.FormGetPipe, typeof i16.FormGetControlPipe, typeof i16.FormGetArrayPipe, typeof i16.FormGetGroupPipe, typeof i16.FormGetValuePipe, typeof i17.MatColorPipe, typeof i18.AsAnyPipe, typeof i18.AsArrayPipe, typeof i18.AsObservablePipe, typeof i18.AsFloatLabelType]>;
26
26
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedPipesModule>;
27
27
  }
@@ -1,4 +1,5 @@
1
1
  import { PipeTransform } from '@angular/core';
2
+ import { IReferentialRef } from '../../core/services/model/referential.model';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class IsNotNilOrBlankPipe implements PipeTransform {
4
5
  transform(value: string): boolean;
@@ -35,6 +36,11 @@ export declare class ToStringPipe implements PipeTransform {
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ToStringPipe, never>;
36
37
  static ɵpipe: i0.ɵɵPipeDeclaration<ToStringPipe, "toString", false>;
37
38
  }
39
+ export declare class ReferentialToStringPipe implements PipeTransform {
40
+ transform(obj: IReferentialRef, args?: any): string;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReferentialToStringPipe, never>;
42
+ static ɵpipe: i0.ɵɵPipeDeclaration<ReferentialToStringPipe, "referentialToString", false>;
43
+ }
38
44
  export declare class StrLengthPipe implements PipeTransform {
39
45
  transform(value: string): number;
40
46
  static ɵfac: i0.ɵɵFactoryDeclaration<StrLengthPipe, never>;
@@ -1,5 +1,7 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
+ import { FloatLabelType } from '@angular/material/form-field';
4
+ import { AppFloatLabelType } from '../form/field.model';
3
5
  import * as i0 from "@angular/core";
4
6
  export declare class AsAnyPipe implements PipeTransform {
5
7
  transform<T = any>(value: unknown | any): T | null;
@@ -16,3 +18,8 @@ export declare class AsObservablePipe implements PipeTransform {
16
18
  static ɵfac: i0.ɵɵFactoryDeclaration<AsObservablePipe, never>;
17
19
  static ɵpipe: i0.ɵɵPipeDeclaration<AsObservablePipe, "asObservable", false>;
18
20
  }
21
+ export declare class AsFloatLabelType implements PipeTransform {
22
+ transform(value: AppFloatLabelType): FloatLabelType | null;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<AsFloatLabelType, never>;
24
+ static ɵpipe: i0.ɵɵPipeDeclaration<AsFloatLabelType, "asFloatLabelType", false>;
25
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@rx-angular/template/push";
3
+ import * as i2 from "@rx-angular/template/for";
4
+ import * as i3 from "@rx-angular/template/if";
5
+ import * as i4 from "@rx-angular/template/let";
6
+ export declare class RxStateModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<RxStateModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RxStateModule, never, [typeof i1.PushPipe, typeof i2.RxFor, typeof i3.RxIf, typeof i4.LetDirective], [typeof i1.PushPipe, typeof i2.RxFor, typeof i3.RxIf, typeof i4.LetDirective]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<RxStateModule>;
10
+ }
@@ -16,7 +16,7 @@ export declare interface LoadResult<T> {
16
16
  fetchMore?: FetchMoreFn<LoadResult<T>>;
17
17
  }
18
18
  export declare type SuggestFn<T, F> = (value: any, filter?: F, sortBy?: string | keyof T, sortDirection?: SortDirection, opts?: {
19
- fetchPolicy?: FetchPolicy;
19
+ fetchPolicy: FetchPolicy;
20
20
  [key: string]: any;
21
21
  }) => Promise<T[] | LoadResult<T>>;
22
22
  export declare interface SuggestService<T, F> {
@@ -69,5 +69,5 @@ export declare class InMemoryEntitiesService<T extends IEntity<T, ID>, F = any,
69
69
  protected markAsSaving(): void;
70
70
  protected markAsSaved(): void;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<InMemoryEntitiesService<any, any, any, any>, never>;
72
- static ɵdir: i0.ɵɵDirectiveDeclaration<InMemoryEntitiesService<any, any, any, any>, never, never, {}, {}, never, never, false>;
72
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InMemoryEntitiesService<any, any, any, any>, never, never, {}, {}, never, never, false, never>;
73
73
  }
@@ -1,5 +1,6 @@
1
1
  import { BehaviorSubject, Subject, Subscription } from 'rxjs';
2
2
  import { IStartableService } from './startable-service.class';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * Same as StartableService, but with a dataSubject instead of a simple 'data' property
5
6
  */
@@ -30,4 +31,6 @@ export declare abstract class StartableObservableService<T = any, O = any> imple
30
31
  protected unsubscribe(): void;
31
32
  protected ngOnStop(): Promise<void> | void;
32
33
  protected abstract ngOnStart(opts?: O): Promise<T>;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<StartableObservableService<any, any>, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StartableObservableService<any, any>, never, never, {}, {}, never, never, false, never>;
33
36
  }
@@ -1,4 +1,5 @@
1
1
  import { Subject, Subscription } from 'rxjs';
2
+ import * as i0 from "@angular/core";
2
3
  export interface IStartableService<T = any> {
3
4
  started: boolean;
4
5
  start(): Promise<T>;
@@ -31,4 +32,6 @@ export declare abstract class StartableService<T = any, O = any> implements ISta
31
32
  protected unsubscribe(): void;
32
33
  protected ngOnStop(): Promise<void> | void;
33
34
  protected abstract ngOnStart(opts?: O): Promise<T>;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<StartableService<any, any>, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StartableService<any, any>, never, never, {}, {}, never, never, false, never>;
34
37
  }
@@ -1,5 +1,6 @@
1
- import { ModuleWithProviders, Provider } from '@angular/core';
1
+ import { ModuleWithProviders } from '@angular/core';
2
2
  import { CloseScrollStrategy, Overlay } from '@angular/cdk/overlay';
3
+ import { Environment } from '../../environments/environment.class';
3
4
  import * as i0 from "@angular/core";
4
5
  import * as i1 from "./form/field.component";
5
6
  import * as i2 from "./form/loading-spinner";
@@ -15,20 +16,18 @@ import * as i11 from "ngx-color-picker";
15
16
  import * as i12 from "angular2-text-mask";
16
17
  import * as i13 from "@angular/cdk/drag-drop";
17
18
  import * as i14 from "ngx-markdown";
18
- import * as i15 from "./material/material.module";
19
- import * as i16 from "./directives/directives.module";
20
- import * as i17 from "./pipes/pipes.module";
21
- import * as i18 from "./hotkeys/shared-hotkeys.module";
22
- import * as i19 from "./toolbar/toolbar.module";
23
- import * as i20 from "./named-filter/named-filter.module";
24
- import * as i21 from "ngx-jdenticon";
19
+ import * as i15 from "./rx-state.module";
20
+ import * as i16 from "./material/material.module";
21
+ import * as i17 from "./directives/directives.module";
22
+ import * as i18 from "./pipes/pipes.module";
23
+ import * as i19 from "./hotkeys/shared-hotkeys.module";
24
+ import * as i20 from "./toolbar/toolbar.module";
25
+ import * as i21 from "./named-filter/named-filter.module";
26
+ import * as i22 from "ngx-jdenticon";
25
27
  export declare function scrollFactory(overlay: Overlay): () => CloseScrollStrategy;
26
- export interface SharedModuleConfig {
27
- loader?: Provider;
28
- }
29
28
  export declare class SharedModule {
30
- static forRoot(config?: SharedModuleConfig): ModuleWithProviders<SharedModule>;
29
+ static forRoot(environment?: Environment): ModuleWithProviders<SharedModule>;
31
30
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
32
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.AppFormField, typeof i2.AppLoadingSpinner, typeof i3.AppHelpModal, typeof i4.UploadFileComponent, typeof i5.UploadFilePopover, typeof i6.SharedTestsPage], [typeof i7.CommonModule, typeof i8.IonicModule, typeof i9.ReactiveFormsModule, typeof i10.TranslateModule, typeof i11.ColorPickerModule, typeof i12.TextMaskModule, typeof i13.DragDropModule, typeof i14.MarkdownModule, typeof i15.SharedMaterialModule, typeof i16.SharedDirectivesModule, typeof i17.SharedPipesModule, typeof i18.SharedHotkeysModule, typeof i19.SharedToolbarModule, typeof i20.SharedNamedFilterModule], [typeof i7.CommonModule, typeof i8.IonicModule, typeof i10.TranslateModule, typeof i9.ReactiveFormsModule, typeof i11.ColorPickerModule, typeof i12.TextMaskModule, typeof i13.DragDropModule, typeof i14.MarkdownModule, typeof i21.NgxJdenticonModule, typeof i15.SharedMaterialModule, typeof i16.SharedDirectivesModule, typeof i17.SharedPipesModule, typeof i18.SharedHotkeysModule, typeof i19.SharedToolbarModule, typeof i20.SharedNamedFilterModule, typeof i1.AppFormField, typeof i2.AppLoadingSpinner, typeof i3.AppHelpModal, typeof i4.UploadFileComponent, typeof i5.UploadFilePopover, typeof i6.SharedTestsPage]>;
31
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.AppFormField, typeof i2.AppLoadingSpinner, typeof i3.AppHelpModal, typeof i4.UploadFileComponent, typeof i5.UploadFilePopover, typeof i6.SharedTestsPage], [typeof i7.CommonModule, typeof i8.IonicModule, typeof i9.ReactiveFormsModule, typeof i10.TranslateModule, typeof i11.ColorPickerModule, typeof i12.TextMaskModule, typeof i13.DragDropModule, typeof i14.MarkdownModule, typeof i15.RxStateModule, typeof i16.SharedMaterialModule, typeof i17.SharedDirectivesModule, typeof i18.SharedPipesModule, typeof i19.SharedHotkeysModule, typeof i20.SharedToolbarModule, typeof i21.SharedNamedFilterModule], [typeof i7.CommonModule, typeof i8.IonicModule, typeof i10.TranslateModule, typeof i9.ReactiveFormsModule, typeof i11.ColorPickerModule, typeof i12.TextMaskModule, typeof i13.DragDropModule, typeof i14.MarkdownModule, typeof i22.NgxJdenticonModule, typeof i15.RxStateModule, typeof i16.SharedMaterialModule, typeof i17.SharedDirectivesModule, typeof i18.SharedPipesModule, typeof i19.SharedHotkeysModule, typeof i20.SharedToolbarModule, typeof i21.SharedNamedFilterModule, typeof i1.AppFormField, typeof i2.AppLoadingSpinner, typeof i3.AppHelpModal, typeof i4.UploadFileComponent, typeof i5.UploadFilePopover, typeof i6.SharedTestsPage]>;
33
32
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
34
33
  }
@@ -53,6 +53,6 @@ export declare class StorageExplorerComponent implements OnInit {
53
53
  protected levelToColor(level: LogLevel): string;
54
54
  protected levelToString: typeof LogUtils.levelToString;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<StorageExplorerComponent, [null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<StorageExplorerComponent, "app-storage-explorer", never, { "mobile": "mobile"; "showSendButton": "showSendButton"; }, {}, never, never, false>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<StorageExplorerComponent, "app-storage-explorer", never, { "mobile": "mobile"; "showSendButton": "showSendButton"; }, {}, never, never, false, never>;
57
57
  }
58
58
  export {};
@@ -21,5 +21,5 @@ export declare class ObservableTestPage implements OnDestroy {
21
21
  log(message: string, ...args: any): void;
22
22
  appendLog(message: string): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<ObservableTestPage, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ObservableTestPage, "app-observable-test", never, {}, {}, never, never, false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<ObservableTestPage, "app-observable-test", never, {}, {}, never, never, false, never>;
25
25
  }
@@ -16,5 +16,5 @@ export declare class SharedTestsPage {
16
16
  constructor(route: ActivatedRoute, router: Router, translate: TranslateService, pages: TestingPage[]);
17
17
  openPage(page: any): Promise<boolean>;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedTestsPage, [null, null, null, { optional: true; }]>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<SharedTestsPage, "app-tests-page", never, {}, {}, never, never, false>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<SharedTestsPage, "app-tests-page", never, {}, {}, never, never, false, never>;
20
20
  }
@@ -11,5 +11,5 @@ export declare class ToastTestingPage {
11
11
  showError(opts?: ShowToastOptions): Promise<import("@ionic/core").OverlayEventDetail<any>>;
12
12
  toggleCloseButton(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastTestingPage, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastTestingPage, "toast-testing", never, {}, {}, never, never, false>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastTestingPage, "toast-testing", never, {}, {}, never, never, false, never>;
15
15
  }
@@ -17,5 +17,5 @@ export declare class ModalToolbarComponent implements OnInit, OnDestroy {
17
17
  ngOnInit(): void;
18
18
  ngOnDestroy(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalToolbarComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalToolbarComponent, "app-modal-toolbar", never, { "modalName": "modalName"; "title": "title"; "color": "color"; "showSpinner": "showSpinner"; "canValidate": "canValidate"; "validateIcon": "validateIcon"; }, { "cancel": "cancel"; "validate": "validate"; }, never, ["[slot=start]", "ion-title", "ion-buttons[slot=end]", "ion-button[slot=end]"], false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalToolbarComponent, "app-modal-toolbar", never, { "modalName": "modalName"; "title": "title"; "color": "color"; "showSpinner": "showSpinner"; "canValidate": "canValidate"; "validateIcon": "validateIcon"; }, { "cancel": "cancel"; "validate": "validate"; }, never, ["[slot=start]", "ion-title", "ion-buttons[slot=end]", "ion-button[slot=end]"], false, never>;
21
21
  }
@@ -59,5 +59,5 @@ export declare class ToolbarComponent implements ToolbarToken, OnInit, OnDestroy
59
59
  protected ionSearchBarChanged(event: Event): void;
60
60
  protected markForCheck(): void;
61
61
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, [null, null, null, null, null, { optional: true; }]>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "app-toolbar", never, { "progressBarMode": "progressBarMode"; "title": "title"; "color": "color"; "class": "class"; "backHref": "backHref"; "defaultBackHref": "defaultBackHref"; "hasValidate": "hasValidate"; "hasClose": "hasClose"; "hasSearch": "hasSearch"; "canGoBack": "canGoBack"; "canShowMenu": "canShowMenu"; }, { "onValidate": "onValidate"; "onClose": "onClose"; "onValidateAndClose": "onValidateAndClose"; "onBackClick": "onBackClick"; "onSearch": "onSearch"; }, never, ["[slot=start]", "ion-title, ion-segment", "ion-buttons[slot=end]", "[slot=end]"], false>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "app-toolbar", never, { "progressBarMode": "progressBarMode"; "title": "title"; "color": "color"; "class": "class"; "backHref": "backHref"; "defaultBackHref": "defaultBackHref"; "hasValidate": "hasValidate"; "hasClose": "hasClose"; "hasSearch": "hasSearch"; "canGoBack": "canGoBack"; "canShowMenu": "canShowMenu"; }, { "onValidate": "onValidate"; "onClose": "onClose"; "onValidateAndClose": "onValidateAndClose"; "onBackClick": "onBackClick"; "onSearch": "onSearch"; }, never, ["[slot=start]", "ion-title, ion-segment", "ion-buttons[slot=end]", "[slot=end]"], false, never>;
63
63
  }
@@ -17,5 +17,5 @@ export declare class UploadFileTestingPage {
17
17
  }>>;
18
18
  deleteFile(file: File): Promise<boolean>;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<UploadFileTestingPage, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<UploadFileTestingPage, "upload-file-testing", never, {}, {}, never, never, false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<UploadFileTestingPage, "upload-file-testing", never, {}, {}, never, never, false, never>;
21
21
  }
@@ -35,5 +35,5 @@ export declare class UploadFilePopover implements UploadFilePopoverOptions<any>
35
35
  cancel(): Promise<boolean>;
36
36
  protected resetError(): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<UploadFilePopover, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<UploadFilePopover, "app-upload-file-popover", never, { "fileExtension": "fileExtension"; "title": "title"; "uniqueFile": "uniqueFile"; "instantUpload": "instantUpload"; "uploadFn": "uploadFn"; "deleteFn": "deleteFn"; "maxParallelUpload": "maxParallelUpload"; }, {}, never, never, false>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<UploadFilePopover, "app-upload-file-popover", never, { "fileExtension": "fileExtension"; "title": "title"; "uniqueFile": "uniqueFile"; "instantUpload": "instantUpload"; "uploadFn": "uploadFn"; "deleteFn": "deleteFn"; "maxParallelUpload": "maxParallelUpload"; }, {}, never, never, false, never>;
39
39
  }
@@ -44,5 +44,5 @@ export declare class UploadFileComponent {
44
44
  uploadFiles(files?: File[]): Promise<UploadFile<any>[]>;
45
45
  waitIdle(opts?: WaitForOptions): Promise<void>;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<UploadFileComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<UploadFileComponent, "app-upload-file", never, { "fileExtension": "fileExtension"; "uniqueFile": "uniqueFile"; "instantUpload": "instantUpload"; "uploadFn": "uploadFn"; "deleteFn": "deleteFn"; "maxParallelUpload": "maxParallelUpload"; }, {}, never, never, false>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<UploadFileComponent, "app-upload-file", never, { "fileExtension": "fileExtension"; "uniqueFile": "uniqueFile"; "instantUpload": "instantUpload"; "uploadFn": "uploadFn"; "deleteFn": "deleteFn"; "maxParallelUpload": "maxParallelUpload"; }, {}, never, never, false, never>;
48
48
  }
@@ -1,9 +1,23 @@
1
+ import { OnInit } from '@angular/core';
1
2
  import { JobProgression } from './job-progression.model';
3
+ import { RxState } from '@rx-angular/state';
4
+ import { Observable } from 'rxjs';
2
5
  import * as i0 from "@angular/core";
3
- export declare class JobProgressionComponent {
4
- jobProgression: JobProgression;
6
+ export interface JobProgressionState {
7
+ name: string;
8
+ message: string;
9
+ value: number;
10
+ type: 'determinate' | 'indeterminate';
11
+ }
12
+ export declare class JobProgressionComponent extends RxState<JobProgressionState> implements OnInit {
5
13
  showName: boolean;
14
+ jobProgression$: Observable<JobProgression>;
15
+ name$: Observable<string>;
16
+ message$: Observable<string>;
17
+ value$: Observable<number>;
18
+ type$: Observable<"determinate" | "indeterminate">;
6
19
  constructor();
20
+ ngOnInit(): void;
7
21
  static ɵfac: i0.ɵɵFactoryDeclaration<JobProgressionComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<JobProgressionComponent, "app-job-progression-component", never, { "jobProgression": "jobProgression"; "showName": "showName"; }, {}, never, never, false>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<JobProgressionComponent, "app-job-progression-component", never, { "showName": "showName"; "jobProgression$": "jobProgression$"; }, {}, never, never, false, never>;
9
23
  }
@@ -1,10 +1,12 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { ThemePalette } from '@angular/material/core';
3
- import { ProgressSpinnerMode } from '@angular/material/progress-spinner';
4
3
  import { IJobProgressionService } from './job-progression.service';
5
4
  import { JobProgression } from './job-progression.model';
5
+ import { BehaviorSubject } from 'rxjs';
6
6
  import { PopoverController } from '@ionic/angular';
7
7
  import { IUserEventAction } from '../../user-event/user-event.model';
8
+ import { ProgressSpinnerMode } from '@angular/material/progress-spinner';
9
+ import { RxState } from '@rx-angular/state';
8
10
  import * as i0 from "@angular/core";
9
11
  export interface JobProgressionOptions {
10
12
  autoHide: boolean;
@@ -12,7 +14,14 @@ export interface JobProgressionOptions {
12
14
  autoRemove: boolean;
13
15
  autoRemoveDelay: number;
14
16
  }
15
- export declare class JobProgressionIcon implements OnInit, OnDestroy {
17
+ export interface JobProgressionIconState {
18
+ visible: boolean;
19
+ mode: ProgressSpinnerMode;
20
+ value: number;
21
+ jobProgressions: BehaviorSubject<JobProgression>[];
22
+ jobCount: number;
23
+ }
24
+ export declare class JobProgressionIcon extends RxState<JobProgressionIconState> implements OnInit, OnDestroy {
16
25
  protected jobProgressionService: IJobProgressionService;
17
26
  protected popoverController: PopoverController;
18
27
  protected cd: ChangeDetectorRef;
@@ -22,12 +31,13 @@ export declare class JobProgressionIcon implements OnInit, OnDestroy {
22
31
  autoHide: boolean;
23
32
  headerActions: IUserEventAction[];
24
33
  jobFinished: EventEmitter<number>;
25
- visible: boolean;
26
34
  disabled: boolean;
27
35
  color: ThemePalette;
28
- mode: ProgressSpinnerMode;
29
- value: number;
30
- jobProgressions: JobProgression[];
36
+ jobProgressions$: import("rxjs").Observable<BehaviorSubject<JobProgression>[]>;
37
+ jobCount$: import("rxjs").Observable<number>;
38
+ visible$: import("rxjs").Observable<boolean>;
39
+ mode$: import("rxjs").Observable<ProgressSpinnerMode>;
40
+ value$: import("rxjs").Observable<number>;
31
41
  protected autoHideDelay: number;
32
42
  protected autoRemove: boolean;
33
43
  protected autoRemoveDelay: number;
@@ -36,14 +46,18 @@ export declare class JobProgressionIcon implements OnInit, OnDestroy {
36
46
  private _subscriptionsById;
37
47
  private _logPrefix;
38
48
  constructor(jobProgressionService: IJobProgressionService, popoverController: PopoverController, cd: ChangeDetectorRef);
49
+ set jobProgressions(jobProgressions: BehaviorSubject<JobProgression>[]);
50
+ get jobProgressions(): BehaviorSubject<JobProgression>[];
39
51
  ngOnInit(): void;
40
- addJob(id: number, job?: JobProgression): void;
41
- removeJob(id: number): void;
42
- getProgression(id: number): JobProgression | undefined;
52
+ addJob(id: number, job?: JobProgression): BehaviorSubject<JobProgression>;
53
+ removeJob(id: number, opts?: {
54
+ emitEvent?: boolean;
55
+ }): void;
56
+ getProgression(id: number): BehaviorSubject<JobProgression> | undefined;
43
57
  updateValue(): void;
44
58
  showList(event: Event): Promise<void>;
45
59
  protected markForCheck(): void;
46
60
  ngOnDestroy(): void;
47
61
  static ɵfac: i0.ɵɵFactoryDeclaration<JobProgressionIcon, [{ optional: true; }, null, null]>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<JobProgressionIcon, "app-job-progression-icon", never, { "debug": "debug"; "titleI18n": "titleI18n"; "options": "options"; "autoHide": "autoHide"; "headerActions": "headerActions"; }, { "jobFinished": "jobFinished"; }, never, never, false>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<JobProgressionIcon, "app-job-progression-icon", never, { "debug": "debug"; "titleI18n": "titleI18n"; "options": "options"; "autoHide": "autoHide"; "headerActions": "headerActions"; }, { "jobFinished": "jobFinished"; }, never, never, false, never>;
49
63
  }
@@ -2,20 +2,20 @@ import { OnInit } from '@angular/core';
2
2
  import { JobProgression } from './job-progression.model';
3
3
  import { IUserEventAction } from '../../user-event/user-event.model';
4
4
  import { PopoverController } from '@ionic/angular';
5
+ import { Observable } from 'rxjs';
5
6
  import * as i0 from "@angular/core";
6
7
  export interface JobProgressionListOptions {
7
8
  titleI18n?: string;
8
- jobProgressions?: JobProgression[];
9
9
  headerActions?: IUserEventAction[];
10
10
  }
11
11
  export declare class JobProgressionList implements OnInit, JobProgressionListOptions {
12
12
  protected popoverController: PopoverController;
13
13
  titleI18n: string;
14
- jobProgressions: JobProgression[];
15
14
  headerActions: IUserEventAction[];
15
+ jobProgressions: Observable<Observable<JobProgression>[]>;
16
16
  constructor(popoverController: PopoverController);
17
17
  ngOnInit(): void;
18
18
  executeAction(event: Event, action: IUserEventAction): Promise<void>;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<JobProgressionList, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<JobProgressionList, "app-job-progression-list", never, { "titleI18n": "titleI18n"; "jobProgressions": "jobProgressions"; "headerActions": "headerActions"; }, {}, never, never, false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<JobProgressionList, "app-job-progression-list", never, { "titleI18n": "titleI18n"; "headerActions": "headerActions"; "jobProgressions": "jobProgressions"; }, {}, never, never, false, never>;
21
21
  }
@@ -1,7 +1,6 @@
1
1
  import { Entity } from '../../../core/services/model/entity.model';
2
2
  export declare class JobProgression extends Entity<JobProgression> {
3
3
  static fromObject: (source: any, opts?: any) => JobProgression;
4
- id: number;
5
4
  name: string;
6
5
  message: string;
7
6
  current: number;
@@ -1,17 +1,14 @@
1
1
  import { JobProgressionIcon, JobProgressionOptions } from '../progression/job-progression.icon';
2
- import { JobProgression } from '../progression/job-progression.model';
3
2
  import { IJobProgressionService } from '../progression/job-progression.service';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class JobProgressionTestingPage {
6
5
  protected jobProgressionService: IJobProgressionService;
7
6
  jobProgressionIcon: JobProgressionIcon;
8
7
  jobId: number;
9
- job: JobProgression;
10
8
  options: JobProgressionOptions;
11
9
  constructor(jobProgressionService: IJobProgressionService);
12
- incrementJob(value: number): void;
13
- addJob(): void;
14
- private createJob;
10
+ createJob(): void;
11
+ jobFinished(id: number): void;
15
12
  static ɵfac: i0.ɵɵFactoryDeclaration<JobProgressionTestingPage, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<JobProgressionTestingPage, "job-progression-testing", never, {}, {}, never, never, false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<JobProgressionTestingPage, "job-progression-testing", never, {}, {}, never, never, false, never>;
17
14
  }
@@ -26,5 +26,5 @@ export declare class MessageForm extends AppForm<Message> implements OnInit {
26
26
  isSamePerson(o1: Person, o2: Person): boolean;
27
27
  protected markForCheck(): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageForm, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageForm, "app-message-form", never, { "suggestFn": "suggestFn"; "subjectMinLength": "subjectMinLength"; "subjectMaxLength": "subjectMaxLength"; "bodyMaxLength": "bodyMaxLength"; "bodyAutoHeight": "bodyAutoHeight"; "canSelectType": "canSelectType"; }, {}, never, never, false>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageForm, "app-message-form", never, { "suggestFn": "suggestFn"; "subjectMinLength": "subjectMinLength"; "subjectMaxLength": "subjectMaxLength"; "bodyMaxLength": "bodyMaxLength"; "bodyAutoHeight": "bodyAutoHeight"; "canSelectType": "canSelectType"; }, {}, never, never, false, never>;
30
30
  }
@@ -35,5 +35,5 @@ export declare class MessageModal implements OnInit, AfterViewInit, MessageModal
35
35
  emitEvent?: boolean;
36
36
  }): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageModal, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageModal, "app-message-modal", never, { "suggestFn": "suggestFn"; "data": "data"; "canSelectType": "canSelectType"; }, {}, never, never, false>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageModal, "app-message-modal", never, { "suggestFn": "suggestFn"; "data": "data"; "canSelectType": "canSelectType"; }, {}, never, never, false, never>;
39
39
  }
@@ -27,5 +27,5 @@ export declare class UserEventNotificationIcon implements OnInit, OnDestroy {
27
27
  showList(event: Event): Promise<void>;
28
28
  ngOnDestroy(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<UserEventNotificationIcon, [{ optional: true; }, null, null, null]>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<UserEventNotificationIcon, "app-user-event-notification-icon", never, { "debug": "debug"; "titleI18n": "titleI18n"; "disabled": "disabled"; "filter": "filter"; "autoHide": "autoHide"; "headerActions": "headerActions"; "footerActions": "footerActions"; }, {}, never, never, false>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserEventNotificationIcon, "app-user-event-notification-icon", never, { "debug": "debug"; "titleI18n": "titleI18n"; "disabled": "disabled"; "filter": "filter"; "autoHide": "autoHide"; "headerActions": "headerActions"; "footerActions": "footerActions"; }, {}, never, never, false, never>;
31
31
  }
@@ -67,5 +67,5 @@ export declare class UserEventNotificationList<E extends IUserEvent<any> = IUser
67
67
  protected markForCheck(): void;
68
68
  protected getPanelElement(): Promise<HTMLElement>;
69
69
  static ɵfac: i0.ɵɵFactoryDeclaration<UserEventNotificationList<any, any>, [null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<UserEventNotificationList<any, any>, "app-user-event-notification-list", never, { "debug": "debug"; "mobile": "mobile"; "titleI18n": "titleI18n"; "sortBy": "sortBy"; "sortDirection": "sortDirection"; "filter": "filter"; "enableInfiniteScroll": "enableInfiniteScroll"; "infiniteScrollThreshold": "infiniteScrollThreshold"; "headerActions": "headerActions"; "footerActions": "footerActions"; "pageSize": "pageSize"; }, { "readEvent": "readEvent"; "readEvents": "readEvents"; }, never, never, false>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserEventNotificationList<any, any>, "app-user-event-notification-list", never, { "debug": "debug"; "mobile": "mobile"; "titleI18n": "titleI18n"; "sortBy": "sortBy"; "sortDirection": "sortDirection"; "filter": "filter"; "enableInfiniteScroll": "enableInfiniteScroll"; "infiniteScrollThreshold": "infiniteScrollThreshold"; "headerActions": "headerActions"; "footerActions": "footerActions"; "pageSize": "pageSize"; }, { "readEvent": "readEvent"; "readEvents": "readEvents"; }, never, never, false, never>;
71
71
  }
@@ -30,5 +30,5 @@ export declare class UserEventTestingPage implements OnDestroy {
30
30
  addNotificationWithDefaultAction(): void;
31
31
  protected showMessage(text: string): Promise<void>;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<UserEventTestingPage, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<UserEventTestingPage, "job-progression-testing", never, {}, {}, never, never, false>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserEventTestingPage, "job-progression-testing", never, {}, {}, never, never, false, never>;
34
34
  }
@@ -11,7 +11,6 @@ export declare class UserEventTest extends Entity<UserEventTest> implements IUse
11
11
  level: EventLevel;
12
12
  issuer: string;
13
13
  recipient: string;
14
- updateDate: Moment;
15
14
  creationDate: Moment;
16
15
  readDate: Moment;
17
16
  message: string | undefined;
@@ -120,5 +120,5 @@ export declare abstract class AbstractUserEventService<E extends IUserEvent<E, I
120
120
  protected unreadEvents(events: E[]): number;
121
121
  protected copyIdAndUpdateDate(source: E, target: E): void;
122
122
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractUserEventService<any, any, any, any, any, any, any, any>, never>;
123
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractUserEventService<any, any, any, any, any, any, any, any>, never, never, {}, {}, never, never, false>;
123
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractUserEventService<any, any, any, any, any, any, any, any>, never, never, {}, {}, never, never, false, never>;
124
124
  }
@@ -198,7 +198,9 @@
198
198
  "TOKEN": "Crypto",
199
199
  "BASIC_AND_TOKEN": "Basic and crypto"
200
200
  },
201
- "ENABLE_AUTH_API_TOKENS": "API > Enable auth tokens"
201
+ "ACCOUNT": {
202
+ "ENABLE_AUTH_TOKENS": "Activer les jetons d'authentifications"
203
+ }
202
204
  }
203
205
  },
204
206
  "MENU": {
@@ -212,12 +214,7 @@
212
214
  "LOCAL_SETTINGS": "Settings",
213
215
  "LOGOUT": "Logout",
214
216
  "ABOUT": "About",
215
- "BTN_MY_ACCOUNT": "My account",
216
-
217
- "TRIPS": "Trips",
218
- "LOGBOOKS": "Logbooks",
219
- "OCCASIONS": "Occasions",
220
- "AUCTION_OCCASIONS": "Auction occasions"
217
+ "BTN_MY_ACCOUNT": "My account"
221
218
  },
222
219
  "ABOUT": {
223
220
  "TITLE": "About",