@ws-ui/store 1.11.7 → 1.11.9
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.
- package/dist/index.cjs.js +25 -25
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1665 -1663
- package/dist/index.es.js.map +1 -1
- package/dist/modules/root/types.d.ts +4 -0
- package/package.json +3 -3
|
@@ -105,4 +105,8 @@ export declare enum EDisplayMode {
|
|
|
105
105
|
AIRY = "airy",
|
|
106
106
|
COMPACT = "neutral"
|
|
107
107
|
}
|
|
108
|
+
export declare enum ECustomStylePropsViewMode {
|
|
109
|
+
GRID = "grid",
|
|
110
|
+
COMPACT = "compact"
|
|
111
|
+
}
|
|
108
112
|
export type ClassFileTypes = 'entity' | 'collection' | 'dataclass' | 'model';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ws-ui/store",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@reduxjs/toolkit": "^1.7.1",
|
|
24
|
-
"@ws-ui/icons": "1.11.
|
|
25
|
-
"@ws-ui/shared": "1.11.
|
|
24
|
+
"@ws-ui/icons": "1.11.9",
|
|
25
|
+
"@ws-ui/shared": "1.11.9",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
27
27
|
"minimatch": "^10.0.1",
|
|
28
28
|
"react": "^17.0.2",
|