adata-ui 3.1.27 → 3.1.28

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/module.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
7
  "failOnWarn": false,
8
- "version": "3.1.27",
8
+ "version": "3.1.28",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -75,13 +75,14 @@ function onSend() {
75
75
  />
76
76
  </div>
77
77
  </slot>
78
- <div>
78
+ <div class="flex flex-col gap-2 w-full">
79
79
  <adt-button
80
80
  block
81
81
  @click="onSend"
82
82
  >
83
83
  {{ t("forms.request_demo.send") }}
84
84
  </adt-button>
85
+ <slot name="info" />
85
86
  </div>
86
87
  </div>
87
88
  </div>
@@ -2,13 +2,15 @@ type __VLS_Props = {
2
2
  title?: string;
3
3
  description?: string;
4
4
  };
5
- declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
5
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_27: {};
6
6
  type __VLS_Slots = {} & {
7
7
  title?: (props: typeof __VLS_1) => any;
8
8
  } & {
9
9
  description?: (props: typeof __VLS_3) => any;
10
10
  } & {
11
11
  inputs?: (props: typeof __VLS_5) => any;
12
+ } & {
13
+ info?: (props: typeof __VLS_27) => any;
12
14
  };
13
15
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
16
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.27",
3
+ "version": "3.1.28",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",