ngx-techlify-core 15.0.2 → 16.0.0

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 (473) hide show
  1. package/esm2022/lib/access-control-config/access-control-config-form/access-control-config-form.component.mjs +135 -0
  2. package/{esm2020 → esm2022}/lib/access-control-config/access-control-config-routing.module.mjs +5 -5
  3. package/esm2022/lib/access-control-config/access-control-config.component.mjs +137 -0
  4. package/esm2022/lib/access-control-config/access-control-config.model.mjs +34 -0
  5. package/{esm2020 → esm2022}/lib/access-control-config/access-control-config.module.mjs +24 -24
  6. package/esm2022/lib/access-control-config/access-control-config.service.mjs +32 -0
  7. package/esm2022/lib/action-popup/action-popup.component.mjs +36 -0
  8. package/{esm2020 → esm2022}/lib/action-popup/action-popup.model.mjs +4 -1
  9. package/{esm2020 → esm2022}/lib/action-popup/action-popup.module.mjs +9 -9
  10. package/{esm2020 → esm2022}/lib/audit-log/audit-log-for-model/audit-log-for-model-routing.module.mjs +5 -5
  11. package/esm2022/lib/audit-log/audit-log-for-model/audit-log-for-model.component.mjs +54 -0
  12. package/{esm2020 → esm2022}/lib/audit-log/audit-log-for-model/audit-log-for-model.module.mjs +15 -15
  13. package/{esm2020 → esm2022}/lib/audit-log/audit-log-list/audit-log-list-routing.module.mjs +5 -5
  14. package/esm2022/lib/audit-log/audit-log-list/audit-log-list.component.mjs +146 -0
  15. package/{esm2020 → esm2022}/lib/audit-log/audit-log-list/audit-log-list.module.mjs +19 -19
  16. package/{esm2020 → esm2022}/lib/audit-log/audit-log-list-filter/audit-log-list-filter-routing.module.mjs +5 -5
  17. package/esm2022/lib/audit-log/audit-log-list-filter/audit-log-list-filter.component.mjs +79 -0
  18. package/{esm2020 → esm2022}/lib/audit-log/audit-log-list-filter/audit-log-list-filter.module.mjs +15 -15
  19. package/{esm2020 → esm2022}/lib/audit-log/audit-log-routing.module.mjs +5 -5
  20. package/{esm2020 → esm2022}/lib/audit-log/audit-log-view/audit-log-view-routing.module.mjs +5 -5
  21. package/esm2022/lib/audit-log/audit-log-view/audit-log-view.component.mjs +55 -0
  22. package/{esm2020 → esm2022}/lib/audit-log/audit-log-view/audit-log-view.module.mjs +11 -11
  23. package/{esm2020 → esm2022}/lib/audit-log/audit-log-view-model/audit-log-view-model-routing.module.mjs +5 -5
  24. package/esm2022/lib/audit-log/audit-log-view-model/audit-log-view-model.component.mjs +60 -0
  25. package/{esm2020 → esm2022}/lib/audit-log/audit-log-view-model/audit-log-view-model.module.mjs +11 -11
  26. package/{esm2020 → esm2022}/lib/audit-log/audit-log.module.mjs +11 -11
  27. package/{esm2020 → esm2022}/lib/audit-log/audit-logs-view-model/audit-logs-view-model-routing.module.mjs +5 -5
  28. package/esm2022/lib/audit-log/audit-logs-view-model/audit-logs-view-model.component.mjs +40 -0
  29. package/{esm2020 → esm2022}/lib/audit-log/audit-logs-view-model/audit-logs-view-model.module.mjs +11 -11
  30. package/esm2022/lib/base-model/techlify-form-component.class.mjs +52 -0
  31. package/esm2022/lib/base-model/techlify-listing-component.class.mjs +64 -0
  32. package/esm2022/lib/base-model/techlify-service.class.mjs +69 -0
  33. package/{esm2020 → esm2022}/lib/change-password/change-password-routing.module.mjs +5 -5
  34. package/esm2022/lib/change-password/change-password.component.mjs +96 -0
  35. package/{esm2020 → esm2022}/lib/change-password/change-password.module.mjs +19 -19
  36. package/esm2022/lib/column-selector/column-selector/column-selector.component.mjs +36 -0
  37. package/{esm2020 → esm2022}/lib/column-selector/column-selector.module.mjs +13 -13
  38. package/esm2022/lib/core/alert.service.mjs +39 -0
  39. package/esm2022/lib/core/api-prefix.interceptor.mjs +27 -0
  40. package/esm2022/lib/core/authentication.guard.mjs +37 -0
  41. package/esm2022/lib/core/authentication.service.mjs +65 -0
  42. package/esm2022/lib/core/cache.interceptor.mjs +59 -0
  43. package/esm2022/lib/core/config.service.mjs +46 -0
  44. package/esm2022/lib/core/core.module.mjs +63 -0
  45. package/esm2022/lib/core/credentials.service.mjs +80 -0
  46. package/esm2022/lib/core/dataManager.service.mjs +120 -0
  47. package/esm2022/lib/core/error-handler.interceptor.mjs +50 -0
  48. package/esm2022/lib/core/error-handler.service.mjs +57 -0
  49. package/esm2022/lib/core/filter.service.mjs +39 -0
  50. package/{esm2020 → esm2022}/lib/core/form-validator.service.mjs +4 -4
  51. package/{esm2020 → esm2022}/lib/core/header.interceptor.mjs +4 -4
  52. package/esm2022/lib/core/http-cache.service.mjs +110 -0
  53. package/esm2022/lib/core/http.service.mjs +89 -0
  54. package/esm2022/lib/core/logger.service.mjs +101 -0
  55. package/{esm2020 → esm2022}/lib/core/route-reusable-strategy.mjs +4 -4
  56. package/esm2022/lib/core/snack/snack.component.mjs +35 -0
  57. package/{esm2020 → esm2022}/lib/core/snack/snack.module.mjs +11 -11
  58. package/esm2022/lib/core/storage.service.mjs +38 -0
  59. package/esm2022/lib/core/techlify-config.model.mjs +30 -0
  60. package/esm2022/lib/core/token.interceptor.mjs +29 -0
  61. package/esm2022/lib/data-table/data-table.component.mjs +211 -0
  62. package/esm2022/lib/data-table/data-table.model.mjs +46 -0
  63. package/{esm2020 → esm2022}/lib/data-table/data-table.module.mjs +11 -11
  64. package/esm2022/lib/document-viewer/document-viewer.component.mjs +69 -0
  65. package/{esm2020 → esm2022}/lib/document-viewer/document-viewer.module.mjs +11 -11
  66. package/{esm2020 → esm2022}/lib/document-viewer/viewer-config.model.mjs +4 -1
  67. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-for-user/email-subscription-for-user-routing.module.mjs +5 -5
  68. package/esm2022/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.component.mjs +77 -0
  69. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.module.mjs +13 -13
  70. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-routing.module.mjs +5 -5
  71. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form-routing.module.mjs +5 -5
  72. package/esm2022/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form.component.mjs +118 -0
  73. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form.module.mjs +17 -17
  74. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list-routing.module.mjs +5 -5
  75. package/esm2022/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.mjs +164 -0
  76. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.module.mjs +17 -17
  77. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-routing.module.mjs +5 -5
  78. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type.module.mjs +7 -7
  79. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form-routing.module.mjs +5 -5
  80. package/esm2022/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form.component.mjs +114 -0
  81. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form.module.mjs +17 -17
  82. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list-routing.module.mjs +5 -5
  83. package/esm2022/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.component.mjs +169 -0
  84. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.module.mjs +19 -19
  85. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter-routing.module.mjs +5 -5
  86. package/esm2022/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.component.mjs +54 -0
  87. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.module.mjs +15 -15
  88. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-routing.module.mjs +5 -5
  89. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user.module.mjs +7 -7
  90. package/{esm2020 → esm2022}/lib/email-subscription/email-subscription.module.mjs +7 -7
  91. package/esm2022/lib/entity-files/entity-file-form/entity-file-form.component.mjs +174 -0
  92. package/esm2022/lib/entity-files/entity-file.service.mjs +37 -0
  93. package/esm2022/lib/entity-files/entity-files-view-all.component.mjs +364 -0
  94. package/{esm2020 → esm2022}/lib/entity-files/entity-files-view-all.module.mjs +29 -29
  95. package/esm2022/lib/export-excel/export-excel-button/export-excel-button.component.mjs +31 -0
  96. package/{esm2020 → esm2022}/lib/export-excel/export-excel.module.mjs +7 -7
  97. package/esm2022/lib/file-dragdrop-uploader/file-dragdrop-uploader/file-dragdrop-uploader.component.mjs +92 -0
  98. package/{esm2020 → esm2022}/lib/file-dragdrop-uploader/file-dragdrop-uploader.module.mjs +13 -13
  99. package/esm2022/lib/file-dropper/file-dropper.component.mjs +129 -0
  100. package/esm2022/lib/file-dropper/file-dropper.model.mjs +11 -0
  101. package/{esm2020 → esm2022}/lib/file-dropper/file-dropper.module.mjs +9 -9
  102. package/{esm2020 → esm2022}/lib/forgot-password/forgot-password-routing.module.mjs +5 -5
  103. package/esm2022/lib/forgot-password/forgot-password.component.mjs +81 -0
  104. package/{esm2020 → esm2022}/lib/forgot-password/forgot-password.module.mjs +11 -11
  105. package/{esm2020 → esm2022}/lib/import-csv/data-import/data-import.component.mjs +5 -4
  106. package/esm2022/lib/import-csv/failed-items-list/failed-items-list.component.mjs +38 -0
  107. package/esm2022/lib/import-csv/field-mapping/field-mapping.component.mjs +160 -0
  108. package/esm2022/lib/import-csv/import-csv.component.mjs +207 -0
  109. package/{esm2020 → esm2022}/lib/import-csv/import-csv.module.mjs +28 -28
  110. package/esm2022/lib/import-csv/import-history-list/import-history-list.component.mjs +75 -0
  111. package/esm2022/lib/import-csv/import-success/import-success.component.mjs +26 -0
  112. package/{esm2020 → esm2022}/lib/ip-address-selector/ip-address-selector.module.mjs +17 -17
  113. package/esm2022/lib/ip-address-selector/ip-range-selector/ip-range-selector.component.mjs +108 -0
  114. package/esm2022/lib/loader/loader.component.mjs +23 -0
  115. package/{esm2020 → esm2022}/lib/loader/loader.module.mjs +7 -7
  116. package/{esm2020 → esm2022}/lib/login/login-routing.module.mjs +5 -5
  117. package/esm2022/lib/login/login.component.mjs +170 -0
  118. package/{esm2020 → esm2022}/lib/login/login.module.mjs +19 -19
  119. package/{esm2020 → esm2022}/lib/login-history-for-user/login-history-for-user-routing.module.mjs +5 -5
  120. package/esm2022/lib/login-history-for-user/login-history-for-user.component.mjs +96 -0
  121. package/{esm2020 → esm2022}/lib/login-history-for-user/login-history-for-user.module.mjs +17 -17
  122. package/{esm2020 → esm2022}/lib/material.module.mjs +53 -53
  123. package/{esm2020 → esm2022}/lib/ngx-techlify-users/ngx-techlify-users-routing.module.mjs +5 -5
  124. package/{esm2020 → esm2022}/lib/ngx-techlify-users/ngx-techlify-users.module.mjs +7 -7
  125. package/esm2022/lib/note/comment-form/comment-form.component.mjs +82 -0
  126. package/esm2022/lib/note/note-form/note-form.component.mjs +88 -0
  127. package/esm2022/lib/note/note-list/note-list.component.mjs +153 -0
  128. package/{esm2020 → esm2022}/lib/note/note.module.mjs +19 -19
  129. package/esm2022/lib/note/note.service.mjs +30 -0
  130. package/esm2022/lib/number-input-button/number-input-button/number-input-button.component.mjs +104 -0
  131. package/{esm2020 → esm2022}/lib/number-input-button/number-input-button.module.mjs +9 -9
  132. package/{esm2020 → esm2022}/lib/password-requirement-check/password-check.service.mjs +4 -4
  133. package/esm2022/lib/password-requirement-check/password-requirement-check/password-requirement-check.component.mjs +50 -0
  134. package/{esm2020 → esm2022}/lib/password-requirement-check/password-requirement-check.module.mjs +5 -5
  135. package/esm2022/lib/profile/profile-edit.component.mjs +84 -0
  136. package/{esm2020 → esm2022}/lib/profile/profile-routing.module.mjs +5 -5
  137. package/{esm2020 → esm2022}/lib/profile/profile.module.mjs +11 -11
  138. package/esm2022/lib/read-more/read-more.component.mjs +44 -0
  139. package/{esm2020 → esm2022}/lib/read-more/read-more.module.mjs +9 -9
  140. package/esm2022/lib/request-helper/request-helper.service.mjs +107 -0
  141. package/esm2022/lib/restrictors/restrictor-level-selector/restrictor-level-selector/restrictor-level-selector.component.mjs +93 -0
  142. package/{esm2020 → esm2022}/lib/restrictors/restrictor-level-selector/restrictor-level-selector.module.mjs +11 -11
  143. package/esm2022/lib/restrictors/restrictor-level-selector/restrictor-level.service.mjs +20 -0
  144. package/esm2022/lib/restrictors/restrictor-status-selector/restrictor-status-selector/restrictor-status-selector.component.mjs +93 -0
  145. package/{esm2020 → esm2022}/lib/restrictors/restrictor-status-selector/restrictor-status-selector.module.mjs +9 -9
  146. package/esm2022/lib/restrictors/restrictor-status-selector/restrictor-status.service.mjs +20 -0
  147. package/esm2022/lib/restrictors/restrictor-type-selector/restrictor-type-selector/restrictor-type-selector.component.mjs +94 -0
  148. package/{esm2020 → esm2022}/lib/restrictors/restrictor-type-selector/restrictor-type-selector.module.mjs +11 -11
  149. package/esm2022/lib/restrictors/restrictor-type-selector/restrictor-type.service.mjs +20 -0
  150. package/esm2022/lib/restrictors/restrictor.service.mjs +20 -0
  151. package/esm2022/lib/restrictors/restrictors-form/restrictors-form.component.mjs +111 -0
  152. package/esm2022/lib/restrictors/restrictors-form-page/restrictors-form-page.component.mjs +49 -0
  153. package/esm2022/lib/restrictors/restrictors-list-page/restrictors-list-page.component.mjs +152 -0
  154. package/{esm2020 → esm2022}/lib/restrictors/restrictors-routing.module.mjs +5 -5
  155. package/{esm2020 → esm2022}/lib/restrictors/restrictors.module.mjs +43 -43
  156. package/{esm2020 → esm2022}/lib/role/permission/permission.model.mjs +4 -1
  157. package/{esm2020 → esm2022}/lib/role/permission/permission.module.mjs +15 -15
  158. package/{esm2020 → esm2022}/lib/role/permission/permission.routes.mjs +5 -5
  159. package/esm2022/lib/role/permission/permissions-management.component.mjs +127 -0
  160. package/esm2022/lib/role/role-form.component.mjs +109 -0
  161. package/esm2022/lib/role/role-view/role-view.component.mjs +44 -0
  162. package/esm2022/lib/role/role.model.mjs +66 -0
  163. package/{esm2020 → esm2022}/lib/role/role.module.mjs +21 -21
  164. package/{esm2020 → esm2022}/lib/role/role.routes.mjs +5 -5
  165. package/esm2022/lib/role/role.service.mjs +27 -0
  166. package/esm2022/lib/role/roles-view-all.component.mjs +140 -0
  167. package/esm2022/lib/searchable-selector/searchable-selector.component.mjs +365 -0
  168. package/{esm2020 → esm2022}/lib/searchable-selector/searchable-selector.module.mjs +11 -11
  169. package/{esm2020 → esm2022}/lib/signup/signup-routing.module.mjs +5 -5
  170. package/esm2022/lib/signup/signup.component.mjs +87 -0
  171. package/{esm2020 → esm2022}/lib/signup/signup.module.mjs +11 -11
  172. package/esm2022/lib/techlify-company-switcher/techlify-company-switcher/techlify-company-switcher.component.mjs +73 -0
  173. package/{esm2020 → esm2022}/lib/techlify-company-switcher/techlify-company-switcher.module.mjs +9 -9
  174. package/esm2022/lib/techlify-feature/on-off-switch/on-off-switch.component.mjs +27 -0
  175. package/esm2022/lib/techlify-feature/techlify-feature-enabled.directive.mjs +79 -0
  176. package/esm2022/lib/techlify-feature/techlify-feature-listing.component.mjs +179 -0
  177. package/{esm2020 → esm2022}/lib/techlify-feature/techlify-feature.module.mjs +17 -17
  178. package/esm2022/lib/techlify-feature/techlify-feature.service.mjs +27 -0
  179. package/{esm2020 → esm2022}/lib/techlify-notifications/ngx-techlify-notifier/ngx-techlify-notifier-routing.module.mjs +5 -5
  180. package/esm2022/lib/techlify-notifications/ngx-techlify-notifier/ngx-techlify-notifier.component.mjs +109 -0
  181. package/{esm2020 → esm2022}/lib/techlify-notifications/ngx-techlify-notifier/ngx-techlify-notifier.module.mjs +15 -15
  182. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user-routing.module.mjs +5 -5
  183. package/esm2022/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user.component.mjs +90 -0
  184. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user.module.mjs +13 -13
  185. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-routing.module.mjs +5 -5
  186. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notfication-subscriber-dashboard/techlify-notfication-subscriber-dashboard-routing.module.mjs +5 -5
  187. package/esm2022/lib/techlify-notifications/techlify-notification-subscriber/techlify-notfication-subscriber-dashboard/techlify-notfication-subscriber-dashboard.component.mjs +180 -0
  188. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notfication-subscriber-dashboard/techlify-notfication-subscriber-dashboard.module.mjs +19 -19
  189. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-form/techlify-notification-subscriber-form-routing.module.mjs +5 -5
  190. package/esm2022/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-form/techlify-notification-subscriber-form.component.mjs +131 -0
  191. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-form/techlify-notification-subscriber-form.module.mjs +17 -17
  192. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list/techlify-notification-subscriber-list-routing.module.mjs +5 -5
  193. package/esm2022/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list/techlify-notification-subscriber-list.component.mjs +186 -0
  194. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list/techlify-notification-subscriber-list.module.mjs +19 -19
  195. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list-filter/techlify-notification-subscriber-list-filter-routing.module.mjs +5 -5
  196. package/esm2022/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list-filter/techlify-notification-subscriber-list-filter.component.mjs +72 -0
  197. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list-filter/techlify-notification-subscriber-list-filter.module.mjs +15 -15
  198. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-routing.module.mjs +5 -5
  199. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber.module.mjs +19 -19
  200. package/esm2022/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscription-entity.model.mjs +6 -0
  201. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-form/techlify-notification-type-form-routing.module.mjs +5 -5
  202. package/esm2022/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-form/techlify-notification-type-form.component.mjs +111 -0
  203. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-form/techlify-notification-type-form.module.mjs +19 -19
  204. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-list/techlify-notification-type-list-routing.module.mjs +5 -5
  205. package/esm2022/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-list/techlify-notification-type-list.component.mjs +171 -0
  206. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-list/techlify-notification-type-list.module.mjs +17 -17
  207. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-routing.module.mjs +5 -5
  208. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-type/techlify-notification-type.module.mjs +17 -17
  209. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification-user-status.model.mjs +3 -3
  210. package/{esm2020 → esm2022}/lib/techlify-notifications/techlify-notification.module.mjs +7 -7
  211. package/esm2022/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-config.model.mjs +24 -0
  212. package/esm2022/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.component.mjs +301 -0
  213. package/{esm2020 → esm2022}/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.module.mjs +13 -13
  214. package/esm2022/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.component.mjs +189 -0
  215. package/{esm2020 → esm2022}/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.module.mjs +17 -17
  216. package/esm2022/lib/techlify-update/techlify-update-form/techlify-update-form.component.mjs +124 -0
  217. package/{esm2020 → esm2022}/lib/techlify-update/techlify-update-form/techlify-update-form.module.mjs +13 -13
  218. package/{esm2020 → esm2022}/lib/techlify-update/techlify-update-history/techlify-update-history-routing.module.mjs +5 -5
  219. package/esm2022/lib/techlify-update/techlify-update-history/techlify-update-history.component.mjs +151 -0
  220. package/{esm2020 → esm2022}/lib/techlify-update/techlify-update-history/techlify-update-history.module.mjs +19 -19
  221. package/{esm2020 → esm2022}/lib/techlify-update/techlify-update-routing.module.mjs +5 -5
  222. package/{esm2020 → esm2022}/lib/techlify-update/techlify-update.module.mjs +21 -21
  223. package/esm2022/lib/techlify-update/techlify-update.service.mjs +42 -0
  224. package/esm2022/lib/techlify-update/techlify-updates-list/techlify-updates-list.component.mjs +169 -0
  225. package/esm2022/lib/techlify-update/techlify-updates-teaser/techlify-updates-teaser.component.mjs +63 -0
  226. package/{esm2020 → esm2022}/lib/techlify-update/techlify-updates-teaser/techlify-updates-teaser.module.mjs +11 -11
  227. package/esm2022/lib/techlify-update/update-notifier/update-notifier-snack/update-notifier-snack.component.mjs +85 -0
  228. package/esm2022/lib/techlify-update/update-notifier/update-notifier.component.mjs +57 -0
  229. package/{esm2020 → esm2022}/lib/techlify-update/update-notifier/update-notifier.module.mjs +13 -13
  230. package/esm2022/lib/techlify-update/update-view/update-view.component.mjs +43 -0
  231. package/{esm2020 → esm2022}/lib/techlify-update/update-view/update-view.module.mjs +9 -9
  232. package/{esm2020 → esm2022}/lib/timeline-filter/timeline-filter-routing.module.mjs +5 -5
  233. package/esm2022/lib/timeline-filter/timeline-filter.component.mjs +253 -0
  234. package/{esm2020 → esm2022}/lib/timeline-filter/timeline-filter.module.mjs +25 -25
  235. package/esm2022/lib/timeline-filter/timeline.model.mjs +18 -0
  236. package/esm2022/lib/user/current-user.service.mjs +155 -0
  237. package/esm2022/lib/user/user-enable-button-component/user-enable-button.component.mjs +65 -0
  238. package/esm2022/lib/user/user-explore.component.mjs +55 -0
  239. package/esm2022/lib/user/user-form.component.mjs +234 -0
  240. package/esm2022/lib/user/user-view.component.mjs +76 -0
  241. package/esm2022/lib/user/user.model.mjs +49 -0
  242. package/{esm2020 → esm2022}/lib/user/user.module.mjs +42 -42
  243. package/{esm2020 → esm2022}/lib/user/user.routes.mjs +5 -5
  244. package/esm2022/lib/user/user.service.mjs +42 -0
  245. package/esm2022/lib/user/users-view-all.component.mjs +226 -0
  246. package/esm2022/lib/user-config/user-config.model.mjs +81 -0
  247. package/esm2022/lib/user-config/user-config.service.mjs +68 -0
  248. package/esm2022/lib/user-selector/user-data.service.mjs +37 -0
  249. package/esm2022/lib/user-selector/user-selector.component.mjs +100 -0
  250. package/{esm2020 → esm2022}/lib/user-selector/user-selector.module.mjs +11 -11
  251. package/{esm2020 → esm2022}/lib/utility/date-utils.service.mjs +4 -4
  252. package/esm2022/lib/utility/num-items-selector.component.mjs +33 -0
  253. package/esm2022/lib/utility/number-selector.component.mjs +46 -0
  254. package/{esm2020 → esm2022}/lib/utility/utility.module.mjs +7 -7
  255. package/{fesm2020 → fesm2022}/ngx-techlify-core.mjs +3117 -2394
  256. package/{fesm2020 → fesm2022}/ngx-techlify-core.mjs.map +1 -1
  257. package/lib/audit-log/audit-log-for-model/audit-log-for-model.component.d.ts +1 -1
  258. package/lib/audit-log/audit-log-list/audit-log-list.component.d.ts +1 -1
  259. package/lib/audit-log/audit-log-list-filter/audit-log-list-filter.component.d.ts +1 -1
  260. package/lib/column-selector/column-selector/column-selector.component.d.ts +1 -1
  261. package/lib/data-table/data-table.component.d.ts +1 -1
  262. package/lib/document-viewer/document-viewer.component.d.ts +1 -1
  263. package/lib/entity-files/entity-files-view-all.component.d.ts +1 -1
  264. package/lib/export-excel/export-excel-button/export-excel-button.component.d.ts +1 -1
  265. package/lib/file-dragdrop-uploader/file-dragdrop-uploader/file-dragdrop-uploader.component.d.ts +1 -1
  266. package/lib/file-dropper/file-dropper.component.d.ts +1 -1
  267. package/lib/import-csv/data-import/data-import.component.d.ts +1 -1
  268. package/lib/import-csv/failed-items-list/failed-items-list.component.d.ts +1 -1
  269. package/lib/import-csv/field-mapping/field-mapping.component.d.ts +1 -1
  270. package/lib/import-csv/import-csv.component.d.ts +1 -1
  271. package/lib/import-csv/import-history-list/import-history-list.component.d.ts +1 -1
  272. package/lib/import-csv/import-success/import-success.component.d.ts +1 -1
  273. package/lib/ip-address-selector/ip-range-selector/ip-range-selector.component.d.ts +1 -1
  274. package/lib/loader/loader.component.d.ts +1 -1
  275. package/lib/login-history-for-user/login-history-for-user.component.d.ts +1 -1
  276. package/lib/note/comment-form/comment-form.component.d.ts +1 -1
  277. package/lib/note/note-list/note-list.component.d.ts +1 -1
  278. package/lib/number-input-button/number-input-button/number-input-button.component.d.ts +1 -1
  279. package/lib/password-requirement-check/password-requirement-check/password-requirement-check.component.d.ts +1 -1
  280. package/lib/read-more/read-more.component.d.ts +1 -1
  281. package/lib/restrictors/restrictor-level-selector/restrictor-level-selector/restrictor-level-selector.component.d.ts +1 -1
  282. package/lib/restrictors/restrictor-status-selector/restrictor-status-selector/restrictor-status-selector.component.d.ts +1 -1
  283. package/lib/restrictors/restrictor-type-selector/restrictor-type-selector/restrictor-type-selector.component.d.ts +1 -1
  284. package/lib/restrictors/restrictors-form/restrictors-form.component.d.ts +1 -1
  285. package/lib/role/permission/permissions-management.component.d.ts +1 -1
  286. package/lib/role/roles-view-all.component.d.ts +1 -1
  287. package/lib/searchable-selector/searchable-selector.component.d.ts +1 -1
  288. package/lib/techlify-feature/on-off-switch/on-off-switch.component.d.ts +1 -1
  289. package/lib/techlify-feature/techlify-feature-enabled.directive.d.ts +1 -1
  290. package/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user.component.d.ts +1 -1
  291. package/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list-filter/techlify-notification-subscriber-list-filter.component.d.ts +1 -1
  292. package/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.component.d.ts +1 -1
  293. package/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.component.d.ts +1 -1
  294. package/lib/techlify-update/techlify-updates-teaser/techlify-updates-teaser.component.d.ts +1 -1
  295. package/lib/techlify-update/update-notifier/update-notifier.component.d.ts +1 -1
  296. package/lib/timeline-filter/timeline-filter.component.d.ts +1 -1
  297. package/lib/user/user-enable-button-component/user-enable-button.component.d.ts +1 -1
  298. package/lib/user/user-form.component.d.ts +1 -1
  299. package/lib/user/users-view-all.component.d.ts +1 -1
  300. package/lib/user-selector/user-selector.component.d.ts +1 -1
  301. package/lib/utility/num-items-selector.component.d.ts +1 -1
  302. package/lib/utility/number-selector.component.d.ts +1 -1
  303. package/package.json +19 -25
  304. package/esm2020/lib/access-control-config/access-control-config-form/access-control-config-form.component.mjs +0 -127
  305. package/esm2020/lib/access-control-config/access-control-config.component.mjs +0 -131
  306. package/esm2020/lib/access-control-config/access-control-config.model.mjs +0 -21
  307. package/esm2020/lib/access-control-config/access-control-config.service.mjs +0 -31
  308. package/esm2020/lib/action-popup/action-popup.component.mjs +0 -34
  309. package/esm2020/lib/audit-log/audit-log-for-model/audit-log-for-model.component.mjs +0 -51
  310. package/esm2020/lib/audit-log/audit-log-list/audit-log-list.component.mjs +0 -139
  311. package/esm2020/lib/audit-log/audit-log-list-filter/audit-log-list-filter.component.mjs +0 -74
  312. package/esm2020/lib/audit-log/audit-log-view/audit-log-view.component.mjs +0 -51
  313. package/esm2020/lib/audit-log/audit-log-view-model/audit-log-view-model.component.mjs +0 -56
  314. package/esm2020/lib/audit-log/audit-logs-view-model/audit-logs-view-model.component.mjs +0 -37
  315. package/esm2020/lib/base-model/techlify-form-component.class.mjs +0 -49
  316. package/esm2020/lib/base-model/techlify-listing-component.class.mjs +0 -65
  317. package/esm2020/lib/base-model/techlify-service.class.mjs +0 -68
  318. package/esm2020/lib/change-password/change-password.component.mjs +0 -87
  319. package/esm2020/lib/column-selector/column-selector/column-selector.component.mjs +0 -37
  320. package/esm2020/lib/core/alert.service.mjs +0 -38
  321. package/esm2020/lib/core/api-prefix.interceptor.mjs +0 -26
  322. package/esm2020/lib/core/authentication.guard.mjs +0 -35
  323. package/esm2020/lib/core/authentication.service.mjs +0 -62
  324. package/esm2020/lib/core/cache.interceptor.mjs +0 -58
  325. package/esm2020/lib/core/config.service.mjs +0 -45
  326. package/esm2020/lib/core/core.module.mjs +0 -63
  327. package/esm2020/lib/core/credentials.service.mjs +0 -79
  328. package/esm2020/lib/core/dataManager.service.mjs +0 -119
  329. package/esm2020/lib/core/error-handler.interceptor.mjs +0 -48
  330. package/esm2020/lib/core/error-handler.service.mjs +0 -55
  331. package/esm2020/lib/core/filter.service.mjs +0 -37
  332. package/esm2020/lib/core/http-cache.service.mjs +0 -107
  333. package/esm2020/lib/core/http.service.mjs +0 -84
  334. package/esm2020/lib/core/logger.service.mjs +0 -100
  335. package/esm2020/lib/core/snack/snack.component.mjs +0 -33
  336. package/esm2020/lib/core/storage.service.mjs +0 -38
  337. package/esm2020/lib/core/techlify-config.model.mjs +0 -28
  338. package/esm2020/lib/core/token.interceptor.mjs +0 -28
  339. package/esm2020/lib/data-table/data-table.component.mjs +0 -204
  340. package/esm2020/lib/data-table/data-table.model.mjs +0 -11
  341. package/esm2020/lib/document-viewer/document-viewer.component.mjs +0 -65
  342. package/esm2020/lib/email-subscription/email-subscription-for-user/email-subscription-for-user.component.mjs +0 -76
  343. package/esm2020/lib/email-subscription/email-subscription-type/email-subscription-type-form/email-subscription-type-form.component.mjs +0 -105
  344. package/esm2020/lib/email-subscription/email-subscription-type/email-subscription-type-list/email-subscription-type-list.component.mjs +0 -161
  345. package/esm2020/lib/email-subscription/email-subscription-user/email-subscription-user-form/email-subscription-user-form.component.mjs +0 -101
  346. package/esm2020/lib/email-subscription/email-subscription-user/email-subscription-user-list/email-subscription-user-list.component.mjs +0 -165
  347. package/esm2020/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/email-subscription-user-list-filter.component.mjs +0 -52
  348. package/esm2020/lib/entity-files/entity-file-form/entity-file-form.component.mjs +0 -161
  349. package/esm2020/lib/entity-files/entity-file.service.mjs +0 -36
  350. package/esm2020/lib/entity-files/entity-files-view-all.component.mjs +0 -346
  351. package/esm2020/lib/export-excel/export-excel-button/export-excel-button.component.mjs +0 -32
  352. package/esm2020/lib/file-dragdrop-uploader/file-dragdrop-uploader/file-dragdrop-uploader.component.mjs +0 -90
  353. package/esm2020/lib/file-dropper/file-dropper.component.mjs +0 -125
  354. package/esm2020/lib/file-dropper/file-dropper.model.mjs +0 -3
  355. package/esm2020/lib/forgot-password/forgot-password.component.mjs +0 -69
  356. package/esm2020/lib/import-csv/failed-items-list/failed-items-list.component.mjs +0 -35
  357. package/esm2020/lib/import-csv/field-mapping/field-mapping.component.mjs +0 -153
  358. package/esm2020/lib/import-csv/import-csv.component.mjs +0 -199
  359. package/esm2020/lib/import-csv/import-history-list/import-history-list.component.mjs +0 -71
  360. package/esm2020/lib/import-csv/import-success/import-success.component.mjs +0 -24
  361. package/esm2020/lib/ip-address-selector/ip-range-selector/ip-range-selector.component.mjs +0 -109
  362. package/esm2020/lib/loader/loader.component.mjs +0 -23
  363. package/esm2020/lib/login/login.component.mjs +0 -153
  364. package/esm2020/lib/login-history-for-user/login-history-for-user.component.mjs +0 -92
  365. package/esm2020/lib/note/comment-form/comment-form.component.mjs +0 -77
  366. package/esm2020/lib/note/note-form/note-form.component.mjs +0 -79
  367. package/esm2020/lib/note/note-list/note-list.component.mjs +0 -148
  368. package/esm2020/lib/note/note.service.mjs +0 -29
  369. package/esm2020/lib/number-input-button/number-input-button/number-input-button.component.mjs +0 -104
  370. package/esm2020/lib/password-requirement-check/password-requirement-check/password-requirement-check.component.mjs +0 -47
  371. package/esm2020/lib/profile/profile-edit.component.mjs +0 -75
  372. package/esm2020/lib/read-more/read-more.component.mjs +0 -43
  373. package/esm2020/lib/request-helper/request-helper.service.mjs +0 -105
  374. package/esm2020/lib/restrictors/restrictor-level-selector/restrictor-level-selector/restrictor-level-selector.component.mjs +0 -91
  375. package/esm2020/lib/restrictors/restrictor-level-selector/restrictor-level.service.mjs +0 -19
  376. package/esm2020/lib/restrictors/restrictor-status-selector/restrictor-status-selector/restrictor-status-selector.component.mjs +0 -91
  377. package/esm2020/lib/restrictors/restrictor-status-selector/restrictor-status.service.mjs +0 -19
  378. package/esm2020/lib/restrictors/restrictor-type-selector/restrictor-type-selector/restrictor-type-selector.component.mjs +0 -92
  379. package/esm2020/lib/restrictors/restrictor-type-selector/restrictor-type.service.mjs +0 -19
  380. package/esm2020/lib/restrictors/restrictor.service.mjs +0 -19
  381. package/esm2020/lib/restrictors/restrictors-form/restrictors-form.component.mjs +0 -102
  382. package/esm2020/lib/restrictors/restrictors-form-page/restrictors-form-page.component.mjs +0 -44
  383. package/esm2020/lib/restrictors/restrictors-list-page/restrictors-list-page.component.mjs +0 -143
  384. package/esm2020/lib/role/permission/permissions-management.component.mjs +0 -114
  385. package/esm2020/lib/role/role-form.component.mjs +0 -99
  386. package/esm2020/lib/role/role-view/role-view.component.mjs +0 -39
  387. package/esm2020/lib/role/role.model.mjs +0 -56
  388. package/esm2020/lib/role/role.service.mjs +0 -26
  389. package/esm2020/lib/role/roles-view-all.component.mjs +0 -131
  390. package/esm2020/lib/searchable-selector/searchable-selector.component.mjs +0 -348
  391. package/esm2020/lib/signup/signup.component.mjs +0 -78
  392. package/esm2020/lib/techlify-company-switcher/techlify-company-switcher/techlify-company-switcher.component.mjs +0 -68
  393. package/esm2020/lib/techlify-feature/on-off-switch/on-off-switch.component.mjs +0 -24
  394. package/esm2020/lib/techlify-feature/techlify-feature-enabled.directive.mjs +0 -73
  395. package/esm2020/lib/techlify-feature/techlify-feature-listing.component.mjs +0 -169
  396. package/esm2020/lib/techlify-feature/techlify-feature.service.mjs +0 -26
  397. package/esm2020/lib/techlify-notifications/ngx-techlify-notifier/ngx-techlify-notifier.component.mjs +0 -103
  398. package/esm2020/lib/techlify-notifications/techlify-notification-for-user/techlify-notification-for-user.component.mjs +0 -86
  399. package/esm2020/lib/techlify-notifications/techlify-notification-subscriber/techlify-notfication-subscriber-dashboard/techlify-notfication-subscriber-dashboard.component.mjs +0 -173
  400. package/esm2020/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-form/techlify-notification-subscriber-form.component.mjs +0 -117
  401. package/esm2020/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list/techlify-notification-subscriber-list.component.mjs +0 -180
  402. package/esm2020/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscriber-list-filter/techlify-notification-subscriber-list-filter.component.mjs +0 -69
  403. package/esm2020/lib/techlify-notifications/techlify-notification-subscriber/techlify-notification-subscription-entity.model.mjs +0 -6
  404. package/esm2020/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-form/techlify-notification-type-form.component.mjs +0 -99
  405. package/esm2020/lib/techlify-notifications/techlify-notification-type/techlify-notification-type-list/techlify-notification-type-list.component.mjs +0 -166
  406. package/esm2020/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-config.model.mjs +0 -15
  407. package/esm2020/lib/techlify-tagger-tag-form-field/techlify-tagger-tag-form-field.component.mjs +0 -285
  408. package/esm2020/lib/techlify-tagger-tag-selector/techlify-tagger-tag-selector.component.mjs +0 -180
  409. package/esm2020/lib/techlify-update/techlify-update-form/techlify-update-form.component.mjs +0 -116
  410. package/esm2020/lib/techlify-update/techlify-update-history/techlify-update-history.component.mjs +0 -145
  411. package/esm2020/lib/techlify-update/techlify-update.service.mjs +0 -41
  412. package/esm2020/lib/techlify-update/techlify-updates-list/techlify-updates-list.component.mjs +0 -163
  413. package/esm2020/lib/techlify-update/techlify-updates-teaser/techlify-updates-teaser.component.mjs +0 -60
  414. package/esm2020/lib/techlify-update/update-notifier/update-notifier-snack/update-notifier-snack.component.mjs +0 -77
  415. package/esm2020/lib/techlify-update/update-notifier/update-notifier.component.mjs +0 -53
  416. package/esm2020/lib/techlify-update/update-view/update-view.component.mjs +0 -38
  417. package/esm2020/lib/timeline-filter/timeline-filter.component.mjs +0 -243
  418. package/esm2020/lib/timeline-filter/timeline.model.mjs +0 -18
  419. package/esm2020/lib/user/current-user.service.mjs +0 -151
  420. package/esm2020/lib/user/user-enable-button-component/user-enable-button.component.mjs +0 -59
  421. package/esm2020/lib/user/user-explore.component.mjs +0 -50
  422. package/esm2020/lib/user/user-form.component.mjs +0 -219
  423. package/esm2020/lib/user/user-view.component.mjs +0 -68
  424. package/esm2020/lib/user/user.model.mjs +0 -30
  425. package/esm2020/lib/user/user.service.mjs +0 -41
  426. package/esm2020/lib/user/users-view-all.component.mjs +0 -212
  427. package/esm2020/lib/user-config/user-config.model.mjs +0 -50
  428. package/esm2020/lib/user-config/user-config.service.mjs +0 -65
  429. package/esm2020/lib/user-selector/user-data.service.mjs +0 -35
  430. package/esm2020/lib/user-selector/user-selector.component.mjs +0 -91
  431. package/esm2020/lib/utility/num-items-selector.component.mjs +0 -31
  432. package/esm2020/lib/utility/number-selector.component.mjs +0 -42
  433. package/fesm2015/ngx-techlify-core.mjs +0 -13476
  434. package/fesm2015/ngx-techlify-core.mjs.map +0 -1
  435. /package/{esm2020 → esm2022}/lib/action-popup/index.mjs +0 -0
  436. /package/{esm2020 → esm2022}/lib/base-model/index.mjs +0 -0
  437. /package/{esm2020 → esm2022}/lib/column-selector/index.mjs +0 -0
  438. /package/{esm2020 → esm2022}/lib/core/index.mjs +0 -0
  439. /package/{esm2020 → esm2022}/lib/data-table/index.mjs +0 -0
  440. /package/{esm2020 → esm2022}/lib/date-validator.mjs +0 -0
  441. /package/{esm2020 → esm2022}/lib/document-viewer/index.mjs +0 -0
  442. /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-for-user/index.mjs +0 -0
  443. /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-form/index.mjs +0 -0
  444. /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-type/email-subscription-type-list/index.mjs +0 -0
  445. /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-form/index.mjs +0 -0
  446. /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list/index.mjs +0 -0
  447. /package/{esm2020 → esm2022}/lib/email-subscription/email-subscription-user/email-subscription-user-list-filter/index.mjs +0 -0
  448. /package/{esm2020 → esm2022}/lib/entity-files/index.mjs +0 -0
  449. /package/{esm2020 → esm2022}/lib/file-dropper/index.mjs +0 -0
  450. /package/{esm2020 → esm2022}/lib/forgot-password/index.mjs +0 -0
  451. /package/{esm2020 → esm2022}/lib/import-csv/import-csv-config.mjs +0 -0
  452. /package/{esm2020 → esm2022}/lib/loader/index.mjs +0 -0
  453. /package/{esm2020 → esm2022}/lib/login/index.mjs +0 -0
  454. /package/{esm2020 → esm2022}/lib/note/index.mjs +0 -0
  455. /package/{esm2020 → esm2022}/lib/number-input-button/index.mjs +0 -0
  456. /package/{esm2020 → esm2022}/lib/password-requirement-check/password-check-result.mjs +0 -0
  457. /package/{esm2020 → esm2022}/lib/profile/index.mjs +0 -0
  458. /package/{esm2020 → esm2022}/lib/restrictors/index.mjs +0 -0
  459. /package/{esm2020 → esm2022}/lib/role/index.mjs +0 -0
  460. /package/{esm2020 → esm2022}/lib/searchable-selector/index.mjs +0 -0
  461. /package/{esm2020 → esm2022}/lib/signup/index.mjs +0 -0
  462. /package/{esm2020 → esm2022}/lib/techlify-company-switcher/index.mjs +0 -0
  463. /package/{esm2020 → esm2022}/lib/techlify-feature/techlify-feature.routing.mjs +0 -0
  464. /package/{esm2020 → esm2022}/lib/techlify-notifications/index.mjs +0 -0
  465. /package/{esm2020 → esm2022}/lib/timeline-filter/calculate-timeline.mjs +0 -0
  466. /package/{esm2020 → esm2022}/lib/timeline-filter/index.mjs +0 -0
  467. /package/{esm2020 → esm2022}/lib/user/index.mjs +0 -0
  468. /package/{esm2020 → esm2022}/lib/user/user-type.enum.mjs +0 -0
  469. /package/{esm2020 → esm2022}/lib/user-config/index.mjs +0 -0
  470. /package/{esm2020 → esm2022}/lib/user-selector/index.mjs +0 -0
  471. /package/{esm2020 → esm2022}/lib/utility/index.mjs +0 -0
  472. /package/{esm2020 → esm2022}/ngx-techlify-core.mjs +0 -0
  473. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
