@mediusinc/mng-commons 6.2.0-rc.0 → 7.0.0-rc.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 (328) hide show
  1. package/core/index.d.ts +1743 -84
  2. package/fesm2022/mediusinc-mng-commons-core.mjs +104 -87
  3. package/fesm2022/mediusinc-mng-commons-core.mjs.map +1 -1
  4. package/fesm2022/mediusinc-mng-commons-filter.mjs.map +1 -1
  5. package/fesm2022/mediusinc-mng-commons-form-api.mjs.map +1 -1
  6. package/fesm2022/mediusinc-mng-commons-form.mjs +97 -97
  7. package/fesm2022/mediusinc-mng-commons-form.mjs.map +1 -1
  8. package/fesm2022/mediusinc-mng-commons-model-class.mjs.map +1 -1
  9. package/fesm2022/mediusinc-mng-commons-model.mjs.map +1 -1
  10. package/fesm2022/mediusinc-mng-commons-table-api-class.mjs.map +1 -1
  11. package/fesm2022/mediusinc-mng-commons-table-api.mjs.map +1 -1
  12. package/fesm2022/mediusinc-mng-commons-table-column-toggle.component-Dvenjj9n.mjs +30 -0
  13. package/fesm2022/mediusinc-mng-commons-table-column-toggle.component-Dvenjj9n.mjs.map +1 -0
  14. package/fesm2022/{mediusinc-mng-commons-table-mediusinc-mng-commons-table-8TdW6NCC.mjs → mediusinc-mng-commons-table-mediusinc-mng-commons-table-DFcdSUCN.mjs} +183 -186
  15. package/fesm2022/mediusinc-mng-commons-table-mediusinc-mng-commons-table-DFcdSUCN.mjs.map +1 -0
  16. package/fesm2022/mediusinc-mng-commons-table.mjs +1 -1
  17. package/fesm2022/mediusinc-mng-commons-tableview-api-class.mjs.map +1 -1
  18. package/fesm2022/mediusinc-mng-commons-tableview-api.mjs +3 -3
  19. package/fesm2022/mediusinc-mng-commons-tableview-api.mjs.map +1 -1
  20. package/fesm2022/mediusinc-mng-commons-tableview.mjs +305 -289
  21. package/fesm2022/mediusinc-mng-commons-tableview.mjs.map +1 -1
  22. package/fesm2022/mediusinc-mng-commons.mjs.map +1 -1
  23. package/filter/index.d.ts +398 -5
  24. package/form/api/index.d.ts +134 -7
  25. package/form/index.d.ts +301 -6
  26. package/index.d.ts +11 -1
  27. package/model/class/index.d.ts +25 -4
  28. package/model/index.d.ts +71 -5
  29. package/package.json +10 -10
  30. package/table/api/class/index.d.ts +77 -5
  31. package/table/api/index.d.ts +1161 -14
  32. package/table/index.d.ts +545 -17
  33. package/tableview/api/class/index.d.ts +141 -10
  34. package/tableview/api/index.d.ts +2542 -63
  35. package/tableview/index.d.ts +1274 -54
  36. package/version-info.json +5 -5
  37. package/core/action/action-data.model.d.ts +0 -3
  38. package/core/action/action-parameters.model.d.ts +0 -44
  39. package/core/components/notification/notification-wrapper.component.d.ts +0 -14
  40. package/core/data-list/data-list-params-helpers.d.ts +0 -93
  41. package/core/data-list/data-list.model.d.ts +0 -28
  42. package/core/data-list/filter-match.model.d.ts +0 -36
  43. package/core/data-list/filter-metadata.model.d.ts +0 -20
  44. package/core/data-providers/base.data-provider.d.ts +0 -17
  45. package/core/data-providers/lookup.data-provider.d.ts +0 -10
  46. package/core/descriptors/action.descriptor.d.ts +0 -12
  47. package/core/descriptors/column.descriptor.d.ts +0 -3
  48. package/core/descriptors/editor.descriptor.d.ts +0 -11
  49. package/core/descriptors/enum.descriptor.d.ts +0 -6
  50. package/core/descriptors/filter.descriptor.d.ts +0 -3
  51. package/core/descriptors/lookup.descriptor.d.ts +0 -12
  52. package/core/descriptors/model.descriptor.d.ts +0 -5
  53. package/core/descriptors/table.descriptor.d.ts +0 -11
  54. package/core/descriptors/tableview.descriptor.d.ts +0 -11
  55. package/core/directives/component.directive.d.ts +0 -18
  56. package/core/directives/rerender.directive.d.ts +0 -9
  57. package/core/directives/template.directive.d.ts +0 -8
  58. package/core/enum/enum-helpers.d.ts +0 -54
  59. package/core/enum/enum.model.d.ts +0 -8
  60. package/core/error/error-handler.d.ts +0 -6
  61. package/core/error/error-helpers.d.ts +0 -136
  62. package/core/error/error.model.d.ts +0 -53
  63. package/core/helpers/coercion.d.ts +0 -10
  64. package/core/helpers/date.d.ts +0 -14
  65. package/core/helpers/notification.d.ts +0 -18
  66. package/core/helpers/number.d.ts +0 -5
  67. package/core/helpers/object.d.ts +0 -27
  68. package/core/helpers/route.d.ts +0 -34
  69. package/core/helpers/string.d.ts +0 -7
  70. package/core/helpers/templates.d.ts +0 -3
  71. package/core/helpers/type-helpers.d.ts +0 -37
  72. package/core/i18n/i18n-common.d.ts +0 -6
  73. package/core/i18n/i18n-error.d.ts +0 -3
  74. package/core/i18n/i18n-type.d.ts +0 -11
  75. package/core/log/log-publisher-console.service.d.ts +0 -4
  76. package/core/log/log.model.d.ts +0 -40
  77. package/core/log/logger.service.d.ts +0 -33
  78. package/core/models/class-attribute.model.d.ts +0 -6
  79. package/core/models/class-service.model.d.ts +0 -7
  80. package/core/models/getter.model.d.ts +0 -2
  81. package/core/models/i18n.model.d.ts +0 -1
  82. package/core/models/menu.model.d.ts +0 -42
  83. package/core/models/user.model.d.ts +0 -8
  84. package/core/models/version.model.d.ts +0 -31
  85. package/core/pipes/boolean.pipe.d.ts +0 -7
  86. package/core/pipes/class-map.pipe.d.ts +0 -7
  87. package/core/pipes/enum.pipe.d.ts +0 -8
  88. package/core/pipes/enumerate-async.pipe.d.ts +0 -9
  89. package/core/pipes/enumerate.pipe.d.ts +0 -16
  90. package/core/pipes/getter.pipe.d.ts +0 -8
  91. package/core/pipes/i18n-property.pipe.d.ts +0 -8
  92. package/core/pipes/json-path.pipe.d.ts +0 -13
  93. package/core/pipes/parametrize.pipe.d.ts +0 -16
  94. package/core/pipes/template.pipe.d.ts +0 -8
  95. package/core/provide.d.ts +0 -13
  96. package/core/reactivity/effect.d.ts +0 -16
  97. package/core/reflect/type-enum-decorator.d.ts +0 -2
  98. package/core/reflect/type-enum-metadata.d.ts +0 -32
  99. package/core/registry/registry.model.d.ts +0 -8
  100. package/core/registry/type-registry.d.ts +0 -27
  101. package/core/router/route-builder.d.ts +0 -187
  102. package/core/router/router.model.d.ts +0 -13
  103. package/core/router/routes-builder.d.ts +0 -33
  104. package/core/rxjs/map-data-list-result-operator.d.ts +0 -9
  105. package/core/security/permission-helpers.d.ts +0 -3
  106. package/core/security/permission.guard.d.ts +0 -2
  107. package/core/security/permission.service.d.ts +0 -25
  108. package/core/security/permissions.model.d.ts +0 -82
  109. package/core/services/commons-configuration.service.d.ts +0 -81
  110. package/core/services/commons-init.service.d.ts +0 -30
  111. package/core/services/commons-router.service.d.ts +0 -37
  112. package/core/services/commons-storage.service.d.ts +0 -12
  113. package/core/services/commons.service.d.ts +0 -47
  114. package/core/services/providers/commons-init.provider.d.ts +0 -4
  115. package/core/services/tokens/browser-storage.token.d.ts +0 -2
  116. package/core/services/tokens/commons-init.token.d.ts +0 -3
  117. package/core/services/tokens/log-publisher.token.d.ts +0 -3
  118. package/core/services/tokens/module-config.token.d.ts +0 -28
  119. package/core/styles/style-constants.d.ts +0 -11
  120. package/core/styles/style.model.d.ts +0 -18
  121. package/fesm2022/mediusinc-mng-commons-table-column-toggle.component-CCyGSxaD.mjs +0 -30
  122. package/fesm2022/mediusinc-mng-commons-table-column-toggle.component-CCyGSxaD.mjs.map +0 -1
  123. package/fesm2022/mediusinc-mng-commons-table-mediusinc-mng-commons-table-8TdW6NCC.mjs.map +0 -1
  124. package/filter/descriptors/filter-generic.descriptor.d.ts +0 -14
  125. package/filter/descriptors/filter-lookup.descriptor.d.ts +0 -97
  126. package/filter/descriptors/filter.descriptor.d.ts +0 -264
  127. package/filter/models/filter-generic-property.model.d.ts +0 -7
  128. package/filter/models/filter.model.d.ts +0 -16
  129. package/form/api/data-providers/lookup-data-provider.factory.d.ts +0 -19
  130. package/form/api/data-providers/lookup.data-provider.d.ts +0 -7
  131. package/form/api/descriptors/action-button.descriptor.d.ts +0 -23
  132. package/form/api/descriptors/button-style.builder.d.ts +0 -54
  133. package/form/api/models/button.model.d.ts +0 -19
  134. package/form/api/models/empty-value.model.d.ts +0 -7
  135. package/form/api/models/trim.model.d.ts +0 -1
  136. package/form/components/autocomplete/autocomplete.component.d.ts +0 -99
  137. package/form/components/date-range/date-range.component.d.ts +0 -37
  138. package/form/components/dropdown/dropdown.component.d.ts +0 -89
  139. package/form/components/number-range/number-range.component.d.ts +0 -35
  140. package/form/directives/input-empty-value.directive.d.ts +0 -40
  141. package/form/directives/input-trim.directive.d.ts +0 -9
  142. package/model/class/data-providers/base-from-class-data-provider.factory.d.ts +0 -3
  143. package/model/class/descriptors/model-class.descriptor.d.ts +0 -12
  144. package/model/class/descriptors/type-class.descriptor.d.ts +0 -3
  145. package/model/class/helpers/model.d.ts +0 -4
  146. package/model/data-providers/base-from-type-data-provider.factory.d.ts +0 -15
  147. package/model/descriptors/enum.descriptor.d.ts +0 -13
  148. package/model/descriptors/model.descriptor.d.ts +0 -25
  149. package/model/descriptors/type.descriptor.d.ts +0 -3
  150. package/model/helpers/i18n.d.ts +0 -13
  151. package/provide.d.ts +0 -7
  152. package/table/api/class/class-table-attribute-converter.d.ts +0 -15
  153. package/table/api/class/class-table-attribute.model.d.ts +0 -8
  154. package/table/api/class/class-table-data-provider.factory.d.ts +0 -4
  155. package/table/api/class/class-table-descriptor-helpers.d.ts +0 -42
  156. package/table/api/class/class-table-descriptor.factory.d.ts +0 -11
  157. package/table/api/data-providers/table-data-provider.factory.d.ts +0 -19
  158. package/table/api/data-providers/table.data-provider.d.ts +0 -27
  159. package/table/api/descriptors/column.descriptor.d.ts +0 -269
  160. package/table/api/descriptors/sort.descriptor.d.ts +0 -39
  161. package/table/api/descriptors/table-descriptor.factory.d.ts +0 -12
  162. package/table/api/descriptors/table.descriptor.d.ts +0 -672
  163. package/table/api/helpers/column-converter.d.ts +0 -7
  164. package/table/api/helpers/table-data-provider-descriptor-convert.d.ts +0 -20
  165. package/table/api/models/column-value.model.d.ts +0 -7
  166. package/table/api/models/column.model.d.ts +0 -18
  167. package/table/api/models/row-expandable-component.model.d.ts +0 -4
  168. package/table/api/models/table-columns.model.d.ts +0 -42
  169. package/table/api/models/table-event.model.d.ts +0 -18
  170. package/table/api/models/table.model.d.ts +0 -22
  171. package/table/components/column-filter/column-filter.component.d.ts +0 -81
  172. package/table/components/column-toggle/column-toggle.component.d.ts +0 -12
  173. package/table/components/column-value/column-value.component.d.ts +0 -33
  174. package/table/components/filter/filter-active-tag/filter-active-tag.component.d.ts +0 -20
  175. package/table/components/filter/filter-form/filter-form.component.d.ts +0 -56
  176. package/table/components/filter/filter-overlay-with-tag/filter-overlay-with-tag.component.d.ts +0 -54
  177. package/table/components/table/table.component.d.ts +0 -83
  178. package/table/helpers/filters.d.ts +0 -37
  179. package/table/helpers/notification.d.ts +0 -13
  180. package/table/helpers/table-layout-prefs.d.ts +0 -7
  181. package/table/helpers/table.d.ts +0 -6
  182. package/table/models/column-preferences.model.d.ts +0 -12
  183. package/table/models/filter.model.d.ts +0 -36
  184. package/table/pipes/filter-value.pipe.d.ts +0 -19
  185. package/table/pipes/locale-default-row-class.pipe.d.ts +0 -10
  186. package/table/pipes/table-column-filter-class.pipe.d.ts +0 -8
  187. package/table/provide.d.ts +0 -15
  188. package/table/services/table-data.service.d.ts +0 -37
  189. package/table/services/table-feature-config.token.d.ts +0 -7
  190. package/table/services/table-metadata.service.d.ts +0 -31
  191. package/table/services/table-preferences.service.d.ts +0 -25
  192. package/tableview/action/components/action/action.component.d.ts +0 -63
  193. package/tableview/action/components/editor/action-editor.component.d.ts +0 -32
  194. package/tableview/action/components/editor/injector-context/action-editor-injector-context.component.d.ts +0 -79
  195. package/tableview/action/components/localization/data-language-dropdown.component.d.ts +0 -19
  196. package/tableview/action/components/route/action-route.component.d.ts +0 -26
  197. package/tableview/action/components/table/action-table.component.d.ts +0 -50
  198. package/tableview/action/guards/unsaved-changes.guard.d.ts +0 -3
  199. package/tableview/action/helpers/action-execution.d.ts +0 -7
  200. package/tableview/action/helpers/i18n.d.ts +0 -47
  201. package/tableview/action/helpers/inject.d.ts +0 -39
  202. package/tableview/action/helpers/notification.d.ts +0 -40
  203. package/tableview/action/helpers/styles.d.ts +0 -5
  204. package/tableview/action/models/action-editor-dialog-data.model.d.ts +0 -11
  205. package/tableview/action/models/can-component-deactivate.model.d.ts +0 -4
  206. package/tableview/action/models/execution/action-context.model.d.ts +0 -43
  207. package/tableview/action/models/execution/action-instance.model.d.ts +0 -56
  208. package/tableview/action/services/action-error-mapper.service.d.ts +0 -18
  209. package/tableview/action/services/action-executor.service.d.ts +0 -174
  210. package/tableview/action/services/component-action-executor.service.d.ts +0 -9
  211. package/tableview/action/services/data-provider-executor.service.d.ts +0 -23
  212. package/tableview/action/services/navigation.service.d.ts +0 -15
  213. package/tableview/action/services/providers/provide-action-executor.d.ts +0 -2
  214. package/tableview/action/services/providers/provide-view-container.d.ts +0 -2
  215. package/tableview/action/services/root-action-executor.service.d.ts +0 -9
  216. package/tableview/action/services/tokens/action-editor.token.d.ts +0 -2
  217. package/tableview/action/services/view-container.service.d.ts +0 -25
  218. package/tableview/api/action/descriptors/action-descriptor.factory.d.ts +0 -25
  219. package/tableview/api/action/descriptors/action-editor-descriptor.factory.d.ts +0 -24
  220. package/tableview/api/action/descriptors/action-editor.descriptor.d.ts +0 -105
  221. package/tableview/api/action/descriptors/action-link-descriptor.factory.d.ts +0 -23
  222. package/tableview/api/action/descriptors/action-link.descriptor.d.ts +0 -27
  223. package/tableview/api/action/descriptors/action.descriptor.d.ts +0 -118
  224. package/tableview/api/action/descriptors/editor-action-descriptor.factory.d.ts +0 -21
  225. package/tableview/api/action/descriptors/editor-action-editor-descriptor.factory.d.ts +0 -21
  226. package/tableview/api/action/descriptors/table-action-descriptor.factory.d.ts +0 -36
  227. package/tableview/api/action/descriptors/table-action-editor-descriptor.factory.d.ts +0 -40
  228. package/tableview/api/action/helpers/data-provider-executors.d.ts +0 -23
  229. package/tableview/api/action/models/action-component.model.d.ts +0 -12
  230. package/tableview/api/action/models/action-confirmation.model.d.ts +0 -16
  231. package/tableview/api/action/models/action-descriptor.types.d.ts +0 -10
  232. package/tableview/api/action/models/action-editor.model.d.ts +0 -4
  233. package/tableview/api/action/models/action-error.model.d.ts +0 -14
  234. package/tableview/api/action/models/action.type.d.ts +0 -21
  235. package/tableview/api/action/models/execution/action-context-validation.model.d.ts +0 -11
  236. package/tableview/api/action/models/execution/action-context.model.d.ts +0 -25
  237. package/tableview/api/action/models/execution/action-execution-error.model.d.ts +0 -4
  238. package/tableview/api/action/models/execution/action-instance-state.model.d.ts +0 -30
  239. package/tableview/api/action/models/execution/action-instance.model.d.ts +0 -32
  240. package/tableview/api/action/models/execution/view-container.model.d.ts +0 -22
  241. package/tableview/api/action/models/tableview-action-default-categories.model.d.ts +0 -10
  242. package/tableview/api/action/services/data-provider-executor.service.d.ts +0 -39
  243. package/tableview/api/action/services/tokens/data-language-dropdown.token.d.ts +0 -2
  244. package/tableview/api/class/editor/class-editor-attribute-converter.d.ts +0 -21
  245. package/tableview/api/class/editor/class-editor-attribute.model.d.ts +0 -7
  246. package/tableview/api/class/editor/class-editor-data-provider.factory.d.ts +0 -4
  247. package/tableview/api/class/editor/class-editor-descriptor-helpers.d.ts +0 -40
  248. package/tableview/api/class/editor/class-editor-descriptor.factory.d.ts +0 -11
  249. package/tableview/api/class/tableview/class-tableview-attribute-converter.d.ts +0 -8
  250. package/tableview/api/class/tableview/class-tableview-attribute.model.d.ts +0 -3
  251. package/tableview/api/class/tableview/class-tableview-data-provider.factory.d.ts +0 -4
  252. package/tableview/api/class/tableview/class-tableview-descriptor-helpers.d.ts +0 -41
  253. package/tableview/api/class/tableview/class-tableview-descriptor.factory.d.ts +0 -12
  254. package/tableview/api/editor/data-providers/editor-data-provider.factory.d.ts +0 -19
  255. package/tableview/api/editor/data-providers/editor.data-provider.d.ts +0 -119
  256. package/tableview/api/editor/descriptors/editor-descriptor.factory.d.ts +0 -11
  257. package/tableview/api/editor/descriptors/editor.descriptor.d.ts +0 -254
  258. package/tableview/api/editor/descriptors/field-action.descriptor.d.ts +0 -21
  259. package/tableview/api/editor/descriptors/field-base.descriptor.d.ts +0 -147
  260. package/tableview/api/editor/descriptors/field-group.descriptor.d.ts +0 -58
  261. package/tableview/api/editor/descriptors/field-lookup.descriptor.d.ts +0 -80
  262. package/tableview/api/editor/descriptors/field-many.descriptor.d.ts +0 -56
  263. package/tableview/api/editor/descriptors/field-validation.descriptor.d.ts +0 -16
  264. package/tableview/api/editor/descriptors/field.descriptor.d.ts +0 -239
  265. package/tableview/api/editor/descriptors/wrappers/editor-descriptor-nested-object-wrapper.d.ts +0 -25
  266. package/tableview/api/editor/models/editor-fields.model.d.ts +0 -42
  267. package/tableview/api/editor/models/editor.model.d.ts +0 -7
  268. package/tableview/api/editor/models/field-action-context.model.d.ts +0 -26
  269. package/tableview/api/editor/models/field-image-preview.model.d.ts +0 -4
  270. package/tableview/api/editor/models/field-validation.model.d.ts +0 -26
  271. package/tableview/api/editor/models/field.model.d.ts +0 -56
  272. package/tableview/api/editor/models/form-editor.event.d.ts +0 -74
  273. package/tableview/api/editor/models/form-editor.interface.d.ts +0 -53
  274. package/tableview/api/editor/models/formly-custom-field.model.d.ts +0 -30
  275. package/tableview/api/editor/models/formly-field.model.d.ts +0 -42
  276. package/tableview/api/editor/models/formly-options.model.d.ts +0 -15
  277. package/tableview/api/editor/models/radio.model.d.ts +0 -6
  278. package/tableview/api/tableview/data-providers/tableview-data-provider.factory.d.ts +0 -24
  279. package/tableview/api/tableview/data-providers/tableview.data-provider.d.ts +0 -33
  280. package/tableview/api/tableview/descriptors/tableview-descriptor.factory.d.ts +0 -23
  281. package/tableview/api/tableview/descriptors/tableview.descriptor.d.ts +0 -153
  282. package/tableview/api/tableview/helpers/files-export.d.ts +0 -4
  283. package/tableview/api/tableview/helpers/tableview-create.d.ts +0 -29
  284. package/tableview/api/tableview/helpers/tableview-data-provider-descriptor-convert.d.ts +0 -20
  285. package/tableview/api/tableview/helpers/tableview-default-actions.d.ts +0 -93
  286. package/tableview/api/tableview/helpers/tableview-input-builder.d.ts +0 -192
  287. package/tableview/api/tableview/models/tableview-descriptor-fields-manage-helper.type.d.ts +0 -9
  288. package/tableview/api/tableview/models/tableview-descriptor-helper.type.d.ts +0 -2
  289. package/tableview/api/tableview/models/tableview-input.model.d.ts +0 -8
  290. package/tableview/api/tableview/models/tableview-route.model.d.ts +0 -20
  291. package/tableview/editor/components/editor/auto-save-status/auto-save-status.component.d.ts +0 -10
  292. package/tableview/editor/components/editor/form-editor.component.d.ts +0 -117
  293. package/tableview/editor/components/formly/constants.d.ts +0 -1
  294. package/tableview/editor/components/formly/fields/formly-field-action/formly-field-action.component.d.ts +0 -15
  295. package/tableview/editor/components/formly/fields/formly-field-autocomplete/formly-field-autocomplete.component.d.ts +0 -11
  296. package/tableview/editor/components/formly/fields/formly-field-custom/formly-field-custom.component.d.ts +0 -10
  297. package/tableview/editor/components/formly/fields/formly-field-datepicker/formly-field-datepicker.component.d.ts +0 -24
  298. package/tableview/editor/components/formly/fields/formly-field-dropdown/formly-field-dropdown.component.d.ts +0 -10
  299. package/tableview/editor/components/formly/fields/formly-field-fieldset/formly-field-fieldset.component.d.ts +0 -12
  300. package/tableview/editor/components/formly/fields/formly-field-input/formly-field-input.component.d.ts +0 -33
  301. package/tableview/editor/components/formly/fields/formly-field-label/formly-field-label.component.d.ts +0 -10
  302. package/tableview/editor/components/formly/fields/formly-field-lookup-dialog/formly-field-lookup-dialog.component.d.ts +0 -36
  303. package/tableview/editor/components/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.d.ts +0 -22
  304. package/tableview/editor/components/formly/fields/formly-field-table-dialog-multiselect/formly-field-table-dialog-multiselect.component.d.ts +0 -37
  305. package/tableview/editor/components/formly/fields/formly-field-tabs/formly-field-tabs.component.d.ts +0 -10
  306. package/tableview/editor/components/formly/fields/formly-field-type.abstract.component.d.ts +0 -11
  307. package/tableview/editor/components/formly/fields/formly-group-type.abstract.component.d.ts +0 -7
  308. package/tableview/editor/components/formly/fields/formly-type.abstract.component.d.ts +0 -20
  309. package/tableview/editor/components/formly/pipes/formly-field-label.pipe.d.ts +0 -8
  310. package/tableview/editor/components/formly/wrappers/formly-field-no-label-wrapper/formly-field-no-label-wrapper.component.d.ts +0 -18
  311. package/tableview/editor/components/formly/wrappers/formly-field-wrapper/formly-field-wrapper.component.d.ts +0 -16
  312. package/tableview/editor/helpers/editor-autosave.d.ts +0 -17
  313. package/tableview/editor/helpers/editor-field.d.ts +0 -2
  314. package/tableview/editor/helpers/editor-formly.d.ts +0 -11
  315. package/tableview/editor/helpers/editor-validators.d.ts +0 -7
  316. package/tableview/editor/helpers/field-create.d.ts +0 -9
  317. package/tableview/editor/helpers/formly-config.d.ts +0 -18
  318. package/tableview/editor/helpers/notification.d.ts +0 -4
  319. package/tableview/editor/models/editor-auto-save-preview.model.d.ts +0 -10
  320. package/tableview/editor/models/formly-config.model.d.ts +0 -14
  321. package/tableview/editor/models/formly.model.d.ts +0 -23
  322. package/tableview/editor/services/form-editor.service.d.ts +0 -39
  323. package/tableview/editor/services/formly-config.provider.d.ts +0 -5
  324. package/tableview/provide.d.ts +0 -15
  325. package/tableview/tableview/components/route/tableview-route.component.d.ts +0 -7
  326. package/tableview/tableview/components/tableview/tableview.component.d.ts +0 -29
  327. package/tableview/tableview/router/tableview-route-builder.d.ts +0 -43
  328. package/tableview/tableview/services/tableview-feature-config.token.d.ts +0 -18
