@ws-ui/shared 0.0.36 → 0.0.38

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.
@@ -1,5 +1,6 @@
1
1
  declare var DataSource: typeof datasources.DataSource;
2
2
  declare var Method4D: typeof datasources.Method4D;
3
+ declare var restRequest: typeof datasources.restRequest;
3
4
  declare var Utils: typeof datasources.Utils;
4
5
  declare var $$datastores: {
5
6
  [dsName: string]: datasources.DataStore;
@@ -154,6 +154,7 @@ declare namespace webforms {
154
154
  code?: string;
155
155
  feedback?: boolean;
156
156
  datasource?: string;
157
+ variadicType?: string;
157
158
  }
158
159
 
159
160
  interface SimpleActionEvent extends BaseEvent {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
3
  "private": false,
4
- "version": "0.0.36",
4
+ "version": "0.0.38",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",