ados-rcm 1.0.128 → 1.0.130
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/AModule/AComponents/ATable/ATable.d.ts +6 -0
- package/dist/index.cjs.js +26 -26
- package/dist/index.es.js +2642 -2641
- package/package.json +1 -1
|
@@ -509,6 +509,12 @@ export interface IATableProps<T extends IItem> {
|
|
|
509
509
|
* Description : hides marking if set to true
|
|
510
510
|
*/
|
|
511
511
|
noMarking?: boolean;
|
|
512
|
+
/**
|
|
513
|
+
* noStateChangeOnMount? : boolean
|
|
514
|
+
*
|
|
515
|
+
* Description : if true, onStateChange will not be called on render.
|
|
516
|
+
*/
|
|
517
|
+
noStateChangeOnMount?: boolean;
|
|
512
518
|
/**
|
|
513
519
|
* TopLeftAddon? : React.ReactNode
|
|
514
520
|
*
|