@soroka282/rm.ui-kit 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{DeleteDocumentModal-bO8Pt8Oi.js → DeleteDocumentModal-CodmMtcq.js} +1 -1
- package/dist/{List-C7tW2mTG.js → List-CqaJSHiL.js} +1 -1
- package/dist/{UIBlockViewDetailImageListModalType1-CKpyVq3C.js → UIBlockViewDetailImageListModalType1-Cjp0tQjm.js} +1 -1
- package/dist/{index-CqUtEZHu.js → index-BmMYC0GO.js} +50 -45
- package/dist/rm.ui-kit.es.js +21 -20
- package/dist/rm.ui-kit.umd.js +6 -6
- package/dist/src/UI-kit/utils/index.d.ts +1 -0
- package/dist/src/UI-kit/utils/open-link.util.d.ts +1 -0
- package/package.json +1 -1
- package/src/UI-kit/utils/index.ts +1 -0
- package/src/UI-kit/utils/open-link.util.ts +3 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as b, createElementBlock as x, openBlock as C, createElementVNode as I, createVNode as a, unref as e, withCtx as m, createTextVNode as i, toDisplayString as u } from "vue";
|
|
2
|
-
import { c as M, d as B, e as U, f as p, g as t, h as n, b as k } from "./index-
|
|
2
|
+
import { c as M, d as B, e as U, f as p, g as t, h as n, b as k } from "./index-BmMYC0GO.js";
|
|
3
3
|
import "pinia";
|
|
4
4
|
const H = { class: "delete-document-modal" }, N = ["innerHTML"], q = /* @__PURE__ */ b({
|
|
5
5
|
__name: "DeleteDocumentModal",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as h, ref as y, computed as v, createElementBlock as s, openBlock as l, createCommentVNode as n, createVNode as k, Fragment as C, renderList as I, normalizeClass as S, createTextVNode as V, createBlock as g, toDisplayString as d, unref as _ } from "vue";
|
|
2
|
-
import { u as b, U as w, _ as L, a as U, b as x } from "./index-
|
|
2
|
+
import { u as b, U as w, _ as L, a as U, b as x } from "./index-BmMYC0GO.js";
|
|
3
3
|
const B = { class: "select-list" }, M = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "search-wrapper"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as s, createElementBlock as t, openBlock as i, createVNode as o, withCtx as l, createElementVNode as d } from "vue";
|
|
2
|
-
import { i as c, b as n } from "./index-
|
|
2
|
+
import { i as c, b as n } from "./index-BmMYC0GO.js";
|
|
3
3
|
const m = { class: "saved-image-document-modal" }, r = { class: "saved-image-document-modal__container" }, _ = ["src"], g = ["src"], h = /* @__PURE__ */ s({
|
|
4
4
|
__name: "UIBlockViewDetailImageListModalType1",
|
|
5
5
|
props: {
|
|
@@ -10526,7 +10526,7 @@ const Wf = ["id", "value"], q6 = /* @__PURE__ */ V2({
|
|
|
10526
10526
|
), c = () => {
|
|
10527
10527
|
C({
|
|
10528
10528
|
component: r9(
|
|
10529
|
-
() => import("./List-
|
|
10529
|
+
() => import("./List-CqaJSHiL.js")
|
|
10530
10530
|
),
|
|
10531
10531
|
modalProps: {
|
|
10532
10532
|
isHaveCloseModal: !0,
|
|
@@ -10860,7 +10860,7 @@ const fH = ["type", "disabled"], HH = ["innerHTML"], VH = /* @__PURE__ */ V2({
|
|
|
10860
10860
|
}, V = (p) => {
|
|
10861
10861
|
r({
|
|
10862
10862
|
component: r9(
|
|
10863
|
-
() => import("./UIBlockViewDetailImageListModalType1-
|
|
10863
|
+
() => import("./UIBlockViewDetailImageListModalType1-Cjp0tQjm.js")
|
|
10864
10864
|
),
|
|
10865
10865
|
modalProps: {
|
|
10866
10866
|
title: "Выбор опции"
|
|
@@ -10944,7 +10944,7 @@ const fH = ["type", "disabled"], HH = ["innerHTML"], VH = /* @__PURE__ */ V2({
|
|
|
10944
10944
|
var m;
|
|
10945
10945
|
a({
|
|
10946
10946
|
component: r9(
|
|
10947
|
-
() => import("./DeleteDocumentModal-
|
|
10947
|
+
() => import("./DeleteDocumentModal-CodmMtcq.js")
|
|
10948
10948
|
),
|
|
10949
10949
|
modalProps: {
|
|
10950
10950
|
title: i("moduleDocuments.modal.removeDocument.title")
|
|
@@ -11232,7 +11232,11 @@ const Zm = (e = "", t) => {
|
|
|
11232
11232
|
return Object.keys(t).forEach((r) => {
|
|
11233
11233
|
C = C.replace(`{${r}}`, t[r]);
|
|
11234
11234
|
}), C;
|
|
11235
|
-
}
|
|
11235
|
+
};
|
|
11236
|
+
function bm(e) {
|
|
11237
|
+
window.open(e, "_blank");
|
|
11238
|
+
}
|
|
11239
|
+
const OH = {
|
|
11236
11240
|
[v0.RU]: {
|
|
11237
11241
|
"01": "января",
|
|
11238
11242
|
"02": "февраля",
|
|
@@ -13115,22 +13119,22 @@ B2.getAdapter = kC.getAdapter;
|
|
|
13115
13119
|
B2.HttpStatusCode = K6;
|
|
13116
13120
|
B2.default = B2;
|
|
13117
13121
|
const {
|
|
13118
|
-
Axios:
|
|
13119
|
-
AxiosError:
|
|
13120
|
-
CanceledError:
|
|
13121
|
-
isCancel:
|
|
13122
|
-
CancelToken:
|
|
13123
|
-
VERSION:
|
|
13124
|
-
all:
|
|
13125
|
-
Cancel:
|
|
13126
|
-
isAxiosError:
|
|
13127
|
-
spread:
|
|
13128
|
-
toFormData:
|
|
13129
|
-
AxiosHeaders:
|
|
13130
|
-
HttpStatusCode:
|
|
13131
|
-
formToJSON:
|
|
13132
|
-
getAdapter:
|
|
13133
|
-
mergeConfig:
|
|
13122
|
+
Axios: Em,
|
|
13123
|
+
AxiosError: Sm,
|
|
13124
|
+
CanceledError: Tm,
|
|
13125
|
+
isCancel: Om,
|
|
13126
|
+
CancelToken: xm,
|
|
13127
|
+
VERSION: Am,
|
|
13128
|
+
all: km,
|
|
13129
|
+
Cancel: Nm,
|
|
13130
|
+
isAxiosError: Pm,
|
|
13131
|
+
spread: Im,
|
|
13132
|
+
toFormData: Dm,
|
|
13133
|
+
AxiosHeaders: Fm,
|
|
13134
|
+
HttpStatusCode: Rm,
|
|
13135
|
+
formToJSON: Bm,
|
|
13136
|
+
getAdapter: $m,
|
|
13137
|
+
mergeConfig: Um
|
|
13134
13138
|
} = B2, lp = {
|
|
13135
13139
|
install(e, t) {
|
|
13136
13140
|
const C = B2.create({
|
|
@@ -13142,7 +13146,7 @@ const {
|
|
|
13142
13146
|
});
|
|
13143
13147
|
e.provide("axiosUiKitConfig", C);
|
|
13144
13148
|
}
|
|
13145
|
-
},
|
|
13149
|
+
}, jm = {
|
|
13146
13150
|
install(e, t) {
|
|
13147
13151
|
e.use(Df), e.use(fC), e.use(bd), e.use(xH), e.use(AH), e.use(lp, t);
|
|
13148
13152
|
}
|
|
@@ -16447,7 +16451,7 @@ const Dh = {
|
|
|
16447
16451
|
}, 8, ["initial-slide"])
|
|
16448
16452
|
])) : x2("", !0);
|
|
16449
16453
|
}
|
|
16450
|
-
}),
|
|
16454
|
+
}), Gm = /* @__PURE__ */ g2(Bh, [["__scopeId", "data-v-01ae2f0f"]]), $h = { class: "ui-modal__header" }, Uh = { class: "ui-modal__title-wrap" }, jh = { class: "ui-modal__title-inner" }, Gh = { class: "ui-modal__title" }, zh = /* @__PURE__ */ V2({
|
|
16451
16455
|
__name: "UIModal",
|
|
16452
16456
|
props: {
|
|
16453
16457
|
modal: {}
|
|
@@ -16565,7 +16569,7 @@ const Dh = {
|
|
|
16565
16569
|
], 512);
|
|
16566
16570
|
};
|
|
16567
16571
|
}
|
|
16568
|
-
}), Wh = /* @__PURE__ */ g2(zh, [["__scopeId", "data-v-f2554f4c"]]),
|
|
16572
|
+
}), Wh = /* @__PURE__ */ g2(zh, [["__scopeId", "data-v-f2554f4c"]]), zm = /* @__PURE__ */ V2({
|
|
16569
16573
|
__name: "UIModalContainer",
|
|
16570
16574
|
setup(e) {
|
|
16571
16575
|
const t = n5(), { modalList: C } = te(t), n = (r) => ({
|
|
@@ -16577,7 +16581,7 @@ const Dh = {
|
|
|
16577
16581
|
modal: a
|
|
16578
16582
|
}, t5(n(a))), null, 16, ["modal"]))), 128));
|
|
16579
16583
|
}
|
|
16580
|
-
}), qh = ["innerHTML"],
|
|
16584
|
+
}), qh = ["innerHTML"], Wm = /* @__PURE__ */ V2({
|
|
16581
16585
|
__name: "UIDescription",
|
|
16582
16586
|
props: {
|
|
16583
16587
|
description: { default: "" },
|
|
@@ -16599,7 +16603,7 @@ const Dh = {
|
|
|
16599
16603
|
innerHTML: e.description
|
|
16600
16604
|
}, null, 12, qh));
|
|
16601
16605
|
}
|
|
16602
|
-
}),
|
|
16606
|
+
}), qm = /* @__PURE__ */ V2({
|
|
16603
16607
|
__name: "UITitle",
|
|
16604
16608
|
props: {
|
|
16605
16609
|
title: { default: "" },
|
|
@@ -16864,9 +16868,9 @@ const Dh = {
|
|
|
16864
16868
|
])
|
|
16865
16869
|
]));
|
|
16866
16870
|
}
|
|
16867
|
-
}),
|
|
16871
|
+
}), Ym = /* @__PURE__ */ g2(Vm, [["__scopeId", "data-v-950c4a71"]]);
|
|
16868
16872
|
export {
|
|
16869
|
-
|
|
16873
|
+
C2 as $,
|
|
16870
16874
|
v0 as A,
|
|
16871
16875
|
cn as B,
|
|
16872
16876
|
un as C,
|
|
@@ -16878,23 +16882,24 @@ export {
|
|
|
16878
16882
|
ym as I,
|
|
16879
16883
|
TH as J,
|
|
16880
16884
|
Zm as K,
|
|
16881
|
-
|
|
16885
|
+
bm as L,
|
|
16882
16886
|
dH as M,
|
|
16883
|
-
|
|
16884
|
-
|
|
16885
|
-
|
|
16886
|
-
|
|
16887
|
-
|
|
16888
|
-
|
|
16889
|
-
|
|
16887
|
+
_o as N,
|
|
16888
|
+
Eo as O,
|
|
16889
|
+
mm as P,
|
|
16890
|
+
Lm as Q,
|
|
16891
|
+
Mm as R,
|
|
16892
|
+
xH as S,
|
|
16893
|
+
AH as T,
|
|
16890
16894
|
CH as U,
|
|
16891
|
-
|
|
16892
|
-
|
|
16893
|
-
|
|
16894
|
-
|
|
16895
|
-
|
|
16895
|
+
jm as V,
|
|
16896
|
+
lp as W,
|
|
16897
|
+
Wi as X,
|
|
16898
|
+
qi as Y,
|
|
16899
|
+
Yi as Z,
|
|
16896
16900
|
y3 as _,
|
|
16897
16901
|
_0 as a,
|
|
16902
|
+
Wa as a0,
|
|
16898
16903
|
g2 as b,
|
|
16899
16904
|
n5 as c,
|
|
16900
16905
|
P9 as d,
|
|
@@ -16902,20 +16907,20 @@ export {
|
|
|
16902
16907
|
j3 as f,
|
|
16903
16908
|
a2 as g,
|
|
16904
16909
|
B as h,
|
|
16905
|
-
|
|
16910
|
+
Gm as i,
|
|
16906
16911
|
up as j,
|
|
16907
16912
|
N9 as k,
|
|
16908
16913
|
Wh as l,
|
|
16909
|
-
|
|
16910
|
-
|
|
16911
|
-
|
|
16914
|
+
zm as m,
|
|
16915
|
+
Wm as n,
|
|
16916
|
+
qm as o,
|
|
16912
16917
|
Qh as p,
|
|
16913
16918
|
oH as q,
|
|
16914
16919
|
wd as r,
|
|
16915
16920
|
bd as s,
|
|
16916
16921
|
gm as t,
|
|
16917
16922
|
Ff as u,
|
|
16918
|
-
|
|
16923
|
+
Ym as v,
|
|
16919
16924
|
y1 as w,
|
|
16920
16925
|
D4 as x,
|
|
16921
16926
|
P2 as y,
|