@sumaris-net/ngx-components 2.6.26 → 2.7.0-rc2

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 (709) hide show
  1. package/esm2022/public_api.mjs +340 -0
  2. package/{esm2020 → esm2022}/src/app/admin/admin-routing.module.mjs +8 -8
  3. package/{esm2020 → esm2022}/src/app/admin/admin.module.mjs +12 -12
  4. package/esm2022/src/app/admin/services/filter/person.filter.mjs +69 -0
  5. package/esm2022/src/app/admin/services/person.service.mjs +174 -0
  6. package/esm2022/src/app/admin/services/validator/person.validator.mjs +72 -0
  7. package/esm2022/src/app/admin/users/users.mjs +264 -0
  8. package/esm2022/src/app/admin/users/users.module.mjs +58 -0
  9. package/{esm2020 → esm2022}/src/app/core/about/about.modal.mjs +20 -7
  10. package/{esm2020 → esm2022}/src/app/core/about/about.module.mjs +9 -9
  11. package/{esm2020 → esm2022}/src/app/core/account/account.module.mjs +22 -22
  12. package/esm2022/src/app/core/account/account.page.mjs +337 -0
  13. package/esm2022/src/app/core/account/new-token.modal.mjs +130 -0
  14. package/esm2022/src/app/core/account/token.table.mjs +146 -0
  15. package/esm2022/src/app/core/auth/auth.form.mjs +140 -0
  16. package/esm2022/src/app/core/auth/auth.modal.mjs +76 -0
  17. package/{esm2020 → esm2022}/src/app/core/auth/auth.module.mjs +16 -16
  18. package/{esm2020 → esm2022}/src/app/core/core.module.mjs +87 -87
  19. package/esm2022/src/app/core/core.testing.module.mjs +93 -0
  20. package/esm2022/src/app/core/form/buttons/form-buttons-bar.component.mjs +109 -0
  21. package/{esm2020 → esm2022}/src/app/core/form/buttons/form-buttons-bar.module.mjs +10 -10
  22. package/esm2022/src/app/core/form/entity/editor.class.mjs +718 -0
  23. package/esm2022/src/app/core/form/entity/entity-editor-modal.class.mjs +436 -0
  24. package/esm2022/src/app/core/form/entity/entity-editor.class.mjs +730 -0
  25. package/esm2022/src/app/core/form/entity/entity-metadata.component.mjs +24 -0
  26. package/{esm2020 → esm2022}/src/app/core/form/entity/entity.module.mjs +11 -11
  27. package/esm2022/src/app/core/form/form.class.mjs +353 -0
  28. package/{esm2020 → esm2022}/src/app/core/form/form.module.mjs +30 -30
  29. package/{esm2020 → esm2022}/src/app/core/form/form.utils.mjs +69 -60
  30. package/esm2022/src/app/core/form/list/list.form.mjs +233 -0
  31. package/{esm2020 → esm2022}/src/app/core/form/list/list.module.mjs +10 -10
  32. package/esm2022/src/app/core/form/properties/properties.form.mjs +143 -0
  33. package/{esm2020 → esm2022}/src/app/core/form/properties/properties.module.mjs +13 -13
  34. package/esm2022/src/app/core/form/properties/properties.table.mjs +269 -0
  35. package/esm2022/src/app/core/form/properties/property.validator.mjs +24 -0
  36. package/esm2022/src/app/core/form/properties/testing/properties-form.test.mjs +95 -0
  37. package/{esm2020 → esm2022}/src/app/core/form/properties/testing/properties-form.testing.module.mjs +11 -11
  38. package/esm2022/src/app/core/form/text-popover/testing/text-popover.testing.mjs +73 -0
  39. package/{esm2020 → esm2022}/src/app/core/form/text-popover/testing/text-popover.testing.module.mjs +10 -10
  40. package/esm2022/src/app/core/form/text-popover/text-popover.component.mjs +152 -0
  41. package/{esm2020 → esm2022}/src/app/core/form/text-popover/text-popover.module.mjs +10 -10
  42. package/{esm2020 → esm2022}/src/app/core/graphql/graphql.module.mjs +6 -6
  43. package/{esm2020 → esm2022}/src/app/core/graphql/graphql.service.mjs +32 -20
  44. package/{esm2020 → esm2022}/src/app/core/graphql/graphql.utils.mjs +2 -1
  45. package/esm2022/src/app/core/home/home.mjs +282 -0
  46. package/esm2022/src/app/core/home/home.module.mjs +51 -0
  47. package/esm2022/src/app/core/icon/icon.component.mjs +40 -0
  48. package/{esm2020 → esm2022}/src/app/core/icon/icon.module.mjs +7 -7
  49. package/esm2022/src/app/core/install/install-upgrade-card.component.mjs +358 -0
  50. package/{esm2020 → esm2022}/src/app/core/install/install-upgrade-card.module.mjs +10 -10
  51. package/esm2022/src/app/core/menu/menu.component.mjs +264 -0
  52. package/esm2022/src/app/core/menu/menu.model.mjs +269 -0
  53. package/esm2022/src/app/core/menu/menu.module.mjs +52 -0
  54. package/esm2022/src/app/core/menu/menu.service.mjs +671 -0
  55. package/esm2022/src/app/core/menu/sub-menu-tab.directive.mjs +109 -0
  56. package/{esm2020 → esm2022}/src/app/core/menu/testing/menu-other.testing.mjs +5 -5
  57. package/esm2022/src/app/core/menu/testing/menu.testing.mjs +122 -0
  58. package/{esm2020 → esm2022}/src/app/core/menu/testing/menu.testing.module.mjs +12 -12
  59. package/esm2022/src/app/core/offline/update-offline-mode-card.component.mjs +29 -0
  60. package/{esm2020 → esm2022}/src/app/core/offline/update-offline-mode-card.module.mjs +10 -10
  61. package/esm2022/src/app/core/peer/select-peer.modal.mjs +193 -0
  62. package/{esm2020 → esm2022}/src/app/core/peer/select-peer.module.mjs +13 -13
  63. package/esm2022/src/app/core/register/register-confirm.page.mjs +88 -0
  64. package/esm2022/src/app/core/register/register.form.mjs +194 -0
  65. package/esm2022/src/app/core/register/register.modal.mjs +55 -0
  66. package/{esm2020 → esm2022}/src/app/core/register/register.module.mjs +13 -13
  67. package/esm2022/src/app/core/services/account.service.mjs +1243 -0
  68. package/esm2022/src/app/core/services/auth-guard.service.mjs +76 -0
  69. package/esm2022/src/app/core/services/base-entity-service.class.mjs +482 -0
  70. package/esm2022/src/app/core/services/base-graphql-service.class.mjs +224 -0
  71. package/esm2022/src/app/core/services/base58.mjs +79 -0
  72. package/esm2022/src/app/core/services/config.service.mjs +367 -0
  73. package/esm2022/src/app/core/services/crypto.service.mjs +107 -0
  74. package/esm2022/src/app/core/services/local-settings.service.mjs +468 -0
  75. package/esm2022/src/app/core/services/model/account.model.mjs +155 -0
  76. package/esm2022/src/app/core/services/model/config.model.mjs +107 -0
  77. package/esm2022/src/app/core/services/model/department.model.mjs +34 -0
  78. package/esm2022/src/app/core/services/model/entity.decorators.mjs +97 -0
  79. package/esm2022/src/app/core/services/model/entity.model.mjs +228 -0
  80. package/esm2022/src/app/core/services/model/peer.model.mjs +83 -0
  81. package/esm2022/src/app/core/services/model/person.model.mjs +110 -0
  82. package/esm2022/src/app/core/services/model/referential.model.mjs +189 -0
  83. package/esm2022/src/app/core/services/model/token.model.mjs +57 -0
  84. package/esm2022/src/app/core/services/network.service.mjs +626 -0
  85. package/{esm2020 → esm2022}/src/app/core/services/pipes/account.pipes.mjs +9 -9
  86. package/{esm2020 → esm2022}/src/app/core/services/pipes/department-to-string.pipe.mjs +5 -5
  87. package/{esm2020 → esm2022}/src/app/core/services/pipes/person-to-string.pipe.mjs +5 -5
  88. package/{esm2020 → esm2022}/src/app/core/services/pipes/usage-mode.pipes.mjs +9 -9
  89. package/{esm2020 → esm2022}/src/app/core/services/platform.service.mjs +29 -7
  90. package/esm2022/src/app/core/services/storage/entities-storage.service.mjs +434 -0
  91. package/esm2022/src/app/core/services/storage/entity-store.class.mjs +458 -0
  92. package/esm2022/src/app/core/services/testing/referential-filter.model.mjs +25 -0
  93. package/esm2022/src/app/core/services/testing/referential.validator.mjs +46 -0
  94. package/esm2022/src/app/core/services/validator/account.validator.mjs +45 -0
  95. package/esm2022/src/app/core/services/validator/base.validator.class.mjs +49 -0
  96. package/esm2022/src/app/core/services/validator/local-settings.validator.mjs +67 -0
  97. package/{esm2020 → esm2022}/src/app/core/services/validator/user-settings.validator.mjs +5 -5
  98. package/{esm2020 → esm2022}/src/app/core/services/validator/user-token.validator.mjs +5 -5
  99. package/{esm2020 → esm2022}/src/app/core/settings/settings.module.mjs +9 -9
  100. package/esm2022/src/app/core/settings/settings.page.mjs +328 -0
  101. package/esm2022/src/app/core/table/actions-column.component.mjs +115 -0
  102. package/esm2022/src/app/core/table/async-table.class.mjs +1740 -0
  103. package/esm2022/src/app/core/table/entities-async-table-datasource.class.mjs +386 -0
  104. package/esm2022/src/app/core/table/entities-table-datasource.class.mjs +401 -0
  105. package/esm2022/src/app/core/table/memory-table.class.mjs +57 -0
  106. package/esm2022/src/app/core/table/table-select-columns.component.mjs +46 -0
  107. package/esm2022/src/app/core/table/table.class.mjs +1781 -0
  108. package/esm2022/src/app/core/table/table.model.mjs +16 -0
  109. package/{esm2020 → esm2022}/src/app/core/table/table.module.mjs +12 -12
  110. package/esm2022/src/app/core/table/testing/table-validator.service.mjs +28 -0
  111. package/esm2022/src/app/core/table/testing/table.testing.mjs +291 -0
  112. package/esm2022/src/app/core/table/testing/table.testing.module.mjs +50 -0
  113. package/esm2022/src/app/core/table/testing/table2-validator.service.mjs +25 -0
  114. package/esm2022/src/app/core/table/testing/table2.testing.mjs +250 -0
  115. package/esm2022/src/app/shared/audio/audio.mjs +251 -0
  116. package/esm2022/src/app/shared/audio/audio.testing.mjs +32 -0
  117. package/{esm2020 → esm2022}/src/app/shared/audio/audio.testing.module.mjs +10 -10
  118. package/esm2022/src/app/shared/capacitor/keyboard.mjs +42 -0
  119. package/esm2022/src/app/shared/capacitor/plugins.mjs +9 -0
  120. package/esm2022/src/app/shared/dates.mjs +149 -0
  121. package/esm2022/src/app/shared/debug/debug.component.mjs +40 -0
  122. package/{esm2020 → esm2022}/src/app/shared/debug/debug.module.mjs +14 -14
  123. package/esm2022/src/app/shared/directives/autofocus.directive.mjs +98 -0
  124. package/esm2022/src/app/shared/directives/autotitle.directive.mjs +32 -0
  125. package/{esm2020 → esm2022}/src/app/shared/directives/directives.module.mjs +13 -13
  126. package/esm2022/src/app/shared/directives/drag-and-drop.directive.mjs +52 -0
  127. package/esm2022/src/app/shared/directives/ng-var.directive.mjs +33 -0
  128. package/esm2022/src/app/shared/directives/resizable/resizable.component.mjs +62 -0
  129. package/esm2022/src/app/shared/directives/resizable/resizable.directive.mjs +45 -0
  130. package/{esm2020 → esm2022}/src/app/shared/directives/resizable/resizable.module.mjs +5 -5
  131. package/esm2022/src/app/shared/file/file.service.mjs +122 -0
  132. package/{esm2020 → esm2022}/src/app/shared/file/file.utils.mjs +2 -2
  133. package/esm2022/src/app/shared/form/field.component.mjs +353 -0
  134. package/{esm2020 → esm2022}/src/app/shared/form/field.model.mjs +1 -1
  135. package/esm2022/src/app/shared/form/loading-spinner.mjs +35 -0
  136. package/{esm2020 → esm2022}/src/app/shared/functions.mjs +5 -4
  137. package/esm2022/src/app/shared/geolocation/geolocation.utils.mjs +82 -0
  138. package/esm2022/src/app/shared/gesture/gesture-config.mjs +46 -0
  139. package/esm2022/src/app/shared/graph/graph-colors.mjs +219 -0
  140. package/esm2022/src/app/shared/guard/component-dirty.guard.mjs +59 -0
  141. package/esm2022/src/app/shared/help/help.modal.mjs +63 -0
  142. package/esm2022/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.mjs +23 -0
  143. package/esm2022/src/app/shared/hotkeys/hotkeys.service.mjs +85 -0
  144. package/{esm2020 → esm2022}/src/app/shared/hotkeys/shared-hotkeys.module.mjs +13 -13
  145. package/esm2022/src/app/shared/image/gallery/image-gallery.component.mjs +388 -0
  146. package/{esm2020 → esm2022}/src/app/shared/image/gallery/image-gallery.module.mjs +22 -22
  147. package/esm2022/src/app/shared/image/gallery/testing/gallegry.model.testing.mjs +26 -0
  148. package/esm2022/src/app/shared/image/gallery/testing/gallery.service.testing.mjs +90 -0
  149. package/esm2022/src/app/shared/image/gallery/testing/gallery.testing.mjs +41 -0
  150. package/{esm2020 → esm2022}/src/app/shared/image/gallery/testing/gallery.testing.module.mjs +16 -16
  151. package/{esm2020 → esm2022}/src/app/shared/image/image.module.mjs +11 -11
  152. package/esm2022/src/app/shared/image/image.service.mjs +104 -0
  153. package/esm2022/src/app/shared/inputs.mjs +231 -0
  154. package/esm2022/src/app/shared/interceptors/progess.interceptor.mjs +28 -0
  155. package/esm2022/src/app/shared/logging/logging-service.class.mjs +128 -0
  156. package/{esm2020 → esm2022}/src/app/shared/logging/logging-service.module.mjs +8 -8
  157. package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.config.mjs +49 -0
  158. package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +961 -0
  159. package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.module.mjs +82 -0
  160. package/esm2022/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +217 -0
  161. package/esm2022/src/app/shared/material/badge/badge.directive.mjs +209 -0
  162. package/{esm2020 → esm2022}/src/app/shared/material/badge/badge.module.mjs +9 -9
  163. package/esm2022/src/app/shared/material/badge/badge.test.mjs +42 -0
  164. package/esm2022/src/app/shared/material/boolean/boolean.module.mjs +72 -0
  165. package/esm2022/src/app/shared/material/boolean/material-boolean2.mjs +266 -0
  166. package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +271 -0
  167. package/esm2022/src/app/shared/material/boolean/testing/boolean.test.page.mjs +54 -0
  168. package/esm2022/src/app/shared/material/chips/chips.module.mjs +76 -0
  169. package/esm2022/src/app/shared/material/chips/material.chips.mjs +719 -0
  170. package/esm2022/src/app/shared/material/chips/testing/chips.test.mjs +148 -0
  171. package/{esm2020 → esm2022}/src/app/shared/material/datetime/datetime.module.mjs +38 -38
  172. package/esm2022/src/app/shared/material/datetime/material.date.mjs +396 -0
  173. package/esm2022/src/app/shared/material/datetime/material.dateshort.mjs +406 -0
  174. package/esm2022/src/app/shared/material/datetime/material.datetime.mjs +549 -0
  175. package/esm2022/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +132 -0
  176. package/esm2022/src/app/shared/material/datetime/testing/mat-date.test.mjs +123 -0
  177. package/esm2022/src/app/shared/material/datetime/testing/mat-dateshort.test.mjs +115 -0
  178. package/esm2022/src/app/shared/material/duration/duration.module.mjs +70 -0
  179. package/{esm2020 → esm2022}/src/app/shared/material/duration/duration.utils.mjs +2 -2
  180. package/esm2022/src/app/shared/material/duration/material.duration.mjs +273 -0
  181. package/esm2022/src/app/shared/material/duration/testing/mat-duration.test.mjs +79 -0
  182. package/{esm2020 → esm2022}/src/app/shared/material/latlong/latlong.utils.mjs +3 -3
  183. package/esm2022/src/app/shared/material/latlong/material.latlong.mjs +440 -0
  184. package/esm2022/src/app/shared/material/latlong/material.latlong.module.mjs +72 -0
  185. package/esm2022/src/app/shared/material/latlong/testing/latlong.test.mjs +113 -0
  186. package/esm2022/src/app/shared/material/material.module.mjs +229 -0
  187. package/esm2022/src/app/shared/material/material.testing.module.mjs +221 -0
  188. package/esm2022/src/app/shared/material/numpad/numpad.append-to-input.directive.mjs +104 -0
  189. package/esm2022/src/app/shared/material/numpad/numpad.component.mjs +83 -0
  190. package/esm2022/src/app/shared/material/numpad/numpad.container.mjs +203 -0
  191. package/esm2022/src/app/shared/material/numpad/numpad.content.mjs +19 -0
  192. package/esm2022/src/app/shared/material/numpad/numpad.directive.mjs +168 -0
  193. package/esm2022/src/app/shared/material/numpad/numpad.dom-service.mjs +36 -0
  194. package/esm2022/src/app/shared/material/numpad/numpad.model.mjs +16 -0
  195. package/{esm2020 → esm2022}/src/app/shared/material/numpad/numpad.module.mjs +21 -21
  196. package/esm2022/src/app/shared/material/numpad/testing/numpad.test.mjs +48 -0
  197. package/esm2022/src/app/shared/material/paginator/material.paginator-i18n.mjs +48 -0
  198. package/esm2022/src/app/shared/material/stepper/material.stepper-i18n.mjs +23 -0
  199. package/esm2022/src/app/shared/material/swipe/material.swipe.mjs +368 -0
  200. package/esm2022/src/app/shared/material/swipe/swipe.module.mjs +56 -0
  201. package/esm2022/src/app/shared/material/swipe/testing/swipe.test.mjs +67 -0
  202. package/esm2022/src/app/shared/material/testing/common.test.mjs +105 -0
  203. package/esm2022/src/app/shared/material/text/testing/text-form.testing.mjs +31 -0
  204. package/esm2022/src/app/shared/material/text/text-form.component.mjs +97 -0
  205. package/{esm2020 → esm2022}/src/app/shared/material/text/text-form.module.mjs +24 -24
  206. package/esm2022/src/app/shared/named-filter/named-filter-selector.component.mjs +236 -0
  207. package/esm2022/src/app/shared/named-filter/named-filter.model.mjs +49 -0
  208. package/{esm2020 → esm2022}/src/app/shared/named-filter/named-filter.module.mjs +5 -5
  209. package/esm2022/src/app/shared/named-filter/named-filter.service.mjs +69 -0
  210. package/{esm2020 → esm2022}/src/app/shared/pipes/arrays.pipe.mjs +25 -25
  211. package/esm2022/src/app/shared/pipes/colors.pipe.mjs +27 -0
  212. package/esm2022/src/app/shared/pipes/date-diff-duration.pipe.mjs +51 -0
  213. package/esm2022/src/app/shared/pipes/date-format.pipe.mjs +72 -0
  214. package/esm2022/src/app/shared/pipes/date-from-now.pipe.mjs +28 -0
  215. package/esm2022/src/app/shared/pipes/duration.pipe.mjs +36 -0
  216. package/esm2022/src/app/shared/pipes/file-size.pipe.mjs +60 -0
  217. package/esm2022/src/app/shared/pipes/form.pipes.mjs +194 -0
  218. package/{esm2020 → esm2022}/src/app/shared/pipes/highlight.pipe.mjs +5 -5
  219. package/esm2022/src/app/shared/pipes/latlong-format.pipe.mjs +42 -0
  220. package/{esm2020 → esm2022}/src/app/shared/pipes/maps.pipe.mjs +13 -13
  221. package/esm2022/src/app/shared/pipes/maskito.pipe.mjs +118 -0
  222. package/{esm2020 → esm2022}/src/app/shared/pipes/math.pipes.mjs +13 -13
  223. package/esm2022/src/app/shared/pipes/ng-init.pipe.mjs +19 -0
  224. package/{esm2020 → esm2022}/src/app/shared/pipes/number-format.pipe.mjs +5 -5
  225. package/esm2022/src/app/shared/pipes/pipes.module.mjs +256 -0
  226. package/esm2022/src/app/shared/pipes/property.pipes.mjs +97 -0
  227. package/esm2022/src/app/shared/pipes/string.pipes.mjs +135 -0
  228. package/esm2022/src/app/shared/pipes/translate-context.pipe.mjs +44 -0
  229. package/esm2022/src/app/shared/pipes/types.pipes.mjs +58 -0
  230. package/esm2022/src/app/shared/rx-state.module.mjs +23 -0
  231. package/esm2022/src/app/shared/services/memory-entity-service.class.mjs +347 -0
  232. package/esm2022/src/app/shared/services/progress-bar.service.mjs +31 -0
  233. package/esm2022/src/app/shared/services/startable-observable-service.class.mjs +121 -0
  234. package/{esm2020 → esm2022}/src/app/shared/services/startable-service.class.mjs +21 -18
  235. package/esm2022/src/app/shared/services/translate-context.service.mjs +104 -0
  236. package/{esm2020 → esm2022}/src/app/shared/shared-routing.module.mjs +12 -12
  237. package/esm2022/src/app/shared/shared.module.mjs +231 -0
  238. package/{esm2020 → esm2022}/src/app/shared/shared.testing.module.mjs +40 -40
  239. package/esm2022/src/app/shared/storage/storage-explorer.component.mjs +286 -0
  240. package/esm2022/src/app/shared/storage/storage-explorer.module.mjs +46 -0
  241. package/{esm2020 → esm2022}/src/app/shared/storage/storage-explorer.testing-routing.module.mjs +7 -7
  242. package/{esm2020 → esm2022}/src/app/shared/storage/storage-explorer.testing.module.mjs +6 -6
  243. package/esm2022/src/app/shared/storage/storage.service.mjs +134 -0
  244. package/{esm2020 → esm2022}/src/app/shared/storage/storage.utils.mjs +1 -1
  245. package/esm2022/src/app/shared/testing/observable.test.mjs +96 -0
  246. package/esm2022/src/app/shared/testing/tests.page.mjs +37 -0
  247. package/esm2022/src/app/shared/toast/toast.testing.mjs +52 -0
  248. package/{esm2020 → esm2022}/src/app/shared/toast/toast.testing.module.mjs +10 -10
  249. package/esm2022/src/app/shared/toast/toasts.mjs +144 -0
  250. package/esm2022/src/app/shared/toolbar/modal-toolbar.mjs +60 -0
  251. package/esm2022/src/app/shared/toolbar/toolbar.mjs +263 -0
  252. package/esm2022/src/app/shared/toolbar/toolbar.module.mjs +57 -0
  253. package/esm2022/src/app/shared/upload-file/testing/upload-file.testing.mjs +59 -0
  254. package/{esm2020 → esm2022}/src/app/shared/upload-file/testing/upload-file.testing.module.mjs +10 -10
  255. package/esm2022/src/app/shared/upload-file/upload-file-popover.component.mjs +107 -0
  256. package/esm2022/src/app/shared/upload-file/upload-file.component.mjs +211 -0
  257. package/esm2022/src/app/shared/upload-file/upload-file.model.mjs +27 -0
  258. package/esm2022/src/app/shared/validator/form-error-adapter.class.mjs +106 -0
  259. package/esm2022/src/app/shared/validator/validators.mjs +580 -0
  260. package/esm2022/src/app/shared/version/versions.mjs +81 -0
  261. package/esm2022/src/app/social/job/job.module.mjs +42 -0
  262. package/esm2022/src/app/social/job/progression/job-progression.component.mjs +35 -0
  263. package/esm2022/src/app/social/job/progression/job-progression.icon.mjs +232 -0
  264. package/esm2022/src/app/social/job/progression/job-progression.list.mjs +50 -0
  265. package/esm2022/src/app/social/job/progression/job-progression.model.mjs +29 -0
  266. package/esm2022/src/app/social/job/progression/job-progression.service.mjs +73 -0
  267. package/esm2022/src/app/social/job/testing/job-progression.testing.mjs +43 -0
  268. package/esm2022/src/app/social/job/testing/job-progression.testing.service.mjs +53 -0
  269. package/{esm2020 → esm2022}/src/app/social/job/testing/job.testing.module.mjs +9 -9
  270. package/esm2022/src/app/social/message/message.form.mjs +140 -0
  271. package/esm2022/src/app/social/message/message.modal.mjs +110 -0
  272. package/esm2022/src/app/social/message/message.model.mjs +75 -0
  273. package/{esm2020 → esm2022}/src/app/social/message/message.module.mjs +5 -5
  274. package/esm2022/src/app/social/message/message.service.mjs +110 -0
  275. package/{esm2020 → esm2022}/src/app/social/social.module.mjs +19 -19
  276. package/{esm2020 → esm2022}/src/app/social/social.testing.module.mjs +10 -10
  277. package/esm2022/src/app/social/user-event/notification/user-event-notification.icon.mjs +123 -0
  278. package/esm2022/src/app/social/user-event/notification/user-event-notification.list.mjs +263 -0
  279. package/esm2022/src/app/social/user-event/testing/user-event.testing.mjs +233 -0
  280. package/esm2022/src/app/social/user-event/testing/user-event.testing.model.mjs +129 -0
  281. package/{esm2020 → esm2022}/src/app/social/user-event/testing/user-event.testing.module.mjs +9 -9
  282. package/esm2022/src/app/social/user-event/testing/user-event.testing.service.mjs +116 -0
  283. package/esm2022/src/app/social/user-event/user-event.module.mjs +43 -0
  284. package/esm2022/src/app/social/user-event/user-event.service.mjs +512 -0
  285. package/esm2022/src/environments/environment.class.mjs +50 -0
  286. package/esm2022/src/environments/environment.loader.mjs +83 -0
  287. package/{esm2020 → esm2022}/src/environments/environment.mjs +3 -3
  288. package/{fesm2020 → fesm2022}/sumaris-net.ngx-components.mjs +12695 -10274
  289. package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -0
  290. package/package.json +37 -17
  291. package/public_api.d.ts +12 -4
  292. package/src/app/admin/users/users.d.ts +1 -1
  293. package/src/app/admin/users/users.module.d.ts +2 -1
  294. package/src/app/core/about/about.modal.d.ts +1 -1
  295. package/src/app/core/account/account.page.d.ts +1 -1
  296. package/src/app/core/account/new-token.modal.d.ts +1 -1
  297. package/src/app/core/account/token.table.d.ts +1 -1
  298. package/src/app/core/auth/auth.form.d.ts +1 -1
  299. package/src/app/core/auth/auth.modal.d.ts +1 -1
  300. package/src/app/core/form/buttons/form-buttons-bar.component.d.ts +1 -1
  301. package/src/app/core/form/entity/editor.class.d.ts +3 -3
  302. package/src/app/core/form/entity/entity-editor-modal.class.d.ts +1 -1
  303. package/src/app/core/form/entity/entity-editor.class.d.ts +1 -1
  304. package/src/app/core/form/entity/entity-metadata.component.d.ts +1 -1
  305. package/src/app/core/form/form.class.d.ts +1 -1
  306. package/src/app/core/form/list/list.form.d.ts +1 -1
  307. package/src/app/core/form/properties/properties.form.d.ts +1 -1
  308. package/src/app/core/form/properties/properties.table.d.ts +2 -3
  309. package/src/app/core/form/properties/property.validator.d.ts +1 -1
  310. package/src/app/core/form/properties/testing/properties-form.test.d.ts +1 -1
  311. package/src/app/core/form/text-popover/testing/text-popover.testing.d.ts +1 -1
  312. package/src/app/core/form/text-popover/text-popover.component.d.ts +1 -1
  313. package/src/app/core/graphql/graphql.utils.d.ts +1 -1
  314. package/src/app/core/home/home.d.ts +1 -1
  315. package/src/app/core/home/home.module.d.ts +4 -3
  316. package/src/app/core/icon/icon.component.d.ts +1 -1
  317. package/src/app/core/install/install-upgrade-card.component.d.ts +1 -1
  318. package/src/app/core/menu/menu.component.d.ts +2 -2
  319. package/src/app/core/menu/menu.model.d.ts +0 -1
  320. package/src/app/core/menu/menu.module.d.ts +3 -5
  321. package/src/app/core/menu/menu.service.d.ts +1 -1
  322. package/src/app/core/menu/sub-menu-tab.directive.d.ts +1 -1
  323. package/src/app/core/menu/testing/menu-other.testing.d.ts +1 -1
  324. package/src/app/core/menu/testing/menu.testing.d.ts +1 -1
  325. package/src/app/core/offline/update-offline-mode-card.component.d.ts +1 -1
  326. package/src/app/core/peer/select-peer.modal.d.ts +1 -1
  327. package/src/app/core/register/register-confirm.page.d.ts +1 -1
  328. package/src/app/core/register/register.form.d.ts +1 -1
  329. package/src/app/core/register/register.modal.d.ts +1 -1
  330. package/src/app/core/services/base-entity-service.class.d.ts +2 -2
  331. package/src/app/core/services/base-graphql-service.class.d.ts +1 -1
  332. package/src/app/core/services/model/person.model.d.ts +1 -1
  333. package/src/app/core/services/model/settings.model.d.ts +1 -1
  334. package/src/app/core/services/network.types.d.ts +2 -2
  335. package/src/app/core/services/storage/entity-store.class.d.ts +1 -1
  336. package/src/app/core/services/validator/base.validator.class.d.ts +1 -1
  337. package/src/app/core/settings/settings.page.d.ts +1 -1
  338. package/src/app/core/table/actions-column.component.d.ts +2 -2
  339. package/src/app/core/table/async-table.class.d.ts +1 -1
  340. package/src/app/core/table/entities-async-table-datasource.class.d.ts +1 -1
  341. package/src/app/core/table/entities-table-datasource.class.d.ts +1 -1
  342. package/src/app/core/table/memory-table.class.d.ts +3 -3
  343. package/src/app/core/table/table-select-columns.component.d.ts +1 -1
  344. package/src/app/core/table/table.class.d.ts +4 -3
  345. package/src/app/core/table/table.model.d.ts +1 -1
  346. package/src/app/core/table/testing/table.testing.d.ts +5 -4
  347. package/src/app/core/table/testing/table.testing.module.d.ts +8 -5
  348. package/src/app/core/table/testing/table2-validator.service.d.ts +15 -0
  349. package/src/app/core/table/testing/table2.testing.d.ts +45 -0
  350. package/src/app/shared/audio/audio.d.ts +1 -1
  351. package/src/app/shared/audio/audio.testing.d.ts +1 -1
  352. package/src/app/shared/debug/debug.component.d.ts +1 -1
  353. package/src/app/shared/directives/autofocus.directive.d.ts +1 -1
  354. package/src/app/shared/directives/autotitle.directive.d.ts +1 -1
  355. package/src/app/shared/directives/drag-and-drop.directive.d.ts +1 -1
  356. package/src/app/shared/directives/ng-var.directive.d.ts +1 -1
  357. package/src/app/shared/directives/resizable/resizable.component.d.ts +1 -1
  358. package/src/app/shared/directives/resizable/resizable.directive.d.ts +1 -1
  359. package/src/app/shared/events.d.ts +1 -1
  360. package/src/app/shared/form/field.component.d.ts +4 -5
  361. package/src/app/shared/form/field.model.d.ts +2 -0
  362. package/src/app/shared/form/loading-spinner.d.ts +1 -1
  363. package/src/app/shared/functions.d.ts +2 -2
  364. package/src/app/shared/help/help.modal.d.ts +2 -2
  365. package/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.d.ts +3 -5
  366. package/src/app/shared/hotkeys/hotkeys.service.d.ts +3 -3
  367. package/src/app/shared/image/gallery/image-gallery.component.d.ts +3 -3
  368. package/src/app/shared/image/gallery/testing/gallery.testing.d.ts +2 -2
  369. package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +8 -8
  370. package/src/app/shared/material/autocomplete/material.autocomplete.module.d.ts +10 -9
  371. package/src/app/shared/material/autocomplete/testing/autocomplete.test.d.ts +1 -1
  372. package/src/app/shared/material/badge/badge.directive.d.ts +1 -1
  373. package/src/app/shared/material/badge/badge.test.d.ts +1 -1
  374. package/src/app/shared/material/boolean/boolean.module.d.ts +12 -11
  375. package/src/app/shared/material/boolean/material-boolean2.d.ts +66 -0
  376. package/src/app/shared/material/boolean/material.boolean.d.ts +5 -4
  377. package/src/app/shared/material/boolean/testing/boolean.test.page.d.ts +21 -0
  378. package/src/app/shared/material/chips/material.chips.d.ts +8 -9
  379. package/src/app/shared/material/chips/testing/chips.test.d.ts +2 -2
  380. package/src/app/shared/material/datetime/datetime.module.d.ts +2 -2
  381. package/src/app/shared/material/datetime/material.date.d.ts +5 -4
  382. package/src/app/shared/material/datetime/material.dateshort.d.ts +8 -7
  383. package/src/app/shared/material/datetime/material.datetime.d.ts +16 -8
  384. package/src/app/shared/material/datetime/testing/mat-date-time.test.d.ts +7 -1
  385. package/src/app/shared/material/datetime/testing/mat-date.test.d.ts +3 -1
  386. package/src/app/shared/material/datetime/testing/mat-dateshort.test.d.ts +3 -1
  387. package/src/app/shared/material/duration/duration.module.d.ts +6 -5
  388. package/src/app/shared/material/duration/material.duration.d.ts +6 -5
  389. package/src/app/shared/material/duration/testing/mat-duration.test.d.ts +22 -0
  390. package/src/app/shared/material/latlong/material.latlong.d.ts +16 -9
  391. package/src/app/shared/material/latlong/material.latlong.module.d.ts +9 -8
  392. package/src/app/shared/material/latlong/testing/latlong.test.d.ts +3 -1
  393. package/src/app/shared/material/material.testing.module.d.ts +23 -19
  394. package/src/app/shared/material/numpad/numpad.append-to-input.directive.d.ts +1 -1
  395. package/src/app/shared/material/numpad/numpad.component.d.ts +1 -1
  396. package/src/app/shared/material/numpad/numpad.container.d.ts +1 -1
  397. package/src/app/shared/material/numpad/numpad.content.d.ts +1 -1
  398. package/src/app/shared/material/numpad/numpad.directive.d.ts +1 -1
  399. package/src/app/shared/material/numpad/numpad.dom-service.d.ts +3 -3
  400. package/src/app/shared/material/numpad/testing/numpad.test.d.ts +1 -1
  401. package/src/app/shared/material/paginator/material.paginator-i18n.d.ts +0 -3
  402. package/src/app/shared/material/swipe/material.swipe.d.ts +6 -6
  403. package/src/app/shared/material/swipe/swipe.module.d.ts +2 -1
  404. package/src/app/shared/material/swipe/testing/swipe.test.d.ts +1 -1
  405. package/src/app/shared/material/testing/common.test.d.ts +25 -0
  406. package/src/app/shared/material/text/testing/text-form.testing.d.ts +1 -1
  407. package/src/app/shared/material/text/text-form.component.d.ts +1 -1
  408. package/src/app/shared/named-filter/named-filter-selector.component.d.ts +1 -1
  409. package/src/app/shared/named-filter/named-filter.service.d.ts +1 -1
  410. package/src/app/shared/pipes/maskito.pipe.d.ts +16 -0
  411. package/src/app/shared/pipes/ng-init.pipe.d.ts +1 -1
  412. package/src/app/shared/pipes/pipes.module.d.ts +5 -4
  413. package/src/app/shared/pipes/string.pipes.d.ts +6 -0
  414. package/src/app/shared/pipes/types.pipes.d.ts +7 -0
  415. package/src/app/shared/rx-state.module.d.ts +10 -0
  416. package/src/app/shared/services/job.utils.d.ts +1 -1
  417. package/src/app/shared/services/memory-entity-service.class.d.ts +1 -1
  418. package/src/app/shared/services/startable-observable-service.class.d.ts +3 -0
  419. package/src/app/shared/services/startable-service.class.d.ts +3 -0
  420. package/src/app/shared/shared.module.d.ts +4 -4
  421. package/src/app/shared/storage/storage-explorer.component.d.ts +1 -1
  422. package/src/app/shared/storage/storage-explorer.module.d.ts +3 -3
  423. package/src/app/shared/storage/storage.service.d.ts +1 -1
  424. package/src/app/shared/storage/storage.utils.d.ts +1 -1
  425. package/src/app/shared/testing/observable.test.d.ts +1 -1
  426. package/src/app/shared/testing/tests.page.d.ts +1 -1
  427. package/src/app/shared/toast/toast.testing.d.ts +1 -1
  428. package/src/app/shared/toolbar/modal-toolbar.d.ts +1 -1
  429. package/src/app/shared/toolbar/toolbar.d.ts +1 -1
  430. package/src/app/shared/toolbar/toolbar.module.d.ts +4 -3
  431. package/src/app/shared/upload-file/testing/upload-file.testing.d.ts +1 -1
  432. package/src/app/shared/upload-file/upload-file-popover.component.d.ts +1 -1
  433. package/src/app/shared/upload-file/upload-file.component.d.ts +1 -1
  434. package/src/app/shared/upload-file/upload-file.model.d.ts +2 -2
  435. package/src/app/social/job/progression/job-progression.component.d.ts +17 -3
  436. package/src/app/social/job/progression/job-progression.icon.d.ts +24 -10
  437. package/src/app/social/job/progression/job-progression.list.d.ts +3 -3
  438. package/src/app/social/job/progression/job-progression.model.d.ts +0 -1
  439. package/src/app/social/job/testing/job-progression.testing.d.ts +3 -6
  440. package/src/app/social/message/message.form.d.ts +1 -1
  441. package/src/app/social/message/message.modal.d.ts +1 -1
  442. package/src/app/social/user-event/notification/user-event-notification.icon.d.ts +4 -3
  443. package/src/app/social/user-event/notification/user-event-notification.list.d.ts +1 -1
  444. package/src/app/social/user-event/testing/user-event.testing.d.ts +1 -1
  445. package/src/app/social/user-event/testing/user-event.testing.model.d.ts +0 -1
  446. package/src/app/social/user-event/user-event.model.d.ts +2 -2
  447. package/src/app/social/user-event/user-event.module.d.ts +3 -2
  448. package/src/app/social/user-event/user-event.service.d.ts +1 -1
  449. package/src/assets/i18n/fr.json +2 -2
  450. package/src/assets/img/logo/logo-eis.png +0 -0
  451. package/src/assets/manifest.json +1 -1
  452. package/src/environments/environment.loader.d.ts +1 -1
  453. package/src/theme/_material.globals.scss +51 -19
  454. package/src/theme/_material.scss +35 -19
  455. package/src/theme/_mixins.scss +4 -4
  456. package/src/theme/_ngx-components.globals.scss +6 -1
  457. package/src/theme/_ngx-components.scss +264 -535
  458. package/src/theme/_ngx-components.table.scss +597 -0
  459. package/src/theme/_theme.scss +1 -0
  460. package/esm2020/public_api.mjs +0 -332
  461. package/esm2020/src/app/admin/services/filter/person.filter.mjs +0 -59
  462. package/esm2020/src/app/admin/services/person.service.mjs +0 -170
  463. package/esm2020/src/app/admin/services/validator/person.validator.mjs +0 -71
  464. package/esm2020/src/app/admin/users/users.mjs +0 -250
  465. package/esm2020/src/app/admin/users/users.module.mjs +0 -54
  466. package/esm2020/src/app/core/account/account.page.mjs +0 -319
  467. package/esm2020/src/app/core/account/new-token.modal.mjs +0 -121
  468. package/esm2020/src/app/core/account/token.table.mjs +0 -141
  469. package/esm2020/src/app/core/auth/auth.form.mjs +0 -131
  470. package/esm2020/src/app/core/auth/auth.modal.mjs +0 -72
  471. package/esm2020/src/app/core/core.testing.module.mjs +0 -86
  472. package/esm2020/src/app/core/form/buttons/form-buttons-bar.component.mjs +0 -107
  473. package/esm2020/src/app/core/form/entity/editor.class.mjs +0 -685
  474. package/esm2020/src/app/core/form/entity/entity-editor-modal.class.mjs +0 -422
  475. package/esm2020/src/app/core/form/entity/entity-editor.class.mjs +0 -696
  476. package/esm2020/src/app/core/form/entity/entity-metadata.component.mjs +0 -25
  477. package/esm2020/src/app/core/form/form.class.mjs +0 -345
  478. package/esm2020/src/app/core/form/list/list.form.mjs +0 -222
  479. package/esm2020/src/app/core/form/properties/properties.form.mjs +0 -132
  480. package/esm2020/src/app/core/form/properties/properties.table.mjs +0 -267
  481. package/esm2020/src/app/core/form/properties/property.validator.mjs +0 -23
  482. package/esm2020/src/app/core/form/properties/testing/properties-form.test.mjs +0 -90
  483. package/esm2020/src/app/core/form/text-popover/testing/text-popover.testing.mjs +0 -70
  484. package/esm2020/src/app/core/form/text-popover/text-popover.component.mjs +0 -146
  485. package/esm2020/src/app/core/home/home.mjs +0 -257
  486. package/esm2020/src/app/core/home/home.module.mjs +0 -48
  487. package/esm2020/src/app/core/icon/icon.component.mjs +0 -41
  488. package/esm2020/src/app/core/install/install-upgrade-card.component.mjs +0 -344
  489. package/esm2020/src/app/core/menu/menu.component.mjs +0 -242
  490. package/esm2020/src/app/core/menu/menu.model.mjs +0 -247
  491. package/esm2020/src/app/core/menu/menu.module.mjs +0 -57
  492. package/esm2020/src/app/core/menu/menu.service.mjs +0 -660
  493. package/esm2020/src/app/core/menu/sub-menu-tab.directive.mjs +0 -98
  494. package/esm2020/src/app/core/menu/testing/menu.testing.mjs +0 -121
  495. package/esm2020/src/app/core/offline/update-offline-mode-card.component.mjs +0 -27
  496. package/esm2020/src/app/core/peer/select-peer.modal.mjs +0 -183
  497. package/esm2020/src/app/core/register/register-confirm.page.mjs +0 -81
  498. package/esm2020/src/app/core/register/register.form.mjs +0 -183
  499. package/esm2020/src/app/core/register/register.modal.mjs +0 -52
  500. package/esm2020/src/app/core/services/account.service.mjs +0 -1235
  501. package/esm2020/src/app/core/services/auth-guard.service.mjs +0 -71
  502. package/esm2020/src/app/core/services/base-entity-service.class.mjs +0 -468
  503. package/esm2020/src/app/core/services/base-graphql-service.class.mjs +0 -221
  504. package/esm2020/src/app/core/services/base58.mjs +0 -78
  505. package/esm2020/src/app/core/services/config.service.mjs +0 -357
  506. package/esm2020/src/app/core/services/crypto.service.mjs +0 -107
  507. package/esm2020/src/app/core/services/local-settings.service.mjs +0 -460
  508. package/esm2020/src/app/core/services/model/account.model.mjs +0 -147
  509. package/esm2020/src/app/core/services/model/config.model.mjs +0 -92
  510. package/esm2020/src/app/core/services/model/department.model.mjs +0 -30
  511. package/esm2020/src/app/core/services/model/entity.decorators.mjs +0 -97
  512. package/esm2020/src/app/core/services/model/entity.model.mjs +0 -225
  513. package/esm2020/src/app/core/services/model/peer.model.mjs +0 -68
  514. package/esm2020/src/app/core/services/model/person.model.mjs +0 -97
  515. package/esm2020/src/app/core/services/model/referential.model.mjs +0 -167
  516. package/esm2020/src/app/core/services/model/token.model.mjs +0 -52
  517. package/esm2020/src/app/core/services/network.service.mjs +0 -607
  518. package/esm2020/src/app/core/services/storage/entities-storage.service.mjs +0 -428
  519. package/esm2020/src/app/core/services/storage/entity-store.class.mjs +0 -449
  520. package/esm2020/src/app/core/services/testing/referential-filter.model.mjs +0 -23
  521. package/esm2020/src/app/core/services/testing/referential.validator.mjs +0 -45
  522. package/esm2020/src/app/core/services/validator/account.validator.mjs +0 -41
  523. package/esm2020/src/app/core/services/validator/base.validator.class.mjs +0 -47
  524. package/esm2020/src/app/core/services/validator/local-settings.validator.mjs +0 -66
  525. package/esm2020/src/app/core/settings/settings.page.mjs +0 -312
  526. package/esm2020/src/app/core/table/actions-column.component.mjs +0 -102
  527. package/esm2020/src/app/core/table/async-table.class.mjs +0 -1698
  528. package/esm2020/src/app/core/table/entities-async-table-datasource.class.mjs +0 -384
  529. package/esm2020/src/app/core/table/entities-table-datasource.class.mjs +0 -399
  530. package/esm2020/src/app/core/table/memory-table.class.mjs +0 -53
  531. package/esm2020/src/app/core/table/table-select-columns.component.mjs +0 -43
  532. package/esm2020/src/app/core/table/table.class.mjs +0 -1733
  533. package/esm2020/src/app/core/table/table.model.mjs +0 -12
  534. package/esm2020/src/app/core/table/testing/table-validator.service.mjs +0 -27
  535. package/esm2020/src/app/core/table/testing/table.testing.mjs +0 -281
  536. package/esm2020/src/app/core/table/testing/table.testing.module.mjs +0 -38
  537. package/esm2020/src/app/shared/audio/audio.mjs +0 -248
  538. package/esm2020/src/app/shared/audio/audio.testing.mjs +0 -31
  539. package/esm2020/src/app/shared/capacitor/keyboard.mjs +0 -40
  540. package/esm2020/src/app/shared/capacitor/plugins.mjs +0 -9
  541. package/esm2020/src/app/shared/dates.mjs +0 -149
  542. package/esm2020/src/app/shared/debug/debug.component.mjs +0 -39
  543. package/esm2020/src/app/shared/directives/autofocus.directive.mjs +0 -93
  544. package/esm2020/src/app/shared/directives/autotitle.directive.mjs +0 -30
  545. package/esm2020/src/app/shared/directives/drag-and-drop.directive.mjs +0 -53
  546. package/esm2020/src/app/shared/directives/ng-var.directive.mjs +0 -31
  547. package/esm2020/src/app/shared/directives/resizable/resizable.component.mjs +0 -59
  548. package/esm2020/src/app/shared/directives/resizable/resizable.directive.mjs +0 -40
  549. package/esm2020/src/app/shared/file/file.service.mjs +0 -117
  550. package/esm2020/src/app/shared/form/field.component.mjs +0 -332
  551. package/esm2020/src/app/shared/form/loading-spinner.mjs +0 -36
  552. package/esm2020/src/app/shared/geolocation/geolocation.utils.mjs +0 -80
  553. package/esm2020/src/app/shared/gesture/gesture-config.mjs +0 -49
  554. package/esm2020/src/app/shared/graph/graph-colors.mjs +0 -212
  555. package/esm2020/src/app/shared/guard/component-dirty.guard.mjs +0 -57
  556. package/esm2020/src/app/shared/help/help.modal.mjs +0 -53
  557. package/esm2020/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.mjs +0 -23
  558. package/esm2020/src/app/shared/hotkeys/hotkeys.service.mjs +0 -84
  559. package/esm2020/src/app/shared/image/gallery/image-gallery.component.mjs +0 -368
  560. package/esm2020/src/app/shared/image/gallery/testing/gallegry.model.testing.mjs +0 -27
  561. package/esm2020/src/app/shared/image/gallery/testing/gallery.service.testing.mjs +0 -90
  562. package/esm2020/src/app/shared/image/gallery/testing/gallery.testing.mjs +0 -39
  563. package/esm2020/src/app/shared/image/image.service.mjs +0 -98
  564. package/esm2020/src/app/shared/inputs.mjs +0 -231
  565. package/esm2020/src/app/shared/interceptors/progess.interceptor.mjs +0 -27
  566. package/esm2020/src/app/shared/logging/logging-service.class.mjs +0 -121
  567. package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.config.mjs +0 -47
  568. package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.mjs +0 -920
  569. package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.module.mjs +0 -78
  570. package/esm2020/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +0 -209
  571. package/esm2020/src/app/shared/material/badge/badge.directive.mjs +0 -199
  572. package/esm2020/src/app/shared/material/badge/badge.test.mjs +0 -41
  573. package/esm2020/src/app/shared/material/boolean/boolean.module.mjs +0 -68
  574. package/esm2020/src/app/shared/material/boolean/material.boolean.mjs +0 -253
  575. package/esm2020/src/app/shared/material/chips/chips.module.mjs +0 -76
  576. package/esm2020/src/app/shared/material/chips/material.chips.mjs +0 -696
  577. package/esm2020/src/app/shared/material/chips/testing/chips.test.mjs +0 -143
  578. package/esm2020/src/app/shared/material/datetime/material.date.mjs +0 -376
  579. package/esm2020/src/app/shared/material/datetime/material.dateshort.mjs +0 -385
  580. package/esm2020/src/app/shared/material/datetime/material.datetime.mjs +0 -499
  581. package/esm2020/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +0 -109
  582. package/esm2020/src/app/shared/material/datetime/testing/mat-date.test.mjs +0 -111
  583. package/esm2020/src/app/shared/material/datetime/testing/mat-dateshort.test.mjs +0 -103
  584. package/esm2020/src/app/shared/material/duration/duration.module.mjs +0 -67
  585. package/esm2020/src/app/shared/material/duration/material.duration.mjs +0 -257
  586. package/esm2020/src/app/shared/material/latlong/material.latlong.mjs +0 -382
  587. package/esm2020/src/app/shared/material/latlong/material.latlong.module.mjs +0 -67
  588. package/esm2020/src/app/shared/material/latlong/testing/latlong.test.mjs +0 -102
  589. package/esm2020/src/app/shared/material/material.module.mjs +0 -229
  590. package/esm2020/src/app/shared/material/material.testing.module.mjs +0 -179
  591. package/esm2020/src/app/shared/material/numpad/numpad.append-to-input.directive.mjs +0 -98
  592. package/esm2020/src/app/shared/material/numpad/numpad.component.mjs +0 -80
  593. package/esm2020/src/app/shared/material/numpad/numpad.container.mjs +0 -190
  594. package/esm2020/src/app/shared/material/numpad/numpad.content.mjs +0 -17
  595. package/esm2020/src/app/shared/material/numpad/numpad.directive.mjs +0 -162
  596. package/esm2020/src/app/shared/material/numpad/numpad.dom-service.mjs +0 -37
  597. package/esm2020/src/app/shared/material/numpad/numpad.model.mjs +0 -15
  598. package/esm2020/src/app/shared/material/numpad/testing/numpad.test.mjs +0 -46
  599. package/esm2020/src/app/shared/material/paginator/material.paginator-i18n.mjs +0 -46
  600. package/esm2020/src/app/shared/material/stepper/material.stepper-i18n.mjs +0 -22
  601. package/esm2020/src/app/shared/material/swipe/material.swipe.mjs +0 -344
  602. package/esm2020/src/app/shared/material/swipe/swipe.module.mjs +0 -52
  603. package/esm2020/src/app/shared/material/swipe/testing/swipe.test.mjs +0 -64
  604. package/esm2020/src/app/shared/material/text/testing/text-form.testing.mjs +0 -29
  605. package/esm2020/src/app/shared/material/text/text-form.component.mjs +0 -89
  606. package/esm2020/src/app/shared/named-filter/named-filter-selector.component.mjs +0 -224
  607. package/esm2020/src/app/shared/named-filter/named-filter.model.mjs +0 -45
  608. package/esm2020/src/app/shared/named-filter/named-filter.service.mjs +0 -63
  609. package/esm2020/src/app/shared/pipes/colors.pipe.mjs +0 -25
  610. package/esm2020/src/app/shared/pipes/date-diff-duration.pipe.mjs +0 -48
  611. package/esm2020/src/app/shared/pipes/date-format.pipe.mjs +0 -66
  612. package/esm2020/src/app/shared/pipes/date-from-now.pipe.mjs +0 -27
  613. package/esm2020/src/app/shared/pipes/duration.pipe.mjs +0 -34
  614. package/esm2020/src/app/shared/pipes/file-size.pipe.mjs +0 -62
  615. package/esm2020/src/app/shared/pipes/form.pipes.mjs +0 -187
  616. package/esm2020/src/app/shared/pipes/latlong-format.pipe.mjs +0 -46
  617. package/esm2020/src/app/shared/pipes/ng-init.pipe.mjs +0 -21
  618. package/esm2020/src/app/shared/pipes/pipes.module.mjs +0 -239
  619. package/esm2020/src/app/shared/pipes/property.pipes.mjs +0 -93
  620. package/esm2020/src/app/shared/pipes/string.pipes.mjs +0 -121
  621. package/esm2020/src/app/shared/pipes/translate-context.pipe.mjs +0 -43
  622. package/esm2020/src/app/shared/pipes/types.pipes.mjs +0 -45
  623. package/esm2020/src/app/shared/services/memory-entity-service.class.mjs +0 -339
  624. package/esm2020/src/app/shared/services/progress-bar.service.mjs +0 -33
  625. package/esm2020/src/app/shared/services/startable-observable-service.class.mjs +0 -118
  626. package/esm2020/src/app/shared/services/translate-context.service.mjs +0 -103
  627. package/esm2020/src/app/shared/shared.module.mjs +0 -229
  628. package/esm2020/src/app/shared/storage/storage-explorer.component.mjs +0 -268
  629. package/esm2020/src/app/shared/storage/storage-explorer.module.mjs +0 -47
  630. package/esm2020/src/app/shared/storage/storage.service.mjs +0 -132
  631. package/esm2020/src/app/shared/testing/observable.test.mjs +0 -95
  632. package/esm2020/src/app/shared/testing/tests.page.mjs +0 -33
  633. package/esm2020/src/app/shared/toast/toast.testing.mjs +0 -51
  634. package/esm2020/src/app/shared/toast/toasts.mjs +0 -144
  635. package/esm2020/src/app/shared/toolbar/modal-toolbar.mjs +0 -58
  636. package/esm2020/src/app/shared/toolbar/toolbar.mjs +0 -251
  637. package/esm2020/src/app/shared/toolbar/toolbar.module.mjs +0 -53
  638. package/esm2020/src/app/shared/upload-file/testing/upload-file.testing.mjs +0 -58
  639. package/esm2020/src/app/shared/upload-file/upload-file-popover.component.mjs +0 -97
  640. package/esm2020/src/app/shared/upload-file/upload-file.component.mjs +0 -204
  641. package/esm2020/src/app/shared/upload-file/upload-file.model.mjs +0 -20
  642. package/esm2020/src/app/shared/validator/form-error-adapter.class.mjs +0 -104
  643. package/esm2020/src/app/shared/validator/validators.mjs +0 -580
  644. package/esm2020/src/app/shared/version/versions.mjs +0 -81
  645. package/esm2020/src/app/social/job/job.module.mjs +0 -42
  646. package/esm2020/src/app/social/job/progression/job-progression.component.mjs +0 -20
  647. package/esm2020/src/app/social/job/progression/job-progression.icon.mjs +0 -216
  648. package/esm2020/src/app/social/job/progression/job-progression.list.mjs +0 -43
  649. package/esm2020/src/app/social/job/progression/job-progression.model.mjs +0 -23
  650. package/esm2020/src/app/social/job/progression/job-progression.service.mjs +0 -71
  651. package/esm2020/src/app/social/job/testing/job-progression.testing.mjs +0 -52
  652. package/esm2020/src/app/social/job/testing/job-progression.testing.service.mjs +0 -55
  653. package/esm2020/src/app/social/message/message.form.mjs +0 -136
  654. package/esm2020/src/app/social/message/message.modal.mjs +0 -99
  655. package/esm2020/src/app/social/message/message.model.mjs +0 -67
  656. package/esm2020/src/app/social/message/message.service.mjs +0 -105
  657. package/esm2020/src/app/social/user-event/notification/user-event-notification.icon.mjs +0 -114
  658. package/esm2020/src/app/social/user-event/notification/user-event-notification.list.mjs +0 -246
  659. package/esm2020/src/app/social/user-event/testing/user-event.testing.mjs +0 -227
  660. package/esm2020/src/app/social/user-event/testing/user-event.testing.model.mjs +0 -112
  661. package/esm2020/src/app/social/user-event/testing/user-event.testing.service.mjs +0 -111
  662. package/esm2020/src/app/social/user-event/user-event.module.mjs +0 -39
  663. package/esm2020/src/app/social/user-event/user-event.service.mjs +0 -501
  664. package/esm2020/src/environments/environment.class.mjs +0 -5
  665. package/esm2020/src/environments/environment.loader.mjs +0 -79
  666. package/fesm2015/sumaris-net.ngx-components.mjs +0 -41105
  667. package/fesm2015/sumaris-net.ngx-components.mjs.map +0 -1
  668. package/fesm2020/sumaris-net.ngx-components.mjs.map +0 -1
  669. package/resources/README.md +0 -7
  670. /package/{esm2020 → esm2022}/src/app/core/services/config/core.config.mjs +0 -0
  671. /package/{esm2020 → esm2022}/src/app/core/services/errors.mjs +0 -0
  672. /package/{esm2020 → esm2022}/src/app/core/services/model/filter.model.mjs +0 -0
  673. /package/{esm2020 → esm2022}/src/app/core/services/model/history.model.mjs +0 -0
  674. /package/{esm2020 → esm2022}/src/app/core/services/model/model.enum.mjs +0 -0
  675. /package/{esm2020 → esm2022}/src/app/core/services/model/settings.model.mjs +0 -0
  676. /package/{esm2020 → esm2022}/src/app/core/services/model/tree-item-entity.model.mjs +0 -0
  677. /package/{esm2020 → esm2022}/src/app/core/services/network.types.mjs +0 -0
  678. /package/{esm2020 → esm2022}/src/app/core/services/network.utils.mjs +0 -0
  679. /package/{esm2020 → esm2022}/src/app/core/table/table.utils.mjs +0 -0
  680. /package/{esm2020 → esm2022}/src/app/shared/alerts.mjs +0 -0
  681. /package/{esm2020 → esm2022}/src/app/shared/constants.mjs +0 -0
  682. /package/{esm2020 → esm2022}/src/app/shared/debug/debug-service.class.mjs +0 -0
  683. /package/{esm2020 → esm2022}/src/app/shared/events.mjs +0 -0
  684. /package/{esm2020 → esm2022}/src/app/shared/file/csv.utils.mjs +0 -0
  685. /package/{esm2020 → esm2022}/src/app/shared/file/images.utils.mjs +0 -0
  686. /package/{esm2020 → esm2022}/src/app/shared/file/json.utils.mjs +0 -0
  687. /package/{esm2020 → esm2022}/src/app/shared/file/uri.utils.mjs +0 -0
  688. /package/{esm2020 → esm2022}/src/app/shared/focusable.mjs +0 -0
  689. /package/{esm2020 → esm2022}/src/app/shared/forms.mjs +0 -0
  690. /package/{esm2020 → esm2022}/src/app/shared/gesture/hammer.utils.mjs +0 -0
  691. /package/{esm2020 → esm2022}/src/app/shared/graph/colors.utils.mjs +0 -0
  692. /package/{esm2020 → esm2022}/src/app/shared/http/http.utils.mjs +0 -0
  693. /package/{esm2020 → esm2022}/src/app/shared/image/image.model.mjs +0 -0
  694. /package/{esm2020 → esm2022}/src/app/shared/logging/log-level.model.mjs +0 -0
  695. /package/{esm2020 → esm2022}/src/app/shared/logging/logger.model.mjs +0 -0
  696. /package/{esm2020 → esm2022}/src/app/shared/logging/logging-service.config.mjs +0 -0
  697. /package/{esm2020 → esm2022}/src/app/shared/material/autocomplete/material.autocomplete.utils.mjs +0 -0
  698. /package/{esm2020 → esm2022}/src/app/shared/material/material.animations.mjs +0 -0
  699. /package/{esm2020 → esm2022}/src/app/shared/modules.mjs +0 -0
  700. /package/{esm2020 → esm2022}/src/app/shared/observables.mjs +0 -0
  701. /package/{esm2020 → esm2022}/src/app/shared/platforms.mjs +0 -0
  702. /package/{esm2020 → esm2022}/src/app/shared/services/entity-service.class.mjs +0 -0
  703. /package/{esm2020 → esm2022}/src/app/shared/services/job.utils.mjs +0 -0
  704. /package/{esm2020 → esm2022}/src/app/shared/services/validator-service.class.mjs +0 -0
  705. /package/{esm2020 → esm2022}/src/app/shared/services.mjs +0 -0
  706. /package/{esm2020 → esm2022}/src/app/shared/types.mjs +0 -0
  707. /package/{esm2020 → esm2022}/src/app/social/social.errors.mjs +0 -0
  708. /package/{esm2020 → esm2022}/src/app/social/user-event/user-event.model.mjs +0 -0
  709. /package/{esm2020 → esm2022}/sumaris-net.ngx-components.mjs +0 -0
