@snabcentr/vue-ui-lib 4.13.1 → 4.13.2

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.
@@ -84,7 +84,7 @@ declare const _default: import('vue').DefineComponent<{}, {
84
84
  onClosing?: ((target: import('../..').CloseTarget, cancel: () => void) => any) | undefined;
85
85
  }>, {
86
86
  open: () => void;
87
- close: (target?: import('../..').CloseTarget) => void;
87
+ close: (target?: import('../..').CloseTarget, force?: boolean) => void;
88
88
  acceptHandler: () => void;
89
89
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
90
90
  "update:show": (isVisible: boolean) => any;
@@ -158,7 +158,7 @@ declare const _default: import('vue').DefineComponent<{}, {
158
158
  onClosing?: ((target: import('../..').CloseTarget, cancel: () => void) => any) | undefined;
159
159
  }>, "close" | "acceptHandler" | ("trapFocus" | "modalWidth" | "sizes" | "processing" | "valid" | "acceptButton" | "cancelButton") | "open"> & import('vue').ShallowUnwrapRef<{
160
160
  open: () => void;
161
- close: (target?: import('../..').CloseTarget) => void;
161
+ close: (target?: import('../..').CloseTarget, force?: boolean) => void;
162
162
  acceptHandler: () => void;
163
163
  }> & {} & import('vue').ComponentCustomProperties & {} & {
164
164
  $slots: {
@@ -62,7 +62,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
62
62
  /**
63
63
  * Закрывает модальное окно.
64
64
  */
65
- close: (target?: CloseTarget) => void;
65
+ close: (target?: CloseTarget, force?: boolean) => void;
66
66
  /**
67
67
  * Обработчик события нажатия на кнопку подтверждения.
68
68
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [],
5
5
  "author": "Sergey S. Smirnov <dev@snabcentr.com>",
6
6
  "type": "module",
7
- "version": "4.13.1",
7
+ "version": "4.13.2",
8
8
  "license": "ISC",
9
9
  "scripts": {
10
10
  "dev": "vite",