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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (407) hide show
  1. package/esm2020/public_api.mjs +12 -6
  2. package/esm2020/src/app/admin/admin-routing.module.mjs +5 -5
  3. package/esm2020/src/app/admin/admin.module.mjs +5 -5
  4. package/esm2020/src/app/admin/services/person.service.mjs +4 -4
  5. package/esm2020/src/app/admin/services/validator/person.validator.mjs +4 -4
  6. package/esm2020/src/app/admin/users/users.mjs +5 -5
  7. package/esm2020/src/app/admin/users/users.module.mjs +5 -5
  8. package/esm2020/src/app/core/about/about.modal.mjs +4 -4
  9. package/esm2020/src/app/core/about/about.module.mjs +5 -5
  10. package/esm2020/src/app/core/account/account.module.mjs +5 -5
  11. package/esm2020/src/app/core/account/account.page.mjs +16 -18
  12. package/esm2020/src/app/core/account/new-token.modal.mjs +5 -5
  13. package/esm2020/src/app/core/account/token.table.mjs +5 -5
  14. package/esm2020/src/app/core/auth/auth.form.mjs +6 -5
  15. package/esm2020/src/app/core/auth/auth.modal.mjs +4 -4
  16. package/esm2020/src/app/core/auth/auth.module.mjs +5 -5
  17. package/esm2020/src/app/core/core.module.mjs +5 -5
  18. package/esm2020/src/app/core/core.testing.module.mjs +13 -6
  19. package/esm2020/src/app/core/form/buttons/form-buttons-bar.component.mjs +5 -5
  20. package/esm2020/src/app/core/form/buttons/form-buttons-bar.module.mjs +5 -5
  21. package/esm2020/src/app/core/form/entity/editor.class.mjs +7 -7
  22. package/esm2020/src/app/core/form/entity/entity-editor-modal.class.mjs +4 -4
  23. package/esm2020/src/app/core/form/entity/entity-editor.class.mjs +4 -4
  24. package/esm2020/src/app/core/form/entity/entity-metadata.component.mjs +4 -4
  25. package/esm2020/src/app/core/form/entity/entity.module.mjs +5 -5
  26. package/esm2020/src/app/core/form/form.class.mjs +4 -4
  27. package/esm2020/src/app/core/form/form.module.mjs +5 -5
  28. package/esm2020/src/app/core/form/list/list.form.mjs +4 -4
  29. package/esm2020/src/app/core/form/list/list.module.mjs +5 -5
  30. package/esm2020/src/app/core/form/properties/properties.form.mjs +6 -6
  31. package/esm2020/src/app/core/form/properties/properties.module.mjs +5 -5
  32. package/esm2020/src/app/core/form/properties/properties.table.mjs +9 -11
  33. package/esm2020/src/app/core/form/properties/property.validator.mjs +4 -4
  34. package/esm2020/src/app/core/form/properties/testing/properties-form.test.mjs +4 -4
  35. package/esm2020/src/app/core/form/properties/testing/properties-form.testing.module.mjs +5 -5
  36. package/esm2020/src/app/core/form/text-popover/testing/text-popover.testing.mjs +4 -4
  37. package/esm2020/src/app/core/form/text-popover/testing/text-popover.testing.module.mjs +5 -5
  38. package/esm2020/src/app/core/form/text-popover/text-form.component.mjs +7 -7
  39. package/esm2020/src/app/core/form/text-popover/text-popover.component.mjs +4 -4
  40. package/esm2020/src/app/core/form/text-popover/text-popover.module.mjs +5 -5
  41. package/esm2020/src/app/core/graphql/graphql.module.mjs +5 -5
  42. package/esm2020/src/app/core/graphql/graphql.service.mjs +4 -9
  43. package/esm2020/src/app/core/home/home.mjs +4 -4
  44. package/esm2020/src/app/core/home/home.module.mjs +5 -5
  45. package/esm2020/src/app/core/icon/icon.component.mjs +4 -4
  46. package/esm2020/src/app/core/icon/icon.module.mjs +5 -5
  47. package/esm2020/src/app/core/install/install-upgrade-card.component.mjs +4 -4
  48. package/esm2020/src/app/core/install/install-upgrade-card.module.mjs +5 -5
  49. package/esm2020/src/app/core/menu/menu.component.mjs +14 -13
  50. package/esm2020/src/app/core/menu/menu.model.mjs +1 -1
  51. package/esm2020/src/app/core/menu/menu.module.mjs +5 -5
  52. package/esm2020/src/app/core/menu/menu.service.mjs +4 -4
  53. package/esm2020/src/app/core/menu/sub-menu-tab.directive.mjs +4 -4
  54. package/esm2020/src/app/core/menu/testing/menu-other.testing.mjs +4 -4
  55. package/esm2020/src/app/core/menu/testing/menu.testing.mjs +4 -4
  56. package/esm2020/src/app/core/menu/testing/menu.testing.module.mjs +5 -5
  57. package/esm2020/src/app/core/offline/update-offline-mode-card.component.mjs +4 -4
  58. package/esm2020/src/app/core/offline/update-offline-mode-card.module.mjs +5 -5
  59. package/esm2020/src/app/core/peer/select-peer.modal.mjs +4 -4
  60. package/esm2020/src/app/core/peer/select-peer.module.mjs +5 -5
  61. package/esm2020/src/app/core/register/register-confirm.page.mjs +4 -4
  62. package/esm2020/src/app/core/register/register.form.mjs +5 -5
  63. package/esm2020/src/app/core/register/register.modal.mjs +4 -4
  64. package/esm2020/src/app/core/register/register.module.mjs +5 -5
  65. package/esm2020/src/app/core/services/account.service.mjs +23 -50
  66. package/esm2020/src/app/core/services/auth-guard.service.mjs +4 -4
  67. package/esm2020/src/app/core/services/base-entity-service.class.mjs +4 -4
  68. package/esm2020/src/app/core/services/base-graphql-service.class.mjs +4 -4
  69. package/esm2020/src/app/core/services/config/core.config.mjs +4 -4
  70. package/esm2020/src/app/core/services/config.service.mjs +4 -4
  71. package/esm2020/src/app/core/services/crypto.service.mjs +4 -4
  72. package/esm2020/src/app/core/services/local-settings.service.mjs +4 -4
  73. package/esm2020/src/app/core/services/network.service.mjs +4 -4
  74. package/esm2020/src/app/core/services/pipes/account.pipes.mjs +9 -9
  75. package/esm2020/src/app/core/services/pipes/department-to-string.pipe.mjs +5 -5
  76. package/esm2020/src/app/core/services/pipes/person-to-string.pipe.mjs +5 -5
  77. package/esm2020/src/app/core/services/pipes/usage-mode.pipes.mjs +9 -9
  78. package/esm2020/src/app/core/services/platform.service.mjs +10 -20
  79. package/esm2020/src/app/core/services/storage/entities-storage.service.mjs +4 -4
  80. package/esm2020/src/app/core/services/testing/referential.validator.mjs +4 -4
  81. package/esm2020/src/app/core/services/validator/account.validator.mjs +4 -4
  82. package/esm2020/src/app/core/services/validator/base.validator.class.mjs +4 -4
  83. package/esm2020/src/app/core/services/validator/local-settings.validator.mjs +4 -4
  84. package/esm2020/src/app/core/services/validator/user-settings.validator.mjs +4 -4
  85. package/esm2020/src/app/core/services/validator/user-token.validator.mjs +4 -4
  86. package/esm2020/src/app/core/settings/settings.module.mjs +5 -5
  87. package/esm2020/src/app/core/settings/settings.page.mjs +6 -6
  88. package/esm2020/src/app/core/table/actions-column.component.mjs +5 -5
  89. package/esm2020/src/app/core/table/async-table.class.mjs +4 -4
  90. package/esm2020/src/app/core/table/entities-async-table-datasource.class.mjs +4 -4
  91. package/esm2020/src/app/core/table/entities-table-datasource.class.mjs +4 -4
  92. package/esm2020/src/app/core/table/memory-table.class.mjs +4 -4
  93. package/esm2020/src/app/core/table/table-select-columns.component.mjs +5 -5
  94. package/esm2020/src/app/core/table/table.class.mjs +6 -6
  95. package/esm2020/src/app/core/table/table.module.mjs +5 -5
  96. package/esm2020/src/app/core/table/testing/table-validator.service.mjs +4 -4
  97. package/esm2020/src/app/core/table/testing/table.testing.mjs +27 -27
  98. package/esm2020/src/app/core/table/testing/table.testing.module.mjs +21 -9
  99. package/esm2020/src/app/core/table/testing/table2-validator.service.mjs +24 -0
  100. package/esm2020/src/app/core/table/testing/table2.testing.mjs +242 -0
  101. package/esm2020/src/app/shared/audio/audio.mjs +4 -4
  102. package/esm2020/src/app/shared/audio/audio.testing.mjs +4 -4
  103. package/esm2020/src/app/shared/audio/audio.testing.module.mjs +5 -5
  104. package/esm2020/src/app/shared/capacitor/keyboard.mjs +4 -4
  105. package/esm2020/src/app/shared/debug/debug.component.mjs +4 -4
  106. package/esm2020/src/app/shared/debug/debug.module.mjs +5 -5
  107. package/esm2020/src/app/shared/directives/autofocus.directive.mjs +4 -4
  108. package/esm2020/src/app/shared/directives/autotitle.directive.mjs +4 -4
  109. package/esm2020/src/app/shared/directives/directives.module.mjs +5 -5
  110. package/esm2020/src/app/shared/directives/drag-and-drop.directive.mjs +4 -4
  111. package/esm2020/src/app/shared/directives/ng-var.directive.mjs +4 -4
  112. package/esm2020/src/app/shared/directives/resizable/resizable.component.mjs +5 -4
  113. package/esm2020/src/app/shared/directives/resizable/resizable.directive.mjs +4 -4
  114. package/esm2020/src/app/shared/directives/resizable/resizable.module.mjs +5 -5
  115. package/esm2020/src/app/shared/file/file.service.mjs +4 -4
  116. package/esm2020/src/app/shared/form/field.component.mjs +8 -6
  117. package/esm2020/src/app/shared/form/field.model.mjs +1 -1
  118. package/esm2020/src/app/shared/form/loading-spinner.mjs +4 -4
  119. package/esm2020/src/app/shared/functions.mjs +4 -3
  120. package/esm2020/src/app/shared/gesture/gesture-config.mjs +4 -4
  121. package/esm2020/src/app/shared/guard/component-dirty.guard.mjs +4 -4
  122. package/esm2020/src/app/shared/help/help.modal.mjs +5 -5
  123. package/esm2020/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.mjs +4 -4
  124. package/esm2020/src/app/shared/hotkeys/hotkeys.service.mjs +9 -12
  125. package/esm2020/src/app/shared/hotkeys/shared-hotkeys.module.mjs +6 -6
  126. package/esm2020/src/app/shared/image/gallery/image-gallery.component.mjs +4 -4
  127. package/esm2020/src/app/shared/image/gallery/image-gallery.module.mjs +5 -5
  128. package/esm2020/src/app/shared/image/gallery/testing/gallery.service.testing.mjs +4 -4
  129. package/esm2020/src/app/shared/image/gallery/testing/gallery.testing.mjs +4 -4
  130. package/esm2020/src/app/shared/image/gallery/testing/gallery.testing.module.mjs +5 -5
  131. package/esm2020/src/app/shared/image/image.module.mjs +5 -5
  132. package/esm2020/src/app/shared/image/image.service.mjs +4 -4
  133. package/esm2020/src/app/shared/logging/logging-service.class.mjs +4 -4
  134. package/esm2020/src/app/shared/logging/logging-service.module.mjs +5 -5
  135. package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.mjs +36 -31
  136. package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.module.mjs +5 -5
  137. package/esm2020/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +5 -5
  138. package/esm2020/src/app/shared/material/badge/badge.directive.mjs +4 -4
  139. package/esm2020/src/app/shared/material/badge/badge.module.mjs +5 -5
  140. package/esm2020/src/app/shared/material/badge/badge.test.mjs +5 -5
  141. package/esm2020/src/app/shared/material/boolean/boolean.module.mjs +20 -12
  142. package/esm2020/src/app/shared/material/boolean/material-boolean2.mjs +248 -0
  143. package/esm2020/src/app/shared/material/boolean/material.boolean.mjs +7 -6
  144. package/esm2020/src/app/shared/material/boolean/testing/boolean.test.page.mjs +51 -0
  145. package/esm2020/src/app/shared/material/chips/chips.module.mjs +8 -8
  146. package/esm2020/src/app/shared/material/chips/material.chips.mjs +19 -27
  147. package/esm2020/src/app/shared/material/chips/testing/chips.test.mjs +6 -6
  148. package/esm2020/src/app/shared/material/datetime/datetime.module.mjs +5 -5
  149. package/esm2020/src/app/shared/material/datetime/material.date.mjs +8 -6
  150. package/esm2020/src/app/shared/material/datetime/material.dateshort.mjs +8 -6
  151. package/esm2020/src/app/shared/material/datetime/material.datetime.mjs +8 -6
  152. package/esm2020/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +19 -7
  153. package/esm2020/src/app/shared/material/datetime/testing/mat-date.test.mjs +15 -7
  154. package/esm2020/src/app/shared/material/datetime/testing/mat-dateshort.test.mjs +15 -7
  155. package/esm2020/src/app/shared/material/duration/duration.module.mjs +7 -7
  156. package/esm2020/src/app/shared/material/duration/material.duration.mjs +7 -6
  157. package/esm2020/src/app/shared/material/duration/testing/mat-duration.test.mjs +76 -0
  158. package/esm2020/src/app/shared/material/latlong/material.latlong.mjs +7 -6
  159. package/esm2020/src/app/shared/material/latlong/material.latlong.module.mjs +8 -8
  160. package/esm2020/src/app/shared/material/latlong/testing/latlong.test.mjs +4 -4
  161. package/esm2020/src/app/shared/material/material.module.mjs +18 -18
  162. package/esm2020/src/app/shared/material/material.testing.module.mjs +65 -23
  163. package/esm2020/src/app/shared/material/numpad/numpad.append-to-input.directive.mjs +4 -4
  164. package/esm2020/src/app/shared/material/numpad/numpad.component.mjs +4 -4
  165. package/esm2020/src/app/shared/material/numpad/numpad.container.mjs +4 -4
  166. package/esm2020/src/app/shared/material/numpad/numpad.content.mjs +4 -4
  167. package/esm2020/src/app/shared/material/numpad/numpad.directive.mjs +4 -4
  168. package/esm2020/src/app/shared/material/numpad/numpad.dom-service.mjs +9 -14
  169. package/esm2020/src/app/shared/material/numpad/numpad.module.mjs +6 -6
  170. package/esm2020/src/app/shared/material/numpad/testing/numpad.test.mjs +5 -5
  171. package/esm2020/src/app/shared/material/paginator/material.paginator-i18n.mjs +5 -5
  172. package/esm2020/src/app/shared/material/stepper/material.stepper-i18n.mjs +4 -4
  173. package/esm2020/src/app/shared/material/swipe/material.swipe.mjs +6 -5
  174. package/esm2020/src/app/shared/material/swipe/swipe.module.mjs +13 -9
  175. package/esm2020/src/app/shared/material/swipe/testing/swipe.test.mjs +4 -4
  176. package/esm2020/src/app/shared/material/testing/common.test.mjs +95 -0
  177. package/esm2020/src/app/shared/named-filter/named-filter-selector.component.mjs +4 -4
  178. package/esm2020/src/app/shared/named-filter/named-filter.module.mjs +5 -5
  179. package/esm2020/src/app/shared/named-filter/named-filter.service.mjs +4 -4
  180. package/esm2020/src/app/shared/pipes/arrays.pipe.mjs +25 -25
  181. package/esm2020/src/app/shared/pipes/colors.pipe.mjs +6 -4
  182. package/esm2020/src/app/shared/pipes/date-diff-duration.pipe.mjs +5 -5
  183. package/esm2020/src/app/shared/pipes/date-format.pipe.mjs +7 -7
  184. package/esm2020/src/app/shared/pipes/date-from-now.pipe.mjs +5 -5
  185. package/esm2020/src/app/shared/pipes/duration.pipe.mjs +5 -5
  186. package/esm2020/src/app/shared/pipes/file-size.pipe.mjs +4 -4
  187. package/esm2020/src/app/shared/pipes/form.pipes.mjs +19 -19
  188. package/esm2020/src/app/shared/pipes/highlight.pipe.mjs +5 -5
  189. package/esm2020/src/app/shared/pipes/latlong-format.pipe.mjs +10 -10
  190. package/esm2020/src/app/shared/pipes/maps.pipe.mjs +13 -13
  191. package/esm2020/src/app/shared/pipes/math.pipes.mjs +13 -13
  192. package/esm2020/src/app/shared/pipes/ng-init.pipe.mjs +4 -4
  193. package/esm2020/src/app/shared/pipes/number-format.pipe.mjs +5 -5
  194. package/esm2020/src/app/shared/pipes/pipes.module.mjs +19 -11
  195. package/esm2020/src/app/shared/pipes/property.pipes.mjs +8 -8
  196. package/esm2020/src/app/shared/pipes/string.pipes.mjs +42 -28
  197. package/esm2020/src/app/shared/pipes/translate-context.pipe.mjs +9 -9
  198. package/esm2020/src/app/shared/pipes/types.pipes.mjs +23 -10
  199. package/esm2020/src/app/shared/rx-state.module.mjs +23 -0
  200. package/esm2020/src/app/shared/services/entity-service.class.mjs +1 -1
  201. package/esm2020/src/app/shared/services/memory-entity-service.class.mjs +4 -4
  202. package/esm2020/src/app/shared/services/progress-bar.service.mjs +4 -4
  203. package/esm2020/src/app/shared/services/startable-observable-service.class.mjs +12 -9
  204. package/esm2020/src/app/shared/services/startable-service.class.mjs +13 -10
  205. package/esm2020/src/app/shared/services/translate-context.service.mjs +4 -4
  206. package/esm2020/src/app/shared/shared-routing.module.mjs +8 -8
  207. package/esm2020/src/app/shared/shared.module.mjs +23 -30
  208. package/esm2020/src/app/shared/shared.testing.module.mjs +5 -5
  209. package/esm2020/src/app/shared/storage/storage-explorer.component.mjs +4 -4
  210. package/esm2020/src/app/shared/storage/storage-explorer.module.mjs +5 -5
  211. package/esm2020/src/app/shared/storage/storage-explorer.testing-routing.module.mjs +5 -5
  212. package/esm2020/src/app/shared/storage/storage-explorer.testing.module.mjs +5 -5
  213. package/esm2020/src/app/shared/storage/storage.service.mjs +4 -4
  214. package/esm2020/src/app/shared/testing/observable.test.mjs +4 -4
  215. package/esm2020/src/app/shared/testing/tests.page.mjs +4 -4
  216. package/esm2020/src/app/shared/toast/toast.testing.mjs +4 -4
  217. package/esm2020/src/app/shared/toast/toast.testing.module.mjs +5 -5
  218. package/esm2020/src/app/shared/toolbar/modal-toolbar.mjs +4 -4
  219. package/esm2020/src/app/shared/toolbar/toolbar.mjs +4 -4
  220. package/esm2020/src/app/shared/toolbar/toolbar.module.mjs +6 -6
  221. package/esm2020/src/app/shared/upload-file/testing/upload-file.testing.mjs +4 -4
  222. package/esm2020/src/app/shared/upload-file/testing/upload-file.testing.module.mjs +5 -5
  223. package/esm2020/src/app/shared/upload-file/upload-file-popover.component.mjs +4 -4
  224. package/esm2020/src/app/shared/upload-file/upload-file.component.mjs +5 -5
  225. package/esm2020/src/app/shared/validator/form-error-adapter.class.mjs +4 -4
  226. package/esm2020/src/app/social/job/job.module.mjs +5 -5
  227. package/esm2020/src/app/social/job/progression/job-progression.component.mjs +23 -9
  228. package/esm2020/src/app/social/job/progression/job-progression.icon.mjs +74 -67
  229. package/esm2020/src/app/social/job/progression/job-progression.list.mjs +13 -10
  230. package/esm2020/src/app/social/job/progression/job-progression.model.mjs +1 -1
  231. package/esm2020/src/app/social/job/progression/job-progression.service.mjs +4 -4
  232. package/esm2020/src/app/social/job/testing/job-progression.testing.mjs +10 -21
  233. package/esm2020/src/app/social/job/testing/job-progression.testing.service.mjs +4 -4
  234. package/esm2020/src/app/social/job/testing/job.testing.module.mjs +5 -5
  235. package/esm2020/src/app/social/message/message.form.mjs +7 -7
  236. package/esm2020/src/app/social/message/message.modal.mjs +4 -4
  237. package/esm2020/src/app/social/message/message.module.mjs +5 -5
  238. package/esm2020/src/app/social/message/message.service.mjs +4 -4
  239. package/esm2020/src/app/social/social.module.mjs +5 -5
  240. package/esm2020/src/app/social/social.testing.module.mjs +5 -5
  241. package/esm2020/src/app/social/user-event/notification/user-event-notification.icon.mjs +4 -4
  242. package/esm2020/src/app/social/user-event/notification/user-event-notification.list.mjs +4 -4
  243. package/esm2020/src/app/social/user-event/testing/user-event.testing.mjs +4 -4
  244. package/esm2020/src/app/social/user-event/testing/user-event.testing.model.mjs +1 -1
  245. package/esm2020/src/app/social/user-event/testing/user-event.testing.module.mjs +5 -5
  246. package/esm2020/src/app/social/user-event/testing/user-event.testing.service.mjs +4 -4
  247. package/esm2020/src/app/social/user-event/user-event.module.mjs +5 -5
  248. package/esm2020/src/app/social/user-event/user-event.service.mjs +4 -4
  249. package/esm2020/src/environments/environment.class.mjs +1 -1
  250. package/esm2020/src/environments/environment.mjs +17 -20
  251. package/fesm2015/sumaris-net.ngx-components.mjs +7689 -7022
  252. package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
  253. package/fesm2020/sumaris-net.ngx-components.mjs +8988 -8329
  254. package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
  255. package/package.json +4 -3
  256. package/public_api.d.ts +11 -5
  257. package/src/app/admin/users/users.d.ts +1 -1
  258. package/src/app/core/about/about.modal.d.ts +1 -1
  259. package/src/app/core/account/account.page.d.ts +3 -4
  260. package/src/app/core/account/new-token.modal.d.ts +1 -1
  261. package/src/app/core/account/token.table.d.ts +1 -1
  262. package/src/app/core/auth/auth.form.d.ts +1 -1
  263. package/src/app/core/auth/auth.modal.d.ts +1 -1
  264. package/src/app/core/form/buttons/form-buttons-bar.component.d.ts +1 -1
  265. package/src/app/core/form/entity/editor.class.d.ts +4 -4
  266. package/src/app/core/form/entity/entity-editor-modal.class.d.ts +1 -1
  267. package/src/app/core/form/entity/entity-editor.class.d.ts +1 -1
  268. package/src/app/core/form/entity/entity-metadata.component.d.ts +1 -1
  269. package/src/app/core/form/form.class.d.ts +1 -1
  270. package/src/app/core/form/list/list.form.d.ts +1 -1
  271. package/src/app/core/form/properties/properties.form.d.ts +1 -1
  272. package/src/app/core/form/properties/properties.table.d.ts +2 -3
  273. package/src/app/core/form/properties/property.validator.d.ts +1 -1
  274. package/src/app/core/form/properties/testing/properties-form.test.d.ts +1 -1
  275. package/src/app/core/form/text-popover/testing/text-popover.testing.d.ts +1 -1
  276. package/src/app/core/form/text-popover/text-form.component.d.ts +1 -1
  277. package/src/app/core/form/text-popover/text-popover.component.d.ts +1 -1
  278. package/src/app/core/home/home.d.ts +1 -1
  279. package/src/app/core/icon/icon.component.d.ts +1 -1
  280. package/src/app/core/install/install-upgrade-card.component.d.ts +1 -1
  281. package/src/app/core/menu/menu.component.d.ts +2 -2
  282. package/src/app/core/menu/menu.model.d.ts +0 -1
  283. package/src/app/core/menu/sub-menu-tab.directive.d.ts +1 -1
  284. package/src/app/core/menu/testing/menu-other.testing.d.ts +1 -1
  285. package/src/app/core/menu/testing/menu.testing.d.ts +1 -1
  286. package/src/app/core/offline/update-offline-mode-card.component.d.ts +1 -1
  287. package/src/app/core/peer/select-peer.modal.d.ts +1 -1
  288. package/src/app/core/register/register-confirm.page.d.ts +1 -1
  289. package/src/app/core/register/register.form.d.ts +1 -1
  290. package/src/app/core/register/register.modal.d.ts +1 -1
  291. package/src/app/core/services/account.service.d.ts +0 -4
  292. package/src/app/core/services/base-entity-service.class.d.ts +1 -1
  293. package/src/app/core/services/base-graphql-service.class.d.ts +1 -1
  294. package/src/app/core/services/config/core.config.d.ts +1 -1
  295. package/src/app/core/services/validator/base.validator.class.d.ts +1 -1
  296. package/src/app/core/settings/settings.page.d.ts +1 -1
  297. package/src/app/core/table/actions-column.component.d.ts +2 -2
  298. package/src/app/core/table/async-table.class.d.ts +1 -1
  299. package/src/app/core/table/entities-async-table-datasource.class.d.ts +1 -1
  300. package/src/app/core/table/entities-table-datasource.class.d.ts +1 -1
  301. package/src/app/core/table/memory-table.class.d.ts +3 -3
  302. package/src/app/core/table/table-select-columns.component.d.ts +1 -1
  303. package/src/app/core/table/table.class.d.ts +3 -3
  304. package/src/app/core/table/testing/table.testing.d.ts +5 -4
  305. package/src/app/core/table/testing/table.testing.module.d.ts +8 -5
  306. package/src/app/core/table/testing/table2-validator.service.d.ts +15 -0
  307. package/src/app/core/table/testing/table2.testing.d.ts +45 -0
  308. package/src/app/shared/audio/audio.testing.d.ts +1 -1
  309. package/src/app/shared/debug/debug.component.d.ts +1 -1
  310. package/src/app/shared/directives/autofocus.directive.d.ts +1 -1
  311. package/src/app/shared/directives/autotitle.directive.d.ts +1 -1
  312. package/src/app/shared/directives/drag-and-drop.directive.d.ts +1 -1
  313. package/src/app/shared/directives/ng-var.directive.d.ts +1 -1
  314. package/src/app/shared/directives/resizable/resizable.component.d.ts +1 -1
  315. package/src/app/shared/directives/resizable/resizable.directive.d.ts +1 -1
  316. package/src/app/shared/form/field.component.d.ts +4 -5
  317. package/src/app/shared/form/field.model.d.ts +2 -0
  318. package/src/app/shared/form/loading-spinner.d.ts +1 -1
  319. package/src/app/shared/functions.d.ts +2 -2
  320. package/src/app/shared/help/help.modal.d.ts +2 -2
  321. package/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.d.ts +1 -1
  322. package/src/app/shared/hotkeys/hotkeys.service.d.ts +3 -3
  323. package/src/app/shared/image/gallery/image-gallery.component.d.ts +3 -3
  324. package/src/app/shared/image/gallery/testing/gallery.testing.d.ts +2 -2
  325. package/src/app/shared/inputs.d.ts +1 -1
  326. package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +8 -8
  327. package/src/app/shared/material/autocomplete/testing/autocomplete.test.d.ts +1 -1
  328. package/src/app/shared/material/badge/badge.directive.d.ts +1 -1
  329. package/src/app/shared/material/badge/badge.test.d.ts +1 -1
  330. package/src/app/shared/material/boolean/boolean.module.d.ts +15 -13
  331. package/src/app/shared/material/boolean/material-boolean2.d.ts +66 -0
  332. package/src/app/shared/material/boolean/material.boolean.d.ts +5 -4
  333. package/src/app/shared/material/boolean/testing/boolean.test.page.d.ts +21 -0
  334. package/src/app/shared/material/chips/material.chips.d.ts +8 -9
  335. package/src/app/shared/material/chips/testing/chips.test.d.ts +2 -2
  336. package/src/app/shared/material/datetime/material.date.d.ts +4 -3
  337. package/src/app/shared/material/datetime/material.dateshort.d.ts +6 -5
  338. package/src/app/shared/material/datetime/material.datetime.d.ts +4 -3
  339. package/src/app/shared/material/datetime/testing/mat-date-time.test.d.ts +7 -1
  340. package/src/app/shared/material/datetime/testing/mat-date.test.d.ts +3 -1
  341. package/src/app/shared/material/datetime/testing/mat-dateshort.test.d.ts +3 -1
  342. package/src/app/shared/material/duration/material.duration.d.ts +5 -4
  343. package/src/app/shared/material/duration/testing/mat-duration.test.d.ts +22 -0
  344. package/src/app/shared/material/latlong/material.latlong.d.ts +4 -3
  345. package/src/app/shared/material/latlong/testing/latlong.test.d.ts +1 -1
  346. package/src/app/shared/material/material.testing.module.d.ts +22 -18
  347. package/src/app/shared/material/numpad/numpad.append-to-input.directive.d.ts +1 -1
  348. package/src/app/shared/material/numpad/numpad.component.d.ts +1 -1
  349. package/src/app/shared/material/numpad/numpad.container.d.ts +1 -1
  350. package/src/app/shared/material/numpad/numpad.content.d.ts +1 -1
  351. package/src/app/shared/material/numpad/numpad.directive.d.ts +1 -1
  352. package/src/app/shared/material/numpad/numpad.dom-service.d.ts +3 -3
  353. package/src/app/shared/material/numpad/testing/numpad.test.d.ts +1 -1
  354. package/src/app/shared/material/paginator/material.paginator-i18n.d.ts +0 -3
  355. package/src/app/shared/material/swipe/material.swipe.d.ts +6 -6
  356. package/src/app/shared/material/swipe/swipe.module.d.ts +2 -1
  357. package/src/app/shared/material/swipe/testing/swipe.test.d.ts +1 -1
  358. package/src/app/shared/material/testing/common.test.d.ts +23 -0
  359. package/src/app/shared/named-filter/named-filter-selector.component.d.ts +1 -1
  360. package/src/app/shared/named-filter/named-filter.service.d.ts +1 -1
  361. package/src/app/shared/pipes/ng-init.pipe.d.ts +1 -1
  362. package/src/app/shared/pipes/pipes.module.d.ts +1 -1
  363. package/src/app/shared/pipes/string.pipes.d.ts +6 -0
  364. package/src/app/shared/pipes/types.pipes.d.ts +7 -0
  365. package/src/app/shared/rx-state.module.d.ts +10 -0
  366. package/src/app/shared/services/memory-entity-service.class.d.ts +1 -1
  367. package/src/app/shared/services/startable-observable-service.class.d.ts +3 -0
  368. package/src/app/shared/services/startable-service.class.d.ts +3 -0
  369. package/src/app/shared/shared.module.d.ts +12 -13
  370. package/src/app/shared/storage/storage-explorer.component.d.ts +1 -1
  371. package/src/app/shared/testing/observable.test.d.ts +1 -1
  372. package/src/app/shared/testing/tests.page.d.ts +1 -1
  373. package/src/app/shared/toast/toast.testing.d.ts +1 -1
  374. package/src/app/shared/toolbar/modal-toolbar.d.ts +1 -1
  375. package/src/app/shared/toolbar/toolbar.d.ts +1 -1
  376. package/src/app/shared/upload-file/testing/upload-file.testing.d.ts +1 -1
  377. package/src/app/shared/upload-file/upload-file-popover.component.d.ts +1 -1
  378. package/src/app/shared/upload-file/upload-file.component.d.ts +1 -1
  379. package/src/app/social/job/progression/job-progression.component.d.ts +17 -3
  380. package/src/app/social/job/progression/job-progression.icon.d.ts +24 -10
  381. package/src/app/social/job/progression/job-progression.list.d.ts +3 -3
  382. package/src/app/social/job/progression/job-progression.model.d.ts +0 -1
  383. package/src/app/social/job/testing/job-progression.testing.d.ts +3 -6
  384. package/src/app/social/message/message.form.d.ts +1 -1
  385. package/src/app/social/message/message.modal.d.ts +1 -1
  386. package/src/app/social/user-event/notification/user-event-notification.icon.d.ts +1 -1
  387. package/src/app/social/user-event/notification/user-event-notification.list.d.ts +1 -1
  388. package/src/app/social/user-event/testing/user-event.testing.d.ts +1 -1
  389. package/src/app/social/user-event/testing/user-event.testing.model.d.ts +0 -1
  390. package/src/app/social/user-event/user-event.service.d.ts +1 -1
  391. package/src/assets/i18n/en-US.json +4 -7
  392. package/src/assets/i18n/en.json +4 -7
  393. package/src/assets/i18n/fr.json +3 -1
  394. package/src/assets/img/logo/logo-eis.png +0 -0
  395. package/src/assets/manifest.json +1 -1
  396. package/src/environments/environment.class.d.ts +0 -1
  397. package/src/theme/_material.globals.scss +49 -17
  398. package/src/theme/_material.scss +1 -14
  399. package/src/theme/_mixins.scss +1 -1
  400. package/src/theme/_ngx-components.globals.scss +6 -1
  401. package/src/theme/_ngx-components.scss +263 -534
  402. package/src/theme/_ngx-components.table.scss +593 -0
  403. package/src/theme/_theme.scss +1 -0
  404. package/esm2020/src/environments/environment.loader.mjs +0 -79
  405. package/resources/README.md +0 -7
  406. package/src/assets/environments/environment-test.json +0 -6
  407. package/src/environments/environment.loader.d.ts +0 -26
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.6.7",
4
+ "version": "3.0.0-rc1",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -9,6 +9,9 @@
9
9
  "access": "public"
