@shwfed/nuxt 0.8.1 → 0.8.3

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.
@@ -1,4 +1,4 @@
1
- import type { Field } from '../fields/Fields.vue.js';
1
+ import { type Field } from '../fields/schema.js';
2
2
  type __VLS_Props = {
3
3
  fields: ReadonlyArray<Field>;
4
4
  };
@@ -69,7 +69,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
69
69
  locale: "zh" | "ja" | "en" | "ko";
70
70
  message: string;
71
71
  }[];
72
- mode: "year" | "month" | "date";
72
+ mode: "date" | "month" | "year";
73
73
  value: string;
74
74
  icon?: string | undefined;
75
75
  style?: string | undefined;
@@ -145,7 +145,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
145
145
  locale: "zh" | "ja" | "en" | "ko";
146
146
  message: string;
147
147
  }[];
148
- mode: "year" | "month" | "date";
148
+ mode: "date" | "month" | "year";
149
149
  value: string;
150
150
  icon?: string | undefined;
151
151
  style?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",