@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.
- package/README.md +6 -6
- package/core/data-list/data-list-params-helpers.d.ts +1 -0
- package/core/directives/component.directive.d.ts +11 -13
- package/core/directives/rerender.directive.d.ts +1 -1
- package/core/directives/template.directive.d.ts +3 -7
- package/core/i18n/i18n-common.d.ts +2 -2
- package/core/security/permission.service.d.ts +3 -3
- package/core/security/permissions.model.d.ts +5 -3
- package/fesm2022/mediusinc-mng-commons-core.mjs +109 -130
- package/fesm2022/mediusinc-mng-commons-core.mjs.map +1 -1
- package/fesm2022/mediusinc-mng-commons-form.mjs +10 -11
- package/fesm2022/mediusinc-mng-commons-form.mjs.map +1 -1
- package/fesm2022/{mediusinc-mng-commons-table-column-toggle.component-DTSBP9WQ.mjs → mediusinc-mng-commons-table-column-toggle.component-a8KG1NIX.mjs} +5 -6
- package/fesm2022/mediusinc-mng-commons-table-column-toggle.component-a8KG1NIX.mjs.map +1 -0
- package/fesm2022/{mediusinc-mng-commons-table-mediusinc-mng-commons-table-JZpyiDIL.mjs → mediusinc-mng-commons-table-mediusinc-mng-commons-table-C2vrMoNL.mjs} +33 -21
- package/fesm2022/mediusinc-mng-commons-table-mediusinc-mng-commons-table-C2vrMoNL.mjs.map +1 -0
- package/fesm2022/mediusinc-mng-commons-table.mjs +1 -1
- package/fesm2022/mediusinc-mng-commons-tableview-api.mjs.map +1 -1
- package/fesm2022/mediusinc-mng-commons-tableview.mjs +39 -36
- package/fesm2022/mediusinc-mng-commons-tableview.mjs.map +1 -1
- package/package.json +11 -11
- package/table/provide.d.ts +7 -0
- package/tableview/api/action/descriptors/action.descriptor.d.ts +3 -3
- package/tableview/api/action/models/action-confirmation.model.d.ts +4 -2
- package/version-info.json +6 -6
- package/fesm2022/mediusinc-mng-commons-table-column-toggle.component-DTSBP9WQ.mjs.map +0 -1
- 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-
|
|
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
|