10
10
  },
11
11
  "dependencies": {
12
+ "@rx-angular/cdk": "^15.0.0",
13
+ "@rx-angular/state": "^15.0.0",
14
+ "@rx-angular/template": "^15.2.0",
12
15
  "@noble/ed25519": "^1.7.3",
13
16
  "clone": "~2.1.2",
14
17
  "tslib": "~2.6.2",
@@ -16,8 +19,6 @@
16
19
  "@polkadot/util-crypto": "~12.5.1"
17
20
  },
18
21
  "peerDependencies": {
19
- "@angular-devkit/build-angular": "~14.2.13",
20
- "@angular/compiler-cli": "~14.3.0",
21
22
  "@apollo/client": "~3.8.5",
22
23
  "@ionic/storage": "~4.0.0",
23
24
  "d3": "~7.6.1",
package/public_api.d.ts CHANGED
@@ -1,11 +1,12 @@
1
1
  export * from './src/environments/environment.class';
2
- export * from './src/environments/environment.loader';
3
2
  export * from './src/app/shared/constants';
4
3
  export * from './src/app/shared/shared.module';
5
4
  export { SharedRoutingModule } from './src/app/shared/shared-routing.module';
5
+ export { RxStateModule } from './src/app/shared/rx-state.module';
6
6
  export * from './src/app/shared/material/material.module';
7
7
  export * from './src/app/shared/material/boolean/boolean.module';
8
8
  export { MatBooleanField } from './src/app/shared/material/boolean/material.boolean';
9
+ export { MatBooleanField2 } from './src/app/shared/material/boolean/material-boolean2';
9
10
  export * from './src/app/shared/material/autocomplete/material.autocomplete.module';
10
11
  export * from './src/app/shared/material/autocomplete/material.autocomplete';
11
12
  export * from './src/app/shared/material/autocomplete/material.autocomplete.config';
@@ -85,6 +86,7 @@ export * from './src/app/shared/pipes/ng-init.pipe';
85
86
  export * from './src/app/shared/pipes/form.pipes';
86
87
  export * from './src/app/shared/pipes/colors.pipe';
87
88
  export * from './src/app/shared/pipes/types.pipes';
89
+ export * from './src/app/shared/services';
88
90
  export * from './src/app/shared/audio/audio';
89
91
  export * from './src/app/shared/file/file.service';
90
92
  export * from './src/app/shared/image/image.service';
@@ -262,6 +264,10 @@ export * from './src/app/shared/material/datetime/testing/mat-dateshort.test';
262
264
  export * from './src/app/shared/material/chips/testing/chips.test';
263
265
  export * from './src/app/shared/material/numpad/testing/numpad.test';
264
266
  export * from './src/app/shared/testing/observable.test';
267
+ export * from './src/app/shared/material/badge/badge.test';
268
+ export * from './src/app/shared/material/testing/common.test';
269
+ export * from './src/app/shared/material/boolean/testing/boolean.test.page';
270
+ export * from './src/app/shared/material/duration/testing/mat-duration.test';
265
271
  export * from './src/app/shared/shared.testing.module';
266
272
  export * from './src/app/shared/upload-file/testing/upload-file.testing';
267
273
  export * from './src/app/shared/upload-file/testing/upload-file.testing.module';
@@ -274,20 +280,20 @@ export * from './src/app/shared/storage/storage-explorer.testing.module';
274
280
  export * from './src/app/shared/storage/storage-explorer.testing-routing.module';
275
281
  export * from './src/app/shared/audio/audio.testing';
276
282
  export * from './src/app/shared/audio/audio.testing.module';
277
- export * from './src/app/core/menu/testing/menu.testing';
278
- export * from './src/app/core/menu/testing/menu.testing.module';
279
- export * from './src/app/core/menu/testing/menu-other.testing';
280
283
  export * from './src/app/core/core.testing.module';
281
284
  export * from './src/app/core/services/testing/referential-filter.model';
282
285
  export * from './src/app/core/services/testing/referential.validator';
283
286
  export * from './src/app/core/services/errors';
284
287
  export * from './src/app/core/table/testing/table.testing.module';
285
288
  export * from './src/app/core/table/testing/table.testing';
289
+ export * from './src/app/core/table/testing/table2.testing';
286
290
  export * from './src/app/core/form/text-popover/testing/text-popover.testing.module';
287
291
  export * from './src/app/core/form/text-popover/testing/text-popover.testing';
288
292
  export * from './src/app/core/form/properties/testing/properties-form.test';
289
293
  export * from './src/app/core/form/properties/testing/properties-form.testing.module';
290
- export { suggestFromArray } from './src/app/shared/services';
294
+ export * from './src/app/core/menu/testing/menu.testing';
295
+ export * from './src/app/core/menu/testing/menu.testing.module';
296
+ export * from './src/app/core/menu/testing/menu-other.testing';
291
297
  export * from './src/app/social/social.testing.module';
292
298
  export * from './src/app/social/user-event/testing/user-event.testing.module';
293
299
  export * from './src/app/social/user-event/testing/user-event.testing';
@@ -42,5 +42,5 @@ export declare class UsersPage extends AppTable<Person, PersonFilter> implements
42
42
  openComposeMessageModal(event?: Event): Promise<any>;
43
43
  protected markForCheck(): void;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<UsersPage, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<UsersPage, "app-users-table", never, { "useSticky": "useSticky"; }, {}, never, never, false>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<UsersPage, "app-users-table", never, { "useSticky": "useSticky"; }, {}, never, never, false, never>;
46
46
  }
