@oiij/naive-ui 0.0.1 → 0.0.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.
- package/README.md +4 -23
- package/dist/_virtual/rolldown_runtime.cjs +30 -0
- package/dist/components/_utils/cssr-bem.d.ts +1 -0
- package/dist/components/_utils/index.d.ts +3 -0
- package/dist/components/_utils/prismjs.d.ts +1 -0
- package/dist/components/_utils/transition.cssr.d.ts +10 -0
- package/dist/components/bubble/Bubble.vue.d.ts +26 -0
- package/dist/components/bubble/bubble.cssr.d.ts +2 -0
- package/dist/components/bubble/index.d.ts +16 -0
- package/dist/components/config-providers/ConfigProviders.vue.d.ts +18 -0
- package/dist/components/config-providers/index.d.ts +20 -0
- package/dist/components/copy-button/CopyButton.vue.d.ts +24 -0
- package/dist/components/copy-button/index.d.ts +9 -0
- package/dist/components/icons/MageCopyFill.vue.d.ts +2 -0
- package/dist/components/icons/RiSearch2Line.vue.d.ts +2 -0
- package/dist/components/index.d.ts +6 -0
- package/dist/components/search-input/SearchInput.vue.d.ts +23 -0
- package/dist/components/search-input/index.d.ts +10 -0
- package/dist/components/tooltip-button/TooltipButton.vue.d.ts +24 -0
- package/dist/components/tooltip-button/index.d.ts +7 -0
- package/dist/components/type-writer/TypeWriter.vue.d.ts +17 -0
- package/dist/components/type-writer/index.d.ts +9 -0
- package/dist/components/type-writer/type-writer.cssr.d.ts +2 -0
- package/dist/components.cjs +38 -0
- package/dist/components.d.ts +1 -0
- package/dist/components.js +5686 -0
- package/dist/components.umd.cjs +38 -0
- package/dist/composables/useNaiveForm.cjs +61 -0
- package/dist/composables/useNaiveForm.d.cts +36 -0
- package/dist/composables/useNaiveForm.d.ts +36 -0
- package/dist/composables/useNaiveForm.js +60 -0
- package/dist/composables/useNaiveTheme.cjs +120 -0
- package/dist/composables/useNaiveTheme.d.cts +165 -0
- package/dist/composables/useNaiveTheme.d.ts +165 -0
- package/dist/composables/useNaiveTheme.js +119 -0
- package/dist/index.cjs +4 -172
- package/dist/index.d.cts +3 -178
- package/dist/index.d.ts +3 -178
- package/dist/index.js +3 -150
- package/package.json +72 -93
package/package.json
CHANGED
|
@@ -1,93 +1,72 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@oiij/naive-ui",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"description": "",
|
|
6
|
-
"author": "oiij",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"homepage": "https://github.com/oiij/
|
|
9
|
-
"repository": {
|
|
10
|
-
"type": "git",
|
|
11
|
-
"url": "git@github.com:oiij/
|
|
12
|
-
},
|
|
13
|
-
"bugs": "https://github.com/oiij/
|
|
14
|
-
"keywords": [
|
|
15
|
-
"@oiij
|
|
16
|
-
"naive-ui
|
|
17
|
-
],
|
|
18
|
-
"sideEffects": false,
|
|
19
|
-
"exports": {
|
|
20
|
-
".": {
|
|
21
|
-
"types": "./dist/index.d.ts",
|
|
22
|
-
"import": "./dist/index.js",
|
|
23
|
-
"require": "./dist/index.cjs"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"@
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"naive-ui": "^2.40.3",
|
|
74
|
-
"simple-git-hooks": "^2.11.1",
|
|
75
|
-
"taze": "^18.5.0",
|
|
76
|
-
"tsup": "8.3.6",
|
|
77
|
-
"typescript": "^5.7.3",
|
|
78
|
-
"unbuild": "^3.3.1",
|
|
79
|
-
"vitest": "^3.0.5",
|
|
80
|
-
"vue": "^3.5.13"
|
|
81
|
-
},
|
|
82
|
-
"simple-git-hooks": {
|
|
83
|
-
"pre-commit": "pnpm lint-staged && pnpm type:check"
|
|
84
|
-
},
|
|
85
|
-
"lint-staged": {
|
|
86
|
-
"*.{js,jsx,ts,tsx}": [
|
|
87
|
-
"pnpm lint:fix"
|
|
88
|
-
]
|
|
89
|
-
},
|
|
90
|
-
"publishConfig": {
|
|
91
|
-
"access": "public"
|
|
92
|
-
}
|
|
93
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@oiij/naive-ui",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.0.3",
|
|
5
|
+
"description": "Som Composable Functions And Components for Vue 3",
|
|
6
|
+
"author": "oiij",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"homepage": "https://github.com/oiij/use",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git@github.com:oiij/use.git"
|
|
12
|
+
},
|
|
13
|
+
"bugs": "https://github.com/oiij/use/issues",
|
|
14
|
+
"keywords": [
|
|
15
|
+
"@oiij/use",
|
|
16
|
+
"naive-ui"
|
|
17
|
+
],
|
|
18
|
+
"sideEffects": false,
|
|
19
|
+
"exports": {
|
|
20
|
+
".": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"import": "./dist/index.js",
|
|
23
|
+
"require": "./dist/index.cjs"
|
|
24
|
+
},
|
|
25
|
+
"./components": {
|
|
26
|
+
"types": "./dist/components.d.ts",
|
|
27
|
+
"import": "./dist/components.js",
|
|
28
|
+
"require": "./dist/components.cjs"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"main": "./dist/index.js",
|
|
32
|
+
"module": "./dist/index.js",
|
|
33
|
+
"types": "./dist/index.d.ts",
|
|
34
|
+
"files": [
|
|
35
|
+
"LICENSE",
|
|
36
|
+
"README.md",
|
|
37
|
+
"dist",
|
|
38
|
+
"package.json"
|
|
39
|
+
],
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"@vueuse/core": "^13.1.0",
|
|
42
|
+
"async-validator": "^4.2.5",
|
|
43
|
+
"colord": "^2.9.3",
|
|
44
|
+
"naive-ui": "^2.41.0",
|
|
45
|
+
"prismjs": "^1.30.0",
|
|
46
|
+
"vue": "^3.5.13",
|
|
47
|
+
"@oiij/markdown-it": "0.0.2",
|
|
48
|
+
"@oiij/css-render": "0.0.1",
|
|
49
|
+
"@oiij/use": "0.0.15"
|
|
50
|
+
},
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@types/prismjs": "^1.26.5",
|
|
53
|
+
"@vueuse/core": "^13.3.0",
|
|
54
|
+
"async-validator": "^4.2.5",
|
|
55
|
+
"colord": "^2.9.3",
|
|
56
|
+
"naive-ui": "^2.41.1",
|
|
57
|
+
"prismjs": "^1.30.0",
|
|
58
|
+
"vue": "^3.5.16",
|
|
59
|
+
"@oiij/css-render": "0.0.1",
|
|
60
|
+
"@oiij/use": "0.0.15",
|
|
61
|
+
"@oiij/markdown-it": "0.0.2"
|
|
62
|
+
},
|
|
63
|
+
"publishConfig": {
|
|
64
|
+
"access": "public"
|
|
65
|
+
},
|
|
66
|
+
"scripts": {
|
|
67
|
+
"dev": "tsdown --watch",
|
|
68
|
+
"dev:vite": "vite build --watch",
|
|
69
|
+
"build": "vue-tsc --noEmit && tsdown && vite build",
|
|
70
|
+
"bumpp": "bumpp --no-push"
|
|
71
|
+
}
|
|
72
|
+
}
|