ados-rcm 1.1.59 → 1.1.61

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,8 @@ export declare const Resources: {
6
6
  ATree: {
7
7
  'select n': (n: number) => string;
8
8
  'deselect n': (n: number) => string;
9
- Search: string;
9
+ 'Search(Placeholder)': string;
10
+ 'Search(Button)': string;
10
11
  Items: string;
11
12
  '*Click row for single select': string;
12
13
  '*Change order to row drag': string;