@@ -28,5 +28,5 @@ export declare class AboutModal implements OnDestroy {
28
28
  close(): Promise<void>;
29
29
  protected setConfig(config?: Configuration): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<AboutModal, [null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<AboutModal, "app-about-modal", never, {}, {}, never, never, false>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<AboutModal, "app-about-modal", never, {}, {}, never, never, false, never>;
32
32
  }
@@ -14,7 +14,6 @@ import { ConfigService } from '../services/config.service';
14
14
  import { AppPropertiesTable } from '../form/properties/properties.table';
15
15
  import { UserTokenTable } from './token.table';
16
16
  import { NavController } from '@ionic/angular';
17
- import { Configuration } from '../services/model/config.model';
18
17
  import * as i0 from "@angular/core";
19
18
  export declare class AccountPage extends AppForm<Account> implements OnInit, OnDestroy, CanLeave {
20
19
  formBuilder: UntypedFormBuilder;
@@ -42,7 +41,7 @@ export declare class AccountPage extends AppForm<Account> implements OnInit, OnD
42
41
  accountReadOnly: boolean;
43
42
  readonly mobile: boolean;
44
43
  get valid(): boolean;
45
- protected showApiTokens: boolean;
44
+ protected authTokenEnabled: boolean;
46
45
  constructor(injector: Injector, formBuilder: UntypedFormBuilder, accountService: AccountService, network: NetworkService, navController: NavController, validatorService: AccountValidatorService, configService: ConfigService, cd: ChangeDetectorRef, locales: LocaleConfig[]);
47
46
  ngOnInit(): void;
48
47
  ngOnDestroy(): void;
@@ -58,13 +57,13 @@ export declare class AccountPage extends AppForm<Account> implements OnInit, OnD
58
57
  sendConfirmationEmail(event: MouseEvent): Promise<boolean>;
59
58
  save(event: any): Promise<boolean>;
60
59
  enable(opts?: {
60
+ accountReadOnly?: boolean;
61
61
  onlySelf?: boolean;
62
62
  emitEvent?: boolean;
63
63
  }): void;
64
64
  cancel(): Promise<void>;
65
65
  close(_?: Event): Promise<boolean>;
66
- protected onConfigLoaded(config: Configuration): void;
67
66
  protected markForCheck(): void;
68
67
  static ɵfac: i0.ɵɵFactoryDeclaration<AccountPage, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<AccountPage, "app-account-page", never, {}, {}, never, never, false>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccountPage, "app-account-page", never, {}, {}, never, never, false, never>;
70
69
  }
@@ -37,5 +37,5 @@ export declare class NewTokenModal extends AppEntityEditorModal<UserToken> imple
37
37
  copy(event: UIEvent): Promise<void>;
38
38
  protected getFlags(scopes: TokenScope[]): number;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<NewTokenModal, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<NewTokenModal, "app-new-token-modal", never, { "tokenScopes": "tokenScopes"; "existingNames": "existingNames"; }, {}, never, ["*"], false>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<NewTokenModal, "app-new-token-modal", never, { "tokenScopes": "tokenScopes"; "existingNames": "existingNames"; }, {}, never, ["*"], false, never>;
41
41
  }
