@bgottsch/d-naive 1.8.9 → 1.8.10

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,7 +1,7 @@
1
1
  {
2
2
  "name": "d-naive",
3
3
  "configKey": "d-naive",
4
- "version": "1.8.9",
4
+ "version": "1.8.10",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -93,6 +93,7 @@
93
93
  </template>
94
94
 
95
95
  <script setup>
96
+ import { computed, ref, watch, useAttrs } from "vue";
96
97
  import { normalizeDatetime } from "../utils";
97
98
  defineOptions({
98
99
  name: "DInput"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgottsch/d-naive",
3
- "version": "1.8.9",
3
+ "version": "1.8.10",
4
4
  "description": "Vue library designed to enhance Naive UI components with additional functionalities for complex data handling and user input management",
5
5
  "repository": "mdoreto/d-naive",
6
6
  "license": "MIT",