@factoringplus/pl-components-pack-v3 1.8.23-pre-03 → 1.8.24
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/{crypto-pro-902c4a34.js → crypto-pro-2d61461b.js} +1 -1
- package/dist/{crypto-pro-ad9a9a20.cjs → crypto-pro-91462106.cjs} +1 -1
- package/dist/{entry-096f6ad1.js → entry-0e950740.js} +16069 -15267
- package/dist/entry-1ba21776.cjs +115 -0
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +41 -44
- package/dist/src/components/components.d.ts +1 -4
- package/dist/src/components/data/pl-text-cell/index.d.ts +8 -8
- package/dist/src/components/shared/pl-icon/types/iconsType.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/Lamoda20-5beb1cfa.cjs +0 -1
- package/dist/Lamoda20-761efe25.js +0 -31
- package/dist/Lamoda24-74d1784f.js +0 -31
- package/dist/Lamoda24-a1cad0fb.cjs +0 -1
- package/dist/Lamoda40-a3afa6f8.cjs +0 -1
- package/dist/Lamoda40-df332742.js +0 -31
- package/dist/Lamoda56-ca473ed6.js +0 -33
- package/dist/Lamoda56-f6b26900.cjs +0 -1
- package/dist/entry-e933b5b4.cjs +0 -111
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +0 -20
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/pl-skeleton-control.vue.d.ts +0 -17
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +0 -14
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/pl-skeleton-icon.vue.d.ts +0 -30
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +0 -29
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/pl-skeleton-text-cell.vue.d.ts +0 -33
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"require": "./dist/pl-components-pack-v3.cjs.js"
|
16
16
|
}
|
17
17
|
},
|
18
|
-
"version": "1.8.
|
18
|
+
"version": "1.8.24",
|
19
19
|
"scripts": {
|
20
20
|
"dev": "vite",
|
21
21
|
"build": "vite build",
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"@vueuse/core": "10.11.0",
|
43
43
|
"@vueuse/shared": "10.11.0",
|
44
44
|
"async-validator": "4.2.5",
|
45
|
-
"axios": "
|
45
|
+
"axios": "^1.7.9",
|
46
46
|
"dayjs": "1.11.11",
|
47
47
|
"element-plus": "2.3.7",
|
48
48
|
"lodash": "4.17.21",
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},l=e.createElementVNode("rect",{width:"20",height:"20",rx:"5",fill:"black"},null,-1),n=e.createElementVNode("path",{d:"M13.6751 7.61569L13.5925 8.27511H13.3894C13.1254 7.80932 12.4199 7.17969 11.0916 7.17969C9.23793 7.17969 7.87441 8.54456 7.62798 10.4091C7.60496 10.5905 7.59413 10.7747 7.59277 10.9575C7.59277 12.7407 8.80464 14.2112 10.6935 14.4211C10.7978 14.4306 10.9034 14.4346 11.009 14.4333C11.8025 14.4333 12.3969 14.0948 12.7002 13.7928H12.9223L12.841 14.4224L14.5999 14.6391L15.434 7.83369L13.6751 7.61569ZM12.6894 12.4374C12.4565 12.6473 12.141 12.7407 11.6982 12.7407C11.093 12.7407 10.332 12.5999 9.9488 12.344C9.61029 12.0989 9.45864 11.7374 9.45864 11.1904C9.45864 10.5025 9.66852 9.65352 10.0192 9.28928C10.2643 9.0442 10.6136 8.92775 11.0916 8.92775C11.7686 8.92775 12.5959 9.10513 12.9453 9.46395C13.1782 9.69685 13.2838 10.0232 13.2838 10.4781C13.2838 11.1321 13.0969 12.0529 12.6894 12.4374Z",fill:"white"},null,-1),c=e.createElementVNode("path",{d:"M4.975 4.14062L3.82812 13.3129L5.69941 13.5417L6.82732 4.3681L4.975 4.14062Z",fill:"white"},null,-1),i=[l,n,c];function t(d,h){return e.openBlock(),e.createElementBlock("svg",o,[...i])}const r={render:t};exports.default=r;exports.render=t;
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
2
|
-
const l = {
|
3
|
-
width: "20",
|
4
|
-
height: "20",
|
5
|
-
viewBox: "0 0 20 20",
|
6
|
-
fill: "none",
|
7
|
-
xmlns: "http://www.w3.org/2000/svg"
|
8
|
-
}, n = /* @__PURE__ */ t("rect", {
|
9
|
-
width: "20",
|
10
|
-
height: "20",
|
11
|
-
rx: "5",
|
12
|
-
fill: "black"
|
13
|
-
}, null, -1), i = /* @__PURE__ */ t("path", {
|
14
|
-
d: "M13.6751 7.61569L13.5925 8.27511H13.3894C13.1254 7.80932 12.4199 7.17969 11.0916 7.17969C9.23793 7.17969 7.87441 8.54456 7.62798 10.4091C7.60496 10.5905 7.59413 10.7747 7.59277 10.9575C7.59277 12.7407 8.80464 14.2112 10.6935 14.4211C10.7978 14.4306 10.9034 14.4346 11.009 14.4333C11.8025 14.4333 12.3969 14.0948 12.7002 13.7928H12.9223L12.841 14.4224L14.5999 14.6391L15.434 7.83369L13.6751 7.61569ZM12.6894 12.4374C12.4565 12.6473 12.141 12.7407 11.6982 12.7407C11.093 12.7407 10.332 12.5999 9.9488 12.344C9.61029 12.0989 9.45864 11.7374 9.45864 11.1904C9.45864 10.5025 9.66852 9.65352 10.0192 9.28928C10.2643 9.0442 10.6136 8.92775 11.0916 8.92775C11.7686 8.92775 12.5959 9.10513 12.9453 9.46395C13.1782 9.69685 13.2838 10.0232 13.2838 10.4781C13.2838 11.1321 13.0969 12.0529 12.6894 12.4374Z",
|
15
|
-
fill: "white"
|
16
|
-
}, null, -1), h = /* @__PURE__ */ t("path", {
|
17
|
-
d: "M4.975 4.14062L3.82812 13.3129L5.69941 13.5417L6.82732 4.3681L4.975 4.14062Z",
|
18
|
-
fill: "white"
|
19
|
-
}, null, -1), c = [
|
20
|
-
n,
|
21
|
-
i,
|
22
|
-
h
|
23
|
-
];
|
24
|
-
function s(d, r) {
|
25
|
-
return e(), o("svg", l, [...c]);
|
26
|
-
}
|
27
|
-
const _ = { render: s };
|
28
|
-
export {
|
29
|
-
_ as default,
|
30
|
-
s as render
|
31
|
-
};
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
2
|
-
const l = {
|
3
|
-
width: "24",
|
4
|
-
height: "24",
|
5
|
-
viewBox: "0 0 24 24",
|
6
|
-
fill: "none",
|
7
|
-
xmlns: "http://www.w3.org/2000/svg"
|
8
|
-
}, n = /* @__PURE__ */ t("rect", {
|
9
|
-
width: "24",
|
10
|
-
height: "24",
|
11
|
-
rx: "6",
|
12
|
-
fill: "black"
|
13
|
-
}, null, -1), i = /* @__PURE__ */ t("path", {
|
14
|
-
d: "M16.4101 9.13648L16.311 9.92778H16.0673C15.7505 9.36884 14.9039 8.61328 13.3099 8.61328C11.0855 8.61328 9.4493 10.2511 9.15357 12.4885C9.12595 12.7063 9.11295 12.9273 9.11133 13.1466C9.11133 15.2865 10.5656 17.0511 12.8322 17.303C12.9573 17.3143 13.0841 17.3192 13.2108 17.3176C14.163 17.3176 14.8763 16.9114 15.2403 16.549H15.5067L15.4092 17.3046L17.5199 17.5646L18.5208 9.39808L16.4101 9.13648ZM15.2273 14.9226C14.9478 15.1744 14.5692 15.2865 14.0379 15.2865C13.3116 15.2865 12.3984 15.1175 11.9386 14.8104C11.5324 14.5164 11.3504 14.0825 11.3504 13.4261C11.3504 12.6007 11.6022 11.5819 12.0231 11.1448C12.3172 10.8507 12.7364 10.711 13.3099 10.711C14.1224 10.711 15.1151 10.9238 15.5343 11.3544C15.8138 11.6339 15.9406 12.0255 15.9406 12.5714C15.9406 13.3562 15.7163 14.4611 15.2273 14.9226Z",
|
15
|
-
fill: "white"
|
16
|
-
}, null, -1), h = /* @__PURE__ */ t("path", {
|
17
|
-
d: "M5.97097 4.96875L4.59473 15.9755L6.84027 16.2501L8.19376 5.24172L5.97097 4.96875Z",
|
18
|
-
fill: "white"
|
19
|
-
}, null, -1), c = [
|
20
|
-
n,
|
21
|
-
i,
|
22
|
-
h
|
23
|
-
];
|
24
|
-
function s(d, r) {
|
25
|
-
return e(), o("svg", l, [...c]);
|
26
|
-
}
|
27
|
-
const _ = { render: s };
|
28
|
-
export {
|
29
|
-
_ as default,
|
30
|
-
s as render
|
31
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},l=e.createElementVNode("rect",{width:"24",height:"24",rx:"6",fill:"black"},null,-1),n=e.createElementVNode("path",{d:"M16.4101 9.13648L16.311 9.92778H16.0673C15.7505 9.36884 14.9039 8.61328 13.3099 8.61328C11.0855 8.61328 9.4493 10.2511 9.15357 12.4885C9.12595 12.7063 9.11295 12.9273 9.11133 13.1466C9.11133 15.2865 10.5656 17.0511 12.8322 17.303C12.9573 17.3143 13.0841 17.3192 13.2108 17.3176C14.163 17.3176 14.8763 16.9114 15.2403 16.549H15.5067L15.4092 17.3046L17.5199 17.5646L18.5208 9.39808L16.4101 9.13648ZM15.2273 14.9226C14.9478 15.1744 14.5692 15.2865 14.0379 15.2865C13.3116 15.2865 12.3984 15.1175 11.9386 14.8104C11.5324 14.5164 11.3504 14.0825 11.3504 13.4261C11.3504 12.6007 11.6022 11.5819 12.0231 11.1448C12.3172 10.8507 12.7364 10.711 13.3099 10.711C14.1224 10.711 15.1151 10.9238 15.5343 11.3544C15.8138 11.6339 15.9406 12.0255 15.9406 12.5714C15.9406 13.3562 15.7163 14.4611 15.2273 14.9226Z",fill:"white"},null,-1),c=e.createElementVNode("path",{d:"M5.97097 4.96875L4.59473 15.9755L6.84027 16.2501L8.19376 5.24172L5.97097 4.96875Z",fill:"white"},null,-1),i=[l,n,c];function t(d,h){return e.openBlock(),e.createElementBlock("svg",o,[...i])}const r={render:t};exports.default=r;exports.render=t;
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg"},l=e.createElementVNode("rect",{width:"40",height:"40",rx:"12",fill:"black"},null,-1),n=e.createElementVNode("path",{d:"M27.3502 15.2314L27.185 16.5502H26.7788C26.2508 15.6186 24.8398 14.3594 22.1832 14.3594C18.4759 14.3594 15.7488 17.0891 15.256 20.8181C15.2099 21.181 15.1883 21.5493 15.1855 21.9149C15.1855 25.4815 17.6093 28.4224 21.387 28.8422C21.5956 28.8611 21.8068 28.8693 22.018 28.8666C23.605 28.8666 24.7938 28.1895 25.4004 27.5856H25.8445L25.6821 28.8449L29.1999 29.2782L30.868 15.6674L27.3502 15.2314ZM25.3788 24.8748C24.913 25.2946 24.282 25.4815 23.3964 25.4815C22.1859 25.4815 20.664 25.1998 19.8976 24.688C19.2206 24.1978 18.9173 23.4748 18.9173 22.3807C18.9173 21.005 19.337 19.307 20.0384 18.5786C20.5286 18.0884 21.2273 17.8555 22.1832 17.8555C23.5373 17.8555 25.1919 18.2103 25.8906 18.9279C26.3564 19.3937 26.5676 20.0463 26.5676 20.9563C26.5676 22.2643 26.1939 24.1058 25.3788 24.8748Z",fill:"white"},null,-1),c=e.createElementVNode("path",{d:"M9.95097 8.28125L7.65723 26.6258L11.3998 27.0834L13.6556 8.73621L9.95097 8.28125Z",fill:"white"},null,-1),i=[l,n,c];function t(d,h){return e.openBlock(),e.createElementBlock("svg",o,[...i])}const r={render:t};exports.default=r;exports.render=t;
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
2
|
-
const l = {
|
3
|
-
width: "40",
|
4
|
-
height: "40",
|
5
|
-
viewBox: "0 0 40 40",
|
6
|
-
fill: "none",
|
7
|
-
xmlns: "http://www.w3.org/2000/svg"
|
8
|
-
}, n = /* @__PURE__ */ t("rect", {
|
9
|
-
width: "40",
|
10
|
-
height: "40",
|
11
|
-
rx: "12",
|
12
|
-
fill: "black"
|
13
|
-
}, null, -1), i = /* @__PURE__ */ t("path", {
|
14
|
-
d: "M27.3502 15.2314L27.185 16.5502H26.7788C26.2508 15.6186 24.8398 14.3594 22.1832 14.3594C18.4759 14.3594 15.7488 17.0891 15.256 20.8181C15.2099 21.181 15.1883 21.5493 15.1855 21.9149C15.1855 25.4815 17.6093 28.4224 21.387 28.8422C21.5956 28.8611 21.8068 28.8693 22.018 28.8666C23.605 28.8666 24.7938 28.1895 25.4004 27.5856H25.8445L25.6821 28.8449L29.1999 29.2782L30.868 15.6674L27.3502 15.2314ZM25.3788 24.8748C24.913 25.2946 24.282 25.4815 23.3964 25.4815C22.1859 25.4815 20.664 25.1998 19.8976 24.688C19.2206 24.1978 18.9173 23.4748 18.9173 22.3807C18.9173 21.005 19.337 19.307 20.0384 18.5786C20.5286 18.0884 21.2273 17.8555 22.1832 17.8555C23.5373 17.8555 25.1919 18.2103 25.8906 18.9279C26.3564 19.3937 26.5676 20.0463 26.5676 20.9563C26.5676 22.2643 26.1939 24.1058 25.3788 24.8748Z",
|
15
|
-
fill: "white"
|
16
|
-
}, null, -1), h = /* @__PURE__ */ t("path", {
|
17
|
-
d: "M9.95097 8.28125L7.65723 26.6258L11.3998 27.0834L13.6556 8.73621L9.95097 8.28125Z",
|
18
|
-
fill: "white"
|
19
|
-
}, null, -1), c = [
|
20
|
-
n,
|
21
|
-
i,
|
22
|
-
h
|
23
|
-
];
|
24
|
-
function s(d, r) {
|
25
|
-
return e(), o("svg", l, [...c]);
|
26
|
-
}
|
27
|
-
const _ = { render: s };
|
28
|
-
export {
|
29
|
-
_ as default,
|
30
|
-
s as render
|
31
|
-
};
|
@@ -1,33 +0,0 @@
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
2
|
-
const l = {
|
3
|
-
width: "56",
|
4
|
-
height: "56",
|
5
|
-
viewBox: "0 0 56 56",
|
6
|
-
fill: "none",
|
7
|
-
xmlns: "http://www.w3.org/2000/svg"
|
8
|
-
}, n = /* @__PURE__ */ t("rect", {
|
9
|
-
x: "3",
|
10
|
-
y: "3",
|
11
|
-
width: "50",
|
12
|
-
height: "50",
|
13
|
-
rx: "16",
|
14
|
-
fill: "black"
|
15
|
-
}, null, -1), i = /* @__PURE__ */ t("path", {
|
16
|
-
d: "M37.1883 22.0353L36.9818 23.6839H36.474C35.8139 22.5194 34.0503 20.9453 30.7295 20.9453C26.0953 20.9453 22.6865 24.3575 22.0704 29.0188C22.0129 29.4724 21.9858 29.9327 21.9824 30.3897C21.9824 34.8479 25.0121 38.5241 29.7343 39.0488C29.995 39.0725 30.259 39.0827 30.523 39.0793C32.5067 39.0793 33.9928 38.233 34.751 37.4781H35.3062L35.1031 39.0522L39.5003 39.5938L41.5855 22.5803L37.1883 22.0353ZM34.7239 34.0896C34.1417 34.6143 33.353 34.8479 32.246 34.8479C30.7329 34.8479 28.8305 34.4959 27.8725 33.8561C27.0262 33.2434 26.6471 32.3396 26.6471 30.972C26.6471 29.2523 27.1718 27.1299 28.0485 26.2193C28.6612 25.6066 29.5346 25.3155 30.7295 25.3155C32.4221 25.3155 34.4904 25.7589 35.3637 26.656C35.946 27.2382 36.21 28.054 36.21 29.1914C36.21 30.8264 35.7428 33.1283 34.7239 34.0896Z",
|
17
|
-
fill: "white"
|
18
|
-
}, null, -1), h = /* @__PURE__ */ t("path", {
|
19
|
-
d: "M15.4385 13.3516L12.5713 36.2822L17.2495 36.8543L20.0693 13.9203L15.4385 13.3516Z",
|
20
|
-
fill: "white"
|
21
|
-
}, null, -1), c = [
|
22
|
-
n,
|
23
|
-
i,
|
24
|
-
h
|
25
|
-
];
|
26
|
-
function s(d, r) {
|
27
|
-
return e(), o("svg", l, [...c]);
|
28
|
-
}
|
29
|
-
const _ = { render: s };
|
30
|
-
export {
|
31
|
-
_ as default,
|
32
|
-
s as render
|
33
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={width:"56",height:"56",viewBox:"0 0 56 56",fill:"none",xmlns:"http://www.w3.org/2000/svg"},l=e.createElementVNode("rect",{x:"3",y:"3",width:"50",height:"50",rx:"16",fill:"black"},null,-1),n=e.createElementVNode("path",{d:"M37.1883 22.0353L36.9818 23.6839H36.474C35.8139 22.5194 34.0503 20.9453 30.7295 20.9453C26.0953 20.9453 22.6865 24.3575 22.0704 29.0188C22.0129 29.4724 21.9858 29.9327 21.9824 30.3897C21.9824 34.8479 25.0121 38.5241 29.7343 39.0488C29.995 39.0725 30.259 39.0827 30.523 39.0793C32.5067 39.0793 33.9928 38.233 34.751 37.4781H35.3062L35.1031 39.0522L39.5003 39.5938L41.5855 22.5803L37.1883 22.0353ZM34.7239 34.0896C34.1417 34.6143 33.353 34.8479 32.246 34.8479C30.7329 34.8479 28.8305 34.4959 27.8725 33.8561C27.0262 33.2434 26.6471 32.3396 26.6471 30.972C26.6471 29.2523 27.1718 27.1299 28.0485 26.2193C28.6612 25.6066 29.5346 25.3155 30.7295 25.3155C32.4221 25.3155 34.4904 25.7589 35.3637 26.656C35.946 27.2382 36.21 28.054 36.21 29.1914C36.21 30.8264 35.7428 33.1283 34.7239 34.0896Z",fill:"white"},null,-1),c=e.createElementVNode("path",{d:"M15.4385 13.3516L12.5713 36.2822L17.2495 36.8543L20.0693 13.9203L15.4385 13.3516Z",fill:"white"},null,-1),i=[l,n,c];function t(d,h){return e.openBlock(),e.createElementBlock("svg",o,[...i])}const r={render:t};exports.default=r;exports.render=t;
|