@ws-ui/shared 0.1.0 → 0.1.2

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.
@@ -153,6 +153,8 @@ declare namespace datasources {
153
153
  key: IDataClassKey[];
154
154
  methods: catalog.IMethod[];
155
155
  exposed?: boolean;
156
+ extraProperties?: IAttributeProperties;
157
+ virtual?: boolean;
156
158
  uuid?: string;
157
159
  }
158
160
 
@@ -173,6 +173,7 @@ declare namespace webforms {
173
173
  target?: string;
174
174
  targetNamespace?: string;
175
175
  targetType?: string;
176
+ iteratorDatasource?: ISplitDatasource;
176
177
  set?: {
177
178
  value?: string;
178
179
  type?: string;