@quoreadmin/ui 1.3.57 → 1.4.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/dist/index.css +1 -1
- package/dist/index.js +27402 -25917
- package/dist/index.umd.cjs +148 -145
- package/package.json +35 -42
- package/src/assets/scss/main.scss +2 -2
- package/src/assets/scss/transitions.scss +2 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quoreadmin/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -42,59 +42,52 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"pdfjs-dist": "^4.10.38",
|
|
45
|
-
"vue": "^3.
|
|
46
|
-
"vue-router": "^4.
|
|
45
|
+
"vue": "^3.5.26",
|
|
46
|
+
"vue-router": "^4.6.4"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@headlessui/vue": "^1.7.18",
|
|
50
49
|
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
|
51
|
-
"@storybook/addon-designs": "^
|
|
52
|
-
"@storybook/addon-
|
|
53
|
-
"@storybook/addon-
|
|
54
|
-
"@storybook/
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@tiptap/extension-
|
|
61
|
-
"@tiptap/
|
|
62
|
-
"@tiptap/
|
|
63
|
-
"@tiptap/
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"autoprefixer": "^10.4.17",
|
|
76
|
-
"axios": "^1.6.5",
|
|
77
|
-
"eslint": "^8.56.0",
|
|
78
|
-
"eslint-plugin-vue": "^9.20.1",
|
|
50
|
+
"@storybook/addon-designs": "^11.1.1",
|
|
51
|
+
"@storybook/addon-docs": "^10.1.11",
|
|
52
|
+
"@storybook/addon-links": "^10.1.11",
|
|
53
|
+
"@storybook/vue3": "^10.1.11",
|
|
54
|
+
"@storybook/vue3-vite": "^10.1.11",
|
|
55
|
+
"@tiptap/extension-color": "^3.15.3",
|
|
56
|
+
"@tiptap/extension-link": "^3.15.3",
|
|
57
|
+
"@tiptap/extension-placeholder": "^3.15.3",
|
|
58
|
+
"@tiptap/extension-text-style": "^3.15.3",
|
|
59
|
+
"@tiptap/extension-underline": "^3.15.3",
|
|
60
|
+
"@tiptap/pm": "^3.15.3",
|
|
61
|
+
"@tiptap/starter-kit": "^3.15.3",
|
|
62
|
+
"@tiptap/vue-3": "^3.15.3",
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
64
|
+
"@typescript-eslint/parser": "^8.52.0",
|
|
65
|
+
"@vitejs/plugin-vue": "^6.0.3",
|
|
66
|
+
"@vue/eslint-config-typescript": "^14.6.0",
|
|
67
|
+
"@vueuse/core": "^14.1.0",
|
|
68
|
+
"@vueuse/gesture": "^2.0.0",
|
|
69
|
+
"@vueuse/motion": "^3.0.3",
|
|
70
|
+
"autoprefixer": "^10.4.23",
|
|
71
|
+
"axios": "^1.13.2",
|
|
72
|
+
"eslint": "^9.39.2",
|
|
73
|
+
"eslint-plugin-vue": "^10.6.2",
|
|
79
74
|
"luxon": "^3.4.4",
|
|
80
|
-
"postcss": "^8.
|
|
81
|
-
"prettier": "3.
|
|
75
|
+
"postcss": "^8.5.6",
|
|
76
|
+
"prettier": "3.7.4",
|
|
82
77
|
"primevue": "^3.47.2",
|
|
83
|
-
"react": "^18.2.0",
|
|
84
|
-
"react-dom": "^18.2.0",
|
|
85
78
|
"rollup-plugin-copy": "^3.5.0",
|
|
86
|
-
"sass": "^1.
|
|
87
|
-
"storybook": "^
|
|
79
|
+
"sass": "^1.97.2",
|
|
80
|
+
"storybook": "^10.1.11",
|
|
88
81
|
"svg4everybody": "^2.1.9",
|
|
89
|
-
"svgo": "^
|
|
82
|
+
"svgo": "^4.0.0",
|
|
90
83
|
"svgo-loader": "^4.0.0",
|
|
91
84
|
"tailwindcss": "^3.4.1",
|
|
92
85
|
"typescript": "^5.2.2",
|
|
93
|
-
"vite": "^
|
|
86
|
+
"vite": "^7.3.1",
|
|
94
87
|
"vue-datepicker-next": "^1.0.3",
|
|
95
|
-
"vue-i18n": "^
|
|
88
|
+
"vue-i18n": "^11.2.8",
|
|
96
89
|
"vue-multiselect": "3.2.0",
|
|
97
|
-
"vue-tsc": "^2.2
|
|
90
|
+
"vue-tsc": "^3.2.2",
|
|
98
91
|
"vue3-emoji-picker": "^1.1.8"
|
|
99
92
|
},
|
|
100
93
|
"repository": {
|