@mediusinc/mng-commons 7.0.0-rc.2 → 7.0.0-rc.3

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.
@@ -1,2 +1,2 @@
1
- export { A as ADataListService, C as COMMONS_TABLE_FEATURE_CONFIG_IT, F as FilterService, v as FilterValuePipe, L as LocaleDefaultRowClassPipe, c as TableColumnValueComponent, g as TableComponent, x as TableDataService, d as TableFilterActiveTagComponent, w as TableFilterClassPipe, b as TableFilterComponent, e as TableFilterFormComponent, f as TableHeaderWithFiltersComponent, h as TableTemplateDirective, r as createFilterDescriptorsFromGeneric, o as filterAdjustDisplayValueOnMatchModeChange, n as filterApplySerializationConfigToCmp, m as filterAreDatesEqual, i as filterGenerateMatchModeOptions, p as filterGetDateConfig, j as filterGetDefaultMatchMode, q as filterGetNumberConfig, k as filterSetStateOnChange, l as filterSetStateOnDisplayChange, u as generateTableLayoutPrefsKey, s as isFilterValueBlank, z as provideTableChild, t as tableNotificationError, y as withTable } from './mediusinc-mng-commons-table-mediusinc-mng-commons-table-BLuM5Kpu.mjs';
1
+ export { A as ADataListService, C as COMMONS_TABLE_FEATURE_CONFIG_IT, F as FilterService, w as FilterValuePipe, L as LocaleDefaultRowClassPipe, c as TableColumnValueComponent, h as TableComponent, y as TableDataService, d as TableFilterActiveTagComponent, x as TableFilterClassPipe, b as TableFilterComponent, e as TableFilterFormComponent, f as TableHeaderWithFiltersComponent, g as TableHeaderWithFiltersTemplateDirective, i as TableTemplateDirective, s as createFilterDescriptorsFromGeneric, p as filterAdjustDisplayValueOnMatchModeChange, o as filterApplySerializationConfigToCmp, n as filterAreDatesEqual, j as filterGenerateMatchModeOptions, q as filterGetDateConfig, k as filterGetDefaultMatchMode, r as filterGetNumberConfig, l as filterSetStateOnChange, m as filterSetStateOnDisplayChange, v as generateTableLayoutPrefsKey, t as isFilterValueBlank, B as provideTableChild, u as tableNotificationError, z as withTable } from './mediusinc-mng-commons-table-mediusinc-mng-commons-table-BuhoFRkG.mjs';
2
2
  //# sourceMappingURL=mediusinc-mng-commons-table.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "7.0.0-rc.2",
3
+ "version": "7.0.0-rc.3",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~20.3.0",
6
6
  "@angular/common": "~20.3.0",
package/table/index.d.ts CHANGED
@@ -644,5 +644,5 @@ declare function withTable(config?: TableFeatureConfig): CommonsFeature;
644
644
  */
645
645
  declare function provideTableChild(config?: TableFeatureConfig): Provider[];
646
646
 
647
- export { ADataListService, COMMONS_TABLE_FEATURE_CONFIG_IT, FilterService, FilterValuePipe, LocaleDefaultRowClassPipe, TableColumnValueComponent, TableComponent, TableDataService, TableFilterActiveTagComponent, TableFilterClassPipe, TableFilterComponent, TableFilterFormComponent, TableHeaderWithFiltersComponent, TableTemplateDirective, createFilterDescriptorsFromGeneric, filterAdjustDisplayValueOnMatchModeChange, filterApplySerializationConfigToCmp, filterAreDatesEqual, filterGenerateMatchModeOptions, filterGetDateConfig, filterGetDefaultMatchMode, filterGetNumberConfig, filterSetStateOnChange, filterSetStateOnDisplayChange, generateTableLayoutPrefsKey, isFilterValueBlank, provideTableChild, tableNotificationError, withTable };
647
+ export { ADataListService, COMMONS_TABLE_FEATURE_CONFIG_IT, FilterService, FilterValuePipe, LocaleDefaultRowClassPipe, TableColumnValueComponent, TableComponent, TableDataService, TableFilterActiveTagComponent, TableFilterClassPipe, TableFilterComponent, TableFilterFormComponent, TableHeaderWithFiltersComponent, TableHeaderWithFiltersTemplateDirective, TableTemplateDirective, createFilterDescriptorsFromGeneric, filterAdjustDisplayValueOnMatchModeChange, filterApplySerializationConfigToCmp, filterAreDatesEqual, filterGenerateMatchModeOptions, filterGetDateConfig, filterGetDefaultMatchMode, filterGetNumberConfig, filterSetStateOnChange, filterSetStateOnDisplayChange, generateTableLayoutPrefsKey, isFilterValueBlank, provideTableChild, tableNotificationError, withTable };
648
648
  export type { ColumnWithPreferences, FilterActiveTagEvent, FilterConfig, FilterDateConfig, FilterFormEmitEvent, FilterNumberConfig, FilterStateWithConfig, ITable, SearchState, TableFeatureConfig };
package/version-info.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "7.0.0-rc.2",
3
+ "version": "7.0.0-rc.3",
4
4
  "tag": null,
5
5
  "distance": null,
6
- "hash": "66a002f",
6
+ "hash": "56abf46",
7
7
  "dirty": true,
8
8
  "semver": null,
9
9
  "buildTimestamp": null,
10
- "raw": "7.0.0-rc.2-66a002f-dirty"
10
+ "raw": "7.0.0-rc.3-56abf46-dirty"
11
11
  }