el-plus-crud 0.0.35 → 0.0.39
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/CHANGELOG.md +75 -67
- package/dist/el-plus-crud.mjs +2317 -2287
- package/dist/el-plus-crud.umd.js +14 -14
- package/dist/style.css +1 -1
- package/lib/components/el-plus-form/ElPlusForm.vue +2 -0
- package/lib/components/el-plus-form/components/ElPlusFormCascaderPanel.vue +3 -1
- package/lib/components/el-plus-form/components/ElPlusFormCheckbox.vue +3 -1
- package/lib/components/el-plus-form/components/ElPlusFormCheckboxButton.vue +3 -1
- package/lib/components/el-plus-form/components/ElPlusFormDaterange.vue +3 -1
- package/lib/components/el-plus-form/components/ElPlusFormDatetime.vue +3 -1
- package/lib/components/el-plus-form/components/ElPlusFormDatetimerange.vue +3 -1
- package/lib/components/el-plus-form/components/ElPlusFormInput.vue +61 -59
- package/lib/components/el-plus-form/components/ElPlusFormNbinput.vue +3 -1
- package/lib/components/el-plus-form/components/ElPlusFormNumber.vue +3 -1
- package/lib/components/el-plus-form/components/ElPlusFormPassword.vue +43 -41
- package/lib/components/el-plus-form/components/ElPlusFormQuickInput.vue +3 -1
- package/lib/components/el-plus-form/components/ElPlusFormTextarea.vue +3 -1
- package/lib/components/el-plus-table/ElPlusTable.vue +773 -767
- package/lib/components/el-plus-table/components/settingColumn.vue +178 -178
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,70 +2,78 @@
|
|
|
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.0.
|
|
6
|
-
|
|
7
|
-
### [0.0.
|
|
8
|
-
|
|
9
|
-
###
|
|
10
|
-
|
|
11
|
-
###
|
|
12
|
-
|
|
13
|
-
### [0.0.
|
|
14
|
-
|
|
15
|
-
### [0.0.
|
|
16
|
-
|
|
17
|
-
### [0.0.
|
|
18
|
-
|
|
19
|
-
### [0.0.
|
|
20
|
-
|
|
21
|
-
### [0.0.
|
|
22
|
-
|
|
23
|
-
### [0.0.
|
|
24
|
-
|
|
25
|
-
### [0.0.
|
|
26
|
-
|
|
27
|
-
### [0.0.
|
|
28
|
-
|
|
29
|
-
### [0.0.
|
|
30
|
-
|
|
31
|
-
### [0.0.
|
|
32
|
-
|
|
33
|
-
### [0.0.
|
|
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
|
-
###
|
|
58
|
-
|
|
59
|
-
### [0.0.
|
|
60
|
-
|
|
61
|
-
### [0.0.
|
|
62
|
-
|
|
63
|
-
### [0.0.
|
|
64
|
-
|
|
65
|
-
### [0.0.
|
|
66
|
-
|
|
67
|
-
### [0.0.
|
|
68
|
-
|
|
69
|
-
### [0.0.
|
|
70
|
-
|
|
71
|
-
### 0.0.
|
|
5
|
+
### [0.0.39](https://github.com/KDJack/el-plus-crud/compare/v0.0.35...v0.0.39) (2023-08-07)
|
|
6
|
+
|
|
7
|
+
### [0.0.38](https://github.com/KDJack/el-plus-crud/compare/v0.0.37...v0.0.38) (2023-08-05)
|
|
8
|
+
|
|
9
|
+
### 0.0.37 (2023-08-05)
|
|
10
|
+
|
|
11
|
+
### 0.0.36 (2023-08-05)
|
|
12
|
+
|
|
13
|
+
### [0.0.35](https://github.com/KDJack/el-plus-crud/compare/v0.0.34...v0.0.35) (2023-08-04)
|
|
14
|
+
|
|
15
|
+
### [0.0.34](https://github.com/KDJack/el-plus-crud/compare/v0.0.33...v0.0.34) (2023-08-03)
|
|
16
|
+
|
|
17
|
+
### [0.0.33](https://github.com/KDJack/el-plus-crud/compare/v0.0.32...v0.0.33) (2023-08-03)
|
|
18
|
+
|
|
19
|
+
### [0.0.32](https://github.com/KDJack/el-plus-crud/compare/v0.0.31...v0.0.32) (2023-08-03)
|
|
20
|
+
|
|
21
|
+
### [0.0.31](https://github.com/KDJack/el-plus-crud/compare/v0.0.30...v0.0.31) (2023-08-02)
|
|
22
|
+
|
|
23
|
+
### [0.0.30](https://github.com/KDJack/el-plus-crud/compare/v0.0.29...v0.0.30) (2023-08-02)
|
|
24
|
+
|
|
25
|
+
### [0.0.29](https://github.com/KDJack/el-plus-crud/compare/v0.0.28...v0.0.29) (2023-08-01)
|
|
26
|
+
|
|
27
|
+
### [0.0.28](https://github.com/KDJack/el-plus-crud/compare/v0.0.27...v0.0.28) (2023-07-28)
|
|
28
|
+
|
|
29
|
+
### [0.0.27](https://github.com/KDJack/el-plus-crud/compare/v0.0.26...v0.0.27) (2023-07-28)
|
|
30
|
+
|
|
31
|
+
### [0.0.26](https://github.com/KDJack/el-plus-crud/compare/v0.0.25...v0.0.26) (2023-07-27)
|
|
32
|
+
|
|
33
|
+
### [0.0.25](https://github.com/KDJack/el-plus-crud/compare/v0.0.24...v0.0.25) (2023-07-26)
|
|
34
|
+
|
|
35
|
+
### [0.0.24](https://github.com/KDJack/el-plus-crud/compare/v0.0.23...v0.0.24) (2023-07-20)
|
|
36
|
+
|
|
37
|
+
### [0.0.23](https://github.com/KDJack/el-plus-crud/compare/v0.0.22...v0.0.23) (2023-07-14)
|
|
38
|
+
|
|
39
|
+
### [0.0.22](https://github.com/KDJack/el-plus-crud/compare/v0.0.21...v0.0.22) (2023-07-14)
|
|
40
|
+
|
|
41
|
+
### [0.0.21](https://github.com/KDJack/el-plus-crud/compare/v0.0.20...v0.0.21) (2023-07-13)
|
|
42
|
+
|
|
43
|
+
### [0.0.20](https://github.com/KDJack/el-plus-crud/compare/v0.0.19...v0.0.20) (2023-07-13)
|
|
44
|
+
|
|
45
|
+
### [0.0.19](https://github.com/KDJack/el-plus-crud/compare/v0.0.18...v0.0.19) (2023-07-13)
|
|
46
|
+
|
|
47
|
+
### [0.0.18](https://github.com/KDJack/el-plus-crud/compare/v0.0.17...v0.0.18) (2023-07-13)
|
|
48
|
+
|
|
49
|
+
### [0.0.17](https://github.com/KDJack/el-plus-crud/compare/v0.0.16...v0.0.17) (2023-07-13)
|
|
50
|
+
|
|
51
|
+
### [0.0.16](https://github.com/KDJack/el-plus-crud/compare/v0.0.15...v0.0.16) (2023-07-13)
|
|
52
|
+
|
|
53
|
+
### [0.0.15](https://github.com/KDJack/el-plus-crud/compare/v0.0.14...v0.0.15) (2023-07-11)
|
|
54
|
+
|
|
55
|
+
### [0.0.14](https://github.com/KDJack/el-plus-crud/compare/v0.0.13...v0.0.14) (2023-07-11)
|
|
56
|
+
|
|
57
|
+
### 0.0.13 (2023-07-11)
|
|
58
|
+
|
|
59
|
+
### [0.0.12](https://github.com/KDJack/el-plus-crud/compare/v0.0.11...v0.0.12) (2023-07-10)
|
|
60
|
+
|
|
61
|
+
### [0.0.11](https://github.com/KDJack/el-plus-crud/compare/v0.0.10...v0.0.11) (2023-07-10)
|
|
62
|
+
|
|
63
|
+
### [0.0.10](https://github.com/KDJack/el-plus-crud/compare/v0.0.9...v0.0.10) (2023-07-10)
|
|
64
|
+
|
|
65
|
+
### [0.0.9](https://github.com/KDJack/el-plus-crud/compare/v0.0.8...v0.0.9) (2023-07-10)
|
|
66
|
+
|
|
67
|
+
### [0.0.8](https://github.com/KDJack/el-plus-crud/compare/v0.0.7...v0.0.8) (2023-07-10)
|
|
68
|
+
|
|
69
|
+
### [0.0.7](https://github.com/KDJack/el-plus-crud/compare/v0.0.6...v0.0.7) (2023-07-10)
|
|
70
|
+
|
|
71
|
+
### [0.0.6](https://github.com/KDJack/el-plus-crud/compare/v0.0.5...v0.0.6) (2023-07-10)
|
|
72
|
+
|
|
73
|
+
### [0.0.5](https://github.com/KDJack/el-plus-crud/compare/v0.0.4...v0.0.5) (2023-07-10)
|
|
74
|
+
|
|
75
|
+
### [0.0.4](https://github.com/KDJack/el-plus-crud/compare/v0.0.3...v0.0.4) (2023-07-10)
|
|
76
|
+
|
|
77
|
+
### [0.0.3](https://github.com/KDJack/el-plus-crud/compare/v0.0.2...v0.0.3) (2023-07-10)
|
|
78
|
+
|
|
79
|
+
### 0.0.2 (2023-07-10)
|