eservices-core 1.0.312 → 1.0.315
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +131 -80
- package/dist/services/data-service.d.ts +10 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* eservices-core v1.0.
|
|
2
|
+
* eservices-core v1.0.315
|
|
3
3
|
* (c) 2022 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -411,13 +411,13 @@ const _hoisted_2$w = {
|
|
|
411
411
|
key: 0,
|
|
412
412
|
class: "input-title"
|
|
413
413
|
};
|
|
414
|
-
const _hoisted_3$
|
|
414
|
+
const _hoisted_3$o = {
|
|
415
415
|
key: 0,
|
|
416
416
|
class: "input-title_required"
|
|
417
417
|
};
|
|
418
418
|
const _hoisted_4$g = ["disabled", "error"];
|
|
419
419
|
const _hoisted_5$c = ["type", "placeholder", "disabled", "error", "value"];
|
|
420
|
-
const _hoisted_6$
|
|
420
|
+
const _hoisted_6$7 = {
|
|
421
421
|
key: 1,
|
|
422
422
|
class: "input-text__error text_sm"
|
|
423
423
|
};
|
|
@@ -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$
|
|
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),
|
|
@@ -462,7 +462,7 @@ function render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
462
462
|
]))
|
|
463
463
|
: vue.createCommentVNode("v-if", true),
|
|
464
464
|
(_ctx.errorMessage)
|
|
465
|
-
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_6$
|
|
465
|
+
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_6$7, vue.toDisplayString(_ctx.errorMessage), 1 /* TEXT */))
|
|
466
466
|
: vue.createCommentVNode("v-if", true)
|
|
467
467
|
], 8 /* PROPS */, _hoisted_4$g)
|
|
468
468
|
]))
|
|
@@ -572,7 +572,7 @@ const _hoisted_2$v = {
|
|
|
572
572
|
key: 0,
|
|
573
573
|
class: "input-title"
|
|
574
574
|
};
|
|
575
|
-
const _hoisted_3$
|
|
575
|
+
const _hoisted_3$n = {
|
|
576
576
|
key: 0,
|
|
577
577
|
class: "color__text_red"
|
|
578
578
|
};
|
|
@@ -581,7 +581,7 @@ const _hoisted_5$b = {
|
|
|
581
581
|
key: 0,
|
|
582
582
|
class: "input-select-value"
|
|
583
583
|
};
|
|
584
|
-
const _hoisted_6$
|
|
584
|
+
const _hoisted_6$6 = {
|
|
585
585
|
key: 1,
|
|
586
586
|
class: "current-placeholder text_md"
|
|
587
587
|
};
|
|
@@ -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$
|
|
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),
|
|
@@ -612,7 +612,7 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
612
612
|
vue.createElementVNode("div", _hoisted_4$f, [
|
|
613
613
|
(!(_ctx.value === undefined || _ctx.value === null))
|
|
614
614
|
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$b, vue.toDisplayString($options.titleValue), 1 /* TEXT */))
|
|
615
|
-
: (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$
|
|
615
|
+
: (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$6, vue.toDisplayString(_ctx.placeholder), 1 /* TEXT */)),
|
|
616
616
|
(!(_ctx.disabled || _ctx.isInsideDisabled))
|
|
617
617
|
? (vue.openBlock(), vue.createBlock(_component_icon, {
|
|
618
618
|
key: 2,
|
|
@@ -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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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,13 +1341,13 @@ 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$
|
|
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,
|
|
1348
1348
|
class: "form-container-label"
|
|
1349
1349
|
};
|
|
1350
|
-
const _hoisted_6$
|
|
1350
|
+
const _hoisted_6$5 = { class: "form-label__title text_size_sm" };
|
|
1351
1351
|
var script$D = /*#__PURE__*/ vue.defineComponent({
|
|
1352
1352
|
props: {
|
|
1353
1353
|
title: { type: String, required: true },
|
|
@@ -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$
|
|
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)
|
|
@@ -1370,7 +1370,7 @@ var script$D = /*#__PURE__*/ vue.defineComponent({
|
|
|
1370
1370
|
class: "form-label__icon",
|
|
1371
1371
|
name: __props.label.icon
|
|
1372
1372
|
}, null, 8 /* PROPS */, ["name"]),
|
|
1373
|
-
vue.createElementVNode("p", _hoisted_6$
|
|
1373
|
+
vue.createElementVNode("p", _hoisted_6$5, vue.toDisplayString(__props.label.title), 1 /* TEXT */)
|
|
1374
1374
|
], 2 /* CLASS */)
|
|
1375
1375
|
]))
|
|
1376
1376
|
: vue.createCommentVNode("v-if", true)
|
|
@@ -1407,10 +1407,10 @@ 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$
|
|
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
|
-
const _hoisted_6$
|
|
1413
|
+
const _hoisted_6$4 = {
|
|
1414
1414
|
key: 0,
|
|
1415
1415
|
class: "button__size-progress"
|
|
1416
1416
|
};
|
|
@@ -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$
|
|
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",
|
|
@@ -1456,7 +1456,7 @@ var script$B = /*#__PURE__*/ vue.defineComponent({
|
|
|
1456
1456
|
], 2 /* CLASS */),
|
|
1457
1457
|
vue.createElementVNode("div", _hoisted_5$8, [
|
|
1458
1458
|
(vue.unref(pw).wait)
|
|
1459
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$
|
|
1459
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$4, [
|
|
1460
1460
|
vue.createVNode(script$C, { class: "button-spinner" })
|
|
1461
1461
|
]))
|
|
1462
1462
|
: (__props.array && __props.array.length > 1)
|
|
@@ -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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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)
|
|
@@ -3270,8 +3270,22 @@ class dataService {
|
|
|
3270
3270
|
return result.data;
|
|
3271
3271
|
});
|
|
3272
3272
|
}
|
|
3273
|
-
|
|
3274
|
-
|
|
3273
|
+
/**
|
|
3274
|
+
* @description Reading entity's data by id.
|
|
3275
|
+
* @param {String} entity Entity name in the singular.
|
|
3276
|
+
* @param {Number} id Entity id.
|
|
3277
|
+
* @param {Object} options
|
|
3278
|
+
* @param {String | String[]} options.fields String or Array of String. Contains input names.
|
|
3279
|
+
*/
|
|
3280
|
+
static readById(entity, id, options = {}) {
|
|
3281
|
+
const query = new URLSearchParams();
|
|
3282
|
+
if (options.fields) {
|
|
3283
|
+
let fields = options.fields;
|
|
3284
|
+
if (typeof fields === 'string')
|
|
3285
|
+
fields = [fields];
|
|
3286
|
+
query.append('fields', fields.join(' '));
|
|
3287
|
+
}
|
|
3288
|
+
return Request(`/close-api/data/entities/${entity}/id/${id}?${query.toString()}`, {
|
|
3275
3289
|
method: 'GET',
|
|
3276
3290
|
headers: {
|
|
3277
3291
|
'Content-Type': 'application/json'
|
|
@@ -3916,7 +3930,7 @@ script$l.__file = "core/widgets/tables/table-with-form/widget-table.vue";
|
|
|
3916
3930
|
const _withScopeId$6 = n => (vue.pushScopeId("data-v-665634eb"), n = n(), vue.popScopeId(), n);
|
|
3917
3931
|
const _hoisted_1$k = { class: "table-controller" };
|
|
3918
3932
|
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$
|
|
3933
|
+
const _hoisted_3$a = /*#__PURE__*/ _withScopeId$6(() => /*#__PURE__*/ vue.createElementVNode("p", { class: "table-controller_action-text text_size_md" }, "Add", -1 /* HOISTED */));
|
|
3920
3934
|
var script$k = /*#__PURE__*/ vue.defineComponent({
|
|
3921
3935
|
props: {
|
|
3922
3936
|
table: { type: null, required: true }
|
|
@@ -3942,7 +3956,7 @@ var script$k = /*#__PURE__*/ vue.defineComponent({
|
|
|
3942
3956
|
class: "table-controller__icon",
|
|
3943
3957
|
name: "plus"
|
|
3944
3958
|
}),
|
|
3945
|
-
_hoisted_3$
|
|
3959
|
+
_hoisted_3$a
|
|
3946
3960
|
])
|
|
3947
3961
|
]));
|
|
3948
3962
|
};
|
|
@@ -3972,14 +3986,14 @@ var script$j = {
|
|
|
3972
3986
|
|
|
3973
3987
|
const _hoisted_1$j = { class: "widget-error" };
|
|
3974
3988
|
const _hoisted_2$c = { class: "widget-error-wrap" };
|
|
3975
|
-
const _hoisted_3$
|
|
3989
|
+
const _hoisted_3$9 = { class: "widget-error-main" };
|
|
3976
3990
|
const _hoisted_4$6 = { class: "widget-error-text widget-error-message" };
|
|
3977
3991
|
const _hoisted_5$5 = { class: "widget-error__container-close" };
|
|
3978
3992
|
|
|
3979
3993
|
function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3980
3994
|
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [
|
|
3981
3995
|
vue.createElementVNode("div", _hoisted_2$c, [
|
|
3982
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
3996
|
+
vue.createElementVNode("div", _hoisted_3$9, [
|
|
3983
3997
|
vue.createElementVNode("p", _hoisted_4$6, vue.toDisplayString($props.message), 1 /* TEXT */)
|
|
3984
3998
|
]),
|
|
3985
3999
|
($props.isGroup)
|
|
@@ -4274,7 +4288,7 @@ function renderInput(inputProps, type) {
|
|
|
4274
4288
|
|
|
4275
4289
|
const _hoisted_1$g = { class: "form-section" };
|
|
4276
4290
|
const _hoisted_2$b = { class: "form-section__header" };
|
|
4277
|
-
const _hoisted_3$
|
|
4291
|
+
const _hoisted_3$8 = { class: "form-section__header-title" };
|
|
4278
4292
|
const _hoisted_4$5 = { class: "form-section__body" };
|
|
4279
4293
|
var script$g = /*#__PURE__*/ vue.defineComponent({
|
|
4280
4294
|
props: {
|
|
@@ -4284,7 +4298,7 @@ var script$g = /*#__PURE__*/ vue.defineComponent({
|
|
|
4284
4298
|
return (_ctx, _cache) => {
|
|
4285
4299
|
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$g, [
|
|
4286
4300
|
vue.createElementVNode("div", _hoisted_2$b, [
|
|
4287
|
-
vue.createElementVNode("p", _hoisted_3$
|
|
4301
|
+
vue.createElementVNode("p", _hoisted_3$8, vue.toDisplayString(__props.title), 1 /* TEXT */)
|
|
4288
4302
|
]),
|
|
4289
4303
|
vue.createElementVNode("div", _hoisted_4$5, [
|
|
4290
4304
|
vue.renderSlot(_ctx.$slots, "default")
|
|
@@ -4362,12 +4376,12 @@ var script$f = {
|
|
|
4362
4376
|
const _withScopeId$5 = n => (vue.pushScopeId("data-v-19107abc"),n=n(),vue.popScopeId(),n);
|
|
4363
4377
|
const _hoisted_1$f = { class: "form-body-wrap" };
|
|
4364
4378
|
const _hoisted_2$a = /*#__PURE__*/ _withScopeId$5(() => /*#__PURE__*/vue.createElementVNode("div", { class: "form-body-wrap__header" }, null, -1 /* HOISTED */));
|
|
4365
|
-
const _hoisted_3$
|
|
4379
|
+
const _hoisted_3$7 = { class: "form-body-wrap__content" };
|
|
4366
4380
|
|
|
4367
4381
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4368
4382
|
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$f, [
|
|
4369
4383
|
_hoisted_2$a,
|
|
4370
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
4384
|
+
vue.createElementVNode("div", _hoisted_3$7, [
|
|
4371
4385
|
vue.renderSlot(_ctx.$slots, "default")
|
|
4372
4386
|
])
|
|
4373
4387
|
]))
|
|
@@ -4655,12 +4669,12 @@ var types = /*#__PURE__*/Object.freeze({
|
|
|
4655
4669
|
__proto__: null
|
|
4656
4670
|
});
|
|
4657
4671
|
|
|
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";
|
|
4672
|
+
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
4673
|
styleInject(css_248z$e);
|
|
4660
4674
|
|
|
4661
4675
|
const _hoisted_1$e = { class: "container-navigation-row" };
|
|
4662
4676
|
const _hoisted_2$9 = { class: "navigation-row__title text_size_md" };
|
|
4663
|
-
const _hoisted_3$
|
|
4677
|
+
const _hoisted_3$6 = {
|
|
4664
4678
|
key: 0,
|
|
4665
4679
|
class: "navigation-row-children"
|
|
4666
4680
|
};
|
|
@@ -4677,15 +4691,44 @@ var script$e = /*#__PURE__*/ vue.defineComponent({
|
|
|
4677
4691
|
emits('toggle');
|
|
4678
4692
|
}
|
|
4679
4693
|
const router = vueRouter.useRouter();
|
|
4680
|
-
|
|
4681
|
-
|
|
4694
|
+
vueRouter.useRoute();
|
|
4695
|
+
/**
|
|
4696
|
+
* @description Function check NavigationRecordRow and return true if current
|
|
4697
|
+
* route is matched with row.link
|
|
4698
|
+
* */
|
|
4699
|
+
const checkRow = (row) => {
|
|
4700
|
+
const currentPath = router.currentRoute.value.path;
|
|
4701
|
+
try {
|
|
4702
|
+
const resolved = router.resolve(row.link);
|
|
4703
|
+
return resolved.path === currentPath;
|
|
4704
|
+
}
|
|
4705
|
+
catch (e) {
|
|
4706
|
+
console.log("+", row);
|
|
4707
|
+
}
|
|
4708
|
+
return false;
|
|
4709
|
+
};
|
|
4710
|
+
/**
|
|
4711
|
+
* @description Checking array of NavigationRecordRow, return true, if current
|
|
4712
|
+
* route is matched or one of the children row is matched
|
|
4713
|
+
* */
|
|
4714
|
+
function checkChildren(children) {
|
|
4715
|
+
for (let i = 0; i < children.length; i++) {
|
|
4716
|
+
const row = children[i];
|
|
4717
|
+
if (checkRow(row))
|
|
4718
|
+
return true;
|
|
4719
|
+
if (row.children && checkChildren(row.children))
|
|
4720
|
+
return true;
|
|
4721
|
+
}
|
|
4722
|
+
return false;
|
|
4723
|
+
}
|
|
4724
|
+
const activeRow = vue.computed(() => checkChildren([props.record]));
|
|
4682
4725
|
return (_ctx, _cache) => {
|
|
4683
4726
|
var _a, _b;
|
|
4684
4727
|
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$e, [
|
|
4685
4728
|
vue.createElementVNode("div", {
|
|
4686
4729
|
class: vue.normalizeClass(["navigation-row", {
|
|
4687
4730
|
'navigation-row_bold': (_a = __props.record.children) === null || _a === void 0 ? void 0 : _a.length,
|
|
4688
|
-
'navigation-row_active': vue.unref(
|
|
4731
|
+
'navigation-row_active': vue.unref(activeRow),
|
|
4689
4732
|
}]),
|
|
4690
4733
|
onClick: _cache[0] || (_cache[0] = ($event) => (activateRecord()))
|
|
4691
4734
|
}, [
|
|
@@ -4697,13 +4740,13 @@ var script$e = /*#__PURE__*/ vue.defineComponent({
|
|
|
4697
4740
|
((_b = __props.record.children) === null || _b === void 0 ? void 0 : _b.length)
|
|
4698
4741
|
? (vue.openBlock(), vue.createBlock(script$R, {
|
|
4699
4742
|
key: 0,
|
|
4700
|
-
class: vue.normalizeClass([{ 'navigation-row__toggle_active': vue.unref(
|
|
4743
|
+
class: vue.normalizeClass([{ 'navigation-row__toggle_active': vue.unref(activeRow) }, "navigation-row__toggle"]),
|
|
4701
4744
|
name: "angle-right"
|
|
4702
4745
|
}, null, 8 /* PROPS */, ["class"]))
|
|
4703
4746
|
: vue.createCommentVNode("v-if", true)
|
|
4704
4747
|
], 2 /* CLASS */),
|
|
4705
|
-
(vue.unref(
|
|
4706
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$
|
|
4748
|
+
(vue.unref(activeRow))
|
|
4749
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$6, [
|
|
4707
4750
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.record.children, (elem, index) => {
|
|
4708
4751
|
return (vue.openBlock(), vue.createBlock(script$e, {
|
|
4709
4752
|
key: index,
|
|
@@ -4789,10 +4832,10 @@ script$c.__file = "core/widgets/interface/user-popup-link.vue";
|
|
|
4789
4832
|
|
|
4790
4833
|
const _hoisted_1$b = { class: "widget-popup" };
|
|
4791
4834
|
const _hoisted_2$7 = { class: "popup-current-context popup-section" };
|
|
4792
|
-
const _hoisted_3$
|
|
4835
|
+
const _hoisted_3$5 = ["src"];
|
|
4793
4836
|
const _hoisted_4$4 = { class: "popup-current-context__info" };
|
|
4794
4837
|
const _hoisted_5$4 = { class: "info-title text_bold text_md info-paragraph" };
|
|
4795
|
-
const _hoisted_6$
|
|
4838
|
+
const _hoisted_6$3 = { class: "info-id info-paragraph" };
|
|
4796
4839
|
const _hoisted_7 = { class: "flex_column popup-section" };
|
|
4797
4840
|
var script$b = /*#__PURE__*/ vue.defineComponent({
|
|
4798
4841
|
props: {
|
|
@@ -4811,10 +4854,10 @@ var script$b = /*#__PURE__*/ vue.defineComponent({
|
|
|
4811
4854
|
class: "popup-current-context__avatar",
|
|
4812
4855
|
src: __props.photo,
|
|
4813
4856
|
alt: "avatar"
|
|
4814
|
-
}, null, 8 /* PROPS */, _hoisted_3$
|
|
4857
|
+
}, null, 8 /* PROPS */, _hoisted_3$5),
|
|
4815
4858
|
vue.createElementVNode("div", _hoisted_4$4, [
|
|
4816
4859
|
vue.createElementVNode("p", _hoisted_5$4, vue.toDisplayString(__props.email), 1 /* TEXT */),
|
|
4817
|
-
vue.createElementVNode("p", _hoisted_6$
|
|
4860
|
+
vue.createElementVNode("p", _hoisted_6$3, "ID: " + vue.toDisplayString(__props.id), 1 /* TEXT */)
|
|
4818
4861
|
])
|
|
4819
4862
|
]),
|
|
4820
4863
|
vue.createElementVNode("div", _hoisted_7, [
|
|
@@ -4839,8 +4882,9 @@ styleInject(css_248z$b);
|
|
|
4839
4882
|
script$b.__scopeId = "data-v-0c550206";
|
|
4840
4883
|
script$b.__file = "core/widgets/interface/interface-user-popup.vue";
|
|
4841
4884
|
|
|
4842
|
-
const _hoisted_1$a = { class: "
|
|
4843
|
-
const _hoisted_2$6 =
|
|
4885
|
+
const _hoisted_1$a = { class: "position_relative" };
|
|
4886
|
+
const _hoisted_2$6 = { class: "user-card-name text_md text_bold" };
|
|
4887
|
+
const _hoisted_3$4 = ["src"];
|
|
4844
4888
|
var script$a = /*#__PURE__*/ vue.defineComponent({
|
|
4845
4889
|
props: {
|
|
4846
4890
|
name: { type: String, required: true },
|
|
@@ -4859,17 +4903,17 @@ var script$a = /*#__PURE__*/ vue.defineComponent({
|
|
|
4859
4903
|
});
|
|
4860
4904
|
});
|
|
4861
4905
|
return (_ctx, _cache) => {
|
|
4862
|
-
return (vue.openBlock(), vue.createElementBlock("div",
|
|
4906
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$a, [
|
|
4863
4907
|
vue.createElementVNode("div", {
|
|
4864
4908
|
class: "user-card",
|
|
4865
4909
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => (active.value = !active.value), ["stop"]))
|
|
4866
4910
|
}, [
|
|
4867
|
-
vue.createElementVNode("p",
|
|
4911
|
+
vue.createElementVNode("p", _hoisted_2$6, vue.toDisplayString(__props.name), 1 /* TEXT */),
|
|
4868
4912
|
vue.createElementVNode("img", {
|
|
4869
4913
|
class: "user-card-image",
|
|
4870
4914
|
src: __props.photo,
|
|
4871
4915
|
alt: "user-logo"
|
|
4872
|
-
}, null, 8 /* PROPS */,
|
|
4916
|
+
}, null, 8 /* PROPS */, _hoisted_3$4)
|
|
4873
4917
|
]),
|
|
4874
4918
|
vue.createVNode(vue.Transition, { name: "slide-up" }, {
|
|
4875
4919
|
default: vue.withCtx(() => [
|
|
@@ -4899,7 +4943,7 @@ var script$a = /*#__PURE__*/ vue.defineComponent({
|
|
|
4899
4943
|
}
|
|
4900
4944
|
});
|
|
4901
4945
|
|
|
4902
|
-
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";
|
|
4946
|
+
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;\r\n z-index: 5;\n}\r\n";
|
|
4903
4947
|
styleInject(css_248z$a);
|
|
4904
4948
|
|
|
4905
4949
|
script$a.__scopeId = "data-v-610b1eb4";
|
|
@@ -4940,11 +4984,10 @@ script$9.__file = "core/widgets/interface/interface-header.vue";
|
|
|
4940
4984
|
|
|
4941
4985
|
const _withScopeId$3 = n => (vue.pushScopeId("data-v-378f75d5"), n = n(), vue.popScopeId(), n);
|
|
4942
4986
|
const _hoisted_1$8 = { class: "interface-container" };
|
|
4943
|
-
const _hoisted_2$4 =
|
|
4944
|
-
const _hoisted_3$3 =
|
|
4945
|
-
const _hoisted_4$3 =
|
|
4946
|
-
const _hoisted_5$3 =
|
|
4947
|
-
const _hoisted_6$3 = { class: "interface-container-content" };
|
|
4987
|
+
const _hoisted_2$4 = ["src"];
|
|
4988
|
+
const _hoisted_3$3 = { class: "interface-local-nav" };
|
|
4989
|
+
const _hoisted_4$3 = /*#__PURE__*/ _withScopeId$3(() => /*#__PURE__*/ vue.createElementVNode("span", null, "Menu", -1 /* HOISTED */));
|
|
4990
|
+
const _hoisted_5$3 = { class: "interface-container-content" };
|
|
4948
4991
|
var script$8 = /*#__PURE__*/ vue.defineComponent({
|
|
4949
4992
|
props: {
|
|
4950
4993
|
nav: { type: Array, required: true },
|
|
@@ -4959,13 +5002,21 @@ var script$8 = /*#__PURE__*/ vue.defineComponent({
|
|
|
4959
5002
|
// If true on mobile devices navigation will be showed
|
|
4960
5003
|
const mobileNavigationActive = vue.ref(false);
|
|
4961
5004
|
return (_ctx, _cache) => {
|
|
5005
|
+
const _component_router_link = vue.resolveComponent("router-link");
|
|
4962
5006
|
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$8, [
|
|
4963
|
-
vue.
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
5007
|
+
vue.createVNode(_component_router_link, {
|
|
5008
|
+
to: "/",
|
|
5009
|
+
tag: "div",
|
|
5010
|
+
class: "interface-container__logotype"
|
|
5011
|
+
}, {
|
|
5012
|
+
default: vue.withCtx(() => [
|
|
5013
|
+
vue.createElementVNode("img", {
|
|
5014
|
+
src: __props.logotype,
|
|
5015
|
+
alt: "logotype"
|
|
5016
|
+
}, null, 8 /* PROPS */, _hoisted_2$4)
|
|
5017
|
+
]),
|
|
5018
|
+
_: 1 /* STABLE */
|
|
5019
|
+
}),
|
|
4969
5020
|
vue.createVNode(script$9, {
|
|
4970
5021
|
userId: __props.userId,
|
|
4971
5022
|
userName: __props.userName,
|
|
@@ -4974,7 +5025,7 @@ var script$8 = /*#__PURE__*/ vue.defineComponent({
|
|
|
4974
5025
|
popup: __props.popup
|
|
4975
5026
|
}, null, 8 /* PROPS */, ["userId", "userName", "userEmail", "user-photo", "popup"]),
|
|
4976
5027
|
vue.createCommentVNode("Mobile navigation toggle"),
|
|
4977
|
-
vue.createElementVNode("div",
|
|
5028
|
+
vue.createElementVNode("div", _hoisted_3$3, [
|
|
4978
5029
|
vue.createElementVNode("button", {
|
|
4979
5030
|
class: "menu",
|
|
4980
5031
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => (mobileNavigationActive.value = !mobileNavigationActive.value), ["stop"]))
|
|
@@ -4983,7 +5034,7 @@ var script$8 = /*#__PURE__*/ vue.defineComponent({
|
|
|
4983
5034
|
class: "menu-icon",
|
|
4984
5035
|
name: "menu-burger"
|
|
4985
5036
|
}),
|
|
4986
|
-
|
|
5037
|
+
_hoisted_4$3
|
|
4987
5038
|
])
|
|
4988
5039
|
]),
|
|
4989
5040
|
vue.createVNode(vue.Transition, { name: "opacity" }, {
|
|
@@ -5004,7 +5055,7 @@ var script$8 = /*#__PURE__*/ vue.defineComponent({
|
|
|
5004
5055
|
'interface-navigation-mobile_active': mobileNavigationActive.value
|
|
5005
5056
|
}])
|
|
5006
5057
|
}, null, 8 /* PROPS */, ["config", "class"]),
|
|
5007
|
-
vue.createElementVNode("div",
|
|
5058
|
+
vue.createElementVNode("div", _hoisted_5$3, [
|
|
5008
5059
|
vue.renderSlot(_ctx.$slots, "default")
|
|
5009
5060
|
])
|
|
5010
5061
|
]));
|
|
@@ -5012,7 +5063,7 @@ var script$8 = /*#__PURE__*/ vue.defineComponent({
|
|
|
5012
5063
|
}
|
|
5013
5064
|
});
|
|
5014
5065
|
|
|
5015
|
-
var css_248z$8 = "\n.interface-container[data-v-378f75d5]{\r\n height: 100%;\r\n\r\n display: grid;\r\n grid-template-rows: 60px 1fr;\r\n grid-template-columns: 250px 1fr;\n}\n.interface-container__logotype[data-v-378f75d5]{\r\n display: grid;\r\n place-content: center;\r\n background-color: var(--primary);\n}\n.interface-local-nav[data-v-378f75d5]{\r\n display: none;\n}\n.interface-navigation[data-v-378f75d5]{\r\n background-color: white;\n}\n@media screen and (max-width: 768px){\n.interface-container[data-v-378f75d5]{\r\n height: 100%;\r\n\r\n display: grid;\r\n grid-template-rows: 60px 60px 1fr;\r\n grid-template-columns: 140px 1fr;\n}\n.interface-navigation[data-v-378f75d5]{\r\n position: fixed;\r\n height: 100%;\r\n min-width: 250px;\r\n z-index: 2;\r\n opacity: 0;\r\n transform: translate(-100%);\r\n\r\n transition: opacity var(--fast), transform var(--fast);\n}\n.interface-navigation-mobile_active[data-v-378f75d5]{\r\n opacity: 1;\r\n transform: translate(0);\n}\n.interface-backdrop[data-v-378f75d5]{\r\n position: fixed;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n left: 0;\r\n z-index: 1;\r\n background: rgba(0,0,0,.6);\r\n transition: opacity .5s;\n}\n.interface-local-nav[data-v-378f75d5]{\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n gap: 10px;\r\n padding: 10px 0;\r\n grid-column: 1/3;\n}\n.interface-container-content[data-v-378f75d5]{\r\n grid-column: 1/3;\n}\n.menu[data-v-378f75d5] {\r\n border: 0;\r\n background-color: transparent;\n}\n.menu-icon[data-v-378f75d5]{\r\n margin-right: 10px;\n}\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n";
|
|
5066
|
+
var css_248z$8 = "\n.interface-container[data-v-378f75d5]{\r\n height: 100%;\r\n\r\n display: grid;\r\n grid-template-rows: 60px 1fr;\r\n grid-template-columns: 250px 1fr;\n}\n.interface-container__logotype[data-v-378f75d5]{\r\n display: grid;\r\n place-content: center;\r\n background-color: var(--primary);\n}\n.interface-local-nav[data-v-378f75d5]{\r\n display: none;\n}\n.interface-navigation[data-v-378f75d5]{\r\n background-color: white;\n}\n.interface-container-content[data-v-378f75d5] {\r\n overflow: auto;\n}\n@media screen and (max-width: 768px){\n.interface-container[data-v-378f75d5]{\r\n height: 100%;\r\n\r\n display: grid;\r\n grid-template-rows: 60px 60px 1fr;\r\n grid-template-columns: 140px 1fr;\n}\n.interface-navigation[data-v-378f75d5]{\r\n position: fixed;\r\n height: 100%;\r\n min-width: 250px;\r\n z-index: 2;\r\n opacity: 0;\r\n transform: translate(-100%);\r\n\r\n transition: opacity var(--fast), transform var(--fast);\n}\n.interface-navigation-mobile_active[data-v-378f75d5]{\r\n opacity: 1;\r\n transform: translate(0);\n}\n.interface-backdrop[data-v-378f75d5]{\r\n position: fixed;\r\n top: 0;\r\n right: 0;\r\n bottom: 0;\r\n left: 0;\r\n z-index: 1;\r\n background: rgba(0,0,0,.6);\r\n transition: opacity .5s;\n}\n.interface-local-nav[data-v-378f75d5]{\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n gap: 10px;\r\n padding: 10px 0;\r\n grid-column: 1/3;\n}\n.interface-container-content[data-v-378f75d5]{\r\n grid-column: 1/3;\n}\n.menu[data-v-378f75d5] {\r\n border: 0;\r\n background-color: transparent;\n}\n.menu-icon[data-v-378f75d5]{\r\n margin-right: 10px;\n}\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n";
|
|
5016
5067
|
styleInject(css_248z$8);
|
|
5017
5068
|
|
|
5018
5069
|
script$8.__scopeId = "data-v-378f75d5";
|
|
@@ -48,7 +48,16 @@ export default class dataService {
|
|
|
48
48
|
static delete(entity: string, id: number): Promise<void>;
|
|
49
49
|
static test(): Promise<Response>;
|
|
50
50
|
static read(entity: string, keys: string, options: ReadOptions): Promise<ReadResponse>;
|
|
51
|
-
|
|
51
|
+
/**
|
|
52
|
+
* @description Reading entity's data by id.
|
|
53
|
+
* @param {String} entity Entity name in the singular.
|
|
54
|
+
* @param {Number} id Entity id.
|
|
55
|
+
* @param {Object} options
|
|
56
|
+
* @param {String | String[]} options.fields String or Array of String. Contains input names.
|
|
57
|
+
*/
|
|
58
|
+
static readById(entity: string, id: number, options?: {
|
|
59
|
+
fields?: string | string[];
|
|
60
|
+
}): Promise<any>;
|
|
52
61
|
static updateById(entity: string, id: number, values: ValuesInterface, options?: UpdateOptions): Promise<any>;
|
|
53
62
|
static getEnum(name: string): void;
|
|
54
63
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eservices-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.315",
|
|
4
4
|
"description": "----",
|
|
5
5
|
"author": "",
|
|
6
6
|
"scripts": {
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"@vue/test-utils": "^2.0.0-rc.18",
|
|
42
42
|
"babel-jest": "26.6.3",
|
|
43
43
|
"jenesius-vue-modal": "^1.4.7",
|
|
44
|
+
"object-hash": "^3.0.0",
|
|
44
45
|
"postcss-import": "^14.0.2",
|
|
45
46
|
"rollup-plugin-filesize": "^9.1.2",
|
|
46
47
|
"rollup-plugin-import-css": "^3.0.2",
|