@ws-ui/store 0.0.19 → 0.0.21

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.
@@ -26,6 +26,10 @@ export interface TypeSuggestItem {
26
26
  * it holds to final value for the attributes type property. it is resolved based on the selected type.
27
27
  */
28
28
  calculatedType: string;
29
+ /**
30
+ * optional property defining the attribute behavior
31
+ */
32
+ behavior?: string;
29
33
  }
30
34
  export type TypeSuggestItems = TypeSuggestItem[];
31
35
  export type ModelNode = Omit<Node, 'type' | 'data'> & {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/store",
3
3
  "private": false,
4
- "version": "0.0.19",
4
+ "version": "0.0.21",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",
@@ -22,7 +22,7 @@
22
22
  "react-redux": "^7.2.6"
23
23
  },
24
24
  "peerDependencies": {
25
- "@ws-ui/shared": "^0.0.36",
25
+ "@ws-ui/shared": "^0",
26
26
  "lodash": "^4.17.21",
27
27
  "minimatch": "^5.1.0",
28
28
  "react": "^17.0.2",