@ws-ui/store 0.0.6 → 0.0.7

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.
@@ -115,6 +115,14 @@ export declare const openFile: import("@reduxjs/toolkit").AsyncThunk<ITab<any, P
115
115
  }>>, {
116
116
  file: IFileInfo;
117
117
  inactive?: boolean | undefined;
118
+ flags?: Pick<Partial<{
119
+ touched: boolean;
120
+ removed: boolean;
121
+ pinned: boolean;
122
+ loading: boolean;
123
+ old: boolean;
124
+ enabled: boolean;
125
+ }>, "pinned" | "loading" | "enabled"> | undefined;
118
126
  }, {
119
127
  state: AppState;
120
128
  }>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/store",
3
3
  "private": false,
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",