@ws-ui/shared 0.2.10-rc.0 → 0.2.10-rc.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.
@@ -225,7 +225,7 @@ declare namespace datasources {
225
225
  }
226
226
  interface ICreateDataSourceEntity extends ICreateDataSourceCommon {
227
227
  type: 'entity';
228
- initialValue: 'first' | '';
228
+ initialValue: 'first' | 'empty' | '';
229
229
  dataclass: string;
230
230
  depth: number | null;
231
231
  from?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
3
  "private": false,
4
- "version": "0.2.10-rc.0",
4
+ "version": "0.2.10-rc.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",