@@ -21,5 +21,5 @@ export declare class UserTokenTable extends AppInMemoryTable<UserToken> implemen
21
21
  addToken(event: UIEvent): Promise<void>;
22
22
  display(scopes: TokenScope[]): string;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<UserTokenTable, [null, null, null, null, { optional: true; }]>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<UserTokenTable, "app-user-token-table", never, { "useSticky": "useSticky"; }, {}, never, never, false>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserTokenTable, "app-user-token-table", never, { "useSticky": "useSticky"; }, {}, never, never, false, never>;
25
25
  }
@@ -32,5 +32,5 @@ export declare class AppAuthForm extends AppForm<AuthData> implements OnInit {
32
32
  register(): void;
33
33
  protected markForCheck(): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<AppAuthForm, [null, null, null, null, null, null, null, null, { optional: true; }]>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<AppAuthForm, "app-auth-form", never, {}, { "onCancel": "onCancel"; "onSubmit": "onSubmit"; }, never, never, false>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppAuthForm, "app-auth-form", never, {}, { "onCancel": "onCancel"; "onSubmit": "onSubmit"; }, never, never, false, never>;
36
36
  }
@@ -20,5 +20,5 @@ export declare class AppAuthModal implements OnInit {
20
20
  emitEvent?: boolean;
21
21
  }): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<AppAuthModal, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<AppAuthModal, "ng-component", never, {}, {}, never, never, false>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppAuthModal, "ng-component", never, {}, {}, never, never, false, never>;