@@ -19,9 +19,9 @@ import { DialogService } from 'primeng/dynamicdialog';
19
19
  class NotificationWrapperComponent {
20
20
  constructor() {
21
21
  this.notificationCutoff = 70;
22
- this.isDialogNotificationVisible = computed(() => this.dialogNotification() !== null);
23
- this.dialogNotification = signal(null);
24
- this.dialogNotificationIconClass = computed(() => this.getMessageIcon(this.dialogNotification()));
22
+ this.isDialogNotificationVisible = computed(() => this.dialogNotification() !== null, ...(ngDevMode ? [{ debugName: "isDialogNotificationVisible" }] : []));
23
+ this.dialogNotification = signal(null, ...(ngDevMode ? [{ debugName: "dialogNotification" }] : []));
24
+ this.dialogNotificationIconClass = computed(() => this.getMessageIcon(this.dialogNotification()), ...(ngDevMode ? [{ debugName: "dialogNotificationIconClass" }] : []));
25
25
  }
26
26
  getMessageIcon(message) {
27
27
  if (message?.icon)
@@ -47,10 +47,10 @@ class NotificationWrapperComponent {
47
47
  this.dialogNotification.set(null);
48
48
  }
49
49
  }
50
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: NotificationWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.10", type: NotificationWrapperComponent, isStandalone: true, selector: "mng-notification-wrapper", ngImport: i0, template: "<ng-content></ng-content>\n<p-confirmDialog appendTo=\"body\" [baseZIndex]=\"50\"></p-confirmDialog>\n\n<p-toast [baseZIndex]=\"50\">\n <ng-template #message let-message>\n <span [class]=\"'p-toast-message-icon pi ' + getMessageIcon(message)\"></span>\n <div class=\"p-toast-message-text\">\n <div class=\"p-toast-summary\">{{ message.summary }}</div>\n @if (message.detail) {\n <div class=\"p-toast-detail\">{{ message.detail.slice(0, notificationCutoff) + (message.detail.length > notificationCutoff ? '...' : '') }}</div>\n @if (message.detail.length > notificationCutoff) {\n <div (click)=\"onShowNotificationInDialog(message)\" class=\"font-semibold text-sm mt-2 flex items-center\">\n <i class=\"pi pi-chevron-down mr-1\"></i>{{ 'notification.details' | translate }}\n </div>\n }\n }\n </div>\n </ng-template>\n</p-toast>\n\n<p-dialog\n [visible]=\"isDialogNotificationVisible()\"\n (visibleChange)=\"onDialogNotificationVisibilityChange($event)\"\n [styleClass]=\"'mng-dialog mng-dialog-xs mng-message-detail-dialog mng-message-detail-dialog-' + (dialogNotification()?.severity ?? '')\"\n appendTo=\"body\"\n draggable=\"false\"\n modal=\"true\">\n <ng-template #header>\n <span class=\"p-dialog-title font-bold mng-dialog-success\">\n <span [class]=\"'mr-2 pi ' + dialogNotificationIconClass()\"></span>\n {{ dialogNotification()?.summary ?? '' }}\n </span>\n </ng-template>\n <div class=\"mng-notification-details\">\n {{ dialogNotification()?.detail ?? '' }}\n </div>\n</p-dialog>\n", styles: [".mng-notification-details{white-space:pre-wrap;word-wrap:break-word}\n"], dependencies: [{ kind: "component", type: ConfirmDialog, selector: "p-confirmDialog, p-confirmdialog, p-confirm-dialog", inputs: ["header", "icon", "message", "style", "styleClass", "maskStyleClass", "acceptIcon", "acceptLabel", "closeAriaLabel", "acceptAriaLabel", "acceptVisible", "rejectIcon", "rejectLabel", "rejectAriaLabel", "rejectVisible", "acceptButtonStyleClass", "rejectButtonStyleClass", "closeOnEscape", "dismissableMask", "blockScroll", "rtl", "closable", "appendTo", "key", "autoZIndex", "baseZIndex", "transitionOptions", "focusTrap", "defaultFocus", "breakpoints", "visible", "position", "draggable"], outputs: ["onHide"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "component", type: Dialog, selector: "p-dialog", inputs: ["header", "draggable", "resizable", "positionLeft", "positionTop", "contentStyle", "contentStyleClass", "modal", "closeOnEscape", "dismissableMask", "rtl", "closable", "responsive", "appendTo", "breakpoints", "styleClass", "maskStyleClass", "maskStyle", "showHeader", "breakpoint", "blockScroll", "autoZIndex", "baseZIndex", "minX", "minY", "focusOnShow", "maximizable", "keepInViewport", "focusTrap", "transitionOptions", "closeIcon", "closeAriaLabel", "closeTabindex", "minimizeIcon", "maximizeIcon", "closeButtonProps", "maximizeButtonProps", "visible", "style", "position", "role", "content", "contentTemplate", "footerTemplate", "closeIconTemplate", "maximizeIconTemplate", "minimizeIconTemplate", "headlessTemplate"], outputs: ["onShow", "onHide", "visibleChange", "onResizeInit", "onResizeEnd", "onDragEnd", "onMaximize"] }, { kind: "component", type: Toast, selector: "p-toast", inputs: ["key", "autoZIndex", "baseZIndex", "life", "style", "styleClass", "position", "preventOpenDuplicates", "preventDuplicates", "showTransformOptions", "hideTransformOptions", "showTransitionOptions", "hideTransitionOptions", "breakpoints"], outputs: ["onClose"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: NotificationWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.1.7", type: NotificationWrapperComponent, isStandalone: true, selector: "mng-notification-wrapper", ngImport: i0, template: "<ng-content></ng-content>\n<p-confirmDialog appendTo=\"body\" [baseZIndex]=\"50\"></p-confirmDialog>\n\n<p-toast [baseZIndex]=\"50\">\n <ng-template #message let-message>\n <span [class]=\"'p-toast-message-icon pi ' + getMessageIcon(message)\"></span>\n <div class=\"p-toast-message-text\">\n <div class=\"p-toast-summary\">{{ message.summary }}</div>\n @if (message.detail) {\n <div class=\"p-toast-detail\">{{ message.detail.slice(0, notificationCutoff) + (message.detail.length > notificationCutoff ? '...' : '') }}</div>\n @if (message.detail.length > notificationCutoff) {\n <div (click)=\"onShowNotificationInDialog(message)\" class=\"font-semibold text-sm mt-2 flex items-center\">\n <i class=\"pi pi-chevron-down mr-1\"></i>{{ 'notification.details' | translate }}\n </div>\n }\n }\n </div>\n </ng-template>\n</p-toast>\n\n<p-dialog\n [visible]=\"isDialogNotificationVisible()\"\n (visibleChange)=\"onDialogNotificationVisibilityChange($event)\"\n [styleClass]=\"'mng-dialog mng-dialog-xs mng-message-detail-dialog mng-message-detail-dialog-' + (dialogNotification()?.severity ?? '')\"\n appendTo=\"body\"\n draggable=\"false\"\n modal=\"true\">\n <ng-template #header>\n <span class=\"p-dialog-title font-bold mng-dialog-success\">\n <span [class]=\"'mr-2 pi ' + dialogNotificationIconClass()\"></span>\n {{ dialogNotification()?.summary ?? '' }}\n </span>\n </ng-template>\n <div class=\"mng-notification-details\">\n {{ dialogNotification()?.detail ?? '' }}\n </div>\n</p-dialog>\n", styles: [".mng-notification-details{white-space:pre-wrap;word-wrap:break-word}\n"], dependencies: [{ kind: "component", type: ConfirmDialog, selector: "p-confirmDialog, p-confirmdialog, p-confirm-dialog", inputs: ["header", "icon", "message", "style", "styleClass", "maskStyleClass", "acceptIcon", "acceptLabel", "closeAriaLabel", "acceptAriaLabel", "acceptVisible", "rejectIcon", "rejectLabel", "rejectAriaLabel", "rejectVisible", "acceptButtonStyleClass", "rejectButtonStyleClass", "closeOnEscape", "dismissableMask", "blockScroll", "rtl", "closable", "appendTo", "key", "autoZIndex", "baseZIndex", "transitionOptions", "focusTrap", "defaultFocus", "breakpoints", "visible", "position", "draggable"], outputs: ["onHide"] }, { kind: "component", type: Dialog, selector: "p-dialog", inputs: ["header", "draggable", "resizable", "contentStyle", "contentStyleClass", "modal", "closeOnEscape", "dismissableMask", "rtl", "closable", "breakpoints", "styleClass", "maskStyleClass", "maskStyle", "showHeader", "blockScroll", "autoZIndex", "baseZIndex", "minX", "minY", "focusOnShow", "maximizable", "keepInViewport", "focusTrap", "transitionOptions", "closeIcon", "closeAriaLabel", "closeTabindex", "minimizeIcon", "maximizeIcon", "closeButtonProps", "maximizeButtonProps", "visible", "style", "position", "role", "appendTo", "content", "contentTemplate", "footerTemplate", "closeIconTemplate", "maximizeIconTemplate", "minimizeIconTemplate", "headlessTemplate"], outputs: ["onShow", "onHide", "visibleChange", "onResizeInit", "onResizeEnd", "onDragEnd", "onMaximize"] }, { kind: "component", type: Toast, selector: "p-toast", inputs: ["key", "autoZIndex", "baseZIndex", "life", "styleClass", "position", "preventOpenDuplicates", "preventDuplicates", "showTransformOptions", "hideTransformOptions", "showTransitionOptions", "hideTransitionOptions", "breakpoints"], outputs: ["onClose"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: NotificationWrapperComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: NotificationWrapperComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{ selector: 'mng-notification-wrapper', imports: [ConfirmDialog, TranslatePipe, Dialog, Toast], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n<p-confirmDialog appendTo=\"body\" [baseZIndex]=\"50\"></p-confirmDialog>\n\n<p-toast [baseZIndex]=\"50\">\n <ng-template #message let-message>\n <span [class]=\"'p-toast-message-icon pi ' + getMessageIcon(message)\"></span>\n <div class=\"p-toast-message-text\">\n <div class=\"p-toast-summary\">{{ message.summary }}</div>\n @if (message.detail) {\n <div class=\"p-toast-detail\">{{ message.detail.slice(0, notificationCutoff) + (message.detail.length > notificationCutoff ? '...' : '') }}</div>\n @if (message.detail.length > notificationCutoff) {\n <div (click)=\"onShowNotificationInDialog(message)\" class=\"font-semibold text-sm mt-2 flex items-center\">\n <i class=\"pi pi-chevron-down mr-1\"></i>{{ 'notification.details' | translate }}\n </div>\n }\n }\n </div>\n </ng-template>\n</p-toast>\n\n<p-dialog\n [visible]=\"isDialogNotificationVisible()\"\n (visibleChange)=\"onDialogNotificationVisibilityChange($event)\"\n [styleClass]=\"'mng-dialog mng-dialog-xs mng-message-detail-dialog mng-message-detail-dialog-' + (dialogNotification()?.severity ?? '')\"\n appendTo=\"body\"\n draggable=\"false\"\n modal=\"true\">\n <ng-template #header>\n <span class=\"p-dialog-title font-bold mng-dialog-success\">\n <span [class]=\"'mr-2 pi ' + dialogNotificationIconClass()\"></span>\n {{ dialogNotification()?.summary ?? '' }}\n </span>\n </ng-template>\n <div class=\"mng-notification-details\">\n {{ dialogNotification()?.detail ?? '' }}\n </div>\n</p-dialog>\n", styles: [".mng-notification-details{white-space:pre-wrap;word-wrap:break-word}\n"] }]
56
56
  }] });
@@ -815,7 +815,7 @@ function effectWithDeps(deps, fn, opts) {
815
815
  untracked(() => {
816
816
  fn(depsValues);
817
817
  });
818
- });
818
+ }, ...(ngDevMode ? [{ debugName: "ref" }] : []));
819
819
  return ref;
