fec-dev-designer 1.0.2 → 1.0.3
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/es/src/layout/aside/index.vue.js +80 -80
- package/es/src/layout/header/index.vue.js +16 -16
- package/es/src/layout/index.vue.js +38 -38
- package/es/src/layout/property/index.vue.js +13 -13
- package/es/src/store/index.js +4 -4
- package/es/style.css +1 -1
- package/package.json +1 -1
- package/es/node_modules/@vue/devtools-api/lib/esm/const.js +0 -5
- package/es/node_modules/@vue/devtools-api/lib/esm/env.js +0 -12
- package/es/node_modules/@vue/devtools-api/lib/esm/index.js +0 -19
- package/es/node_modules/@vue/devtools-api/lib/esm/proxy.js +0 -67
- package/es/node_modules/@vue/devtools-api/lib/esm/time.js +0 -12
- package/es/node_modules/vuex/dist/vuex.esm-bundler.js +0 -667
- package/es/node_modules/vuex-persistedstate/dist/vuex-persistedstate.es.js +0 -109
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
var A = function(t) {
|
|
2
|
-
return function(e) {
|
|
3
|
-
return !!e && typeof e == "object";
|
|
4
|
-
}(t) && !function(e) {
|
|
5
|
-
var r = Object.prototype.toString.call(e);
|
|
6
|
-
return r === "[object RegExp]" || r === "[object Date]" || function(i) {
|
|
7
|
-
return i.$$typeof === E;
|
|
8
|
-
}(e);
|
|
9
|
-
}(t);
|
|
10
|
-
}, E = typeof Symbol == "function" && Symbol.for ? Symbol.for("react.element") : 60103;
|
|
11
|
-
function m(t, e) {
|
|
12
|
-
return e.clone !== !1 && e.isMergeableObject(t) ? b(Array.isArray(t) ? [] : {}, t, e) : t;
|
|
13
|
-
}
|
|
14
|
-
function I(t, e, r) {
|
|
15
|
-
return t.concat(e).map(function(i) {
|
|
16
|
-
return m(i, r);
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
function h(t) {
|
|
20
|
-
return Object.keys(t).concat(function(e) {
|
|
21
|
-
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(r) {
|
|
22
|
-
return e.propertyIsEnumerable(r);
|
|
23
|
-
}) : [];
|
|
24
|
-
}(t));
|
|
25
|
-
}
|
|
26
|
-
function M(t, e) {
|
|
27
|
-
try {
|
|
28
|
-
return e in t;
|
|
29
|
-
} catch {
|
|
30
|
-
return !1;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
function b(t, e, r) {
|
|
34
|
-
(r = r || {}).arrayMerge = r.arrayMerge || I, r.isMergeableObject = r.isMergeableObject || A, r.cloneUnlessOtherwiseSpecified = m;
|
|
35
|
-
var i = Array.isArray(e);
|
|
36
|
-
return i === Array.isArray(t) ? i ? r.arrayMerge(t, e, r) : function(a, l, f) {
|
|
37
|
-
var p = {};
|
|
38
|
-
return f.isMergeableObject(a) && h(a).forEach(function(o) {
|
|
39
|
-
p[o] = m(a[o], f);
|
|
40
|
-
}), h(l).forEach(function(o) {
|
|
41
|
-
(function(s, n) {
|
|
42
|
-
return M(s, n) && !(Object.hasOwnProperty.call(s, n) && Object.propertyIsEnumerable.call(s, n));
|
|
43
|
-
})(a, o) || (p[o] = M(a, o) && f.isMergeableObject(l[o]) ? function(s, n) {
|
|
44
|
-
if (!n.customMerge)
|
|
45
|
-
return b;
|
|
46
|
-
var c = n.customMerge(s);
|
|
47
|
-
return typeof c == "function" ? c : b;
|
|
48
|
-
}(o, f)(a[o], l[o], f) : m(l[o], f));
|
|
49
|
-
}), p;
|
|
50
|
-
}(t, e, r) : m(e, r);
|
|
51
|
-
}
|
|
52
|
-
b.all = function(t, e) {
|
|
53
|
-
if (!Array.isArray(t))
|
|
54
|
-
throw new Error("first argument should be an array");
|
|
55
|
-
return t.reduce(function(r, i) {
|
|
56
|
-
return b(r, i, e);
|
|
57
|
-
}, {});
|
|
58
|
-
};
|
|
59
|
-
var _ = b;
|
|
60
|
-
function P(t) {
|
|
61
|
-
var e = (t = t || {}).storage || window && window.localStorage, r = t.key || "vuex";
|
|
62
|
-
function i(n, c) {
|
|
63
|
-
var u = c.getItem(n);
|
|
64
|
-
try {
|
|
65
|
-
return typeof u == "string" ? JSON.parse(u) : typeof u == "object" ? u : void 0;
|
|
66
|
-
} catch {
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
function a() {
|
|
70
|
-
return !0;
|
|
71
|
-
}
|
|
72
|
-
function l(n, c, u) {
|
|
73
|
-
return u.setItem(n, JSON.stringify(c));
|
|
74
|
-
}
|
|
75
|
-
function f(n, c) {
|
|
76
|
-
return Array.isArray(c) ? c.reduce(function(u, j) {
|
|
77
|
-
return function(g, y, w, x) {
|
|
78
|
-
return !/^(__proto__|constructor|prototype)$/.test(y) && ((y = y.split ? y.split(".") : y.slice(0)).slice(0, -1).reduce(function(d, S) {
|
|
79
|
-
return d[S] = d[S] || {};
|
|
80
|
-
}, g)[y.pop()] = w), g;
|
|
81
|
-
}(u, j, (O = n, (O = ((v = j).split ? v.split(".") : v).reduce(function(g, y) {
|
|
82
|
-
return g && g[y];
|
|
83
|
-
}, O)) === void 0 ? void 0 : O));
|
|
84
|
-
var O, v;
|
|
85
|
-
}, {}) : n;
|
|
86
|
-
}
|
|
87
|
-
function p(n) {
|
|
88
|
-
return function(c) {
|
|
89
|
-
return n.subscribe(c);
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
(t.assertStorage || function() {
|
|
93
|
-
e.setItem("@@", 1), e.removeItem("@@");
|
|
94
|
-
})(e);
|
|
95
|
-
var o, s = function() {
|
|
96
|
-
return (t.getState || i)(r, e);
|
|
97
|
-
};
|
|
98
|
-
return t.fetchBeforeUse && (o = s()), function(n) {
|
|
99
|
-
t.fetchBeforeUse || (o = s()), typeof o == "object" && o !== null && (n.replaceState(t.overwrite ? o : _(n.state, o, { arrayMerge: t.arrayMerger || function(c, u) {
|
|
100
|
-
return u;
|
|
101
|
-
}, clone: !1 })), (t.rehydrated || function() {
|
|
102
|
-
})(n)), (t.subscriber || p)(n)(function(c, u) {
|
|
103
|
-
(t.filter || a)(c) && (t.setState || l)(r, (t.reducer || f)(u, t.paths), e);
|
|
104
|
-
});
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
export {
|
|
108
|
-
P as default
|
|
109
|
-
};
|