@ws-ui/shared 0.0.48 → 0.0.49

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.
@@ -9,6 +9,12 @@ export declare function getDatasourceId(def?: Pick<datasources.ICreateDataSource
9
9
  * @returns whether the attribute is a scalar or not
10
10
  */
11
11
  export declare function isSimpleAttribute(attribute: datasources.IAttribute): boolean;
12
+ /**
13
+ *
14
+ * @param attribute the attribute to check
15
+ * @returns whether the attribute is an object or not
16
+ */
17
+ export declare function isObjectAttribute(attribute: datasources.IAttribute): boolean;
12
18
  /**
13
19
  * A related Entities attribute can be
14
20
  * - an attribute with kind 'relatedEntities'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
3
  "private": false,
4
- "version": "0.0.48",
4
+ "version": "0.0.49",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",