820
820
  }
821
821
 
@@ -825,11 +825,11 @@ class ComponentDirective {
825
825
  this.elementRef = inject(ElementRef);
826
826
  this.applicationRef = inject(ApplicationRef);
827
827
  this.viewContainerRef = inject(ViewContainerRef);
828
- this.component = input(undefined, { alias: 'mngComponent' });
829
- this.componentIt = input(undefined, { alias: 'injectionToken' });
830
- this.inputs = input();
831
- this.attachToHost = input(false, { transform: booleanAttribute });
832
- this.parentInjector = input();
828
+ this.component = input(undefined, ...(ngDevMode ? [{ debugName: "component", alias: 'mngComponent' }] : [{ alias: 'mngComponent' }]));
829
+ this.componentIt = input(undefined, ...(ngDevMode ? [{ debugName: "componentIt", alias: 'injectionToken' }] : [{ alias: 'injectionToken' }]));
830
+ this.inputs = input(...(ngDevMode ? [undefined, { debugName: "inputs" }] : []));
831
+ this.attachToHost = input(false, ...(ngDevMode ? [{ debugName: "attachToHost", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
832
+ this.parentInjector = input(...(ngDevMode ? [undefined, { debugName: "parentInjector" }] : []));
833
833
  this.instanceCreated = output();
834
834
  effectWithDeps([this.component, this.componentIt], ([componentInput, componentItInput]) => {
835
835
  let component = componentInput;
@@ -870,10 +870,10 @@ class ComponentDirective {
870
870
  }
871
871
  });
872
872
  }
873
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: ComponentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
874
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.10", type: ComponentDirective, isStandalone: true, selector: "[mngComponent]", inputs: { component: { classPropertyName: "component", publicName: "mngComponent", isSignal: true, isRequired: false, transformFunction: null }, componentIt: { classPropertyName: "componentIt", publicName: "injectionToken", isSignal: true, isRequired: false, transformFunction: null }, inputs: { classPropertyName: "inputs", publicName: "inputs", isSignal: true, isRequired: false, transformFunction: null }, attachToHost: { classPropertyName: "attachToHost", publicName: "attachToHost", isSignal: true, isRequired: false, transformFunction: null }, parentInjector: { classPropertyName: "parentInjector", publicName: "parentInjector", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { instanceCreated: "instanceCreated" }, ngImport: i0 }); }
873
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: ComponentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
874
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.7", type: ComponentDirective, isStandalone: true, selector: "[mngComponent]", inputs: { component: { classPropertyName: "component", publicName: "mngComponent", isSignal: true, isRequired: false, transformFunction: null }, componentIt: { classPropertyName: "componentIt", publicName: "injectionToken", isSignal: true, isRequired: false, transformFunction: null }, inputs: { classPropertyName: "inputs", publicName: "inputs", isSignal: true, isRequired: false, transformFunction: null }, attachToHost: { classPropertyName: "attachToHost", publicName: "attachToHost", isSignal: true, isRequired: false, transformFunction: null }, parentInjector: { classPropertyName: "parentInjector", publicName: "parentInjector", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { instanceCreated: "instanceCreated" }, ngImport: i0 }); }
875
875
  }
876
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: ComponentDirective, decorators: [{
876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: ComponentDirective, decorators: [{
877
877
  type: Directive,
878
878
  args: [{
879
879
  selector: '[mngComponent]'
@@ -884,16 +884,16 @@ class RerenderDirective {
884
884
  constructor() {
885
885
  this.templateRef = inject((TemplateRef));
886
886
  this.viewContainerRef = inject(ViewContainerRef);
887
- this.mngRerender = input.required();
887
+ this.mngRerender = input.required(...(ngDevMode ? [{ debugName: "mngRerender" }] : []));
888
888
  effectWithDeps([this.mngRerender], () => {
889
889
  this.viewContainerRef.clear();
890
890
  this.viewContainerRef.createEmbeddedView(this.templateRef);
891
891
  });
892
892
  }
893
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: RerenderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
894
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.10", type: RerenderDirective, isStandalone: true, selector: "[mngRerender]", inputs: { mngRerender: { classPropertyName: "mngRerender", publicName: "mngRerender", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
893
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: RerenderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
894
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.7", type: RerenderDirective, isStandalone: true, selector: "[mngRerender]", inputs: { mngRerender: { classPropertyName: "mngRerender", publicName: "mngRerender", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
895
895
  }
896
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: RerenderDirective, decorators: [{
896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: RerenderDirective, decorators: [{
897
897
  type: Directive,
898
898
  args: [{
899
899
  selector: '[mngRerender]'
@@ -903,12 +903,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
903
903
  class TemplateDirective {
904
904
  constructor() {
905
905
  this.template = inject((TemplateRef));
906
- this.name = input.required({ alias: 'mngTemplate' });
906
+ this.name = input.required(...(ngDevMode ? [{ debugName: "name", alias: 'mngTemplate' }] : [{ alias: 'mngTemplate' }]));
907
907
  }
908
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: TemplateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
909
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.10", type: TemplateDirective, isStandalone: true, selector: "[mngTemplate]", inputs: { name: { classPropertyName: "name", publicName: "mngTemplate", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
908
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: TemplateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
909
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.7", type: TemplateDirective, isStandalone: true, selector: "[mngTemplate]", inputs: { name: { classPropertyName: "name", publicName: "mngTemplate", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
910
910
  }
911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: TemplateDirective, decorators: [{
911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: TemplateDirective, decorators: [{
912
912
  type: Directive,
913
913
  args: [{
914
914
  selector: '[mngTemplate]'
@@ -1803,12 +1803,27 @@ function populateI18nParams(item, params = {}) {
1803
1803
  }
1804
1804
  function selectI18n(keys, i18n) {
1805
1805
  for (const key of keys) {
1806
- if (key !== i18n[key]) {
1807
- return i18n[key];
1806
+ const i18nForKey = narrowI18nToTranslation(i18n, key);
1807
+ if (key !== i18nForKey) {
1808
+ return i18nForKey ?? null;
1808
1809
  }
1809
1810
  }
1810
1811
  return null;
1811
1812
  }
1813
+ function narrowI18nToTranslation(i18n, keyOrIdx) {
1814
+ if (i18n == null) {
1815
+ return undefined;
1816
+ }
1817
+ else if (Array.isArray(i18n)) {
1818
+ return typeof keyOrIdx === 'number' ? narrowI18nToTranslation(i18n[keyOrIdx]) : undefined;
1819
+ }
1820
+ else if (typeof i18n === 'object') {
1821
+ return keyOrIdx != null ? narrowI18nToTranslation(i18n[keyOrIdx]) : undefined;
1822
+ }
1823
+ else {
1824
+ return i18n;
1825
+ }
1826
+ }
1812
1827
 
1813
1828
  function getI18nForError(translate, error, params = {}) {
1814
1829
  const i18nParams = getI18nErrorParams(error, params);
@@ -1938,10 +1953,10 @@ class BooleanPipe {
1938
1953
  return value;
1939
1954
  }
1940
1955
  }
1941
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BooleanPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1942
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: BooleanPipe, isStandalone: true, name: "mngBoolean" }); }
1956
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: BooleanPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1957
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.7", ngImport: i0, type: BooleanPipe, isStandalone: true, name: "mngBoolean" }); }
1943
1958
  }
1944
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: BooleanPipe, decorators: [{
1959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: BooleanPipe, decorators: [{
1945
1960
  type: Pipe,
1946
1961
  args: [{
1947
1962
  name: 'mngBoolean',
@@ -1958,10 +1973,10 @@ class ClassMapPipe {
1958
1973
  return className ?? '';
1959
1974
  }
1960
1975
  }
1961
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: ClassMapPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1962
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: ClassMapPipe, isStandalone: true, name: "mngClassMap" }); }
1976
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: ClassMapPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1977
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.7", ngImport: i0, type: ClassMapPipe, isStandalone: true, name: "mngClassMap" }); }
1963
1978
  }
1964
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: ClassMapPipe, decorators: [{
1979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: ClassMapPipe, decorators: [{
1965
1980
  type: Pipe,
1966
1981
  args: [{
1967
1982
  name: 'mngClassMap',
@@ -2051,10 +2066,10 @@ class EnumPipe {
2051
2066
  }
2052
2067
  return i18nPath ? `${i18nPath}.${enumValue}` : enumValue;
2053
2068
  }
2054
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: EnumPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2055
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: EnumPipe, isStandalone: true, name: "mngEnum" }); }
2069
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: EnumPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2070
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.7", ngImport: i0, type: EnumPipe, isStandalone: true, name: "mngEnum" }); }
2056
2071
  }
2057
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: EnumPipe, decorators: [{
2072
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: EnumPipe, decorators: [{
2058
2073
  type: Pipe,
2059
2074
  args: [{
2060
2075
  name: 'mngEnum',
@@ -2072,10 +2087,10 @@ class JsonPathPipe {
2072
2087
  transform(value, path = '') {
2073
2088
  return getObjectPropertyByPath(value, path);
2074
2089
  }
2075
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: JsonPathPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2076
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: JsonPathPipe, isStandalone: true, name: "mngJsonPath" }); }
2090
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: JsonPathPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2091
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.7", ngImport: i0, type: JsonPathPipe, isStandalone: true, name: "mngJsonPath" }); }
2077
2092
  }
2078
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: JsonPathPipe, decorators: [{
2093
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: JsonPathPipe, decorators: [{
2079
2094
  type: Pipe,
2080
2095
  args: [{
2081
2096
  name: 'mngJsonPath',
@@ -2101,10 +2116,10 @@ class EnumeratePipe {
2101
2116
  })
2102
2117
  .join(valueSeparator);
2103
2118
  }
2104
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: EnumeratePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2105
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: EnumeratePipe, isStandalone: true, name: "mngEnumerate" }); }
2119
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: EnumeratePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2120
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.7", ngImport: i0, type: EnumeratePipe, isStandalone: true, name: "mngEnumerate" }); }
2106
2121
  }
2107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: EnumeratePipe, decorators: [{
2122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: EnumeratePipe, decorators: [{
2108
2123
  type: Pipe,
2109
2124
  args: [{
2110
2125
  name: 'mngEnumerate',
@@ -2145,10 +2160,10 @@ class EnumerateAsyncPipe {
2145
2160
  }))));
2146
2161
  }), map(i => i.join(valueSeparator)));
2147
2162
  }
2148
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: EnumerateAsyncPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2149
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: EnumerateAsyncPipe, isStandalone: true, name: "mngEnumerateAsync" }); }
2163
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: EnumerateAsyncPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2164
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.7", ngImport: i0, type: EnumerateAsyncPipe, isStandalone: true, name: "mngEnumerateAsync" }); }
2150
2165
  }
2151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: EnumerateAsyncPipe, decorators: [{
2166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: EnumerateAsyncPipe, decorators: [{
2152
2167
  type: Pipe,
2153
2168
  args: [{
2154
2169
  name: 'mngEnumerateAsync',
@@ -2163,10 +2178,10 @@ class GetterPipe {
2163
2178
  }
2164
2179
  return value;
2165
2180
  }
2166
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: GetterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2167
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: GetterPipe, isStandalone: true, name: "mngGetter" }); }
2181
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: GetterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2182
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.7", ngImport: i0, type: GetterPipe, isStandalone: true, name: "mngGetter" }); }
2168
2183
  }
2169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: GetterPipe, decorators: [{
2184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: GetterPipe, decorators: [{
2170
2185
  type: Pipe,
2171
2186
  args: [{
2172
2187
  name: 'mngGetter',
@@ -2178,10 +2193,10 @@ class I18nPropertyPipe {
2178
2193
  transform(property, model) {
2179
2194
  return getI18nTypePropertyKey(model.i18nBaseKey, property);
2180
2195
  }
2181
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: I18nPropertyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2182
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: I18nPropertyPipe, isStandalone: true, name: "mngI18nProperty" }); }
2196
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: I18nPropertyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2197
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.7", ngImport: i0, type: I18nPropertyPipe, isStandalone: true, name: "mngI18nProperty" }); }
2183
2198
  }
2184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: I18nPropertyPipe, decorators: [{
2199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: I18nPropertyPipe, decorators: [{
2185
2200
  type: Pipe,
2186
2201
  args: [{
2187
2202
  name: 'mngI18nProperty',
@@ -2265,10 +2280,10 @@ class ParametrizePipe {
2265
2280
  return value ?? subs;
2266
2281
  });
2267
2282
  }
2268
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: ParametrizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2269
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: ParametrizePipe, isStandalone: true, name: "mngParametrize" }); }
2283
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: ParametrizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2284
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.7", ngImport: i0, type: ParametrizePipe, isStandalone: true, name: "mngParametrize" }); }
2270
2285
  }
2271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: ParametrizePipe, decorators: [{
2286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: ParametrizePipe, decorators: [{
2272
2287
  type: Pipe,
2273
2288
  args: [{
2274
2289
  name: 'mngParametrize',
@@ -2286,10 +2301,10 @@ class TemplatePipe {
2286
2301
  }
2287
2302
  return value;
2288
2303
  }
2289
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: TemplatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2290
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.10", ngImport: i0, type: TemplatePipe, isStandalone: true, name: "template" }); }
2304
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: TemplatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2305
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.7", ngImport: i0, type: TemplatePipe, isStandalone: true, name: "template" }); }
2291
2306
  }
2292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: TemplatePipe, decorators: [{
2307
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: TemplatePipe, decorators: [{
2293
2308
  type: Pipe,
2294
2309
  args: [{
2295
2310
  name: 'template',
@@ -2478,27 +2493,28 @@ class CommonsService {
2478
2493
  this.breadcrumbHome = signal({
2479
2494
  icon: 'pi pi-home',
2480
2495
  routerLink: '/'
2481
- });
2482
- this.breadcrumbs = signal([]);
2496
+ }, ...(ngDevMode ? [{ debugName: "breadcrumbHome" }] : []));
2497
+ this.breadcrumbs = signal([], ...(ngDevMode ? [{ debugName: "breadcrumbs" }] : []));
2483
2498
  // user
2484
- this.user = signal(undefined);
2485
- this.userRoles = signal([]);
2499
+ this.user = signal(undefined, ...(ngDevMode ? [{ debugName: "user" }] : []));
2500
+ this.userRoles = signal([], ...(ngDevMode ? [{ debugName: "userRoles" }] : []));
2486
2501
  // APP section
2487
- this.appName = signal(this.moduleConfig?.app?.name ?? 'app.name');
2488
- this.appOwner = signal(this.moduleConfig?.app?.owner ?? 'app.owner');
2489
- this.appLocales = signal(this.moduleConfig?.app?.locales ?? ['en']);
2490
- this._appLocale = signal(this.initAppLocale());
2491
- this.appLocale = computed(() => this._appLocale());
2492
- this.appDataLocales = signal(this.moduleConfig?.app?.dataLocales ?? ['en']);
2493
- this._appDataLocale = signal(this.initAppDataLocale());
2494
- this.appDataLocale = computed(() => this._appDataLocale());
2495
- this.appVersion = signal(this.moduleConfig?.app?.version);
2502
+ this.appName = signal(this.moduleConfig?.app?.name ?? 'app.name', ...(ngDevMode ? [{ debugName: "appName" }] : []));
2503
+ this.appOwner = signal(this.moduleConfig?.app?.owner ?? 'app.owner', ...(ngDevMode ? [{ debugName: "appOwner" }] : []));
2504
+ this.appLocales = signal(this.moduleConfig?.app?.locales ?? ['en'], ...(ngDevMode ? [{ debugName: "appLocales" }] : []));
2505
+ this._appLocale = signal(this.initAppLocale(), ...(ngDevMode ? [{ debugName: "_appLocale" }] : []));
2506
+ this.appLocale = computed(() => this._appLocale(), ...(ngDevMode ? [{ debugName: "appLocale" }] : []));
2507
+ this.appDataLocales = signal(this.moduleConfig?.app?.dataLocales ?? ['en'], ...(ngDevMode ? [{ debugName: "appDataLocales" }] : []));
2508
+ this._appDataLocale = signal(this.initAppDataLocale(), ...(ngDevMode ? [{ debugName: "_appDataLocale" }] : []));
2509
+ this.appDataLocale = computed(() => this._appDataLocale(), ...(ngDevMode ? [{ debugName: "appDataLocale" }] : []));
2510
+ this.appVersion = signal(this.moduleConfig?.app?.version, ...(ngDevMode ? [{ debugName: "appVersion" }] : []));
2496
2511
  // ripple
2497
2512
  this.primengConfig.ripple.set(true);
2498
2513
  effectWithDeps([this.appLocales, this.appDataLocales], ([appLocales, appDataLocales]) => {
2499
2514
  if (appLocales) {
2500
2515
  this.setAppLocale(this.initAppLocale());
2501
- this.translate.langs = appLocales;
2516
+ this.translate.addLangs(appLocales);
2517
+ this.translate.setFallbackLang(appLocales[0]);
2502
2518
  }
2503
2519
  if (appDataLocales)
2504
2520
  this.setAppDataLocale(this.initAppDataLocale());
@@ -2612,8 +2628,9 @@ class CommonsService {
2612
2628
  .subscribe((i18n) => {
2613
2629
  // Construct the breadcrumb hierarchy
2614
2630
  breadcrumbs.forEach(b => {
2615
- if (b.label && i18n[b.label]) {
2616
- b.label = i18n[b.label];
2631
+ const translation = narrowI18nToTranslation(i18n, b.label);
2632
+ if (translation) {
2633
+ b.label = translation;
2617
2634
  }
2618
2635
  });
2619
2636
  // Emit the new breadcrumbs
@@ -2719,10 +2736,10 @@ class CommonsService {
2719
2736
  titlePieces.push(this.translate.instant('app.name'));
2720
2737
  return titlePieces.join(' - ');
2721
2738
  }
2722
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2723
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsService }); }
2739
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2740
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsService }); }
2724
2741
  }
2725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsService, decorators: [{
2742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsService, decorators: [{
2726
2743
  type: Injectable
2727
2744
  }], ctorParameters: () => [] });
2728
2745
 
@@ -2916,10 +2933,10 @@ class PermissionService {
2916
2933
  }
2917
2934
  return serviceInstance.isActionVisible(actionCtx, route, state);
2918
2935
  }
2919
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: PermissionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2920
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: PermissionService }); }
2936
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: PermissionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2937
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: PermissionService }); }
2921
2938
  }
2922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: PermissionService, decorators: [{
2939
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: PermissionService, decorators: [{
2923
2940
  type: Injectable
2924
2941
  }] });
2925
2942
 
@@ -3795,10 +3812,10 @@ class CommonsRouterService {
3795
3812
  getModulePathFromRouterLink(path) {
3796
3813
  return ('/' + (Array.isArray(path) ? path.join('/') : path)).replace(/\/\//g, '/');
3797
3814
  }
3798
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsRouterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3799
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsRouterService }); }
3815
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsRouterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3816
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsRouterService }); }
3800
3817
  }
3801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsRouterService, decorators: [{
3818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsRouterService, decorators: [{
3802
3819
  type: Injectable
3803
3820
  }], ctorParameters: () => [] });
3804
3821
 
@@ -3894,10 +3911,10 @@ class CommonsInitService {
3894
3911
  return throwError$1(() => err);
3895
3912
  }));
3896
3913
  }
3897
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsInitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3898
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsInitService }); }
3914
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsInitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3915
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsInitService }); }
3899
3916
  }
3900
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsInitService, decorators: [{
3917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsInitService, decorators: [{
3901
3918
  type: Injectable
3902
3919
  }] });
3903
3920
 
@@ -3922,10 +3939,10 @@ class CommonsStorageService {
3922
3939
  removeItem(type, key) {
3923
3940
  this.localStorage.removeItem(this.buildLocalStorageKey(type, key));
3924
3941
  }
3925
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3926
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsStorageService }); }
3942
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3943
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsStorageService }); }
3927
3944
  }
