@ws-ui/store 1.5.11 → 1.5.12
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -8087,6 +8087,9 @@ const IR = [
|
|
|
8087
8087
|
language: "json",
|
|
8088
8088
|
theme: "vs-dark"
|
|
8089
8089
|
}
|
|
8090
|
+
},
|
|
8091
|
+
{
|
|
8092
|
+
key: "editors:event-report"
|
|
8090
8093
|
}
|
|
8091
8094
|
]
|
|
8092
8095
|
},
|
|
@@ -16308,6 +16311,9 @@ const Nl = (e, t) => {
|
|
|
16308
16311
|
u.extra = {
|
|
16309
16312
|
...u.extra,
|
|
16310
16313
|
...o.extra
|
|
16314
|
+
}, u.view = {
|
|
16315
|
+
...u.view,
|
|
16316
|
+
...o.view
|
|
16311
16317
|
}, u.flags = {
|
|
16312
16318
|
...u.flags || {},
|
|
16313
16319
|
...o.flags || {}
|