@opendesign-plus-test/components 0.0.1-rc.134 → 0.0.1-rc.136
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/chunk-OElCookieNotice.cjs.js +1 -1
- package/dist/chunk-OElCookieNotice.es.js +12 -10
- package/dist/components/feedback-doc/OFeedbackDoc.vue.d.ts +6 -1
- package/dist/components/feedback-doc/OFeedbackDocContent.vue.d.ts +2 -0
- package/dist/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +6 -1
- package/dist/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +4 -0
- package/dist/components/feedback-doc/index.d.ts +54 -6
- package/dist/components/footer/OFooter.vue.d.ts +4 -25
- package/dist/components/footer/components/FooterList.vue.d.ts +21 -0
- package/dist/components/footer/components/FooterSimple.vue.d.ts +23 -0
- package/dist/components/footer/index.d.ts +8 -64
- package/dist/components/footer/types.d.ts +48 -0
- package/dist/components/logo-swiper/OLogoSwiper.vue.d.ts +17 -0
- package/dist/components/logo-swiper/OLogoSwiperItems.vue.d.ts +17 -0
- package/dist/components/logo-swiper/index.d.ts +73 -0
- package/dist/components/logo-swiper/types.d.ts +18 -0
- package/dist/components/sig/OSigDetail.vue.d.ts +0 -2
- package/dist/components/sig/OSigList.vue.d.ts +2 -2
- package/dist/components/sig/components/OSigItem.vue.d.ts +1 -4
- package/dist/components/sig/components/OSigRepo.vue.d.ts +0 -2
- package/dist/components/sig/components/config-sig.d.ts +1 -0
- package/dist/components/sig/types.d.ts +1 -2
- package/dist/components/video/OVideoDetail.vue.d.ts +7 -0
- package/dist/components/video/index.d.ts +27 -0
- package/dist/components/video/types.d.ts +24 -0
- package/dist/components.cjs.js +40 -40
- package/dist/components.css +1 -1
- package/dist/components.es.js +12869 -12804
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-filter.mjs +6 -5
- package/dist/treeshaking/components/activity/OActivityApproval.css +3 -6
- package/dist/treeshaking/components/activity/OActivityApproval2.css +3 -6
- package/dist/treeshaking/components/activity/OActivityForm.css +3 -6
- package/dist/treeshaking/components/activity/OActivityForm2.css +3 -6
- package/dist/treeshaking/components/activity/OActivityMyCalendar.css +3 -6
- package/dist/treeshaking/components/activity/OActivityMyCalendar2.css +3 -6
- package/dist/treeshaking/components/common/ThFilter.vue.mjs +1 -1
- package/dist/treeshaking/components/common/TooltipText.vue.mjs +3 -2
- package/dist/treeshaking/components/element-plus/OElCookieNotice.css +3 -6
- package/dist/treeshaking/components/element-plus/OElCookieNotice2.css +3 -6
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.css +5 -5
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.d.ts +6 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.mjs +1 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue2.mjs +10 -4
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.css +27 -27
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.d.ts +2 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.mjs +1 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue2.mjs +8 -3
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +6 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.mjs +12 -5
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.css +3 -3
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +4 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.mjs +1 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue2.mjs +7 -3
- package/dist/treeshaking/components/feedback-doc/index.d.ts +54 -6
- package/dist/treeshaking/components/footer/OFooter.css +33 -590
- package/dist/treeshaking/components/footer/OFooter.vue.d.ts +4 -25
- package/dist/treeshaking/components/footer/OFooter.vue.mjs +1 -1
- package/dist/treeshaking/components/footer/OFooter.vue2.mjs +76 -332
- package/dist/treeshaking/components/footer/components/FooterList.css +462 -0
- package/dist/treeshaking/components/footer/components/FooterList.vue.d.ts +21 -0
- package/dist/treeshaking/components/footer/components/FooterList.vue.mjs +7 -0
- package/dist/treeshaking/components/footer/components/FooterList.vue2.mjs +215 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.css +123 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.vue.d.ts +23 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.vue.mjs +7 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.vue2.mjs +109 -0
- package/dist/treeshaking/components/footer/index.d.ts +8 -64
- package/dist/treeshaking/components/footer/types.d.ts +48 -0
- package/dist/treeshaking/components/header/components/HeaderContent.css +184 -184
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderFlatten.css +57 -57
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue2.mjs +5 -5
- package/dist/treeshaking/components/header/components/HeaderNavMobile.css +80 -80
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +7 -1
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.css +31 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.d.ts +17 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.mjs +14 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.css +88 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.d.ts +17 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.mjs +7 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue2.mjs +158 -0
- package/dist/treeshaking/components/logo-swiper/index.d.ts +73 -0
- package/dist/treeshaking/components/logo-swiper/index.mjs +16 -0
- package/dist/treeshaking/components/logo-swiper/types.d.ts +18 -0
- package/dist/treeshaking/components/meeting/OMeetingCalendar.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingForm.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingForm2.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar2.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector2.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles2.css +3 -6
- package/dist/treeshaking/components/sig/OSigDetail.vue.d.ts +0 -2
- package/dist/treeshaking/components/sig/OSigDetail.vue.mjs +10 -13
- package/dist/treeshaking/components/sig/OSigList.css +317 -81
- package/dist/treeshaking/components/sig/OSigList.vue.d.ts +2 -2
- package/dist/treeshaking/components/sig/OSigList.vue.mjs +204 -294
- package/dist/treeshaking/components/sig/components/OSigItem.css +68 -63
- package/dist/treeshaking/components/sig/components/OSigItem.vue.d.ts +1 -4
- package/dist/treeshaking/components/sig/components/OSigItem.vue.mjs +6 -6
- package/dist/treeshaking/components/sig/components/OSigRepo.vue.d.ts +0 -2
- package/dist/treeshaking/components/sig/components/OSigRepo.vue.mjs +2 -3
- package/dist/treeshaking/components/sig/components/config-sig.d.ts +1 -0
- package/dist/treeshaking/components/sig/components/config-sig.mjs +4 -0
- package/dist/treeshaking/components/sig/types.d.ts +1 -2
- package/dist/treeshaking/i18n/en.mjs +1 -0
- package/dist/treeshaking/i18n/zh.mjs +1 -0
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +3 -0
- package/package.json +3 -3
- package/dist/treeshaking/_virtual/icon-filter2.mjs +0 -21
|
@@ -25,14 +25,15 @@
|
|
|
25
25
|
@media (max-width: 840px) {
|
|
26
26
|
.o-sig-item {
|
|
27
27
|
padding: var(--o-gap-2) var(--o-gap-3);
|
|
28
|
+
position: relative;
|
|
28
29
|
}
|
|
29
30
|
}
|
|
30
|
-
.o-sig-item-header {
|
|
31
|
+
.o-sig-item .o-sig-item-header {
|
|
31
32
|
display: flex;
|
|
32
33
|
justify-content: space-between;
|
|
33
34
|
align-items: center;
|
|
34
35
|
}
|
|
35
|
-
.o-sig-name {
|
|
36
|
+
.o-sig-item .o-sig-name {
|
|
36
37
|
cursor: pointer;
|
|
37
38
|
color: var(--o-color-info1);
|
|
38
39
|
font-weight: 600;
|
|
@@ -40,73 +41,93 @@
|
|
|
40
41
|
line-height: 30px;
|
|
41
42
|
}
|
|
42
43
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
43
|
-
.o-sig-name {
|
|
44
|
+
.o-sig-item .o-sig-name {
|
|
44
45
|
font-size: 18px;
|
|
45
46
|
line-height: 26px;
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
49
|
-
.o-sig-name {
|
|
50
|
+
.o-sig-item .o-sig-name {
|
|
50
51
|
font-size: 16px;
|
|
51
52
|
line-height: 24px;
|
|
52
53
|
}
|
|
53
54
|
}
|
|
54
55
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
55
|
-
.o-sig-name {
|
|
56
|
+
.o-sig-item .o-sig-name {
|
|
56
57
|
font-size: 16px;
|
|
57
58
|
line-height: 24px;
|
|
58
59
|
}
|
|
59
60
|
}
|
|
60
61
|
@media (max-width: 600px) {
|
|
61
|
-
.o-sig-name {
|
|
62
|
+
.o-sig-item .o-sig-name {
|
|
62
63
|
font-size: 16px;
|
|
63
64
|
line-height: 24px;
|
|
64
65
|
}
|
|
65
66
|
}
|
|
66
67
|
@media (hover: hover) {
|
|
67
|
-
.o-sig-name:hover {
|
|
68
|
+
.o-sig-item .o-sig-name:hover {
|
|
68
69
|
color: var(--o-color-primary1);
|
|
69
70
|
}
|
|
70
71
|
}
|
|
71
|
-
.o-sig-type-tag {
|
|
72
|
+
.o-sig-item .o-sig-type-tag {
|
|
72
73
|
--tag-bd-color: var(--o-color-control4);
|
|
73
74
|
--tag-height: 24px;
|
|
74
75
|
}
|
|
75
76
|
@media (max-width: 1680px) {
|
|
76
|
-
.o-sig-type-tag {
|
|
77
|
+
.o-sig-item .o-sig-type-tag {
|
|
77
78
|
--tag-height: 20px;
|
|
78
79
|
}
|
|
79
80
|
}
|
|
80
|
-
|
|
81
|
+
@media (max-width: 840px) {
|
|
82
|
+
.o-sig-item .o-sig-type-tag {
|
|
83
|
+
position: absolute;
|
|
84
|
+
top: 8px;
|
|
85
|
+
right: 4px;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
.o-sig-item .o-sig-link {
|
|
81
89
|
display: flex;
|
|
82
90
|
align-items: center;
|
|
83
91
|
margin-top: var(--o-gap-2);
|
|
84
92
|
}
|
|
85
|
-
.o-sig-
|
|
93
|
+
.o-sig-item .o-sig-link a:first-child {
|
|
94
|
+
height: 24px;
|
|
95
|
+
}
|
|
96
|
+
@media (max-width: 1680px) {
|
|
97
|
+
.o-sig-item .o-sig-link a:first-child {
|
|
98
|
+
height: 20px;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
.o-sig-item .o-sig-link .o-sig-source-icon {
|
|
86
102
|
font-size: 24px;
|
|
87
103
|
}
|
|
88
104
|
@media (max-width: 1680px) {
|
|
89
|
-
.o-sig-link .o-sig-source-icon {
|
|
105
|
+
.o-sig-item .o-sig-link .o-sig-source-icon {
|
|
90
106
|
font-size: 20px;
|
|
91
107
|
}
|
|
92
108
|
}
|
|
93
|
-
.o-sig-link .o-sig-source-icon svg {
|
|
109
|
+
.o-sig-item .o-sig-link .o-sig-source-icon svg {
|
|
94
110
|
fill: none;
|
|
95
111
|
}
|
|
96
|
-
.o-sig-link .o-divider {
|
|
112
|
+
.o-sig-item .o-sig-link .o-divider {
|
|
97
113
|
--o-divider-label-gap: 0 8px;
|
|
98
114
|
}
|
|
99
|
-
.o-sig-link .o-btn {
|
|
115
|
+
.o-sig-item .o-sig-link .o-btn {
|
|
100
116
|
margin-left: var(--o-gap-2);
|
|
101
117
|
}
|
|
102
|
-
.o-sig-link .mail-link {
|
|
118
|
+
.o-sig-item .o-sig-link .mail-link {
|
|
103
119
|
min-width: 0;
|
|
104
|
-
flex: 1;
|
|
120
|
+
flex: 0 1 auto;
|
|
105
121
|
}
|
|
106
|
-
.o-sig-link .mail-link .tooltip-text-wrapper {
|
|
122
|
+
.o-sig-item .o-sig-link .mail-link .tooltip-text-wrapper {
|
|
107
123
|
min-width: 0;
|
|
108
124
|
flex: 1;
|
|
109
125
|
}
|
|
126
|
+
@media (max-width: 840px) {
|
|
127
|
+
.o-sig-item .o-sig-link {
|
|
128
|
+
margin-top: 8px;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
110
131
|
.o-sig-item .o-link {
|
|
111
132
|
padding: 0;
|
|
112
133
|
font-size: 16px;
|
|
@@ -169,7 +190,7 @@
|
|
|
169
190
|
line-height: 22px;
|
|
170
191
|
}
|
|
171
192
|
}
|
|
172
|
-
.o-sig-description {
|
|
193
|
+
.o-sig-item .o-sig-description {
|
|
173
194
|
margin-top: var(--o-gap-2);
|
|
174
195
|
color: var(--o-color-info2);
|
|
175
196
|
height: 44px;
|
|
@@ -184,36 +205,36 @@
|
|
|
184
205
|
line-height: 22px;
|
|
185
206
|
}
|
|
186
207
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
187
|
-
.o-sig-description {
|
|
208
|
+
.o-sig-item .o-sig-description {
|
|
188
209
|
font-size: 14px;
|
|
189
210
|
line-height: 18px;
|
|
190
211
|
}
|
|
191
212
|
}
|
|
192
213
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
193
|
-
.o-sig-description {
|
|
214
|
+
.o-sig-item .o-sig-description {
|
|
194
215
|
font-size: 12px;
|
|
195
216
|
line-height: 18px;
|
|
196
217
|
}
|
|
197
218
|
}
|
|
198
219
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
199
|
-
.o-sig-description {
|
|
220
|
+
.o-sig-item .o-sig-description {
|
|
200
221
|
font-size: 12px;
|
|
201
222
|
line-height: 18px;
|
|
202
223
|
}
|
|
203
224
|
}
|
|
204
225
|
@media (max-width: 600px) {
|
|
205
|
-
.o-sig-description {
|
|
226
|
+
.o-sig-item .o-sig-description {
|
|
206
227
|
font-size: 12px;
|
|
207
228
|
line-height: 18px;
|
|
208
229
|
}
|
|
209
230
|
}
|
|
210
231
|
@media (max-width: 1680px) {
|
|
211
|
-
.o-sig-description {
|
|
232
|
+
.o-sig-item .o-sig-description {
|
|
212
233
|
height: 36px;
|
|
213
234
|
}
|
|
214
235
|
}
|
|
215
236
|
@media (max-width: 840px) {
|
|
216
|
-
.o-sig-description {
|
|
237
|
+
.o-sig-item .o-sig-description {
|
|
217
238
|
margin-top: 6px;
|
|
218
239
|
order: 1;
|
|
219
240
|
height: auto;
|
|
@@ -222,38 +243,38 @@
|
|
|
222
243
|
}
|
|
223
244
|
}
|
|
224
245
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
225
|
-
.o-sig-description {
|
|
246
|
+
.o-sig-item .o-sig-description {
|
|
226
247
|
font-size: 14px;
|
|
227
248
|
line-height: 22px;
|
|
228
249
|
}
|
|
229
250
|
}
|
|
230
251
|
@media (max-width: 840px) and (min-width: 841px) and (max-width: 1200px) {
|
|
231
|
-
.o-sig-description {
|
|
252
|
+
.o-sig-item .o-sig-description {
|
|
232
253
|
font-size: 14px;
|
|
233
254
|
line-height: 22px;
|
|
234
255
|
}
|
|
235
256
|
}
|
|
236
257
|
@media (max-width: 840px) and (min-width: 601px) and (max-width: 840px) {
|
|
237
|
-
.o-sig-description {
|
|
258
|
+
.o-sig-item .o-sig-description {
|
|
238
259
|
font-size: 14px;
|
|
239
260
|
line-height: 22px;
|
|
240
261
|
}
|
|
241
262
|
}
|
|
242
263
|
@media (max-width: 840px) and (max-width: 600px) {
|
|
243
|
-
.o-sig-description {
|
|
264
|
+
.o-sig-item .o-sig-description {
|
|
244
265
|
font-size: 12px;
|
|
245
266
|
line-height: 18px;
|
|
246
267
|
}
|
|
247
268
|
}
|
|
248
|
-
.o-sig-description .o-sig-repo {
|
|
269
|
+
.o-sig-item .o-sig-description .o-sig-repo {
|
|
249
270
|
display: flex;
|
|
250
271
|
}
|
|
251
|
-
.o-sig-description .o-sig-repo .o-sig-repo-label {
|
|
272
|
+
.o-sig-item .o-sig-description .o-sig-repo .o-sig-repo-label {
|
|
252
273
|
color: var(--o-color-info1);
|
|
253
274
|
font-weight: 500;
|
|
254
275
|
margin-right: 8px;
|
|
255
276
|
}
|
|
256
|
-
.o-sig-bottom {
|
|
277
|
+
.o-sig-item .o-sig-bottom {
|
|
257
278
|
display: flex;
|
|
258
279
|
align-items: center;
|
|
259
280
|
margin-top: var(--o-gap-2);
|
|
@@ -262,90 +283,74 @@
|
|
|
262
283
|
line-height: 18px;
|
|
263
284
|
}
|
|
264
285
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
265
|
-
.o-sig-bottom {
|
|
286
|
+
.o-sig-item .o-sig-bottom {
|
|
266
287
|
font-size: 12px;
|
|
267
288
|
line-height: 18px;
|
|
268
289
|
}
|
|
269
290
|
}
|
|
270
291
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
271
|
-
.o-sig-bottom {
|
|
292
|
+
.o-sig-item .o-sig-bottom {
|
|
272
293
|
font-size: 12px;
|
|
273
294
|
line-height: 18px;
|
|
274
295
|
}
|
|
275
296
|
}
|
|
276
297
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
277
|
-
.o-sig-bottom {
|
|
298
|
+
.o-sig-item .o-sig-bottom {
|
|
278
299
|
font-size: 12px;
|
|
279
300
|
line-height: 18px;
|
|
280
301
|
}
|
|
281
302
|
}
|
|
282
303
|
@media (max-width: 600px) {
|
|
283
|
-
.o-sig-bottom {
|
|
304
|
+
.o-sig-item .o-sig-bottom {
|
|
284
305
|
font-size: 12px;
|
|
285
306
|
line-height: 18px;
|
|
286
307
|
}
|
|
287
308
|
}
|
|
288
|
-
.o-sig-bottom .o-icon {
|
|
309
|
+
.o-sig-item .o-sig-bottom .o-icon {
|
|
289
310
|
--icon-size: 16px;
|
|
290
311
|
margin-right: 4px;
|
|
291
312
|
}
|
|
292
|
-
.o-sig-
|
|
313
|
+
.o-sig-item .o-sig-bottom .o-icon svg path {
|
|
314
|
+
fill: currentColor;
|
|
315
|
+
}
|
|
316
|
+
.o-sig-item .o-sig-bottom .o-sig-meta-text {
|
|
293
317
|
cursor: pointer;
|
|
294
318
|
margin-bottom: 0;
|
|
295
319
|
}
|
|
296
320
|
@media (max-width: 840px) {
|
|
297
|
-
.o-sig-bottom {
|
|
321
|
+
.o-sig-item .o-sig-bottom {
|
|
298
322
|
font-size: 16px;
|
|
299
323
|
line-height: 24px;
|
|
300
324
|
}
|
|
301
325
|
}
|
|
302
326
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
303
|
-
.o-sig-bottom {
|
|
327
|
+
.o-sig-item .o-sig-bottom {
|
|
304
328
|
font-size: 14px;
|
|
305
329
|
line-height: 22px;
|
|
306
330
|
}
|
|
307
331
|
}
|
|
308
332
|
@media (max-width: 840px) and (min-width: 841px) and (max-width: 1200px) {
|
|
309
|
-
.o-sig-bottom {
|
|
333
|
+
.o-sig-item .o-sig-bottom {
|
|
310
334
|
font-size: 14px;
|
|
311
335
|
line-height: 22px;
|
|
312
336
|
}
|
|
313
337
|
}
|
|
314
338
|
@media (max-width: 840px) and (min-width: 601px) and (max-width: 840px) {
|
|
315
|
-
.o-sig-bottom {
|
|
339
|
+
.o-sig-item .o-sig-bottom {
|
|
316
340
|
font-size: 14px;
|
|
317
341
|
line-height: 22px;
|
|
318
342
|
}
|
|
319
343
|
}
|
|
320
344
|
@media (max-width: 840px) and (max-width: 600px) {
|
|
321
|
-
.o-sig-bottom {
|
|
345
|
+
.o-sig-item .o-sig-bottom {
|
|
322
346
|
font-size: 12px;
|
|
323
347
|
line-height: 18px;
|
|
324
348
|
}
|
|
325
349
|
}
|
|
326
|
-
.o-sig-meta {
|
|
350
|
+
.o-sig-item .o-sig-meta {
|
|
327
351
|
display: flex;
|
|
328
352
|
align-items: center;
|
|
329
353
|
}
|
|
330
|
-
@media (max-width: 840px) {
|
|
331
|
-
.o-sig-item {
|
|
332
|
-
position: relative;
|
|
333
|
-
}
|
|
334
|
-
.o-sig-type-tag {
|
|
335
|
-
position: absolute;
|
|
336
|
-
top: 8px;
|
|
337
|
-
right: 4px;
|
|
338
|
-
}
|
|
339
|
-
.o-sig-link {
|
|
340
|
-
margin-top: 8px;
|
|
341
|
-
}
|
|
342
|
-
.o-sig-icon-link {
|
|
343
|
-
margin-left: 8px;
|
|
344
|
-
}
|
|
345
|
-
.o-sig-subscribe {
|
|
346
|
-
margin-left: auto;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
354
|
.o-sig-popup-repos {
|
|
350
355
|
width: 272px;
|
|
351
356
|
--popup-padding: 9px 0;
|
|
@@ -5,13 +5,10 @@ type __VLS_Props = {
|
|
|
5
5
|
locale: 'zh' | 'en';
|
|
6
6
|
mobile?: boolean;
|
|
7
7
|
activeRepo?: string;
|
|
8
|
-
gitBase?: string;
|
|
9
8
|
};
|
|
10
9
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
11
10
|
"to-sig-detail": (sigName: string) => any;
|
|
12
11
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
12
|
"onTo-sig-detail"?: ((sigName: string) => any) | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
gitBase: string;
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
14
|
export default _default;
|
|
@@ -29,8 +29,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
29
29
|
sig: {},
|
|
30
30
|
locale: {},
|
|
31
31
|
mobile: { type: Boolean },
|
|
32
|
-
activeRepo: {}
|
|
33
|
-
gitBase: { default: "${gitBase}" }
|
|
32
|
+
activeRepo: {}
|
|
34
33
|
},
|
|
35
34
|
emits: ["to-sig-detail"],
|
|
36
35
|
setup(__props, { emit: __emit }) {
|
|
@@ -56,8 +55,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
56
55
|
]),
|
|
57
56
|
createElementVNode("div", _hoisted_3, [
|
|
58
57
|
createVNode(unref(OLink), {
|
|
59
|
-
href:
|
|
60
|
-
target: "_blank"
|
|
58
|
+
href: `https://atomgit.com/${__props.sig.atomgitUrl}`,
|
|
59
|
+
target: "_blank",
|
|
60
|
+
"hover-underline": false
|
|
61
61
|
}, {
|
|
62
62
|
default: withCtx(() => [
|
|
63
63
|
createVNode(unref(OIcon), { class: "o-sig-source-icon" }, {
|
|
@@ -108,7 +108,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
108
108
|
createElementVNode("div", _hoisted_7, toDisplayString(unref(t)("sig.repo")) + ":", 1),
|
|
109
109
|
createVNode(unref(OLink), {
|
|
110
110
|
color: "primary",
|
|
111
|
-
href:
|
|
111
|
+
href: `https://atomgit.com/${__props.activeRepo}`,
|
|
112
112
|
target: "_blank"
|
|
113
113
|
}, {
|
|
114
114
|
default: withCtx(() => [
|
|
@@ -149,7 +149,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
149
149
|
key: item,
|
|
150
150
|
class: "o-sig-popup-item",
|
|
151
151
|
color: "primary",
|
|
152
|
-
href:
|
|
152
|
+
href: `https://atomgit.com/${item}`,
|
|
153
153
|
target: "_blank"
|
|
154
154
|
}, {
|
|
155
155
|
default: withCtx(() => {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { SigRepoEntryT } from '../types';
|
|
2
2
|
interface SigRepoPropsT {
|
|
3
3
|
repositories?: SigRepoEntryT[];
|
|
4
|
-
gitBase?: string;
|
|
5
4
|
}
|
|
6
5
|
declare const _default: import('vue').DefineComponent<SigRepoPropsT, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SigRepoPropsT> & Readonly<{}>, {
|
|
7
6
|
repositories: SigRepoEntryT[];
|
|
8
|
-
gitBase: string;
|
|
9
7
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
8
|
export default _default;
|
|
@@ -15,8 +15,7 @@ const _hoisted_4 = {
|
|
|
15
15
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
16
16
|
__name: "OSigRepo",
|
|
17
17
|
props: {
|
|
18
|
-
repositories: { default: () => [] }
|
|
19
|
-
gitBase: { default: "https://atomgit.com/" }
|
|
18
|
+
repositories: { default: () => [] }
|
|
20
19
|
},
|
|
21
20
|
setup(__props) {
|
|
22
21
|
const props = __props;
|
|
@@ -111,7 +110,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
111
110
|
createVNode(unref(OLink), {
|
|
112
111
|
target: "_blank",
|
|
113
112
|
rel: "noopener noreferrer",
|
|
114
|
-
href:
|
|
113
|
+
href: `https://atomgit.com/${row.repo}`
|
|
115
114
|
}, {
|
|
116
115
|
default: withCtx(() => [
|
|
117
116
|
createTextVNode(toDisplayString(row.repo), 1)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SIG_ADDRESS = "https://atomgit.com/openeuler/community/tree/master/sig/";
|
|
@@ -17,7 +17,6 @@ export interface SigCompleteItemT {
|
|
|
17
17
|
etherpadUrl?: string;
|
|
18
18
|
subscribeUrl?: string;
|
|
19
19
|
discuss_url?: string;
|
|
20
|
-
gitUrl?: string;
|
|
21
20
|
mature_level?: string;
|
|
22
21
|
maintainers: string[];
|
|
23
22
|
committers: string[];
|
|
@@ -111,7 +110,7 @@ export interface SigListPropsT {
|
|
|
111
110
|
sigLandscape?: GroupInfoT[];
|
|
112
111
|
sigList?: SigListItemT[];
|
|
113
112
|
searchFn?: (params: SigSearchParamsT) => Promise<SigSearchResultT>;
|
|
114
|
-
|
|
113
|
+
footerSelector?: string;
|
|
115
114
|
}
|
|
116
115
|
export interface DayDataT {
|
|
117
116
|
creator?: string;
|
|
@@ -290,6 +290,7 @@ const en = {
|
|
|
290
290
|
"feedback.submit": "Submit",
|
|
291
291
|
"feedback.cancel": "Cancel",
|
|
292
292
|
"header.quickLink": "Quick Link",
|
|
293
|
+
"sig.selectOrSearchCate": "Search",
|
|
293
294
|
"sig.sigCenter": "SIG",
|
|
294
295
|
"sig.subtitle": "The openEuler community is organized into Special Interest Groups (SIGs) to better coordinate and manage work processes. SIGs are open to everyone.",
|
|
295
296
|
"sig.welcomeJoin": "Welcome to SIGs",
|
|
@@ -280,6 +280,7 @@ const zh = {
|
|
|
280
280
|
"feedback.submit": "提交",
|
|
281
281
|
"feedback.cancel": "取消",
|
|
282
282
|
"header.quickLink": "快捷链接",
|
|
283
|
+
"sig.selectOrSearchCate": "选择或搜索分类",
|
|
283
284
|
"sig.sigCenter": "SIG中心",
|
|
284
285
|
"sig.subtitle": "SIG 全称是 Special Interest Group,即“特别兴趣小组”。openEuler社区按照不同的 SIG 来组织,以便更好地管理和改善工作流程。SIG 组均是开放的,欢迎任何人来参与",
|
|
285
286
|
"sig.welcomeJoin": "欢迎参与SIG",
|
|
@@ -14,6 +14,7 @@ export * from './components/header-source-code';
|
|
|
14
14
|
export * from './components/header-theme';
|
|
15
15
|
export * from './components/header-user';
|
|
16
16
|
export * from './components/icon';
|
|
17
|
+
export * from './components/logo-swiper';
|
|
17
18
|
export * from './components/meeting';
|
|
18
19
|
export * from './components/search';
|
|
19
20
|
export * from './components/section';
|
|
@@ -13,6 +13,7 @@ import { OHeaderSourceCode } from "./components/header-source-code/index.mjs";
|
|
|
13
13
|
import { OHeaderTheme } from "./components/header-theme/index.mjs";
|
|
14
14
|
import { OHeaderUser } from "./components/header-user/index.mjs";
|
|
15
15
|
import { createSvgIcon } from "./components/icon/index.mjs";
|
|
16
|
+
import { OLogoSwiper, OLogoSwiperItems } from "./components/logo-swiper/index.mjs";
|
|
16
17
|
import { OMeetingCalendar, OMeetingForm, OMeetingMyCalendar, OMeetingPlayback, OMeetingSigCalendar } from "./components/meeting/index.mjs";
|
|
17
18
|
import { OSearchInput } from "./components/search/index.mjs";
|
|
18
19
|
import { OSection } from "./components/section/index.mjs";
|
|
@@ -49,6 +50,8 @@ export {
|
|
|
49
50
|
OHeaderSourceCode,
|
|
50
51
|
OHeaderTheme,
|
|
51
52
|
OHeaderUser,
|
|
53
|
+
OLogoSwiper,
|
|
54
|
+
OLogoSwiperItems,
|
|
52
55
|
OMeetingCalendar,
|
|
53
56
|
OMeetingForm,
|
|
54
57
|
OMeetingMyCalendar,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opendesign-plus-test/components",
|
|
3
|
-
"version": "0.0.1-rc.
|
|
3
|
+
"version": "0.0.1-rc.136",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"vue-dompurify-html": "^3.1.2",
|
|
46
46
|
"vue": "^3.5.13",
|
|
47
47
|
"element-plus": "2.13.1",
|
|
48
|
-
"@opendesign-plus/
|
|
49
|
-
"@opendesign-plus/
|
|
48
|
+
"@opendesign-plus/styles": "0.0.1-rc.2",
|
|
49
|
+
"@opendesign-plus/composables": "0.0.1-rc.10"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
-
const _hoisted_1 = {
|
|
3
|
-
version: "1.1",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
width: "24",
|
|
6
|
-
height: "24",
|
|
7
|
-
viewBox: "0 0 24 24"
|
|
8
|
-
};
|
|
9
|
-
function render(_ctx, _cache) {
|
|
10
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
-
createElementVNode("path", {
|
|
12
|
-
opacity: "0.8",
|
|
13
|
-
fill: "#000",
|
|
14
|
-
d: "M17.286 5c0.676 0 1.213 0.546 1.213 1.21 0 0.227-0.064 0.449-0.184 0.641l-0.065 0.093-1.24 1.62c-0.149 0.194-0.433 0.236-0.634 0.092-0.181-0.129-0.234-0.364-0.134-0.551l0.039-0.060 1.24-1.62c0.046-0.060 0.071-0.136 0.071-0.214 0-0.169-0.113-0.302-0.253-0.329l-0.054-0.005h-10.573c-0.064 0-0.126 0.022-0.179 0.064-0.126 0.099-0.162 0.281-0.092 0.426l0.036 0.059 4.207 5.495c0.138 0.18 0.221 0.394 0.243 0.617l0.006 0.112 0.015 3.985c0 0.088 0.033 0.171 0.087 0.232l0.045 0.042 1.525 1.158c0.052 0.040 0.114 0.060 0.176 0.060 0.146-0.001 0.274-0.116 0.301-0.275l0.005-0.062-0.020-5.134c-0.001-0.228 0.063-0.452 0.184-0.645l0.065-0.094 1.804-2.357c0.149-0.194 0.433-0.236 0.634-0.092 0.181 0.129 0.234 0.364 0.134 0.551l-0.039 0.060-1.805 2.357c-0.035 0.045-0.058 0.099-0.067 0.157l-0.005 0.059 0.020 5.134c0.003 0.663-0.533 1.212-1.209 1.214-0.23 0.001-0.454-0.063-0.647-0.183l-0.094-0.064-1.525-1.158c-0.267-0.203-0.436-0.506-0.471-0.834l-0.007-0.124-0.015-3.985c-0-0.059-0.015-0.115-0.041-0.165l-0.030-0.047-4.207-5.495c-0.401-0.523-0.308-1.272 0.211-1.682 0.183-0.145 0.405-0.234 0.637-0.256l0.117-0.006h10.573z"
|
|
15
|
-
}, null, -1)
|
|
16
|
-
])]);
|
|
17
|
-
}
|
|
18
|
-
const IconFilter = { name: "components-icon-filter", render };
|
|
19
|
-
export {
|
|
20
|
-
IconFilter as default
|
|
21
|
-
};
|