@factoringplus/pl-components-pack-v3 0.9.2 → 0.9.3

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
+ ```
@@ -26,10 +26,10 @@ const handlersMap = /* @__PURE__ */ new Map(), vTap = {
26
26
  const y = handlersMap.get(g);
27
27
  y && (g.removeEventListener(determineEventType(), y.currentHandler), g.removeEventListener("touchmove", y.touchMoveHandler)), handlersMap.delete(g);
28
28
  }
29
- }, setTapHandler = (g, y, j = { value: !1 }) => {
29
+ }, setTapHandler = (g, y, j = { value: null }) => {
30
30
  const z = determineEventType(), L = (re) => {
31
31
  var ae;
32
- if (!((ae = re.target) != null && ae.closest(".disabled")))
32
+ if (g.blur(), !((ae = re.target) != null && ae.closest(".disabled")))
33
33
  if (re.cancelable && !j.value) {
34
34
  if (y.modifiers.self && g !== re.target) {
35
35
  y.value(re);
@@ -35219,7 +35219,7 @@ const PlSystem = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_rende
35219
35219
  ]);
35220
35220
  };
35221
35221
  }
35222
- }), plCheckboxPlus_vue_vue_type_style_index_0_scoped_bdee0f2e_lang = "", PlCheckboxPlus = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-bdee0f2e"]]), PlCheckboxPlusPlugin = {
35222
+ }), plCheckboxPlus_vue_vue_type_style_index_0_scoped_2161ec04_lang = "", PlCheckboxPlus = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-2161ec04"]]), PlCheckboxPlusPlugin = {
35223
35223
  install(g) {
35224
35224
  g.component("PlCheckboxPlus", PlCheckboxPlus);
35225
35225
  }