ados-rcm 1.0.326 → 1.0.327

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.
@@ -43,9 +43,9 @@ export interface IATableDef<T extends IItem> {
43
43
  */
44
44
  noExpand?: boolean;
45
45
  /**
46
- * noResize? : boolean
46
+ * noShrink? : boolean
47
47
  *
48
- * Description : decides whether the column can resize or not
48
+ * Description : decides whether the column can shrink or not
49
49
  */
50
50
  noShrink?: boolean;
51
51
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.0.326",
3
+ "version": "1.0.327",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",