bi-element-ui 0.1.71 → 0.1.72

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 (36) hide show
  1. package/.eslintrc.js +1 -1
  2. package/.prettierignore +7 -0
  3. package/.prettierrc +1 -1
  4. package/.prettierrc.json +8 -0
  5. package/.vscode/extensions.json +2 -4
  6. package/dist/css/about.2c825c53.css +229 -1
  7. package/dist/css/chunk-vendors.14653146.css +12396 -1
  8. package/dist/css/index.98810efd.css +895 -1
  9. package/dist/js/about.2b6c42d7.js +548 -2
  10. package/dist/js/chunk-vendors.c73b5358.js +45955 -313
  11. package/dist/js/index.278e3840.js +3461 -2
  12. package/lib/bi-element-ui.common.js +501 -500
  13. package/lib/bi-element-ui.css +1 -1
  14. package/lib/bi-element-ui.umd.js +501 -500
  15. package/lib/bi-element-ui.umd.min.js +60 -60
  16. package/package-lock2.json +1 -1
  17. package/package.json +4 -1
  18. package/pnpm-lock.yaml +2558 -2559
  19. package/src/components/BiDatePicker/datePickerOption.js +28 -94
  20. package/src/components/BiDatePicker/index.vue +2 -17
  21. package/src/components/BiTable/columu.vue +6 -29
  22. package/src/components/BiTable/forced.js +10 -23
  23. package/src/components/BiTable/index.js +1 -1
  24. package/src/components/BiTable/table.vue +5 -28
  25. package/src/components/BiTableColumn/Group.vue +10 -12
  26. package/src/components/BiTableColumn/index.vue +28 -115
  27. package/src/components/BiTooltipIcon/index.vue +3 -11
  28. package/src/components/FreeButton/index.vue +6 -25
  29. package/src/components/Pagination/index.vue +2 -15
  30. package/src/components/Pagination/scrollTo.js +5 -9
  31. package/src/main.js +1 -1
  32. package/src/views/Date.vue +7 -43
  33. package/src/views/Home.vue +28 -145
  34. package/src/views/Scene.vue +7 -36
  35. package/src/views/Table.vue +3 -18
  36. package/src/views/showData.vue +4 -4