@@ -13,8 +13,10 @@ export declare class DateTestPage implements OnInit {
13
13
  memoryTimer: Subscription;
14
14
  timezone: string;
15
15
  form: UntypedFormGroup;
16
+ mode: 'mobile' | 'desktop' | 'memory' | 'temp';
16
17
  constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
17
18
  ngOnInit(): void;
19
+ toggleMode(value: any): void;
18
20
  loadData(): Promise<void>;
19
21
  doSubmit(event: any): void;
20
22
  log(message: string): void;
@@ -26,5 +28,5 @@ export declare class DateTestPage implements OnInit {
26
28
  (value: any, replacer?: (string | number)[], space?: string | number): string;
27
29
  };
28
30
  static ɵfac: i0.ɵɵFactoryDeclaration<DateTestPage, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<DateTestPage, "app-data-test", never, {}, {}, never, never, false>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateTestPage, "app-data-test", never, {}, {}, never, never, false, never>;
30
32
  }
@@ -12,8 +12,10 @@ export declare class DateShortTestPage implements OnInit {
12
12
  memoryMobile: boolean;
13
13
  memoryTimer: Subscription;
14
14
  form: UntypedFormGroup;
15
+ mode: 'mobile' | 'desktop' | 'memory' | 'temp';
15
16
  constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
16
17
  ngOnInit(): void;
18
+ toggleMode(value: any): void;
17
19
  loadData(): Promise<void>;
18
20
  doSubmit(event: any): void;
19
21
  log(message: string): void;
@@ -25,5 +27,5 @@ export declare class DateShortTestPage implements OnInit {
25
27
  (value: any, replacer?: (string | number)[], space?: string | number): string;
26
28
  };
27
29
  static ɵfac: i0.ɵɵFactoryDeclaration<DateShortTestPage, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<DateShortTestPage, "app-data-short-test", never, {}, {}, never, never, false>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateShortTestPage, "app-data-short-test", never, {}, {}, never, never, false, never>;
29
31
  }
