el-plus 0.0.82 → 0.0.84
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 +12 -0
- package/dist/index.css +1 -1
- package/dist/index.full.js +201 -49
- package/dist/index.full.min.js +4 -4
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +4 -4
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +200 -51
- package/es/components/attachment/src/attachment.vue2.mjs +12 -2
- package/es/components/attachment/src/attachment.vue2.mjs.map +1 -1
- package/es/components/footer-info/index.d.ts +66 -0
- package/es/components/footer-info/index.mjs +8 -0
- package/es/components/footer-info/index.mjs.map +1 -0
- package/es/components/footer-info/src/footer-info.d.ts +28 -0
- package/es/components/footer-info/src/footer-info.mjs +43 -0
- package/es/components/footer-info/src/footer-info.mjs.map +1 -0
- package/es/components/footer-info/src/footer-info.vue.d.ts +34 -0
- package/es/components/footer-info/src/footer-info.vue.mjs +6 -0
- package/es/components/footer-info/src/footer-info.vue.mjs.map +1 -0
- package/es/components/footer-info/src/footer-info.vue2.mjs +65 -0
- package/es/components/footer-info/src/footer-info.vue2.mjs.map +1 -0
- package/es/components/footer-info/style/css.d.ts +2 -0
- package/es/components/footer-info/style/css.mjs +5 -0
- package/es/components/footer-info/style/css.mjs.map +1 -0
- package/es/components/footer-info/style/index.d.ts +2 -0
- package/es/components/footer-info/style/index.mjs +5 -0
- package/es/components/footer-info/style/index.mjs.map +1 -0
- package/es/components/form/index.d.ts +3 -0
- package/es/components/form/src/form-item-vue.mjs +1 -1
- package/es/components/form/src/form-item-vue.mjs.map +1 -1
- package/es/components/form/src/form.vue.d.ts +1 -0
- package/es/components/form/src/form.vue2.mjs +14 -3
- package/es/components/form/src/form.vue2.mjs.map +1 -1
- package/es/components/form/src/hooks/use-form-item.d.ts +1 -1
- package/es/components/form/src/hooks/use-form-item.mjs +7 -2
- package/es/components/form/src/hooks/use-form-item.mjs.map +1 -1
- package/es/components/form/src/hooks/use-form.d.ts +2 -0
- package/es/components/form/src/hooks/use-form.mjs +16 -2
- package/es/components/form/src/hooks/use-form.mjs.map +1 -1
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +2 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/search-list-page/index.d.ts +18 -6
- package/es/components/search-list-page/src/search-list-page.vue.d.ts +6 -2
- package/es/components/search-list-page/src/use-search-list-page.d.ts +6 -2
- package/es/components/table/index.d.ts +3 -0
- package/es/components/table/src/table.vue.d.ts +1 -0
- package/es/components/table/src/table.vue2.mjs +2 -0
- package/es/components/table/src/table.vue2.mjs.map +1 -1
- package/es/components/table/src/use-table.d.ts +1 -0
- package/es/components/table/src/use-table.mjs +4 -0
- package/es/components/table/src/use-table.mjs.map +1 -1
- package/es/components.mjs +3 -1
- package/es/components.mjs.map +1 -1
- package/es/hooks/dialog/use-dialog.d.ts +1 -0
- package/es/hooks/dialog/use-dialog.mjs +3 -0
- package/es/hooks/dialog/use-dialog.mjs.map +1 -1
- package/es/hooks/use-template-promise.d.ts +1 -0
- package/es/hooks/use-template-promise.mjs +1 -1
- package/es/hooks/use-template-promise.mjs.map +1 -1
- package/es/index.mjs +2 -0
- package/es/index.mjs.map +1 -1
- package/es/package.json.mjs +1 -1
- package/lib/components/attachment/src/attachment.vue2.js +12 -2
- package/lib/components/attachment/src/attachment.vue2.js.map +1 -1
- package/lib/components/footer-info/index.d.ts +66 -0
- package/lib/components/footer-info/index.js +15 -0
- package/lib/components/footer-info/index.js.map +1 -0
- package/lib/components/footer-info/src/footer-info.d.ts +28 -0
- package/lib/components/footer-info/src/footer-info.js +46 -0
- package/lib/components/footer-info/src/footer-info.js.map +1 -0
- package/lib/components/footer-info/src/footer-info.vue.d.ts +34 -0
- package/lib/components/footer-info/src/footer-info.vue.js +10 -0
- package/lib/components/footer-info/src/footer-info.vue.js.map +1 -0
- package/lib/components/footer-info/src/footer-info.vue2.js +69 -0
- package/lib/components/footer-info/src/footer-info.vue2.js.map +1 -0
- package/lib/components/footer-info/style/css.d.ts +2 -0
- package/lib/components/footer-info/style/css.js +7 -0
- package/lib/components/footer-info/style/css.js.map +1 -0
- package/lib/components/footer-info/style/index.d.ts +2 -0
- package/lib/components/footer-info/style/index.js +7 -0
- package/lib/components/footer-info/style/index.js.map +1 -0
- package/lib/components/form/index.d.ts +3 -0
- package/lib/components/form/src/form-item-vue.js +1 -1
- package/lib/components/form/src/form-item-vue.js.map +1 -1
- package/lib/components/form/src/form.vue.d.ts +1 -0
- package/lib/components/form/src/form.vue2.js +14 -3
- package/lib/components/form/src/form.vue2.js.map +1 -1
- package/lib/components/form/src/hooks/use-form-item.d.ts +1 -1
- package/lib/components/form/src/hooks/use-form-item.js +7 -2
- package/lib/components/form/src/hooks/use-form-item.js.map +1 -1
- package/lib/components/form/src/hooks/use-form.d.ts +2 -0
- package/lib/components/form/src/hooks/use-form.js +15 -1
- package/lib/components/form/src/hooks/use-form.js.map +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +5 -0
- package/lib/components/index.js.map +1 -1
- package/lib/components/search-list-page/index.d.ts +18 -6
- package/lib/components/search-list-page/src/search-list-page.vue.d.ts +6 -2
- package/lib/components/search-list-page/src/use-search-list-page.d.ts +6 -2
- package/lib/components/table/index.d.ts +3 -0
- package/lib/components/table/src/table.vue.d.ts +1 -0
- package/lib/components/table/src/table.vue2.js +2 -0
- package/lib/components/table/src/table.vue2.js.map +1 -1
- package/lib/components/table/src/use-table.d.ts +1 -0
- package/lib/components/table/src/use-table.js +4 -0
- package/lib/components/table/src/use-table.js.map +1 -1
- package/lib/components.js +3 -1
- package/lib/components.js.map +1 -1
- package/lib/hooks/dialog/use-dialog.d.ts +1 -0
- package/lib/hooks/dialog/use-dialog.js +3 -0
- package/lib/hooks/dialog/use-dialog.js.map +1 -1
- package/lib/hooks/use-template-promise.d.ts +1 -0
- package/lib/hooks/use-template-promise.js +1 -1
- package/lib/hooks/use-template-promise.js.map +1 -1
- package/lib/index.js +11 -6
- package/lib/index.js.map +1 -1
- package/lib/package.json.js +1 -1
- package/package.json +1 -1
- package/theme-chalk/attachment.css +1 -1
- package/theme-chalk/footer-info.css +1 -0
- package/theme-chalk/header.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/attachment.scss +3 -0
- package/theme-chalk/src/footer-info.scss +18 -0
- package/theme-chalk/src/header.scss +1 -1
- package/theme-chalk/src/index.scss +1 -0
- package/theme-chalk/src/table.scss +1 -0
- package/theme-chalk/src/title.scss +41 -43
- package/theme-chalk/table.css +1 -1
- package/theme-chalk/title.css +1 -1
|
@@ -2,53 +2,51 @@
|
|
|
2
2
|
@use 'common/var.scss' as *;
|
|
3
3
|
|
|
4
4
|
@include b(title) {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
5
|
+
$parent: &;
|
|
6
|
+
width: 100%;
|
|
7
|
+
@include e(header) {
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
line-height: 50px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@include e(title) {
|
|
13
|
+
font-size: 15px;
|
|
14
|
+
font-weight: 500;
|
|
15
|
+
float: left;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@include e(toggle) {
|
|
19
|
+
display: inline-block;
|
|
20
|
+
font-weight: 400;
|
|
21
|
+
color: $color-priamy;
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
font-size: 14px;
|
|
24
|
+
margin-left: 10px;
|
|
25
|
+
display: inline-block;
|
|
26
|
+
white-space: nowrap;
|
|
27
|
+
|
|
28
|
+
.el-icon {
|
|
29
|
+
vertical-align: -2px;
|
|
30
|
+
transition: transform 0.3s;
|
|
16
31
|
}
|
|
32
|
+
}
|
|
17
33
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
color: $color-priamy;
|
|
22
|
-
cursor: pointer;
|
|
23
|
-
font-size: 14px;
|
|
24
|
-
margin-left: 10px;
|
|
25
|
-
display: inline-block;
|
|
26
|
-
white-space: nowrap;
|
|
27
|
-
|
|
34
|
+
@include is(expanded) {
|
|
35
|
+
#{$parent} {
|
|
36
|
+
@include e(toggle) {
|
|
28
37
|
.el-icon {
|
|
29
|
-
|
|
30
|
-
transition: transform .3s;
|
|
38
|
+
transform: rotate(-180deg);
|
|
31
39
|
}
|
|
32
|
-
|
|
40
|
+
}
|
|
33
41
|
}
|
|
42
|
+
}
|
|
34
43
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
.el-icon {
|
|
39
|
-
transform: rotate(-180deg);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
@include e(buttons) {
|
|
46
|
-
float: right;
|
|
47
|
-
}
|
|
44
|
+
@include e(buttons) {
|
|
45
|
+
float: right;
|
|
46
|
+
}
|
|
48
47
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
48
|
+
@include e(content) {
|
|
49
|
+
overflow: hidden;
|
|
50
|
+
transition: max-height 0.3s ease-in-out;
|
|
51
|
+
}
|
|
52
|
+
}
|
package/theme-chalk/table.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.ep-table__action-buttons{white-space:nowrap}.ep-table .el-table{font-size:13px}.ep-table .el-table .el-table__cell .is-edit{cursor:pointer}.ep-table .el-table .el-table__cell .is-edit:hover{color:#409eff}.ep-table .el-table .el-table__cell .is-edit .el-icon{vertical-align:-2px}.ep-table .el-table .el-table__cell.is-center .el-link{margin:0 auto;text-align:center}.ep-table .el-table .cell{line-height:30px}.ep-table .el-table thead tr th{height:42px}.ep-table .el-table thead tr th .cell{line-height:20px}.ep-table .el-table thead tr th .el-checkbox__inner{height:14px;width:14px}.ep-table .el-table td,.ep-table .el-table th{padding:3px 0}.ep-table .el-form-item__error{position:unset;text-align:left}.ep-table .el-form-item{margin-bottom:0}.ep-table .el-form-item .el-form-item__label{padding:0}.ep-table .el-pagination{margin-top:12px;--el-pagination-font-size:13px}.ep-table .el-pagination .el-select{--el-select-font-size:13px}.ep-table .el-pagination .el-select .el-select__wrapper{font-size:13px}
|
|
1
|
+
.ep-table{width:100%}.ep-table__action-buttons{white-space:nowrap}.ep-table .el-table{font-size:13px}.ep-table .el-table .el-table__cell .is-edit{cursor:pointer}.ep-table .el-table .el-table__cell .is-edit:hover{color:#409eff}.ep-table .el-table .el-table__cell .is-edit .el-icon{vertical-align:-2px}.ep-table .el-table .el-table__cell.is-center .el-link{margin:0 auto;text-align:center}.ep-table .el-table .cell{line-height:30px}.ep-table .el-table thead tr th{height:42px}.ep-table .el-table thead tr th .cell{line-height:20px}.ep-table .el-table thead tr th .el-checkbox__inner{height:14px;width:14px}.ep-table .el-table td,.ep-table .el-table th{padding:3px 0}.ep-table .el-form-item__error{position:unset;text-align:left}.ep-table .el-form-item{margin-bottom:0}.ep-table .el-form-item .el-form-item__label{padding:0}.ep-table .el-pagination{margin-top:12px;--el-pagination-font-size:13px}.ep-table .el-pagination .el-select{--el-select-font-size:13px}.ep-table .el-pagination .el-select .el-select__wrapper{font-size:13px}
|
package/theme-chalk/title.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.ep-title__header{line-height:50px;overflow:hidden}.ep-title__title{float:left;font-size:15px;font-weight:500}.ep-title__toggle{color:#409eff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;margin-left:10px;white-space:nowrap}.ep-title__toggle .el-icon{transition:transform .3s;vertical-align:-2px}.ep-title.is-expanded .ep-title__toggle .el-icon{transform:rotate(-180deg)}.ep-title__buttons{float:right}.ep-title__content{overflow:hidden;transition:max-height .3s ease-in-out}
|
|
1
|
+
.ep-title{width:100%}.ep-title__header{line-height:50px;overflow:hidden}.ep-title__title{float:left;font-size:15px;font-weight:500}.ep-title__toggle{color:#409eff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;margin-left:10px;white-space:nowrap}.ep-title__toggle .el-icon{transition:transform .3s;vertical-align:-2px}.ep-title.is-expanded .ep-title__toggle .el-icon{transform:rotate(-180deg)}.ep-title__buttons{float:right}.ep-title__content{overflow:hidden;transition:max-height .3s ease-in-out}
|