@zgfe/modules-dm 1.0.56-zhongyuan.9 → 1.0.57-alpha.0

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.
Files changed (54) hide show
  1. package/es/constants/api.d.ts +29 -0
  2. package/es/constants/api.js +34 -1
  3. package/es/index.d.ts +3 -1
  4. package/es/index.js +3 -1
  5. package/es/modules/CutsModal.d.ts +81 -34
  6. package/es/modules/clear-rule/addRule.d.ts +10 -0
  7. package/es/modules/clear-rule/addRule.js +614 -0
  8. package/es/modules/clear-rule/css/index.css +256 -0
  9. package/es/modules/clear-rule/css/index.less +270 -0
  10. package/es/modules/clear-rule/demo/index.d.ts +3 -0
  11. package/es/modules/clear-rule/demo/index.js +6 -0
  12. package/es/modules/clear-rule/importMetaDialog/demo/index.d.ts +3 -0
  13. package/es/modules/clear-rule/importMetaDialog/demo/index.js +28 -0
  14. package/es/modules/clear-rule/importMetaDialog/index.d.ts +7 -0
  15. package/es/modules/clear-rule/importMetaDialog/index.js +165 -0
  16. package/es/modules/clear-rule/importMetaDialog/styles/index.less +91 -0
  17. package/es/modules/clear-rule/index.d.ts +4 -0
  18. package/es/modules/clear-rule/index.js +529 -0
  19. package/es/modules/dataManage/collectionAttributeList.js +424 -43
  20. package/es/modules/dataManage/collectionEventList.js +1 -1
  21. package/es/modules/dataManage/components/createMetaDrawer.js +5 -6
  22. package/es/modules/dataManage/components/eventGroupingDrawer.js +13 -4
  23. package/es/modules/dataManage/components/panelList.d.ts +6 -0
  24. package/es/modules/dataManage/components/panelList.js +172 -0
  25. package/es/modules/dataManage/components/tablePlus.d.ts +1 -0
  26. package/es/modules/dataManage/components/tablePlus.js +160 -46
  27. package/es/modules/dataManage/components/virtualTablePlus.js +4 -0
  28. package/es/modules/dataManage/demo/index.js +1 -2
  29. package/es/modules/dataManage/styles/index.less +10 -0
  30. package/es/modules/dataMap/component/drawerAdd.js +2 -0
  31. package/es/modules/dataMap/component/leftTree.js +4 -1
  32. package/es/modules/dataMap/component/rightDetail.js +42 -87
  33. package/es/modules/dataMap/component/selectAttr.d.ts +7 -0
  34. package/es/modules/dataMap/component/selectAttr.js +91 -0
  35. package/es/modules/dataMap/component/viewMapSetting.d.ts +24 -0
  36. package/es/modules/dataMap/component/viewMapSetting.js +161 -0
  37. package/es/modules/dataMap/css/index.css +196 -168
  38. package/es/modules/dataMap/css/index.less +213 -185
  39. package/es/modules/dataMap/mapSetting.js +21 -4
  40. package/es/modules/dataReal/css/index.css +50 -48
  41. package/es/modules/dataReal/css/index.less +53 -51
  42. package/es/modules/dataReal/index1.js +84 -57
  43. package/es/modules/dataReal/table.js +40 -7
  44. package/es/modules/formulate-rule/addFormulate.d.ts +20 -0
  45. package/es/modules/formulate-rule/addFormulate.js +328 -0
  46. package/es/modules/formulate-rule/addRule.d.ts +19 -0
  47. package/es/modules/formulate-rule/addRule.js +553 -0
  48. package/es/modules/formulate-rule/data.d.ts +16 -0
  49. package/es/modules/formulate-rule/data.js +46 -0
  50. package/es/modules/formulate-rule/demo/index.d.ts +3 -0
  51. package/es/modules/formulate-rule/demo/index.js +6 -0
  52. package/es/modules/formulate-rule/index.d.ts +4 -0
  53. package/es/modules/formulate-rule/index.js +448 -0
  54. package/package.json +2 -2
@@ -1,12 +1,12 @@
1
1
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
3
- function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
4
- function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
5
- function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; }
6
2
  function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
7
3
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
8
4
  function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
9
5
  function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
6
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
7
+ function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
8
+ function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
9
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; }
10
10
  function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