@@ -11,5 +11,5 @@ export declare class AuditLogForModelComponent implements OnInit {
11
11
  getLogView(): void;
12
12
  getLogsView(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AuditLogForModelComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogForModelComponent, "app-audit-log-for-model", never, { "modelType": "modelType"; "modelId": "modelId"; "logView": "logView"; }, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogForModelComponent, "app-audit-log-for-model", never, { "modelType": { "alias": "modelType"; "required": false; }; "modelId": { "alias": "modelId"; "required": false; }; "logView": { "alias": "logView"; "required": false; }; }, {}, never, never, false, never>;
15
15
  }
@@ -31,5 +31,5 @@ export declare class AuditLogListComponent implements OnInit, OnDestroy {
31
31
  getTransformedChanges(log: any): string;
32
32
  ngOnDestroy(): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<AuditLogListComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogListComponent, "app-audit-log-list", never, { "objectId": "objectId"; "objectType": "objectType"; "showFilter": "showFilter"; "showExportButtons": "showExportButtons"; "userId": "userId"; }, {}, never, never, false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogListComponent, "app-audit-log-list", never, { "objectId": { "alias": "objectId"; "required": false; }; "objectType": { "alias": "objectType"; "required": false; }; "showFilter": { "alias": "showFilter"; "required": false; }; "showExportButtons": { "alias": "showExportButtons"; "required": false; }; "userId": { "alias": "userId"; "required": false; }; }, {}, never, never, false, never>;
35
35
  }
@@ -18,5 +18,5 @@ export declare class AuditLogListFilterComponent implements OnInit {
18
18
  isFieldValid(field: string): any;
19
19
  ngOnDestroy(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AuditLogListFilterComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogListFilterComponent, "app-audit-log-list-filter", never, { "objectId": "objectId"; "objectType": "objectType"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogListFilterComponent, "app-audit-log-list-filter", never, { "objectId": { "alias": "objectId"; "required": false; }; "objectType": { "alias": "objectType"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
22
22
  }
@@ -9,5 +9,5 @@ export declare class ColumnSelectorComponent implements OnInit {
9
9
  constructor();
10
10
  ngOnInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnSelectorComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnSelectorComponent, "app-column-selector", never, { "availableColumns": "availableColumns"; "label": "label"; }, { "updated": "updated"; }, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnSelectorComponent, "app-column-selector", never, { "availableColumns": { "alias": "availableColumns"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "updated": "updated"; }, never, never, false, never>;
13
13
  }
@@ -57,5 +57,5 @@ export declare class DataTableComponent implements OnInit, OnChanges, AfterViewI
57
57
  getValue(ele: any, keyString: string): any;
58
58
  ngOnDestroy(): void;
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<DataTableComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "app-data-table", never, { "data": "data"; "config": "config"; "selection": "selection"; "elementId": "elementId"; }, { "action": "action"; "selctionChange": "selctionChange"; "rowClick": "rowClick"; "tableScroll": "tableScroll"; "sortChanged": "sortChanged"; }, never, never, false, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "app-data-table", never, { "data": { "alias": "data"; "required": false; }; "config": { "alias": "config"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "elementId": { "alias": "elementId"; "required": false; }; }, { "action": "action"; "selctionChange": "selctionChange"; "rowClick": "rowClick"; "tableScroll": "tableScroll"; "sortChanged": "sortChanged"; }, never, never, false, never>;
61
61
  }
@@ -15,5 +15,5 @@ export declare class DocumentViewerComponent implements OnInit {
15
15
  get fileName(): any;
16
16
  getFileExtension(file: any): any;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentViewerComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewerComponent, "app-document-viewer", never, { "config": "config"; "file": "file"; "fileUrl": "fileUrl"; "disableEdit": "disableEdit"; }, { "remove": "remove"; }, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewerComponent, "app-document-viewer", never, { "config": { "alias": "config"; "required": false; }; "file": { "alias": "file"; "required": false; }; "fileUrl": { "alias": "fileUrl"; "required": false; }; "disableEdit": { "alias": "disableEdit"; "required": false; }; }, { "remove": "remove"; }, never, never, false, never>;
19
19
  }
@@ -78,5 +78,5 @@ export declare class EntityFilesViewAllComponent implements OnInit {
78
78
  resetFieldValueOfRow(field: string, event: any): void;
79
79
  bulkUpdate(fieldName: any): Promise<void>;
80
80
  static ɵfac: i0.ɵɵFactoryDeclaration<EntityFilesViewAllComponent, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<EntityFilesViewAllComponent, "app-entity-files-view-all", never, { "entityId": "entityId"; "entityType": "entityType"; "viewOnly": "viewOnly"; "removeSearch": "removeSearch"; "hideTitleAndDetails": "hideTitleAndDetails"; "displayMode": "displayMode"; "allowMultipleFiles": "allowMultipleFiles"; "allowBulkUpdate": "allowBulkUpdate"; "useTechlifyTags": "useTechlifyTags"; "techlifyTagCategories": "techlifyTagCategories"; "techlifyTagConfig": "techlifyTagConfig"; "title": "title"; "permission": "permission"; }, {}, never, never, false, never>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<EntityFilesViewAllComponent, "app-entity-files-view-all", never, { "entityId": { "alias": "entityId"; "required": false; }; "entityType": { "alias": "entityType"; "required": false; }; "viewOnly": { "alias": "viewOnly"; "required": false; }; "removeSearch": { "alias": "removeSearch"; "required": false; }; "hideTitleAndDetails": { "alias": "hideTitleAndDetails"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; "allowMultipleFiles": { "alias": "allowMultipleFiles"; "required": false; }; "allowBulkUpdate": { "alias": "allowBulkUpdate"; "required": false; }; "useTechlifyTags": { "alias": "useTechlifyTags"; "required": false; }; "techlifyTagCategories": { "alias": "techlifyTagCategories"; "required": false; }; "techlifyTagConfig": { "alias": "techlifyTagConfig"; "required": false; }; "title": { "alias": "title"; "required": false; }; "permission": { "alias": "permission"; "required": false; }; }, {}, never, never, false, never>;
82
82
  }
@@ -7,5 +7,5 @@ export declare class ExportExcelButtonComponent implements OnInit {
7
7
  ngOnInit(): void;
8
8
  exportExcel(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ExportExcelButtonComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ExportExcelButtonComponent, "app-export-excel-button", never, { "name": "name"; "data": "data"; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExportExcelButtonComponent, "app-export-excel-button", never, { "name": { "alias": "name"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
11
11
  }
@@ -25,5 +25,5 @@ export declare class FileDragdropUploaderComponent implements OnInit, ControlVal
25
25
  onFileChanged(files: File[]): void;
26
26
  isImage(file: any): boolean;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<FileDragdropUploaderComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<FileDragdropUploaderComponent, "app-file-dragdrop-uploader", never, { "label": "label"; "fileDropperConfig": "fileDropperConfig"; }, {}, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileDragdropUploaderComponent, "app-file-dragdrop-uploader", never, { "label": { "alias": "label"; "required": false; }; "fileDropperConfig": { "alias": "fileDropperConfig"; "required": false; }; }, {}, never, never, false, never>;
29
29
  }
@@ -32,5 +32,5 @@ export declare class FileDropperComponent implements OnInit {
32
32
  /**Method invokes when the drop box is clicked to upload the file */
33
33
  clickEvent(event: any): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<FileDropperComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<FileDropperComponent, "app-file-dropper", never, { "fileArray": "fileArray"; "config": "config"; "styles": "styles"; }, { "fileChanged": "fileChanged"; }, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileDropperComponent, "app-file-dropper", never, { "fileArray": { "alias": "fileArray"; "required": false; }; "config": { "alias": "config"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; }, { "fileChanged": "fileChanged"; }, never, never, false, never>;
36
36
  }
@@ -5,5 +5,5 @@ export declare class DataImportComponent implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DataImportComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<DataImportComponent, "app-data-import", never, { "step": "step"; }, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<DataImportComponent, "app-data-import", never, { "step": { "alias": "step"; "required": false; }; }, {}, never, never, false, never>;
9
9
  }
@@ -11,5 +11,5 @@ export declare class FailedItemsListComponent implements OnInit {
11
11
  isValidDate(d: any): boolean;
12
12
  reUpload(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FailedItemsListComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<FailedItemsListComponent, "app-failed-items-list", never, { "failedItems": "failedItems"; "selectedFields": "selectedFields"; }, { "onReUpload": "onReUpload"; }, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FailedItemsListComponent, "app-failed-items-list", never, { "failedItems": { "alias": "failedItems"; "required": false; }; "selectedFields": { "alias": "selectedFields"; "required": false; }; }, { "onReUpload": "onReUpload"; }, never, never, false, never>;
15
15
  }
@@ -33,5 +33,5 @@ export declare class FieldMappingComponent implements OnInit {
33
33
  removeField(index: number): void;
34
34
  reUpload(): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldMappingComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<FieldMappingComponent, "app-field-mapping", never, { "data": "data"; "config": "config"; }, { "onSave": "onSave"; "onReUpload": "onReUpload"; }, never, never, false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<FieldMappingComponent, "app-field-mapping", never, { "data": { "alias": "data"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, { "onSave": "onSave"; "onReUpload": "onReUpload"; }, never, never, false, never>;
37
37
  }
@@ -34,5 +34,5 @@ export declare class ImportCsvComponent implements OnInit {
34
34
  isValidDate(d: any): boolean;
35
35
  reUpload(): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ImportCsvComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<ImportCsvComponent, "app-import-csv", never, { "config": "config"; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImportCsvComponent, "app-import-csv", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
38
38
  }
@@ -20,5 +20,5 @@ export declare class ImportHistoryListComponent implements OnInit {
20
20
  reload(): void;
21
21
  ngOnDestroy(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ImportHistoryListComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<ImportHistoryListComponent, "app-import-history-list", never, { "config": "config"; }, {}, never, never, false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImportHistoryListComponent, "app-import-history-list", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
24
24
  }
@@ -7,5 +7,5 @@ export declare class ImportSuccessComponent implements OnInit {
7
7
  constructor();
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ImportSuccessComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ImportSuccessComponent, "app-import-success", never, { "data": "data"; "config": "config"; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImportSuccessComponent, "app-import-success", never, { "data": { "alias": "data"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
11
11
  }
@@ -24,5 +24,5 @@ export declare class IpRangeSelectorComponent implements OnInit, ControlValueAcc
24
24
  */
25
25
  private updateValue;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<IpRangeSelectorComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<IpRangeSelectorComponent, "techlify-ip-range-selector", never, { "label": "label"; }, {}, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<IpRangeSelectorComponent, "techlify-ip-range-selector", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, never, false, never>;
28
28
  }
@@ -7,5 +7,5 @@ export declare class LoaderComponent implements OnInit {
7
7
  constructor();
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "app-loader", never, { "isLoading": "isLoading"; "size": "size"; "message": "message"; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "app-loader", never, { "isLoading": { "alias": "isLoading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
11
11
  }
@@ -22,5 +22,5 @@ export declare class LoginHistoryForUserComponent implements OnInit {
22
22
  reload(): void;
23
23
  ngOnDestroy(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<LoginHistoryForUserComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<LoginHistoryForUserComponent, "app-login-history-for-user", never, { "userId": "userId"; }, {}, never, never, false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoginHistoryForUserComponent, "app-login-history-for-user", never, { "userId": { "alias": "userId"; "required": false; }; }, {}, never, never, false, never>;
26
26
  }
@@ -21,5 +21,5 @@ export declare class CommentFormComponent implements OnInit, OnDestroy {
21
21
  deleteComment(): void;
22
22
  ngOnDestroy(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<CommentFormComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<CommentFormComponent, "app-comment-form", never, { "commentData": "commentData"; }, { "action": "action"; }, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommentFormComponent, "app-comment-form", never, { "commentData": { "alias": "commentData"; "required": false; }; }, { "action": "action"; }, never, never, false, never>;
25
25
  }
@@ -27,5 +27,5 @@ export declare class NoteListComponent implements OnInit {
27
27
  editComment(comment: any): Promise<void>;
28
28
  addComment(comment: any): Promise<void>;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<NoteListComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<NoteListComponent, "app-note-list", never, { "relatedModelId": "relatedModelId"; "modelType": "modelType"; "readonly": "readonly"; "labelText": "labelText"; "commentsView": "commentsView"; }, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<NoteListComponent, "app-note-list", never, { "relatedModelId": { "alias": "relatedModelId"; "required": false; }; "modelType": { "alias": "modelType"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "commentsView": { "alias": "commentsView"; "required": false; }; }, {}, never, never, false, never>;
31
31
  }
@@ -28,5 +28,5 @@ export declare class NumberInputButtonComponent implements OnInit, ControlValueA
28
28
  registerOnTouched(fn: any): void;
29
29
  setDisabledState?(isDisabled: boolean): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputButtonComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputButtonComponent, "app-number-input-button", never, { "label": "label"; "appearance": "appearance"; "showLabel": "showLabel"; }, {}, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputButtonComponent, "app-number-input-button", never, { "label": { "alias": "label"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; }, {}, never, never, false, never>;
32
32
  }
@@ -18,5 +18,5 @@ export declare class PasswordRequirementCheckComponent implements OnChanges, OnI
18
18
  getClientConfig(): void;
19
19
  ngOnInit(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PasswordRequirementCheckComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<PasswordRequirementCheckComponent, "techlify-password-requirement-check", never, { "password": "password"; }, {}, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<PasswordRequirementCheckComponent, "techlify-password-requirement-check", never, { "password": { "alias": "password"; "required": false; }; }, {}, never, never, false, never>;
22
22
  }
@@ -11,5 +11,5 @@ export declare class ReadMoreComponent implements OnInit {
11
11
  toggleView(): void;
12
12
  determineView(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ReadMoreComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ReadMoreComponent, "app-read-more", never, { "text": "text"; "maxLength": "maxLength"; }, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReadMoreComponent, "app-read-more", never, { "text": { "alias": "text"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; }, {}, never, never, false, never>;
15
15
  }
@@ -30,5 +30,5 @@ export declare class RestrictorLevelSelectorComponent implements OnInit, Control
30
30
  */
31
31
  private fetchData;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<RestrictorLevelSelectorComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorLevelSelectorComponent, "techlify-restrictor-level-selector", never, { "label": "label"; "multiple": "multiple"; "showLabel": "showLabel"; }, {}, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorLevelSelectorComponent, "techlify-restrictor-level-selector", never, { "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; }, {}, never, never, false, never>;
34
34
  }
@@ -30,5 +30,5 @@ export declare class RestrictorStatusSelectorComponent implements OnInit {
30
30
  */
31
31
  private fetchData;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<RestrictorStatusSelectorComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorStatusSelectorComponent, "techlify-restrictor-status-selector", never, { "label": "label"; "multiple": "multiple"; "showLabel": "showLabel"; }, {}, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorStatusSelectorComponent, "techlify-restrictor-status-selector", never, { "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; }, {}, never, never, false, never>;
34
34
  }
@@ -30,5 +30,5 @@ export declare class RestrictorTypeSelectorComponent implements OnInit, ControlV
30
30
  */
31
31
  private fetchData;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<RestrictorTypeSelectorComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorTypeSelectorComponent, "techlify-restrictor-type-selector", never, { "label": "label"; "multiple": "multiple"; "showLabel": "showLabel"; }, {}, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorTypeSelectorComponent, "techlify-restrictor-type-selector", never, { "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; }, {}, never, never, false, never>;
34
34
  }
@@ -26,5 +26,5 @@ export declare class RestrictorsFormComponent implements OnInit {
26
26
  */
27
27
  redirectBack(): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<RestrictorsFormComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorsFormComponent, "techlify-restrictors-form", never, { "restrictor": "restrictor"; }, {}, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<RestrictorsFormComponent, "techlify-restrictors-form", never, { "restrictor": { "alias": "restrictor"; "required": false; }; }, {}, never, never, false, never>;
30
30
  }
@@ -36,5 +36,5 @@ export declare class PermissionsManagementComponent implements OnInit {
36
36
  private loadRoles;
37
37
  updateRolePermission(role: Role, permission: Permission): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<PermissionsManagementComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<PermissionsManagementComponent, "role-permissions-management", never, { "clientId": "clientId"; }, {}, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<PermissionsManagementComponent, "role-permissions-management", never, { "clientId": { "alias": "clientId"; "required": false; }; }, {}, never, never, false, never>;
40
40
  }
@@ -36,5 +36,5 @@ export declare class RolesViewAllComponent implements OnInit {
36
36
  onScroll(): void;
37
37
  createOrModifyRole(role?: any): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<RolesViewAllComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<RolesViewAllComponent, "roles-view-all", never, { "clientId": "clientId"; }, {}, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<RolesViewAllComponent, "roles-view-all", never, { "clientId": { "alias": "clientId"; "required": false; }; }, {}, never, never, false, never>;
40
40
  }
@@ -81,5 +81,5 @@ export declare class SearchableSelectorComponent implements ControlValueAccessor
81
81
  editItem(event: any): void;
82
82
  ngOnDestroy(): void;
83
83
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchableSelectorComponent, [null, null, null, null, null, { optional: true; self: true; }]>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchableSelectorComponent, "app-searchable-selector", never, { "valueField": "valueField"; "titleField": "titleField"; "subtitleField": "subtitleField"; "apiUrl": "apiUrl"; "multiple": "multiple"; "selectedValue": "selectedValue"; "enableSearch": "enableSearch"; "add": "add"; "addConfig": "addConfig"; "edit": "edit"; "editConfig": "editConfig"; "sort": "sort"; "sortBy": "sortBy"; "searchField": "searchField"; "itemComponent": "itemComponent"; "items": "items"; "apiDataProperty": "apiDataProperty"; "cache": "cache"; "perPage": "perPage"; "inDataSearch": "inDataSearch"; "required": "required"; "disabled": "disabled"; "value": "value"; }, { "selectedValueChange": "selectedValueChange"; "selectionChange": "selectionChange"; "itemsChange": "itemsChange"; }, never, never, false, never>;
84
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchableSelectorComponent, "app-searchable-selector", never, { "valueField": { "alias": "valueField"; "required": false; }; "titleField": { "alias": "titleField"; "required": false; }; "subtitleField": { "alias": "subtitleField"; "required": false; }; "apiUrl": { "alias": "apiUrl"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "add": { "alias": "add"; "required": false; }; "addConfig": { "alias": "addConfig"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "editConfig": { "alias": "editConfig"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "sortBy": { "alias": "sortBy"; "required": false; }; "searchField": { "alias": "searchField"; "required": false; }; "itemComponent": { "alias": "itemComponent"; "required": false; }; "items": { "alias": "items"; "required": false; }; "apiDataProperty": { "alias": "apiDataProperty"; "required": false; }; "cache": { "alias": "cache"; "required": false; }; "perPage": { "alias": "perPage"; "required": false; }; "inDataSearch": { "alias": "inDataSearch"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectedValueChange": "selectedValueChange"; "selectionChange": "selectionChange"; "itemsChange": "itemsChange"; }, never, never, false, never>;
85
85
  }
@@ -8,5 +8,5 @@ export declare class OnOffSwitchComponent implements OnInit {
8
8
  constructor(fb: UntypedFormBuilder);
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<OnOffSwitchComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<OnOffSwitchComponent, "app-on-off-switch", never, { "value": "value"; }, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnOffSwitchComponent, "app-on-off-switch", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
12
12
  }
@@ -16,5 +16,5 @@ export declare class TechlifyFeatureEnabledDirective {
16
16
  getFeatures(): Promise<void>;
17
17
  checkForFeatureEnabled(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyFeatureEnabledDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<TechlifyFeatureEnabledDirective, "[techlifyFeatureEnabled]", never, { "enabledFeature": "techlifyFeatureEnabled"; }, {}, never, never, false, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TechlifyFeatureEnabledDirective, "[techlifyFeatureEnabled]", never, { "enabledFeature": { "alias": "techlifyFeatureEnabled"; "required": false; }; }, {}, never, never, false, never>;
20
20
  }
@@ -18,5 +18,5 @@ export declare class TechlifyNotificationForUserComponent implements OnInit {
18
18
  reload(): void;
19
19
  ngOnDestroy(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyNotificationForUserComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyNotificationForUserComponent, "app-techlify-notification-for-user", never, { "blockAdminNotification": "blockAdminNotification"; }, {}, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyNotificationForUserComponent, "app-techlify-notification-for-user", never, { "blockAdminNotification": { "alias": "blockAdminNotification"; "required": false; }; }, {}, never, never, false, never>;
22
22
  }
@@ -17,5 +17,5 @@ export declare class TechlifyNotificationSubscriberListFilterComponent implement
17
17
  getFieldValue(field: string): any;
18
18
  ngOnDestroy(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyNotificationSubscriberListFilterComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyNotificationSubscriberListFilterComponent, "app-techlify-notification-subscriber-list-filter", never, { "showOnlyType": "showOnlyType"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyNotificationSubscriberListFilterComponent, "app-techlify-notification-subscriber-list-filter", never, { "showOnlyType": { "alias": "showOnlyType"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
21
21
  }
@@ -75,5 +75,5 @@ export declare class TechlifyTaggerTagFormFieldComponent implements OnInit, Cont
75
75
  static ngAcceptInputType_required: BooleanInput;
76
76
  ngOnDestroy(): void;
77
77
  static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyTaggerTagFormFieldComponent, [null, null, null, { optional: true; }, { optional: true; self: true; }]>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyTaggerTagFormFieldComponent, "app-techlify-tagger-tag-form-field", never, { "config": "config"; "modelType": "modelType"; "modelId": "modelId"; "allTags": "allTags"; "categories": "categories"; "defaultCreateCategory": "defaultCreateCategory"; "required": "required"; "disabled": "disabled"; "value": "value"; "placeholder": "placeholder"; }, {}, never, never, false, never>;
78
+ static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyTaggerTagFormFieldComponent, "app-techlify-tagger-tag-form-field", never, { "config": { "alias": "config"; "required": false; }; "modelType": { "alias": "modelType"; "required": false; }; "modelId": { "alias": "modelId"; "required": false; }; "allTags": { "alias": "allTags"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "defaultCreateCategory": { "alias": "defaultCreateCategory"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, false, never>;
79
79
  }
@@ -57,5 +57,5 @@ export declare class TechlifyTaggerTagSelectorComponent implements OnInit, Contr
57
57
  static ngAcceptInputType_required: BooleanInput;
58
58
  ngOnDestroy(): void;
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyTaggerTagSelectorComponent, [null, null, null, { optional: true; }, { optional: true; self: true; }]>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyTaggerTagSelectorComponent, "app-techlify-tagger-tag-selector", never, { "categories": "categories"; "multiple": "multiple"; "enableSearch": "enableSearch"; "showAllTags": "showAllTags"; "useSelectButtonStyle": "useSelectButtonStyle"; "required": "required"; "disabled": "disabled"; "value": "value"; "placeholder": "placeholder"; }, {}, never, never, false, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyTaggerTagSelectorComponent, "app-techlify-tagger-tag-selector", never, { "categories": { "alias": "categories"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "showAllTags": { "alias": "showAllTags"; "required": false; }; "useSelectButtonStyle": { "alias": "useSelectButtonStyle"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, false, never>;
61
61
  }
@@ -16,5 +16,5 @@ export declare class TechlifyUpdatesTeaserComponent implements OnInit {
16
16
  openUpdateHistory(): void;
17
17
  createUpdateViewRecord(update: any): Promise<void>;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<TechlifyUpdatesTeaserComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyUpdatesTeaserComponent, "app-techlify-updates-teaser", never, { "rootNavUrl": "rootNavUrl"; "perPage": "perPage"; }, {}, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<TechlifyUpdatesTeaserComponent, "app-techlify-updates-teaser", never, { "rootNavUrl": { "alias": "rootNavUrl"; "required": false; }; "perPage": { "alias": "perPage"; "required": false; }; }, {}, never, never, false, never>;
20
20
  }
@@ -15,5 +15,5 @@ export declare class UpdateNotifierComponent implements OnInit {
15
15
  getNewUpdate(): Promise<void>;
16
16
  showUpdate(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<UpdateNotifierComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<UpdateNotifierComponent, "app-update-notifier", never, { "rootNavUrl": "rootNavUrl"; }, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<UpdateNotifierComponent, "app-update-notifier", never, { "rootNavUrl": { "alias": "rootNavUrl"; "required": false; }; }, {}, never, never, false, never>;
19
19
  }
@@ -61,5 +61,5 @@ export declare class TimelineFilterComponent implements OnInit, ControlValueAcce
61
61
  ngOnInit(): void;
62
62
  ngOnDestroy(): void;
63
63
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineFilterComponent, [null, { optional: true; self: true; }, null]>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<TimelineFilterComponent, "app-timeline-filter", never, { "defaultValue": "defaultValue"; "required": "required"; "disabled": "disabled"; "value": "value"; "timelineValue": "timelineValue"; "timelines": "timelines"; "dateFrom": "dateFrom"; "dateTo": "dateTo"; "appearance": "appearance"; "showClearButton": "showClearButton"; "form": "form"; "labelText": "labelText"; "selectedValue": "selectedValue"; "touchUi": "touchUi"; }, { "selectedValueChange": "selectedValueChange"; "selectionChange": "selectionChange"; }, never, never, false, never>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimelineFilterComponent, "app-timeline-filter", never, { "defaultValue": { "alias": "defaultValue"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "timelineValue": { "alias": "timelineValue"; "required": false; }; "timelines": { "alias": "timelines"; "required": false; }; "dateFrom": { "alias": "dateFrom"; "required": false; }; "dateTo": { "alias": "dateTo"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "form": { "alias": "form"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; }, { "selectedValueChange": "selectedValueChange"; "selectionChange": "selectionChange"; }, never, never, false, never>;
65
65
  }
@@ -16,5 +16,5 @@ export declare class UserEnableButtonComponent implements OnInit {
16
16
  enableUser(): void;
17
17
  disableUser(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<UserEnableButtonComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<UserEnableButtonComponent, "app-user-enable-button", never, { "user": "user"; }, { "onSave": "onSave"; }, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserEnableButtonComponent, "app-user-enable-button", never, { "user": { "alias": "user"; "required": false; }; }, { "onSave": "onSave"; }, never, never, false, never>;
20
20
  }
@@ -48,5 +48,5 @@ export declare class UserFormComponent implements OnInit {
48
48
  removeFile(): Promise<void>;
49
49
  uploadEntityFile(file: File): Promise<Object>;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<UserFormComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<UserFormComponent, "user-form", never, { "userId": "userId"; }, { "onSave": "onSave"; }, never, never, false, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserFormComponent, "user-form", never, { "userId": { "alias": "userId"; "required": false; }; }, { "onSave": "onSave"; }, never, never, false, never>;
52
52
  }
@@ -53,5 +53,5 @@ export declare class UsersViewAllComponent implements OnInit {
53
53
  */
54
54
  getUserType(user: any): string;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<UsersViewAllComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<UsersViewAllComponent, "app-users-view-all", never, { "clientId": "clientId"; "userTypeIds": "userTypeIds"; "title": "title"; }, {}, never, never, false, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<UsersViewAllComponent, "app-users-view-all", never, { "clientId": { "alias": "clientId"; "required": false; }; "userTypeIds": { "alias": "userTypeIds"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
57
57
  }
@@ -25,5 +25,5 @@ export declare class UserSelectorComponent implements ControlValueAccessor {
25
25
  registerOnTouched(fn: any): void;
26
26
  itemSelected(): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<UserSelectorComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<UserSelectorComponent, "user-selector", never, { "_value": "value"; "clientId": "clientId"; "id": "id"; "isRequired": "isRequired"; "moduleId": "moduleId"; }, { "idChange": "idChange"; }, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserSelectorComponent, "user-selector", never, { "_value": { "alias": "value"; "required": false; }; "clientId": { "alias": "clientId"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; "moduleId": { "alias": "moduleId"; "required": false; }; }, { "idChange": "idChange"; }, never, never, false, never>;
29
29
  }
@@ -15,5 +15,5 @@ export declare class NumItemsSelector {
15
15
  */
16
16
  numItemsChanged(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<NumItemsSelector, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<NumItemsSelector, "num-items-selector", never, { "numItems": "numItems"; }, { "numItemsChange": "numItemsChange"; }, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumItemsSelector, "num-items-selector", never, { "numItems": { "alias": "numItems"; "required": false; }; }, { "numItemsChange": "numItemsChange"; }, never, never, false, never>;
19
19
  }
@@ -19,5 +19,5 @@ export declare class NumberSelector implements OnInit {
19
19
  numChanged(): void;
20
20
  ngOnInit(): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<NumberSelector, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<NumberSelector, "number-selector", never, { "start_value": "start_value"; "end_value": "end_value"; "selectedValue": "selectedValue"; }, { "selectedValueChange": "selectedValueChange"; }, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumberSelector, "number-selector", never, { "start_value": { "alias": "start_value"; "required": false; }; "end_value": { "alias": "end_value"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; }, { "selectedValueChange": "selectedValueChange"; }, never, never, false, never>;
23
23
  }
package/package.json CHANGED
@@ -1,37 +1,33 @@
1
1
  {
2
2
  "name": "ngx-techlify-core",
3
- "version": "15.0.2",
3
+ "version": "16.0.0",
4
4
  "peerDependencies": {
5
- "@angular/common": ">=15",
6
- "@angular/core": ">=15",
7
- "@angular/animations": ">=15",
8
- "@angular/compiler": ">=15",
9
- "@angular/forms": ">=15",
10
- "@angular/platform-browser": ">=15",
11
- "@angular/platform-browser-dynamic": ">=15",
12
- "@angular/router": ">=15",
13
- "@angular/material": ">=15",
14
- "@angular/cdk": ">=15",
15
- "rxjs": ">=6.6.0",
5
+ "@angular/common": ">=16",
6
+ "@angular/core": ">=16",
7
+ "@angular/animations": ">=16",
8
+ "@angular/compiler": ">=16",
9
+ "@angular/forms": ">=16",
10
+ "@angular/platform-browser": ">=16",
11
+ "@angular/platform-browser-dynamic": ">=16",
12
+ "@angular/router": ">=16",
13
+ "@angular/material": ">=16",
14
+ "@angular/cdk": ">=16",
15
+ "rxjs": ">=7.8.1",
16
16
  "zone.js": ">=0.11"
17
17
  },
18
18
  "dependencies": {
19
19
  "tslib": "^2.0.0",
20
20
  "material-design-icons-iconfont": "^6.1.0",
21
21
  "ngx-doc-viewer": "^15.0.1",
22
- "ngx-infinite-scroll": "^15.0.0",
22
+ "ngx-infinite-scroll": "^16.0.0",
23
23
  "@ngneat/until-destroy": "^9.2.3",
24
24
  "jsondiffpatch": "^0.4.1",
25
25
  "xlsx": "^0.18.5",
26
- "ngx-editor": "^15.3.0",
26
+ "ngx-editor": "^16.0.1",
27
27
  "moment": "^2.29.4",
28
- "ngx-toastr": "^15.2.2"
28
+ "ngx-toastr": "^16.2.0"
29
29
  },
30
- "module": "fesm2015/ngx-techlify-core.mjs",
31
- "es2020": "fesm2020/ngx-techlify-core.mjs",
32
- "esm2020": "esm2020/ngx-techlify-core.mjs",
33
- "fesm2020": "fesm2020/ngx-techlify-core.mjs",
34
- "fesm2015": "fesm2015/ngx-techlify-core.mjs",
30
+ "module": "fesm2022/ngx-techlify-core.mjs",
35
31
  "typings": "index.d.ts",
36
32
  "exports": {
37
33
  "./package.json": {
@@ -39,11 +35,9 @@
39
35
  },
40
36
  ".": {
41
37
  "types": "./index.d.ts",
42
- "esm2020": "./esm2020/ngx-techlify-core.mjs",
43
- "es2020": "./fesm2020/ngx-techlify-core.mjs",
44
- "es2015": "./fesm2015/ngx-techlify-core.mjs",
45
- "node": "./fesm2015/ngx-techlify-core.mjs",
46
- "default": "./fesm2020/ngx-techlify-core.mjs"
38
+ "esm2022": "./esm2022/ngx-techlify-core.mjs",
39
+ "esm": "./esm2022/ngx-techlify-core.mjs",
40
+ "default": "./fesm2022/ngx-techlify-core.mjs"
47
41
  }
48
42
  },
49
43
  "sideEffects": false