@factoringplus/pl-components-pack-v3 0.8.26 → 0.8.28-pre-01
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 +20 -17
- package/dist/pl-components-pack-v3.umd.js +2 -2
- 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
|
+
```
|
|
@@ -20505,7 +20505,7 @@ function declOfNum(g, y) {
|
|
|
20505
20505
|
const z = g % 10;
|
|
20506
20506
|
return z > 1 && z < 5 ? y[1] : z == 1 ? y[0] : y[2];
|
|
20507
20507
|
}
|
|
20508
|
-
const
|
|
20508
|
+
const plAutocompete_vue_vue_type_style_index_0_scoped_e7d5ce6a_lang = "", _hoisted_1$F = { class: "pl-autocomplete__wrapper" }, _hoisted_2$z = { class: "pl-autocomplete__select-container" }, _hoisted_3$t = {
|
|
20509
20509
|
key: 0,
|
|
20510
20510
|
class: "pl-autocomplete__label-container"
|
|
20511
20511
|
}, _hoisted_4$n = { class: "pl-autocomplete__label-container-text" }, _hoisted_5$h = {
|
|
@@ -20617,7 +20617,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_f3094ae1_lang = "", _hoist
|
|
|
20617
20617
|
setup(g, { emit: y }) {
|
|
20618
20618
|
const j = g;
|
|
20619
20619
|
useCssVars((qe) => ({
|
|
20620
|
-
"
|
|
20620
|
+
"488b1c82": j.width
|
|
20621
20621
|
}));
|
|
20622
20622
|
const z = `id-${uniqid()}`, L = ref([]);
|
|
20623
20623
|
if (j.prop) {
|
|
@@ -20675,15 +20675,18 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_f3094ae1_lang = "", _hoist
|
|
|
20675
20675
|
y("update:modelValue", qe);
|
|
20676
20676
|
}
|
|
20677
20677
|
});
|
|
20678
|
-
watch(
|
|
20679
|
-
|
|
20680
|
-
|
|
20681
|
-
|
|
20682
|
-
const
|
|
20683
|
-
|
|
20684
|
-
|
|
20685
|
-
|
|
20686
|
-
|
|
20678
|
+
watch(
|
|
20679
|
+
() => Ie.value,
|
|
20680
|
+
(qe) => {
|
|
20681
|
+
Ne.value = qe.value;
|
|
20682
|
+
const Dt = document.getElementById(z);
|
|
20683
|
+
if ("createEvent" in document) {
|
|
20684
|
+
const kt = document.createEvent("HTMLEvents");
|
|
20685
|
+
kt.initEvent("change", !1, !0), Dt.dispatchEvent(kt);
|
|
20686
|
+
} else
|
|
20687
|
+
Dt.fireEvent("onchange");
|
|
20688
|
+
}
|
|
20689
|
+
), j.default && (Ie.value = JSON.parse(JSON.stringify(j.default)));
|
|
20687
20690
|
const he = ref(!1), Oe = (qe) => {
|
|
20688
20691
|
qe.disabled || (he.value = !0, Ie.value = qe, Ne.value = qe.value, pe(), y("changeValue", qe));
|
|
20689
20692
|
}, Ce = () => {
|
|
@@ -20802,7 +20805,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_f3094ae1_lang = "", _hoist
|
|
|
20802
20805
|
]);
|
|
20803
20806
|
};
|
|
20804
20807
|
}
|
|
20805
|
-
}, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-
|
|
20808
|
+
}, PlAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-e7d5ce6a"]]), PlAutocompletePlugin = {
|
|
20806
20809
|
install(g) {
|
|
20807
20810
|
g.component("PlAutocomplete", PlAutocomplete);
|
|
20808
20811
|
}
|
|
@@ -34522,7 +34525,7 @@ var objectSupport$1 = { exports: {} };
|
|
|
34522
34525
|
});
|
|
34523
34526
|
})(objectSupport$1);
|
|
34524
34527
|
var objectSupportExports = objectSupport$1.exports;
|
|
34525
|
-
const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExports),
|
|
34528
|
+
const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExports), plDatePickerRange_vue_vue_type_style_index_0_scoped_bb4a2e93_lang = "", _withScopeId = (g) => (pushScopeId("data-v-bb4a2e93"), g = g(), popScopeId(), g), _hoisted_1$5 = ["id"], _hoisted_2$4 = ["src"], _hoisted_3$4 = { class: "date-switcher__container flex-column" }, _hoisted_4$1 = { class: "d-flex pb-6 justify-content-between" }, _hoisted_5$1 = { class: "date-switcher justify-content-center flex-column" }, _hoisted_6$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "pl-date-picker__placeholder pb-1 ps-1" }, "Начало периода", -1)), _hoisted_7$1 = { class: "date-switcher justify-content-center flex-column" }, _hoisted_8$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "pl-date-picker__placeholder pb-1 ps-1" }, "Конец периода", -1)), _hoisted_9 = { class: "d-flex pt-2 justify-content-between" }, _hoisted_10 = { class: "date-switcher date-switcher__month" }, _hoisted_11 = { class: "date-switcher__month-name" }, _hoisted_12 = { class: "date-switcher date-switcher__year" }, _hoisted_13 = { class: "date-switcher__year-name" }, _hoisted_14 = { class: "pl-date-picker__days" }, _hoisted_15 = ["onClick", "onMousemove"], _hoisted_16 = { class: "field" }, _hoisted_17 = { class: "pl-date-picker__buttons" }, _sfc_main$o = {
|
|
34526
34529
|
__name: "pl-date-picker-range",
|
|
34527
34530
|
props: {
|
|
34528
34531
|
modelValue: {
|
|
@@ -34866,7 +34869,7 @@ const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExpor
|
|
|
34866
34869
|
], 8, _hoisted_1$5);
|
|
34867
34870
|
};
|
|
34868
34871
|
}
|
|
34869
|
-
}, PlDatePickerRange = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-
|
|
34872
|
+
}, PlDatePickerRange = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-bb4a2e93"]]), PlDatePickerPlusPlugin = {
|
|
34870
34873
|
install(g) {
|
|
34871
34874
|
g.component("PlDatePickerPlus", PlDatePickerPlus), g.component("PlDatePickerRange", PlDatePickerRange);
|
|
34872
34875
|
}
|
|
@@ -35108,13 +35111,13 @@ function _sfc_render$2(g, y) {
|
|
|
35108
35111
|
renderSlot(g.$slots, "default", {}, void 0, !0)
|
|
35109
35112
|
]);
|
|
35110
35113
|
}
|
|
35111
|
-
const PlTag = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$2], ["__scopeId", "data-v-e9e7d669"]]),
|
|
35114
|
+
const PlTag = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$2], ["__scopeId", "data-v-e9e7d669"]]), plSystem_vue_vue_type_style_index_0_scoped_19a81c11_lang = "", _sfc_main$3 = {};
|
|
35112
35115
|
function _sfc_render$1(g, y) {
|
|
35113
35116
|
return openBlock(), createElementBlock("span", null, [
|
|
35114
35117
|
renderSlot(g.$slots, "default", {}, void 0, !0)
|
|
35115
35118
|
]);
|
|
35116
35119
|
}
|
|
35117
|
-
const PlSystem = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
35120
|
+
const PlSystem = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$1], ["__scopeId", "data-v-19a81c11"]]), PlTextPlugin = {
|
|
35118
35121
|
install(g) {
|
|
35119
35122
|
g.component("PlH1", PlH1), g.component("PlH2", PlH2), g.component("PlH3", PlH3), g.component("PlH4", PlH4), g.component("PlTitle1", PlTitle1), g.component("PlTitle2", PlTitle2), g.component("PlTitle3", PlTitle3), g.component("PlSub1", PlSub1), g.component("PlSub2", PlSub2), g.component("PlBtn1", PlBtn1), g.component("PlBtn2", PlBtn2), g.component("PlBtn3", PlBtn3), g.component("PlBody1", PlBody1), g.component("PlBody2", PlBody2), g.component("PlBody3", PlBody3), g.component("PlBodyU", PlBodyU), g.component("PlCap", PlCap), g.component("PlTag", PlTag), g.component("PlSystem", PlSystem);
|
|
35120
35123
|
}
|
|
@@ -35169,7 +35172,7 @@ const PlSystem = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_rende
|
|
|
35169
35172
|
]);
|
|
35170
35173
|
};
|
|
35171
35174
|
}
|
|
35172
|
-
}),
|
|
35175
|
+
}), plCheckboxPlus_vue_vue_type_style_index_0_scoped_2cd30e2d_lang = "", PlCheckboxPlus = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-2cd30e2d"]]), PlCheckboxPlusPlugin = {
|
|
35173
35176
|
install(g) {
|
|
35174
35177
|
g.component("PlCheckboxPlus", PlCheckboxPlus);
|
|
35175
35178
|
}
|