3928
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: CommonsStorageService, decorators: [{
3945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CommonsStorageService, decorators: [{
3929
3946
  type: Injectable
3930
3947
  }] });
3931
3948
 
@@ -4027,5 +4044,5 @@ function provideCommons(config, ...features) {
4027
4044
  * Generated bundle index. Do not edit.
4028
4045
  */
4029
4046
 
4030
- export { ACommonsErrorBase, APermissions, BROWSER_STORAGE_IT, BooleanPipe, COMMONS_INITIALIZER_IT, COMMONS_MODULE_CONFIG_IT, ClassMapPipe, CommonsConfigurationService, CommonsErrorHandler, CommonsFeatureTypeEnum, CommonsHttpError, CommonsInitEventEnum, CommonsInitService, CommonsInternalError, CommonsRouterService, CommonsService, CommonsStorageService, ComponentDirective, DataProviderInst, EnumName, EnumPipe, EnumerateAsyncPipe, EnumeratePipe, FilterMatchMode, GetterPipe, I18nPropertyPipe, JsonPathPipe, LOG_PUBLISHERS, LogLevelEnum, LogPublisherConsoleService, LoggerService, NotificationWrapperComponent, ParametrizePipe, PermissionService, PermissionTypeEnum, Permissions, RerenderDirective, RouteBuilder, RoutesBuilder, StyleLevelEnum, StyleSizeEnum, Styles, TemplateDirective, TemplatePipe, TypeName, TypeRegistry, adjustRouteMenuLazyChildrenRouterLinks, angularDateFormatHasSeconds, angularDateFormatHasTime, appendRoutePathToBasePath, boolean$Attribute, booleanOrUndefinedAttribute, commonsActionErrorContextToString, commonsErrorToString, commonsInitializerProvider, copyDataListParams, createChildrenLazyRoute, createLazyRoute, createRoute, createRouteRedirect, createRoutes, dataListParamsFilterToUrlQuery, dataListParamsFilterValueToUrlString, dataListParamsFiltersToUrlQuery, dataListParamsSortToUrlQuery, dataListParamsToUrlQuery, dateToIsoString, defineReflectEnumName, defineReflectTypeName, doesUrlMatchRouterLink, effectWithDeps, errorCauseToString, errorToString, escapeHtml, escapeHtmlAny, findReflectEnumName, findReflectTypeName, findTemplateByName, flattenObjectKeys, fromAngularDateFormatToPrime, fromAngularNumberFormatToFractions, fromEnumConstantsAsValueArray, fromEnumValuesAsValueArray, fromSubscribeError, fromTableLoadToDataListParams, fromUrlQueryToDataListParams, getEnumConstantName, getEnumConstantNameFromObject, getEnumConstantNames, getEnumConstantNamesFromObject, getEnumConstantValues, getEnumConstantValuesAsNumber, getEnumConstantValuesAsString, getEnumerationI18nBaseKey, getErrorLogLevel, getErrorName, getHttpErrorResponse, getHttpErrorResponseStatus, getHttpErrorResponseStatusText, getI18n, getI18nAsync, getI18nErrorParams, getI18nForError, getI18nTypeGroupKey, getI18nTypeKeyBasePath, getI18nTypeName, getI18nTypeNameAsync, getI18nTypeParams, getI18nTypeParamsAsync, getI18nTypePropertyKey, getI18nTypeTabKey, getObjectGetters, getObjectProperties, getObjectPropertyByPath, httpErrorResponseToString, isHttpErrorResponse, isPermitted, isRbacPermitted, itemIdToDefined, itemIdToNumber, itemIdToString, mapToDataList, mergeDataListParamsWithDefaults, number$Attribute, objectDeepCopy, objectDeepMerge, permissionGuard, populateI18nParams, populateI18nTypeParams, provideCommons, reflectEnumNameKey, reflectTypeNameExists, reflectTypeNameKey, removeRouteEmptyPathSegments, selectEnumerationI18n, selectI18n, stringify, throwError, toEnumerationI18nEnumerate, toObservable, toastMessage, valueToDefined };
4047
+ export { ACommonsErrorBase, APermissions, BROWSER_STORAGE_IT, BooleanPipe, COMMONS_INITIALIZER_IT, COMMONS_MODULE_CONFIG_IT, ClassMapPipe, CommonsConfigurationService, CommonsErrorHandler, CommonsFeatureTypeEnum, CommonsHttpError, CommonsInitEventEnum, CommonsInitService, CommonsInternalError, CommonsRouterService, CommonsService, CommonsStorageService, ComponentDirective, DataProviderInst, EnumName, EnumPipe, EnumerateAsyncPipe, EnumeratePipe, FilterMatchMode, GetterPipe, I18nPropertyPipe, JsonPathPipe, LOG_PUBLISHERS, LogLevelEnum, LogPublisherConsoleService, LoggerService, NotificationWrapperComponent, ParametrizePipe, PermissionService, PermissionTypeEnum, Permissions, RerenderDirective, RouteBuilder, RoutesBuilder, StyleLevelEnum, StyleSizeEnum, Styles, TemplateDirective, TemplatePipe, TypeName, TypeRegistry, adjustRouteMenuLazyChildrenRouterLinks, angularDateFormatHasSeconds, angularDateFormatHasTime, appendRoutePathToBasePath, boolean$Attribute, booleanOrUndefinedAttribute, commonsActionErrorContextToString, commonsErrorToString, commonsInitializerProvider, copyDataListParams, createChildrenLazyRoute, createLazyRoute, createRoute, createRouteRedirect, createRoutes, dataListParamsFilterToUrlQuery, dataListParamsFilterValueToUrlString, dataListParamsFiltersToUrlQuery, dataListParamsSortToUrlQuery, dataListParamsToUrlQuery, dateToIsoString, defineReflectEnumName, defineReflectTypeName, doesUrlMatchRouterLink, effectWithDeps, errorCauseToString, errorToString, escapeHtml, escapeHtmlAny, findReflectEnumName, findReflectTypeName, findTemplateByName, flattenObjectKeys, fromAngularDateFormatToPrime, fromAngularNumberFormatToFractions, fromEnumConstantsAsValueArray, fromEnumValuesAsValueArray, fromSubscribeError, fromTableLoadToDataListParams, fromUrlQueryToDataListParams, getEnumConstantName, getEnumConstantNameFromObject, getEnumConstantNames, getEnumConstantNamesFromObject, getEnumConstantValues, getEnumConstantValuesAsNumber, getEnumConstantValuesAsString, getEnumerationI18nBaseKey, getErrorLogLevel, getErrorName, getHttpErrorResponse, getHttpErrorResponseStatus, getHttpErrorResponseStatusText, getI18n, getI18nAsync, getI18nErrorParams, getI18nForError, getI18nTypeGroupKey, getI18nTypeKeyBasePath, getI18nTypeName, getI18nTypeNameAsync, getI18nTypeParams, getI18nTypeParamsAsync, getI18nTypePropertyKey, getI18nTypeTabKey, getObjectGetters, getObjectProperties, getObjectPropertyByPath, httpErrorResponseToString, isHttpErrorResponse, isPermitted, isRbacPermitted, itemIdToDefined, itemIdToNumber, itemIdToString, mapToDataList, mergeDataListParamsWithDefaults, narrowI18nToTranslation, number$Attribute, objectDeepCopy, objectDeepMerge, permissionGuard, populateI18nParams, populateI18nTypeParams, provideCommons, reflectEnumNameKey, reflectTypeNameExists, reflectTypeNameKey, removeRouteEmptyPathSegments, selectEnumerationI18n, selectI18n, stringify, throwError, toEnumerationI18nEnumerate, toObservable, toastMessage, valueToDefined };
4031
4048
  //# sourceMappingURL=mediusinc-mng-commons-core.mjs.map