24
24
  }
@@ -34,5 +34,5 @@ export declare class FormButtonsBarComponent implements FormButtonsBarToken, OnD
34
34
  constructor(hotkeys: Hotkeys, menu: MenuService);
35
35
  ngOnDestroy(): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<FormButtonsBarComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<FormButtonsBarComponent, "app-form-buttons-bar", never, { "disabled": "disabled"; "disabledCancel": "disabledCancel"; "classList": "classList"; "saveButtonColor": "saveButtonColor"; "backText": "backText"; "cancelText": "cancelText"; "nextText": "nextText"; "showBack": "showBack"; "showCancel": "showCancel"; "showNext": "showNext"; "showSave": "showSave"; "showSaveAndClose": "showSaveAndClose"; "showSaveAndNext": "showSaveAndNext"; }, { "onCancel": "onCancel"; "onSave": "onSave"; "onNext": "onNext"; "onBack": "onBack"; "onSaveAndClose": "onSaveAndClose"; "onSaveAndNext": "onSaveAndNext"; }, never, ["*", "[slot=end]"], false>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormButtonsBarComponent, "app-form-buttons-bar", never, { "disabled": "disabled"; "disabledCancel": "disabledCancel"; "classList": "classList"; "saveButtonColor": "saveButtonColor"; "backText": "backText"; "cancelText": "cancelText"; "nextText": "nextText"; "showBack": "showBack"; "showCancel": "showCancel"; "showNext": "showNext"; "showSave": "showSave"; "showSaveAndClose": "showSaveAndClose"; "showSaveAndNext": "showSaveAndNext"; }, { "onCancel": "onCancel"; "onSave": "onSave"; "onNext": "onNext"; "onBack": "onBack"; "onSaveAndClose": "onSaveAndClose"; "onSaveAndNext": "onSaveAndNext"; }, never, ["*", "[slot=end]"], false, never>;
38
38
  }
@@ -1,6 +1,5 @@
1
1
  import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { ActivatedRoute, Params, Router } from '@angular/router';
3
- import { MatTabChangeEvent, MatTabGroup } from '@angular/material/tabs';
4
3
  import { AlertController, IonContent, NavController, ToastController } from '@ionic/angular';
5
4
  import { TranslateService } from '@ngx-translate/core';
6
5
  import { BehaviorSubject, Subject, Subscription, TeardownLogic } from 'rxjs';
@@ -14,6 +13,7 @@ import { ToolbarToken } from '../../../shared/toolbar/toolbar';
14
13
  import { CanLeave } from '../../../shared/guard/component-dirty.guard';
15
14
  import { AbstractControl } from '@angular/forms';
16
15
  import { WaitForOptions } from '../../../shared/observables';
16
+ import { MatTabChangeEvent, MatTabGroup } from '@angular/material/tabs';
17
17
  import * as i0 from "@angular/core";
18
18
  export interface IAppEditor extends CanLeave, IAppForm {
19
19
  save(event?: Event, options?: any): Promise<boolean>;
@@ -201,9 +201,9 @@ export declare abstract class AppEditor<T = any, ID = number, O = any> implement
201
201
  }): void;
202
202
  protected markForCheck(): void;
203
203
  static ɵfac: i0.ɵɵFactoryDeclaration<AppEditor<any, any, any>, never>;
204
- static ɵdir: i0.ɵɵDirectiveDeclaration<AppEditor<any, any, any>, never, never, {}, {}, never, never, false>;
204
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AppEditor<any, any, any>, never, never, {}, {}, never, never, false, never>;
205
205
  }
206
- export declare abstract class AppTabEditor<T = any, ID = number, O = any> extends AppEditor<T, ID, O> implements IAppTabEditor {
206
+ export declare abstract class AppTabEditor<T = any, ID = number, O = any> extends AppEditor<T, ID, O> implements IAppTabEditor, OnInit, OnDestroy {
207
207
  protected route: ActivatedRoute;
208
208
  protected router: Router;
209
209
  protected navController: NavController;
@@ -239,5 +239,5 @@ export declare abstract class AppTabEditor<T = any, ID = number, O = any> extend
239
239
  protected abstract getFirstInvalidTabIndex(): number;
240
240
  protected saveDirtyChildren(): Promise<boolean>;
241
241
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTabEditor<any, any, any>, [{ optional: true; }, null, null, null, null, { optional: true; }]>;
242
- static ɵdir: i0.ɵɵDirectiveDeclaration<AppTabEditor<any, any, any>, never, never, { "queryTabIndexParamName": "queryTabIndexParamName"; "selectedTabIndex": "selectedTabIndex"; }, { "selectedTabIndexChange": "selectedTabIndexChange"; }, never, never, false>;
242
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AppTabEditor<any, any, any>, never, never, { "queryTabIndexParamName": "queryTabIndexParamName"; "selectedTabIndex": "selectedTabIndex"; }, { "selectedTabIndexChange": "selectedTabIndexChange"; }, never, never, false, never>;
243
243
  }
@@ -125,5 +125,5 @@ export declare abstract class AppEntityEditorModal<T extends Entity<T, ID>, ID =
125
125
  */
126
126
  private openFirstInvalidTab;
127
127
  static ɵfac: i0.ɵɵFactoryDeclaration<AppEntityEditorModal<any, any, any>, never>;
128
- static ɵdir: i0.ɵɵDirectiveDeclaration<AppEntityEditorModal<any, any, any>, never, never, { "data": "data"; "mobile": "mobile"; "usageMode": "usageMode"; "onAfterModalInit": "onAfterModalInit"; "onDelete": "onDelete"; "i18nSuffix": "i18nSuffix"; "isNew": "isNew"; "isNewData": "isNewData"; "disabled": "disabled"; }, {}, never, never, false>;
128
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AppEntityEditorModal<any, any, any>, never, never, { "data": "data"; "mobile": "mobile"; "usageMode": "usageMode"; "onAfterModalInit": "onAfterModalInit"; "onDelete": "onDelete"; "i18nSuffix": "i18nSuffix"; "isNew": "isNew"; "isNewData": "isNewData"; "disabled": "disabled"; }, {}, never, never, false, never>;
129
129
  }
