@factoringplus/pl-components-pack-v3 1.2.3 → 1.2.4
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/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
# Библиотека компонентов Vue 3
|
|
2
|
-
|
|
3
|
-
## Установка
|
|
4
|
-
|
|
5
|
-
```bash
|
|
6
|
-
npm i @factoringplus/pl-components-pack-v3
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
### Добавление компонентов в проект
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
// src/main.js
|
|
13
|
-
import components from '@factoringplus/pl-components-pack-v3';
|
|
14
|
-
import '@factoringplus/pl-components-pack-v3/dist/style.css';
|
|
15
|
-
|
|
16
|
-
app.use(components)
|
|
17
|
-
```
|
|
1
|
+
# Библиотека компонентов Vue 3
|
|
2
|
+
|
|
3
|
+
## Установка
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
npm i @factoringplus/pl-components-pack-v3
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
### Добавление компонентов в проект
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
// src/main.js
|
|
13
|
+
import components from '@factoringplus/pl-components-pack-v3';
|
|
14
|
+
import '@factoringplus/pl-components-pack-v3/dist/style.css';
|
|
15
|
+
|
|
16
|
+
app.use(components)
|
|
17
|
+
```
|
|
@@ -2,6 +2,7 @@ interface IProps {
|
|
|
2
2
|
width?: string;
|
|
3
3
|
height?: string;
|
|
4
4
|
variant?: string;
|
|
5
|
+
borderRadius?: string;
|
|
5
6
|
}
|
|
6
7
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
7
8
|
width: string;
|
|
@@ -17,6 +18,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
17
18
|
width: string;
|
|
18
19
|
height: string;
|
|
19
20
|
variant: string;
|
|
21
|
+
borderRadius: string;
|
|
20
22
|
}, {}>;
|
|
21
23
|
export default _default;
|
|
22
24
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -27163,8 +27163,8 @@ const mW = { class: "w-100" }, MW = ["id"], yW = {
|
|
|
27163
27163
|
emits: ["update:modelValue", "changeVisibleModalValue"],
|
|
27164
27164
|
setup(e, { expose: t, emit: n }) {
|
|
27165
27165
|
Va((R) => ({
|
|
27166
|
-
|
|
27167
|
-
|
|
27166
|
+
dc0a5dd8: _.value,
|
|
27167
|
+
"420f2f98": w.value
|
|
27168
27168
|
}));
|
|
27169
27169
|
const r = e, o = n, s = L({
|
|
27170
27170
|
get: () => r.modelValue,
|
|
@@ -27641,7 +27641,7 @@ const h1 = /* @__PURE__ */ Ln(DW), dg = ["Пн", "Вт", "Ср", "Чт", "Пт",
|
|
|
27641
27641
|
};
|
|
27642
27642
|
}
|
|
27643
27643
|
});
|
|
27644
|
-
const b0 = /* @__PURE__ */ Kn(SW, [["__scopeId", "data-v-
|
|
27644
|
+
const b0 = /* @__PURE__ */ Kn(SW, [["__scopeId", "data-v-f85605ce"]]), zW = ["id"], EW = /* @__PURE__ */ Ne({
|
|
27645
27645
|
__name: "pl-date-picker-plus",
|
|
27646
27646
|
props: {
|
|
27647
27647
|
modelValue: { default: null },
|
|
@@ -28286,7 +28286,7 @@ const kW = ["id"], CW = {
|
|
|
28286
28286
|
};
|
|
28287
28287
|
}
|
|
28288
28288
|
});
|
|
28289
|
-
const T0 = /* @__PURE__ */ Kn(ZW, [["__scopeId", "data-v-
|
|
28289
|
+
const T0 = /* @__PURE__ */ Kn(ZW, [["__scopeId", "data-v-adb2babc"]]), qW = ["id"], KW = /* @__PURE__ */ Ne({
|
|
28290
28290
|
__name: "pl-date-picker-range-plus",
|
|
28291
28291
|
props: {
|
|
28292
28292
|
modelValue: { default: () => [] },
|
|
@@ -28999,7 +28999,7 @@ const MH = {
|
|
|
28999
28999
|
},
|
|
29000
29000
|
setup(e) {
|
|
29001
29001
|
Va((r) => ({
|
|
29002
|
-
|
|
29002
|
+
d30453e4: r.width
|
|
29003
29003
|
}));
|
|
29004
29004
|
const t = e, n = L(() => t.disabled ? "var(--color-text-icons-tertiary)" : t.active ? "var(--color-text-icons-primary)" : "var(--color-text-icons-secondary)");
|
|
29005
29005
|
return (r, o) => t.label ? (b(), S("div", {
|
|
@@ -29020,7 +29020,7 @@ const MH = {
|
|
|
29020
29020
|
], 2)) : J("", !0);
|
|
29021
29021
|
}
|
|
29022
29022
|
});
|
|
29023
|
-
const NH = /* @__PURE__ */ Kn(yH, [["__scopeId", "data-v-
|
|
29023
|
+
const NH = /* @__PURE__ */ Kn(yH, [["__scopeId", "data-v-734a9673"]]), DH = { class: "pl-multitab-container" }, bH = /* @__PURE__ */ Ne({
|
|
29024
29024
|
__name: "pl-multitab",
|
|
29025
29025
|
props: {
|
|
29026
29026
|
modelValue: { default: "" },
|
|
@@ -29089,7 +29089,7 @@ const NH = /* @__PURE__ */ Kn(yH, [["__scopeId", "data-v-da2a89ef"]]), DH = { cl
|
|
|
29089
29089
|
};
|
|
29090
29090
|
}
|
|
29091
29091
|
});
|
|
29092
|
-
const IH = /* @__PURE__ */ Kn(bH, [["__scopeId", "data-v-
|
|
29092
|
+
const IH = /* @__PURE__ */ Kn(bH, [["__scopeId", "data-v-8af5f10b"]]), TH = {
|
|
29093
29093
|
install(e) {
|
|
29094
29094
|
e.component("PlMultitab", IH);
|
|
29095
29095
|
}
|
|
@@ -30170,17 +30170,18 @@ const _7 = {
|
|
|
30170
30170
|
props: {
|
|
30171
30171
|
width: { default: "" },
|
|
30172
30172
|
height: { default: "" },
|
|
30173
|
-
variant: { default: "text" }
|
|
30173
|
+
variant: { default: "text" },
|
|
30174
|
+
borderRadius: { default: "" }
|
|
30174
30175
|
},
|
|
30175
30176
|
setup(e) {
|
|
30176
|
-
const t = e, n = () => ({
|
|
30177
|
+
const t = e, n = L(() => ({
|
|
30177
30178
|
width: t.width,
|
|
30178
30179
|
height: t.height,
|
|
30179
30180
|
borderRadius: t.borderRadius
|
|
30180
|
-
});
|
|
30181
|
+
}));
|
|
30181
30182
|
return (r, o) => (b(), S("div", {
|
|
30182
30183
|
id: "pl-skeleton",
|
|
30183
|
-
style: Ve(n
|
|
30184
|
+
style: Ve(n.value),
|
|
30184
30185
|
class: Y(`pl-skeleton__${t.variant}`)
|
|
30185
30186
|
}, null, 6));
|
|
30186
30187
|
}
|