11
11
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
12
  function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
@@ -15,7 +15,7 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
15
15
  function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
16
16
  import { BizGlobalDataContext, IconFont } from '@zgfe/business-lib';
17
17
  import { Button, Form, Input } from 'antd';
18
- import React, { useContext, useEffect, useState } from 'react';
18
+ import React, { useContext, useEffect, useMemo, useRef, useState } from 'react';
19
19
  import moment from 'moment';
20
20
  import { getAppID } from '../../utils';
21
21
  import './css/index.less';
@@ -25,6 +25,9 @@ var classNameBase = 'dataReal';
25
25
  var webSocketUrl = "".concat(location.protocol == 'http:' ? 'ws' : 'wss', "://").concat(location.host, "/eventtracking/ws?type=realTime");
26
26
  // const webSocketUrl = 'ws://172.31.31.50:19898/eventtracking/ws?type=realTime';
27
27
  // 点击单元格 添加悬浮框 2。看宽度是否可自适应,可能需要适应大屏
28
+ function matchesFilterData(o, filterData) {
29
+ return new RegExp(_.escapeRegExp(filterData), 'i').test(o.data);
30
+ }
28
31
  var DataRealView = function DataRealView() {
29
32
  var _useContext = useContext(BizGlobalDataContext),
30
33
  currentApp = _useContext.currentApp,
@@ -41,10 +44,7 @@ var DataRealView = function DataRealView() {
41
44
  _useState6 = _slicedToArray(_useState5, 2),
42
45
  list = _useState6[0],
43
46
  setList = _useState6[1]; // 表格筛选完成的数据
44
- var _useState7 = useState(null),
45
- _useState8 = _slicedToArray(_useState7, 2),
46
- ws = _useState8[0],
47
- setWs = _useState8[1];
47
+ var ws = useRef(null);
48
48
  var _Form$useForm = Form.useForm(),
49
49
  _Form$useForm2 = _slicedToArray(_Form$useForm, 1),
50
50
  form = _Form$useForm2[0];
@@ -52,6 +52,10 @@ var DataRealView = function DataRealView() {
52
52
  var eventName = Form.useWatch('eventName', form);
53
53
  var searchUserId = Form.useWatch('searchUserId', form);
54
54
  var filterData = Form.useWatch('filterData', form);
55
+ var _useState7 = useState(),
56
+ _useState8 = _slicedToArray(_useState7, 2),
57
+ currentMessageObj = _useState8[0],
58
+ setCurrentMessageObj = _useState8[1];
55
59
  var initWebsocket = function initWebsocket(params) {
56
60
  // 创建 WebSocket 连接
57
61
  var socket = new WebSocket(webSocketUrl);
@@ -67,33 +71,12 @@ var DataRealView = function DataRealView() {
67
71
  var _message$detail, _message$detail$0$pr, _message$detail2, _message$detail2$, _message$detail2$$pr, _message$detail3, _message$detail3$, _message$detail3$$pr;
68
72
  var message = JSON.parse(event.data);
69
73
  var obj = {
70
- // time:
71
- // moment(message?.detail?.[0].pr?.$ct).format('YYYY-MM-DD HH:mm:ss') ||
72
- // filterPro('$ct', event),
73
- // eventName: filterPro('$eid', event),
74
- // userId: message?.detail?.[0]?.pr?.$cuid || filterPro('$cuid', event),
75
- // data: event.data,
76
74
  time: moment(message === null || message === void 0 ? void 0 : (_message$detail = message.detail) === null || _message$detail === void 0 ? void 0 : (_message$detail$0$pr = _message$detail[0].pr) === null || _message$detail$0$pr === void 0 ? void 0 : _message$detail$0$pr.$ct).format('YYYY-MM-DD HH:mm:ss'),
77
75
  eventName: (message === null || message === void 0 ? void 0 : (_message$detail2 = message.detail) === null || _message$detail2 === void 0 ? void 0 : (_message$detail2$ = _message$detail2[0]) === null || _message$detail2$ === void 0 ? void 0 : (_message$detail2$$pr = _message$detail2$.pr) === null || _message$detail2$$pr === void 0 ? void 0 : _message$detail2$$pr.$eid) || filterPro('$eid', event),
78
76
  userId: (message === null || message === void 0 ? void 0 : (_message$detail3 = message.detail) === null || _message$detail3 === void 0 ? void 0 : (_message$detail3$ = _message$detail3[0]) === null || _message$detail3$ === void 0 ? void 0 : (_message$detail3$$pr = _message$detail3$.pr) === null || _message$detail3$$pr === void 0 ? void 0 : _message$detail3$$pr.$cuid) || filterPro('$cuid', event),
79
77
  data: "".concat(JSON.stringify(message))
80
78
  };
81
- // 最多为500条 超出去掉第一条
82
- // setOldList((prev: any) => {
83
- // if (prev.length <= 49) {
84
- // return [obj, ...prev];
85
- // }
86
- // prev.pop();
87
- // return [obj, ...prev];
88
- // });
89
- // 最多1000条数据
90
- setOldList(function (prev) {
91
- if (prev.length <= 200) {
92
- return [obj].concat(_toConsumableArray(prev));
93
- }
94
- prev.pop();
95
- return [obj].concat(_toConsumableArray(prev));
96
- });
79
+ setCurrentMessageObj(obj);
97
80
  };
98
81
  // 监听错误事件
99
82
  socket.onerror = function (error) {
@@ -104,7 +87,7 @@ var DataRealView = function DataRealView() {
104
87
  console.log('WebSocket disconnected:', event.reason);
105
88
  };
106
89
  // 设置 WebSocket
107
- setWs(socket);
90
+ ws.current = socket;
108
91
  };
109
92
  var filterPro = function filterPro(str, event) {
110
93
  // 定义正则表达式,匹配"$eid":"具体值"这种格式中的具体值部分
@@ -140,28 +123,25 @@ var DataRealView = function DataRealView() {
140
123
  };
141
124
  var handleRefresh = /*#__PURE__*/function () {
142
125
  var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
143
- var params;
144
126
  return _regeneratorRuntime().wrap(function _callee$(_context) {
145
127
  while (1) switch (_context.prev = _context.next) {
146
128
  case 0:
147
- setTextStatus(!textStatus);
148
- if (!textStatus) {
149
- _context.next = 5;
150
- break;
151
- }
152
- ws === null || ws === void 0 ? void 0 : ws.close(); // 停止刷新 关闭链接
153
- setWs(null);
154
- return _context.abrupt("return");
155
- case 5:
156
- // const data = form.getFieldsValue(true); // 表单数据
157
- // 假设你要传递的参数 现在不需要参数了searchUserId
158
- params = {
159
- appId: getAppID(currentApp),
160
- userId: currentUser === null || currentUser === void 0 ? void 0 : currentUser.userId,
161
- appKey: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appKey
162
- };
163
- initWebsocket(params);
164
- case 7:
129
+ setTextStatus(function (pre) {
130
+ if (pre) {
131
+ var _ws$current;
132
+ (_ws$current = ws.current) === null || _ws$current === void 0 ? void 0 : _ws$current.close(); // 停止刷新 关闭链接
133
+ ws.current = null;
134
+ return false;
135
+ }
136
+ var params = {
137
+ appId: getAppID(currentApp),
138
+ userId: currentUser === null || currentUser === void 0 ? void 0 : currentUser.userId,
139
+ appKey: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appKey
140
+ };
141
+ initWebsocket(params);
142
+ return !pre;
143
+ });
144
+ case 1:
165
145
  case "end":
166
146
  return _context.stop();
167
147
  }
@@ -171,23 +151,67 @@ var DataRealView = function DataRealView() {
171
151
  return _ref.apply(this, arguments);
172
152
  };
173
153
  }();
174
- // 只取前50条
175
154
  useEffect(function () {
176
- function matchesFilterData(o, filterData) {
177
- return new RegExp(_.escapeRegExp(filterData), 'i').test(JSON.stringify(o === null || o === void 0 ? void 0 : o.data));
155
+ // 组件挂载时执行的操作
156
+ // 返回一个清理函数,在组件卸载时执行
157
+ return function () {
158
+ // 模拟异步保存数据到本地存储
159
+ var unloadWs = /*#__PURE__*/function () {
160
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
161
+ var _ws$current2;
162
+ return _regeneratorRuntime().wrap(function _callee2$(_context2) {
163
+ while (1) switch (_context2.prev = _context2.next) {
164
+ case 0:
165
+ try {
166
+ (_ws$current2 = ws.current) === null || _ws$current2 === void 0 ? void 0 : _ws$current2.close(); // 停止刷新 关闭链接
167
+ ws.current = null;
168
+ } catch (error) {
169
+ console.error('websocket:', error);
170
+ }
171
+ case 1:
172
+ case "end":
173
+ return _context2.stop();
174
+ }
175
+ }, _callee2);
176
+ }));
177
+ return function unloadWs() {
178
+ return _ref2.apply(this, arguments);
179
+ };
180
+ }();
181
+ unloadWs();
182
+ };
183
+ }, []);
184
+ useMemo(function () {
185
+ if (currentMessageObj) {
186
+ var _currentMessageObj$ev, _currentMessageObj$us, _currentMessageObj$us2;
187
+ var hasEventName = !eventName || (currentMessageObj === null || currentMessageObj === void 0 ? void 0 : (_currentMessageObj$ev = currentMessageObj.eventName) === null || _currentMessageObj$ev === void 0 ? void 0 : _currentMessageObj$ev.includes(eventName));
188
+ var hasUserId = !searchUserId || (currentMessageObj === null || currentMessageObj === void 0 ? void 0 : (_currentMessageObj$us = currentMessageObj.userId) === null || _currentMessageObj$us === void 0 ? void 0 : (_currentMessageObj$us2 = _currentMessageObj$us.toString()) === null || _currentMessageObj$us2 === void 0 ? void 0 : _currentMessageObj$us2.includes(searchUserId));
189
+ var hasFilterData = !filterData || matchesFilterData(currentMessageObj, "".concat(filterData));
190
+ if (hasEventName && hasUserId && hasFilterData) {
191
+ setOldList(function (prev) {
192
+ if (prev.length < 51) {
193
+ return [currentMessageObj].concat(_toConsumableArray(prev));
194
+ }
195
+ prev.pop();
196
+ return [currentMessageObj].concat(_toConsumableArray(prev));
197
+ });
198
+ }
178
199
  }
200
+ }, [currentMessageObj]);
201
+ // 只取前50条
202
+ useEffect(function () {
179
203
  function matchesSearchCriteria(oldList, eventName, searchUserId, filterData) {
180
204
  return oldList.filter(function (o) {
181
205
  var _o$eventName, _o$userId, _o$userId$toString;
182
206
  var hasEventName = !eventName || (o === null || o === void 0 ? void 0 : (_o$eventName = o.eventName) === null || _o$eventName === void 0 ? void 0 : _o$eventName.includes(eventName));
183
207
  var hasUserId = !searchUserId || (o === null || o === void 0 ? void 0 : (_o$userId = o.userId) === null || _o$userId === void 0 ? void 0 : (_o$userId$toString = _o$userId.toString()) === null || _o$userId$toString === void 0 ? void 0 : _o$userId$toString.includes(searchUserId));
184
- var hasFilterData = !filterData || matchesFilterData(o, filterData);
208
+ var hasFilterData = !filterData || matchesFilterData(o, "".concat(filterData));
185
209
  return hasEventName && hasUserId && hasFilterData;
186
210
  });
187
211
  }
188
212
  var newList = matchesSearchCriteria(oldList, eventName, searchUserId, filterData);
189
- var aa = newList === null || newList === void 0 ? void 0 : newList.slice(0, 50);
190
- setList(aa);
213
+ // const aa = newList?.slice(0, 50);
214
+ setList(newList);
191
215
  }, [eventName, searchUserId, oldList, filterData]);
192
216
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
193
217
  className: classNameBase
@@ -212,6 +236,7 @@ var DataRealView = function DataRealView() {
212
236
  span: 18
213
237
  }
214
238
  }, /*#__PURE__*/React.createElement(Input, {
239
+ disabled: textStatus,
215
240
  placeholder: "\u8BF7\u8F93\u5165\u4E8B\u4EF6\u540D\u79F0"
216
241
  })), /*#__PURE__*/React.createElement(Form.Item, {
217
242
  name: "searchUserId",
@@ -223,6 +248,7 @@ var DataRealView = function DataRealView() {
223
248
  span: 18
224
249
  }
225
250
  }, /*#__PURE__*/React.createElement(Input, {
251
+ disabled: textStatus,
226
252
  placeholder: "\u8BF7\u8F93\u5165\u7528\u6237ID"
227
253
  })), /*#__PURE__*/React.createElement(Form.Item, {
228
254
  name: "filterData",
@@ -234,6 +260,7 @@ var DataRealView = function DataRealView() {
234
260
  span: 18
235
261
  }
236
262
  }, /*#__PURE__*/React.createElement(Input, {
263
+ disabled: textStatus,
237
264
  placeholder: "\u8BF7\u8F93\u5165\u9700\u8981\u8FC7\u6EE4\u7684\u6570\u636E"
238
265
  }))), /*#__PURE__*/React.createElement(Button, {
239
266
  type: "primary",
@@ -13,15 +13,30 @@ var DataRealViewTable = function DataRealViewTable(_ref) {
13
13
  title: '触发时间',
14
14
  field: 'time',
15
15
  width: 160,
16
- sort: true
16
+ sort: true,
17
+ headerStyle: {
18
+ fontSize: 14,
19
+ color: '#021429',
20
+ fontWeight: 400
21
+ }
17
22
  }, {
18
23
  title: '事件名',
19
24
  field: 'eventName',
20
- width: 160
25
+ width: 160,
26
+ headerStyle: {
27
+ fontSize: 14,
28
+ color: '#021429',
29
+ fontWeight: 400
30
+ }
21
31
  }, {
22
32
  title: '用户ID',
23
33
  field: 'userId',
24
- width: 160
34
+ width: 160,
35
+ headerStyle: {
36
+ fontSize: 14,
37
+ color: '#021429',
38
+ fontWeight: 400
39
+ }
25
40
  }, {
26
41
  title: '数据',
27
42
  field: 'data',
@@ -29,6 +44,11 @@ var DataRealViewTable = function DataRealViewTable(_ref) {
29
44
  style: {
30
45
  autoWrapText: true,
31
46
  lineHeight: 30
47
+ },
48
+ headerStyle: {
49
+ fontSize: 14,
50
+ color: '#021429',
51
+ fontWeight: 400
32
52
  }
33
53
  // customRender(args: any) {
34
54
  // const { dataValue } = args;
@@ -139,11 +159,16 @@ var DataRealViewTable = function DataRealViewTable(_ref) {
139
159
  maxCharactersNumber: 1000000,
140
160
  autoWrapText: true,
141
161
  defaultHeaderRowHeight: 70,
142
- // defaultRowHeight: 'auto', // 默认单元格行高
143
- defaultRowHeight: 470,
162
+ defaultRowHeight: 'auto',
163
+ // defaultRowHeight: 470,
144
164
  enableLineBreak: true,
145
165
  rowSeriesNumber: {
146
- title: '序号'
166
+ title: '序号',
167
+ headerStyle: {
168
+ fontSize: 14,
169
+ color: '#021429',
170
+ fontWeight: 400
171
+ }
147
172
  },
148
173
  keyboardOptions: {
149
174
  // 快捷键配置
@@ -151,7 +176,15 @@ var DataRealViewTable = function DataRealViewTable(_ref) {
151
176
  copySelected: true,
152
177
  pasteValueToCell: true
153
178
  },
154
- editor: '',
179
+ editor: function editor(args) {
180
+ var tempInput = document.createElement('input');
181
+ tempInput.value = args.value;
182
+ document.body.appendChild(tempInput);
183
+ tempInput.select();
184
+ document.execCommand('copy');
185
+ document.body.removeChild(tempInput);
186
+ return args.value;
187
+ },
155
188
  autoFillWidth: true,
156
189
  emptyTip: {
157
190
  // 空数据提示
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import '../clear-rule/css/index.less';
3
+ interface Result {
4
+ appId: number;
5
+ isDelete: number;
6
+ rinseObjectName: string;
7
+ rinseObjects: number[];
8
+ rinseShiftRuleDetails: [];
9
+ ruleDescription: string;
10
+ ruleName: string;
11
+ status: number;
12
+ id: number;
13
+ ruleId: Number;
14
+ }
15
+ declare const AddFormulate: React.FC<{
16
+ addruleShow: boolean;
17
+ onSetclose: Function;
18
+ detailData: Result | null;
19
+ }>;
20
+ export default AddFormulate;