mediacube-ui-v2 0.0.72 → 0.0.74
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.
|
@@ -16,6 +16,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
16
16
|
type: PropType<number>;
|
|
17
17
|
default: number;
|
|
18
18
|
};
|
|
19
|
+
/**
|
|
20
|
+
* Минимальная ширина модального окна
|
|
21
|
+
* */
|
|
22
|
+
minWidth: {
|
|
23
|
+
type: PropType<number>;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
19
26
|
/**
|
|
20
27
|
* Скорость анимации
|
|
21
28
|
* */
|
|
@@ -118,6 +125,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
118
125
|
type: PropType<number>;
|
|
119
126
|
default: number;
|
|
120
127
|
};
|
|
128
|
+
/**
|
|
129
|
+
* Минимальная ширина модального окна
|
|
130
|
+
* */
|
|
131
|
+
minWidth: {
|
|
132
|
+
type: PropType<number>;
|
|
133
|
+
default: number;
|
|
134
|
+
};
|
|
121
135
|
/**
|
|
122
136
|
* Скорость анимации
|
|
123
137
|
* */
|
|
@@ -212,6 +226,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
212
226
|
closeVisible: boolean;
|
|
213
227
|
showOverlay: boolean;
|
|
214
228
|
maxWidth: number;
|
|
229
|
+
minWidth: number;
|
|
215
230
|
arrowVisible: boolean;
|
|
216
231
|
clickBackdropToClose: boolean;
|
|
217
232
|
secondaryModal: boolean;
|