ados-rcm 1.1.60 → 1.1.62
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/AResource/AResource.d.ts +2 -1
- package/dist/index.cjs.js +136 -32
- package/dist/index.es.js +18701 -7851
- package/package.json +1 -1
@@ -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;
|