eservices-core 1.0.358 → 1.0.361
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.d.ts +3 -0
- package/dist/index.js +190 -210
- package/dist/types/index.d.ts +1 -0
- package/dist/widgets/forms/naomi/WidgetForm.vue.d.ts +9 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ import ApplicationManager from "./classes/ApplicationManager";
|
|
|
34
34
|
import NotificationSystem from "./classes/NotificationSystem";
|
|
35
35
|
import { clickOutside, requestHandler } from "./utils";
|
|
36
36
|
import valuesToUpperCase from "./utils/values-to-upper-case";
|
|
37
|
+
import { prettyDate, prettyDateWithTime } from "./utils/prettyDate";
|
|
37
38
|
export { StylesInterface };
|
|
38
39
|
import InterfaceContainer from "./widgets/interface/interface-container.vue";
|
|
39
40
|
/**WIDGETS**/
|
|
@@ -111,6 +112,8 @@ declare const utils: {
|
|
|
111
112
|
clickOutside: typeof _utils.clickOutside;
|
|
112
113
|
requestHandler: typeof _utils.requestHandler;
|
|
113
114
|
valuesToUpperCase: typeof valuesToUpperCase;
|
|
115
|
+
prettyDate: typeof prettyDate;
|
|
116
|
+
prettyDateWithTime: typeof prettyDateWithTime;
|
|
114
117
|
};
|
|
115
118
|
export { utils };
|
|
116
119
|
declare const _default: {
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* eservices-core v1.0.
|
|
2
|
+
* eservices-core v1.0.361
|
|
3
3
|
* (c) 2022 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -18,7 +18,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
18
18
|
var dateAndTime__default = /*#__PURE__*/_interopDefaultLegacy(dateAndTime);
|
|
19
19
|
var hash__default = /*#__PURE__*/_interopDefaultLegacy(hash);
|
|
20
20
|
|
|
21
|
-
var script$
|
|
21
|
+
var script$Z = vue.defineComponent({
|
|
22
22
|
props: {
|
|
23
23
|
name: String,
|
|
24
24
|
},
|
|
@@ -59,12 +59,12 @@ function styleInject(css, ref) {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
var css_248z$
|
|
63
|
-
styleInject(css_248z$
|
|
62
|
+
var css_248z$V = "\r\n\t/*@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');*/\r\n";
|
|
63
|
+
styleInject(css_248z$V);
|
|
64
64
|
|
|
65
|
-
script$
|
|
66
|
-
script$
|
|
67
|
-
script$
|
|
65
|
+
script$Z.render = render$n;
|
|
66
|
+
script$Z.__scopeId = "data-v-60da57c0";
|
|
67
|
+
script$Z.__file = "core/widgets/icons/Icon.vue";
|
|
68
68
|
|
|
69
69
|
function validPassword(a, b) {
|
|
70
70
|
return (!!a && a === b) || "password is not equal";
|
|
@@ -335,8 +335,8 @@ function modifiersInput$1(input, array = []) {
|
|
|
335
335
|
|
|
336
336
|
|
|
337
337
|
|
|
338
|
-
var script$
|
|
339
|
-
components: {Icon: script$
|
|
338
|
+
var script$Y = {
|
|
339
|
+
components: {Icon: script$Z},
|
|
340
340
|
props: {
|
|
341
341
|
modify: {
|
|
342
342
|
type: Function,
|
|
@@ -407,8 +407,8 @@ function modifiersInput$1(input, array = []) {
|
|
|
407
407
|
name: "InputText"
|
|
408
408
|
};
|
|
409
409
|
|
|
410
|
-
const _hoisted_1$
|
|
411
|
-
const _hoisted_2$
|
|
410
|
+
const _hoisted_1$S = { class: "input-wrap" };
|
|
411
|
+
const _hoisted_2$A = {
|
|
412
412
|
key: 0,
|
|
413
413
|
class: "input-title"
|
|
414
414
|
};
|
|
@@ -417,8 +417,8 @@ const _hoisted_3$t = {
|
|
|
417
417
|
class: "input-title_required"
|
|
418
418
|
};
|
|
419
419
|
const _hoisted_4$l = ["disabled", "error"];
|
|
420
|
-
const _hoisted_5$
|
|
421
|
-
const _hoisted_6$
|
|
420
|
+
const _hoisted_5$f = ["type", "placeholder", "disabled", "error", "value"];
|
|
421
|
+
const _hoisted_6$8 = {
|
|
422
422
|
key: 1,
|
|
423
423
|
class: "input-text__error text_sm"
|
|
424
424
|
};
|
|
@@ -426,9 +426,9 @@ const _hoisted_6$7 = {
|
|
|
426
426
|
function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
427
427
|
const _component_icon = vue.resolveComponent("icon");
|
|
428
428
|
|
|
429
|
-
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
429
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$S, [
|
|
430
430
|
(_ctx.title)
|
|
431
|
-
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$
|
|
431
|
+
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$A, [
|
|
432
432
|
vue.createTextVNode(vue.toDisplayString(_ctx.title) + " ", 1 /* TEXT */),
|
|
433
433
|
(_ctx.required)
|
|
434
434
|
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$t, "*"))
|
|
@@ -449,7 +449,7 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
449
449
|
ref: "input",
|
|
450
450
|
value: $props.pretty(_ctx.value),
|
|
451
451
|
onInput: _cache[0] || (_cache[0] = (...args) => ($options.onInput && $options.onInput(...args)))
|
|
452
|
-
}, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_5$
|
|
452
|
+
}, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_5$f),
|
|
453
453
|
(_ctx.password)
|
|
454
454
|
? (vue.openBlock(), vue.createElementBlock("div", {
|
|
455
455
|
key: 0,
|
|
@@ -463,20 +463,20 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
463
463
|
]))
|
|
464
464
|
: vue.createCommentVNode("v-if", true),
|
|
465
465
|
(_ctx.errorMessage)
|
|
466
|
-
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_6$
|
|
466
|
+
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_6$8, vue.toDisplayString(_ctx.errorMessage), 1 /* TEXT */))
|
|
467
467
|
: vue.createCommentVNode("v-if", true)
|
|
468
468
|
], 8 /* PROPS */, _hoisted_4$l)
|
|
469
469
|
]))
|
|
470
470
|
}
|
|
471
471
|
|
|
472
|
-
var css_248z$
|
|
473
|
-
styleInject(css_248z$
|
|
472
|
+
var css_248z$U = "\n.input-text-container[data-v-02a6a8ce]{\r\n position: relative;\r\n\r\n height: var(--input-height);\r\n width: 100%;\r\n\r\n background-color: var(--input-background-color);\r\n border: var(--input-border);\r\n border-radius: var(--input-border-radius);\n}\n.input-text-container[data-v-02a6a8ce]:focus-within{\r\n outline: var(--input-border-active);\n}\n.input-text__error[data-v-02a6a8ce]{\r\n position: absolute;\r\n margin: 0;\r\n top: 100%;\n}\n.input-text[data-v-02a6a8ce]{\r\n width: 100%;\r\n height: 100%;\r\n padding: 0 10px;\r\n\r\n background-color: transparent;\r\n border: 0;\r\n color: var(--input-color);\r\n font-size: var(--input-font-size);\r\n outline: none;\n}\n.input-text[data-v-02a6a8ce]::placeholder{\r\n color: var(--input-placeholder-color);\n}\n.input-text-container[disabled=\"true\"][data-v-02a6a8ce]{\r\n background-color: var(--input-background-color-disabled);\r\n border: var(--input-border-disabled);\n}\n.input-text-container[error=\"true\"][data-v-02a6a8ce]{\r\n border: var(--input-border-error);\n}\n.input-text__password[data-v-02a6a8ce]{\r\n padding: 0 6px;\r\n display: flex;\r\n align-items: center;\n}\n.input-title[data-v-02a6a8ce]{\r\n font-size: 12px;\r\n line-height: 16px;\r\n color: #667085;\r\n\r\n margin: 4px 0;\n}\n.input-title_required[data-v-02a6a8ce],\r\n .input-text__error[data-v-02a6a8ce]{\r\n color: red;\n}\r\n";
|
|
473
|
+
styleInject(css_248z$U);
|
|
474
474
|
|
|
475
|
-
script$
|
|
476
|
-
script$
|
|
477
|
-
script$
|
|
475
|
+
script$Y.render = render$m;
|
|
476
|
+
script$Y.__scopeId = "data-v-02a6a8ce";
|
|
477
|
+
script$Y.__file = "core/widgets/inputs/default-style/InputText.vue";
|
|
478
478
|
|
|
479
|
-
var script$
|
|
479
|
+
var script$X = {
|
|
480
480
|
mixins: [MixinInput],
|
|
481
481
|
name: "InputToggle"
|
|
482
482
|
};
|
|
@@ -488,34 +488,34 @@ function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
488
488
|
}, null, 2 /* CLASS */))
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
var css_248z$
|
|
492
|
-
styleInject(css_248z$
|
|
491
|
+
var css_248z$T = "\n.input__toggle[data-v-b8171d80]{\r\n position: relative;\r\n width: 40px;\r\n height: 20px;\r\n\r\n background-color: var(--input-toggle-background-color);\r\n border-radius: var(--input-toggle-border-radius);\r\n\r\n cursor: pointer;\r\n\r\n transition: var(--fast);\r\n\t\tborder: var(--input-toggle-border);\n}\n.input__toggle[data-v-b8171d80]:before{\r\n content: \"\";\r\n position: absolute;\r\n\r\n top: 0;\r\n bottom: 0;\r\n margin: auto;\r\n\r\n left: 3px;\r\n height: 14px;\r\n width: 14px;\r\n border-radius: var(--input-toggle-round-radius);\r\n\r\n background-color: var(--input-toggle-round-background-color);\r\n\r\n transition: var(--transition-fast);\n}\n.input__toggle.active[data-v-b8171d80]{\r\n background-color: var(--input-toggle-background-color-active);\n}\n.input__toggle.active[data-v-b8171d80]:before{\r\n transform: translateX(20px);\n}\n.input__toggle.disabled[data-v-b8171d80]{\r\n background-color: var(--input-disabled-background-color);\r\n border: var(--input-disabled-border);\n}\n.input__toggle.disabled[data-v-b8171d80]:before{\r\n background-color: var(--gray-1) ;\n}\n.input__toggle.disabled[data-v-b8171d80]{\r\n cursor: auto;\n}\r\n\r\n";
|
|
492
|
+
styleInject(css_248z$T);
|
|
493
493
|
|
|
494
|
-
script$
|
|
495
|
-
script$
|
|
496
|
-
script$
|
|
494
|
+
script$X.render = render$l;
|
|
495
|
+
script$X.__scopeId = "data-v-b8171d80";
|
|
496
|
+
script$X.__file = "core/widgets/inputs/default-style/InputToggle.vue";
|
|
497
497
|
|
|
498
|
-
var script$
|
|
498
|
+
var script$W = {
|
|
499
499
|
props: ["isActive", "title"],
|
|
500
500
|
name: "FragmentInputSelectItem"
|
|
501
501
|
};
|
|
502
502
|
|
|
503
|
-
const _hoisted_1$
|
|
503
|
+
const _hoisted_1$R = { class: "item-wrap" };
|
|
504
504
|
|
|
505
505
|
function render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
506
|
-
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
506
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$R, [
|
|
507
507
|
vue.createElementVNode("p", {
|
|
508
508
|
class: vue.normalizeClass(["input-select__item cursor_pointer", {active: $props.isActive}])
|
|
509
509
|
}, vue.toDisplayString($props.title), 3 /* TEXT, CLASS */)
|
|
510
510
|
]))
|
|
511
511
|
}
|
|
512
512
|
|
|
513
|
-
var css_248z$
|
|
514
|
-
styleInject(css_248z$
|
|
513
|
+
var css_248z$S = "\n.item-wrap[data-v-1edd33aa]{\r\n display: flex;\r\n align-items: center;\n}\n.input-select__item[data-v-1edd33aa]{\r\n margin: 0;\r\n\r\n text-overflow: ellipsis;\r\n overflow: hidden;\r\n\r\n color: var(--text-black);\r\n transition: var(--fast);\r\n\r\n font-size: 14px;\r\n line-height: 19px;\r\n font-weight: normal;\n}\n.input-select__item.active[data-v-1edd33aa]{\r\n background-color: var(--main);\r\n color:var(--text-white);\n}\r\n\r\n";
|
|
514
|
+
styleInject(css_248z$S);
|
|
515
515
|
|
|
516
|
-
script$
|
|
517
|
-
script$
|
|
518
|
-
script$
|
|
516
|
+
script$W.render = render$k;
|
|
517
|
+
script$W.__scopeId = "data-v-1edd33aa";
|
|
518
|
+
script$W.__file = "core/widgets/inputs/default-style/FragmentInputSelectItem.vue";
|
|
519
519
|
|
|
520
520
|
function clickOutside(element, callback) {
|
|
521
521
|
if (!element)
|
|
@@ -534,7 +534,7 @@ function clickOutside(element, callback) {
|
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
536
|
|
|
537
|
-
var script$
|
|
537
|
+
var script$V = {
|
|
538
538
|
data: () => ({
|
|
539
539
|
isActive: false
|
|
540
540
|
}),
|
|
@@ -563,13 +563,13 @@ var script$W = {
|
|
|
563
563
|
|
|
564
564
|
}
|
|
565
565
|
},
|
|
566
|
-
components: {Icon: script$
|
|
566
|
+
components: {Icon: script$Z, FragmentInputSelectItem: script$W},
|
|
567
567
|
mixins: [MixinInput],
|
|
568
568
|
name: "InputSelect"
|
|
569
569
|
};
|
|
570
570
|
|
|
571
|
-
const _hoisted_1$
|
|
572
|
-
const _hoisted_2$
|
|
571
|
+
const _hoisted_1$Q = { class: "input-wrap" };
|
|
572
|
+
const _hoisted_2$z = {
|
|
573
573
|
key: 0,
|
|
574
574
|
class: "input-title"
|
|
575
575
|
};
|
|
@@ -578,11 +578,11 @@ const _hoisted_3$s = {
|
|
|
578
578
|
class: "color__text_red"
|
|
579
579
|
};
|
|
580
580
|
const _hoisted_4$k = { class: "input-select-container__current input_size_md flex" };
|
|
581
|
-
const _hoisted_5$
|
|
581
|
+
const _hoisted_5$e = {
|
|
582
582
|
key: 0,
|
|
583
583
|
class: "input-select-value"
|
|
584
584
|
};
|
|
585
|
-
const _hoisted_6$
|
|
585
|
+
const _hoisted_6$7 = {
|
|
586
586
|
key: 1,
|
|
587
587
|
class: "current-placeholder text_md"
|
|
588
588
|
};
|
|
@@ -596,9 +596,9 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
596
596
|
const _component_icon = vue.resolveComponent("icon");
|
|
597
597
|
const _component_fragment_input_select_item = vue.resolveComponent("fragment-input-select-item");
|
|
598
598
|
|
|
599
|
-
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
599
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$Q, [
|
|
600
600
|
(_ctx.title)
|
|
601
|
-
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$
|
|
601
|
+
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$z, [
|
|
602
602
|
vue.createTextVNode(vue.toDisplayString(_ctx.title) + " ", 1 /* TEXT */),
|
|
603
603
|
(_ctx.required)
|
|
604
604
|
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$s, "*"))
|
|
@@ -612,8 +612,8 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
612
612
|
}, [
|
|
613
613
|
vue.createElementVNode("div", _hoisted_4$k, [
|
|
614
614
|
(!(_ctx.value === undefined || _ctx.value === null))
|
|
615
|
-
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$
|
|
616
|
-
: (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$
|
|
615
|
+
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$e, vue.toDisplayString($options.titleValue), 1 /* TEXT */))
|
|
616
|
+
: (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$7, vue.toDisplayString(_ctx.placeholder), 1 /* TEXT */)),
|
|
617
617
|
(!(_ctx.disabled || _ctx.isInsideDisabled))
|
|
618
618
|
? (vue.openBlock(), vue.createBlock(_component_icon, {
|
|
619
619
|
key: 2,
|
|
@@ -646,12 +646,12 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
646
646
|
]))
|
|
647
647
|
}
|
|
648
648
|
|
|
649
|
-
var css_248z$
|
|
650
|
-
styleInject(css_248z$
|
|
649
|
+
var css_248z$R = "\n.input-select-container[data-v-740fd6e8]{\r\n position: relative;\r\n width: 100%;\r\n\r\n outline: none;\n}\n.input-select-container.disabled>.input-select-container__current[data-v-740fd6e8]{\r\n background-color: var(--input-background-color-disabled);\n}\n.input-select-container__list[data-v-740fd6e8]{\r\n display: none;\r\n\r\n position: absolute;\r\n top: calc(100% - 5px);\r\n z-index: 100;\r\n padding-top: 4px;\r\n border: 1px solid var(--gray-1);\r\n border-top: 0;\r\n max-height: 250px;\r\n width: 100%;\r\n\r\n overflow: auto;\n}\n.input-select-container.active .input-select-container__list[data-v-740fd6e8]{\r\n display: block;\n}\n.input-select-container.active>.input-select-container__current>img[data-v-740fd6e8]{\r\n transform: rotateZ(-180deg);\n}\n.input-select-container__current[data-v-740fd6e8]{\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n\r\n padding: 0 10px 0 0;\r\n border: var(--input-border);\r\n\r\n width: 100%;\r\n\r\n border-radius: var(--input-border-radius);\r\n\r\n cursor: pointer;\r\n\r\n background-color: var(--input-background-color);\n}\n.current-placeholder[data-v-740fd6e8]{\r\n padding: 0 10px;\r\n color: var(--input-placeholder-color)\n}\n.input-select__ico-toggle[data-v-740fd6e8]{\r\n fill: var(--main);\n}\n.input-select-container.error >.input-select-container__current[data-v-740fd6e8]{\r\n border: 1px solid var(--error);\n}\n.input-select-container.active>.input-select-container__current[data-v-740fd6e8]{\r\n outline: var(--input-border-active);\n}\n.input-select-value[data-v-740fd6e8]{\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n\r\n margin: 0;\r\n padding: 0 16px;\r\n color: var(--input-color);\n}\r\n\r\n";
|
|
650
|
+
styleInject(css_248z$R);
|
|
651
651
|
|
|
652
|
-
script$
|
|
653
|
-
script$
|
|
654
|
-
script$
|
|
652
|
+
script$V.render = render$j;
|
|
653
|
+
script$V.__scopeId = "data-v-740fd6e8";
|
|
654
|
+
script$V.__file = "core/widgets/inputs/default-style/InputSelect.vue";
|
|
655
655
|
|
|
656
656
|
/******************************************************************************
|
|
657
657
|
Copyright (c) Microsoft Corporation.
|
|
@@ -745,7 +745,7 @@ function ProcessWrap(fn = () => null) {
|
|
|
745
745
|
return wrap;
|
|
746
746
|
}
|
|
747
747
|
|
|
748
|
-
var script$
|
|
748
|
+
var script$U = vue.defineComponent({
|
|
749
749
|
props: {
|
|
750
750
|
entityName: {
|
|
751
751
|
type: String,
|
|
@@ -774,11 +774,11 @@ var script$V = vue.defineComponent({
|
|
|
774
774
|
}
|
|
775
775
|
},
|
|
776
776
|
mixins: [MixinInput],
|
|
777
|
-
components: {Icon: script$
|
|
777
|
+
components: {Icon: script$Z}
|
|
778
778
|
});
|
|
779
779
|
|
|
780
|
-
const _hoisted_1$
|
|
781
|
-
const _hoisted_2$
|
|
780
|
+
const _hoisted_1$P = { class: "container-input-file" };
|
|
781
|
+
const _hoisted_2$y = {
|
|
782
782
|
key: 0,
|
|
783
783
|
class: "process-info input-file__wait text_size_sm"
|
|
784
784
|
};
|
|
@@ -790,7 +790,7 @@ const _hoisted_3$r = {
|
|
|
790
790
|
function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
791
791
|
const _component_icon = vue.resolveComponent("icon");
|
|
792
792
|
|
|
793
|
-
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
793
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$P, [
|
|
794
794
|
vue.createVNode(_component_icon, {
|
|
795
795
|
name: "plus",
|
|
796
796
|
class: "icon__file-upload"
|
|
@@ -801,7 +801,7 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
801
801
|
onChange: _cache[0] || (_cache[0] = $event => (_ctx.onChange($event.target.files[0])))
|
|
802
802
|
}, null, 32 /* HYDRATE_EVENTS */),
|
|
803
803
|
(_ctx.pw.wait)
|
|
804
|
-
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$
|
|
804
|
+
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$y, "Loading..."))
|
|
805
805
|
: vue.createCommentVNode("v-if", true),
|
|
806
806
|
(_ctx.pw.error)
|
|
807
807
|
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$r, "Error load file"))
|
|
@@ -809,22 +809,22 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
809
809
|
]))
|
|
810
810
|
}
|
|
811
811
|
|
|
812
|
-
var css_248z$
|
|
813
|
-
styleInject(css_248z$
|
|
812
|
+
var css_248z$Q = "\n.container-input-file[data-v-d5199524]{\r\n height: var(--input-height);\r\n border: var(--input-border);\r\n background-color: var(--input-background-color);\r\n border-radius: var(--input-border-radius);\r\n\r\n padding: 5px;\r\n display: flex;\r\n align-items: center;\r\n\r\n position: relative;\n}\n.icon__file-upload[data-v-d5199524]{\r\n font-size: 12px;\r\n color: var(--input-color);\n}\n.input-file[data-v-d5199524]{\r\n position: absolute;\r\n left: 0;\r\n top: 0;\r\n z-index: 500;\r\n\r\n width: 100%;\r\n height: 100%;\r\n\r\n opacity: 0;\r\n cursor: pointer;\n}\n.input-file[data-v-d5199524]::-webkit-file-upload-button {\r\n visibility: hidden;\n}\n.process-info[data-v-d5199524]{\r\n margin: 4px 0;\n}\r\n";
|
|
813
|
+
styleInject(css_248z$Q);
|
|
814
814
|
|
|
815
|
-
script$
|
|
816
|
-
script$
|
|
817
|
-
script$
|
|
815
|
+
script$U.render = render$i;
|
|
816
|
+
script$U.__scopeId = "data-v-d5199524";
|
|
817
|
+
script$U.__file = "core/widgets/inputs/default-style/InputLoadFile.vue";
|
|
818
818
|
|
|
819
819
|
const state = {
|
|
820
820
|
//InputAddress,
|
|
821
|
-
InputText: script$
|
|
822
|
-
InputToggle: script$
|
|
823
|
-
InputSelect: script$
|
|
824
|
-
InputLoadFile: script$
|
|
821
|
+
InputText: script$Y,
|
|
822
|
+
InputToggle: script$X,
|
|
823
|
+
InputSelect: script$V,
|
|
824
|
+
InputLoadFile: script$U,
|
|
825
825
|
};
|
|
826
826
|
|
|
827
|
-
var script$
|
|
827
|
+
var script$T = {
|
|
828
828
|
props: {
|
|
829
829
|
placeholder: String,
|
|
830
830
|
error: [Boolean, String]
|
|
@@ -838,13 +838,13 @@ var script$U = {
|
|
|
838
838
|
};
|
|
839
839
|
|
|
840
840
|
const _withScopeId$9 = n => (vue.pushScopeId("data-v-3fc725fe"),n=n(),vue.popScopeId(),n);
|
|
841
|
-
const _hoisted_1$
|
|
842
|
-
const _hoisted_2$
|
|
841
|
+
const _hoisted_1$O = { class: "widget-input__container" };
|
|
842
|
+
const _hoisted_2$x = { class: "input-container__content" };
|
|
843
843
|
const _hoisted_3$q = /*#__PURE__*/ _withScopeId$9(() => /*#__PURE__*/vue.createElementVNode("div", { class: "widget-input__underline" }, null, -1 /* HOISTED */));
|
|
844
844
|
|
|
845
845
|
function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
846
|
-
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
847
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
846
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$O, [
|
|
847
|
+
vue.createElementVNode("div", _hoisted_2$x, [
|
|
848
848
|
vue.renderSlot(_ctx.$slots, "default")
|
|
849
849
|
]),
|
|
850
850
|
_hoisted_3$q,
|
|
@@ -857,20 +857,20 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
857
857
|
]))
|
|
858
858
|
}
|
|
859
859
|
|
|
860
|
-
var css_248z$
|
|
861
|
-
styleInject(css_248z$
|
|
860
|
+
var css_248z$P = "\n.widget-input__container[data-v-3fc725fe]{\r\n position: relative;\r\n outline: none;\n}\n.widget-input__underline[data-v-3fc725fe]{\r\n height: 2px;\r\n background-color: var(--input-line-color);\n}\n.widget-input__placeholder[data-v-3fc725fe]{\r\n margin: 2px 0 0 0;\r\n color: var(--input-line-placeholder-color);\r\n font-size: var(--input-line-placeholder-font-size);\r\n line-height: var(--input-line-placeholder-line-height);\r\n\r\n user-select: none;\n}\n.widget-input__placeholder_error[data-v-3fc725fe]{\r\n color: var(--error);\n}\n.input-container__content[data-v-3fc725fe]{\r\n\t\twidth: 100%;\r\n\t\tdisplay: flex;\n}\r\n";
|
|
861
|
+
styleInject(css_248z$P);
|
|
862
862
|
|
|
863
|
-
script$
|
|
864
|
-
script$
|
|
865
|
-
script$
|
|
863
|
+
script$T.render = render$h;
|
|
864
|
+
script$T.__scopeId = "data-v-3fc725fe";
|
|
865
|
+
script$T.__file = "core/widgets/inputs/line-style/WidgetInputContainer.vue";
|
|
866
866
|
|
|
867
|
-
var script$
|
|
868
|
-
components: {Icon: script$
|
|
867
|
+
var script$S = {
|
|
868
|
+
components: {Icon: script$Z, WidgetInputContainer: script$T},
|
|
869
869
|
mixins: [MixinInput, MixinInputText],
|
|
870
870
|
name: "InputText"
|
|
871
871
|
};
|
|
872
872
|
|
|
873
|
-
const _hoisted_1$
|
|
873
|
+
const _hoisted_1$N = ["type", "value"];
|
|
874
874
|
|
|
875
875
|
function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
876
876
|
const _component_icon = vue.resolveComponent("icon");
|
|
@@ -887,7 +887,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
887
887
|
value: _ctx.value,
|
|
888
888
|
onChange: _cache[0] || (_cache[0] = $event => (_ctx.input($event.target.value))),
|
|
889
889
|
onKeyup: _cache[1] || (_cache[1] = vue.withKeys($event => (_ctx.$emit('enter')), ["enter"]))
|
|
890
|
-
}, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_1$
|
|
890
|
+
}, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_1$N),
|
|
891
891
|
(_ctx.password)
|
|
892
892
|
? (vue.openBlock(), vue.createElementBlock("div", {
|
|
893
893
|
key: 0,
|
|
@@ -905,15 +905,15 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
905
905
|
}, 8 /* PROPS */, ["placeholder", "error"]))
|
|
906
906
|
}
|
|
907
907
|
|
|
908
|
-
var css_248z$
|
|
909
|
-
styleInject(css_248z$
|
|
908
|
+
var css_248z$O = "\n.input-text[data-v-6ffad664]{\r\n height: 31px;\r\n width: 100%;\r\n border: unset;\r\n outline: unset;\r\n\r\n background-color: transparent;\r\n color: var(--input-line-color);\r\n font-size: var(--input-line-font-size);\n}\n.input-text__password[data-v-6ffad664]{\r\n\t\tpadding: 0 6px;\r\n\t\tdisplay: flex;\r\n\t\talign-items: center;\n}\r\n";
|
|
909
|
+
styleInject(css_248z$O);
|
|
910
910
|
|
|
911
|
-
script$
|
|
912
|
-
script$
|
|
913
|
-
script$
|
|
911
|
+
script$S.render = render$g;
|
|
912
|
+
script$S.__scopeId = "data-v-6ffad664";
|
|
913
|
+
script$S.__file = "core/widgets/inputs/line-style/InputText.vue";
|
|
914
914
|
|
|
915
915
|
var lineStyle = {
|
|
916
|
-
InputText: script$
|
|
916
|
+
InputText: script$S
|
|
917
917
|
};
|
|
918
918
|
|
|
919
919
|
function modifiersInput(input, array = []) {
|
|
@@ -924,8 +924,8 @@ function modifiersInput(input, array = []) {
|
|
|
924
924
|
return output;
|
|
925
925
|
}
|
|
926
926
|
|
|
927
|
-
var script$
|
|
928
|
-
components: {Icon: script$
|
|
927
|
+
var script$R = vue.defineComponent({
|
|
928
|
+
components: {Icon: script$Z},
|
|
929
929
|
props: {
|
|
930
930
|
title: String,
|
|
931
931
|
modify: {
|
|
@@ -997,17 +997,17 @@ function modifiersInput(input, array = []) {
|
|
|
997
997
|
name: "InputText"
|
|
998
998
|
});
|
|
999
999
|
|
|
1000
|
-
const _hoisted_1$
|
|
1000
|
+
const _hoisted_1$M = {
|
|
1001
1001
|
key: 0,
|
|
1002
1002
|
class: "input-title"
|
|
1003
1003
|
};
|
|
1004
|
-
const _hoisted_2$
|
|
1004
|
+
const _hoisted_2$w = {
|
|
1005
1005
|
key: 0,
|
|
1006
1006
|
class: "color__text_red"
|
|
1007
1007
|
};
|
|
1008
1008
|
const _hoisted_3$p = ["disabled", "error"];
|
|
1009
1009
|
const _hoisted_4$j = ["type", "placeholder", "disabled", "error", "value"];
|
|
1010
|
-
const _hoisted_5$
|
|
1010
|
+
const _hoisted_5$d = {
|
|
1011
1011
|
key: 1,
|
|
1012
1012
|
class: "input-text__error text_sm color__text_red"
|
|
1013
1013
|
};
|
|
@@ -1017,10 +1017,10 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1017
1017
|
|
|
1018
1018
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
1019
1019
|
(_ctx.title)
|
|
1020
|
-
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$
|
|
1020
|
+
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$M, [
|
|
1021
1021
|
vue.createTextVNode(vue.toDisplayString(_ctx.title) + " ", 1 /* TEXT */),
|
|
1022
1022
|
(_ctx.required)
|
|
1023
|
-
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$
|
|
1023
|
+
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$w, "*"))
|
|
1024
1024
|
: vue.createCommentVNode("v-if", true)
|
|
1025
1025
|
]))
|
|
1026
1026
|
: vue.createCommentVNode("v-if", true),
|
|
@@ -1052,21 +1052,21 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1052
1052
|
]))
|
|
1053
1053
|
: vue.createCommentVNode("v-if", true),
|
|
1054
1054
|
(_ctx.errorMessage)
|
|
1055
|
-
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$
|
|
1055
|
+
? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$d, vue.toDisplayString(_ctx.errorMessage), 1 /* TEXT */))
|
|
1056
1056
|
: vue.createCommentVNode("v-if", true)
|
|
1057
1057
|
], 8 /* PROPS */, _hoisted_3$p)
|
|
1058
1058
|
], 64 /* STABLE_FRAGMENT */))
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
|
-
var css_248z$
|
|
1062
|
-
styleInject(css_248z$
|
|
1061
|
+
var css_248z$N = "\r\n\r\n /**INPUT-TITLE**/\n.input-title[data-v-8bd17ee0]{\r\n font-size: 12px;\r\n line-height: 16px;\r\n color: #667085;\r\n\r\n margin: 4px 0;\n}\n.input-text-container[data-v-8bd17ee0]{\r\n position: relative;\r\n\r\n height: 32px;\r\n width: 100%;\r\n\r\n background-color: var(--input-background-color);\r\n border: var(--input-border);\r\n border-radius: var(--input-border-radius);\n}\n.input-text-container[data-v-8bd17ee0]:focus-within {\r\n border: var(--input-border-active) !important;\n}\n.input-text__error[data-v-8bd17ee0]{\r\n position: absolute;\r\n margin: 0;\r\n top: 100%;\r\n\r\n text-align: right;\n}\n.input-text[data-v-8bd17ee0]{\r\n width: 100%;\r\n height: 100%;\r\n padding: 0 10px;\r\n\r\n background-color: transparent;\r\n border: 0;\r\n color: var(--input-color);\r\n font-size: var(--input-font-size);\n}\n.input-text[data-v-8bd17ee0]::placeholder{\r\n color: var(--input-placeholder-color);\n}\n.input-text-container[disabled=\"true\"][data-v-8bd17ee0]{\r\n background-color: var(--input-background-disabled);\r\n border: var(--input-border-disabled);\n}\n.input-text-container[error=\"true\"][data-v-8bd17ee0]{\r\n border: var(--input-border-error);\n}\n.input-text__password[data-v-8bd17ee0]{\r\n padding: 0 6px;\r\n display: flex;\r\n align-items: center;\n}\n.input-text[data-v-8bd17ee0]:focus{\r\n border: 0;\r\n outline: 0;\n}\r\n";
|
|
1062
|
+
styleInject(css_248z$N);
|
|
1063
1063
|
|
|
1064
|
-
script$
|
|
1065
|
-
script$
|
|
1066
|
-
script$
|
|
1064
|
+
script$R.render = render$f;
|
|
1065
|
+
script$R.__scopeId = "data-v-8bd17ee0";
|
|
1066
|
+
script$R.__file = "core/widgets/inputs/naomi-style/InputText.vue";
|
|
1067
1067
|
|
|
1068
1068
|
var naomiStyle = {
|
|
1069
|
-
InputText: script$
|
|
1069
|
+
InputText: script$R
|
|
1070
1070
|
};
|
|
1071
1071
|
|
|
1072
1072
|
var inputs = {
|
|
@@ -1075,8 +1075,8 @@ var inputs = {
|
|
|
1075
1075
|
naomi: naomiStyle
|
|
1076
1076
|
};
|
|
1077
1077
|
|
|
1078
|
-
var script$
|
|
1079
|
-
components: {Icon: script$
|
|
1078
|
+
var script$Q = {
|
|
1079
|
+
components: {Icon: script$Z},
|
|
1080
1080
|
props: {
|
|
1081
1081
|
title: String,
|
|
1082
1082
|
values: [Object, Array, String]
|
|
@@ -1140,13 +1140,13 @@ var script$R = {
|
|
|
1140
1140
|
name: "Button"
|
|
1141
1141
|
};
|
|
1142
1142
|
|
|
1143
|
-
const _hoisted_1$
|
|
1144
|
-
const _hoisted_2$
|
|
1143
|
+
const _hoisted_1$L = { class: "widget-button-wrap flex" };
|
|
1144
|
+
const _hoisted_2$v = ["onClick"];
|
|
1145
1145
|
|
|
1146
1146
|
function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1147
1147
|
const _component_icon = vue.resolveComponent("icon");
|
|
1148
1148
|
|
|
1149
|
-
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
1149
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$L, [
|
|
1150
1150
|
vue.createElementVNode("div", {
|
|
1151
1151
|
class: vue.normalizeClass(["widget-button flex", {active: $setup.isActive}]),
|
|
1152
1152
|
ref: "button"
|
|
@@ -1167,7 +1167,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1167
1167
|
class: "widget-button__list-elem cursor_pointer",
|
|
1168
1168
|
onClick: $event => (elem.callback(), $setup.toggle(false)),
|
|
1169
1169
|
key: index
|
|
1170
|
-
}, vue.toDisplayString(elem.title), 9 /* TEXT, PROPS */, _hoisted_2$
|
|
1170
|
+
}, vue.toDisplayString(elem.title), 9 /* TEXT, PROPS */, _hoisted_2$v))
|
|
1171
1171
|
}), 128 /* KEYED_FRAGMENT */))
|
|
1172
1172
|
], 4 /* STYLE */),
|
|
1173
1173
|
($setup.array.length > 1)
|
|
@@ -1186,25 +1186,25 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1186
1186
|
]))
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
|
-
var css_248z$
|
|
1190
|
-
styleInject(css_248z$
|
|
1189
|
+
var css_248z$M = "\n.widget-button-wrap[data-v-734ab152]{\r\n width: fit-content;\r\n outline: none;\r\n\r\n user-select: none;\r\n position: relative;\r\n\r\n\t\t--size: \t\t30px;\r\n max-height: \tvar(--size);\r\n\t\theight: \t\tvar(--size);\n}\n.widget-button[data-v-734ab152]{\r\n\t\tbackground-color: var(--widget-button-background);\r\n\t\tcolor: var(--widget-button-color);\r\n\t\tborder: var(--widget-button-border);\r\n\t\tborder-radius: var(--widget-button-radius);\r\n\r\n\t\theight: fit-content;\r\n\t\toverflow: hidden;\n}\n.widget-button__toggle[data-v-734ab152]{\r\n height: var(--size);\r\n width: var(--size);\n}\n.widget-button__toggle[data-v-734ab152]:hover{\r\n background-color: var(--widget-button-background-hover);\n}\n.widget-button__list[data-v-734ab152]{\r\n\t\toverflow: hidden;\r\n max-height: \tvar(--size);\r\n\r\n transition: \tvar(--fast);\r\n\r\n\t\theight: fit-content;\n}\n.widget-button .widget-button__toggle-icon[data-v-734ab152]{\r\n transition: var(--fast);\n}\n.widget-button.active .widget-button__toggle-icon[data-v-734ab152]{\r\n transform: rotateZ(-180deg);\n}\n.widget-button__list-elem[data-v-734ab152]{\r\n line-height: var(--size);\r\n font-size: 14px;\r\n\r\n padding: 0 10px;\r\n transition: var(--extra-fast);\r\n\r\n min-width: 80px;\n}\n.widget-button__list-elem[data-v-734ab152]:hover{\r\n background-color: var(--widget-button-background-hover);\n}\r\n";
|
|
1190
|
+
styleInject(css_248z$M);
|
|
1191
1191
|
|
|
1192
|
-
script$
|
|
1193
|
-
script$
|
|
1194
|
-
script$
|
|
1192
|
+
script$Q.render = render$e;
|
|
1193
|
+
script$Q.__scopeId = "data-v-734ab152";
|
|
1194
|
+
script$Q.__file = "core/widgets/buttons/Button.vue";
|
|
1195
1195
|
|
|
1196
1196
|
/**
|
|
1197
1197
|
* ico: String
|
|
1198
1198
|
* func: Function
|
|
1199
1199
|
*
|
|
1200
1200
|
* */
|
|
1201
|
-
var script$
|
|
1201
|
+
var script$P = {
|
|
1202
1202
|
props: {
|
|
1203
1203
|
icon: String,
|
|
1204
1204
|
func: Function
|
|
1205
1205
|
},
|
|
1206
1206
|
name: "WidgetFormFunctionItem",
|
|
1207
|
-
components: {Icon: script$
|
|
1207
|
+
components: {Icon: script$Z}
|
|
1208
1208
|
};
|
|
1209
1209
|
|
|
1210
1210
|
function render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -1218,38 +1218,38 @@ function render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1218
1218
|
]))
|
|
1219
1219
|
}
|
|
1220
1220
|
|
|
1221
|
-
var css_248z$
|
|
1222
|
-
styleInject(css_248z$
|
|
1221
|
+
var css_248z$L = "\n.function-item[data-v-00227c40]{\r\n padding: 10px;\n}\r\n";
|
|
1222
|
+
styleInject(css_248z$L);
|
|
1223
1223
|
|
|
1224
|
-
script$
|
|
1225
|
-
script$
|
|
1226
|
-
script$
|
|
1224
|
+
script$P.render = render$d;
|
|
1225
|
+
script$P.__scopeId = "data-v-00227c40";
|
|
1226
|
+
script$P.__file = "core/widgets/forms/head/WidgetFormFunctionItem.vue";
|
|
1227
1227
|
|
|
1228
|
-
var script$
|
|
1228
|
+
var script$O = {
|
|
1229
1229
|
props: {
|
|
1230
1230
|
title: String
|
|
1231
1231
|
},
|
|
1232
1232
|
name: "WidgetFormTitle"
|
|
1233
1233
|
};
|
|
1234
1234
|
|
|
1235
|
-
const _hoisted_1$
|
|
1236
|
-
const _hoisted_2$
|
|
1235
|
+
const _hoisted_1$K = { class: "form-title" };
|
|
1236
|
+
const _hoisted_2$u = { class: "title_lg color__text_black margin-0" };
|
|
1237
1237
|
|
|
1238
1238
|
function render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1239
|
-
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
1240
|
-
vue.createElementVNode("h2", _hoisted_2$
|
|
1239
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$K, [
|
|
1240
|
+
vue.createElementVNode("h2", _hoisted_2$u, vue.toDisplayString($props.title), 1 /* TEXT */)
|
|
1241
1241
|
]))
|
|
1242
1242
|
}
|
|
1243
1243
|
|
|
1244
|
-
var css_248z$
|
|
1245
|
-
styleInject(css_248z$
|
|
1244
|
+
var css_248z$K = "\n.form-title[data-v-5fd3445a]{\r\n flex-grow: 1;\n}\r\n";
|
|
1245
|
+
styleInject(css_248z$K);
|
|
1246
1246
|
|
|
1247
|
-
script$
|
|
1248
|
-
script$
|
|
1249
|
-
script$
|
|
1247
|
+
script$O.render = render$c;
|
|
1248
|
+
script$O.__scopeId = "data-v-5fd3445a";
|
|
1249
|
+
script$O.__file = "core/widgets/forms/head/WidgetFormTitle.vue";
|
|
1250
1250
|
|
|
1251
|
-
var script$
|
|
1252
|
-
components: {WidgetFormTitle: script$
|
|
1251
|
+
var script$N = {
|
|
1252
|
+
components: {WidgetFormTitle: script$O, WidgetFormFunctionItem: script$P, WidgetButton: script$Q},
|
|
1253
1253
|
props: {
|
|
1254
1254
|
title: String,
|
|
1255
1255
|
button: {
|
|
@@ -1261,8 +1261,8 @@ var script$O = {
|
|
|
1261
1261
|
name: "WidgetForm"
|
|
1262
1262
|
};
|
|
1263
1263
|
|
|
1264
|
-
const _hoisted_1$
|
|
1265
|
-
const _hoisted_2$
|
|
1264
|
+
const _hoisted_1$J = { class: "widget-form flex_column" };
|
|
1265
|
+
const _hoisted_2$t = { class: "widget-form__head flex" };
|
|
1266
1266
|
const _hoisted_3$o = { class: "widget-form__head-functions flex" };
|
|
1267
1267
|
const _hoisted_4$i = { class: "widget-form__body" };
|
|
1268
1268
|
|
|
@@ -1271,8 +1271,8 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1271
1271
|
const _component_widget_button = vue.resolveComponent("widget-button");
|
|
1272
1272
|
const _component_widget_form_function_item = vue.resolveComponent("widget-form-function-item");
|
|
1273
1273
|
|
|
1274
|
-
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
1275
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
1274
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J, [
|
|
1275
|
+
vue.createElementVNode("div", _hoisted_2$t, [
|
|
1276
1276
|
vue.createVNode(_component_widget_form_title, { title: $props.title }, null, 8 /* PROPS */, ["title"]),
|
|
1277
1277
|
((Array.isArray($props.button) && $props.button.length) || (!Array.isArray($props.button) && $props.button))
|
|
1278
1278
|
? (vue.openBlock(), vue.createBlock(_component_widget_button, {
|
|
@@ -1297,59 +1297,22 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1297
1297
|
]))
|
|
1298
1298
|
}
|
|
1299
1299
|
|
|
1300
|
-
var css_248z$
|
|
1301
|
-
styleInject(css_248z$K);
|
|
1302
|
-
|
|
1303
|
-
script$O.render = render$b;
|
|
1304
|
-
script$O.__scopeId = "data-v-2ee2f45a";
|
|
1305
|
-
script$O.__file = "core/widgets/forms/WidgetForm.vue";
|
|
1306
|
-
|
|
1307
|
-
const _hoisted_1$J = { class: "container-form-image" };
|
|
1308
|
-
const _hoisted_2$t = ["src"];
|
|
1309
|
-
var script$N = /*#__PURE__*/ vue.defineComponent({
|
|
1310
|
-
__name: 'WidgetFormImage',
|
|
1311
|
-
props: {
|
|
1312
|
-
image: { type: String, required: false },
|
|
1313
|
-
icon: { type: String, required: false }
|
|
1314
|
-
},
|
|
1315
|
-
setup(__props) {
|
|
1316
|
-
return (_ctx, _cache) => {
|
|
1317
|
-
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J, [
|
|
1318
|
-
(__props.icon)
|
|
1319
|
-
? (vue.openBlock(), vue.createBlock(script$_, {
|
|
1320
|
-
key: 0,
|
|
1321
|
-
class: "form-image",
|
|
1322
|
-
name: __props.icon
|
|
1323
|
-
}, null, 8 /* PROPS */, ["name"]))
|
|
1324
|
-
: vue.createCommentVNode("v-if", true),
|
|
1325
|
-
(__props.image)
|
|
1326
|
-
? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1327
|
-
key: 1,
|
|
1328
|
-
class: "form-image",
|
|
1329
|
-
alt: "form-image",
|
|
1330
|
-
src: __props.image
|
|
1331
|
-
}, null, 8 /* PROPS */, _hoisted_2$t))
|
|
1332
|
-
: vue.createCommentVNode("v-if", true)
|
|
1333
|
-
]));
|
|
1334
|
-
};
|
|
1335
|
-
}
|
|
1336
|
-
});
|
|
1337
|
-
|
|
1338
|
-
var css_248z$J = "\n.container-form-image[data-v-2ce4a07a]{\r\n padding: 15px;\r\n background-color: #F3F4FC;\r\n border-radius: 8px;\n}\n.form-image[data-v-2ce4a07a]{\r\n height: 30px;\r\n width: 30px;\r\n object-fit: cover;\r\n border-radius: 50%;\n}\r\n";
|
|
1300
|
+
var css_248z$J = "\n.widget-form[data-v-2ee2f45a]{\r\n width: 100%;\r\n max-width: 966px;\r\n overflow: hidden;\r\n\r\n\t\tborder: var(--form-border);\r\n\t\tbackground-color: var(--form-background-color);\r\n\t\tbox-shadow: var(--form-shadow);\r\n\t\tborder-radius: var(--form-radius);\r\n border-bottom: 5px solid var(--form-border-bottom);\n}\n.widget-form__head[data-v-2ee2f45a]{\r\n min-height: 60px;\r\n align-items: center;\r\n\r\n background-color: var(--form-head-background-color);\n}\n@media screen and (min-width: 769px) {\n.widget-form__head[data-v-2ee2f45a]{\r\n flex-wrap: nowrap;\r\n\r\n padding: 0 20px 0 40px;\n}\n.widget-form__head-button[data-v-2ee2f45a]{\r\n margin-right: 15px;\n}\n}\n@media screen and (max-width: 768px){\n.widget-form[data-v-2ee2f45a]{\r\n width: 100%;\n}\n.widget-form__head[data-v-2ee2f45a]{\r\n flex-wrap: wrap;\n}\n}\n.widget-form__head-functions[data-v-2ee2f45a]{\r\n height: 100%;\r\n align-items: center;\n}\n.widget-form__body[data-v-2ee2f45a]{\r\n overflow: auto;\n}\r\n\r\n";
|
|
1339
1301
|
styleInject(css_248z$J);
|
|
1340
1302
|
|
|
1341
|
-
script$N.
|
|
1342
|
-
script$N.
|
|
1303
|
+
script$N.render = render$b;
|
|
1304
|
+
script$N.__scopeId = "data-v-2ee2f45a";
|
|
1305
|
+
script$N.__file = "core/widgets/forms/WidgetForm.vue";
|
|
1343
1306
|
|
|
1344
1307
|
const _hoisted_1$I = { class: "widget-form-info flex" };
|
|
1345
1308
|
const _hoisted_2$s = { class: "form-titles" };
|
|
1346
1309
|
const _hoisted_3$n = { class: "form-title margin-0" };
|
|
1347
1310
|
const _hoisted_4$h = { class: "form-info text_size_md margin-0" };
|
|
1348
|
-
const _hoisted_5$
|
|
1311
|
+
const _hoisted_5$c = {
|
|
1349
1312
|
key: 0,
|
|
1350
1313
|
class: "form-container-label"
|
|
1351
1314
|
};
|
|
1352
|
-
const _hoisted_6$
|
|
1315
|
+
const _hoisted_6$6 = { class: "form-label__title text_size_sm" };
|
|
1353
1316
|
var script$M = /*#__PURE__*/ vue.defineComponent({
|
|
1354
1317
|
__name: 'WidgetFormInfo',
|
|
1355
1318
|
props: {
|
|
@@ -1365,15 +1328,15 @@ var script$M = /*#__PURE__*/ vue.defineComponent({
|
|
|
1365
1328
|
vue.createElementVNode("p", _hoisted_4$h, vue.toDisplayString(__props.info), 1 /* TEXT */)
|
|
1366
1329
|
]),
|
|
1367
1330
|
(__props.label)
|
|
1368
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$
|
|
1331
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$c, [
|
|
1369
1332
|
vue.createElementVNode("div", {
|
|
1370
1333
|
class: vue.normalizeClass(["form-label", `form-label_${__props.label.type}`])
|
|
1371
1334
|
}, [
|
|
1372
|
-
vue.createVNode(script$
|
|
1335
|
+
vue.createVNode(script$Z, {
|
|
1373
1336
|
class: "form-label__icon",
|
|
1374
1337
|
name: __props.label.icon
|
|
1375
1338
|
}, null, 8 /* PROPS */, ["name"]),
|
|
1376
|
-
vue.createElementVNode("p", _hoisted_6$
|
|
1339
|
+
vue.createElementVNode("p", _hoisted_6$6, vue.toDisplayString(__props.label.title), 1 /* TEXT */)
|
|
1377
1340
|
], 2 /* CLASS */)
|
|
1378
1341
|
]))
|
|
1379
1342
|
: vue.createCommentVNode("v-if", true)
|
|
@@ -1413,8 +1376,8 @@ const _hoisted_1$H = { class: "widget-button-wrap" };
|
|
|
1413
1376
|
const _hoisted_2$r = { class: "multi-button" };
|
|
1414
1377
|
const _hoisted_3$m = { class: "widget-button-list" };
|
|
1415
1378
|
const _hoisted_4$g = ["onClick"];
|
|
1416
|
-
const _hoisted_5$
|
|
1417
|
-
const _hoisted_6$
|
|
1379
|
+
const _hoisted_5$b = { class: "button__side" };
|
|
1380
|
+
const _hoisted_6$5 = {
|
|
1418
1381
|
key: 0,
|
|
1419
1382
|
class: "button__size-progress"
|
|
1420
1383
|
};
|
|
@@ -1459,9 +1422,9 @@ var script$K = /*#__PURE__*/ vue.defineComponent({
|
|
|
1459
1422
|
}), 128 /* KEYED_FRAGMENT */))
|
|
1460
1423
|
])
|
|
1461
1424
|
], 2 /* CLASS */),
|
|
1462
|
-
vue.createElementVNode("div", _hoisted_5$
|
|
1425
|
+
vue.createElementVNode("div", _hoisted_5$b, [
|
|
1463
1426
|
(vue.unref(pw).wait)
|
|
1464
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$
|
|
1427
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$5, [
|
|
1465
1428
|
vue.createVNode(script$L, { class: "button-spinner" })
|
|
1466
1429
|
]))
|
|
1467
1430
|
: (__props.array && __props.array.length > 1)
|
|
@@ -1470,7 +1433,7 @@ var script$K = /*#__PURE__*/ vue.defineComponent({
|
|
|
1470
1433
|
class: vue.normalizeClass(["button__size-toggle", { 'button__toggle_active': state.active }]),
|
|
1471
1434
|
onClick: _cache[1] || (_cache[1] = ($event) => (toggle()))
|
|
1472
1435
|
}, [
|
|
1473
|
-
vue.createVNode(script$
|
|
1436
|
+
vue.createVNode(script$Z, {
|
|
1474
1437
|
class: "button__toggle-icon",
|
|
1475
1438
|
name: "angle-small-down"
|
|
1476
1439
|
})
|
|
@@ -1492,7 +1455,9 @@ script$K.__file = "core/widgets/buttons/multi-button/WidgetMultiButton.vue";
|
|
|
1492
1455
|
const _hoisted_1$G = { class: "wrap__widget-form" };
|
|
1493
1456
|
const _hoisted_2$q = { class: "widget-form" };
|
|
1494
1457
|
const _hoisted_3$l = { class: "widget-form__head" };
|
|
1495
|
-
const _hoisted_4$f = { class: "
|
|
1458
|
+
const _hoisted_4$f = { class: "head-image" };
|
|
1459
|
+
const _hoisted_5$a = { key: 1 };
|
|
1460
|
+
const _hoisted_6$4 = { class: "widget-form__body" };
|
|
1496
1461
|
var script$J = /*#__PURE__*/ vue.defineComponent({
|
|
1497
1462
|
__name: 'WidgetForm',
|
|
1498
1463
|
props: {
|
|
@@ -1501,17 +1466,30 @@ var script$J = /*#__PURE__*/ vue.defineComponent({
|
|
|
1501
1466
|
image: { type: String, required: false },
|
|
1502
1467
|
icon: { type: String, required: false },
|
|
1503
1468
|
label: { type: null, required: false },
|
|
1504
|
-
button: { type: Array, required: false }
|
|
1469
|
+
button: { type: Array, required: false },
|
|
1470
|
+
wait: { type: Boolean, required: false }
|
|
1505
1471
|
},
|
|
1506
1472
|
setup(__props) {
|
|
1507
1473
|
return (_ctx, _cache) => {
|
|
1508
1474
|
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
|
|
1509
1475
|
vue.createElementVNode("div", _hoisted_2$q, [
|
|
1510
1476
|
vue.createElementVNode("div", _hoisted_3$l, [
|
|
1511
|
-
vue.
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1477
|
+
vue.createElementVNode("div", _hoisted_4$f, [
|
|
1478
|
+
(__props.wait)
|
|
1479
|
+
? (vue.openBlock(), vue.createBlock(script$L, {
|
|
1480
|
+
key: 0,
|
|
1481
|
+
color: "#3949AB"
|
|
1482
|
+
}))
|
|
1483
|
+
: (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$a, [
|
|
1484
|
+
(__props.icon)
|
|
1485
|
+
? (vue.openBlock(), vue.createBlock(script$Z, {
|
|
1486
|
+
key: 0,
|
|
1487
|
+
class: "form-image",
|
|
1488
|
+
name: __props.icon
|
|
1489
|
+
}, null, 8 /* PROPS */, ["name"]))
|
|
1490
|
+
: vue.createCommentVNode("v-if", true)
|
|
1491
|
+
]))
|
|
1492
|
+
]),
|
|
1515
1493
|
vue.createVNode(script$M, {
|
|
1516
1494
|
title: __props.title,
|
|
1517
1495
|
info: __props.info,
|
|
@@ -1525,7 +1503,7 @@ var script$J = /*#__PURE__*/ vue.defineComponent({
|
|
|
1525
1503
|
}, null, 8 /* PROPS */, ["array"]))
|
|
1526
1504
|
: vue.createCommentVNode("v-if", true)
|
|
1527
1505
|
]),
|
|
1528
|
-
vue.createElementVNode("div",
|
|
1506
|
+
vue.createElementVNode("div", _hoisted_6$4, [
|
|
1529
1507
|
vue.renderSlot(_ctx.$slots, "default")
|
|
1530
1508
|
])
|
|
1531
1509
|
])
|
|
@@ -1534,7 +1512,7 @@ var script$J = /*#__PURE__*/ vue.defineComponent({
|
|
|
1534
1512
|
}
|
|
1535
1513
|
});
|
|
1536
1514
|
|
|
1537
|
-
var css_248z$F = "\n.widget-form[data-v-b0fd27de]{\r\n display: flex;\r\n flex-direction: column;\r\n gap: 10px;\n}\n.widget-form__body[data-v-b0fd27de]{}\n.widget-form__head[data-v-b0fd27de]{\r\n display: flex;\r\n gap: 16px;\r\n align-items: center;\r\n z-index: 1;\r\n\r\n padding: 10px 0;\n}\n.widget-form__button[data-v-b0fd27de]{\r\n margin-left: auto;\n}\n.wrap__widget-form[data-v-b0fd27de]{\r\n padding: 20px;\n}\n.widget-form__head[data-v-b0fd27de]{\r\n position: sticky;\r\n top: 0;\n}\n@media screen and (max-width: 768px) {\n.wrap__widget-form[data-v-b0fd27de]{\r\n padding: 10px;\n}\n.widget-form__head[data-v-b0fd27de]{\r\n\r\n top: 15px;\n}\n}\r\n";
|
|
1515
|
+
var css_248z$F = "\n.widget-form[data-v-b0fd27de]{\r\n display: flex;\r\n flex-direction: column;\r\n gap: 10px;\n}\n.widget-form__body[data-v-b0fd27de]{}\n.widget-form__head[data-v-b0fd27de]{\r\n display: flex;\r\n gap: 16px;\r\n align-items: center;\r\n z-index: 1;\r\n\r\n padding: 10px 0;\n}\n.widget-form__button[data-v-b0fd27de]{\r\n margin-left: auto;\n}\n.wrap__widget-form[data-v-b0fd27de]{\r\n padding: 20px;\n}\n.widget-form__head[data-v-b0fd27de]{\r\n position: sticky;\r\n top: 0;\n}\n@media screen and (max-width: 768px) {\n.wrap__widget-form[data-v-b0fd27de]{\r\n padding: 10px;\n}\n.widget-form__head[data-v-b0fd27de]{\r\n\r\n top: 15px;\n}\n}\n.head-image[data-v-b0fd27de] {\r\n\t\tpadding: 15px;\r\n\t\tbackground-color: #F3F4FC;\r\n\t\tborder-radius: 8px;\n}\r\n";
|
|
1538
1516
|
styleInject(css_248z$F);
|
|
1539
1517
|
|
|
1540
1518
|
script$J.__scopeId = "data-v-b0fd27de";
|
|
@@ -1542,7 +1520,7 @@ script$J.__file = "core/widgets/forms/naomi/WidgetForm.vue";
|
|
|
1542
1520
|
|
|
1543
1521
|
var forms = {
|
|
1544
1522
|
default: {
|
|
1545
|
-
WidgetForm: script$
|
|
1523
|
+
WidgetForm: script$N
|
|
1546
1524
|
},
|
|
1547
1525
|
naomi: {
|
|
1548
1526
|
WidgetFormNaomi: script$J
|
|
@@ -2792,7 +2770,7 @@ var buttons = {
|
|
|
2792
2770
|
};
|
|
2793
2771
|
|
|
2794
2772
|
var icons = {
|
|
2795
|
-
Icon: script$
|
|
2773
|
+
Icon: script$Z
|
|
2796
2774
|
};
|
|
2797
2775
|
|
|
2798
2776
|
var spinners = {
|
|
@@ -2921,7 +2899,7 @@ class List extends EventEmitter {
|
|
|
2921
2899
|
* Добавляем иконку к полю
|
|
2922
2900
|
* */
|
|
2923
2901
|
if (cell.icon) { // @ts-ignore
|
|
2924
|
-
cellNodeChildren.push(vue.h(script$
|
|
2902
|
+
cellNodeChildren.push(vue.h(script$Z, { name: cell.icon }));
|
|
2925
2903
|
}
|
|
2926
2904
|
if (cell.class)
|
|
2927
2905
|
cellClasses.push(...(Array.isArray(cell.class) ? cell.class : [cell.class]));
|
|
@@ -3189,7 +3167,7 @@ var script$z = /*#__PURE__*/ vue.defineComponent({
|
|
|
3189
3167
|
}
|
|
3190
3168
|
});
|
|
3191
3169
|
|
|
3192
|
-
var css_248z$v = "\n.widget-list[data-v-929a676c]{\r\n
|
|
3170
|
+
var css_248z$v = "\n.widget-list[data-v-929a676c]{\r\n border-collapse: collapse;\r\n table-layout: fixed;\n}\n.widget-list-cell[data-v-929a676c]:nth-child(2n){\r\n background-color: #F3F4FC;\n}\r\n\r\n";
|
|
3193
3171
|
styleInject(css_248z$v);
|
|
3194
3172
|
|
|
3195
3173
|
script$z.__scopeId = "data-v-929a676c";
|
|
@@ -3382,7 +3360,7 @@ var script$y = {
|
|
|
3382
3360
|
modelValue: Boolean
|
|
3383
3361
|
},
|
|
3384
3362
|
name: "WidgetRoundSelect",
|
|
3385
|
-
components: {Icon: script$
|
|
3363
|
+
components: {Icon: script$Z}
|
|
3386
3364
|
};
|
|
3387
3365
|
|
|
3388
3366
|
const _hoisted_1$w = { class: "widget-select" };
|
|
@@ -3627,7 +3605,7 @@ class Table extends List {
|
|
|
3627
3605
|
* Добавляем иконку к полю
|
|
3628
3606
|
* */
|
|
3629
3607
|
if (cell.icon)
|
|
3630
|
-
cellNodeChildren.push(vue.h(script$
|
|
3608
|
+
cellNodeChildren.push(vue.h(script$Z, { name: cell.icon }));
|
|
3631
3609
|
if (cell.class)
|
|
3632
3610
|
cellClasses.push(...(Array.isArray(cell.class) ? cell.class : [cell.class]));
|
|
3633
3611
|
// Добавление обычной ячейки со значением
|
|
@@ -3719,7 +3697,7 @@ class Table extends List {
|
|
|
3719
3697
|
}, elemValue);
|
|
3720
3698
|
if (elem.icon) {
|
|
3721
3699
|
// @ts-ignore
|
|
3722
|
-
cellChild = vue.h(script$
|
|
3700
|
+
cellChild = vue.h(script$Z, {
|
|
3723
3701
|
name: elem.icon
|
|
3724
3702
|
});
|
|
3725
3703
|
}
|
|
@@ -4034,7 +4012,7 @@ var script$t = /*#__PURE__*/ vue.defineComponent({
|
|
|
4034
4012
|
class: "table-controller__action",
|
|
4035
4013
|
onClick: _cache[0] || (_cache[0] = ($event) => (__props.action()))
|
|
4036
4014
|
}, [
|
|
4037
|
-
vue.createVNode(script$
|
|
4015
|
+
vue.createVNode(script$Z, {
|
|
4038
4016
|
class: "table-controller__icon",
|
|
4039
4017
|
name: __props.icon
|
|
4040
4018
|
}, null, 8 /* PROPS */, ["name"]),
|
|
@@ -4344,7 +4322,7 @@ function renderInput(inputProps, type) {
|
|
|
4344
4322
|
let v = self.metadata.state.fields[name];
|
|
4345
4323
|
if (!v) {
|
|
4346
4324
|
console.log('Field ' + `%c${name}` + ' %cnot founded in metadata.', 'color: red', 'color: black');
|
|
4347
|
-
return script$
|
|
4325
|
+
return script$Y;
|
|
4348
4326
|
}
|
|
4349
4327
|
return getInputComponent(v.type);
|
|
4350
4328
|
}
|
|
@@ -4882,7 +4860,7 @@ var script$m = /*#__PURE__*/ vue.defineComponent({
|
|
|
4882
4860
|
}, [
|
|
4883
4861
|
vue.createElementVNode("p", _hoisted_1$m, vue.toDisplayString(__props.title), 1 /* TEXT */),
|
|
4884
4862
|
(!__props.active)
|
|
4885
|
-
? (vue.openBlock(), vue.createBlock(script$
|
|
4863
|
+
? (vue.openBlock(), vue.createBlock(script$Z, {
|
|
4886
4864
|
key: 0,
|
|
4887
4865
|
class: "breadcrumb__icon",
|
|
4888
4866
|
name: "caret-right"
|
|
@@ -4955,7 +4933,7 @@ var script$k = /*#__PURE__*/ vue.defineComponent({
|
|
|
4955
4933
|
}, [
|
|
4956
4934
|
(vue.unref(p).wait)
|
|
4957
4935
|
? (vue.openBlock(), vue.createBlock(script$L, { key: 0 }))
|
|
4958
|
-
: (vue.openBlock(), vue.createBlock(script$
|
|
4936
|
+
: (vue.openBlock(), vue.createBlock(script$Z, {
|
|
4959
4937
|
key: 1,
|
|
4960
4938
|
name: "paper-plane"
|
|
4961
4939
|
}))
|
|
@@ -4996,7 +4974,7 @@ var script$j = /*#__PURE__*/ vue.defineComponent({
|
|
|
4996
4974
|
onClick: _cache[0] || (_cache[0] = ($event) => (vue.unref(p).call()))
|
|
4997
4975
|
}, [
|
|
4998
4976
|
_hoisted_2$f,
|
|
4999
|
-
vue.createVNode(script$
|
|
4977
|
+
vue.createVNode(script$Z, { name: "edit" })
|
|
5000
4978
|
])
|
|
5001
4979
|
]));
|
|
5002
4980
|
};
|
|
@@ -5646,13 +5624,13 @@ var script$9 = /*#__PURE__*/ vue.defineComponent({
|
|
|
5646
5624
|
}]),
|
|
5647
5625
|
onClick: _cache[0] || (_cache[0] = ($event) => (activateRecord()))
|
|
5648
5626
|
}, [
|
|
5649
|
-
vue.createVNode(script$
|
|
5627
|
+
vue.createVNode(script$Z, {
|
|
5650
5628
|
class: "navigation-row__icon",
|
|
5651
5629
|
name: __props.record.icon
|
|
5652
5630
|
}, null, 8 /* PROPS */, ["name"]),
|
|
5653
5631
|
vue.createElementVNode("p", _hoisted_2$8, vue.toDisplayString(__props.record.title), 1 /* TEXT */),
|
|
5654
5632
|
((_b = __props.record.children) === null || _b === void 0 ? void 0 : _b.length)
|
|
5655
|
-
? (vue.openBlock(), vue.createBlock(script$
|
|
5633
|
+
? (vue.openBlock(), vue.createBlock(script$Z, {
|
|
5656
5634
|
key: 0,
|
|
5657
5635
|
class: vue.normalizeClass([{ 'navigation-row__toggle_active': vue.unref(activeRow) }, "navigation-row__toggle"]),
|
|
5658
5636
|
name: "angle-right"
|
|
@@ -5726,7 +5704,7 @@ var script$7 = /*#__PURE__*/ vue.defineComponent({
|
|
|
5726
5704
|
return (_ctx, _cache) => {
|
|
5727
5705
|
const _component_router_link = vue.resolveComponent("router-link");
|
|
5728
5706
|
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$7, [
|
|
5729
|
-
vue.createVNode(script$
|
|
5707
|
+
vue.createVNode(script$Z, {
|
|
5730
5708
|
name: __props.icon,
|
|
5731
5709
|
class: "event-image"
|
|
5732
5710
|
}, null, 8 /* PROPS */, ["name"]),
|
|
@@ -6076,7 +6054,7 @@ var script = /*#__PURE__*/ vue.defineComponent({
|
|
|
6076
6054
|
class: "menu",
|
|
6077
6055
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => (mobileNavigationActive.value = !mobileNavigationActive.value), ["stop"]))
|
|
6078
6056
|
}, [
|
|
6079
|
-
vue.createVNode(script$
|
|
6057
|
+
vue.createVNode(script$Z, {
|
|
6080
6058
|
class: "menu-icon",
|
|
6081
6059
|
name: "menu-burger"
|
|
6082
6060
|
}),
|
|
@@ -6118,7 +6096,9 @@ script.__file = "core/widgets/interface/interface-container.vue";
|
|
|
6118
6096
|
const utils = {
|
|
6119
6097
|
clickOutside,
|
|
6120
6098
|
requestHandler,
|
|
6121
|
-
valuesToUpperCase
|
|
6099
|
+
valuesToUpperCase,
|
|
6100
|
+
prettyDate,
|
|
6101
|
+
prettyDateWithTime
|
|
6122
6102
|
};
|
|
6123
6103
|
var index = {
|
|
6124
6104
|
services,
|
package/dist/types/index.d.ts
CHANGED
|
@@ -23,6 +23,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
type: ArrayConstructor;
|
|
24
24
|
required: false;
|
|
25
25
|
};
|
|
26
|
+
wait: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
required: false;
|
|
29
|
+
};
|
|
26
30
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
31
|
[key: string]: any;
|
|
28
32
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -50,7 +54,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
54
|
type: ArrayConstructor;
|
|
51
55
|
required: false;
|
|
52
56
|
};
|
|
57
|
+
wait: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
required: false;
|
|
60
|
+
};
|
|
53
61
|
}>>, {
|
|
54
62
|
label: any;
|
|
63
|
+
wait: boolean;
|
|
55
64
|
}>;
|
|
56
65
|
export default _default;
|