@oiij/naive-ui 0.0.33 → 0.0.34

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 * as _vueuse_core0 from "@vueuse/core";
1
+ import * as _vueuse_core1 from "@vueuse/core";
2
2
  import { Ref } from "vue";
3
3
  import { FormInst, FormItemRule, FormRules } from "naive-ui";
4
4
  import { ValidateError } from "async-validator";
@@ -30,7 +30,7 @@ declare function useNaiveForm<T extends Record<string, any> = Record<string, any
30
30
  resetForm: () => void;
31
31
  reset: () => void;
32
32
  clear: () => void;
33
- onValidated: _vueuse_core0.EventHookOn<[T]>;
33
+ onValidated: _vueuse_core1.EventHookOn<[T]>;
34
34
  };
35
35
  type NaiveFormReturns<T extends Record<string, any> = Record<string, any>> = ReturnType<typeof useNaiveForm<T>>;
36
36
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { ComputedRef, Ref } from "vue";
2
2
  import { GlobalThemeOverrides, NDateLocale } from "naive-ui";
3
- import * as naive_ui_es_themes_interface1 from "naive-ui/es/themes/interface";
3
+ import * as naive_ui_es_themes_interface0 from "naive-ui/es/themes/interface";
4
4
 
5
5
  //#region src/composables/useNaiveTheme.d.ts
6
6
  interface Color {
@@ -19,7 +19,7 @@ interface NaiveThemeOptions {
19
19
  declare function useNaiveTheme(options?: NaiveThemeOptions): {
20
20
  language: Ref<string | undefined, string | undefined>;
21
21
  darkMode: Ref<boolean | undefined, boolean | undefined>;
22
- theme: ComputedRef<naive_ui_es_themes_interface1.BuiltInGlobalTheme | undefined>;
22
+ theme: ComputedRef<naive_ui_es_themes_interface0.BuiltInGlobalTheme | undefined>;
23
23
  themeOverrides: ComputedRef<GlobalThemeOverrides>;
24
24
  locale: ComputedRef<{
25
25
  name: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oiij/naive-ui",
3
3
  "type": "module",
4
- "version": "0.0.33",
4
+ "version": "0.0.34",
5
5
  "description": "Som Composable Functions And Components for Vue 3",
6
6
  "author": "oiij",
7
7
  "license": "MIT",
@@ -60,8 +60,8 @@
60
60
  "vue-component-type-helpers": "^2.2.10",
61
61
  "vue-hooks-plus": "^2.4.0",
62
62
  "@oiij/markdown-it": "0.0.3",
63
- "@oiij/css-render": "0.0.2",
64
- "@oiij/use": "0.0.18"
63
+ "@oiij/use": "0.0.18",
64
+ "@oiij/css-render": "0.0.2"
65
65
  },
66
66
  "publishConfig": {
67
67
  "access": "public"