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

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "7.0.0-rc.4",
3
+ "version": "7.0.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^21.0.0",
6
6
  "@angular/common": "^21.0.0",
@@ -2434,16 +2434,6 @@ declare class TableviewInputBuilder<Model, Service, Descriptor extends Tableview
2434
2434
  * @returns {this} - Returns the current instance of the builder.
2435
2435
  */
2436
2436
  withDefaultActionOverride<ActionService = Service, ActionRunInput = Model, ActionRunResult = Model, ValidationInput = Model>(type: TableviewDefaultActionsEnum, fn: TvBuilderActionSetterFnType<Model, ActionService, ActionRunInput, ActionRunResult, ValidationInput, Descriptor, DataProvider>): this;
2437
- /**
2438
- * Adds a custom action.
2439
- *
2440
- * @deprecated Use on of {withActionOnTable}, {withActionOnDetailsEditor}, {withActionOnEditEditor} or {withActionOnAddEditor} instead.
2441
- *
2442
- * @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>`.
2443
- * @typeParam ActionService - The service type (same as build `Service` by default).
2444
- * @returns {this} - Returns the current instance of the builder.
2445
- */
2446
- withAction<ActionModel = Model, ActionService = Service, ActionRunInput = Model, ActionRunResult = Model, ValidationInput = Model>(fn: TvBuilderActionSetterFnType<ActionModel, ActionService, ActionRunInput, ActionRunResult, ValidationInput, Descriptor, DataProvider>): this;
2447
2437
  /**
2448
2438
  * Adds a custom action on table row or top (header or toolbar).
2449
2439
  *
package/version-info.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "7.0.0-rc.4",
4
- "tag": null,
5
- "distance": null,
6
- "hash": "7da8e0e",
3
+ "version": "7.0.0",
4
+ "tag": "v7.0.0",
5
+ "distance": 0,
6
+ "hash": "3f705ab8",
7
7
  "dirty": true,
8
- "semver": null,
8
+ "semver": "7.0.0+0.g3f705ab8.dirty",
9
9
  "buildTimestamp": null,
10
- "raw": "7.0.0-rc.4-7da8e0e-dirty"
10
+ "raw": "v7.0.0-3f705ab8-dirty"
11
11
  }