ados-rcm 1.1.487 → 1.1.489

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.
@@ -389,7 +389,7 @@ export interface IATableFilter<T extends IItem, K extends IItem = any> {
389
389
  *
390
390
  * Description : dataList of the String filter
391
391
  */
392
- dataList?: string[];
392
+ dataList?: string[] | readonly string[];
393
393
  };
394
394
  }
395
395
  export type TATableSomeFilter<T extends IItem, K extends IItem = any> = IATableFilter<T, K>[TATableFilterType];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.487",
3
+ "version": "1.1.489",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",