@axinom/mosaic-ui 0.55.0-rc.6 → 0.55.0-rc.8
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/dist/components/DynamicDataList/helpers/useColumnDefs.d.ts +1 -1
- package/dist/components/DynamicDataList/helpers/useColumnDefs.d.ts.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/DynamicDataList/DynamicDataList.spec.tsx +1 -5
- package/src/components/DynamicDataList/DynamicDataList.tsx +1 -1
- package/src/components/DynamicDataList/helpers/useColumnDefs.ts +4 -2
|
@@ -6,7 +6,7 @@ import { DynamicListColumn } from '../DynamicDataList.model';
|
|
|
6
6
|
* @param columns The list of columns that should be used
|
|
7
7
|
* @returns a string that consists of defined column sizes and a position key that maps to a data property
|
|
8
8
|
*/
|
|
9
|
-
export declare const useColumnDefs: <T extends Data>(columns: DynamicListColumn<T>[], allowReordering: boolean, allowNewData: boolean, allowRowDragging: boolean, positionKey?: keyof T | undefined, showInlineMenu?: boolean) => {
|
|
9
|
+
export declare const useColumnDefs: <T extends Data>(columns: DynamicListColumn<T>[], allowReordering: boolean, allowNewData: boolean, allowEditing: boolean, allowRowDragging: boolean, positionKey?: keyof T | undefined, showInlineMenu?: boolean) => {
|
|
10
10
|
readonly columnSizes: string;
|
|
11
11
|
readonly showPositionColumn: boolean;
|
|
12
12
|
readonly showActionColumn: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useColumnDefs.d.ts","sourceRoot":"","sources":["../../../../src/components/DynamicDataList/helpers/useColumnDefs.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE7D;;;;;GAKG;AACH,eAAO,MAAM,aAAa,qEAEP,OAAO,gBACV,OAAO,oBACH,OAAO,sDAER,OAAO;0BAEF,MAAM;iCACC,OAAO;+BACT,OAAO;sBAChB,MAAM,IAAI;qCACK,MAAM,KAAK,IAAI;
|
|
1
|
+
{"version":3,"file":"useColumnDefs.d.ts","sourceRoot":"","sources":["../../../../src/components/DynamicDataList/helpers/useColumnDefs.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE7D;;;;;GAKG;AACH,eAAO,MAAM,aAAa,qEAEP,OAAO,gBACV,OAAO,gBACP,OAAO,oBACH,OAAO,sDAER,OAAO;0BAEF,MAAM;iCACC,OAAO;+BACT,OAAO;sBAChB,MAAM,IAAI;qCACK,MAAM,KAAK,IAAI;CA8DjD,CAAC"}
|