ados-rcm 1.1.489 → 1.1.492

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.
@@ -96,11 +96,11 @@ export interface IAInputProps extends IABaseProps, IAWrapProps {
96
96
  */
97
97
  useValue?: TUseValues<string | number | readonly string[], string>;
98
98
  /**
99
- * dataList? : string[]
99
+ * dataList? : string[] | readonly string[]
100
100
  *
101
101
  * Description : dataList of AInput
102
102
  */
103
- dataList?: string[];
103
+ dataList?: string[] | readonly string[];
104
104
  }
105
105
  /**
106
106
  * AComponent : AInput
@@ -385,7 +385,7 @@ export interface IATableFilter<T extends IItem, K extends IItem = any> {
385
385
  */
386
386
  value?: string;
387
387
  /**
388
- * dataList? : string[]
388
+ * dataList? : string[] | readonly string[]
389
389
  *
390
390
  * Description : dataList of the String filter
391
391
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.489",
3
+ "version": "1.1.492",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",