@factoringplus/pl-components-pack-v3 0.5.101 → 0.5.102
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 +17 -17
- package/dist/pl-components-pack-v3.es.js +3 -3
- package/dist/pl-components-pack-v3.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
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
|
+
```
|
|
@@ -20718,7 +20718,7 @@ const PlButtonPlugin = {
|
|
|
20718
20718
|
y("update:focus", !1);
|
|
20719
20719
|
}, re = computed$1(() => {
|
|
20720
20720
|
var ae, le;
|
|
20721
|
-
return (ae = j.modelValue) != null && ae.value ? `${(le = j.modelValue) == null ? void 0 : le.label} ${j.showDescription}
|
|
20721
|
+
return (ae = j.modelValue) != null && ae.value ? `${(le = j.modelValue) == null ? void 0 : le.label} ${j.showDescription}`.trim() : "";
|
|
20722
20722
|
});
|
|
20723
20723
|
return (ae, le) => {
|
|
20724
20724
|
var ie;
|
|
@@ -21073,7 +21073,7 @@ const PlButtonPlugin = {
|
|
|
21073
21073
|
install(g) {
|
|
21074
21074
|
g.component("PlIcon", _sfc_main$14);
|
|
21075
21075
|
}
|
|
21076
|
-
},
|
|
21076
|
+
}, plLink_vue_vue_type_style_index_0_scoped_14e25d11_lang = "", _hoisted_1$w = ["href", "target"], _sfc_main$P = {
|
|
21077
21077
|
__name: "pl-link",
|
|
21078
21078
|
props: {
|
|
21079
21079
|
href: {
|
|
@@ -21114,7 +21114,7 @@ const PlButtonPlugin = {
|
|
|
21114
21114
|
], 8, _hoisted_1$w)
|
|
21115
21115
|
], 2));
|
|
21116
21116
|
}
|
|
21117
|
-
}, PlLink = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-
|
|
21117
|
+
}, PlLink = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-14e25d11"]]), PlLinkPlugin = {
|
|
21118
21118
|
install(g) {
|
|
21119
21119
|
g.component("PlLink", PlLink);
|
|
21120
21120
|
}
|