@dolanske/vui 1.7.8 → 1.8.0
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/LICENSE +673 -673
- package/README.md +19 -19
- package/dist/components/Calendar/Calendar.vue.d.ts +3 -5
- package/dist/components/Dropdown/Dropdown.vue.d.ts +10 -0
- package/dist/components/Modal/Confirm.vue.d.ts +3 -3
- package/dist/components/Modal/Modal.vue.d.ts +6 -0
- package/dist/components/Popout/Popout.vue.d.ts +9 -1
- package/dist/components/Select/Select.vue.d.ts +3 -0
- package/dist/components/Switch/Switch.vue.d.ts +2 -0
- package/dist/components/Toast/toast.d.ts +26 -26
- package/dist/components/Tooltip/Tooltip.vue.d.ts +5 -1
- package/dist/index.d.ts +3 -1
- package/dist/shared/breakpoints.d.ts +13 -0
- package/dist/shared/layerManager.d.ts +14 -0
- package/dist/vui.css +1 -1
- package/dist/vui.js +12431 -12223
- package/package.json +75 -74
package/package.json
CHANGED
|
@@ -1,74 +1,75 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dolanske/vui",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "1.
|
|
5
|
-
"private": false,
|
|
6
|
-
"description": "Brother in Christ there's a new UI library",
|
|
7
|
-
"author": "dolanske",
|
|
8
|
-
"license": "GPL-3.0",
|
|
9
|
-
"sass": "src/index.scss",
|
|
10
|
-
"repository": {
|
|
11
|
-
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/dolanske/vui.git"
|
|
13
|
-
},
|
|
14
|
-
"keywords": [
|
|
15
|
-
"vue",
|
|
16
|
-
"vue3",
|
|
17
|
-
"component",
|
|
18
|
-
"component library",
|
|
19
|
-
"vue3 components"
|
|
20
|
-
],
|
|
21
|
-
"exports": {
|
|
22
|
-
".": {
|
|
23
|
-
"types": "./dist/index.d.ts",
|
|
24
|
-
"import": "./dist/vui.js"
|
|
25
|
-
},
|
|
26
|
-
"./style": {
|
|
27
|
-
"import": "./dist/vui.css",
|
|
28
|
-
"require": "./dist/vui.css",
|
|
29
|
-
"default": "./dist/vui.css"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"main": "./dist/vui.js",
|
|
33
|
-
"module": "./dist/vui.js",
|
|
34
|
-
"browser": "./dist/vui.js",
|
|
35
|
-
"unpkg": "./dist/vui.js",
|
|
36
|
-
"types": "./dist/index.d.ts",
|
|
37
|
-
"files": [
|
|
38
|
-
"./dist/*",
|
|
39
|
-
"LICENSE",
|
|
40
|
-
"README.md"
|
|
41
|
-
],
|
|
42
|
-
"scripts": {
|
|
43
|
-
"dev": "vite",
|
|
44
|
-
"build": "vue-tsc -b && vite build",
|
|
45
|
-
"build:pages": "vue-tsc -b && vite build --mode pages",
|
|
46
|
-
"preview": "vite preview",
|
|
47
|
-
"lint": "eslint .",
|
|
48
|
-
"lint:fix": "eslint . --fix",
|
|
49
|
-
"test": "vitest"
|
|
50
|
-
},
|
|
51
|
-
"dependencies": {
|
|
52
|
-
"@floating-ui/vue": "^1.1.
|
|
53
|
-
"@iconify-prerendered/vue-ph": "^0.28.1714973607",
|
|
54
|
-
"@types/node": "^
|
|
55
|
-
"@vuepic/vue-datepicker": "^
|
|
56
|
-
"@vueuse/core": "^
|
|
57
|
-
"sass": "^1.
|
|
58
|
-
"vaul-vue": "^0.4.1",
|
|
59
|
-
"vite-plugin-dts": "^4.5.
|
|
60
|
-
"vue": "^3.5.
|
|
61
|
-
},
|
|
62
|
-
"devDependencies": {
|
|
63
|
-
"@antfu/eslint-config": "^
|
|
64
|
-
"@vitejs/plugin-vue": "^
|
|
65
|
-
"@vue/test-utils": "^2.4.6",
|
|
66
|
-
"
|
|
67
|
-
"eslint
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@dolanske/vui",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "1.8.0",
|
|
5
|
+
"private": false,
|
|
6
|
+
"description": "Brother in Christ there's a new UI library",
|
|
7
|
+
"author": "dolanske",
|
|
8
|
+
"license": "GPL-3.0",
|
|
9
|
+
"sass": "src/index.scss",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/dolanske/vui.git"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"vue",
|
|
16
|
+
"vue3",
|
|
17
|
+
"component",
|
|
18
|
+
"component library",
|
|
19
|
+
"vue3 components"
|
|
20
|
+
],
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.ts",
|
|
24
|
+
"import": "./dist/vui.js"
|
|
25
|
+
},
|
|
26
|
+
"./style": {
|
|
27
|
+
"import": "./dist/vui.css",
|
|
28
|
+
"require": "./dist/vui.css",
|
|
29
|
+
"default": "./dist/vui.css"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"main": "./dist/vui.js",
|
|
33
|
+
"module": "./dist/vui.js",
|
|
34
|
+
"browser": "./dist/vui.js",
|
|
35
|
+
"unpkg": "./dist/vui.js",
|
|
36
|
+
"types": "./dist/index.d.ts",
|
|
37
|
+
"files": [
|
|
38
|
+
"./dist/*",
|
|
39
|
+
"LICENSE",
|
|
40
|
+
"README.md"
|
|
41
|
+
],
|
|
42
|
+
"scripts": {
|
|
43
|
+
"dev": "vite",
|
|
44
|
+
"build": "vue-tsc -b && vite build",
|
|
45
|
+
"build:pages": "vue-tsc -b && vite build --mode pages",
|
|
46
|
+
"preview": "vite preview",
|
|
47
|
+
"lint": "eslint .",
|
|
48
|
+
"lint:fix": "eslint . --fix",
|
|
49
|
+
"test": "vitest"
|
|
50
|
+
},
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@floating-ui/vue": "^1.1.11",
|
|
53
|
+
"@iconify-prerendered/vue-ph": "^0.28.1714973607",
|
|
54
|
+
"@types/node": "^25.3.5",
|
|
55
|
+
"@vuepic/vue-datepicker": "^12.1.0",
|
|
56
|
+
"@vueuse/core": "^14.2.1",
|
|
57
|
+
"sass": "^1.97.3",
|
|
58
|
+
"vaul-vue": "^0.4.1",
|
|
59
|
+
"vite-plugin-dts": "^4.5.4",
|
|
60
|
+
"vue": "^3.5.29"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@antfu/eslint-config": "^7.7.0",
|
|
64
|
+
"@vitejs/plugin-vue": "^6.0.4",
|
|
65
|
+
"@vue/test-utils": "^2.4.6",
|
|
66
|
+
"baseline-browser-mapping": "^2.10.0",
|
|
67
|
+
"eslint": "^10.0.3",
|
|
68
|
+
"eslint-plugin-format": "^2.0.1",
|
|
69
|
+
"jsdom": "^28.1.0",
|
|
70
|
+
"typescript": "^5.9.3",
|
|
71
|
+
"vite": "^7.3.1",
|
|
72
|
+
"vitest": "^4.0.18",
|
|
73
|
+
"vue-tsc": "^3.2.5"
|
|
74
|
+
}
|
|
75
|
+
}
|