@factoringplus/pl-components-pack-v3 0.8.10 → 0.8.11
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 +4 -4
- 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
|
+
```
|
|
@@ -19424,7 +19424,7 @@ const plCurrency_vue_vue_type_style_index_0_lang = "", _hoisted_1$S = /* @__PURE
|
|
|
19424
19424
|
return (V, re) => (openBlock(), createElementBlock("div", _hoisted_1$O, [
|
|
19425
19425
|
withDirectives(createElementVNode("textarea", mergeProps({ id: g.id }, unref(z), {
|
|
19426
19426
|
"onUpdate:modelValue": re[0] || (re[0] = (ae) => L.value = ae),
|
|
19427
|
-
class: "pl-textarea__inner",
|
|
19427
|
+
class: [{ "pl-textarea__text": g.maxlength }, "pl-textarea__inner"],
|
|
19428
19428
|
name: g.id,
|
|
19429
19429
|
disabled: j.disabled,
|
|
19430
19430
|
maxlength: j.maxlength,
|
|
@@ -19572,7 +19572,7 @@ function now$1() {
|
|
|
19572
19572
|
return now$1.last = g > y ? g : y + 1;
|
|
19573
19573
|
}
|
|
19574
19574
|
var uniqidExports = uniqid$1.exports;
|
|
19575
|
-
const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports),
|
|
19575
|
+
const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), plInputPlus_vue_vue_type_style_index_0_scoped_f7643425_lang = "", _export_sfc = (g, y) => {
|
|
19576
19576
|
const j = g.__vccOpts || g;
|
|
19577
19577
|
for (const [z, L] of y)
|
|
19578
19578
|
j[z] = L;
|
|
@@ -19682,7 +19682,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), plInputPl
|
|
|
19682
19682
|
setup(g, { expose: y, emit: j }) {
|
|
19683
19683
|
const z = g;
|
|
19684
19684
|
useCssVars((ie) => ({
|
|
19685
|
-
|
|
19685
|
+
d61c9b82: z.width
|
|
19686
19686
|
}));
|
|
19687
19687
|
const L = useAttrs$1(), V = `id-${uniqid()}`, re = ref([]);
|
|
19688
19688
|
if (z.prop) {
|
|
@@ -19801,7 +19801,7 @@ const uniqid = /* @__PURE__ */ getDefaultExportFromCjs(uniqidExports), plInputPl
|
|
|
19801
19801
|
]);
|
|
19802
19802
|
};
|
|
19803
19803
|
}
|
|
19804
|
-
}, __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-
|
|
19804
|
+
}, __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-f7643425"]]), PlInputPlusPlugin = {
|
|
19805
19805
|
install(g) {
|
|
19806
19806
|
g.component("PlInputPlus", __unplugin_components_0);
|
|
19807
19807
|
}
|