package/.eslintrc.js CHANGED
@@ -12,7 +12,7 @@ module.exports = {
12
12
  extends: ['plugin:vue/recommended', 'eslint:recommended'],
13
13
 
14
14
  // add your custom rules here
15
- //it is base on https://github.com/vuejs/eslint-config-vue
15
+ // it is base on https://github.com/vuejs/eslint-config-vue
16
16
  rules: {
17
17
  'vue/max-attributes-per-line': [
18
18
  2,
@@ -0,0 +1,7 @@
1
+ .vscode
2
+ dist
3
+ dist/*
4
+ node_modules
5
+ public
6
+ src
7
+ tests
package/.prettierrc CHANGED
@@ -5,4 +5,4 @@
5
5
  "printWidth": 100000,
6
6
  "bracketSpacing:": false,
7
7
  "trailingComma": "none"
8
- }
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "eslintIntegration": true,
3
+ "semi": false,
4
+ "singleQuote": true,
5
+ "printWidth": 100000,
6
+ "bracketSpacing:": false,
7
+ "trailingComma": "none"
8
+ }
@@ -1,5 +1,3 @@
1
1
  {
2
- "recommendations": [
3
- "gamedilong.anes"
4
- ]
5
- }
2
+ "recommendations": ["gamedilong.anes"]
3
+ }
@@ -1 +1,229 @@
1
- .example-table-box[data-v-a478ee98]{margin:25px 50px}.example-table-box p[data-v-a478ee98]{text-align:left;font-weight:700}.example-table-box[data-v-1a19be12]{margin:25px 50px}.example-table-box p[data-v-1a19be12]{text-align:left;font-weight:700}.bi_home_data .content[data-v-453c8636]{width:100%;height:calc(100vh - 115px);background:#fff;border-radius:2px}.bi_home_data .content .swiper[data-v-453c8636]{width:100%;height:19.5vw}.bi_home_data .content .swiper .swiper_data .swiper_content[data-v-453c8636]{width:100%;height:19.5vw;background:url(../static/img/swiperBg.png) no-repeat;background-size:100% 100%;display:flex;box-sizing:border-box;padding:1.5vw 6vw}.bi_home_data .content .swiper .swiper_data .swiper_content .swiper_message .title[data-v-453c8636]{width:31.5vw;height:3vw;font-size:2.1vw;font-weight:500;color:#333;line-height:3vw}.bi_home_data .content .swiper .swiper_data .swiper_content .swiper_message .desc[data-v-453c8636]{width:31.5vw;height:1.1vw;font-size:.8vw;font-weight:400;color:#333;line-height:1.1vw;margin-top:1.5vw}.bi_home_data .content .data .data_search[data-v-453c8636]{margin:1vw 3.5vw;display:flex;justify-content:space-between}.bi_home_data .content .data .data_content[data-v-453c8636]{margin:0 3.5vw;display:flex;justify-content:space-between;flex-wrap:wrap;position:relative;left:0;top:0;height:19.5vw}.bi_home_data .content .data .data_content .left_page[data-v-453c8636]{position:absolute;left:-2.8vw;top:45%;width:2.25vw;height:2.25vw;cursor:pointer}.bi_home_data .content .data .data_content .left_page img[data-v-453c8636]{width:2.25vw;height:2.25vw}.bi_home_data .content .data .data_content .right_page[data-v-453c8636]{position:absolute;right:-2.8vw;top:45%;width:2.25vw;height:2.25vw;cursor:pointer}.bi_home_data .content .data .data_content .right_page img[data-v-453c8636]{width:2.25vw;height:2.25vw}.bi_home_data .content .data .data_content .message_item[data-v-453c8636]{width:37vw;height:9vw;background:#f8f8fa;box-shadow:0 .1vw .45vw 0 rgba(168,203,255,.36);border-radius:.2vw;border:.1vw solid #fff;margin-bottom:1.5vw;box-sizing:border-box;padding:1vw;position:relative;left:0;top:0;cursor:pointer}.bi_home_data .content .data .data_content .message_item[data-v-453c8636]:nth-child(3),.bi_home_data .content .data .data_content .message_item[data-v-453c8636]:nth-child(4){margin-bottom:0}.bi_home_data .content .data .data_content .message_item .item_title[data-v-453c8636]{display:flex;height:1vw}.bi_home_data .content .data .data_content .message_item .item_title img[data-v-453c8636]{width:1vw;height:1vw}.bi_home_data .content .data .data_content .message_item .item_title p[data-v-453c8636]{height:1vw;line-height:1vw;margin:0 0 0 .5vw}.bi_home_data .content .data .data_content .message_item .item_content[data-v-453c8636]{margin-top:1.6vw;display:flex}.bi_home_data .content .data .data_content .message_item .item_content img[data-v-453c8636]{width:4vw;height:4vw;margin-right:1.2vw}.bi_home_data .content .data .data_content .message_item .item_content .content_content[data-v-453c8636]{width:31vw;position:relative;top:0;left:0}.bi_home_data .content .data .data_content .message_item .item_content .content_content .content_title[data-v-453c8636]{max-width:20vw;height:1.1vw;font-size:.8vw;font-weight:500;color:#333;line-height:1.1vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bi_home_data .content .data .data_content .message_item .item_content .content_content .content_desc[data-v-453c8636]{max-width:26vw;height:1vw;margin-top:.8vw;font-size:.7vw;font-weight:400;color:#333;line-height:1vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bi_home_data .content .data .data_content .message_item .item_content .content_content .content_time[data-v-453c8636]{position:absolute;left:22vw;top:.05vw;width:8vw;height:1vw;font-size:.7vw;font-weight:400;color:#333;line-height:1vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bi_home_data .content .data .data_content .message_item .is_read[data-v-453c8636]{position:absolute;right:.1vw;top:.3vw;width:1.5vw;height:.8vw}.bi_home_data .content .detail[data-v-453c8636]{width:100%;box-sizing:border-box;padding:0 20px;height:calc(100vh - 80px)}.bi_home_data .content .detail .detail_title[data-v-453c8636]{width:440px;height:22px;font-size:16px;font-weight:500;color:#333;line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bi_home_data .content .detail .detail_time[data-v-453c8636]{width:320px;height:16px;margin-top:12px;font-size:12px;font-weight:400;color:#999;line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bi_home_data .content .detail .detail_desc[data-v-453c8636]{margin-top:24px;width:500px;font-size:14px;font-weight:400;color:#333;line-height:20px}.bi_home_data .content .detail .detail_content[data-v-453c8636]{width:520px;margin-top:24px;overflow-y:auto}.bi_home_data .content .detail .detail_content .content_content[data-v-453c8636]{width:500px}.el-carousel__indicator.is-active button{opacity:1;background-color:#38ce81}
1
+ .example-table-box[data-v-a478ee98] {
2
+ margin: 25px 50px;
3
+ }
4
+ .example-table-box p[data-v-a478ee98] {
5
+ text-align: left;
6
+ font-weight: 700;
7
+ }
8
+ .example-table-box[data-v-1a19be12] {
9
+ margin: 25px 50px;
10
+ }
11
+ .example-table-box p[data-v-1a19be12] {
12
+ text-align: left;
13
+ font-weight: 700;
14
+ }
15
+ .bi_home_data .content[data-v-453c8636] {
16
+ width: 100%;
17
+ height: calc(100vh - 115px);
18
+ background: #fff;
19
+ border-radius: 2px;
20
+ }
21
+ .bi_home_data .content .swiper[data-v-453c8636] {
22
+ width: 100%;
23
+ height: 19.5vw;
24
+ }
25
+ .bi_home_data .content .swiper .swiper_data .swiper_content[data-v-453c8636] {
26
+ width: 100%;
27
+ height: 19.5vw;
28
+ background: url(../static/img/swiperBg.png) no-repeat;
29
+ background-size: 100% 100%;
30
+ display: flex;
31
+ box-sizing: border-box;
32
+ padding: 1.5vw 6vw;
33
+ }
34
+ .bi_home_data .content .swiper .swiper_data .swiper_content .swiper_message .title[data-v-453c8636] {
35
+ width: 31.5vw;
36
+ height: 3vw;
37
+ font-size: 2.1vw;
38
+ font-weight: 500;
39
+ color: #333;
40
+ line-height: 3vw;
41
+ }
42
+ .bi_home_data .content .swiper .swiper_data .swiper_content .swiper_message .desc[data-v-453c8636] {
43
+ width: 31.5vw;
44
+ height: 1.1vw;
45
+ font-size: 0.8vw;
46
+ font-weight: 400;
47
+ color: #333;
48
+ line-height: 1.1vw;
49
+ margin-top: 1.5vw;
50
+ }
51
+ .bi_home_data .content .data .data_search[data-v-453c8636] {
52
+ margin: 1vw 3.5vw;
53
+ display: flex;
54
+ justify-content: space-between;
55
+ }
56
+ .bi_home_data .content .data .data_content[data-v-453c8636] {
57
+ margin: 0 3.5vw;
58
+ display: flex;
59
+ justify-content: space-between;
60
+ flex-wrap: wrap;
61
+ position: relative;
62
+ left: 0;
63
+ top: 0;
64
+ height: 19.5vw;
65
+ }
66
+ .bi_home_data .content .data .data_content .left_page[data-v-453c8636] {
67
+ position: absolute;
68
+ left: -2.8vw;
69
+ top: 45%;
70
+ width: 2.25vw;
71
+ height: 2.25vw;
72
+ cursor: pointer;
73
+ }
74
+ .bi_home_data .content .data .data_content .left_page img[data-v-453c8636] {
75
+ width: 2.25vw;
76
+ height: 2.25vw;
77
+ }
78
+ .bi_home_data .content .data .data_content .right_page[data-v-453c8636] {
79
+ position: absolute;
80
+ right: -2.8vw;
81
+ top: 45%;
82
+ width: 2.25vw;
83
+ height: 2.25vw;
84
+ cursor: pointer;
85
+ }
86
+ .bi_home_data .content .data .data_content .right_page img[data-v-453c8636] {
87
+ width: 2.25vw;
88
+ height: 2.25vw;
89
+ }
90
+ .bi_home_data .content .data .data_content .message_item[data-v-453c8636] {
91
+ width: 37vw;
92
+ height: 9vw;
93
+ background: #f8f8fa;
94
+ box-shadow: 0 0.1vw 0.45vw 0 rgba(168, 203, 255, 0.36);
95
+ border-radius: 0.2vw;
96
+ border: 0.1vw solid #fff;
97
+ margin-bottom: 1.5vw;
98
+ box-sizing: border-box;
99
+ padding: 1vw;
100
+ position: relative;
101
+ left: 0;
102
+ top: 0;
103
+ cursor: pointer;
104
+ }
105
+ .bi_home_data .content .data .data_content .message_item[data-v-453c8636]:nth-child(3),
106
+ .bi_home_data .content .data .data_content .message_item[data-v-453c8636]:nth-child(4) {
107
+ margin-bottom: 0;
108
+ }
109
+ .bi_home_data .content .data .data_content .message_item .item_title[data-v-453c8636] {
110
+ display: flex;
111
+ height: 1vw;
112
+ }
113
+ .bi_home_data .content .data .data_content .message_item .item_title img[data-v-453c8636] {
114
+ width: 1vw;
115
+ height: 1vw;
116
+ }
117
+ .bi_home_data .content .data .data_content .message_item .item_title p[data-v-453c8636] {
118
+ height: 1vw;
119
+ line-height: 1vw;
120
+ margin: 0 0 0 0.5vw;
121
+ }
122
+ .bi_home_data .content .data .data_content .message_item .item_content[data-v-453c8636] {
123
+ margin-top: 1.6vw;
124
+ display: flex;
125
+ }
126
+ .bi_home_data .content .data .data_content .message_item .item_content img[data-v-453c8636] {
127
+ width: 4vw;
128
+ height: 4vw;
129
+ margin-right: 1.2vw;
130
+ }
131
+ .bi_home_data .content .data .data_content .message_item .item_content .content_content[data-v-453c8636] {
132
+ width: 31vw;
133
+ position: relative;
134
+ top: 0;
135
+ left: 0;
136
+ }
137
+ .bi_home_data .content .data .data_content .message_item .item_content .content_content .content_title[data-v-453c8636] {
138
+ max-width: 20vw;
139
+ height: 1.1vw;
140
+ font-size: 0.8vw;
141
+ font-weight: 500;
142
+ color: #333;
143
+ line-height: 1.1vw;
144
+ overflow: hidden;
145
+ white-space: nowrap;
146
+ text-overflow: ellipsis;
147
+ }
148
+ .bi_home_data .content .data .data_content .message_item .item_content .content_content .content_desc[data-v-453c8636] {
149
+ max-width: 26vw;
150
+ height: 1vw;
151
+ margin-top: 0.8vw;
152
+ font-size: 0.7vw;
153
+ font-weight: 400;
154
+ color: #333;
155
+ line-height: 1vw;
156
+ overflow: hidden;
157
+ white-space: nowrap;
158
+ text-overflow: ellipsis;
159
+ }
160
+ .bi_home_data .content .data .data_content .message_item .item_content .content_content .content_time[data-v-453c8636] {
161
+ position: absolute;
162
+ left: 22vw;
163
+ top: 0.05vw;
164
+ width: 8vw;
165
+ height: 1vw;
166
+ font-size: 0.7vw;
167
+ font-weight: 400;
168
+ color: #333;
169
+ line-height: 1vw;
170
+ overflow: hidden;
171
+ white-space: nowrap;
172
+ text-overflow: ellipsis;
173
+ }
174
+ .bi_home_data .content .data .data_content .message_item .is_read[data-v-453c8636] {
175
+ position: absolute;
176
+ right: 0.1vw;
177
+ top: 0.3vw;
178
+ width: 1.5vw;
179
+ height: 0.8vw;
180
+ }
181
+ .bi_home_data .content .detail[data-v-453c8636] {
182
+ width: 100%;
183
+ box-sizing: border-box;
184
+ padding: 0 20px;
185
+ height: calc(100vh - 80px);
186
+ }
187
+ .bi_home_data .content .detail .detail_title[data-v-453c8636] {
188
+ width: 440px;
189
+ height: 22px;
190
+ font-size: 16px;
191
+ font-weight: 500;
192
+ color: #333;
193
+ line-height: 22px;
194
+ overflow: hidden;
195
+ white-space: nowrap;
196
+ text-overflow: ellipsis;
197
+ }
198
+ .bi_home_data .content .detail .detail_time[data-v-453c8636] {
199
+ width: 320px;
200
+ height: 16px;
201
+ margin-top: 12px;
202
+ font-size: 12px;
203
+ font-weight: 400;
204
+ color: #999;
205
+ line-height: 16px;
206
+ overflow: hidden;
207
+ white-space: nowrap;
208
+ text-overflow: ellipsis;
209
+ }
210
+ .bi_home_data .content .detail .detail_desc[data-v-453c8636] {
211
+ margin-top: 24px;
212
+ width: 500px;
213
+ font-size: 14px;
214
+ font-weight: 400;
215
+ color: #333;
216
+ line-height: 20px;
217
+ }
218
+ .bi_home_data .content .detail .detail_content[data-v-453c8636] {
219
+ width: 520px;
220
+ margin-top: 24px;
221
+ overflow-y: auto;
222
+ }
223
+ .bi_home_data .content .detail .detail_content .content_content[data-v-453c8636] {
224
+ width: 500px;
225
+ }
226
+ .el-carousel__indicator.is-active button {
227
+ opacity: 1;
228
+ background-color: #38ce81;
229
+ }