@ws-ui/roles-editor 1.8.4-rc10 → 1.8.4-rc11
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/Standalone/style.css +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27244,7 +27244,10 @@ const Pte = () => {
|
|
|
27244
27244
|
const a = JSON.parse(e);
|
|
27245
27245
|
o(
|
|
27246
27246
|
N4({
|
|
27247
|
-
content: a
|
|
27247
|
+
content: a,
|
|
27248
|
+
flags: {
|
|
27249
|
+
touched: !1
|
|
27250
|
+
}
|
|
27248
27251
|
})
|
|
27249
27252
|
);
|
|
27250
27253
|
} catch (a) {
|