@@ -7,12 +7,13 @@ import * as i5 from "../../pipes/pipes.module";
7
7
  import * as i6 from "@angular/material/core";
8
8
  import * as i7 from "@angular/material/form-field";
9
9
  import * as i8 from "@angular/material/input";
10
- import * as i9 from "angular2-text-mask";
11
- import * as i10 from "ngx-material-timepicker";
12
- import * as i11 from "@angular/material-moment-adapter";
13
- import * as i12 from "@ngx-translate/core";
10
+ import * as i9 from "ngx-material-timepicker";
11
+ import * as i10 from "@angular/material-moment-adapter";
12
+ import * as i11 from "@ngx-translate/core";
13
+ import * as i12 from "@maskito/angular";
14
+ import * as i13 from "../../directives/directives.module";
14
15
  export declare class SharedMatDurationModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatDurationModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatDurationModule, [typeof i1.MatDuration], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ReactiveFormsModule, typeof i5.SharedPipesModule, typeof i6.MatCommonModule, typeof i7.MatFormFieldModule, typeof i8.MatInputModule, typeof i9.TextMaskModule, typeof i10.NgxMaterialTimepickerModule, typeof i6.MatRippleModule, typeof i11.MatMomentDateModule, typeof i12.TranslateModule], [typeof i1.MatDuration]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatDurationModule, [typeof i1.MatDuration], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ReactiveFormsModule, typeof i5.SharedPipesModule, typeof i6.MatCommonModule, typeof i7.MatFormFieldModule, typeof i8.MatInputModule, typeof i9.NgxMaterialTimepickerModule, typeof i6.MatRippleModule, typeof i10.MatMomentDateModule, typeof i11.TranslateModule, typeof i12.MaskitoModule, typeof i13.SharedDirectivesModule], [typeof i1.MatDuration]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatDurationModule>;
