@milaboratories/uikit 1.2.23 → 1.2.25

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.
@@ -4,12 +4,34 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
4
  * Determines whether the modal is open
5
5
  */
6
6
  modelValue: boolean;
7
+ /**
8
+ * css width (default value is `448px`)
9
+ */
7
10
  width?: string;
11
+ /**
12
+ * css height (default value is `auto`)
13
+ */
8
14
  height?: string;
15
+ /**
16
+ * css min-height (default value is `auto`)
17
+ */
9
18
  minHeight?: string;
19
+ /**
20
+ * @deprecated (do not use it)
21
+ */
10
22
  type?: "A" | "B" | "C";
23
+ /**
24
+ * Enables a button to close the modal (default: `true`)
25
+ */
11
26
  closable?: boolean;
27
+ /**
28
+ * If `true` content gutters are removed
29
+ */
12
30
  noContentGutters?: boolean;
31
+ /**
32
+ * Actions slot has a top border (default: `true`)
33
+ */
34
+ actionsHasTopBorder?: boolean;
13
35
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
36
  "update:modelValue": (...args: any[]) => void;
15
37
  }, string, import("vue").PublicProps, Readonly<{
@@ -17,12 +39,34 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
17
39
  * Determines whether the modal is open
18
40
  */
19
41
  modelValue: boolean;
42
+ /**
43
+ * css width (default value is `448px`)
44
+ */
20
45
  width?: string;
46
+ /**
47
+ * css height (default value is `auto`)
48
+ */
21
49
  height?: string;
50
+ /**
51
+ * css min-height (default value is `auto`)
52
+ */
22
53
  minHeight?: string;
54
+ /**
55
+ * @deprecated (do not use it)
56
+ */
23
57
  type?: "A" | "B" | "C";
58
+ /**
59
+ * Enables a button to close the modal (default: `true`)
60
+ */
24
61
  closable?: boolean;
62
+ /**
63
+ * If `true` content gutters are removed
64
+ */
25
65
  noContentGutters?: boolean;
66
+ /**
67
+ * Actions slot has a top border (default: `true`)
68
+ */
69
+ actionsHasTopBorder?: boolean;
26
70
  }> & Readonly<{
27
71
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
28
72
  }>, {
@@ -32,6 +76,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
32
76
  minHeight: string;
33
77
  closable: boolean;
34
78
  noContentGutters: boolean;
79
+ actionsHasTopBorder: boolean;
35
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
36
81
  title?(_: {}): any;
37
82
  default?(_: {}): any;