knt-shared 1.8.8 → 1.8.10

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,5 +1,5 @@
1
1
 
2
- .sortable-file-item[data-v-b7fe69e3] {
2
+ .sortable-file-item[data-v-07a9ff47] {
3
3
  position: relative;
4
4
  /* overflow: hidden; */
5
5
  border: 1px solid var(--color-border-2);
@@ -11,11 +11,11 @@
11
11
  }
12
12
 
13
13
  /* 禁用状态 */
14
- .sortable-file-item.is-disabled[data-v-b7fe69e3] {
14
+ .sortable-file-item.is-disabled[data-v-07a9ff47] {
15
15
  cursor: default;
16
16
  opacity: 0.6;
17
17
  }
18
- .file-image[data-v-b7fe69e3] {
18
+ .file-image[data-v-07a9ff47] {
19
19
  width: 100%;
20
20
  height: 100%;
21
21
  object-fit: cover;
@@ -25,13 +25,13 @@
25
25
  }
26
26
 
27
27
  /* 视频文件样式 */
28
- .sortable-file-item.is-video[data-v-b7fe69e3] {
28
+ .sortable-file-item.is-video[data-v-07a9ff47] {
29
29
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
30
30
  }
31
- .sortable-file-item.is-video .file-image[data-v-b7fe69e3] {
31
+ .sortable-file-item.is-video .file-image[data-v-07a9ff47] {
32
32
  opacity: 0;
33
33
  }
34
- .sortable-file-item.is-video[data-v-b7fe69e3]::before {
34
+ .sortable-file-item.is-video[data-v-07a9ff47]::before {
35
35
  content: '▶';
36
36
  position: absolute;
37
37
  top: 50%;
@@ -44,18 +44,18 @@
44
44
  }
45
45
 
46
46
  /* 拖拽中状态 */
47
- .sortable-file-item.is-dragging[data-v-b7fe69e3] {
47
+ .sortable-file-item.is-dragging[data-v-07a9ff47] {
48
48
  opacity: 0.5;
49
49
  transform: scale(0.95);
50
50
  border-color: rgb(var(--primary-6));
51
51
  }
52
52
 
53
53
  /* 拖拽目标状态 */
54
- .sortable-file-item.is-over[data-v-b7fe69e3] {
54
+ .sortable-file-item.is-over[data-v-07a9ff47] {
55
55
  border: 1px dashed rgb(var(--primary-6));
56
56
  background-color: var(--color-primary-light-1);
57
57
  }
58
- .sortable-file-item.is-over[data-v-b7fe69e3]::after {
58
+ .sortable-file-item.is-over[data-v-07a9ff47]::after {
59
59
  content: '';
60
60
  position: absolute;
61
61
  width: 2px;
@@ -67,7 +67,7 @@
67
67
  }
68
68
 
69
69
  /* 操作遮罩 */
70
- .file-mask[data-v-b7fe69e3] {
70
+ .file-mask[data-v-07a9ff47] {
71
71
  position: absolute;
72
72
  top: 0;
73
73
  left: 0;
@@ -80,25 +80,25 @@
80
80
  opacity: 0;
81
81
  transition: opacity 0.3s;
82
82
  }
83
- .sortable-file-item:hover .file-mask[data-v-b7fe69e3] {
83
+ .sortable-file-item:hover .file-mask[data-v-07a9ff47] {
84
84
  opacity: 1;
85
85
  }
86
- .file-actions[data-v-b7fe69e3] {
86
+ .file-actions[data-v-07a9ff47] {
87
87
  display: flex;
88
88
  gap: 12px;
89
89
  }
90
- .action-icon[data-v-b7fe69e3] {
90
+ .action-icon[data-v-07a9ff47] {
91
91
  color: white;
92
92
  font-size: 18px;
93
93
  cursor: pointer;
94
94
  transition: transform 0.2s;
95
95
  }
96
- .action-icon[data-v-b7fe69e3]:hover {
96
+ .action-icon[data-v-07a9ff47]:hover {
97
97
  transform: scale(1.2);
98
98
  }
99
99
 
100
100
  /* 上传进度 */
101
- .upload-progress[data-v-b7fe69e3] {
101
+ .upload-progress[data-v-07a9ff47] {
102
102
  position: absolute;
103
103
  bottom: 0;
104
104
  left: 0;
@@ -108,15 +108,15 @@
108
108
  }
109
109
 
110
110
  /* 上传中状态 */
111
- .sortable-file-item.is-uploading[data-v-b7fe69e3] {
111
+ .sortable-file-item.is-uploading[data-v-07a9ff47] {
112
112
  cursor: default;
113
113
  }
114
114
 
115
115
  /* 错误状态 */
116
- .sortable-file-item.is-error[data-v-b7fe69e3] {
116
+ .sortable-file-item.is-error[data-v-07a9ff47] {
117
117
  border-color: rgb(var(--danger-6));
118
118
  }
119
- .error-tip[data-v-b7fe69e3] {
119
+ .error-tip[data-v-07a9ff47] {
120
120
  position: absolute;
121
121
  top: 50%;
122
122
  left: 50%;
@@ -659,12 +659,12 @@ video[data-v-b982f870] {
659
659
  margin-top: 4px;
660
660
  }
661
661
 
662
- .basic-table-wrapper[data-v-f752ab5b] {
662
+ .basic-table-wrapper[data-v-5f63dbb6] {
663
663
  background: var(--color-bg-2, #fff);
664
664
  border-radius: 4px;
665
665
  padding: 16px;
666
666
  }
667
- .basic-table-wrapper.is-fullscreen[data-v-f752ab5b] {
667
+ .basic-table-wrapper.is-fullscreen[data-v-5f63dbb6] {
668
668
  position: fixed;
669
669
  top: 0;
670
670
  left: 0;
@@ -674,39 +674,39 @@ video[data-v-b982f870] {
674
674
  overflow: auto;
675
675
  box-sizing: border-box;
676
676
  }
677
- .basic-table-toolbar[data-v-f752ab5b] {
677
+ .basic-table-toolbar[data-v-5f63dbb6] {
678
678
  display: flex;
679
679
  justify-content: space-between;
680
680
  align-items: center;
681
681
  /* padding: 12px 0; */
682
682
  margin-bottom: 12px;
683
683
  }
684
- .toolbar-left[data-v-f752ab5b] {
684
+ .toolbar-left[data-v-5f63dbb6] {
685
685
  display: flex;
686
686
  align-items: center;
687
687
  }
688
- .toolbar-title[data-v-f752ab5b] {
688
+ .toolbar-title[data-v-5f63dbb6] {
689
689
  font-size: 16px;
690
690
  font-weight: 600;
691
691
  color: var(--color-text-1, #1d2129);
692
692
  }
693
- .toolbar-right[data-v-f752ab5b] {
693
+ .toolbar-right[data-v-5f63dbb6] {
694
694
  display: flex;
695
695
  align-items: center;
696
696
  }
697
- .basic-table-search[data-v-f752ab5b] {
697
+ .basic-table-search[data-v-5f63dbb6] {
698
698
  /* margin-bottom: 16px; */
699
699
  /* padding: 16px; */
700
700
  background: var(--color-bg-1, #fff);
701
701
  border-radius: 4px;
702
702
  padding: 10px 0;
703
703
  }
704
- .column-setting[data-v-f752ab5b] {
704
+ .column-setting[data-v-5f63dbb6] {
705
705
  width: 200px;
706
706
  max-height: 400px;
707
707
  overflow-y: auto;
708
708
  }
709
- .column-setting-item[data-v-f752ab5b] {
709
+ .column-setting-item[data-v-5f63dbb6] {
710
710
  padding: 8px 0;
711
711
  }
712
712
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knt-shared",
3
- "version": "1.8.8",
3
+ "version": "1.8.10",
4
4
  "description": "KNT共享组件库和工具函数",
5
5
  "author": "hss",
6
6
  "main": "dist/index.cjs.js",