@@ -201,5 +201,5 @@ export declare abstract class AppEntityEditor<T extends Entity<T, ID>, S extends
201
201
  protected abstract get form(): FormGroup;
202
202
  protected abstract getFirstInvalidTabIndex(): number;
203
203
  static ɵfac: i0.ɵɵFactoryDeclaration<AppEntityEditor<any, any, any>, never>;
204
- static ɵdir: i0.ɵɵDirectiveDeclaration<AppEntityEditor<any, any, any>, never, never, {}, {}, never, never, false>;
204
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AppEntityEditor<any, any, any>, never, never, {}, {}, never, never, false, never>;
205
205
  }
@@ -9,5 +9,5 @@ export declare class EntityMetadataComponent {
9
9
  };
10
10
  showRecorder: boolean;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<EntityMetadataComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<EntityMetadataComponent, "app-entity-metadata", never, { "value": "value"; "showRecorder": "showRecorder"; }, {}, never, ["*"], false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<EntityMetadataComponent, "app-entity-metadata", never, { "value": "value"; "showRecorder": "showRecorder"; }, {}, never, ["*"], false, never>;
13
13
  }
@@ -153,5 +153,5 @@ export declare class AppForm<T> implements IAppForm, OnInit, OnDestroy, IFormCon
153
153
  protected markForCheck(): void;
154
154
  private setLoading;
155
155
  static ɵfac: i0.ɵɵFactoryDeclaration<AppForm<any>, never>;
156
- static ɵdir: i0.ɵɵDirectiveDeclaration<AppForm<any>, never, never, { "debug": "debug"; "tabindex": "tabindex"; "errorTranslatorOptions": "errorTranslatorOptions"; "form": "form"; }, { "onCancel": "onCancel"; "onSubmit": "onSubmit"; }, never, never, false>;
156
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AppForm<any>, never, never, { "debug": "debug"; "tabindex": "tabindex"; "errorTranslatorOptions": "errorTranslatorOptions"; "form": "form"; }, { "onCancel": "onCancel"; "onSubmit": "onSubmit"; }, never, never, false, never>;
157
157
  }
@@ -77,5 +77,5 @@ export declare class AppListForm<T = any> extends AppForm<T[]> implements OnInit
77
77
  protected createControl(data?: any): AbstractControl;
78
78
  protected markForCheck(): void;
79
79
  static ɵfac: i0.ɵɵFactoryDeclaration<AppListForm<any>, [null, null, null, null, null, { optional: true; }]>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<AppListForm<any>, "app-list-form", never, { "formArrayName": "formArrayName"; "formArray": "formArray"; "options": "options"; "displayWithFn": "displayWith"; "equalsFn": "equals"; }, { "onNewItem": "onNewItem"; "selectionChanges": "selectionChanges"; }, never, never, false>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppListForm<any>, "app-list-form", never, { "formArrayName": "formArrayName"; "formArray": "formArray"; "options": "options"; "displayWithFn": "displayWith"; "equalsFn": "equals"; }, { "onNewItem": "onNewItem"; "selectionChanges": "selectionChanges"; }, never, never, false, never>;
81
81
  }
@@ -40,5 +40,5 @@ export declare class AppPropertiesForm<T = Property> extends AppForm<T[]> implem
40
40
  setValue(data: T[] | any): void;
41
41
  protected markForCheck(): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<AppPropertiesForm<any>, [null, null, null, null, null, null, { optional: true; }]>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<AppPropertiesForm<any>, "app-properties-form", never, { "formArrayName": "formArrayName"; "formArray": "formArray"; "options": "options"; "definitions": "definitions"; "chipColor": "chipColor"; }, {}, never, never, false>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppPropertiesForm<any>, "app-properties-form", never, { "formArrayName": "formArrayName"; "formArray": "formArray"; "options": "options"; "definitions": "definitions"; "chipColor": "chipColor"; }, {}, never, never, false, never>;
44
44
  }
@@ -37,7 +37,7 @@ export declare class PropertyEntityValidator extends AppValidatorService<Propert
37
37
  [p: string]: any;
38
38
  };
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyEntityValidator, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<PropertyEntityValidator, never, never, {}, {}, never, never, false>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PropertyEntityValidator, never, never, {}, {}, never, never, false, never>;
41
41
  }
42
42
  export declare class AppPropertiesTable extends AppInMemoryTable<PropertyEntity, PropertyEntityFilter, string> implements OnInit {
43
43
  protected injector: Injector;
@@ -45,7 +45,6 @@ export declare class AppPropertiesTable extends AppInMemoryTable<PropertyEntity,
45
45
  protected validatorService: PropertyEntityValidator;
46
46
  definitions: FormFieldDefinition[];
47
47
  showToolbar: boolean;
48
- debug: boolean;
49
48
  filterExpansionPanel: MatExpansionPanel;
50
49
  definitionsMapByKey: FormFieldDefinitionMap;
51
50
  translationsByKey: ObjectMap<string>;
@@ -74,6 +73,6 @@ export declare class AppPropertiesTable extends AppInMemoryTable<PropertyEntity,
74
73
  resetProperty(event: UIEvent, row: TableElement<PropertyEntity>): void;
75
74
  protected toValue(values: PropertyEntity[], definition: FormFieldDefinition): any;
76
75
  static ɵfac: i0.ɵɵFactoryDeclaration<AppPropertiesTable, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<AppPropertiesTable, "app-properties-table", never, { "definitions": "definitions"; "showToolbar": "showToolbar"; "debug": "debug"; }, {}, never, never, false>;
76
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppPropertiesTable, "app-properties-table", never, { "definitions": "definitions"; "showToolbar": "showToolbar"; }, {}, never, never, false, never>;
78
77
  }
79
78
  export {};
@@ -9,5 +9,5 @@ export declare class PropertyValidator extends AppValidatorService<Property> {
9
9
  [p: string]: any;
10
10
  };
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertyValidator, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<PropertyValidator, never, never, {}, {}, never, never, false>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PropertyValidator, never, never, {}, {}, never, never, false, never>;
13
13
  }
@@ -15,5 +15,5 @@ export declare class PropertiesFormTestPage implements OnInit, AfterViewInit {
15
15
  ngAfterViewInit(): void;
16
16
  protected suggestEntity(value: any, filter: any): Promise<LoadResult<any>>;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PropertiesFormTestPage, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<PropertiesFormTestPage, "app-properties-form-test", never, {}, {}, never, never, false>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<PropertiesFormTestPage, "app-properties-form-test", never, {}, {}, never, never, false, never>;
19
19
  }
@@ -10,5 +10,5 @@ export declare class TextPopoverTestingPage {
10
10
  showPopover(event: Event, opts?: Partial<TextPopoverOptions>): Promise<void>;
11
11
  protected showSharePopoverWithButtons(event: UIEvent, opts?: Partial<TextPopoverOptions>): Promise<void>;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<TextPopoverTestingPage, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<TextPopoverTestingPage, "text-popover-testing", never, {}, {}, never, never, false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextPopoverTestingPage, "text-popover-testing", never, {}, {}, never, never, false, never>;
14
14
  }
@@ -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, never, false>;
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, never, false, never>;
32
32
  }
@@ -67,5 +67,5 @@ export declare class TextPopover implements OnInit, AfterViewInit, OnDestroy, Te
67
67
  protected isStartSide(button: TextPopoverButton): boolean;
68
68
  protected isEndSide(button: TextPopoverButton): boolean;
69
69
  static ɵfac: i0.ɵɵFactoryDeclaration<TextPopover, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<TextPopover, "app-text-popover", never, { "showHeader": "showHeader"; "headerColor": "headerColor"; "showFooter": "showFooter"; "title": "title"; "text": "text"; "placeholder": "placeholder"; "editing": "editing"; "multiline": "multiline"; "autoHeight": "autoHeight"; "maxLength": "maxLength"; "autofocus": "autofocus"; "validator": "validator"; "headerButtons": "headerButtons"; "mobile": "mobile"; }, {}, never, never, false>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextPopover, "app-text-popover", never, { "showHeader": "showHeader"; "headerColor": "headerColor"; "showFooter": "showFooter"; "title": "title"; "text": "text"; "placeholder": "placeholder"; "editing": "editing"; "multiline": "multiline"; "autoHeight": "autoHeight"; "maxLength": "maxLength"; "autofocus": "autofocus"; "validator": "validator"; "headerButtons": "headerButtons"; "mobile": "mobile"; }, {}, never, never, false, never>;
71
71
  }
