@ws-ui/store 1.14.0 → 1.14.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.
- package/dist/index.cjs.js +24 -24
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1356 -1358
- package/dist/index.es.js.map +1 -1
- package/dist/modules/root/types.d.ts +0 -12
- package/package.json +3 -3
|
@@ -92,21 +92,9 @@ export type TActionRenameDataSource = {
|
|
|
92
92
|
*/
|
|
93
93
|
path?: string;
|
|
94
94
|
};
|
|
95
|
-
export declare enum ETooltipBehavior {
|
|
96
|
-
SHOW_AFTER_TIMEOUT = "show_after_timeout",
|
|
97
|
-
HIDE_AFTER_TIMEOUT = "hide_after_timeout"
|
|
98
|
-
}
|
|
99
95
|
export declare enum EUnsavedPopOverChoice {
|
|
100
96
|
NONE = "none",
|
|
101
97
|
SAVE_ALL_AND_PROCEED = "saved_all_and_proceed",
|
|
102
98
|
PROCEED = "proceed"
|
|
103
99
|
}
|
|
104
|
-
export declare enum EDisplayMode {
|
|
105
|
-
AIRY = "airy",
|
|
106
|
-
COMPACT = "neutral"
|
|
107
|
-
}
|
|
108
|
-
export declare enum ECustomStylePropsViewMode {
|
|
109
|
-
GRID = "grid",
|
|
110
|
-
COMPACT = "compact"
|
|
111
|
-
}
|
|
112
100
|
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.14.
|
|
3
|
+
"version": "1.14.1",
|
|
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.14.
|
|
25
|
-
"@ws-ui/shared": "1.14.
|
|
24
|
+
"@ws-ui/icons": "1.14.1",
|
|
25
|
+
"@ws-ui/shared": "1.14.1",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
27
27
|
"minimatch": "^10.0.1",
|
|
28
28
|
"react": "^17.0.2",
|