eservices-core 1.0.310 → 1.0.313

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 (2) hide show
  1. package/dist/index.js +86 -515
  2. package/package.json +4 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.310
2
+ * eservices-core v1.0.313
3
3
  * (c) 2022 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -10,12 +10,12 @@ var vue = require('vue');
10
10
  var jenesiusVueModal = require('jenesius-vue-modal');
11
11
  var vueRouter = require('vue-router');
12
12
  var dateAndTime = require('date-and-time');
13
- var require$$0 = require('crypto');
13
+ var hash = require('object-hash');
14
14
 
15
15
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
16
16
 
17
17
  var dateAndTime__default = /*#__PURE__*/_interopDefaultLegacy(dateAndTime);
18
- var require$$0__default = /*#__PURE__*/_interopDefaultLegacy(require$$0);
18
+ var hash__default = /*#__PURE__*/_interopDefaultLegacy(hash);
19
19
 
20
20
  var script$R = vue.defineComponent({
21
21
  props: {
@@ -411,7 +411,7 @@ const _hoisted_2$w = {
411
411
  key: 0,
412
412
  class: "input-title"
413
413
  };
414
- const _hoisted_3$n = {
414
+ const _hoisted_3$o = {
415
415
  key: 0,
416
416
  class: "input-title_required"
417
417
  };
@@ -430,7 +430,7 @@ function render$p(_ctx, _cache, $props, $setup, $data, $options) {
430
430
  ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$w, [
431
431
  vue.createTextVNode(vue.toDisplayString(_ctx.title) + " ", 1 /* TEXT */),
432
432
  (_ctx.required)
433
- ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$n, "*"))
433
+ ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$o, "*"))
434
434
  : vue.createCommentVNode("v-if", true)
435
435
  ]))
436
436
  : vue.createCommentVNode("v-if", true),
@@ -572,7 +572,7 @@ const _hoisted_2$v = {
572
572
  key: 0,
573
573
  class: "input-title"
574
574
  };
575
- const _hoisted_3$m = {
575
+ const _hoisted_3$n = {
576
576
  key: 0,
577
577
  class: "color__text_red"
578
578
  };
@@ -600,7 +600,7 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
600
600
  ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$v, [
601
601
  vue.createTextVNode(vue.toDisplayString(_ctx.title) + " ", 1 /* TEXT */),
602
602
  (_ctx.required)
603
- ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$m, "*"))
603
+ ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$n, "*"))
604
604
  : vue.createCommentVNode("v-if", true)
605
605
  ]))
606
606
  : vue.createCommentVNode("v-if", true),
@@ -781,7 +781,7 @@ const _hoisted_2$u = {
781
781
  key: 0,
782
782
  class: "process-info input-file__wait text_size_sm"
783
783
  };
784
- const _hoisted_3$l = {
784
+ const _hoisted_3$m = {
785
785
  key: 1,
786
786
  class: "process-info input-file__error text_size_sm text_error"
787
787
  };
@@ -803,7 +803,7 @@ function render$l(_ctx, _cache, $props, $setup, $data, $options) {
803
803
  ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$u, "Loading..."))
804
804
  : vue.createCommentVNode("v-if", true),
805
805
  (_ctx.pw.error)
806
- ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$l, "Error load file"))
806
+ ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$m, "Error load file"))
807
807
  : vue.createCommentVNode("v-if", true)
808
808
  ]))
809
809
  }
@@ -839,14 +839,14 @@ var script$L = {
839
839
  const _withScopeId$8 = n => (vue.pushScopeId("data-v-3fc725fe"),n=n(),vue.popScopeId(),n);
840
840
  const _hoisted_1$G = { class: "widget-input__container" };
841
841
  const _hoisted_2$t = { class: "input-container__content" };
842
- const _hoisted_3$k = /*#__PURE__*/ _withScopeId$8(() => /*#__PURE__*/vue.createElementVNode("div", { class: "widget-input__underline" }, null, -1 /* HOISTED */));
842
+ const _hoisted_3$l = /*#__PURE__*/ _withScopeId$8(() => /*#__PURE__*/vue.createElementVNode("div", { class: "widget-input__underline" }, null, -1 /* HOISTED */));
843
843
 
844
844
  function render$k(_ctx, _cache, $props, $setup, $data, $options) {
845
845
  return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
846
846
  vue.createElementVNode("div", _hoisted_2$t, [
847
847
  vue.renderSlot(_ctx.$slots, "default")
848
848
  ]),
849
- _hoisted_3$k,
849
+ _hoisted_3$l,
850
850
  ($props.placeholder)
851
851
  ? (vue.openBlock(), vue.createElementBlock("p", {
852
852
  key: 0,
@@ -1004,7 +1004,7 @@ const _hoisted_2$s = {
1004
1004
  key: 0,
1005
1005
  class: "color__text_red"
1006
1006
  };
1007
- const _hoisted_3$j = ["disabled", "error"];
1007
+ const _hoisted_3$k = ["disabled", "error"];
1008
1008
  const _hoisted_4$e = ["type", "placeholder", "disabled", "error", "value"];
1009
1009
  const _hoisted_5$a = {
1010
1010
  key: 1,
@@ -1053,7 +1053,7 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
1053
1053
  (_ctx.errorMessage)
1054
1054
  ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$a, vue.toDisplayString(_ctx.errorMessage), 1 /* TEXT */))
1055
1055
  : vue.createCommentVNode("v-if", true)
1056
- ], 8 /* PROPS */, _hoisted_3$j)
1056
+ ], 8 /* PROPS */, _hoisted_3$k)
1057
1057
  ], 64 /* STABLE_FRAGMENT */))
1058
1058
  }
1059
1059
 
@@ -1262,7 +1262,7 @@ var script$F = {
1262
1262
 
1263
1263
  const _hoisted_1$B = { class: "widget-form flex_column" };
1264
1264
  const _hoisted_2$p = { class: "widget-form__head flex" };
1265
- const _hoisted_3$i = { class: "widget-form__head-functions flex" };
1265
+ const _hoisted_3$j = { class: "widget-form__head-functions flex" };
1266
1266
  const _hoisted_4$d = { class: "widget-form__body" };
1267
1267
 
1268
1268
  function render$e(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1280,7 +1280,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
1280
1280
  values: $props.button
1281
1281
  }, null, 8 /* PROPS */, ["values"]))
1282
1282
  : vue.createCommentVNode("v-if", true),
