@mediusinc/mng-commons 7.0.0-rc.4 → 7.0.0-rc.5

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, y as FilterValuePipe, L as LocaleDefaultRowClassPipe, c as TableColumnValueComponent, h as TableComponent, B as TableDataService, d as TableFilterActiveTagComponent, z 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, x as generateTableLayoutPrefsKey, t as isFilterValueBlank, E as provideTableChild, v as tableCreateFilterState, w as tableCreateSortState, u as tableNotificationError, D as withTable } from './mediusinc-mng-commons-table-mediusinc-mng-commons-table-CY5FbLvW.mjs';
1
+ export { A as ADataListService, C as COMMONS_TABLE_FEATURE_CONFIG_IT, F as FilterService, y as FilterValuePipe, L as LocaleDefaultRowClassPipe, c as TableColumnValueComponent, h as TableComponent, B as TableDataService, d as TableFilterActiveTagComponent, z 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, x as generateTableLayoutPrefsKey, t as isFilterValueBlank, E as provideTableChild, v as tableCreateFilterState, w as tableCreateSortState, u as tableNotificationError, D as withTable } from './mediusinc-mng-commons-table-mediusinc-mng-commons-table-CCsLTFuJ.mjs';
2
2
  //# sourceMappingURL=mediusinc-mng-commons-table.mjs.map
@@ -4168,22 +4168,6 @@ class TableviewInputBuilder {
4168
4168
  }
4169
4169
  return this;
4170
4170
  }
4171
- /**
4172
- * Adds a custom action.
4173
- *
4174
- * @deprecated Use on of {withActionOnTable}, {withActionOnDetailsEditor}, {withActionOnEditEditor} or {withActionOnAddEditor} instead.
4175
- *
4176
- * @param {TvBuilderActionSetterFnType<Model, ActionService, ActionRunInput, ActionRunResult, Descriptor, DataProvider>} fn - The function that returns the new action descriptor. It accepts a single parameter of type `TvBuilderSetterParamsType<Descriptor, DataProvider>`.
4177
- * @typeParam ActionService - The service type (same as build `Service` by default).
4178
- * @returns {this} - Returns the current instance of the builder.
4179
- */
4180
- withAction(fn) {
4181
- const action = fn(this.prepareSetterParams());
4182
- if (action) {
4183
- this._customActions.push(action);
4184
- }
4185
- return this;
4186
- }
4187
4171
  /**
4188
4172
  * Adds a custom action on table row or top (header or toolbar).
4189
4173
  *