knt-shared 1.2.4 → 1.2.6

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/dist/style.css CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
- .basic-upload[data-v-c83c45f0] {
2
+ .basic-upload[data-v-03d56780] {
3
3
  width: 100%;
4
4
  }
5
- .upload-card-button[data-v-c83c45f0] {
5
+ .upload-card-button[data-v-03d56780] {
6
6
  display: flex;
7
7
  flex-direction: column;
8
8
  align-items: center;
@@ -17,93 +17,91 @@
17
17
  border-color: #e5e7eb;
18
18
  border-radius: 6px;
19
19
  }
20
- .upload-card-button .arco-icon[data-v-c83c45f0] {
20
+ .upload-card-button .arco-icon[data-v-03d56780] {
21
21
  font-size: 24px;
22
22
  margin-bottom: 8px;
23
23
  }
24
- .upload-text[data-v-c83c45f0] {
24
+ .upload-text[data-v-03d56780] {
25
25
  margin-top: 8px;
26
26
  font-size: 12px;
27
27
  }
28
- .upload-tip[data-v-c83c45f0] {
28
+ .upload-tip[data-v-03d56780] {
29
29
  color: var(--color-text-3);
30
30
  font-size: 12px;
31
31
  line-height: 1.5;
32
32
  margin-top: 8px;
33
33
  }
34
- [data-v-c83c45f0] .arco-upload-list-picture {
35
- width: var(--v439946ba) !important;
36
- height: var(--v439946ba) !important;
37
- line-height: var(--v439946ba) !important;
34
+ [data-v-03d56780] .arco-upload-list-picture {
35
+ width: var(--f530bac6) !important;
36
+ height: var(--f530bac6) !important;
37
+ line-height: var(--f530bac6) !important;
38
38
  }
39
- [data-v-c83c45f0] .arco-upload-list-picture img {
39
+ [data-v-03d56780] .arco-upload-list-picture img {
40
40
  width: 100%;
41
41
  height: 100%;
42
42
  object-fit: cover;
43
43
  }
44
44
 
45
45
  /* 遮罩层 - 修复操作图标位置 */
46
- [data-v-c83c45f0] .arco-upload-list-picture-mask {
47
- line-height: var(--v439946ba) !important;
46
+ [data-v-03d56780] .arco-upload-list-picture-mask {
47
+ line-height: var(--f530bac6) !important;
48
48
  }
49
49
 
50
50
  /* 操作按钮容器 - 根据尺寸调整图标大小 */
51
- [data-v-c83c45f0] .arco-upload-list-picture-operation {
52
- font-size: calc(var(--v439946ba) / 80 * 14px) !important;
51
+ [data-v-03d56780] .arco-upload-list-picture-operation {
52
+ font-size: calc(var(--f530bac6) / 80 * 14px) !important;
53
53
  }
54
54
 
55
55
  /* 错误提示图标 - 根据尺寸调整图标大小 */
56
- [data-v-c83c45f0] .arco-upload-list-picture-error-tip .arco-upload-icon-error {
57
- font-size: calc(var(--v439946ba) / 80 * 26px) !important;
56
+ [data-v-03d56780] .arco-upload-list-picture-error-tip .arco-upload-icon-error {
57
+ font-size: calc(var(--f530bac6) / 80 * 26px) !important;
58
58
  }
59
59
 
60
- .basic-table-wrapper[data-v-04667d35] {
60
+ .basic-table-wrapper[data-v-7a27a6be] {
61
61
  background: var(--color-bg-2, #fff);
62
62
  border-radius: 4px;
63
63
  padding: 16px;
64
64
  }
65
- .basic-table-toolbar[data-v-04667d35] {
65
+ .basic-table-toolbar[data-v-7a27a6be] {
66
66
  display: flex;
67
67
  justify-content: space-between;
68
68
  align-items: center;
69
69
  /* padding: 12px 0; */
70
70
  margin-bottom: 12px;
71
71
  }
72
- .toolbar-left[data-v-04667d35] {
72
+ .toolbar-left[data-v-7a27a6be] {
73
73
  display: flex;
74
74
  align-items: center;
75
75
  }
76
- .toolbar-title[data-v-04667d35] {
76
+ .toolbar-title[data-v-7a27a6be] {
77
77
  font-size: 16px;
78
78
  font-weight: 600;
79
79
  color: var(--color-text-1, #1d2129);
80
80
  }
81
- .toolbar-right[data-v-04667d35] {
81
+ .toolbar-right[data-v-7a27a6be] {
82
82
  display: flex;
83
83
  align-items: center;
84
84
  }
85
- .basic-table-search[data-v-04667d35] {
85
+ .basic-table-search[data-v-7a27a6be] {
86
86
  /* margin-bottom: 16px; */
87
87
  /* padding: 16px; */
88
88
  background: var(--color-bg-1, #fff);
89
89
  border-radius: 4px;
90
90
  padding: 10px 0;
91
91
  }
92
- .basic-table-search .arco-form-layout-inline[data-v-04667d35] {
93
- }
94
- .column-setting[data-v-04667d35] {
92
+ .column-setting[data-v-7a27a6be] {
95
93
  width: 200px;
96
94
  max-height: 400px;
97
95
  overflow-y: auto;
98
96
  }
99
- .column-setting-item[data-v-04667d35] {
97
+ .column-setting-item[data-v-7a27a6be] {
100
98
  padding: 8px 0;
101
99
  }
102
100
 
103
- .modal-wrapper[data-v-860bd3ac] {
101
+ .modal-wrapper[data-v-68fed17a] {
104
102
  padding: 0;
105
103
  }
106
- .modal-title-actions[data-v-860bd3ac] {
104
+ .modal-title-actions[data-v-68fed17a] {
107
105
  position: absolute;
108
106
  right: 0;
109
107
  top: 50%;
@@ -113,19 +111,19 @@
113
111
  gap: 0.5rem;
114
112
  pointer-events: auto;
115
113
  }
116
- .modal-title-actions.has-close[data-v-860bd3ac] {
114
+ .modal-title-actions.has-close[data-v-68fed17a] {
117
115
  right: 1.5rem;
118
116
  }
119
- .cursor-help[data-v-860bd3ac] {
117
+ .cursor-help[data-v-68fed17a] {
120
118
  cursor: help;
121
119
  }
122
- .cursor-pointer[data-v-860bd3ac] {
120
+ .cursor-pointer[data-v-68fed17a] {
123
121
  cursor: pointer;
124
122
  }
125
- .text-gray-400[data-v-860bd3ac] {
123
+ .text-gray-400[data-v-68fed17a] {
126
124
  color: #9ca3af;
127
125
  }
128
- .w-full[data-v-860bd3ac] {
126
+ .w-full[data-v-68fed17a] {
129
127
  width: 100%;
130
128
  }
131
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knt-shared",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "KNT共享组件库和工具函数",
5
5
  "author": "hss",
6
6
  "main": "dist/index.cjs.js",
@@ -36,7 +36,7 @@
36
36
  "@vitejs/plugin-vue": "^5.0.0",
37
37
  "typescript": "^5.0.0",
38
38
  "vite": "^5.0.0",
39
- "vite-plugin-dts": "^3.0.0",
39
+ "vite-plugin-dts": "^3.9.1",
40
40
  "vue": "^3.4.0",
41
41
  "vue-tsc": "^1.8.0"
42
42
  },