@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.
- package/fesm2022/{mediusinc-mng-commons-table-column-toggle.component-BQ99oqWO.mjs → mediusinc-mng-commons-table-column-toggle.component-DnEnjeJ9.mjs} +2 -2
- package/fesm2022/{mediusinc-mng-commons-table-column-toggle.component-BQ99oqWO.mjs.map → mediusinc-mng-commons-table-column-toggle.component-DnEnjeJ9.mjs.map} +1 -1
- package/fesm2022/{mediusinc-mng-commons-table-mediusinc-mng-commons-table-BLuM5Kpu.mjs → mediusinc-mng-commons-table-mediusinc-mng-commons-table-BuhoFRkG.mjs} +4 -4
- package/fesm2022/{mediusinc-mng-commons-table-mediusinc-mng-commons-table-BLuM5Kpu.mjs.map → mediusinc-mng-commons-table-mediusinc-mng-commons-table-BuhoFRkG.mjs.map} +1 -1
- package/fesm2022/mediusinc-mng-commons-table.mjs +1 -1
- package/package.json +1 -1
- package/table/index.d.ts +1 -1
- package/version-info.json +3 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { A as ADataListService, C as COMMONS_TABLE_FEATURE_CONFIG_IT, F as FilterService,
|
|
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
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.
|
|
3
|
+
"version": "7.0.0-rc.3",
|
|
4
4
|
"tag": null,
|
|
5
5
|
"distance": null,
|
|
6
|
-
"hash": "
|
|
6
|
+
"hash": "56abf46",
|
|
7
7
|
"dirty": true,
|
|
8
8
|
"semver": null,
|
|
9
9
|
"buildTimestamp": null,
|
|
10
|
-
"raw": "7.0.0-rc.
|
|
10
|
+
"raw": "7.0.0-rc.3-56abf46-dirty"
|
|
11
11
|
}
|