@@ -70,5 +70,5 @@ export declare class HomePage implements OnDestroy {
70
70
  protected refreshButtons(account?: Account): void;
71
71
  protected markForCheck(): void;
72
72
  static ɵfac: i0.ɵɵFactoryDeclaration<HomePage, [null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<HomePage, "app-page-home", never, {}, {}, never, never, false>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<HomePage, "app-page-home", never, {}, {}, never, never, false, never>;
74
74
  }
@@ -9,5 +9,5 @@ export declare class AppIconComponent {
9
9
  width: number | string;
10
10
  set ref(value: IconRef);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AppIconComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<AppIconComponent, "app-icon", never, { "icon": "icon"; "matIcon": "matIcon"; "matSvgIcon": "matSvgIcon"; "color": "color"; "height": "height"; "width": "width"; "ref": "ref"; }, {}, never, never, false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppIconComponent, "app-icon", never, { "icon": "icon"; "matIcon": "matIcon"; "matSvgIcon": "matSvgIcon"; "color": "color"; "height": "height"; "width": "width"; "ref": "ref"; }, {}, never, never, false, never>;
13
13
  }
@@ -60,5 +60,5 @@ export declare class AppInstallUpgradeCard implements OnInit, OnDestroy {
60
60
  private markForCheck;
61
61
  private showToast;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<AppInstallUpgradeCard, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<AppInstallUpgradeCard, "app-install-upgrade-card", never, { "isLogin": "isLogin"; "showUpgradeWarning": "showUpgradeWarning"; "showOfflineWarning": "showOfflineWarning"; "showInstallButton": "showInstallButton"; }, {}, never, never, false>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppInstallUpgradeCard, "app-install-upgrade-card", never, { "isLogin": "isLogin"; "showUpgradeWarning": "showUpgradeWarning"; "showOfflineWarning": "showOfflineWarning"; "showInstallButton": "showInstallButton"; }, {}, never, never, false, never>;
64
64
  }
@@ -29,8 +29,8 @@ export declare class MenuComponent implements OnInit {
29
29
  contentId: string;
30
30
  logo: string;
31
31
  appName: string;
32
- appVersion: string;
33
32
  rxStrategy: RxStrategyNames;
33
+ appVersion: string;
34
34
  splitPane: IonSplitPane;
35
35
  loading: boolean;
36
36
  isLogin: boolean;
@@ -61,5 +61,5 @@ export declare class MenuComponent implements OnInit {
61
61
  protected markForCheck(): void;
62
62
  protected togglePinned(event: Event, item: IMenuItem): void;
63
63
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, [null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "app-menu", never, { "id": "id"; "menuId": "menuId"; "side": "side"; "contentId": "contentId"; "logo": "logo"; "appName": "appName"; "appVersion": "appVersion"; "rxStrategy": "rxStrategy"; }, {}, never, ["*", "[headerBottomRight]"], false>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "app-menu", never, { "id": "id"; "menuId": "menuId"; "side": "side"; "contentId": "contentId"; "logo": "logo"; "appName": "appName"; "rxStrategy": "rxStrategy"; "appVersion": "appVersion"; }, {}, never, ["*", "[headerBottomRight]"], false, never>;
65
65
  }
@@ -38,7 +38,6 @@ export declare class MenuItem extends Entity<MenuItem> implements IMenuItem, ITr
38
38
  static fromObject: (source: any, opts?: {
39
39
  withChildren?: boolean;
40
40
  }) => MenuItem;
41
- id: number;
42
41
  parent: MenuItem;
43
42
  parentId: number;
44
43
  $children: BehaviorSubject<MenuItem[]>;
@@ -25,5 +25,5 @@ export declare class SubMenuTabDirective implements OnChanges, AfterViewInit {
25
25
  private get menuItem();
26
26
  private get title();
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SubMenuTabDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<SubMenuTabDirective, "[appSubMenuTab]", never, { "label": "label"; "disabled": "disabled"; "parentPath": "parentPath"; "path": "path"; "subMenuTitle": "subMenuTitle"; "subMenuIcon": "subMenuIcon"; }, {}, never, never, false>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SubMenuTabDirective, "[appSubMenuTab]", never, { "label": "label"; "disabled": "disabled"; "parentPath": "parentPath"; "path": "path"; "subMenuTitle": "subMenuTitle"; "subMenuIcon": "subMenuIcon"; }, {}, never, never, false, never>;
29
29
  }
@@ -11,5 +11,5 @@ export declare class OtherMenuTestingPage extends MenuTestingPage {
11
11
  protected getDefaultTitle(): string;
12
12
  protected computeTitle(): Promise<string>;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<OtherMenuTestingPage, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<OtherMenuTestingPage, "app-testing-menu-other", never, {}, {}, never, never, false>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<OtherMenuTestingPage, "app-testing-menu-other", never, {}, {}, never, never, false, never>;
15
15
  }
@@ -39,5 +39,5 @@ export declare class MenuTestingPage extends AppTabEditor implements OnInit, OnD
39
39
  protected getDefaultTitle(): string;
40
40
  protected computeTitle(): Promise<string>;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuTestingPage, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuTestingPage, "app-testing-menu", never, {}, {}, never, never, false>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuTestingPage, "app-testing-menu", never, {}, {}, never, never, false, never>;
43
43
  }
@@ -7,5 +7,5 @@ export declare class AppUpdateOfflineModeCard implements OnDestroy {
7
7
  constructor();
8
8
  ngOnDestroy(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AppUpdateOfflineModeCard, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<AppUpdateOfflineModeCard, "app-update-offline-mode-card", never, { "progressionMessage": "progressionMessage"; "progressionValue": "progressionValue"; }, { "onUpdateClick": "onUpdateClick"; }, never, never, false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppUpdateOfflineModeCard, "app-update-offline-mode-card", never, { "progressionMessage": "progressionMessage"; "progressionValue": "progressionValue"; }, { "onUpdateClick": "onUpdateClick"; }, never, never, false, never>;
11
11
  }
@@ -50,5 +50,5 @@ export declare class SelectPeerModal implements OnDestroy, ISelectPeerModalOptio
50
50
  protected openPeerUrlPopover(event: Event, opts?: Partial<TextPopoverOptions>): Promise<any>;
51
51
  protected markForCheck(): void;
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectPeerModal, [null, null, null, null, null, null, { optional: true; }]>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectPeerModal, "select-peer-modal", never, { "canCancel": "canCancel"; "allowSelectDownPeer": "allowSelectDownPeer"; "onRefresh": "onRefresh"; "showSetManuallyButton": "showSetManuallyButton"; }, {}, never, never, false>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectPeerModal, "select-peer-modal", never, { "canCancel": "canCancel"; "allowSelectDownPeer": "allowSelectDownPeer"; "onRefresh": "onRefresh"; "showSetManuallyButton": "showSetManuallyButton"; }, {}, never, never, false, never>;
54
54
  }
@@ -20,5 +20,5 @@ export declare class RegisterConfirmPage implements OnDestroy {
20
20
  ngOnDestroy(): void;
21
21
  doConfirm(email: string, code: string): any;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<RegisterConfirmPage, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<RegisterConfirmPage, "app-register-confirm-page", never, {}, {}, never, never, false>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<RegisterConfirmPage, "app-register-confirm-page", never, {}, {}, never, never, false, never>;
24
24
  }
@@ -45,5 +45,5 @@ export declare class RegisterForm implements OnInit {
45
45
  disable(): void;
46
46
  enable(): void;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<RegisterForm, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<RegisterForm, "app-register-form", never, {}, { "onCancel": "onCancel"; "onSubmit": "onSubmit"; }, never, never, false>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<RegisterForm, "app-register-form", never, {}, { "onCancel": "onCancel"; "onSubmit": "onSubmit"; }, never, never, false, never>;
49
49
  }
@@ -10,5 +10,5 @@ export declare class RegisterModal {
10
10
  cancel(): void;
11
11
  doSubmit(event?: any): Promise<void>;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<RegisterModal, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<RegisterModal, "app-register-modal", never, {}, {}, never, never, false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<RegisterModal, "app-register-modal", never, {}, {}, never, never, false, never>;
14
14
  }
@@ -78,14 +78,11 @@ export declare class AccountService extends BaseGraphqlService<Account, any, num
78
78
  private readonly _optionDefs;
79
79
  private _$additionalFields;
80
80
  private _tokenType$;
81
- private _apiTokenEnabled;
82
81
  get account(): Account;
83
82
  get person(): Person;
84
83
  get department(): Department;
85
84
  get tokenType(): AuthTokenType;
86
85
  set tokenType(value: AuthTokenType);
87
- get apiTokenEnabled(): boolean;
88
- set apiTokenEnabled(value: boolean);
89
86
  constructor(network: NetworkService, graphql: GraphqlService, settings: LocalSettingsService, storage: Storage, file: FileService, translate: TranslateService, toastController: ToastController, environment: Environment, options: UserSettingsOptions);
90
87
  ngOnStart(): Promise<Account>;
91
88
  protected ngOnStop(): Promise<void>;
@@ -130,7 +127,6 @@ export declare class AccountService extends BaseGraphqlService<Account, any, num
130
127
  load(opts?: {
131
128
  offline?: boolean;
132
129
  fetchPolicy?: FetchPolicy;
133
- query?: any;
134
130
  }): Promise<Account | undefined>;
135
131
  generateToken(flags: number): Promise<string | undefined>;
136
132
  /**
@@ -119,5 +119,5 @@ export declare abstract class BaseEntityService<T extends Entity<T, ID>, F exten
119
119
  protected getLoadQueries(): DocumentNode[];
120
120
  protected getLoadQueryNames(): string[];
121
121
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseEntityService<any, any, any, any, any, any, any, any>, never>;
122
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseEntityService<any, any, any, any, any, any, any, any>, never, never, {}, {}, never, never, false>;
122
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseEntityService<any, any, any, any, any, any, any, any>, never, never, {}, {}, never, never, false, never>;
123
123
  }
@@ -73,5 +73,5 @@ export declare abstract class BaseGraphqlService<T = any, F = any, ID = any, S =
73
73
  protected findRefetchQueries(opts: FindMutableWatchQueriesOptions): InternalRefetchQueriesInclude;
74
74
  protected ngOnStart(): Promise<S>;
75
75
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseGraphqlService<any, any, any, any>, [null, { optional: true; }]>;
76
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseGraphqlService<any, any, any, any>, never, never, {}, {}, never, never, false>;
76
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseGraphqlService<any, any, any, any>, never, never, {}, {}, never, never, false, never>;
77
77
  }
@@ -6,7 +6,7 @@ export declare const CORE_CONFIG_OPTIONS: Readonly<{
6
6
  DEFAULT_LAT_LONG_FORMAT: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
7
7
  REGISTRATION_ENABLE: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
8
8
  AUTH_TOKEN_TYPE: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
9
- AUTH_API_TOKEN_ENABLED: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
9
+ AUTH_TOKEN_ENABLED: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
10
10
  GRAVATAR_ENABLE: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
11
11
  GRAVATAR_URL: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
12
12
  TESTING: FormFieldDefinition<string, import("../../../shared/form/field.model").FormFieldType, any>;
@@ -17,5 +17,5 @@ export declare abstract class AppValidatorService<T = any> extends ValidatorServ
17
17
  getI18nErrors(errors: FormErrors): string[];
18
18
  protected getI18nError(errorKey: string, errorContent?: any): string;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AppValidatorService<any>, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<AppValidatorService<any>, never, never, {}, {}, never, never, false>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AppValidatorService<any>, never, never, {}, {}, never, never, false, never>;
21
21
  }
@@ -64,5 +64,5 @@ export declare class SettingsPage extends AppForm<LocalSettings> implements OnIn
64
64
  protected getJsonValueToSave(): Promise<any>;
65
65
  protected markForCheck(): void;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<SettingsPage, [null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<SettingsPage, "page-settings", never, {}, {}, never, never, false>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<SettingsPage, "page-settings", never, {}, {}, never, never, false, never>;
68
68
  }
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit, TemplateRef } from '@angular/core';
2
- import { MatColumnDef, MatTable } from '@angular/material/table';
3
2
  import { TableElement } from '@e-is/ngx-material-table';
3
+ import { MatColumnDef, MatTable } from '@angular/material/table';
4
4
  import { MatMenuTrigger } from '@angular/material/menu';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ActionsColumnComponent implements OnInit, OnDestroy {
@@ -44,5 +44,5 @@ export declare class ActionsColumnComponent implements OnInit, OnDestroy {
44
44
  ngOnInit(): void;
45
45
  ngOnDestroy(): void;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionsColumnComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionsColumnComponent, "app-actions-column", never, { "stickyEnd": "stickyEnd"; "canCancel": "canCancel"; "canConfirm": "canConfirm"; "canDelete": "canDelete"; "canBackward": "canBackward"; "canForward": "canForward"; "canConfirmAndAdd": "canConfirmAndAdd"; "dirtyIcon": "dirtyIcon"; "optionsTitle": "optionsTitle"; "classList": "class"; "cellTemplate": "cellTemplate"; }, { "optionsClick": "optionsClick"; "cancelOrDeleteClick": "cancelOrDeleteClick"; "confirmEditCreateClick": "confirmEditCreateClick"; "confirmAndAddClick": "confirmAndAddClick"; "backward": "backward"; "forward": "forward"; }, never, ["[matHeader]", "[matFooter]"], false>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionsColumnComponent, "app-actions-column", never, { "stickyEnd": "stickyEnd"; "canCancel": "canCancel"; "canConfirm": "canConfirm"; "canDelete": "canDelete"; "canBackward": "canBackward"; "canForward": "canForward"; "canConfirmAndAdd": "canConfirmAndAdd"; "dirtyIcon": "dirtyIcon"; "optionsTitle": "optionsTitle"; "classList": "class"; "cellTemplate": "cellTemplate"; }, { "optionsClick": "optionsClick"; "cancelOrDeleteClick": "cancelOrDeleteClick"; "confirmEditCreateClick": "confirmEditCreateClick"; "confirmAndAddClick": "confirmAndAddClick"; "backward": "backward"; "forward": "forward"; }, never, ["[matHeader]", "[matFooter]"], false, never>;
48
48
  }
@@ -380,5 +380,5 @@ export declare abstract class AppAsyncTable<T extends IEntity<T, ID>, F = any, I
380
380
  */
381
381
  private initPermanentSelection;
382
382
  static ɵfac: i0.ɵɵFactoryDeclaration<AppAsyncTable<any, any, any>, never>;
383
- static ɵdir: i0.ɵɵDirectiveDeclaration<AppAsyncTable<any, any, any>, never, never, { "settingsId": "settingsId"; "debug": "debug"; "i18nColumnPrefix": "i18nColumnPrefix"; "i18nColumnSuffix": "i18nColumnSuffix"; "autoLoad": "autoLoad"; "readOnly": "readOnly"; "inlineEdition": "inlineEdition"; "focusFirstColumn": "focusFirstColumn"; "confirmBeforeDelete": "confirmBeforeDelete"; "confirmBeforeCancel": "confirmBeforeCancel"; "undoableDeletion": "undoableDeletion"; "saveBeforeDelete": "saveBeforeDelete"; "keepEditedRowOnSave": "keepEditedRowOnSave"; "saveBeforeSort": "saveBeforeSort"; "saveBeforeFilter": "saveBeforeFilter"; "propagateRowError": "propagateRowError"; "permanentSelectionAllowed": "permanentSelectionAllowed"; "defaultSortBy": "defaultSortBy"; "defaultSortDirection": "defaultSortDirection"; "defaultPageSize": "defaultPageSize"; "defaultPageSizeOptions": "defaultPageSizeOptions"; "focusColumn": "focusColumn"; "dataSource": "dataSource"; "filter": "filter"; "disabled": "disabled"; "paginator": "paginator"; }, { "onRefresh": "onRefresh"; "onOpenRow": "onOpenRow"; "onNewRow": "onNewRow"; "onStartEditingRow": "onStartEditingRow"; "onConfirmEditCreateRow": "onConfirmEditCreateRow"; "onCancelOrDeleteRow": "onCancelOrDeleteRow"; "onBeforeDeleteRows": "onBeforeDeleteRows"; "onBeforeCancelRows": "onBeforeCancelRows"; "onBeforeSave": "onBeforeSave"; "onAfterDeletedRows": "onAfterDeletedRows"; "onSort": "onSort"; "onDirty": "onDirty"; "onError": "onError"; }, never, never, false>;
383
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AppAsyncTable<any, any, any>, never, never, { "settingsId": "settingsId"; "debug": "debug"; "i18nColumnPrefix": "i18nColumnPrefix"; "i18nColumnSuffix": "i18nColumnSuffix"; "autoLoad": "autoLoad"; "readOnly": "readOnly"; "inlineEdition": "inlineEdition"; "focusFirstColumn": "focusFirstColumn"; "confirmBeforeDelete": "confirmBeforeDelete"; "confirmBeforeCancel": "confirmBeforeCancel"; "undoableDeletion": "undoableDeletion"; "saveBeforeDelete": "saveBeforeDelete"; "keepEditedRowOnSave": "keepEditedRowOnSave"; "saveBeforeSort": "saveBeforeSort"; "saveBeforeFilter": "saveBeforeFilter"; "propagateRowError": "propagateRowError"; "permanentSelectionAllowed": "permanentSelectionAllowed"; "defaultSortBy": "defaultSortBy"; "defaultSortDirection": "defaultSortDirection"; "defaultPageSize": "defaultPageSize"; "defaultPageSizeOptions": "defaultPageSizeOptions"; "focusColumn": "focusColumn"; "dataSource": "dataSource"; "filter": "filter"; "disabled": "disabled"; "paginator": "paginator"; }, { "onRefresh": "onRefresh"; "onOpenRow": "onOpenRow"; "onNewRow": "onNewRow"; "onStartEditingRow": "onStartEditingRow"; "onConfirmEditCreateRow": "onConfirmEditCreateRow"; "onCancelOrDeleteRow": "onCancelOrDeleteRow"; "onBeforeDeleteRows": "onBeforeDeleteRows"; "onBeforeCancelRows": "onBeforeCancelRows"; "onBeforeSave": "onBeforeSave"; "onAfterDeletedRows": "onAfterDeletedRows"; "onSort": "onSort"; "onDirty": "onDirty"; "onError": "onError"; }, never, never, false, never>;
384
384
  }
@@ -76,5 +76,5 @@ export declare class EntitiesAsyncTableDataSource<T extends IEntity<T, ID>, F =
76
76
  markAsLoading(): void;
77
77
  markAsLoaded(): void;
78
78
  static ɵfac: i0.ɵɵFactoryDeclaration<EntitiesAsyncTableDataSource<any, any, any, any, any, any, any, any>, never>;
79
- static ɵdir: i0.ɵɵDirectiveDeclaration<EntitiesAsyncTableDataSource<any, any, any, any, any, any, any, any>, never, never, {}, {}, never, never, false>;
79
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EntitiesAsyncTableDataSource<any, any, any, any, any, any, any, any>, never, never, {}, {}, never, never, false, never>;
80
80
  }
@@ -90,5 +90,5 @@ export declare class EntitiesTableDataSource<T extends IEntity<T, ID>, F = any,
90
90
  markAsLoading(): void;
91
91
  markAsLoaded(): void;
92
92
  static ɵfac: i0.ɵɵFactoryDeclaration<EntitiesTableDataSource<any, any, any, any, any, any, any, any>, never>;
93
- static ɵdir: i0.ɵɵDirectiveDeclaration<EntitiesTableDataSource<any, any, any, any, any, any, any, any>, never, never, {}, {}, never, never, false>;
93
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EntitiesTableDataSource<any, any, any, any, any, any, any, any>, never, never, {}, {}, never, never, false, never>;
94
94
  }