@opendesign-plus-test/components 0.0.1-rc.133 → 0.0.1-rc.134
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 +10 -12
- package/dist/components/sig/OSigDetail.vue.d.ts +2 -0
- package/dist/components/sig/OSigList.vue.d.ts +2 -2
- package/dist/components/sig/components/OSigItem.vue.d.ts +4 -1
- package/dist/components/sig/components/OSigRepo.vue.d.ts +2 -0
- package/dist/components/sig/types.d.ts +2 -1
- package/dist/components.cjs.js +37 -37
- package/dist/components.css +1 -1
- package/dist/components.es.js +7113 -7017
- package/dist/treeshaking/_virtual/icon-filter.mjs +5 -6
- package/dist/treeshaking/_virtual/icon-filter2.mjs +21 -0
- package/dist/treeshaking/components/activity/OActivityApproval.css +6 -3
- package/dist/treeshaking/components/activity/OActivityApproval2.css +6 -3
- package/dist/treeshaking/components/activity/OActivityForm.css +6 -3
- package/dist/treeshaking/components/activity/OActivityForm2.css +6 -3
- package/dist/treeshaking/components/activity/OActivityMyCalendar.css +6 -3
- package/dist/treeshaking/components/activity/OActivityMyCalendar2.css +6 -3
- package/dist/treeshaking/components/common/ThFilter.vue.mjs +1 -1
- package/dist/treeshaking/components/common/TooltipText.vue.mjs +2 -3
- package/dist/treeshaking/components/element-plus/OElCookieNotice.css +6 -3
- package/dist/treeshaking/components/element-plus/OElCookieNotice2.css +6 -3
- package/dist/treeshaking/components/meeting/OMeetingCalendar.css +6 -3
- package/dist/treeshaking/components/meeting/OMeetingForm.css +6 -3
- package/dist/treeshaking/components/meeting/OMeetingForm2.css +6 -3
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +6 -3
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar2.css +6 -3
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.css +6 -3
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector2.css +6 -3
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +6 -3
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles2.css +6 -3
- package/dist/treeshaking/components/sig/OSigDetail.vue.d.ts +2 -0
- package/dist/treeshaking/components/sig/OSigDetail.vue.mjs +13 -10
- package/dist/treeshaking/components/sig/OSigList.css +81 -317
- package/dist/treeshaking/components/sig/OSigList.vue.d.ts +2 -2
- package/dist/treeshaking/components/sig/OSigList.vue.mjs +294 -204
- package/dist/treeshaking/components/sig/components/OSigItem.css +63 -68
- package/dist/treeshaking/components/sig/components/OSigItem.vue.d.ts +4 -1
- package/dist/treeshaking/components/sig/components/OSigItem.vue.mjs +6 -6
- package/dist/treeshaking/components/sig/components/OSigRepo.vue.d.ts +2 -0
- package/dist/treeshaking/components/sig/components/OSigRepo.vue.mjs +3 -2
- package/dist/treeshaking/components/sig/types.d.ts +2 -1
- package/dist/treeshaking/i18n/en.mjs +0 -1
- package/dist/treeshaking/i18n/zh.mjs +0 -1
- package/package.json +1 -1
- package/dist/components/sig/components/config-sig.d.ts +0 -1
- package/dist/treeshaking/components/sig/components/config-sig.d.ts +0 -1
- package/dist/treeshaking/components/sig/components/config-sig.mjs +0 -4
|
@@ -25,15 +25,14 @@
|
|
|
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;
|
|
29
28
|
}
|
|
30
29
|
}
|
|
31
|
-
.o-sig-item
|
|
30
|
+
.o-sig-item-header {
|
|
32
31
|
display: flex;
|
|
33
32
|
justify-content: space-between;
|
|
34
33
|
align-items: center;
|
|
35
34
|
}
|
|
36
|
-
.o-sig-
|
|
35
|
+
.o-sig-name {
|
|
37
36
|
cursor: pointer;
|
|
38
37
|
color: var(--o-color-info1);
|
|
39
38
|
font-weight: 600;
|
|
@@ -41,93 +40,73 @@
|
|
|
41
40
|
line-height: 30px;
|
|
42
41
|
}
|
|
43
42
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
44
|
-
.o-sig-
|
|
43
|
+
.o-sig-name {
|
|
45
44
|
font-size: 18px;
|
|
46
45
|
line-height: 26px;
|
|
47
46
|
}
|
|
48
47
|
}
|
|
49
48
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
50
|
-
.o-sig-
|
|
49
|
+
.o-sig-name {
|
|
51
50
|
font-size: 16px;
|
|
52
51
|
line-height: 24px;
|
|
53
52
|
}
|
|
54
53
|
}
|
|
55
54
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
56
|
-
.o-sig-
|
|
55
|
+
.o-sig-name {
|
|
57
56
|
font-size: 16px;
|
|
58
57
|
line-height: 24px;
|
|
59
58
|
}
|
|
60
59
|
}
|
|
61
60
|
@media (max-width: 600px) {
|
|
62
|
-
.o-sig-
|
|
61
|
+
.o-sig-name {
|
|
63
62
|
font-size: 16px;
|
|
64
63
|
line-height: 24px;
|
|
65
64
|
}
|
|
66
65
|
}
|
|
67
66
|
@media (hover: hover) {
|
|
68
|
-
.o-sig-
|
|
67
|
+
.o-sig-name:hover {
|
|
69
68
|
color: var(--o-color-primary1);
|
|
70
69
|
}
|
|
71
70
|
}
|
|
72
|
-
.o-sig-
|
|
71
|
+
.o-sig-type-tag {
|
|
73
72
|
--tag-bd-color: var(--o-color-control4);
|
|
74
73
|
--tag-height: 24px;
|
|
75
74
|
}
|
|
76
75
|
@media (max-width: 1680px) {
|
|
77
|
-
.o-sig-
|
|
76
|
+
.o-sig-type-tag {
|
|
78
77
|
--tag-height: 20px;
|
|
79
78
|
}
|
|
80
79
|
}
|
|
81
|
-
|
|
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 {
|
|
80
|
+
.o-sig-link {
|
|
89
81
|
display: flex;
|
|
90
82
|
align-items: center;
|
|
91
83
|
margin-top: var(--o-gap-2);
|
|
92
84
|
}
|
|
93
|
-
.o-sig-
|
|
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 {
|
|
85
|
+
.o-sig-link .o-sig-source-icon {
|
|
102
86
|
font-size: 24px;
|
|
103
87
|
}
|
|
104
88
|
@media (max-width: 1680px) {
|
|
105
|
-
.o-sig-
|
|
89
|
+
.o-sig-link .o-sig-source-icon {
|
|
106
90
|
font-size: 20px;
|
|
107
91
|
}
|
|
108
92
|
}
|
|
109
|
-
.o-sig-
|
|
93
|
+
.o-sig-link .o-sig-source-icon svg {
|
|
110
94
|
fill: none;
|
|
111
95
|
}
|
|
112
|
-
.o-sig-
|
|
96
|
+
.o-sig-link .o-divider {
|
|
113
97
|
--o-divider-label-gap: 0 8px;
|
|
114
98
|
}
|
|
115
|
-
.o-sig-
|
|
99
|
+
.o-sig-link .o-btn {
|
|
116
100
|
margin-left: var(--o-gap-2);
|
|
117
101
|
}
|
|
118
|
-
.o-sig-
|
|
102
|
+
.o-sig-link .mail-link {
|
|
119
103
|
min-width: 0;
|
|
120
|
-
flex:
|
|
104
|
+
flex: 1;
|
|
121
105
|
}
|
|
122
|
-
.o-sig-
|
|
106
|
+
.o-sig-link .mail-link .tooltip-text-wrapper {
|
|
123
107
|
min-width: 0;
|
|
124
108
|
flex: 1;
|
|
125
109
|
}
|
|
126
|
-
@media (max-width: 840px) {
|
|
127
|
-
.o-sig-item .o-sig-link {
|
|
128
|
-
margin-top: 8px;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
110
|
.o-sig-item .o-link {
|
|
132
111
|
padding: 0;
|
|
133
112
|
font-size: 16px;
|
|
@@ -190,7 +169,7 @@
|
|
|
190
169
|
line-height: 22px;
|
|
191
170
|
}
|
|
192
171
|
}
|
|
193
|
-
.o-sig-
|
|
172
|
+
.o-sig-description {
|
|
194
173
|
margin-top: var(--o-gap-2);
|
|
195
174
|
color: var(--o-color-info2);
|
|
196
175
|
height: 44px;
|
|
@@ -205,36 +184,36 @@
|
|
|
205
184
|
line-height: 22px;
|
|
206
185
|
}
|
|
207
186
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
208
|
-
.o-sig-
|
|
187
|
+
.o-sig-description {
|
|
209
188
|
font-size: 14px;
|
|
210
189
|
line-height: 18px;
|
|
211
190
|
}
|
|
212
191
|
}
|
|
213
192
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
214
|
-
.o-sig-
|
|
193
|
+
.o-sig-description {
|
|
215
194
|
font-size: 12px;
|
|
216
195
|
line-height: 18px;
|
|
217
196
|
}
|
|
218
197
|
}
|
|
219
198
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
220
|
-
.o-sig-
|
|
199
|
+
.o-sig-description {
|
|
221
200
|
font-size: 12px;
|
|
222
201
|
line-height: 18px;
|
|
223
202
|
}
|
|
224
203
|
}
|
|
225
204
|
@media (max-width: 600px) {
|
|
226
|
-
.o-sig-
|
|
205
|
+
.o-sig-description {
|
|
227
206
|
font-size: 12px;
|
|
228
207
|
line-height: 18px;
|
|
229
208
|
}
|
|
230
209
|
}
|
|
231
210
|
@media (max-width: 1680px) {
|
|
232
|
-
.o-sig-
|
|
211
|
+
.o-sig-description {
|
|
233
212
|
height: 36px;
|
|
234
213
|
}
|
|
235
214
|
}
|
|
236
215
|
@media (max-width: 840px) {
|
|
237
|
-
.o-sig-
|
|
216
|
+
.o-sig-description {
|
|
238
217
|
margin-top: 6px;
|
|
239
218
|
order: 1;
|
|
240
219
|
height: auto;
|
|
@@ -243,38 +222,38 @@
|
|
|
243
222
|
}
|
|
244
223
|
}
|
|
245
224
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
246
|
-
.o-sig-
|
|
225
|
+
.o-sig-description {
|
|
247
226
|
font-size: 14px;
|
|
248
227
|
line-height: 22px;
|
|
249
228
|
}
|
|
250
229
|
}
|
|
251
230
|
@media (max-width: 840px) and (min-width: 841px) and (max-width: 1200px) {
|
|
252
|
-
.o-sig-
|
|
231
|
+
.o-sig-description {
|
|
253
232
|
font-size: 14px;
|
|
254
233
|
line-height: 22px;
|
|
255
234
|
}
|
|
256
235
|
}
|
|
257
236
|
@media (max-width: 840px) and (min-width: 601px) and (max-width: 840px) {
|
|
258
|
-
.o-sig-
|
|
237
|
+
.o-sig-description {
|
|
259
238
|
font-size: 14px;
|
|
260
239
|
line-height: 22px;
|
|
261
240
|
}
|
|
262
241
|
}
|
|
263
242
|
@media (max-width: 840px) and (max-width: 600px) {
|
|
264
|
-
.o-sig-
|
|
243
|
+
.o-sig-description {
|
|
265
244
|
font-size: 12px;
|
|
266
245
|
line-height: 18px;
|
|
267
246
|
}
|
|
268
247
|
}
|
|
269
|
-
.o-sig-
|
|
248
|
+
.o-sig-description .o-sig-repo {
|
|
270
249
|
display: flex;
|
|
271
250
|
}
|
|
272
|
-
.o-sig-
|
|
251
|
+
.o-sig-description .o-sig-repo .o-sig-repo-label {
|
|
273
252
|
color: var(--o-color-info1);
|
|
274
253
|
font-weight: 500;
|
|
275
254
|
margin-right: 8px;
|
|
276
255
|
}
|
|
277
|
-
.o-sig-
|
|
256
|
+
.o-sig-bottom {
|
|
278
257
|
display: flex;
|
|
279
258
|
align-items: center;
|
|
280
259
|
margin-top: var(--o-gap-2);
|
|
@@ -283,74 +262,90 @@
|
|
|
283
262
|
line-height: 18px;
|
|
284
263
|
}
|
|
285
264
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
286
|
-
.o-sig-
|
|
265
|
+
.o-sig-bottom {
|
|
287
266
|
font-size: 12px;
|
|
288
267
|
line-height: 18px;
|
|
289
268
|
}
|
|
290
269
|
}
|
|
291
270
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
292
|
-
.o-sig-
|
|
271
|
+
.o-sig-bottom {
|
|
293
272
|
font-size: 12px;
|
|
294
273
|
line-height: 18px;
|
|
295
274
|
}
|
|
296
275
|
}
|
|
297
276
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
298
|
-
.o-sig-
|
|
277
|
+
.o-sig-bottom {
|
|
299
278
|
font-size: 12px;
|
|
300
279
|
line-height: 18px;
|
|
301
280
|
}
|
|
302
281
|
}
|
|
303
282
|
@media (max-width: 600px) {
|
|
304
|
-
.o-sig-
|
|
283
|
+
.o-sig-bottom {
|
|
305
284
|
font-size: 12px;
|
|
306
285
|
line-height: 18px;
|
|
307
286
|
}
|
|
308
287
|
}
|
|
309
|
-
.o-sig-
|
|
288
|
+
.o-sig-bottom .o-icon {
|
|
310
289
|
--icon-size: 16px;
|
|
311
290
|
margin-right: 4px;
|
|
312
291
|
}
|
|
313
|
-
.o-sig-
|
|
314
|
-
fill: currentColor;
|
|
315
|
-
}
|
|
316
|
-
.o-sig-item .o-sig-bottom .o-sig-meta-text {
|
|
292
|
+
.o-sig-bottom .o-sig-meta-text {
|
|
317
293
|
cursor: pointer;
|
|
318
294
|
margin-bottom: 0;
|
|
319
295
|
}
|
|
320
296
|
@media (max-width: 840px) {
|
|
321
|
-
.o-sig-
|
|
297
|
+
.o-sig-bottom {
|
|
322
298
|
font-size: 16px;
|
|
323
299
|
line-height: 24px;
|
|
324
300
|
}
|
|
325
301
|
}
|
|
326
302
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
327
|
-
.o-sig-
|
|
303
|
+
.o-sig-bottom {
|
|
328
304
|
font-size: 14px;
|
|
329
305
|
line-height: 22px;
|
|
330
306
|
}
|
|
331
307
|
}
|
|
332
308
|
@media (max-width: 840px) and (min-width: 841px) and (max-width: 1200px) {
|
|
333
|
-
.o-sig-
|
|
309
|
+
.o-sig-bottom {
|
|
334
310
|
font-size: 14px;
|
|
335
311
|
line-height: 22px;
|
|
336
312
|
}
|
|
337
313
|
}
|
|
338
314
|
@media (max-width: 840px) and (min-width: 601px) and (max-width: 840px) {
|
|
339
|
-
.o-sig-
|
|
315
|
+
.o-sig-bottom {
|
|
340
316
|
font-size: 14px;
|
|
341
317
|
line-height: 22px;
|
|
342
318
|
}
|
|
343
319
|
}
|
|
344
320
|
@media (max-width: 840px) and (max-width: 600px) {
|
|
345
|
-
.o-sig-
|
|
321
|
+
.o-sig-bottom {
|
|
346
322
|
font-size: 12px;
|
|
347
323
|
line-height: 18px;
|
|
348
324
|
}
|
|
349
325
|
}
|
|
350
|
-
.o-sig-
|
|
326
|
+
.o-sig-meta {
|
|
351
327
|
display: flex;
|
|
352
328
|
align-items: center;
|
|
353
329
|
}
|
|
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
|
+
}
|
|
354
349
|
.o-sig-popup-repos {
|
|
355
350
|
width: 272px;
|
|
356
351
|
--popup-padding: 9px 0;
|
|
@@ -5,10 +5,13 @@ type __VLS_Props = {
|
|
|
5
5
|
locale: 'zh' | 'en';
|
|
6
6
|
mobile?: boolean;
|
|
7
7
|
activeRepo?: string;
|
|
8
|
+
gitBase?: string;
|
|
8
9
|
};
|
|
9
10
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
10
11
|
"to-sig-detail": (sigName: string) => any;
|
|
11
12
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
13
|
"onTo-sig-detail"?: ((sigName: string) => any) | undefined;
|
|
13
|
-
}>, {
|
|
14
|
+
}>, {
|
|
15
|
+
gitBase: string;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
17
|
export default _default;
|
|
@@ -29,7 +29,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
29
29
|
sig: {},
|
|
30
30
|
locale: {},
|
|
31
31
|
mobile: { type: Boolean },
|
|
32
|
-
activeRepo: {}
|
|
32
|
+
activeRepo: {},
|
|
33
|
+
gitBase: { default: "${gitBase}" }
|
|
33
34
|
},
|
|
34
35
|
emits: ["to-sig-detail"],
|
|
35
36
|
setup(__props, { emit: __emit }) {
|
|
@@ -55,9 +56,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
55
56
|
]),
|
|
56
57
|
createElementVNode("div", _hoisted_3, [
|
|
57
58
|
createVNode(unref(OLink), {
|
|
58
|
-
href:
|
|
59
|
-
target: "_blank"
|
|
60
|
-
"hover-underline": false
|
|
59
|
+
href: `${__props.gitBase}${__props.sig.atomgitUrl}`,
|
|
60
|
+
target: "_blank"
|
|
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: `${__props.gitBase}${__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: `${__props.gitBase}${item}`,
|
|
153
153
|
target: "_blank"
|
|
154
154
|
}, {
|
|
155
155
|
default: withCtx(() => {
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { SigRepoEntryT } from '../types';
|
|
2
2
|
interface SigRepoPropsT {
|
|
3
3
|
repositories?: SigRepoEntryT[];
|
|
4
|
+
gitBase?: string;
|
|
4
5
|
}
|
|
5
6
|
declare const _default: import('vue').DefineComponent<SigRepoPropsT, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SigRepoPropsT> & Readonly<{}>, {
|
|
6
7
|
repositories: SigRepoEntryT[];
|
|
8
|
+
gitBase: string;
|
|
7
9
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8
10
|
export default _default;
|
|
@@ -15,7 +15,8 @@ const _hoisted_4 = {
|
|
|
15
15
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
16
16
|
__name: "OSigRepo",
|
|
17
17
|
props: {
|
|
18
|
-
repositories: { default: () => [] }
|
|
18
|
+
repositories: { default: () => [] },
|
|
19
|
+
gitBase: { default: "https://atomgit.com/" }
|
|
19
20
|
},
|
|
20
21
|
setup(__props) {
|
|
21
22
|
const props = __props;
|
|
@@ -110,7 +111,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
110
111
|
createVNode(unref(OLink), {
|
|
111
112
|
target: "_blank",
|
|
112
113
|
rel: "noopener noreferrer",
|
|
113
|
-
href:
|
|
114
|
+
href: `${__props.gitBase}${row.repo}`
|
|
114
115
|
}, {
|
|
115
116
|
default: withCtx(() => [
|
|
116
117
|
createTextVNode(toDisplayString(row.repo), 1)
|
|
@@ -17,6 +17,7 @@ export interface SigCompleteItemT {
|
|
|
17
17
|
etherpadUrl?: string;
|
|
18
18
|
subscribeUrl?: string;
|
|
19
19
|
discuss_url?: string;
|
|
20
|
+
gitUrl?: string;
|
|
20
21
|
mature_level?: string;
|
|
21
22
|
maintainers: string[];
|
|
22
23
|
committers: string[];
|
|
@@ -110,7 +111,7 @@ export interface SigListPropsT {
|
|
|
110
111
|
sigLandscape?: GroupInfoT[];
|
|
111
112
|
sigList?: SigListItemT[];
|
|
112
113
|
searchFn?: (params: SigSearchParamsT) => Promise<SigSearchResultT>;
|
|
113
|
-
|
|
114
|
+
gitBase?: string;
|
|
114
115
|
}
|
|
115
116
|
export interface DayDataT {
|
|
116
117
|
creator?: string;
|
|
@@ -290,7 +290,6 @@ const en = {
|
|
|
290
290
|
"feedback.submit": "Submit",
|
|
291
291
|
"feedback.cancel": "Cancel",
|
|
292
292
|
"header.quickLink": "Quick Link",
|
|
293
|
-
"sig.selectOrSearchCate": "Search",
|
|
294
293
|
"sig.sigCenter": "SIG",
|
|
295
294
|
"sig.subtitle": "The openEuler community is organized into Special Interest Groups (SIGs) to better coordinate and manage work processes. SIGs are open to everyone.",
|
|
296
295
|
"sig.welcomeJoin": "Welcome to SIGs",
|
|
@@ -280,7 +280,6 @@ const zh = {
|
|
|
280
280
|
"feedback.submit": "提交",
|
|
281
281
|
"feedback.cancel": "取消",
|
|
282
282
|
"header.quickLink": "快捷链接",
|
|
283
|
-
"sig.selectOrSearchCate": "选择或搜索分类",
|
|
284
283
|
"sig.sigCenter": "SIG中心",
|
|
285
284
|
"sig.subtitle": "SIG 全称是 Special Interest Group,即“特别兴趣小组”。openEuler社区按照不同的 SIG 来组织,以便更好地管理和改善工作流程。SIG 组均是开放的,欢迎任何人来参与",
|
|
286
285
|
"sig.welcomeJoin": "欢迎参与SIG",
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SIG_ADDRESS = "https://atomgit.com/openeuler/community/tree/master/sig/";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SIG_ADDRESS = "https://atomgit.com/openeuler/community/tree/master/sig/";
|