@snabcentr/vue-ui-lib 4.13.0 → 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.
- package/dist/manifest.json +1 -1
- package/dist/release_notes.tmp +2 -4
- package/dist/sc-vue-ui-lib.js +2578 -2574
- package/dist/sc-vue-ui-lib.js.map +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs +12 -12
- package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
- package/dist/src/components/catalog/dialogs/add-product-to-cart-dialog.vue.d.ts +2 -2
- package/dist/src/components/dialog/base-dialog.vue.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
*/
|