el-plus-crud 0.1.13 → 0.1.14
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/.eslintignore +18 -18
- package/.eslintrc.js +78 -78
- package/.lintstagedrc +3 -3
- package/.prettierrc.js +39 -39
- package/CHANGELOG.md +261 -259
- package/LICENSE +21 -21
- package/README.md +19 -19
- package/build.js +31 -31
- package/dist/el-plus-crud.mjs +1952 -1952
- package/example/App.vue +252 -252
- package/example/main.js +18 -18
- package/example/style.css +4 -4
- package/index.html +13 -13
- package/lib/components/el-plus-form/ElPlusForm.vue +4 -7
- package/lib/components/el-plus-form/ElPlusFormDialog.vue +93 -93
- package/lib/components/el-plus-form/ElPlusFormGroup.vue +201 -201
- package/lib/components/el-plus-form/components/ElPlusFormCascader.vue +65 -65
- package/lib/components/el-plus-form/components/ElPlusFormCascaderPanel.vue +72 -72
- package/lib/components/el-plus-form/components/ElPlusFormCheckbox.vue +81 -81
- package/lib/components/el-plus-form/components/ElPlusFormImage.vue +115 -115
- package/lib/components/el-plus-form/components/ElPlusFormLink.vue +285 -285
- package/lib/components/el-plus-form/components/ElPlusFormQuickInput.vue +98 -98
- package/lib/components/el-plus-form/components/ElPlusFormRadio.vue +69 -69
- package/lib/components/el-plus-form/components/ElPlusFormSelect.vue +185 -185
- package/lib/components/el-plus-form/components/ElPlusFormStatus.vue +102 -102
- package/lib/components/el-plus-form/components/ElPlusFormText.vue +113 -113
- package/lib/components/el-plus-form/components/ElPlusFormTree.vue +79 -79
- package/lib/components/el-plus-form/components/ElPlusFormTreeSelect.vue +62 -62
- package/lib/components/el-plus-form/components/components/file-icons/data/index.ts +27 -27
- package/lib/components/el-plus-form/components/components/file-icons/images/doc.svg +12 -12
- package/lib/components/el-plus-form/components/components/file-icons/images/file.svg +18 -18
- package/lib/components/el-plus-form/components/components/file-icons/images/jpg.svg +13 -13
- package/lib/components/el-plus-form/components/components/file-icons/images/pdf.svg +12 -12
- package/lib/components/el-plus-form/components/components/file-icons/images/png.svg +12 -12
- package/lib/components/el-plus-form/components/components/file-icons/images/ppt.svg +12 -12
- package/lib/components/el-plus-form/components/components/file-icons/images/xls.svg +12 -12
- package/lib/components/el-plus-form/components/index.ts +17 -17
- package/lib/components/el-plus-form/data/file.ts +74 -74
- package/lib/components/el-plus-form/util/validate.ts +346 -346
- package/lib/components/el-plus-table/ElPlusTable.vue +972 -972
- package/lib/components/el-plus-table/components/columnItem.vue +220 -220
- package/lib/components/el-plus-table/components/header.vue +345 -345
- package/lib/components/el-plus-table/components/statisticInfo.vue +47 -47
- package/lib/index.d.ts +4 -4
- package/lib/util/index.ts +390 -390
- package/package.json +70 -70
- package/tsconfig.json +78 -78
- package/types/global.d.ts +13 -13
- package/types/index.d.ts +561 -561
- package/vite.config.ts +78 -78
package/CHANGELOG.md
CHANGED
|
@@ -2,262 +2,264 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
### [0.1.
|
|
6
|
-
|
|
7
|
-
### [0.1.
|
|
8
|
-
|
|
9
|
-
### [0.1.
|
|
10
|
-
|
|
11
|
-
### [0.1.
|
|
12
|
-
|
|
13
|
-
### [0.1.
|
|
14
|
-
|
|
15
|
-
### [0.1.
|
|
16
|
-
|
|
17
|
-
### [0.1.
|
|
18
|
-
|
|
19
|
-
### [0.1.
|
|
20
|
-
|
|
21
|
-
### [0.1.
|
|
22
|
-
|
|
23
|
-
### [0.1.
|
|
24
|
-
|
|
25
|
-
### [0.1.
|
|
26
|
-
|
|
27
|
-
### [0.1.
|
|
28
|
-
|
|
29
|
-
### [0.
|
|
30
|
-
|
|
31
|
-
### 0.0.118 (2024-01-18)
|
|
32
|
-
|
|
33
|
-
###
|
|
34
|
-
|
|
35
|
-
### [0.0.
|
|
36
|
-
|
|
37
|
-
### [0.0.
|
|
38
|
-
|
|
39
|
-
### [0.0.
|
|
40
|
-
|
|
41
|
-
### [0.0.
|
|
42
|
-
|
|
43
|
-
### [0.0.
|
|
44
|
-
|
|
45
|
-
### [0.0.
|
|
46
|
-
|
|
47
|
-
### [0.0.
|
|
48
|
-
|
|
49
|
-
### [0.0.
|
|
50
|
-
|
|
51
|
-
### [0.0.
|
|
52
|
-
|
|
53
|
-
### [0.0.
|
|
54
|
-
|
|
55
|
-
### [0.0.
|
|
56
|
-
|
|
57
|
-
### [0.0.
|
|
58
|
-
|
|
59
|
-
### 0.0.
|
|
60
|
-
|
|
61
|
-
###
|
|
62
|
-
|
|
63
|
-
### [0.0.
|
|
64
|
-
|
|
65
|
-
### [0.0.
|
|
66
|
-
|
|
67
|
-
### [0.0.
|
|
68
|
-
|
|
69
|
-
### [0.0.
|
|
70
|
-
|
|
71
|
-
### [0.0.
|
|
72
|
-
|
|
73
|
-
### [0.0.
|
|
74
|
-
|
|
75
|
-
### [0.0.
|
|
76
|
-
|
|
77
|
-
### [0.0.
|
|
78
|
-
|
|
79
|
-
### [0.0.
|
|
80
|
-
|
|
81
|
-
### [0.0.
|
|
82
|
-
|
|
83
|
-
### [0.0.
|
|
84
|
-
|
|
85
|
-
### [0.0.
|
|
86
|
-
|
|
87
|
-
### [0.0.
|
|
88
|
-
|
|
89
|
-
### [0.0.
|
|
90
|
-
|
|
91
|
-
### [0.0.
|
|
92
|
-
|
|
93
|
-
### [0.0.
|
|
94
|
-
|
|
95
|
-
### [0.0.
|
|
96
|
-
|
|
97
|
-
### [0.0.
|
|
98
|
-
|
|
99
|
-
### [0.0.
|
|
100
|
-
|
|
101
|
-
### [0.0.
|
|
102
|
-
|
|
103
|
-
### [0.0.
|
|
104
|
-
|
|
105
|
-
### [0.0.
|
|
106
|
-
|
|
107
|
-
### [0.0.
|
|
108
|
-
|
|
109
|
-
### [0.0.
|
|
110
|
-
|
|
111
|
-
### [0.0.
|
|
112
|
-
|
|
113
|
-
### [0.0.
|
|
114
|
-
|
|
115
|
-
### [0.0.
|
|
116
|
-
|
|
117
|
-
### [0.0.
|
|
118
|
-
|
|
119
|
-
### [0.0.
|
|
120
|
-
|
|
121
|
-
### [0.0.
|
|
122
|
-
|
|
123
|
-
### [0.0.
|
|
124
|
-
|
|
125
|
-
### [0.0.
|
|
126
|
-
|
|
127
|
-
### [0.0.
|
|
128
|
-
|
|
129
|
-
### [0.0.
|
|
130
|
-
|
|
131
|
-
### [0.0.
|
|
132
|
-
|
|
133
|
-
### [0.0.
|
|
134
|
-
|
|
135
|
-
### [0.0.
|
|
136
|
-
|
|
137
|
-
### [0.0.
|
|
138
|
-
|
|
139
|
-
### [0.0.
|
|
140
|
-
|
|
141
|
-
### [0.0.
|
|
142
|
-
|
|
143
|
-
### [0.0.
|
|
144
|
-
|
|
145
|
-
### [0.0.
|
|
146
|
-
|
|
147
|
-
### [0.0.
|
|
148
|
-
|
|
149
|
-
### [0.0.
|
|
150
|
-
|
|
151
|
-
### [0.0.
|
|
152
|
-
|
|
153
|
-
### [0.0.
|
|
154
|
-
|
|
155
|
-
### [0.0.
|
|
156
|
-
|
|
157
|
-
### [0.0.
|
|
158
|
-
|
|
159
|
-
### [0.0.
|
|
160
|
-
|
|
161
|
-
### [0.0.
|
|
162
|
-
|
|
163
|
-
### 0.0.52 (2023-08-25)
|
|
164
|
-
|
|
165
|
-
###
|
|
166
|
-
|
|
167
|
-
### [0.0.
|
|
168
|
-
|
|
169
|
-
### [0.0.
|
|
170
|
-
|
|
171
|
-
### [0.0.
|
|
172
|
-
|
|
173
|
-
### [0.0.
|
|
174
|
-
|
|
175
|
-
### [0.0.
|
|
176
|
-
|
|
177
|
-
### [0.0.
|
|
178
|
-
|
|
179
|
-
### [0.0.
|
|
180
|
-
|
|
181
|
-
### [0.0.
|
|
182
|
-
|
|
183
|
-
### [0.0.
|
|
184
|
-
|
|
185
|
-
### 0.0.41 (2023-08-
|
|
186
|
-
|
|
187
|
-
###
|
|
188
|
-
|
|
189
|
-
### [0.0.
|
|
190
|
-
|
|
191
|
-
### [0.0.
|
|
192
|
-
|
|
193
|
-
### 0.0.37 (2023-08-05)
|
|
194
|
-
|
|
195
|
-
### 0.0.
|
|
196
|
-
|
|
197
|
-
###
|
|
198
|
-
|
|
199
|
-
### [0.0.
|
|
200
|
-
|
|
201
|
-
### [0.0.
|
|
202
|
-
|
|
203
|
-
### [0.0.
|
|
204
|
-
|
|
205
|
-
### [0.0.
|
|
206
|
-
|
|
207
|
-
### [0.0.
|
|
208
|
-
|
|
209
|
-
### [0.0.
|
|
210
|
-
|
|
211
|
-
### [0.0.
|
|
212
|
-
|
|
213
|
-
### [0.0.
|
|
214
|
-
|
|
215
|
-
### [0.0.
|
|
216
|
-
|
|
217
|
-
### [0.0.
|
|
218
|
-
|
|
219
|
-
### [0.0.
|
|
220
|
-
|
|
221
|
-
### [0.0.
|
|
222
|
-
|
|
223
|
-
### [0.0.
|
|
224
|
-
|
|
225
|
-
### [0.0.
|
|
226
|
-
|
|
227
|
-
### [0.0.
|
|
228
|
-
|
|
229
|
-
### [0.0.
|
|
230
|
-
|
|
231
|
-
### [0.0.
|
|
232
|
-
|
|
233
|
-
### [0.0.
|
|
234
|
-
|
|
235
|
-
### [0.0.
|
|
236
|
-
|
|
237
|
-
### [0.0.
|
|
238
|
-
|
|
239
|
-
### [0.0.
|
|
240
|
-
|
|
241
|
-
### 0.0.13 (2023-07-11)
|
|
242
|
-
|
|
243
|
-
###
|
|
244
|
-
|
|
245
|
-
### [0.0.
|
|
246
|
-
|
|
247
|
-
### [0.0.
|
|
248
|
-
|
|
249
|
-
### [0.0.
|
|
250
|
-
|
|
251
|
-
### [0.0.
|
|
252
|
-
|
|
253
|
-
### [0.0.
|
|
254
|
-
|
|
255
|
-
### [0.0.
|
|
256
|
-
|
|
257
|
-
### [0.0.
|
|
258
|
-
|
|
259
|
-
### [0.0.
|
|
260
|
-
|
|
261
|
-
### [0.0.
|
|
262
|
-
|
|
263
|
-
### 0.0.2 (2023-07-10)
|
|
5
|
+
### [0.1.14](https://github.com/KDJack/el-plus-crud/compare/v0.1.7...v0.1.14) (2024-03-16)
|
|
6
|
+
|
|
7
|
+
### [0.1.13](https://github.com/KDJack/el-plus-crud/compare/v0.1.12...v0.1.13) (2024-03-12)
|
|
8
|
+
|
|
9
|
+
### [0.1.12](https://github.com/KDJack/el-plus-crud/compare/v0.1.11...v0.1.12) (2024-03-06)
|
|
10
|
+
|
|
11
|
+
### [0.1.11](https://github.com/KDJack/el-plus-crud/compare/v0.1.10...v0.1.11) (2024-02-20)
|
|
12
|
+
|
|
13
|
+
### [0.1.10](https://github.com/KDJack/el-plus-crud/compare/v0.1.9...v0.1.10) (2024-02-02)
|
|
14
|
+
|
|
15
|
+
### [0.1.9](https://github.com/KDJack/el-plus-crud/compare/v0.1.8...v0.1.9) (2024-02-02)
|
|
16
|
+
|
|
17
|
+
### [0.1.8](https://github.com/KDJack/el-plus-crud/compare/v0.1.5...v0.1.8) (2024-02-02)
|
|
18
|
+
|
|
19
|
+
### [0.1.7](https://github.com/KDJack/el-plus-crud/compare/v0.1.6...v0.1.7) (2024-02-01)
|
|
20
|
+
|
|
21
|
+
### [0.1.6](https://github.com/KDJack/el-plus-crud/compare/v0.0.110...v0.1.6) (2024-02-01)
|
|
22
|
+
|
|
23
|
+
### [0.1.5](https://github.com/KDJack/el-plus-crud/compare/v0.1.4...v0.1.5) (2024-01-29)
|
|
24
|
+
|
|
25
|
+
### [0.1.4](https://github.com/KDJack/el-plus-crud/compare/v0.1.3...v0.1.4) (2024-01-26)
|
|
26
|
+
|
|
27
|
+
### [0.1.3](https://github.com/KDJack/el-plus-crud/compare/v0.1.2...v0.1.3) (2024-01-26)
|
|
28
|
+
|
|
29
|
+
### [0.1.2](https://github.com/KDJack/el-plus-crud/compare/v0.0.119...v0.1.2) (2024-01-25)
|
|
30
|
+
|
|
31
|
+
### [0.0.119](https://github.com/KDJack/el-plus-crud/compare/v0.0.118...v0.0.119) (2024-01-18)
|
|
32
|
+
|
|
33
|
+
### 0.0.118 (2024-01-18)
|
|
34
|
+
|
|
35
|
+
### [0.0.117](https://github.com/KDJack/el-plus-crud/compare/v0.0.116...v0.0.117) (2024-01-15)
|
|
36
|
+
|
|
37
|
+
### [0.0.116](https://github.com/KDJack/el-plus-crud/compare/v0.0.115...v0.0.116) (2024-01-04)
|
|
38
|
+
|
|
39
|
+
### [0.0.115](https://github.com/KDJack/el-plus-crud/compare/v0.0.114...v0.0.115) (2024-01-03)
|
|
40
|
+
|
|
41
|
+
### [0.0.114](https://github.com/KDJack/el-plus-crud/compare/v0.0.113...v0.0.114) (2024-01-02)
|
|
42
|
+
|
|
43
|
+
### [0.0.113](https://github.com/KDJack/el-plus-crud/compare/v0.0.112...v0.0.113) (2023-12-22)
|
|
44
|
+
|
|
45
|
+
### [0.0.112](https://github.com/KDJack/el-plus-crud/compare/v0.0.111...v0.0.112) (2023-12-21)
|
|
46
|
+
|
|
47
|
+
### [0.0.111](https://github.com/KDJack/el-plus-crud/compare/v0.0.109...v0.0.111) (2023-12-21)
|
|
48
|
+
|
|
49
|
+
### [0.0.110](https://github.com/KDJack/el-plus-crud/compare/v0.0.107...v0.0.110) (2023-12-05)
|
|
50
|
+
|
|
51
|
+
### [0.0.109](https://github.com/KDJack/el-plus-crud/compare/v0.0.108...v0.0.109) (2023-12-05)
|
|
52
|
+
|
|
53
|
+
### [0.0.108](https://github.com/KDJack/el-plus-crud/compare/v0.0.106...v0.0.108) (2023-12-01)
|
|
54
|
+
|
|
55
|
+
### [0.0.107](https://github.com/KDJack/el-plus-crud/compare/v0.0.104...v0.0.107) (2023-11-27)
|
|
56
|
+
|
|
57
|
+
### [0.0.106](https://github.com/KDJack/el-plus-crud/compare/v0.0.105...v0.0.106) (2023-11-27)
|
|
58
|
+
|
|
59
|
+
### [0.0.105](https://github.com/KDJack/el-plus-crud/compare/v0.0.103...v0.0.105) (2023-11-27)
|
|
60
|
+
|
|
61
|
+
### 0.0.104 (2023-11-23)
|
|
62
|
+
|
|
63
|
+
### [0.0.103](https://github.com/KDJack/el-plus-crud/compare/v0.0.102...v0.0.103) (2023-11-23)
|
|
64
|
+
|
|
65
|
+
### [0.0.102](https://github.com/KDJack/el-plus-crud/compare/v0.0.101...v0.0.102) (2023-11-23)
|
|
66
|
+
|
|
67
|
+
### [0.0.101](https://github.com/KDJack/el-plus-crud/compare/v0.0.100...v0.0.101) (2023-11-22)
|
|
68
|
+
|
|
69
|
+
### [0.0.100](https://github.com/KDJack/el-plus-crud/compare/v0.0.99...v0.0.100) (2023-11-15)
|
|
70
|
+
|
|
71
|
+
### [0.0.99](https://github.com/KDJack/el-plus-crud/compare/v0.0.98...v0.0.99) (2023-11-13)
|
|
72
|
+
|
|
73
|
+
### [0.0.98](https://github.com/KDJack/el-plus-crud/compare/v0.0.97...v0.0.98) (2023-11-10)
|
|
74
|
+
|
|
75
|
+
### [0.0.97](https://github.com/KDJack/el-plus-crud/compare/v0.0.96...v0.0.97) (2023-10-31)
|
|
76
|
+
|
|
77
|
+
### [0.0.96](https://github.com/KDJack/el-plus-crud/compare/v0.0.95...v0.0.96) (2023-10-17)
|
|
78
|
+
|
|
79
|
+
### [0.0.95](https://github.com/KDJack/el-plus-crud/compare/v0.0.94...v0.0.95) (2023-10-08)
|
|
80
|
+
|
|
81
|
+
### [0.0.94](https://github.com/KDJack/el-plus-crud/compare/v0.0.93...v0.0.94) (2023-09-28)
|
|
82
|
+
|
|
83
|
+
### [0.0.93](https://github.com/KDJack/el-plus-crud/compare/v0.0.92...v0.0.93) (2023-09-28)
|
|
84
|
+
|
|
85
|
+
### [0.0.92](https://github.com/KDJack/el-plus-crud/compare/v0.0.91...v0.0.92) (2023-09-27)
|
|
86
|
+
|
|
87
|
+
### [0.0.91](https://github.com/KDJack/el-plus-crud/compare/v0.0.90...v0.0.91) (2023-09-26)
|
|
88
|
+
|
|
89
|
+
### [0.0.90](https://github.com/KDJack/el-plus-crud/compare/v0.0.88...v0.0.90) (2023-09-26)
|
|
90
|
+
|
|
91
|
+
### [0.0.89](https://github.com/KDJack/el-plus-crud/compare/v0.0.88...v0.0.89) (2023-09-26)
|
|
92
|
+
|
|
93
|
+
### [0.0.88](https://github.com/KDJack/el-plus-crud/compare/v0.0.87...v0.0.88) (2023-09-25)
|
|
94
|
+
|
|
95
|
+
### [0.0.87](https://github.com/KDJack/el-plus-crud/compare/v0.0.86...v0.0.87) (2023-09-24)
|
|
96
|
+
|
|
97
|
+
### [0.0.86](https://github.com/KDJack/el-plus-crud/compare/v0.0.85...v0.0.86) (2023-09-24)
|
|
98
|
+
|
|
99
|
+
### [0.0.85](https://github.com/KDJack/el-plus-crud/compare/v0.0.84...v0.0.85) (2023-09-24)
|
|
100
|
+
|
|
101
|
+
### [0.0.84](https://github.com/KDJack/el-plus-crud/compare/v0.0.83...v0.0.84) (2023-09-22)
|
|
102
|
+
|
|
103
|
+
### [0.0.83](https://github.com/KDJack/el-plus-crud/compare/v0.0.82...v0.0.83) (2023-09-22)
|
|
104
|
+
|
|
105
|
+
### [0.0.82](https://github.com/KDJack/el-plus-crud/compare/v0.0.81...v0.0.82) (2023-09-19)
|
|
106
|
+
|
|
107
|
+
### [0.0.81](https://github.com/KDJack/el-plus-crud/compare/v0.0.80...v0.0.81) (2023-09-14)
|
|
108
|
+
|
|
109
|
+
### [0.0.80](https://github.com/KDJack/el-plus-crud/compare/v0.0.79...v0.0.80) (2023-09-14)
|
|
110
|
+
|
|
111
|
+
### [0.0.79](https://github.com/KDJack/el-plus-crud/compare/v0.0.78...v0.0.79) (2023-09-07)
|
|
112
|
+
|
|
113
|
+
### [0.0.78](https://github.com/KDJack/el-plus-crud/compare/v0.0.77...v0.0.78) (2023-09-06)
|
|
114
|
+
|
|
115
|
+
### [0.0.77](https://github.com/KDJack/el-plus-crud/compare/v0.0.76...v0.0.77) (2023-09-05)
|
|
116
|
+
|
|
117
|
+
### [0.0.76](https://github.com/KDJack/el-plus-crud/compare/v0.0.75...v0.0.76) (2023-09-05)
|
|
118
|
+
|
|
119
|
+
### [0.0.75](https://github.com/KDJack/el-plus-crud/compare/v0.0.74...v0.0.75) (2023-09-04)
|
|
120
|
+
|
|
121
|
+
### [0.0.74](https://github.com/KDJack/el-plus-crud/compare/v0.0.73...v0.0.74) (2023-09-04)
|
|
122
|
+
|
|
123
|
+
### [0.0.73](https://github.com/KDJack/el-plus-crud/compare/v0.0.72...v0.0.73) (2023-09-04)
|
|
124
|
+
|
|
125
|
+
### [0.0.72](https://github.com/KDJack/el-plus-crud/compare/v0.0.71...v0.0.72) (2023-09-01)
|
|
126
|
+
|
|
127
|
+
### [0.0.71](https://github.com/KDJack/el-plus-crud/compare/v0.0.70...v0.0.71) (2023-09-01)
|
|
128
|
+
|
|
129
|
+
### [0.0.70](https://github.com/KDJack/el-plus-crud/compare/v0.0.69...v0.0.70) (2023-09-01)
|
|
130
|
+
|
|
131
|
+
### [0.0.69](https://github.com/KDJack/el-plus-crud/compare/v0.0.68...v0.0.69) (2023-09-01)
|
|
132
|
+
|
|
133
|
+
### [0.0.68](https://github.com/KDJack/el-plus-crud/compare/v0.0.67...v0.0.68) (2023-09-01)
|
|
134
|
+
|
|
135
|
+
### [0.0.67](https://github.com/KDJack/el-plus-crud/compare/v0.0.65...v0.0.67) (2023-09-01)
|
|
136
|
+
|
|
137
|
+
### [0.0.66](https://github.com/KDJack/el-plus-crud/compare/v0.0.65...v0.0.66) (2023-09-01)
|
|
138
|
+
|
|
139
|
+
### [0.0.65](https://github.com/KDJack/el-plus-crud/compare/v0.0.64...v0.0.65) (2023-09-01)
|
|
140
|
+
|
|
141
|
+
### [0.0.64](https://github.com/KDJack/el-plus-crud/compare/v0.0.63...v0.0.64) (2023-08-31)
|
|
142
|
+
|
|
143
|
+
### [0.0.63](https://github.com/KDJack/el-plus-crud/compare/v0.0.62...v0.0.63) (2023-08-31)
|
|
144
|
+
|
|
145
|
+
### [0.0.62](https://github.com/KDJack/el-plus-crud/compare/v0.0.61...v0.0.62) (2023-08-29)
|
|
146
|
+
|
|
147
|
+
### [0.0.61](https://github.com/KDJack/el-plus-crud/compare/v0.0.60...v0.0.61) (2023-08-29)
|
|
148
|
+
|
|
149
|
+
### [0.0.60](https://github.com/KDJack/el-plus-crud/compare/v0.0.59...v0.0.60) (2023-08-28)
|
|
150
|
+
|
|
151
|
+
### [0.0.59](https://github.com/KDJack/el-plus-crud/compare/v0.0.58...v0.0.59) (2023-08-28)
|
|
152
|
+
|
|
153
|
+
### [0.0.58](https://github.com/KDJack/el-plus-crud/compare/v0.0.57...v0.0.58) (2023-08-28)
|
|
154
|
+
|
|
155
|
+
### [0.0.57](https://github.com/KDJack/el-plus-crud/compare/v0.0.54...v0.0.57) (2023-08-28)
|
|
156
|
+
|
|
157
|
+
### [0.0.56](https://github.com/KDJack/el-plus-crud/compare/v0.0.55...v0.0.56) (2023-08-27)
|
|
158
|
+
|
|
159
|
+
### [0.0.55](https://github.com/KDJack/el-plus-crud/compare/v0.0.52...v0.0.55) (2023-08-26)
|
|
160
|
+
|
|
161
|
+
### [0.0.54](https://github.com/KDJack/el-plus-crud/compare/v0.0.53...v0.0.54) (2023-08-25)
|
|
162
|
+
|
|
163
|
+
### [0.0.53](https://github.com/KDJack/el-plus-crud/compare/v0.0.52...v0.0.53) (2023-08-25)
|
|
164
|
+
|
|
165
|
+
### 0.0.52 (2023-08-25)
|
|
166
|
+
|
|
167
|
+
### [0.0.51](https://github.com/KDJack/el-plus-crud/compare/v0.0.50...v0.0.51) (2023-08-24)
|
|
168
|
+
|
|
169
|
+
### [0.0.50](https://github.com/KDJack/el-plus-crud/compare/v0.0.38...v0.0.50) (2023-08-21)
|
|
170
|
+
|
|
171
|
+
### [0.0.49](https://github.com/KDJack/el-plus-crud/compare/v0.0.48...v0.0.49) (2023-08-18)
|
|
172
|
+
|
|
173
|
+
### [0.0.48](https://github.com/KDJack/el-plus-crud/compare/v0.0.47...v0.0.48) (2023-08-18)
|
|
174
|
+
|
|
175
|
+
### [0.0.47](https://github.com/KDJack/el-plus-crud/compare/v0.0.46...v0.0.47) (2023-08-17)
|
|
176
|
+
|
|
177
|
+
### [0.0.46](https://github.com/KDJack/el-plus-crud/compare/v0.0.45...v0.0.46) (2023-08-17)
|
|
178
|
+
|
|
179
|
+
### [0.0.45](https://github.com/KDJack/el-plus-crud/compare/v0.0.44...v0.0.45) (2023-08-17)
|
|
180
|
+
|
|
181
|
+
### [0.0.44](https://github.com/KDJack/el-plus-crud/compare/v0.0.43...v0.0.44) (2023-08-16)
|
|
182
|
+
|
|
183
|
+
### [0.0.43](https://github.com/KDJack/el-plus-crud/compare/v0.0.42...v0.0.43) (2023-08-16)
|
|
184
|
+
|
|
185
|
+
### [0.0.42](https://github.com/KDJack/el-plus-crud/compare/v0.0.41...v0.0.42) (2023-08-16)
|
|
186
|
+
|
|
187
|
+
### 0.0.41 (2023-08-10)
|
|
188
|
+
|
|
189
|
+
### [0.0.40](https://github.com/KDJack/el-plus-crud/compare/v0.0.39...v0.0.40) (2023-08-08)
|
|
190
|
+
|
|
191
|
+
### [0.0.39](https://github.com/KDJack/el-plus-crud/compare/v0.0.35...v0.0.39) (2023-08-07)
|
|
192
|
+
|
|
193
|
+
### [0.0.38](https://github.com/KDJack/el-plus-crud/compare/v0.0.37...v0.0.38) (2023-08-05)
|
|
194
|
+
|
|
195
|
+
### 0.0.37 (2023-08-05)
|
|
196
|
+
|
|
197
|
+
### 0.0.36 (2023-08-05)
|
|
198
|
+
|
|
199
|
+
### [0.0.35](https://github.com/KDJack/el-plus-crud/compare/v0.0.34...v0.0.35) (2023-08-04)
|
|
200
|
+
|
|
201
|
+
### [0.0.34](https://github.com/KDJack/el-plus-crud/compare/v0.0.33...v0.0.34) (2023-08-03)
|
|
202
|
+
|
|
203
|
+
### [0.0.33](https://github.com/KDJack/el-plus-crud/compare/v0.0.32...v0.0.33) (2023-08-03)
|
|
204
|
+
|
|
205
|
+
### [0.0.32](https://github.com/KDJack/el-plus-crud/compare/v0.0.31...v0.0.32) (2023-08-03)
|
|
206
|
+
|
|
207
|
+
### [0.0.31](https://github.com/KDJack/el-plus-crud/compare/v0.0.30...v0.0.31) (2023-08-02)
|
|
208
|
+
|
|
209
|
+
### [0.0.30](https://github.com/KDJack/el-plus-crud/compare/v0.0.29...v0.0.30) (2023-08-02)
|
|
210
|
+
|
|
211
|
+
### [0.0.29](https://github.com/KDJack/el-plus-crud/compare/v0.0.28...v0.0.29) (2023-08-01)
|
|
212
|
+
|
|
213
|
+
### [0.0.28](https://github.com/KDJack/el-plus-crud/compare/v0.0.27...v0.0.28) (2023-07-28)
|
|
214
|
+
|
|
215
|
+
### [0.0.27](https://github.com/KDJack/el-plus-crud/compare/v0.0.26...v0.0.27) (2023-07-28)
|
|
216
|
+
|
|
217
|
+
### [0.0.26](https://github.com/KDJack/el-plus-crud/compare/v0.0.25...v0.0.26) (2023-07-27)
|
|
218
|
+
|
|
219
|
+
### [0.0.25](https://github.com/KDJack/el-plus-crud/compare/v0.0.24...v0.0.25) (2023-07-26)
|
|
220
|
+
|
|
221
|
+
### [0.0.24](https://github.com/KDJack/el-plus-crud/compare/v0.0.23...v0.0.24) (2023-07-20)
|
|
222
|
+
|
|
223
|
+
### [0.0.23](https://github.com/KDJack/el-plus-crud/compare/v0.0.22...v0.0.23) (2023-07-14)
|
|
224
|
+
|
|
225
|
+
### [0.0.22](https://github.com/KDJack/el-plus-crud/compare/v0.0.21...v0.0.22) (2023-07-14)
|
|
226
|
+
|
|
227
|
+
### [0.0.21](https://github.com/KDJack/el-plus-crud/compare/v0.0.20...v0.0.21) (2023-07-13)
|
|
228
|
+
|
|
229
|
+
### [0.0.20](https://github.com/KDJack/el-plus-crud/compare/v0.0.19...v0.0.20) (2023-07-13)
|
|
230
|
+
|
|
231
|
+
### [0.0.19](https://github.com/KDJack/el-plus-crud/compare/v0.0.18...v0.0.19) (2023-07-13)
|
|
232
|
+
|
|
233
|
+
### [0.0.18](https://github.com/KDJack/el-plus-crud/compare/v0.0.17...v0.0.18) (2023-07-13)
|
|
234
|
+
|
|
235
|
+
### [0.0.17](https://github.com/KDJack/el-plus-crud/compare/v0.0.16...v0.0.17) (2023-07-13)
|
|
236
|
+
|
|
237
|
+
### [0.0.16](https://github.com/KDJack/el-plus-crud/compare/v0.0.15...v0.0.16) (2023-07-13)
|
|
238
|
+
|
|
239
|
+
### [0.0.15](https://github.com/KDJack/el-plus-crud/compare/v0.0.14...v0.0.15) (2023-07-11)
|
|
240
|
+
|
|
241
|
+
### [0.0.14](https://github.com/KDJack/el-plus-crud/compare/v0.0.13...v0.0.14) (2023-07-11)
|
|
242
|
+
|
|
243
|
+
### 0.0.13 (2023-07-11)
|
|
244
|
+
|
|
245
|
+
### [0.0.12](https://github.com/KDJack/el-plus-crud/compare/v0.0.11...v0.0.12) (2023-07-10)
|
|
246
|
+
|
|
247
|
+
### [0.0.11](https://github.com/KDJack/el-plus-crud/compare/v0.0.10...v0.0.11) (2023-07-10)
|
|
248
|
+
|
|
249
|
+
### [0.0.10](https://github.com/KDJack/el-plus-crud/compare/v0.0.9...v0.0.10) (2023-07-10)
|
|
250
|
+
|
|
251
|
+
### [0.0.9](https://github.com/KDJack/el-plus-crud/compare/v0.0.8...v0.0.9) (2023-07-10)
|
|
252
|
+
|
|
253
|
+
### [0.0.8](https://github.com/KDJack/el-plus-crud/compare/v0.0.7...v0.0.8) (2023-07-10)
|
|
254
|
+
|
|
255
|
+
### [0.0.7](https://github.com/KDJack/el-plus-crud/compare/v0.0.6...v0.0.7) (2023-07-10)
|
|
256
|
+
|
|
257
|
+
### [0.0.6](https://github.com/KDJack/el-plus-crud/compare/v0.0.5...v0.0.6) (2023-07-10)
|
|
258
|
+
|
|
259
|
+
### [0.0.5](https://github.com/KDJack/el-plus-crud/compare/v0.0.4...v0.0.5) (2023-07-10)
|
|
260
|
+
|
|
261
|
+
### [0.0.4](https://github.com/KDJack/el-plus-crud/compare/v0.0.3...v0.0.4) (2023-07-10)
|
|
262
|
+
|
|
263
|
+
### [0.0.3](https://github.com/KDJack/el-plus-crud/compare/v0.0.2...v0.0.3) (2023-07-10)
|
|
264
|
+
|
|
265
|
+
### 0.0.2 (2023-07-10)
|
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2023 KDJack
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 KDJack
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# El-Plus-Curd 采用Vue3 + TS,封装的element-plus数据驱动表单、列表组件
|
|
2
|
-
|
|
3
|
-
# By K.D.Jack
|
|
4
|
-
|
|
5
|
-
# 项目环境要求
|
|
6
|
-
|
|
7
|
-
-NodeJs 版本:16.18.1
|
|
8
|
-
|
|
9
|
-
-代码格式化插件:prettier
|
|
10
|
-
|
|
11
|
-
# demo运行
|
|
12
|
-
|
|
13
|
-
```
|
|
14
|
-
yarn && yarn start
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
# 说明文档
|
|
18
|
-
|
|
19
|
-
## [El-Plus-Crud](https://kdjack.github.io/)
|
|
1
|
+
# El-Plus-Curd 采用Vue3 + TS,封装的element-plus数据驱动表单、列表组件
|
|
2
|
+
|
|
3
|
+
# By K.D.Jack
|
|
4
|
+
|
|
5
|
+
# 项目环境要求
|
|
6
|
+
|
|
7
|
+
-NodeJs 版本:16.18.1
|
|
8
|
+
|
|
9
|
+
-代码格式化插件:prettier
|
|
10
|
+
|
|
11
|
+
# demo运行
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
yarn && yarn start
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
# 说明文档
|
|
18
|
+
|
|
19
|
+
## [El-Plus-Crud](https://kdjack.github.io/)
|