knt-shared 1.2.5 → 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-00569ecd] {
2
+ .basic-upload[data-v-03d56780] {
3
3
  width: 100%;
4
4
  }
5
- .upload-card-button[data-v-00569ecd] {
5
+ .upload-card-button[data-v-03d56780] {
6
6
  display: flex;
7
7
  flex-direction: column;
8
8
  align-items: center;
@@ -17,44 +17,44 @@
17
17
  border-color: #e5e7eb;
18
18
  border-radius: 6px;
19
19
  }
20
- .upload-card-button .arco-icon[data-v-00569ecd] {
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-00569ecd] {
24
+ .upload-text[data-v-03d56780] {
25
25
  margin-top: 8px;
26
26
  font-size: 12px;
27
27
  }
28
- .upload-tip[data-v-00569ecd] {
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-00569ecd] .arco-upload-list-picture {
35
- width: var(--v43e7547c) !important;
36
- height: var(--v43e7547c) !important;
37
- line-height: var(--v43e7547c) !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-00569ecd] .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-00569ecd] .arco-upload-list-picture-mask {
47
- line-height: var(--v43e7547c) !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-00569ecd] .arco-upload-list-picture-operation {
52
- font-size: calc(var(--v43e7547c) / 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-00569ecd] .arco-upload-list-picture-error-tip .arco-upload-icon-error {
57
- font-size: calc(var(--v43e7547c) / 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
60
  .basic-table-wrapper[data-v-7a27a6be] {
@@ -98,10 +98,10 @@
98
98
  padding: 8px 0;
99
99
  }
100
100
 
101
- .modal-wrapper[data-v-1e847475] {
101
+ .modal-wrapper[data-v-68fed17a] {
102
102
  padding: 0;
103
103
  }
104
- .modal-title-actions[data-v-1e847475] {
104
+ .modal-title-actions[data-v-68fed17a] {
105
105
  position: absolute;
106
106
  right: 0;
107
107
  top: 50%;
@@ -111,19 +111,19 @@
111
111
  gap: 0.5rem;
112
112
  pointer-events: auto;
113
113
  }
114
- .modal-title-actions.has-close[data-v-1e847475] {
114
+ .modal-title-actions.has-close[data-v-68fed17a] {
115
115
  right: 1.5rem;
116
116
  }
117
- .cursor-help[data-v-1e847475] {
117
+ .cursor-help[data-v-68fed17a] {
118
118
  cursor: help;
119
119
  }
120
- .cursor-pointer[data-v-1e847475] {
120
+ .cursor-pointer[data-v-68fed17a] {
121
121
  cursor: pointer;
122
122
  }
123
- .text-gray-400[data-v-1e847475] {
123
+ .text-gray-400[data-v-68fed17a] {
124
124
  color: #9ca3af;
125
125
  }
126
- .w-full[data-v-1e847475] {
126
+ .w-full[data-v-68fed17a] {
127
127
  width: 100%;
128
128
  }
129
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knt-shared",
3
- "version": "1.2.5",
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
  },