@snabcentr/vue-ui-lib 2.26.0 → 2.26.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.
@@ -34,6 +34,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
34
34
  * Признак, что выполняется некоторая операция.
35
35
  */
36
36
  processing?: boolean;
37
+ /**
38
+ * Признак, что модальное окно валидно и кнопка подтверждения должна быть активна.
39
+ */
40
+ valid?: boolean;
37
41
  /**
38
42
  * Настройки кнопки подтверждения.
39
43
  */
@@ -87,6 +91,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
87
91
  * Признак, что выполняется некоторая операция.
88
92
  */
89
93
  processing?: boolean;
94
+ /**
95
+ * Признак, что модальное окно валидно и кнопка подтверждения должна быть активна.
96
+ */
97
+ valid?: boolean;
90
98
  /**
91
99
  * Настройки кнопки подтверждения.
92
100
  */
@@ -117,6 +125,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
117
125
  default: IDialogSizeParams;
118
126
  };
119
127
  processing: boolean;
128
+ valid: boolean;
120
129
  acceptButton: IDialogButtonsParams;
121
130
  cancelButton: IDialogButtonsParams;
122
131
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
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": "2.26.0",
7
+ "version": "2.26.2",
8
8
  "license": "ISC",
9
9
  "scripts": {
10
10
  "dev": "vite",