@ws-ui/shared 1.11.0 → 1.11.1
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.
|
@@ -342,6 +342,9 @@ declare namespace datasources {
|
|
|
342
342
|
howmany: number,
|
|
343
343
|
propertyStr: string,
|
|
344
344
|
): Promise<T[]>;
|
|
345
|
+
getSelection<T = any>(settings?: any): Promise<T>;
|
|
346
|
+
getEntity<T = any>(): T;
|
|
347
|
+
getPos(): number;
|
|
345
348
|
orderBy(attrs: string, settings?: any): Promise<null>;
|
|
346
349
|
query(queryStr: string, settings?: any): Promise<null>;
|
|
347
350
|
getValueAsParam(property?: string, settings?: any): Promise<null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ws-ui/shared",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@radix-ui/react-popover": "^0.1.6",
|
|
28
28
|
"@radix-ui/react-tooltip": "^0.1.7",
|
|
29
29
|
"@ws-ui/craftjs-core": "0.2.26",
|
|
30
|
-
"@ws-ui/icons": "1.11.
|
|
30
|
+
"@ws-ui/icons": "1.11.1",
|
|
31
31
|
"classnames": "^2.3.1",
|
|
32
32
|
"hotkeys-js": "^3.8.7",
|
|
33
33
|
"jsonschema": "^1.5.0",
|