18
19
  }
@@ -1,11 +1,12 @@
1
1
  import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit, QueryList } from '@angular/core';
2
2
  import { Platform } from '@ionic/angular';
3
3
  import { DateAdapter } from '@angular/material/core';
4
- import { FloatLabelType, MatFormFieldAppearance } from '@angular/material/form-field';
5
- import { ControlValueAccessor, UntypedFormBuilder, UntypedFormControl, FormGroupDirective } from '@angular/forms';
4
+ import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
6
5
  import { TranslateService } from '@ngx-translate/core';
7
6
  import { Moment } from 'moment';
8
7
  import { InputElement } from '../../inputs';
8
+ import { MatFormFieldAppearance } from '@angular/material/form-field';
9
+ import { AppFloatLabelType } from '../../form/field.model';
9
10
  import * as i0 from "@angular/core";
10
11
  export declare class MatDuration implements OnInit, OnDestroy, ControlValueAccessor, InputElement {
11
12
  private dateAdapter;
@@ -21,12 +22,12 @@ export declare class MatDuration implements OnInit, OnDestroy, ControlValueAcces
21
22
  private _tabindex;
22
23
  private _value;
23
24
  textControl: UntypedFormControl;
24
- hourMask: (string | RegExp)[];
25
+ readonly durationMask: (string | RegExp)[];
25
26
  disabled: boolean;
26
27
  formControl: UntypedFormControl;
27
28
  formControlName: string;
28
29
  placeholder: string;
29
- floatLabel: FloatLabelType;
30
+ floatLabel: AppFloatLabelType;
30
31
  appearance: MatFormFieldAppearance;
31
32
  readonly: boolean;
32
33
  required: boolean;
@@ -53,5 +54,5 @@ export declare class MatDuration implements OnInit, OnDestroy, ControlValueAcces
53
54
  protected updateTabIndex(): void;
54
55
  protected markForCheck(): void;
55
56
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDuration, [null, null, null, null, null, { optional: true; }]>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<MatDuration, "mat-duration-field", never, { "disabled": "disabled"; "formControl": "formControl"; "formControlName": "formControlName"; "placeholder": "placeholder"; "floatLabel": "floatLabel"; "appearance": "appearance"; "readonly": "readonly"; "required": "required"; "compact": "compact"; "maxDecimals": "maxDecimals"; "placeholderChar": "placeholderChar"; "tabindex": "tabindex"; "clearable": "clearable"; }, {}, never, ["[matPrefix]", "mat-error"], false>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatDuration, "mat-duration-field", never, { "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "maxDecimals": { "alias": "maxDecimals"; "required": false; }; "placeholderChar": { "alias": "placeholderChar"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; }, {}, never, ["[matPrefix]", "mat-error"], false, never>;
57
58
  }
@@ -0,0 +1,22 @@
1
+ import { ChangeDetectorRef, OnInit } from '@angular/core';
2
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
+ import 'moment-timezone';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DurationTestPage implements OnInit {
6
+ protected formBuilder: UntypedFormBuilder;
7
+ protected cd: ChangeDetectorRef;
8
+ form: UntypedFormGroup;
9
+ mode: 'desktop' | 'temp';
10
+ constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
11
+ ngOnInit(): void;
12
+ toggleMode(value: any): void;
13
+ loadData(): Promise<void>;
14
+ doSubmit(event: any): void;
15
+ log(message: string): void;
16
+ stringify: {
17
+ (value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
18
+ (value: any, replacer?: (string | number)[], space?: string | number): string;
19
+ };
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<DurationTestPage, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<DurationTestPage, "app-duration-test", never, {}, {}, never, never, false, never>;
22
+ }
@@ -1,25 +1,27 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { FloatLabelType, MatFormFieldAppearance } from '@angular/material/form-field';
3
2
  import { ControlValueAccessor, FormGroupDirective, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
4
3
  import { LatLongFormatFn, LatLongFormatOptions, LatLongPattern } from './latlong.utils';
5
- import { TextMaskConfig } from 'angular2-text-mask';
4
+ import { MatError, MatFormFieldAppearance, MatFormFieldDefaultOptions, SubscriptSizing } from '@angular/material/form-field';
5
+ import { AppFloatLabelType } from '../../form/field.model';
6
+ import { MaskitoMask } from '@maskito/core/lib/types/mask';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class MatLatLongField implements OnInit, OnDestroy, ControlValueAccessor {
8
9
  private formBuilder;
9
10
  private cd;
10
11
  private formGroupDir;
12
+ private _defaults?;
11
13
  private _onChangeCallback;
12
14
  private _onTouchedCallback;
13
15
  private _subscription;
14
16
  private _formatOptions;
15
17
  private _disabling;
16
18
  private _writing;
19
+ protected _subscriptSizing: SubscriptSizing | null;
17
20
  _readonly: boolean;
18
21
  _formatFn: LatLongFormatFn;
19
- textMaskConfig: TextMaskConfig;
20
22
  textFormControl: UntypedFormControl;
21
23
  signFormControl: UntypedFormControl;
22
- mask: Array<string | RegExp> | ((raw: string) => Array<string | RegExp>) | false;
24
+ mask: MaskitoMask;
23
25
  inputPlaceholder: string;
24
26
  showSignControl: boolean;
25
27
  get disabled(): any;
@@ -28,20 +30,25 @@ export declare class MatLatLongField implements OnInit, OnDestroy, ControlValueA
28
30
  type: 'latitude' | 'longitude';
29
31
  pattern: LatLongPattern;
30
32
  required: boolean;
31
- floatLabel: FloatLabelType;
33
+ floatLabel: AppFloatLabelType;
32
34
  appearance: MatFormFieldAppearance;
33
35
  placeholder: string;
34
36
  tabindex: number;
35
- defaultSign: '-' | '+';
37
+ defaultSign: '-' | '+' | '+ ' | '- ';
36
38
  maxDecimals: number;
37
39
  placeholderChar: string;
40
+ autofocus: boolean;
38
41
  set readonly(value: boolean);
39
42
  get readonly(): boolean;
43
+ get subscriptSizing(): SubscriptSizing;
44
+ set subscriptSizing(value: SubscriptSizing);
40
45
  onBlur: EventEmitter<FocusEvent>;
41
46
  onFocus: EventEmitter<FocusEvent>;
42
47
  inputElement: ElementRef;
43
- constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef, formGroupDir: FormGroupDirective);
48
+ matError: MatError;
49
+ constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef, formGroupDir: FormGroupDirective, _defaults?: MatFormFieldDefaultOptions);
44
50
  ngOnInit(): void;
51
+ _getDisplayedMessages(): 'error' | 'hint';
45
52
  ngOnDestroy(): void;
46
53
  writeValue(obj: any): void;
47
54
  registerOnChange(fn: any): void;
@@ -61,6 +68,6 @@ export declare class MatLatLongField implements OnInit, OnDestroy, ControlValueA
61
68
  private onFormChange;
62
69
  private checkIfTouched;
63
70
  private markForCheck;
64
- static ɵfac: i0.ɵɵFactoryDeclaration<MatLatLongField, [null, null, { optional: true; }]>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<MatLatLongField, "mat-latlong-field", never, { "formControl": "formControl"; "formControlName": "formControlName"; "type": "type"; "pattern": "latLongPattern"; "required": "required"; "floatLabel": "floatLabel"; "appearance": "appearance"; "placeholder": "placeholder"; "tabindex": "tabindex"; "defaultSign": "defaultSign"; "maxDecimals": "maxDecimals"; "placeholderChar": "placeholderChar"; "readonly": "readonly"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["mat-error", "mat-hint", "[matPrefix]", "[matSuffix]"], false>;
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatLatLongField, [null, null, { optional: true; }, null]>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatLatLongField, "mat-latlong-field", never, { "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "latLongPattern"; "required": false; }; "required": { "alias": "required"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "defaultSign": { "alias": "defaultSign"; "required": false; }; "maxDecimals": { "alias": "maxDecimals"; "required": false; }; "placeholderChar": { "alias": "placeholderChar"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; }, ["matError"], ["mat-error", "mat-hint:not([align='end'])", "mat-hint[align='end']", "[matPrefix]", "[matSuffix]"], false, never>;
66
73
  }
@@ -3,17 +3,18 @@ import * as i1 from "./material.latlong";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@ionic/angular";
5
5
  import * as i4 from "@angular/forms";
6
- import * as i5 from "../../pipes/pipes.module";
7
- import * as i6 from "@angular/material/core";
8
- import * as i7 from "@angular/material/form-field";
9
- import * as i8 from "@angular/material/input";
10
- import * as i9 from "@angular/material/icon";
6
+ import * as i5 from "../../directives/directives.module";
7
+ import * as i6 from "../../pipes/pipes.module";
8
+ import * as i7 from "@angular/material/core";
9
+ import * as i8 from "@angular/material/form-field";
10
+ import * as i9 from "@angular/material/input";
11
11
  import * as i10 from "@angular/material/button";
12
- import * as i11 from "angular2-text-mask";
13
- import * as i12 from "@ngx-translate/core";
12
+ import * as i11 from "@maskito/angular";
13
+ import * as i12 from "@angular/material/icon";
14
14
  import * as i13 from "@angular/material/select";
15
+ import * as i14 from "@ngx-translate/core";
15
16
  export declare class SharedMatLatLongModule {
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatLatLongModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatLatLongModule, [typeof i1.MatLatLongField], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ReactiveFormsModule, typeof i5.SharedPipesModule, typeof i6.MatCommonModule, typeof i7.MatFormFieldModule, typeof i8.MatInputModule, typeof i9.MatIconModule, typeof i10.MatButtonModule, typeof i11.TextMaskModule, typeof i12.TranslateModule, typeof i13.MatSelectModule], [typeof i1.MatLatLongField]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatLatLongModule, [typeof i1.MatLatLongField], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ReactiveFormsModule, typeof i5.SharedDirectivesModule, typeof i6.SharedPipesModule, typeof i7.MatCommonModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i10.MatButtonModule, typeof i11.MaskitoModule, typeof i12.MatIconModule, typeof i13.MatSelectModule, typeof i14.TranslateModule], [typeof i1.MatLatLongField]>;
18
19
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatLatLongModule>;
19
20
  }
@@ -7,8 +7,10 @@ export declare class LatLongTestPage implements OnInit {
7
7
  protected platform: PlatformService;
8
8
  form: UntypedFormGroup;
9
9
  geoPositionMessage: string;
10
+ mode: string;
10
11
  constructor(formBuilder: UntypedFormBuilder, platform: PlatformService);
11
12
  ngOnInit(): void;
13
+ toggleMode(value: any): void;
12
14
  loadData(): Promise<void>;
13
15
  doSubmit(event: any): void;
14
16
  geoPosition(event: Event, controlName?: string): Promise<void>;
@@ -17,5 +19,5 @@ export declare class LatLongTestPage implements OnInit {
17
19
  (value: any, replacer?: (string | number)[], space?: string | number): string;
18
20
  };
19
21
  static ɵfac: i0.ɵɵFactoryDeclaration<LatLongTestPage, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<LatLongTestPage, "app-latlong-test", never, {}, {}, never, never, false>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<LatLongTestPage, "app-latlong-test", never, {}, {}, never, never, false, never>;
21
23
  }
@@ -1,26 +1,30 @@
1
1
  import { TestingPage } from '../testing/tests.page';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "./datetime/testing/mat-date-time.test";
4
- import * as i2 from "./datetime/testing/mat-date.test";
5
- import * as i3 from "./datetime/testing/mat-dateshort.test";
6
- import * as i4 from "./autocomplete/testing/autocomplete.test";
7
- import * as i5 from "./latlong/testing/latlong.test";
8
- import * as i6 from "./numpad/testing/numpad.test";
9
- import * as i7 from "./text/testing/text-form.testing";
10
- import * as i8 from "./swipe/testing/swipe.test";
11
- import * as i9 from "./chips/testing/chips.test";
12
- import * as i10 from "./badge/badge.test";
13
- import * as i11 from "../testing/observable.test";
14
- import * as i12 from "@angular/common";
15
- import * as i13 from "@ionic/angular";
16
- import * as i14 from "@angular/forms";
17
- import * as i15 from "./material.module";
18
- import * as i16 from "@ngx-translate/core";
19
- import * as i17 from "@angular/router";
20
- import * as i18 from "../pipes/pipes.module";
3
+ import * as i1 from "./testing/common.test";
4
+ import * as i2 from "./datetime/testing/mat-date-time.test";
5
+ import * as i3 from "./datetime/testing/mat-date.test";
6
+ import * as i4 from "./datetime/testing/mat-dateshort.test";
7
+ import * as i5 from "./duration/testing/mat-duration.test";
8
+ import * as i6 from "./autocomplete/testing/autocomplete.test";
9
+ import * as i7 from "./boolean/testing/boolean.test.page";
10
+ import * as i8 from "./latlong/testing/latlong.test";
11
+ import * as i9 from "./numpad/testing/numpad.test";
12
+ import * as i10 from "./text/testing/text-form.testing";
13
+ import * as i11 from "./swipe/testing/swipe.test";
14
+ import * as i12 from "./chips/testing/chips.test";
15
+ import * as i13 from "./badge/badge.test";
16
+ import * as i14 from "../testing/observable.test";
17
+ import * as i15 from "@angular/common";
18
+ import * as i16 from "@ionic/angular";
19
+ import * as i17 from "@angular/forms";
20
+ import * as i18 from "./material.module";
21
+ import * as i19 from "@ngx-translate/core";
22
+ import * as i20 from "@angular/router";
23
+ import * as i21 from "../pipes/pipes.module";
24
+ import * as i22 from "./badge/badge.module";
21
25
  export declare const SHARED_MATERIAL_TESTING_PAGES: TestingPage[];
22
26
  export declare class MaterialTestingModule {
23
27
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialTestingModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialTestingModule, [typeof i1.DateTimeTestPage, typeof i2.DateTestPage, typeof i3.DateShortTestPage, typeof i4.AutocompleteTestPage, typeof i5.LatLongTestPage, typeof i6.NumpadTestPage, typeof i7.TextFormTestingPage, typeof i8.SwipeTestPage, typeof i9.ChipsTestPage, typeof i10.MatBadgeTestPage, typeof i11.ObservableTestPage], [typeof i12.CommonModule, typeof i13.IonicModule, typeof i14.ReactiveFormsModule, typeof i15.SharedMaterialModule, typeof i16.TranslateModule, typeof i17.RouterModule, typeof i18.SharedPipesModule], [typeof i15.SharedMaterialModule, typeof i17.RouterModule, typeof i1.DateTimeTestPage, typeof i2.DateTestPage, typeof i3.DateShortTestPage, typeof i4.AutocompleteTestPage, typeof i5.LatLongTestPage, typeof i6.NumpadTestPage, typeof i7.TextFormTestingPage, typeof i8.SwipeTestPage, typeof i9.ChipsTestPage, typeof i11.ObservableTestPage]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialTestingModule, [typeof i1.MatCommonTestPage, typeof i2.DateTimeTestPage, typeof i3.DateTestPage, typeof i4.DateShortTestPage, typeof i5.DurationTestPage, typeof i6.AutocompleteTestPage, typeof i7.BooleanTestPage, typeof i8.LatLongTestPage, typeof i9.NumpadTestPage, typeof i10.TextFormTestingPage, typeof i11.SwipeTestPage, typeof i12.ChipsTestPage, typeof i13.MatBadgeTestPage, typeof i14.ObservableTestPage], [typeof i15.CommonModule, typeof i16.IonicModule, typeof i17.ReactiveFormsModule, typeof i18.SharedMaterialModule, typeof i19.TranslateModule, typeof i20.RouterModule, typeof i21.SharedPipesModule, typeof i22.SharedBadgeModule, typeof i17.FormsModule], [typeof i18.SharedMaterialModule, typeof i20.RouterModule, typeof i1.MatCommonTestPage, typeof i2.DateTimeTestPage, typeof i3.DateTestPage, typeof i4.DateShortTestPage, typeof i5.DurationTestPage, typeof i6.AutocompleteTestPage, typeof i7.BooleanTestPage, typeof i8.LatLongTestPage, typeof i9.NumpadTestPage, typeof i10.TextFormTestingPage, typeof i11.SwipeTestPage, typeof i12.ChipsTestPage, typeof i13.MatBadgeTestPage, typeof i14.ObservableTestPage]>;
25
29
  static ɵinj: i0.ɵɵInjectorDeclaration<MaterialTestingModule>;
26
30
  }
@@ -18,5 +18,5 @@ export declare class AppendToInputDirective implements AfterViewInit {
18
18
  private defineElementYByDirection;
19
19
  private defineElementXByDirection;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AppendToInputDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<AppendToInputDirective, "[appendNumpadToInput]", never, { "inputElement": "appendNumpadToInput"; }, {}, never, never, false>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AppendToInputDirective, "[appendNumpadToInput]", never, { "inputElement": { "alias": "appendNumpadToInput"; "required": false; }; }, {}, never, never, false, never>;
22
22
  }
@@ -22,5 +22,5 @@ export declare class MatNumpadComponent implements MatNumpadRef {
22
22
  open(): void;
23
23
  close(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<MatNumpadComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadComponent, "mat-numpad", never, { "keymap": "keymap"; "decimal": "decimal"; "appendToInput": "appendToInput"; "disableAnimation": "disableAnimation"; "noBackdrop": "noBackdrop"; "position": "position"; }, { "keypress": "keypress"; "closed": "closed"; }, never, never, false>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadComponent, "mat-numpad", never, { "keymap": { "alias": "keymap"; "required": false; }; "decimal": { "alias": "decimal"; "required": false; }; "appendToInput": { "alias": "appendToInput"; "required": false; }; "disableAnimation": { "alias": "disableAnimation"; "required": false; }; "noBackdrop": { "alias": "noBackdrop"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "keypress": "keypress"; "closed": "closed"; }, never, never, false, never>;
26
26
  }
@@ -36,5 +36,5 @@ export declare class MatNumpadContainerComponent implements OnInit, OnDestroy, M
36
36
  protected defineFilteredKeymap(): MatNumpadKeymap;
37
37
  protected markForCheck(): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<MatNumpadContainerComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadContainerComponent, "mat-numpad-container", never, {}, {}, never, never, false>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadContainerComponent, "mat-numpad-container", never, {}, {}, never, never, false, never>;
40
40
  }
@@ -3,5 +3,5 @@ export declare class MatNumpadContent {
3
3
  appendToInput: boolean;
4
4
  inputElement: any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MatNumpadContent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadContent, "mat-numpad-content", never, { "appendToInput": "appendToInput"; "inputElement": "inputElement"; }, {}, never, ["*"], false>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatNumpadContent, "mat-numpad-content", never, { "appendToInput": { "alias": "appendToInput"; "required": false; }; "inputElement": { "alias": "inputElement"; "required": false; }; }, {}, never, ["*"], false, never>;
7
7
  }
@@ -31,5 +31,5 @@ export declare class NumpadDirective implements ControlValueAccessor, OnDestroy,
31
31
  private applyingKey;
32
32
  private updateInputValue;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<NumpadDirective, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<NumpadDirective, "[matNumpad]", never, { "keymap": "keymap"; "numpad": "matNumpad"; "value": "value"; "disabled": "disabled"; "decimal": "decimal"; "disableClick": "disableClick"; }, {}, never, never, false>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NumpadDirective, "[matNumpad]", never, { "keymap": { "alias": "keymap"; "required": false; }; "numpad": { "alias": "matNumpad"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "decimal": { "alias": "decimal"; "required": false; }; "disableClick": { "alias": "disableClick"; "required": false; }; }, {}, never, never, false, never>;
35
35
  }
@@ -6,11 +6,11 @@ export declare class MatNumpadDomService {
6
6
  private cfr;
7
7
  private appRef;
8
8
  private injector;
9
- private document;
10
9
  private componentRef;
11
- constructor(cfr: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector, document: any);
10
+ private _document;
11
+ constructor(cfr: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
12
12
  appendNumpadToBody(numpadType: Type<MatNumpadContainerComponent>, config: MatNumpadConfig): void;
13
13
  destroyNumpad(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MatNumpadDomService, [null, null, null, { optional: true; }]>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatNumpadDomService, never>;
15
15
  static ɵprov: i0.ɵɵInjectableDeclaration<MatNumpadDomService>;
16
16
  }
@@ -9,5 +9,5 @@ export declare class NumpadTestPage implements OnInit {
9
9
  loadData(): Promise<void>;
10
10
  doSubmit(event: any): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<NumpadTestPage, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<NumpadTestPage, "app-numpad-test", never, {}, {}, never, never, false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumpadTestPage, "app-numpad-test", never, {}, {}, never, never, false, never>;
13
13
  }
@@ -3,9 +3,6 @@ import { MatPaginatorIntl } from '@angular/material/paginator';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class MatPaginatorI18n extends MatPaginatorIntl {
5
5
  private translate;
6
- itemsPerPageLabel: string;
7
- nextPageLabel: string;
8
- previousPageLabel: string;
9
6
  ofLabel: string;
10
7
  constructor(translate: TranslateService);
11
8
  getRangeLabel: (page: number, pageSize: number, length: number) => string;
@@ -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": { "alias": "logPrefix"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "required": { "alias": "required"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "equals": { "alias": "equals"; "required": false; }; "displayWith": { "alias": "displayWith"; "required": false; }; "displayAttributes": { "alias": "displayAttributes"; "required": false; }; "appAutofocus": { "alias": "appAutofocus"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "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,25 @@
1
+ import { ChangeDetectorRef, OnDestroy, 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, OnDestroy {
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
+ private subscription;
12
+ constructor(formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
13
+ ngOnInit(): void;
14
+ ngOnDestroy(): void;
15
+ loadData(): Promise<void>;
16
+ doSubmit(_: any): void;
17
+ log(message: string): void;
18
+ clearLogPanel(): void;
19
+ stringify: {
20
+ (value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
21
+ (value: any, replacer?: (string | number)[], space?: string | number): string;
22
+ };
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatCommonTestPage, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatCommonTestPage, "mat-common-test", never, {}, {}, never, never, false, never>;
25
+ }
@@ -9,5 +9,5 @@ export declare class TextFormTestingPage implements AfterViewInit {
9
9
  protected readonly Validators: typeof Validators;
10
10
  ngAfterViewInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TextFormTestingPage, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<TextFormTestingPage, "text-form-testing", never, {}, {}, never, never, false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextFormTestingPage, "text-form-testing", never, {}, {}, never, never, false, never>;
13
13
  }
@@ -28,5 +28,5 @@ export declare class TextForm extends AppForm<{
28
28
  focusInput(): void;
29
29
  protected markForCheck(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<TextForm, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<TextForm, "app-text-form", never, { "showError": "showError"; "placeholder": "placeholder"; "multiline": "multiline"; "autoHeight": "autoHeight"; "maxLength": "maxLength"; "autofocus": "autofocus"; "validator": "validator"; }, { "textAreaChanges": "textAreaChanges"; }, never, ["[matError]"], false>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextForm, "app-text-form", never, { "showError": { "alias": "showError"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "autoHeight": { "alias": "autoHeight"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; }, { "textAreaChanges": "textAreaChanges"; }, never, ["[matError]"], false, never>;
32
32
  }
@@ -43,5 +43,5 @@ export declare class NamedFilterSelector extends AppForm<any> implements OnInit
43
43
  protected onFilterChanges(value: NamedFilter | string): Promise<void>;
44
44
  protected setControlValue(value: NamedFilter): void;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<NamedFilterSelector, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<NamedFilterSelector, "app-named-filter-selector", never, { "entityName": "entityName"; "filterContentProvider": "filterContentProvider"; "filterImportCallback": "filterImportCallback"; "filterFormDirty": "filterFormDirty"; "showButtons": "showButtons"; "exportFileNamePrefix": "exportFileNamePrefix"; "autocompleteConfig": "autocompleteConfig"; }, { "filterSelected": "filterSelected"; "filterDeleted": "filterDeleted"; }, never, never, false>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<NamedFilterSelector, "app-named-filter-selector", never, { "entityName": { "alias": "entityName"; "required": false; }; "filterContentProvider": { "alias": "filterContentProvider"; "required": false; }; "filterImportCallback": { "alias": "filterImportCallback"; "required": false; }; "filterFormDirty": { "alias": "filterFormDirty"; "required": false; }; "showButtons": { "alias": "showButtons"; "required": false; }; "exportFileNamePrefix": { "alias": "exportFileNamePrefix"; "required": false; }; "autocompleteConfig": { "alias": "autocompleteConfig"; "required": false; }; }, { "filterSelected": "filterSelected"; "filterDeleted": "filterDeleted"; }, never, never, false, never>;
47
47
  }
@@ -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
  }
@@ -0,0 +1,16 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { MaskitoOptions, MaskitoPlugin } from '@maskito/core';
3
+ import { MaskitoMask } from '@maskito/core/lib/types/mask';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MaskitoPlaceholderPipe implements PipeTransform {
6
+ transform(placeholder: string, mask: MaskitoMask, defaultPrefix?: string): MaskitoOptions;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaskitoPlaceholderPipe, never>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<MaskitoPlaceholderPipe, "maskitoPlaceholder", false>;
9
+ }
10
+ export declare class MaskitoDatePipe implements PipeTransform {
11
+ transform(baseOptions: MaskitoOptions, pattern: string, separator?: string): MaskitoOptions;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaskitoDatePipe, never>;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<MaskitoDatePipe, "maskitoDate", false>;
14
+ }
15
+ export declare function maskitoPrefixPlugin(prefix: string, placeholder?: string): MaskitoPlugin;
16
+ export declare function maskitoRestorePlaceholderOnFocus(placeholder: string): MaskitoPlugin;
@@ -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
  }
@@ -17,11 +17,12 @@ import * as i15 from "./ng-init.pipe";
17
17
  import * as i16 from "./form.pipes";
18
18
  import * as i17 from "./colors.pipe";
19
19
  import * as i18 from "./types.pipes";
20
- import * as i19 from "@angular/common";
21
- import * as i20 from "@ionic/angular";
22
- import * as i21 from "@ngx-translate/core";
20
+ import * as i19 from "./maskito.pipe";
21
+ import * as i20 from "@angular/common";
22
+ import * as i21 from "@ionic/angular";
23
+ import * as i22 from "@ngx-translate/core";
23
24
  export declare class SharedPipesModule {
24
25
  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]>;
26
+ 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.AsFloatLabelTypePipe, typeof i19.MaskitoPlaceholderPipe, typeof i19.MaskitoDatePipe], [typeof i20.CommonModule, typeof i21.IonicModule, typeof i22.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.AsFloatLabelTypePipe, typeof i19.MaskitoPlaceholderPipe, typeof i19.MaskitoDatePipe]>;
26
27
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedPipesModule>;
27
28
  }
@@ -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 AsFloatLabelTypePipe implements PipeTransform {
22
+ transform(value: AppFloatLabelType): FloatLabelType | null;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<AsFloatLabelTypePipe, never>;
24
+ static ɵpipe: i0.ɵɵPipeDeclaration<AsFloatLabelTypePipe, "asFloatLabelType", false>;
25
+ }