@oiij/naive-ui 0.0.35 → 0.0.37
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/_virtual/rolldown_runtime.cjs +1 -6
- package/dist/components/data-table-plus/DataTablePlus.vue.d.ts +20 -1
- package/dist/components/data-table-plus/index.d.ts +5 -1
- package/dist/components/preset-picker/PresetPicker.vue.d.ts +11 -1
- package/dist/components/preset-select/PresetSelect.vue.d.ts +16 -1
- package/dist/components.cjs +17 -17
- package/dist/components.js +1384 -1378
- package/dist/components.umd.cjs +17 -17
- package/dist/composables/useNaiveForm.d.cts +2 -2
- package/dist/composables/useNaiveForm.d.ts +2 -2
- package/package.json +13 -13
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _vueuse_core0 from "@vueuse/core";
|
|
2
2
|
import { ValidateError } from "async-validator";
|
|
3
3
|
import { FormInst, FormItemRule, FormRules } from "naive-ui";
|
|
4
4
|
import { Ref } from "vue";
|
|
@@ -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:
|
|
33
|
+
onValidated: _vueuse_core0.EventHookOn<[T]>;
|
|
34
34
|
};
|
|
35
35
|
type NaiveFormReturns<T extends Record<string, any> = Record<string, any>> = ReturnType<typeof useNaiveForm<T>>;
|
|
36
36
|
//#endregion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _vueuse_core0 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:
|
|
33
|
+
onValidated: _vueuse_core0.EventHookOn<[T]>;
|
|
34
34
|
};
|
|
35
35
|
type NaiveFormReturns<T extends Record<string, any> = Record<string, any>> = ReturnType<typeof useNaiveForm<T>>;
|
|
36
36
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oiij/naive-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.37",
|
|
5
5
|
"description": "Som Composable Functions And Components for Vue 3",
|
|
6
6
|
"author": "oiij",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,30 +38,30 @@
|
|
|
38
38
|
"package.json"
|
|
39
39
|
],
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@vueuse/core": "^13.
|
|
41
|
+
"@vueuse/core": "^13.6.0",
|
|
42
42
|
"async-validator": "^4.2.5",
|
|
43
43
|
"colord": "^2.9.3",
|
|
44
|
-
"naive-ui": "^2.
|
|
44
|
+
"naive-ui": "^2.42.0",
|
|
45
45
|
"prismjs": "^1.30.0",
|
|
46
|
-
"vue": "^3.5.
|
|
46
|
+
"vue": "^3.5.18",
|
|
47
47
|
"vue-hooks-plus": "^2.4.0",
|
|
48
|
-
"@oiij/
|
|
49
|
-
"@oiij/
|
|
50
|
-
"@oiij/use": "0.0.
|
|
48
|
+
"@oiij/css-render": "0.0.3",
|
|
49
|
+
"@oiij/markdown-it": "0.0.4",
|
|
50
|
+
"@oiij/use": "0.0.19"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/prismjs": "^1.26.5",
|
|
54
|
-
"@vueuse/core": "^13.
|
|
54
|
+
"@vueuse/core": "^13.6.0",
|
|
55
55
|
"async-validator": "^4.2.5",
|
|
56
56
|
"colord": "^2.9.3",
|
|
57
57
|
"naive-ui": "^2.42.0",
|
|
58
58
|
"prismjs": "^1.30.0",
|
|
59
|
-
"vue": "^3.5.
|
|
60
|
-
"vue-component-type-helpers": "^
|
|
59
|
+
"vue": "^3.5.18",
|
|
60
|
+
"vue-component-type-helpers": "^3.0.5",
|
|
61
61
|
"vue-hooks-plus": "^2.4.0",
|
|
62
|
-
"@oiij/css-render": "0.0.
|
|
63
|
-
"@oiij/
|
|
64
|
-
"@oiij/
|
|
62
|
+
"@oiij/css-render": "0.0.3",
|
|
63
|
+
"@oiij/markdown-it": "0.0.4",
|
|
64
|
+
"@oiij/use": "0.0.19"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|