@mediusinc/mng-commons 6.0.0-rc.6 → 6.0.0-rc.8

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 (27) hide show
  1. package/README.md +6 -6
  2. package/core/data-list/data-list-params-helpers.d.ts +1 -0
  3. package/core/directives/component.directive.d.ts +11 -13
  4. package/core/directives/rerender.directive.d.ts +1 -1
  5. package/core/directives/template.directive.d.ts +3 -7
  6. package/core/i18n/i18n-common.d.ts +2 -2
  7. package/core/security/permission.service.d.ts +3 -3
  8. package/core/security/permissions.model.d.ts +5 -3
  9. package/fesm2022/mediusinc-mng-commons-core.mjs +109 -130
  10. package/fesm2022/mediusinc-mng-commons-core.mjs.map +1 -1
  11. package/fesm2022/mediusinc-mng-commons-form.mjs +10 -11
  12. package/fesm2022/mediusinc-mng-commons-form.mjs.map +1 -1
  13. package/fesm2022/{mediusinc-mng-commons-table-column-toggle.component-DTSBP9WQ.mjs → mediusinc-mng-commons-table-column-toggle.component-a8KG1NIX.mjs} +5 -6
  14. package/fesm2022/mediusinc-mng-commons-table-column-toggle.component-a8KG1NIX.mjs.map +1 -0
  15. package/fesm2022/{mediusinc-mng-commons-table-mediusinc-mng-commons-table-JZpyiDIL.mjs → mediusinc-mng-commons-table-mediusinc-mng-commons-table-C2vrMoNL.mjs} +33 -21
  16. package/fesm2022/mediusinc-mng-commons-table-mediusinc-mng-commons-table-C2vrMoNL.mjs.map +1 -0
  17. package/fesm2022/mediusinc-mng-commons-table.mjs +1 -1
  18. package/fesm2022/mediusinc-mng-commons-tableview-api.mjs.map +1 -1
  19. package/fesm2022/mediusinc-mng-commons-tableview.mjs +39 -36
  20. package/fesm2022/mediusinc-mng-commons-tableview.mjs.map +1 -1
  21. package/package.json +11 -11
  22. package/table/provide.d.ts +7 -0
  23. package/tableview/api/action/descriptors/action.descriptor.d.ts +3 -3
  24. package/tableview/api/action/models/action-confirmation.model.d.ts +4 -2
  25. package/version-info.json +6 -6
  26. package/fesm2022/mediusinc-mng-commons-table-column-toggle.component-DTSBP9WQ.mjs.map +0 -1
  27. package/fesm2022/mediusinc-mng-commons-table-mediusinc-mng-commons-table-JZpyiDIL.mjs.map +0 -1
@@ -1,2 +1,2 @@
1
- export { C as COMMONS_TABLE_FEATURE_CONFIG_IT, F as FilterValuePipe, L as LocaleDefaultRowClassPipe, s as TableColumnFilterClassPipe, b as TableColumnFilterComponent, c as TableColumnValueComponent, g as TableComponent, u as TableDataService, d as TableFilterActiveTagComponent, e as TableFilterFormComponent, f as TableFilterOverlayWithTagComponent, q as createFilterDescriptorsFromGeneric, n as filterAdjustDisplayValueOnMatchModeChange, m as filterApplySerializationConfigToCmp, l as filterAreDatesEqual, h as filterGenerateMatchModeOptions, o as filterGetDateConfig, i as filterGetDefaultMatchMode, p as filterGetNumberConfig, j as filterSetMetadataOnChange, k as filterSetMetadataOnDisplayChange, r as generateTableLayoutPrefsKey, t as tableNotificationError, w as withTable } from './mediusinc-mng-commons-table-mediusinc-mng-commons-table-JZpyiDIL.mjs';
1
+ export { C as COMMONS_TABLE_FEATURE_CONFIG_IT, F as FilterValuePipe, L as LocaleDefaultRowClassPipe, s as TableColumnFilterClassPipe, b as TableColumnFilterComponent, c as TableColumnValueComponent, g as TableComponent, u as TableDataService, d as TableFilterActiveTagComponent, e as TableFilterFormComponent, f as TableFilterOverlayWithTagComponent, q as createFilterDescriptorsFromGeneric, n as filterAdjustDisplayValueOnMatchModeChange, m as filterApplySerializationConfigToCmp, l as filterAreDatesEqual, h as filterGenerateMatchModeOptions, o as filterGetDateConfig, i as filterGetDefaultMatchMode, p as filterGetNumberConfig, j as filterSetMetadataOnChange, k as filterSetMetadataOnDisplayChange, r as generateTableLayoutPrefsKey, v as provideTableChild, t as tableNotificationError, w as withTable } from './mediusinc-mng-commons-table-mediusinc-mng-commons-table-C2vrMoNL.mjs';
2
2
  //# sourceMappingURL=mediusinc-mng-commons-table.mjs.map