Commit c96bb7c
authored
feat(dt-utils): refactor the dt-utils (#105)
* chore: upgrade package & replace packaging tools
* refactor: remove old functions
* refactor: rename browserCheck to checkBrowserSupport
* refactor: improve copy
* refactor: rename downLoadData to downloadFile
* refactor: rename convertBytes to formatBytes
* refactor: rename dateTime to formatDateTime
* feat: add formatSecond
* feat: add formatBase64
* refactor: rename generateFullUrlPath to generateUrlWithQuery
* refactor: merge generateAKey and getRandomStr into getKey
* refactor: improve getQueryParameters
* feat: add getTypeOfValue
* refactor: improve isMacOS
* refactor: improve isMobile
* refactor: improve isWindows
* refactor: localDB.set support batch set, localDB.clear support except parameter
* refactor: improve LocalIndexedDB
* feat: add sessionDB
* feat: add shouldRender
* refactor: merge getBase64 and base64Encode into toBase64
* refactor: rename percent to toPercent
* refactor: rename exchangeOrder to toSortOrder
* refactor: rename getThousandth to toThousand
* feat: add unit testing
* chore: add entry file
* chore: remove docs
* refactor: build site with VitePress and generate documentation using TypeDoc
* chore: add docs:deploy script
* chore: replace yarn with pnpm
* refactor: rename LocalIndexedDB to IndexedDB
* refactor: improve code
* chore: translate English comments to Chinese
* chore: update project configuration and set TypeScript package version
* chore: update docs
* chore: replace yarn with pnpm
* refactor: rename getKey to generateUniqueId
* feat: support HH[h]mm[m]ss[s] time format
* fix: replace Chinese dash with ASCII hyphen
* chore: update comments
* fix: correct isMacOS functionality
* chore: remove comment
* docs: build docs
* feat: support custom time units
* feat: add IndexedDB unit test
* docs: correct @see syntax issue
* docs: convert indexedDB, localDB, and sessionDB method docs into table format
* feat: localDB.remove supports batch deletion
* test: add remove multiple keys unit tests
* fix: set default size for generateUniqueId
* refactor: improve trim
* chore: remove changelog generation from prepublishOnly script1 parent cdac32a commit c96bb7c
File tree
124 files changed
+15671
-13649
lines changed- .github/workflows
- .vscode
- docs
- .vitepress
- api
- _media
- classes
- enumerations
- functions
- scripts
- src
- checkBrowserSupport
- __test__
- copy
- __test__
- downloadFile
- __test__
- formatBytes
- __test__
- formatDateTime
- __test__
- formatSecond
- __test__
- fromBase64
- __test__
- generateUniqueId
- generateUrlWithQuery
- __test__
- getQueryParameters
- __test__
- getTypeOfValue
- __test__
- indexedDB
- __test__
- isMacOS
- __test__
- isMobile
- __test__
- isWindows
- __test__
- localDB
- __test__
- sessionDB
- __test__
- shouldRender
- toBase64
- __test__
- toPercent
- __test__
- toSortOrder
- __test__
- toThousand
- __test__
- trim
- __test__
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
124 files changed
+15671
-13649
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | | - | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | | - | |
18 | | - | |
| 13 | + | |
19 | 14 | | |
20 | | - | |
21 | | - | |
| 15 | + | |
| 16 | + | |
22 | 17 | | |
23 | | - | |
24 | | - | |
| 18 | + | |
25 | 19 | | |
26 | | - | |
27 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
28 | 25 | | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
30 | 29 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
37 | 33 | | |
38 | 34 | | |
39 | | - | |
40 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | | - | |
| 41 | + | |
| 42 | + | |
45 | 43 | | |
46 | 44 | | |
47 | | - | |
| 45 | + | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
| 48 | + | |
51 | 49 | | |
52 | | - | |
53 | | - | |
| 50 | + | |
| 51 | + | |
54 | 52 | | |
55 | | - | |
56 | | - | |
| 53 | + | |
57 | 54 | | |
58 | | - | |
59 | | - | |
| 55 | + | |
| 56 | + | |
60 | 57 | | |
61 | | - | |
62 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
63 | 62 | | |
64 | | - | |
65 | | - | |
| 63 | + | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
| 70 | + | |
72 | 71 | | |
73 | | - | |
74 | | - | |
| 72 | + | |
| 73 | + | |
75 | 74 | | |
76 | | - | |
77 | | - | |
| 75 | + | |
78 | 76 | | |
79 | | - | |
80 | | - | |
| 77 | + | |
| 78 | + | |
81 | 79 | | |
82 | | - | |
83 | | - | |
| 80 | + | |
| 81 | + | |
84 | 82 | | |
85 | | - | |
86 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
| 95 | + | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
99 | 98 | | |
100 | | - | |
101 | | - | |
| 99 | + | |
| 100 | + | |
102 | 101 | | |
103 | | - | |
104 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | 115 | | |
| 116 | + | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | | - | |
124 | | - | |
| 123 | + | |
125 | 124 | | |
126 | | - | |
127 | | - | |
| 125 | + | |
| 126 | + | |
128 | 127 | | |
129 | | - | |
130 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
131 | 132 | | |
132 | | - | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 7 | | |
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 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 8 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 9 | + | |
| 10 | + | |
106 | 11 | | |
107 | 12 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 13 | | |
| 14 | + | |
| 15 | + | |
This file was deleted.
This file was deleted.
0 commit comments