@sme.up/ketchup 7.1.0 → 7.1.1

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.
@@ -7,6 +7,7 @@ import { FiltersColumnMenu } from '../filters/filters-column-menu';
7
7
  import { FilterInterval, ValueDisplayedValue } from '../filters/filters-declarations';
8
8
  import { FiltersRows } from '../filters/filters-rows';
9
9
  import { KupDataColumn } from '../../managers/kup-data/kup-data-declarations';
10
+ import { KupObj } from '../../managers/kup-objects/kup-objects-declarations';
10
11
  /**
11
12
  * Definition and events of the column menu card.
12
13
  * @module KupColumnMenu
@@ -64,9 +65,10 @@ export declare class KupColumnMenu {
64
65
  * Handles the column menu's switch prop.
65
66
  * @param {KupDataTable | KupTree} comp - Component using the column menu.
66
67
  * @param {KupDataColumn} column - Column of the menu.
68
+ * @param {KupObj[]} objs - Column's objs.
67
69
  * @returns {GenericObject[]} Switches props.
68
70
  */
69
- prepSwitch(comp: KupDataTable | KupTree, column: KupDataColumn): GenericObject[];
71
+ prepSwitch(comp: KupDataTable | KupTree, column: KupDataColumn, objs: KupObj[]): GenericObject[];
70
72
  /**
71
73
  * Handles the column menu's tabbar prop.
72
74
  * @param {KupDataTable | KupTree} comp - Component using the column menu.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sme.up/ketchup",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "keywords": [
5
5
  "smeup",
6
6
  "KetchUP",