@v1nt1248/3nclient-lib 0.2.36 → 0.2.38
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 +26 -8
- package/dist/style.css +1 -1
- package/dist/ui3n-components.js +6058 -6109
- package/dist/ui3n-plugins.js +2337 -2357
- package/dist/ui3n-utils.js +963 -711
- package/dist/utils/files/is-file-audio.d.ts +4 -0
- package/dist/utils/index.d.ts +1 -0
- package/package.json +22 -22
package/dist/utils/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export * from './files/format-file-size';
|
|
|
19
19
|
export * from './files/get-file-extension';
|
|
20
20
|
export * from './files/is-file-image';
|
|
21
21
|
export * from './files/is-file-video';
|
|
22
|
+
export * from './files/is-file-audio';
|
|
22
23
|
export * from './files/blob-to-b64';
|
|
23
24
|
export * from './files/b64-to-blob';
|
|
24
25
|
export * from './files/uint8-to-data-url';
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@v1nt1248/3nclient-lib",
|
|
3
3
|
"license": "AGPL-3.0-or-later",
|
|
4
4
|
"author": "v1nt1248",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.38",
|
|
6
6
|
"description": "Library for 3NWeb clients",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"docs:preview": "vitepress preview docs"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@floating-ui/dom": "^1.7.
|
|
55
|
-
"@floating-ui/vue": "1.1.
|
|
56
|
-
"dayjs": "1.11.
|
|
54
|
+
"@floating-ui/dom": "^1.7.4",
|
|
55
|
+
"@floating-ui/vue": "1.1.9",
|
|
56
|
+
"dayjs": "1.11.18",
|
|
57
57
|
"lodash": "4.17.21",
|
|
58
58
|
"mitt": "3.0.1",
|
|
59
59
|
"sanitize-html": "2.17.0",
|
|
@@ -61,26 +61,26 @@
|
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"pinia": "3.0.3",
|
|
64
|
-
"vue": "3.5.
|
|
64
|
+
"vue": "3.5.21"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@eslint/eslintrc": "^3.3.1",
|
|
68
68
|
"@eslint/js": "^9.32.0",
|
|
69
69
|
"@types/lodash": "4.17.20",
|
|
70
|
-
"@types/node": "22.
|
|
70
|
+
"@types/node": "22.18.0",
|
|
71
71
|
"@types/sanitize-html": "2.16.0",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
73
|
-
"@typescript-eslint/parser": "8.
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "8.40.0",
|
|
73
|
+
"@typescript-eslint/parser": "8.40.0",
|
|
74
74
|
"@vitejs/plugin-vue": "6.0.1",
|
|
75
|
-
"@vue/compiler-core": "3.5.
|
|
75
|
+
"@vue/compiler-core": "3.5.21",
|
|
76
76
|
"@vue/eslint-config-typescript": "14.6.0",
|
|
77
|
-
"@vue/runtime-core": "3.5.
|
|
77
|
+
"@vue/runtime-core": "3.5.21",
|
|
78
78
|
"@vuedx/typescript-plugin-vue": "0.7.6",
|
|
79
|
-
"eslint": "9.
|
|
79
|
+
"eslint": "9.34.0",
|
|
80
80
|
"eslint-config-prettier": "10.1.8",
|
|
81
81
|
"eslint-plugin-import": "2.32.0",
|
|
82
82
|
"eslint-plugin-node": "11.1.0",
|
|
83
|
-
"eslint-plugin-prettier": "^5.5.
|
|
83
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
84
84
|
"eslint-plugin-promise": "7.2.1",
|
|
85
85
|
"eslint-plugin-vue": "10.4.0",
|
|
86
86
|
"globals": "^16.3.0",
|
|
@@ -89,25 +89,25 @@
|
|
|
89
89
|
"pinia": "3.0.3",
|
|
90
90
|
"postcss-html": "1.8.0",
|
|
91
91
|
"prettier": "^3.6.2",
|
|
92
|
-
"sass": "1.
|
|
93
|
-
"stylelint": "16.23.
|
|
94
|
-
"stylelint-config-recommended-scss": "
|
|
92
|
+
"sass": "1.92.0",
|
|
93
|
+
"stylelint": "16.23.1",
|
|
94
|
+
"stylelint-config-recommended-scss": "16.0.0",
|
|
95
95
|
"stylelint-config-recommended-vue": "1.6.1",
|
|
96
|
-
"stylelint-config-standard": "
|
|
96
|
+
"stylelint-config-standard": "39.0.0",
|
|
97
97
|
"stylelint-scss": "6.12.1",
|
|
98
98
|
"tslib": "2.8.1",
|
|
99
99
|
"typescript": "5.9.2",
|
|
100
|
-
"typescript-eslint": "^8.
|
|
101
|
-
"vite": "
|
|
100
|
+
"typescript-eslint": "^8.40.0",
|
|
101
|
+
"vite": "7.1.4",
|
|
102
102
|
"vite-plugin-css-injected-by-js": "3.5.2",
|
|
103
103
|
"vite-plugin-dts": "4.5.4",
|
|
104
104
|
"vite-plugin-vue-devtools": "^7.7.7",
|
|
105
|
-
"vitepress": "1.6.
|
|
106
|
-
"vue": "3.5.
|
|
105
|
+
"vitepress": "1.6.4",
|
|
106
|
+
"vue": "3.5.21",
|
|
107
107
|
"vue-eslint-parser": "^10.2.0",
|
|
108
|
-
"vue-tsc": "
|
|
108
|
+
"vue-tsc": "3.0.6"
|
|
109
109
|
},
|
|
110
|
-
"packageManager": "pnpm@10.
|
|
110
|
+
"packageManager": "pnpm@10.15.0",
|
|
111
111
|
"pnpm": {
|
|
112
112
|
"peerDependencyRules": {
|
|
113
113
|
"ignoreMissing": [
|