@v1nt1248/3nclient-lib 0.2.35 → 0.2.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/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 +21 -21
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Components, directives and plugins for Vue3 projects and some helpers methods (u
|
|
|
5
5
|
|
|
6
6
|
You can run the project as `pnpm dev` or `npm run dev`.
|
|
7
7
|
|
|
8
|
-
### Components
|
|
8
|
+
### Components [`@v1nt1248/3nclient-lib`]
|
|
9
9
|
- Ui3nAutocomplete,
|
|
10
10
|
- Ui3nBadge,
|
|
11
11
|
- Ui3nBreadcrumb
|
|
@@ -36,7 +36,7 @@ You can run the project as `pnpm dev` or `npm run dev`.
|
|
|
36
36
|
- Ui3nTooltip
|
|
37
37
|
- Ui3nVirtualScroll
|
|
38
38
|
|
|
39
|
-
### Directives
|
|
39
|
+
### Directives [`@v1nt1248/3nclient-lib`]
|
|
40
40
|
- Ui3nHtml
|
|
41
41
|
- Ui3nClickOutside
|
|
42
42
|
- Ui3nResize
|
|
@@ -44,13 +44,13 @@ You can run the project as `pnpm dev` or `npm run dev`.
|
|
|
44
44
|
- Ui3nTitle
|
|
45
45
|
- Ui3nLongPress
|
|
46
46
|
|
|
47
|
-
### Plugins
|
|
47
|
+
### Plugins [`@v1nt1248/3nclient-lib/plugins`]
|
|
48
48
|
- i18n
|
|
49
49
|
- dialogs
|
|
50
50
|
- notifications
|
|
51
51
|
- vue-bus
|
|
52
52
|
|
|
53
|
-
### Store plugins
|
|
53
|
+
### Store plugins [`@v1nt1248/3nclient-lib/plugins`]
|
|
54
54
|
- store-i18n
|
|
55
55
|
- store-dialogs
|
|
56
56
|
- store-notifications
|
|
@@ -60,12 +60,30 @@ You can run the project as `pnpm dev` or `npm run dev`.
|
|
|
60
60
|
- emoticons
|
|
61
61
|
- mailReg
|
|
62
62
|
|
|
63
|
-
### Composables
|
|
63
|
+
### Composables [`@v1nt1248/3nclient-lib`]
|
|
64
64
|
- useDblClickHandler
|
|
65
65
|
|
|
66
|
-
### Utils
|
|
67
|
-
-
|
|
68
|
-
-
|
|
66
|
+
### Utils [`@v1nt1248/3nclient-lib/utils`]
|
|
67
|
+
- sqliteOn3nstorage
|
|
68
|
+
- round
|
|
69
|
+
- getRandomId
|
|
70
|
+
- textareaMaxRows
|
|
71
|
+
- selection [UI]
|
|
72
|
+
- markSearch [UI]
|
|
73
|
+
- html2text [UI]
|
|
74
|
+
- prepareDareAsString [UI]
|
|
75
|
+
- capitalize [UI]
|
|
76
|
+
- formatFileSize [FILES]
|
|
77
|
+
- getFileExtension [FILES]
|
|
78
|
+
- isFileImage [FILES]
|
|
79
|
+
- isFileVideo [FILES]
|
|
80
|
+
- isFileAudio [FILES]
|
|
81
|
+
- blobToB64 [FILES]
|
|
82
|
+
- b64ToBlob [FILES]
|
|
83
|
+
- uint8ToDataUrl [FILES]
|
|
84
|
+
- resizeImage [FILES]
|
|
85
|
+
- createVideoThumbnail [FILES]
|
|
86
|
+
- mimeTypes [FILES]
|
|
69
87
|
|
|
70
88
|
## Installation
|
|
71
89
|
|