adata-ui 3.1.82 → 3.1.83
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import * as z from "zod";
|
|
3
|
-
import { reactive, ref, useI18n } from "#imports";
|
|
3
|
+
import { reactive, ref, useI18n, onMounted } from "#imports";
|
|
4
4
|
import useUIValidation from "../../../composables/useUIValidation";
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
title: { type: String, required: false },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import * as z from "zod";
|
|
3
3
|
import useUIValidation from "#adata-ui/composables/useUIValidation";
|
|
4
|
-
import { useI18n } from "#
|
|
4
|
+
import { reactive, ref, useI18n, onMounted } from "#imports";
|
|
5
5
|
import AModal from "#adata-ui/components/Modal.vue";
|
|
6
6
|
import AIllMail from "#adata-ui/illustrations/mail.vue";
|
|
7
7
|
import AInputStandard from "#adata-ui/components/forms/input/standard/InputStandard.vue";
|