1283
- vue.createElementVNode("div", _hoisted_3$i, [
1283
+ vue.createElementVNode("div", _hoisted_3$j, [
1284
1284
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.functions, (elem, index) => {
1285
1285
  return (vue.openBlock(), vue.createBlock(_component_widget_form_function_item, {
1286
1286
  key: index,
@@ -1341,7 +1341,7 @@ script$E.__file = "core/widgets/forms/naomi/WidgetFormImage.vue";
1341
1341
 
1342
1342
  const _hoisted_1$z = { class: "widget-form-info flex" };
1343
1343
  const _hoisted_2$n = { class: "form-titles" };
1344
- const _hoisted_3$h = { class: "form-title margin-0" };
1344
+ const _hoisted_3$i = { class: "form-title margin-0" };
1345
1345
  const _hoisted_4$c = { class: "form-info text_size_md margin-0" };
1346
1346
  const _hoisted_5$9 = {
1347
1347
  key: 0,
@@ -1358,7 +1358,7 @@ var script$D = /*#__PURE__*/ vue.defineComponent({
1358
1358
  return (_ctx, _cache) => {
1359
1359
  return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$z, [
1360
1360
  vue.createElementVNode("div", _hoisted_2$n, [
1361
- vue.createElementVNode("p", _hoisted_3$h, vue.toDisplayString(__props.title), 1 /* TEXT */),
1361
+ vue.createElementVNode("p", _hoisted_3$i, vue.toDisplayString(__props.title), 1 /* TEXT */),
1362
1362
  vue.createElementVNode("p", _hoisted_4$c, vue.toDisplayString(__props.info), 1 /* TEXT */)
1363
1363
  ]),
1364
1364
  (__props.label)
@@ -1407,7 +1407,7 @@ script$C.__file = "core/widgets/spinner/WidgetSpinner.vue";
1407
1407
 
1408
1408
  const _hoisted_1$y = { class: "widget-button-wrap" };
1409
1409
  const _hoisted_2$m = { class: "multi-button" };
1410
- const _hoisted_3$g = { class: "widget-button-list" };
1410
+ const _hoisted_3$h = { class: "widget-button-list" };
1411
1411
  const _hoisted_4$b = ["onClick"];
1412
1412
  const _hoisted_5$8 = { class: "button__side" };
1413
1413
  const _hoisted_6$5 = {
@@ -1444,7 +1444,7 @@ var script$B = /*#__PURE__*/ vue.defineComponent({
1444
1444
  onClick: _cache[0] || (_cache[0] = ($event) => (toggle()))
1445
1445
  }, vue.toDisplayString(__props.title), 1 /* TEXT */))
1446
1446
  : vue.createCommentVNode("v-if", true),
1447
- vue.createElementVNode("div", _hoisted_3$g, [
1447
+ vue.createElementVNode("div", _hoisted_3$h, [
1448
1448
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.array, (elem, index) => {
1449
1449
  return (vue.openBlock(), vue.createElementBlock("p", {
1450
1450
  class: "button__content-title",
@@ -1486,7 +1486,7 @@ script$B.__file = "core/widgets/buttons/multi-button/WidgetMultiButton.vue";
1486
1486
 
1487
1487
  const _hoisted_1$x = { class: "wrap__widget-form" };
1488
1488
  const _hoisted_2$l = { class: "widget-form" };
1489
- const _hoisted_3$f = { class: "widget-form__head" };
1489
+ const _hoisted_3$g = { class: "widget-form__head" };
1490
1490
  const _hoisted_4$a = { class: "widget-form__body" };
1491
1491
  var script$A = /*#__PURE__*/ vue.defineComponent({
1492
1492
  props: {
@@ -1501,7 +1501,7 @@ var script$A = /*#__PURE__*/ vue.defineComponent({
1501
1501
  return (_ctx, _cache) => {
1502
1502
  return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
1503
1503
  vue.createElementVNode("div", _hoisted_2$l, [
1504
- vue.createElementVNode("div", _hoisted_3$f, [
1504
+ vue.createElementVNode("div", _hoisted_3$g, [
1505
1505
  vue.createVNode(script$E, {
1506
1506
  icon: __props.icon,
1507
1507
  image: __props.image
@@ -1590,7 +1590,7 @@ var script$y = {
1590
1590
 
1591
1591
  const _hoisted_1$v = { class: "form-container" };
1592
1592
  const _hoisted_2$k = { class: "form-container__head flex" };
1593
- const _hoisted_3$e = { class: "form-container__head-title title_md flex_full" };
1593
+ const _hoisted_3$f = { class: "form-container__head-title title_md flex_full" };
1594
1594
  const _hoisted_4$9 = {
1595
1595
  key: 0,
1596
1596
  class: "title_md"
@@ -1602,7 +1602,7 @@ function render$d(_ctx, _cache, $props, $setup, $data, $options) {
1602
1602
 
1603
1603
  return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$v, [
1604
1604
  vue.createElementVNode("div", _hoisted_2$k, [
1605
- vue.createElementVNode("p", _hoisted_3$e, vue.toDisplayString($props.title), 1 /* TEXT */),
1605
+ vue.createElementVNode("p", _hoisted_3$f, vue.toDisplayString($props.title), 1 /* TEXT */),
1606
1606
  ($props.rightTitle)
1607
1607
  ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_4$9, vue.toDisplayString($props.rightTitle), 1 /* TEXT */))
1608
1608
  : vue.createCommentVNode("v-if", true),
@@ -1647,7 +1647,7 @@ script$y.__file = "core/widgets/containers/ContainerForm.vue";
1647
1647
 
1648
1648
  const _hoisted_1$u = { class: "form-container-item__title flex" };
1649
1649
  const _hoisted_2$j = { class: "" };
1650
- const _hoisted_3$d = {
1650
+ const _hoisted_3$e = {
1651
1651
  key: 0,
1652
1652
  class: ""
1653
1653
  };
@@ -1670,7 +1670,7 @@ function render$c(_ctx, _cache, $props, $setup, $data, $options) {
1670
1670
  vue.renderSlot(_ctx.$slots, "default")
1671
1671
  ], 2 /* CLASS */),
1672
1672
  ($props.subTitle)
1673
- ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$d, [
1673
+ ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$e, [
1674
1674
  vue.createElementVNode("span", _hoisted_4$8, vue.toDisplayString($props.subTitle), 1 /* TEXT */),
1675
1675
  vue.renderSlot(_ctx.$slots, "centerRight")
1676
1676
  ]))
@@ -1696,14 +1696,14 @@ var script$w = {
1696
1696
 
1697
1697
  const _hoisted_1$t = { class: "container-auth-wrap" };
1698
1698
  const _hoisted_2$i = { class: "container-auth-sidebar" };
1699
- const _hoisted_3$c = { class: "container-auth-main" };
1699
+ const _hoisted_3$d = { class: "container-auth-main" };
1700
1700
 
1701
1701
  function render$b(_ctx, _cache, $props, $setup, $data, $options) {
1702
1702
  return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$t, [
1703
1703
  vue.createElementVNode("div", _hoisted_2$i, [
1704
1704
  vue.renderSlot(_ctx.$slots, "side")
1705
1705
  ]),
1706
- vue.createElementVNode("div", _hoisted_3$c, [
1706
+ vue.createElementVNode("div", _hoisted_3$d, [
1707
1707
  vue.renderSlot(_ctx.$slots, "default")
1708
1708
  ])
1709
1709
  ]))
@@ -2932,12 +2932,12 @@ var script$s = {
2932
2932
  const _withScopeId$7 = n => (vue.pushScopeId("data-v-36a6079a"),n=n(),vue.popScopeId(),n);
2933
2933
  const _hoisted_1$q = { class: "separator" };
2934
2934
  const _hoisted_2$g = /*#__PURE__*/ _withScopeId$7(() => /*#__PURE__*/vue.createElementVNode("div", null, null, -1 /* HOISTED */));
2935
- const _hoisted_3$b = [
2935
+ const _hoisted_3$c = [
2936
2936
  _hoisted_2$g
2937
2937
  ];
2938
2938
 
2939
2939
  function render$8(_ctx, _cache, $props, $setup, $data, $options) {
2940
- return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$q, _hoisted_3$b))
2940
+ return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$q, _hoisted_3$c))
2941
2941
  }
2942
2942
 
2943
2943
  var css_248z$p = "\n.separator[data-v-36a6079a]{\r\n display: flex;\r\n height: 100%;\r\n cursor: col-resize;\r\n\r\n user-select: none;\n}\n.separator>div[data-v-36a6079a]{\r\n width: 1px;\r\n background-color: #979797;\n}\r\n";
@@ -3033,7 +3033,7 @@ const _hoisted_1$p = {
3033
3033
  ref: "refHead"
3034
3034
  };
3035
3035
  const _hoisted_2$f = ["onClick"];
3036
- const _hoisted_3$a = { class: "head-cell" };
3036
+ const _hoisted_3$b = { class: "head-cell" };
3037
3037
  const _hoisted_4$7 = { class: "head-cell-label" };
3038
3038
 
3039
3039
  function render$7(_ctx, _cache, $props, $setup, $data, $options) {
@@ -3043,7 +3043,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
3043
3043
  key: index,
3044
3044
  onClick: $event => (_ctx.$emit('sort', elem.name))
3045
3045
  }, [
3046
- vue.createElementVNode("div", _hoisted_3$a, [
3046
+ vue.createElementVNode("div", _hoisted_3$b, [
3047
3047
  vue.createElementVNode("p", _hoisted_4$7, vue.toDisplayString(elem.title), 1 /* TEXT */),
3048
3048
  vue.createElementVNode("div", null, [
3049
3049
  ($props.orderConfig.field === elem.name)
@@ -3916,7 +3916,7 @@ script$l.__file = "core/widgets/tables/table-with-form/widget-table.vue";
3916
3916
  const _withScopeId$6 = n => (vue.pushScopeId("data-v-665634eb"), n = n(), vue.popScopeId(), n);
3917
3917
  const _hoisted_1$k = { class: "table-controller" };
3918
3918
  const _hoisted_2$d = /*#__PURE__*/ _withScopeId$6(() => /*#__PURE__*/ vue.createElementVNode("p", { class: "table-controller_action-text text_size_md" }, "Reload", -1 /* HOISTED */));
3919
- const _hoisted_3$9 = /*#__PURE__*/ _withScopeId$6(() => /*#__PURE__*/ vue.createElementVNode("p", { class: "table-controller_action-text text_size_md" }, "Add", -1 /* HOISTED */));
3919
+ const _hoisted_3$a = /*#__PURE__*/ _withScopeId$6(() => /*#__PURE__*/ vue.createElementVNode("p", { class: "table-controller_action-text text_size_md" }, "Add", -1 /* HOISTED */));
3920
3920
  var script$k = /*#__PURE__*/ vue.defineComponent({
3921
3921
  props: {
3922
3922
  table: { type: null, required: true }
@@ -3942,7 +3942,7 @@ var script$k = /*#__PURE__*/ vue.defineComponent({
3942
3942
  class: "table-controller__icon",
3943
3943
  name: "plus"
3944
3944
  }),
3945
- _hoisted_3$9
3945
+ _hoisted_3$a
3946
3946
  ])
3947
3947
  ]));
3948
3948
  };
@@ -3972,14 +3972,14 @@ var script$j = {
3972
3972
 
3973
3973
  const _hoisted_1$j = { class: "widget-error" };
3974
3974
  const _hoisted_2$c = { class: "widget-error-wrap" };
3975
- const _hoisted_3$8 = { class: "widget-error-main" };
3975
+ const _hoisted_3$9 = { class: "widget-error-main" };
3976
3976
  const _hoisted_4$6 = { class: "widget-error-text widget-error-message" };
3977
3977
  const _hoisted_5$5 = { class: "widget-error__container-close" };
3978
3978
 
3979
3979
  function render$4(_ctx, _cache, $props, $setup, $data, $options) {
3980
3980
  return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [
3981
3981
  vue.createElementVNode("div", _hoisted_2$c, [
3982
- vue.createElementVNode("div", _hoisted_3$8, [
3982
+ vue.createElementVNode("div", _hoisted_3$9, [
3983
3983
  vue.createElementVNode("p", _hoisted_4$6, vue.toDisplayString($props.message), 1 /* TEXT */)
3984
3984
  ]),
3985
3985
  ($props.isGroup)
@@ -4274,7 +4274,7 @@ function renderInput(inputProps, type) {
4274
4274
 
4275
4275
  const _hoisted_1$g = { class: "form-section" };
4276
4276
  const _hoisted_2$b = { class: "form-section__header" };
4277
- const _hoisted_3$7 = { class: "form-section__header-title" };
4277
+ const _hoisted_3$8 = { class: "form-section__header-title" };
4278
4278
  const _hoisted_4$5 = { class: "form-section__body" };
4279
4279
  var script$g = /*#__PURE__*/ vue.defineComponent({
4280
4280
  props: {
@@ -4284,7 +4284,7 @@ var script$g = /*#__PURE__*/ vue.defineComponent({
4284
4284
  return (_ctx, _cache) => {
4285
4285
  return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$g, [
4286
4286
  vue.createElementVNode("div", _hoisted_2$b, [
4287
- vue.createElementVNode("p", _hoisted_3$7, vue.toDisplayString(__props.title), 1 /* TEXT */)
4287
+ vue.createElementVNode("p", _hoisted_3$8, vue.toDisplayString(__props.title), 1 /* TEXT */)
4288
4288
  ]),
4289
4289
  vue.createElementVNode("div", _hoisted_4$5, [
4290
4290
  vue.renderSlot(_ctx.$slots, "default")
@@ -4362,12 +4362,12 @@ var script$f = {
4362
4362
  const _withScopeId$5 = n => (vue.pushScopeId("data-v-19107abc"),n=n(),vue.popScopeId(),n);
4363
4363
  const _hoisted_1$f = { class: "form-body-wrap" };
4364
4364
  const _hoisted_2$a = /*#__PURE__*/ _withScopeId$5(() => /*#__PURE__*/vue.createElementVNode("div", { class: "form-body-wrap__header" }, null, -1 /* HOISTED */));
4365
- const _hoisted_3$6 = { class: "form-body-wrap__content" };
4365
+ const _hoisted_3$7 = { class: "form-body-wrap__content" };
4366
4366
 
4367
4367
  function render(_ctx, _cache, $props, $setup, $data, $options) {
4368
4368
  return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$f, [
4369
4369
  _hoisted_2$a,
4370
- vue.createElementVNode("div", _hoisted_3$6, [
4370
+ vue.createElementVNode("div", _hoisted_3$7, [
4371
4371
  vue.renderSlot(_ctx.$slots, "default")
4372
4372
  ])
4373
4373
  ]))
@@ -4655,12 +4655,12 @@ var types = /*#__PURE__*/Object.freeze({
4655
4655
  __proto__: null
4656
4656
  });
4657
4657
 
4658
- var css_248z$e = "*{\r\n --extra-fast :0.1s;\r\n --fast :0.2s;\r\n --medium :0.3s;\r\n\r\n box-sizing: border-box;\r\n --primary: #3949ab\r\n}\r\nhtml, body, #app{\r\n height: 100%;\r\n}\r\nbody{\r\n margin: 0;\r\n}\r\nul{\r\n text-align: left;\r\n}\r\n.flex{\r\n display: flex;\r\n}\r\n.flex_column{\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n.flex_center{\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n.flex_full{\r\n flex-grow: 1;\r\n}\r\n.grid{\r\n display: grid;\r\n}\r\n.link{\r\n text-decoration: var(--link-decoration);\r\n color: var(--link-color);\r\n}\r\n.link_hover-underline:hover,\r\n.link_hover_underline:hover{\r\n text-decoration: underline;\r\n}\r\n.link_full{\r\n position: absolute;\r\n height: 100%;\r\n width: 100%;\r\n left: 0;\r\n top:0;\r\n}\r\n.text_sm{\r\n font-weight: 400;\r\n font-size: 12px;\r\n line-height: 16px;\r\n}\r\n.text_md{\r\n font-size: 14px;\r\n line-height: 20px;\r\n}\r\n.text_lg{\r\n font-size: 16px;\r\n line-height: 24px;\r\n}\r\n.text_size_xxl{\r\n font-size: 18px;\r\n line-height: 25px;\r\n}\r\n.text_center{\r\n text-align: center;\r\n}\r\n.text_bold{\r\n font-weight: 600;\r\n}\r\n.text_nowrap{\r\n white-space: nowrap;\r\n}\r\n.text_right{\r\n text-align: right;\r\n}\r\n.text_center{\r\n text-align: center;\r\n}\r\n.text_size_sm{\r\n font-size: 12px;\r\n line-height: 130%;\r\n}\r\n.text_size_md{\r\n font-size: 14px;\r\n line-height: 140%;\r\n}\r\n.text_error{\r\n color: red;\r\n}\r\n.title_sm{\r\n font-weight: 600;\r\n font-size: 16px;\r\n line-height: 24px;\r\n}\r\n.title_md{\r\n font-weight: 600;\r\n font-size: 24px;\r\n line-height: 32px;\r\n}\r\n.title_lg{\r\n font-weight: bold;\r\n font-size: 32px;\r\n line-height: 48px;\r\n}\r\n.title_xxl{\r\n font-weight: bold;\r\n font-size: 48px;\r\n line-height: 64px;\r\n}\r\n.cursor_pointer{\r\n cursor: pointer;\r\n}\r\n.cursor_default{\r\n cursor: default;\r\n}\r\nbutton{\r\n outline: none;\r\n user-select: none;\r\n\r\n transition: background-color 0.2s;\r\n}\r\n.button{\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n\r\n outline: none;\r\n}\r\n.button_main{\r\n background-color: var(--button-background);\r\n color: var(--button-color);\r\n}\r\n.button_main:focus{\r\n background-color: var(--button-background-active);\r\n}\r\n.button_main:active{\r\n background-color: var(--button-background-active);\r\n}\r\n.button_white{\r\n background-color: var(--white);\r\n color: var(--main);\r\n}\r\n.button_sm{\r\n height: 30px;\r\n width: 130px;\r\n}\r\n.button_shadow{\r\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);\r\n}\r\n.button_lg{\r\n font-weight: 600;\r\n font-size: 16px;\r\n line-height: 24px;\r\n\r\n padding: 12px 0;\r\n height: 50px;\r\n width: 200px;\r\n}\r\n.button_disabled{\r\n background-color: var(--gray-1);\r\n}\r\n.button_resolve{\r\n background-color: var(--main);\r\n color: var(--white);\r\n border-radius: 2px;\r\n}\r\n.button_reject{\r\n border: 1px solid var(--color-dark);\r\n border-radius: 2px;\r\n}\r\n.button_md{\r\n height: 30px;\r\n padding: 0 10px;\r\n\r\n min-width: 80px;\r\n}\r\n.button_disabled{\r\n background-color: var(--button-disabled-background-color);\r\n cursor: pointer !important;\r\n}\r\n*{\r\n\r\n\r\n\r\n}\r\n.color_main,\r\n.color__text_main{\r\n color: var(--main);\r\n}\r\n.color__text_black{\r\n color: var(--black-1);\r\n}\r\n.color__text_gray{\r\n color: var(--text-gray);\r\n}\r\n.color__text_red,\r\n.color_red{\r\n color: var(--red);\r\n}\r\n.color__text_white{\r\n color: var(--white);\r\n}\r\n.background_orange{\r\n background-color: var(--orange)\r\n}\r\n.background_red{\r\n background-color: var(--red)\r\n}\r\n.color_dark{\r\n color: var(--dark);\r\n}\r\n.color_light{\r\n color: var(--light);\r\n}\r\n.move-vertical-enter-active,\r\n.move-vertical-leave-active {\r\n transition: transform 0.5s ease;\r\n}\r\n.move-vertical-enter-from,\r\n.move-vertical-leave-to {\r\n transform: translateY(-10px);\r\n}\r\n.move-horizontal-enter-active,\r\n.move-horizontal-leave-active {\r\n transition: transform 0.5s;\r\n}\r\n.move-horizontal-enter-from,\r\n.move-horizontal-leave-to {\r\n transform: translateX(-40px);\r\n}\r\n.modal-vertical-enter-active , .modal-vertical-leave-active, .modal-default {\r\n transition: transform var(--medium);\r\n}\r\n.modal-vertical-enter-active .modal-default, .modal-vertical-leave-active .modal-default{\r\n transform: translateY(-100px);\r\n}\r\n.move-vertical-fast-enter-active,\r\n.move-vertical-fast-leave-active {\r\n transition: transform var(--fast) ease;\r\n}\r\n.move-vertical-fast-enter-from,\r\n.move-vertical-fast-leave-to {\r\n transform: translateY(-20px);\r\n}\r\n.slide-up-enter-active,\r\n.slide-up-leave-active {\r\n transition: transform var(--fast) ease;\r\n}\r\n.slide-up-enter-from,\r\n.slide-up-leave-to {\r\n transform: translateY(20px);\r\n}\r\n.opacity-enter-active,\r\n.opacity-leave-active {\r\n transition: opacity var(--fast) ease;\r\n}\r\n.opacity-enter-from,\r\n.opacity-leave-to {\r\n opacity: 0;\r\n}\r\n.modal-default{\r\n background-color: var(--white);\r\n position: relative;\r\n z-index: 1;\r\n\r\n width: auto;\r\n\r\n background: var(--white);\r\n border-radius: var(--border-radius);\r\n\r\n\r\n}\r\n.modal-default__head{\r\n background-color: var(--black-1);\r\n text-align: center;\r\n padding: 5px 0;\r\n border-radius: 6px 6px 0 0;\r\n}\r\n.modal-default__body{\r\n gap: 20px;\r\n padding: 0 15px;\r\n}\r\n.modal-default__foot{\r\n padding: 30px 0;\r\n display: flex;\r\n justify-content: center;\r\n}\r\n.tooltip-help-elem{}\r\n.hint-tooltip{\r\n display: block;\r\n\r\n z-index: 222;\r\n margin: auto;\r\n pointer-events: none;\r\n\r\n box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);\r\n}\r\n.tooltip-help-circle-in,\r\n.tooltip-help-circle-out{\r\n border-radius: 50%;\r\n}\r\n.tooltip-help-undefined{\r\n border-radius: 50px;\r\n}\r\n.tooltip-card{\r\n position: fixed;\r\n z-index: 315;\r\n\r\n display: flex;\r\n flex-direction: column;\r\n\r\n width: 480px;\r\n height: fit-content;\r\n\r\n margin: auto;\r\n\r\n border-radius: 10px;\r\n background-color: var(--hint-background);\r\n\r\n cursor: default;\r\n}\r\n.tooltip-card__foot{\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n\r\n background-color: var(--hint-background-navigation);\r\n border-radius: 10px;\r\n\r\n padding: 20px ;\r\n}\r\n.tooltip-card__foot-current{\r\n font-weight: 600;\r\n font-size: 20px;\r\n line-height: 24px;\r\n\r\n color: var(--white);\r\n}\r\n.tooltip-card__body{\r\n position: relative;\r\n display: flex;\r\n flex-direction: column;\r\n\r\n gap: 8px;\r\n\r\n padding: 20px 20px 10px 20px;\r\n}\r\n.tooltip-card__body-title{\r\n font-weight: bold;\r\n font-size: 20px;\r\n line-height: 24px;\r\n\r\n color: var(--white);\r\n}\r\n.tooltip-card__body-text{\r\n font-size: 16px;\r\n line-height: 24px;\r\n\r\n color: var(--white);\r\n}\r\n.tooltip-card__foot-button_back{\r\n background-color: var(--main-1);\r\n}\r\n.tooltip-card__foot-button_next{\r\n background-color: var(--hint);\r\n}\r\n.tooltip-card__body-close{\r\n position: absolute;\r\n right: 22px;\r\n top: 12px;\r\n width: 20px;\r\n height: 16px;\r\n opacity: 0.3;\r\n\r\n cursor: pointer;\r\n}\r\n.tooltip-card__body-close:hover {\r\n opacity: 1;\r\n}\r\n.tooltip-card__body-close:before,\r\n.tooltip-card__body-close:after {\r\n position: absolute;\r\n left: 15px;\r\n content: ' ';\r\n height: 21px;\r\n width: 2px;\r\n background-color: white;\r\n}\r\n.tooltip-card__body-close:before {\r\n transform: rotate(45deg);\r\n}\r\n.tooltip-card__body-close:after {\r\n transform: rotate(-45deg);\r\n}\r\n.tooltip-card-container-wrap{\r\n pointer-events: none;\r\n position: absolute;\r\n left: 0;\r\n top:0;\r\n\r\n z-index: 123132;\r\n\r\n height: 100%;\r\n width: 100%;\r\n}\r\n.tooltip-card-container-wrap>div{\r\n\r\n height: 100%;\r\n width: 100%;\r\n\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.tester-box-tooltip{\r\n pointer-events: all;\r\n}\r\n.position_relative{\r\n position: relative;\r\n}\r\n.position_absolute{\r\n position: absolute;\r\n}\r\n.gap_5{\r\n gap: 5px;\r\n}\r\n.gap_10{\r\n gap: 10px;\r\n}\r\n.gap_20{\r\n gap: 20px;\r\n}\r\n.margin-0{\r\n margin: 0;\r\n}\r\n.widget-input{\r\n\tbackground-color: var(--input-background);\r\n\tborder: var(--input-border);\r\n\tborder-radius: var(--input-border-radius);\r\n\tcolor: var(--input-color);\r\n}\r\n.widget-input:disabled{\r\n\tbackground-color: var(--input-background-disabled);\r\n\tborder: var(--input-border-disabled);\r\n}\r\n.widget-input[error=\"true\"] {\r\n\tborder: var(--input-border-error);\r\n}\r\n.widget-input::placeholder{\r\n\tcolor: var(--input-placeholder-color);\r\n}\r\n.widget-input:disabled::placeholder{\r\n\tcolor: var(--input-placeholder-color-disabled);\r\n}\r\n.input_error{\r\n\tborder: 1px solid red !important;\r\n}\r\n.input_size_md{\r\n\theight: var(--input-height);\r\n}\r\n.input-title{\r\n\tfont-size: 12px;\r\n\tline-height: 16px;\r\n\tcolor: #667085;\r\n\r\n\tmargin: 4px 0;\r\n}\r\n.widget-table{\r\n border-collapse: collapse;\r\n}\r\n.widget-table_mini{\r\n\r\n}\r\n.widget-table_mini p{\r\n margin: 0;\r\n}\r\n.list-cell-link>a{\r\n position: absolute;\r\n left: 0;\r\n top:0;\r\n z-index: 1;\r\n height: 100%;\r\n width: 100%;\r\n\r\n cursor: pointer;\r\n}\r\n.list-cell-link>p{\r\n font-weight: 500;\r\n}\r\n.widget-table__cell{\r\n padding: 0 20px;\r\n font-weight: 400;\r\n font-size: 14px;\r\n line-height: 19px;\r\n\r\n color: #4F4F4F;\r\n}\r\n";
4658
+ var css_248z$e = "*{\r\n --extra-fast :0.1s;\r\n --fast :0.2s;\r\n --medium :0.3s;\r\n\r\n box-sizing: border-box;\r\n --primary: #3949ab\r\n}\r\nhtml, body, #app{\r\n height: 100%;\r\n}\r\nbody{\r\n margin: 0;\r\n}\r\nul{\r\n text-align: left;\r\n}\r\n.flex{\r\n display: flex;\r\n}\r\n.flex_column{\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n.flex_center{\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n.flex_full{\r\n flex-grow: 1;\r\n}\r\n.grid{\r\n display: grid;\r\n}\r\n.link{\r\n text-decoration: var(--link-decoration);\r\n color: var(--link-color);\r\n}\r\n.link_hover-underline:hover,\r\n.link_hover_underline:hover{\r\n text-decoration: underline;\r\n}\r\n.link_full{\r\n position: absolute;\r\n height: 100%;\r\n width: 100%;\r\n left: 0;\r\n top:0;\r\n}\r\n.text_sm{\r\n font-weight: 400;\r\n font-size: 12px;\r\n line-height: 16px;\r\n}\r\n.text_md{\r\n font-size: 14px;\r\n line-height: 20px;\r\n}\r\n.text_lg{\r\n font-size: 16px;\r\n line-height: 24px;\r\n}\r\n.text_size_xxl{\r\n font-size: 18px;\r\n line-height: 25px;\r\n}\r\n.text_center{\r\n text-align: center;\r\n}\r\n.text_bold{\r\n font-weight: 600;\r\n}\r\n.text_nowrap{\r\n white-space: nowrap;\r\n}\r\n.text_right{\r\n text-align: right;\r\n}\r\n.text_center{\r\n text-align: center;\r\n}\r\n.text_size_sm{\r\n font-size: 12px;\r\n line-height: 130%;\r\n}\r\n.text_size_md{\r\n font-size: 14px;\r\n line-height: 140%;\r\n}\r\n.text_error{\r\n color: red;\r\n}\r\n.title_sm{\r\n font-weight: 600;\r\n font-size: 16px;\r\n line-height: 24px;\r\n}\r\n.title_md{\r\n font-weight: 600;\r\n font-size: 24px;\r\n line-height: 32px;\r\n}\r\n.title_lg{\r\n font-weight: bold;\r\n font-size: 32px;\r\n line-height: 48px;\r\n}\r\n.title_xxl{\r\n font-weight: bold;\r\n font-size: 48px;\r\n line-height: 64px;\r\n}\r\n.cursor_pointer{\r\n cursor: pointer;\r\n}\r\n.cursor_default{\r\n cursor: default;\r\n}\r\nbutton{\r\n outline: none;\r\n user-select: none;\r\n\r\n transition: background-color 0.2s;\r\n}\r\n.button{\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n\r\n outline: none;\r\n}\r\n.button_main{\r\n background-color: var(--button-background);\r\n color: var(--button-color);\r\n}\r\n.button_main:focus{\r\n background-color: var(--button-background-active);\r\n}\r\n.button_main:active{\r\n background-color: var(--button-background-active);\r\n}\r\n.button_white{\r\n background-color: var(--white);\r\n color: var(--main);\r\n}\r\n.button_sm{\r\n height: 30px;\r\n width: 130px;\r\n}\r\n.button_shadow{\r\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);\r\n}\r\n.button_lg{\r\n font-weight: 600;\r\n font-size: 16px;\r\n line-height: 24px;\r\n\r\n padding: 12px 0;\r\n height: 50px;\r\n width: 200px;\r\n}\r\n.button_disabled{\r\n background-color: var(--gray-1);\r\n}\r\n.button_resolve{\r\n background-color: var(--main);\r\n color: var(--white);\r\n border-radius: 2px;\r\n}\r\n.button_reject{\r\n border: 1px solid var(--color-dark);\r\n border-radius: 2px;\r\n}\r\n.button_md{\r\n height: 30px;\r\n padding: 0 10px;\r\n\r\n min-width: 80px;\r\n}\r\n.button_disabled{\r\n background-color: var(--button-disabled-background-color);\r\n cursor: pointer !important;\r\n}\r\n*{\r\n\r\n\r\n\r\n}\r\n.color_main,\r\n.color__text_main{\r\n color: var(--main);\r\n}\r\n.color__text_black{\r\n color: var(--black-1);\r\n}\r\n.color__text_gray{\r\n color: var(--text-gray);\r\n}\r\n.color__text_red,\r\n.color_red{\r\n color: var(--red);\r\n}\r\n.color__text_white{\r\n color: var(--white);\r\n}\r\n.background_orange{\r\n background-color: var(--orange)\r\n}\r\n.background_red{\r\n background-color: var(--red)\r\n}\r\n.color_dark{\r\n color: var(--dark);\r\n}\r\n.color_light{\r\n color: var(--light);\r\n}\r\n.move-vertical-enter-active,\r\n.move-vertical-leave-active {\r\n transition: transform 0.5s ease;\r\n}\r\n.move-vertical-enter-from,\r\n.move-vertical-leave-to {\r\n transform: translateY(-10px);\r\n}\r\n.move-horizontal-enter-active,\r\n.move-horizontal-leave-active {\r\n transition: transform 0.5s;\r\n}\r\n.move-horizontal-enter-from,\r\n.move-horizontal-leave-to {\r\n transform: translateX(-40px);\r\n}\r\n.modal-vertical-enter-active , .modal-vertical-leave-active, .modal-default {\r\n transition: transform var(--medium);\r\n}\r\n.modal-vertical-enter-active .modal-default, .modal-vertical-leave-active .modal-default{\r\n transform: translateY(-100px);\r\n}\r\n.move-vertical-fast-enter-active,\r\n.move-vertical-fast-leave-active {\r\n transition: transform var(--fast) ease;\r\n}\r\n.move-vertical-fast-enter-from,\r\n.move-vertical-fast-leave-to {\r\n transform: translateY(-20px);\r\n}\r\n.slide-up-enter-active,\r\n.slide-up-leave-active {\r\n transition: transform var(--fast) ease, opacity var(--fast);\r\n\r\n}\r\n.slide-up-enter-from,\r\n.slide-up-leave-to {\r\n transform: translateY(20px);\r\n opacity: 0;\r\n}\r\n.opacity-enter-active,\r\n.opacity-leave-active {\r\n transition: opacity var(--fast) ease;\r\n}\r\n.opacity-enter-from,\r\n.opacity-leave-to {\r\n opacity: 0;\r\n}\r\n.modal-default{\r\n background-color: var(--white);\r\n position: relative;\r\n z-index: 1;\r\n\r\n width: auto;\r\n\r\n background: var(--white);\r\n border-radius: var(--border-radius);\r\n\r\n\r\n}\r\n.modal-default__head{\r\n background-color: var(--black-1);\r\n text-align: center;\r\n padding: 5px 0;\r\n border-radius: 6px 6px 0 0;\r\n}\r\n.modal-default__body{\r\n gap: 20px;\r\n padding: 0 15px;\r\n}\r\n.modal-default__foot{\r\n padding: 30px 0;\r\n display: flex;\r\n justify-content: center;\r\n}\r\n.tooltip-help-elem{}\r\n.hint-tooltip{\r\n display: block;\r\n\r\n z-index: 222;\r\n margin: auto;\r\n pointer-events: none;\r\n\r\n box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);\r\n}\r\n.tooltip-help-circle-in,\r\n.tooltip-help-circle-out{\r\n border-radius: 50%;\r\n}\r\n.tooltip-help-undefined{\r\n border-radius: 50px;\r\n}\r\n.tooltip-card{\r\n position: fixed;\r\n z-index: 315;\r\n\r\n display: flex;\r\n flex-direction: column;\r\n\r\n width: 480px;\r\n height: fit-content;\r\n\r\n margin: auto;\r\n\r\n border-radius: 10px;\r\n background-color: var(--hint-background);\r\n\r\n cursor: default;\r\n}\r\n.tooltip-card__foot{\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n\r\n background-color: var(--hint-background-navigation);\r\n border-radius: 10px;\r\n\r\n padding: 20px ;\r\n}\r\n.tooltip-card__foot-current{\r\n font-weight: 600;\r\n font-size: 20px;\r\n line-height: 24px;\r\n\r\n color: var(--white);\r\n}\r\n.tooltip-card__body{\r\n position: relative;\r\n display: flex;\r\n flex-direction: column;\r\n\r\n gap: 8px;\r\n\r\n padding: 20px 20px 10px 20px;\r\n}\r\n.tooltip-card__body-title{\r\n font-weight: bold;\r\n font-size: 20px;\r\n line-height: 24px;\r\n\r\n color: var(--white);\r\n}\r\n.tooltip-card__body-text{\r\n font-size: 16px;\r\n line-height: 24px;\r\n\r\n color: var(--white);\r\n}\r\n.tooltip-card__foot-button_back{\r\n background-color: var(--main-1);\r\n}\r\n.tooltip-card__foot-button_next{\r\n background-color: var(--hint);\r\n}\r\n.tooltip-card__body-close{\r\n position: absolute;\r\n right: 22px;\r\n top: 12px;\r\n width: 20px;\r\n height: 16px;\r\n opacity: 0.3;\r\n\r\n cursor: pointer;\r\n}\r\n.tooltip-card__body-close:hover {\r\n opacity: 1;\r\n}\r\n.tooltip-card__body-close:before,\r\n.tooltip-card__body-close:after {\r\n position: absolute;\r\n left: 15px;\r\n content: ' ';\r\n height: 21px;\r\n width: 2px;\r\n background-color: white;\r\n}\r\n.tooltip-card__body-close:before {\r\n transform: rotate(45deg);\r\n}\r\n.tooltip-card__body-close:after {\r\n transform: rotate(-45deg);\r\n}\r\n.tooltip-card-container-wrap{\r\n pointer-events: none;\r\n position: absolute;\r\n left: 0;\r\n top:0;\r\n\r\n z-index: 123132;\r\n\r\n height: 100%;\r\n width: 100%;\r\n}\r\n.tooltip-card-container-wrap>div{\r\n\r\n height: 100%;\r\n width: 100%;\r\n\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.tester-box-tooltip{\r\n pointer-events: all;\r\n}\r\n.position_relative{\r\n position: relative;\r\n}\r\n.position_absolute{\r\n position: absolute;\r\n}\r\n.gap_5{\r\n gap: 5px;\r\n}\r\n.gap_10{\r\n gap: 10px;\r\n}\r\n.gap_20{\r\n gap: 20px;\r\n}\r\n.margin-0{\r\n margin: 0;\r\n}\r\n.widget-input{\r\n\tbackground-color: var(--input-background);\r\n\tborder: var(--input-border);\r\n\tborder-radius: var(--input-border-radius);\r\n\tcolor: var(--input-color);\r\n}\r\n.widget-input:disabled{\r\n\tbackground-color: var(--input-background-disabled);\r\n\tborder: var(--input-border-disabled);\r\n}\r\n.widget-input[error=\"true\"] {\r\n\tborder: var(--input-border-error);\r\n}\r\n.widget-input::placeholder{\r\n\tcolor: var(--input-placeholder-color);\r\n}\r\n.widget-input:disabled::placeholder{\r\n\tcolor: var(--input-placeholder-color-disabled);\r\n}\r\n.input_error{\r\n\tborder: 1px solid red !important;\r\n}\r\n.input_size_md{\r\n\theight: var(--input-height);\r\n}\r\n.input-title{\r\n\tfont-size: 12px;\r\n\tline-height: 16px;\r\n\tcolor: #667085;\r\n\r\n\tmargin: 4px 0;\r\n}\r\n.widget-table{\r\n border-collapse: collapse;\r\n}\r\n.widget-table_mini{\r\n\r\n}\r\n.widget-table_mini p{\r\n margin: 0;\r\n}\r\n.list-cell-link>a{\r\n position: absolute;\r\n left: 0;\r\n top:0;\r\n z-index: 1;\r\n height: 100%;\r\n width: 100%;\r\n\r\n cursor: pointer;\r\n}\r\n.list-cell-link>p{\r\n font-weight: 500;\r\n}\r\n.widget-table__cell{\r\n padding: 0 20px;\r\n font-weight: 400;\r\n font-size: 14px;\r\n line-height: 19px;\r\n\r\n color: #4F4F4F;\r\n}\r\n";
4659
4659
  styleInject(css_248z$e);
4660
4660
 
4661
4661
  const _hoisted_1$e = { class: "container-navigation-row" };
4662
4662
  const _hoisted_2$9 = { class: "navigation-row__title text_size_md" };
4663
- const _hoisted_3$5 = {
4663
+ const _hoisted_3$6 = {
4664
4664
  key: 0,
4665
4665
  class: "navigation-row-children"
4666
4666
  };
@@ -4677,15 +4677,44 @@ var script$e = /*#__PURE__*/ vue.defineComponent({
4677
4677
  emits('toggle');
4678
4678
  }
4679
4679
  const router = vueRouter.useRouter();
4680
- const route = vueRouter.useRoute();
4681
- const activeByRoute = vue.computed(() => new RegExp(props.record.activeMatch || props.record.link).test(route.path));
4680
+ vueRouter.useRoute();
4681
+ /**
4682
+ * @description Function check NavigationRecordRow and return true if current
4683
+ * route is matched with row.link
4684
+ * */
4685
+ const checkRow = (row) => {
4686
+ const currentPath = router.currentRoute.value.path;
4687
+ try {
4688
+ const resolved = router.resolve(row.link);
4689
+ return resolved.path === currentPath;
4690
+ }
4691
+ catch (e) {
4692
+ console.log("+", row);
4693
+ }
4694
+ return false;
4695
+ };
4696
+ /**
4697
+ * @description Checking array of NavigationRecordRow, return true, if current
4698
+ * route is matched or one of the children row is matched
4699
+ * */
4700
+ function checkChildren(children) {
4701
+ for (let i = 0; i < children.length; i++) {
4702
+ const row = children[i];
4703
+ if (checkRow(row))
4704
+ return true;
4705
+ if (row.children && checkChildren(row.children))
4706
+ return true;
4707
+ }
4708
+ return false;
4709
+ }
4710
+ const activeRow = vue.computed(() => checkChildren([props.record]));
4682
4711
  return (_ctx, _cache) => {
4683
4712
  var _a, _b;
4684
4713
  return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$e, [
4685
4714
  vue.createElementVNode("div", {
4686
4715
  class: vue.normalizeClass(["navigation-row", {
4687
4716
  'navigation-row_bold': (_a = __props.record.children) === null || _a === void 0 ? void 0 : _a.length,
4688
- 'navigation-row_active': vue.unref(activeByRoute),
4717
+ 'navigation-row_active': vue.unref(activeRow),
4689
4718
  }]),
4690
4719
  onClick: _cache[0] || (_cache[0] = ($event) => (activateRecord()))
4691
4720
  }, [
@@ -4697,13 +4726,13 @@ var script$e = /*#__PURE__*/ vue.defineComponent({
4697
4726
  ((_b = __props.record.children) === null || _b === void 0 ? void 0 : _b.length)
4698
4727
  ? (vue.openBlock(), vue.createBlock(script$R, {
4699
4728
  key: 0,
4700
- class: vue.normalizeClass([{ 'navigation-row__toggle_active': vue.unref(activeByRoute) }, "navigation-row__toggle"]),
4729
+ class: vue.normalizeClass([{ 'navigation-row__toggle_active': vue.unref(activeRow) }, "navigation-row__toggle"]),
4701
4730
  name: "angle-right"
4702
4731
  }, null, 8 /* PROPS */, ["class"]))
4703
4732
  : vue.createCommentVNode("v-if", true)
4704
4733
  ], 2 /* CLASS */),
4705
- (vue.unref(activeByRoute))
4706
- ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$5, [
4734
+ (vue.unref(activeRow))
4735
+ ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$6, [
4707
4736
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.record.children, (elem, index) => {
4708
4737
  return (vue.openBlock(), vue.createBlock(script$e, {
4709
4738
  key: index,
@@ -4723,465 +4752,6 @@ styleInject(css_248z$d);
4723
4752
  script$e.__scopeId = "data-v-476fe206";
4724
4753
  script$e.__file = "core/widgets/interface/interface-navigation-row.vue";
4725
4754
 
4726
- var objectHash = {exports: {}};
4727
-
4728
- (function (module, exports) {
4729
-
4730
- var crypto = require$$0__default["default"];
4731
-
4732
- /**
4733
- * Exported function
4734
- *
4735
- * Options:
4736
- *
4737
- * - `algorithm` hash algo to be used by this instance: *'sha1', 'md5'
4738
- * - `excludeValues` {true|*false} hash object keys, values ignored
4739
- * - `encoding` hash encoding, supports 'buffer', '*hex', 'binary', 'base64'
4740
- * - `ignoreUnknown` {true|*false} ignore unknown object types
4741
- * - `replacer` optional function that replaces values before hashing
4742
- * - `respectFunctionProperties` {*true|false} consider function properties when hashing
4743
- * - `respectFunctionNames` {*true|false} consider 'name' property of functions for hashing
4744
- * - `respectType` {*true|false} Respect special properties (prototype, constructor)
4745
- * when hashing to distinguish between types
4746
- * - `unorderedArrays` {true|*false} Sort all arrays before hashing
4747
- * - `unorderedSets` {*true|false} Sort `Set` and `Map` instances before hashing
4748
- * * = default
4749
- *
4750
- * @param {object} object value to hash
4751
- * @param {object} options hashing options
4752
- * @return {string} hash value
4753
- * @api public
4754
- */
4755
- exports = module.exports = objectHash;
4756
-
4757
- function objectHash(object, options){
4758
- options = applyDefaults(object, options);
4759
-
4760
- return hash(object, options);
4761
- }
4762
-
4763
- /**
4764
- * Exported sugar methods
4765
- *
4766
- * @param {object} object value to hash
4767
- * @return {string} hash value
4768
- * @api public
4769
- */
4770
- exports.sha1 = function(object){
4771
- return objectHash(object);
4772
- };
4773
- exports.keys = function(object){
4774
- return objectHash(object, {excludeValues: true, algorithm: 'sha1', encoding: 'hex'});
4775
- };
4776
- exports.MD5 = function(object){
4777
- return objectHash(object, {algorithm: 'md5', encoding: 'hex'});
4778
- };
4779
- exports.keysMD5 = function(object){
4780
- return objectHash(object, {algorithm: 'md5', encoding: 'hex', excludeValues: true});
4781
- };
4782
-
4783
- // Internals
4784
- var hashes = crypto.getHashes ? crypto.getHashes().slice() : ['sha1', 'md5'];
4785
- hashes.push('passthrough');
4786
- var encodings = ['buffer', 'hex', 'binary', 'base64'];
4787
-
4788
- function applyDefaults(object, sourceOptions){
4789
- sourceOptions = sourceOptions || {};
4790
-
4791
- // create a copy rather than mutating
4792
- var options = {};
4793
- options.algorithm = sourceOptions.algorithm || 'sha1';
4794
- options.encoding = sourceOptions.encoding || 'hex';
4795
- options.excludeValues = sourceOptions.excludeValues ? true : false;
4796
- options.algorithm = options.algorithm.toLowerCase();
4797
- options.encoding = options.encoding.toLowerCase();
4798
- options.ignoreUnknown = sourceOptions.ignoreUnknown !== true ? false : true; // default to false
4799
- options.respectType = sourceOptions.respectType === false ? false : true; // default to true
4800
- options.respectFunctionNames = sourceOptions.respectFunctionNames === false ? false : true;
4801
- options.respectFunctionProperties = sourceOptions.respectFunctionProperties === false ? false : true;
4802
- options.unorderedArrays = sourceOptions.unorderedArrays !== true ? false : true; // default to false
4803
- options.unorderedSets = sourceOptions.unorderedSets === false ? false : true; // default to false
4804
- options.unorderedObjects = sourceOptions.unorderedObjects === false ? false : true; // default to true
4805
- options.replacer = sourceOptions.replacer || undefined;
4806
- options.excludeKeys = sourceOptions.excludeKeys || undefined;
4807
-
4808
- if(typeof object === 'undefined') {
4809
- throw new Error('Object argument required.');
4810
- }
4811
-
4812
- // if there is a case-insensitive match in the hashes list, accept it
4813
- // (i.e. SHA256 for sha256)
4814
- for (var i = 0; i < hashes.length; ++i) {
4815
- if (hashes[i].toLowerCase() === options.algorithm.toLowerCase()) {
4816
- options.algorithm = hashes[i];
4817
- }
4818
- }
4819
-
4820
- if(hashes.indexOf(options.algorithm) === -1){
4821
- throw new Error('Algorithm "' + options.algorithm + '" not supported. ' +
4822
- 'supported values: ' + hashes.join(', '));
4823
- }
4824
-
4825
- if(encodings.indexOf(options.encoding) === -1 &&
4826
- options.algorithm !== 'passthrough'){
4827
- throw new Error('Encoding "' + options.encoding + '" not supported. ' +
4828
- 'supported values: ' + encodings.join(', '));
4829
- }
4830
-
4831
- return options;
4832
- }
4833
-
4834
- /** Check if the given function is a native function */
4835
- function isNativeFunction(f) {
4836
- if ((typeof f) !== 'function') {
4837
- return false;
4838
- }
4839
- var exp = /^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i;
4840
- return exp.exec(Function.prototype.toString.call(f)) != null;
4841
- }
4842
-
4843
- function hash(object, options) {
4844
- var hashingStream;
4845
-
4846
- if (options.algorithm !== 'passthrough') {
4847
- hashingStream = crypto.createHash(options.algorithm);
4848
- } else {
4849
- hashingStream = new PassThrough();
4850
- }
4851
-
4852
- if (typeof hashingStream.write === 'undefined') {
4853
- hashingStream.write = hashingStream.update;
4854
- hashingStream.end = hashingStream.update;
4855
- }
4856
-
4857
- var hasher = typeHasher(options, hashingStream);
4858
- hasher.dispatch(object);
4859
- if (!hashingStream.update) {
4860
- hashingStream.end('');
4861
- }
4862
-
4863
- if (hashingStream.digest) {
4864
- return hashingStream.digest(options.encoding === 'buffer' ? undefined : options.encoding);
4865
- }
4866
-
4867
- var buf = hashingStream.read();
4868
- if (options.encoding === 'buffer') {
4869
- return buf;
4870
- }
4871
-
4872
- return buf.toString(options.encoding);
4873
- }
4874
-
4875
- /**
4876
- * Expose streaming API
4877
- *
4878
- * @param {object} object Value to serialize
4879
- * @param {object} options Options, as for hash()
4880
- * @param {object} stream A stream to write the serializiation to
4881
- * @api public
4882
- */
4883
- exports.writeToStream = function(object, options, stream) {
4884
- if (typeof stream === 'undefined') {
4885
- stream = options;
4886
- options = {};
4887
- }
4888
-
4889
- options = applyDefaults(object, options);
4890
-
4891
- return typeHasher(options, stream).dispatch(object);
4892
- };
4893
-
4894
- function typeHasher(options, writeTo, context){
4895
- context = context || [];
4896
- var write = function(str) {
4897
- if (writeTo.update) {
4898
- return writeTo.update(str, 'utf8');
4899
- } else {
4900
- return writeTo.write(str, 'utf8');
4901
- }
4902
- };
4903
-
4904
- return {
4905
- dispatch: function(value){
4906
- if (options.replacer) {
4907
- value = options.replacer(value);
4908
- }
4909
-
4910
- var type = typeof value;
4911
- if (value === null) {
4912
- type = 'null';
4913
- }
4914
-
4915
- //console.log("[DEBUG] Dispatch: ", value, "->", type, " -> ", "_" + type);
4916
-
4917
- return this['_' + type](value);
4918
- },
4919
- _object: function(object) {
4920
- var pattern = (/\[object (.*)\]/i);
4921
- var objString = Object.prototype.toString.call(object);
4922
- var objType = pattern.exec(objString);
4923
- if (!objType) { // object type did not match [object ...]
4924
- objType = 'unknown:[' + objString + ']';
4925
- } else {
4926
- objType = objType[1]; // take only the class name
4927
- }
4928
-
4929
- objType = objType.toLowerCase();
4930
-
4931
- var objectNumber = null;
4932
-
4933
- if ((objectNumber = context.indexOf(object)) >= 0) {
4934
- return this.dispatch('[CIRCULAR:' + objectNumber + ']');
4935
- } else {
4936
- context.push(object);
4937
- }
4938
-
4939
- if (typeof Buffer !== 'undefined' && Buffer.isBuffer && Buffer.isBuffer(object)) {
4940
- write('buffer:');
4941
- return write(object);
4942
- }
4943
-
4944
- if(objType !== 'object' && objType !== 'function' && objType !== 'asyncfunction') {
4945
- if(this['_' + objType]) {
4946
- this['_' + objType](object);
4947
- } else if (options.ignoreUnknown) {
4948
- return write('[' + objType + ']');
4949
- } else {
4950
- throw new Error('Unknown object type "' + objType + '"');
4951
- }
4952
- }else {
4953
- var keys = Object.keys(object);
4954
- if (options.unorderedObjects) {
4955
- keys = keys.sort();
4956
- }
4957
- // Make sure to incorporate special properties, so
4958
- // Types with different prototypes will produce
4959
- // a different hash and objects derived from
4960
- // different functions (`new Foo`, `new Bar`) will
4961
- // produce different hashes.
4962
- // We never do this for native functions since some
4963
- // seem to break because of that.
4964
- if (options.respectType !== false && !isNativeFunction(object)) {
4965
- keys.splice(0, 0, 'prototype', '__proto__', 'constructor');
4966
- }
4967
-
4968
- if (options.excludeKeys) {
4969
- keys = keys.filter(function(key) { return !options.excludeKeys(key); });
4970
- }
4971
-
4972
- write('object:' + keys.length + ':');
4973
- var self = this;
4974
- return keys.forEach(function(key){
4975
- self.dispatch(key);
4976
- write(':');
4977
- if(!options.excludeValues) {
4978
- self.dispatch(object[key]);
4979
- }
4980
- write(',');
4981
- });
4982
- }
4983
- },
4984
- _array: function(arr, unordered){
4985
- unordered = typeof unordered !== 'undefined' ? unordered :
4986
- options.unorderedArrays !== false; // default to options.unorderedArrays
4987
-
4988
- var self = this;
4989
- write('array:' + arr.length + ':');
4990
- if (!unordered || arr.length <= 1) {
4991
- return arr.forEach(function(entry) {
4992
- return self.dispatch(entry);
4993
- });
4994
- }
4995
-
4996
- // the unordered case is a little more complicated:
4997
- // since there is no canonical ordering on objects,
4998
- // i.e. {a:1} < {a:2} and {a:1} > {a:2} are both false,
4999
- // we first serialize each entry using a PassThrough stream
5000
- // before sorting.
5001
- // also: we can’t use the same context array for all entries
5002
- // since the order of hashing should *not* matter. instead,
5003
- // we keep track of the additions to a copy of the context array
5004
- // and add all of them to the global context array when we’re done
5005
- var contextAdditions = [];
5006
- var entries = arr.map(function(entry) {
5007
- var strm = new PassThrough();
5008
- var localContext = context.slice(); // make copy
5009
- var hasher = typeHasher(options, strm, localContext);
5010
- hasher.dispatch(entry);
5011
- // take only what was added to localContext and append it to contextAdditions
5012
- contextAdditions = contextAdditions.concat(localContext.slice(context.length));
5013
- return strm.read().toString();
5014
- });
5015
- context = context.concat(contextAdditions);
5016
- entries.sort();
5017
- return this._array(entries, false);
5018
- },
5019
- _date: function(date){
5020
- return write('date:' + date.toJSON());
5021
- },
5022
- _symbol: function(sym){
5023
- return write('symbol:' + sym.toString());
5024
- },
5025
- _error: function(err){
5026
- return write('error:' + err.toString());
5027
- },
5028
- _boolean: function(bool){
5029
- return write('bool:' + bool.toString());
5030
- },
5031
- _string: function(string){
5032
- write('string:' + string.length + ':');
5033
- write(string.toString());
5034
- },
5035
- _function: function(fn){
5036
- write('fn:');
5037
- if (isNativeFunction(fn)) {
5038
- this.dispatch('[native]');
5039
- } else {
5040
- this.dispatch(fn.toString());
5041
- }
5042
-
5043
- if (options.respectFunctionNames !== false) {
5044
- // Make sure we can still distinguish native functions
5045
- // by their name, otherwise String and Function will
5046
- // have the same hash
5047
- this.dispatch("function-name:" + String(fn.name));
5048
- }
5049
-
5050
- if (options.respectFunctionProperties) {
5051
- this._object(fn);
5052
- }
5053
- },
5054
- _number: function(number){
5055
- return write('number:' + number.toString());
5056
- },
5057
- _xml: function(xml){
5058
- return write('xml:' + xml.toString());
5059
- },
5060
- _null: function() {
5061
- return write('Null');
5062
- },
5063
- _undefined: function() {
5064
- return write('Undefined');
5065
- },
5066
- _regexp: function(regex){
5067
- return write('regex:' + regex.toString());
5068
- },
5069
- _uint8array: function(arr){
5070
- write('uint8array:');
5071
- return this.dispatch(Array.prototype.slice.call(arr));
5072
- },
5073
- _uint8clampedarray: function(arr){
5074
- write('uint8clampedarray:');
5075
- return this.dispatch(Array.prototype.slice.call(arr));
5076
- },
5077
- _int8array: function(arr){
5078
- write('int8array:');
5079
- return this.dispatch(Array.prototype.slice.call(arr));
5080
- },
5081
- _uint16array: function(arr){
5082
- write('uint16array:');
5083
- return this.dispatch(Array.prototype.slice.call(arr));
5084
- },
5085
- _int16array: function(arr){
5086
- write('int16array:');
5087
- return this.dispatch(Array.prototype.slice.call(arr));
5088
- },
5089
- _uint32array: function(arr){
5090
- write('uint32array:');
5091
- return this.dispatch(Array.prototype.slice.call(arr));
5092
- },
5093
- _int32array: function(arr){
5094
- write('int32array:');
5095
- return this.dispatch(Array.prototype.slice.call(arr));
5096
- },
5097
- _float32array: function(arr){
5098
- write('float32array:');
5099
- return this.dispatch(Array.prototype.slice.call(arr));
5100
- },
5101
- _float64array: function(arr){
5102
- write('float64array:');
5103
- return this.dispatch(Array.prototype.slice.call(arr));
5104
- },
5105
- _arraybuffer: function(arr){
5106
- write('arraybuffer:');
5107
- return this.dispatch(new Uint8Array(arr));
5108
- },
5109
- _url: function(url) {
5110
- return write('url:' + url.toString());
5111
- },
5112
- _map: function(map) {
5113
- write('map:');
5114
- var arr = Array.from(map);
5115
- return this._array(arr, options.unorderedSets !== false);
5116
- },
5117
- _set: function(set) {
5118
- write('set:');
5119
- var arr = Array.from(set);
5120
- return this._array(arr, options.unorderedSets !== false);
5121
- },
5122
- _file: function(file) {
5123
- write('file:');
5124
- return this.dispatch([file.name, file.size, file.type, file.lastModfied]);
5125
- },
5126
- _blob: function() {
5127
- if (options.ignoreUnknown) {
5128
- return write('[blob]');
5129
- }
5130
-
5131
- throw Error('Hashing Blob objects is currently not supported\n' +
5132
- '(see https://github.com/puleos/object-hash/issues/26)\n' +
5133
- 'Use "options.replacer" or "options.ignoreUnknown"\n');
5134
- },
5135
- _domwindow: function() { return write('domwindow'); },
5136
- _bigint: function(number){
5137
- return write('bigint:' + number.toString());
5138
- },
5139
- /* Node.js standard native objects */
5140
- _process: function() { return write('process'); },
5141
- _timer: function() { return write('timer'); },
5142
- _pipe: function() { return write('pipe'); },
5143
- _tcp: function() { return write('tcp'); },
5144
- _udp: function() { return write('udp'); },
5145
- _tty: function() { return write('tty'); },
5146
- _statwatcher: function() { return write('statwatcher'); },
5147
- _securecontext: function() { return write('securecontext'); },
5148
- _connection: function() { return write('connection'); },
5149
- _zlib: function() { return write('zlib'); },
5150
- _context: function() { return write('context'); },
5151
- _nodescript: function() { return write('nodescript'); },
5152
- _httpparser: function() { return write('httpparser'); },
5153
- _dataview: function() { return write('dataview'); },
5154
- _signal: function() { return write('signal'); },
5155
- _fsevent: function() { return write('fsevent'); },
5156
- _tlswrap: function() { return write('tlswrap'); },
5157
- };
5158
- }
5159
-
5160
- // Mini-implementation of stream.PassThrough
5161
- // We are far from having need for the full implementation, and we can
5162
- // make assumptions like "many writes, then only one final read"
5163
- // and we can ignore encoding specifics
5164
- function PassThrough() {
5165
- return {
5166
- buf: '',
5167
-
5168
- write: function(b) {
5169
- this.buf += b;
5170
- },
5171
-
5172
- end: function(b) {
5173
- this.buf += b;
5174
- },
5175
-
5176
- read: function() {
5177
- return this.buf;
5178
- }
5179
- };
5180
- }
5181
- }(objectHash, objectHash.exports));
5182
-
5183
- var hash = objectHash.exports;
5184
-
5185
4755
  const _hoisted_1$d = { class: "" };
5186
4756
  var script$d = /*#__PURE__*/ vue.defineComponent({
5187
4757
  props: {
@@ -5194,7 +4764,7 @@ var script$d = /*#__PURE__*/ vue.defineComponent({
5194
4764
  * объекта.
5195
4765
  * */
5196
4766
  const parsedConfig = vue.computed(() => props.config.map(elem => {
5197
- return Object.assign(Object.assign({}, elem), { hash: hash(elem).toString() });
4767
+ return Object.assign(Object.assign({}, elem), { hash: hash__default["default"](elem).toString() });
5198
4768
  }));
5199
4769
  vue.reactive({
5200
4770
  activeRow: null
@@ -5248,7 +4818,7 @@ script$c.__file = "core/widgets/interface/user-popup-link.vue";
5248
4818
 
5249
4819
  const _hoisted_1$b = { class: "widget-popup" };
5250
4820
  const _hoisted_2$7 = { class: "popup-current-context popup-section" };
5251
- const _hoisted_3$4 = ["src"];
4821
+ const _hoisted_3$5 = ["src"];
5252
4822
  const _hoisted_4$4 = { class: "popup-current-context__info" };
5253
4823
  const _hoisted_5$4 = { class: "info-title text_bold text_md info-paragraph" };
5254
4824
  const _hoisted_6$4 = { class: "info-id info-paragraph" };
@@ -5270,7 +4840,7 @@ var script$b = /*#__PURE__*/ vue.defineComponent({
5270
4840
  class: "popup-current-context__avatar",
5271
4841
  src: __props.photo,
5272
4842
  alt: "avatar"
5273
- }, null, 8 /* PROPS */, _hoisted_3$4),
4843
+ }, null, 8 /* PROPS */, _hoisted_3$5),
5274
4844
  vue.createElementVNode("div", _hoisted_4$4, [
5275
4845
  vue.createElementVNode("p", _hoisted_5$4, vue.toDisplayString(__props.email), 1 /* TEXT */),
5276
4846
  vue.createElementVNode("p", _hoisted_6$4, "ID: " + vue.toDisplayString(__props.id), 1 /* TEXT */)
@@ -5298,8 +4868,9 @@ styleInject(css_248z$b);
5298
4868
  script$b.__scopeId = "data-v-0c550206";
5299
4869
  script$b.__file = "core/widgets/interface/interface-user-popup.vue";
5300
4870
 
5301
- const _hoisted_1$a = { class: "user-card-name text_md text_bold" };
5302
- const _hoisted_2$6 = ["src"];
4871
+ const _hoisted_1$a = { class: "position_relative" };
4872
+ const _hoisted_2$6 = { class: "user-card-name text_md text_bold" };
4873
+ const _hoisted_3$4 = ["src"];
5303
4874
  var script$a = /*#__PURE__*/ vue.defineComponent({
5304
4875
  props: {
5305
4876
  name: { type: String, required: true },
@@ -5318,17 +4889,17 @@ var script$a = /*#__PURE__*/ vue.defineComponent({
5318
4889
  });
5319
4890
  });
5320
4891
  return (_ctx, _cache) => {
5321
- return (vue.openBlock(), vue.createElementBlock("div", null, [
4892
+ return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$a, [
5322
4893
  vue.createElementVNode("div", {
5323
4894
  class: "user-card",
5324
4895
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => (active.value = !active.value), ["stop"]))
5325
4896
  }, [
5326
- vue.createElementVNode("p", _hoisted_1$a, vue.toDisplayString(__props.name), 1 /* TEXT */),
4897
+ vue.createElementVNode("p", _hoisted_2$6, vue.toDisplayString(__props.name), 1 /* TEXT */),
5327
4898
  vue.createElementVNode("img", {
5328
4899
  class: "user-card-image",
5329
4900
  src: __props.photo,
5330
4901
  alt: "user-logo"
5331
- }, null, 8 /* PROPS */, _hoisted_2$6)
4902
+ }, null, 8 /* PROPS */, _hoisted_3$4)
5332
4903
  ]),
5333
4904
  vue.createVNode(vue.Transition, { name: "slide-up" }, {
5334
4905
  default: vue.withCtx(() => [
@@ -5358,7 +4929,7 @@ var script$a = /*#__PURE__*/ vue.defineComponent({
5358
4929
  }
5359
4930
  });
5360
4931
 
5361
- var css_248z$a = "\n.user-card[data-v-610b1eb4]{\r\n display: flex;\r\n align-items: center;\r\n\r\n gap: 15px;\r\n padding: 0 35px 0 0;\r\n height: 100%;\r\n user-select: none;\r\n cursor: pointer;\n}\n.user-card-name[data-v-610b1eb4]{\r\n color: white;\n}\n.user-card-image[data-v-610b1eb4]{\r\n height: 40px;\r\n width: 40px;\r\n object-fit: cover;\r\n\r\n border-radius: 50%;\n}\n.user-card__popup[data-v-610b1eb4]{\r\n position: absolute;\r\n right: 0;\n}\r\n";
4932
+ var css_248z$a = "\n.user-card[data-v-610b1eb4]{\r\n display: flex;\r\n align-items: center;\r\n\r\n gap: 15px;\r\n padding: 0 35px 0 0;\r\n height: 100%;\r\n user-select: none;\r\n cursor: pointer;\n}\n.user-card-name[data-v-610b1eb4]{\r\n color: white;\n}\n.user-card-image[data-v-610b1eb4]{\r\n height: 40px;\r\n width: 40px;\r\n object-fit: cover;\r\n\r\n border-radius: 50%;\n}\n.user-card__popup[data-v-610b1eb4]{\r\n position: absolute;\r\n right: 0;\r\n min-width: 250px;\n}\r\n";
5362
4933
  styleInject(css_248z$a);
5363
4934
 
5364
4935
  script$a.__scopeId = "data-v-610b1eb4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.310",
3
+ "version": "1.0.313",
4
4
  "description": "----",
5
5
  "author": "",
6
6
  "scripts": {
@@ -16,9 +16,9 @@
16
16
  "main": "dist/index.js",
17
17
  "dependencies": {
18
18
  "@rollup/plugin-commonjs": "^21.0.1",
19
+ "bencode": "^2.0.3",
19
20
  "date-and-time": "^2.0.1",
20
21
  "jenesius-event-emitter": "^1.0.4",
21
- "object-hash": "^3.0.0",
22
22
  "rollup-plugin-styles": "^4.0.0",
23
23
  "rollup-plugin-typescript2": "^0.31.1",
24
24
  "socket.io": "^4.4.1",
@@ -30,6 +30,7 @@
30
30
  "@babel/preset-typescript": "^7.16.5",
31
31
  "@rollup/plugin-node-resolve": "^13.1.3",
32
32
  "@rollup/plugin-typescript": "^8.3.0",
33
+ "@types/bencode": "^2.0.1",
33
34
  "@types/date-and-time": "^0.13.0",
34
35
  "@types/jest": "^24.9.1",
35
36
  "@types/object-hash": "^2.2.1",
@@ -40,6 +41,7 @@
40
41
  "@vue/test-utils": "^2.0.0-rc.18",
41
42
  "babel-jest": "26.6.3",
42
43
  "jenesius-vue-modal": "^1.4.7",
44
+ "object-hash": "^3.0.0",
43
45
  "postcss-import": "^14.0.2",
44
46
  "rollup-plugin-filesize": "^9.1.2",
45
47
  "rollup-plugin-import-css": "^3.0.2",