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.
Files changed (80) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.full.js +28 -18
  4. package/dist/index.full.min.js +4 -4
  5. package/dist/index.full.min.js.map +1 -1
  6. package/dist/index.full.min.mjs +4 -4
  7. package/dist/index.full.min.mjs.map +1 -1
  8. package/dist/index.full.mjs +29 -19
  9. package/docs/components/use-choose-dialog.md +0 -1
  10. package/docs/components/use-confirm-dialog.md +0 -1
  11. package/docs/components/use-form-dialog.md +0 -1
  12. package/es/components/custom-column/index.d.ts +12 -12
  13. package/es/components/custom-column/src/custom-column.d.ts +2 -2
  14. package/es/components/custom-column/src/custom-column.vue.d.ts +6 -6
  15. package/es/components/input/src/input.vue2.mjs +4 -4
  16. package/es/components/input/src/input.vue2.mjs.map +1 -1
  17. package/es/components/search-list-page/index.d.ts +84 -84
  18. package/es/components/search-list-page/src/search-list-page.d.ts +5 -5
  19. package/es/components/search-list-page/src/search-list-page.vue.d.ts +33 -33
  20. package/es/components/search-list-page/src/search-list-page.vue2.mjs +7 -4
  21. package/es/components/search-list-page/src/search-list-page.vue2.mjs.map +1 -1
  22. package/es/components/search-list-page/src/use-search-list-page.d.ts +26 -26
  23. package/es/components/search-list-page/src/use-search-list-page.mjs +14 -7
  24. package/es/components/search-list-page/src/use-search-list-page.mjs.map +1 -1
  25. package/es/components/select/index.d.ts +9 -9
  26. package/es/components/select/src/select.d.ts +3 -3
  27. package/es/components/select/src/select.vue.d.ts +6 -6
  28. package/es/components/table/index.d.ts +21 -21
  29. package/es/components/table/src/table.d.ts +5 -5
  30. package/es/components/table/src/table.vue.d.ts +12 -12
  31. package/es/components/table/src/table.vue2.mjs +2 -1
  32. package/es/components/table/src/table.vue2.mjs.map +1 -1
  33. package/es/hooks/dialog/use-dialog.mjs +0 -1
  34. package/es/hooks/dialog/use-dialog.mjs.map +1 -1
  35. package/es/hooks/use-request.d.ts +1 -1
  36. package/es/hooks/use-request.mjs.map +1 -1
  37. package/es/package.json.mjs +1 -1
  38. package/es/types/index.d.ts +0 -1
  39. package/es/utils/http/core/types.d.ts +6 -1
  40. package/es/utils/props.d.ts +1 -1
  41. package/es/utils/props.mjs.map +1 -1
  42. package/lib/components/custom-column/index.d.ts +12 -12
  43. package/lib/components/custom-column/src/custom-column.d.ts +2 -2
  44. package/lib/components/custom-column/src/custom-column.vue.d.ts +6 -6
  45. package/lib/components/input/src/input.vue2.js +3 -3
  46. package/lib/components/input/src/input.vue2.js.map +1 -1
  47. package/lib/components/search-list-page/index.d.ts +84 -84
  48. package/lib/components/search-list-page/src/search-list-page.d.ts +5 -5
  49. package/lib/components/search-list-page/src/search-list-page.vue.d.ts +33 -33
  50. package/lib/components/search-list-page/src/search-list-page.vue2.js +7 -4
  51. package/lib/components/search-list-page/src/search-list-page.vue2.js.map +1 -1
  52. package/lib/components/search-list-page/src/use-search-list-page.d.ts +26 -26
  53. package/lib/components/search-list-page/src/use-search-list-page.js +14 -7
  54. package/lib/components/search-list-page/src/use-search-list-page.js.map +1 -1
  55. package/lib/components/select/index.d.ts +9 -9
  56. package/lib/components/select/src/select.d.ts +3 -3
  57. package/lib/components/select/src/select.vue.d.ts +6 -6
  58. package/lib/components/table/index.d.ts +21 -21
  59. package/lib/components/table/src/table.d.ts +5 -5
  60. package/lib/components/table/src/table.vue.d.ts +12 -12
  61. package/lib/components/table/src/table.vue2.js +2 -1
  62. package/lib/components/table/src/table.vue2.js.map +1 -1
  63. package/lib/hooks/dialog/use-dialog.js +0 -1
  64. package/lib/hooks/dialog/use-dialog.js.map +1 -1
  65. package/lib/hooks/use-request.d.ts +1 -1
  66. package/lib/hooks/use-request.js.map +1 -1
  67. package/lib/package.json.js +1 -1
  68. package/lib/types/index.d.ts +0 -1
  69. package/lib/utils/http/core/types.d.ts +6 -1
  70. package/lib/utils/props.d.ts +1 -1
  71. package/lib/utils/props.js.map +1 -1
  72. package/package.json +1 -1
  73. package/theme-chalk/index.css +1 -1
  74. package/theme-chalk/search-list-page.css +1 -1
  75. package/theme-chalk/src/index.scss +1 -0
  76. package/theme-chalk/src/search-list-page.scss +1 -1
  77. package/theme-chalk/src/tabs.scss +56 -0
  78. package/theme-chalk/tabs.css +1 -0
  79. package/es/types/axios.d.ts +0 -13
  80. 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}
@@ -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
@@ -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