el-plus 0.0.101 → 0.0.103
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 +28 -18
- 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 +29 -19
- package/docs/components/use-choose-dialog.md +0 -1
- package/docs/components/use-confirm-dialog.md +0 -1
- package/docs/components/use-form-dialog.md +0 -1
- package/es/components/custom-column/index.d.ts +12 -12
- package/es/components/custom-column/src/custom-column.d.ts +2 -2
- package/es/components/custom-column/src/custom-column.vue.d.ts +6 -6
- package/es/components/input/src/input.vue2.mjs +4 -4
- package/es/components/input/src/input.vue2.mjs.map +1 -1
- package/es/components/search-list-page/index.d.ts +84 -84
- package/es/components/search-list-page/src/search-list-page.d.ts +5 -5
- package/es/components/search-list-page/src/search-list-page.vue.d.ts +33 -33
- package/es/components/search-list-page/src/search-list-page.vue2.mjs +7 -4
- package/es/components/search-list-page/src/search-list-page.vue2.mjs.map +1 -1
- package/es/components/search-list-page/src/use-search-list-page.d.ts +26 -26
- package/es/components/search-list-page/src/use-search-list-page.mjs +14 -7
- package/es/components/search-list-page/src/use-search-list-page.mjs.map +1 -1
- package/es/components/select/index.d.ts +9 -9
- package/es/components/select/src/select.d.ts +3 -3
- package/es/components/select/src/select.vue.d.ts +6 -6
- package/es/components/table/index.d.ts +21 -21
- package/es/components/table/src/table.d.ts +5 -5
- package/es/components/table/src/table.vue.d.ts +12 -12
- package/es/components/table/src/table.vue2.mjs +2 -1
- package/es/components/table/src/table.vue2.mjs.map +1 -1
- package/es/hooks/dialog/use-dialog.mjs +0 -1
- package/es/hooks/dialog/use-dialog.mjs.map +1 -1
- package/es/hooks/use-request.d.ts +1 -1
- package/es/hooks/use-request.mjs.map +1 -1
- package/es/package.json.mjs +1 -1
- package/es/types/index.d.ts +0 -1
- package/es/utils/http/core/types.d.ts +6 -1
- package/es/utils/props.d.ts +1 -1
- package/es/utils/props.mjs.map +1 -1
- package/lib/components/custom-column/index.d.ts +12 -12
- package/lib/components/custom-column/src/custom-column.d.ts +2 -2
- package/lib/components/custom-column/src/custom-column.vue.d.ts +6 -6
- package/lib/components/input/src/input.vue2.js +3 -3
- package/lib/components/input/src/input.vue2.js.map +1 -1
- package/lib/components/search-list-page/index.d.ts +84 -84
- package/lib/components/search-list-page/src/search-list-page.d.ts +5 -5
- package/lib/components/search-list-page/src/search-list-page.vue.d.ts +33 -33
- package/lib/components/search-list-page/src/search-list-page.vue2.js +7 -4
- package/lib/components/search-list-page/src/search-list-page.vue2.js.map +1 -1
- package/lib/components/search-list-page/src/use-search-list-page.d.ts +26 -26
- package/lib/components/search-list-page/src/use-search-list-page.js +14 -7
- package/lib/components/search-list-page/src/use-search-list-page.js.map +1 -1
- package/lib/components/select/index.d.ts +9 -9
- package/lib/components/select/src/select.d.ts +3 -3
- package/lib/components/select/src/select.vue.d.ts +6 -6
- package/lib/components/table/index.d.ts +21 -21
- package/lib/components/table/src/table.d.ts +5 -5
- package/lib/components/table/src/table.vue.d.ts +12 -12
- package/lib/components/table/src/table.vue2.js +2 -1
- package/lib/components/table/src/table.vue2.js.map +1 -1
- package/lib/hooks/dialog/use-dialog.js +0 -1
- package/lib/hooks/dialog/use-dialog.js.map +1 -1
- package/lib/hooks/use-request.d.ts +1 -1
- package/lib/hooks/use-request.js.map +1 -1
- package/lib/package.json.js +1 -1
- package/lib/types/index.d.ts +0 -1
- package/lib/utils/http/core/types.d.ts +6 -1
- package/lib/utils/props.d.ts +1 -1
- package/lib/utils/props.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/search-list-page.css +1 -1
- package/theme-chalk/src/index.scss +1 -0
- package/theme-chalk/src/search-list-page.scss +1 -1
- package/theme-chalk/src/tabs.scss +56 -0
- package/theme-chalk/tabs.css +1 -0
- package/es/types/axios.d.ts +0 -13
- package/lib/types/axios.d.ts +0 -13
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
@use 'mixins/mixins.scss' as *;
|
|
2
|
+
@use 'common/var.scss' as *;
|
|
3
|
+
|
|
4
|
+
@include b(tabs) {
|
|
5
|
+
.el-tabs__header {
|
|
6
|
+
height: 32px;
|
|
7
|
+
line-height: 32px;
|
|
8
|
+
|
|
9
|
+
.el-tabs__nav {
|
|
10
|
+
border: 0;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.el-tabs__nav-wrap {
|
|
15
|
+
margin-bottom: -2px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.el-tabs__item {
|
|
19
|
+
line-height: 32px;
|
|
20
|
+
height: 32px;
|
|
21
|
+
font-weight: 500;
|
|
22
|
+
color: #999;
|
|
23
|
+
border-radius: 2px 2px 0 0;
|
|
24
|
+
margin-right: 4px;
|
|
25
|
+
border: 1px solid transparent !important;
|
|
26
|
+
margin-top: 0 !important;
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
&:not(.is-active) {
|
|
30
|
+
background: #f2f2f2;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&.is-active {
|
|
34
|
+
color: #367ef5;
|
|
35
|
+
border-color: #e4e7ed !important;
|
|
36
|
+
border-bottom-color: #fff !important;
|
|
37
|
+
margin-bottom: 1px;
|
|
38
|
+
;
|
|
39
|
+
|
|
40
|
+
// margin-top: 0;
|
|
41
|
+
&:before {
|
|
42
|
+
content: "";
|
|
43
|
+
background: #367ef5;
|
|
44
|
+
display: inline-block;
|
|
45
|
+
border-radius: 0 4px 4px 0;
|
|
46
|
+
width: 4px;
|
|
47
|
+
height: 14px;
|
|
48
|
+
margin-right: 10px;
|
|
49
|
+
vertical-align: middle;
|
|
50
|
+
line-height: normal;
|
|
51
|
+
text-align: left;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ep-tabs .el-tabs__header{height:32px;line-height:32px}.ep-tabs .el-tabs__header .el-tabs__nav{border:0}.ep-tabs .el-tabs__nav-wrap{margin-bottom:-2px}.ep-tabs .el-tabs__item{border:1px solid transparent!important;border-radius:2px 2px 0 0;color:#999;font-weight:500;height:32px;line-height:32px;margin-right:4px;margin-top:0!important}.ep-tabs .el-tabs__item:not(.is-active){background:#f2f2f2}.ep-tabs .el-tabs__item.is-active{border-color:#e4e7ed #e4e7ed #fff!important;color:#367ef5;margin-bottom:1px}.ep-tabs .el-tabs__item.is-active:before{background:#367ef5;border-radius:0 4px 4px 0;content:"";display:inline-block;height:14px;line-height:normal;margin-right:10px;text-align:left;vertical-align:middle;width:4px}
|
package/es/types/axios.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios'
|
|
2
|
-
export type { Method } from 'axios'
|
|
3
|
-
export type ApiFunction = (
|
|
4
|
-
params?: Record<string, unknown>,
|
|
5
|
-
) => Promise<AxiosResponse>
|
|
6
|
-
/** API 路径或函数 */
|
|
7
|
-
export type Api = string | ApiFunction
|
|
8
|
-
/** 请求前拦截钩子类型 */
|
|
9
|
-
export type ReqBefore = (
|
|
10
|
-
config: AxiosRequestConfig,
|
|
11
|
-
) => AxiosRequestConfig | void
|
|
12
|
-
/** 响应后拦截钩子类型 */
|
|
13
|
-
export type ReqAfter = (response: AxiosResponse) => void
|
package/lib/types/axios.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios'
|
|
2
|
-
export type { Method } from 'axios'
|
|
3
|
-
export type ApiFunction = (
|
|
4
|
-
params?: Record<string, unknown>,
|
|
5
|
-
) => Promise<AxiosResponse>
|
|
6
|
-
/** API 路径或函数 */
|
|
7
|
-
export type Api = string | ApiFunction
|
|
8
|
-
/** 请求前拦截钩子类型 */
|
|
9
|
-
export type ReqBefore = (
|
|
10
|
-
config: AxiosRequestConfig,
|
|
11
|
-
) => AxiosRequestConfig | void
|
|
12
|
-
/** 响应后拦截钩子类型 */
|
|
13
|
-
export type ReqAfter = (response: AxiosResponse) => void
|