@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
|
@@ -12,6 +12,8 @@ declare const OFeedbackDoc: {
|
|
|
12
12
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
13
13
|
disableTip?: boolean;
|
|
14
14
|
offset?: number;
|
|
15
|
+
radius?: string;
|
|
16
|
+
inputRadius?: string;
|
|
15
17
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
16
18
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
17
19
|
}> & Readonly<{
|
|
@@ -26,7 +28,10 @@ declare const OFeedbackDoc: {
|
|
|
26
28
|
"update:completeness": (value: number) => any;
|
|
27
29
|
"update:usability": (value: number) => any;
|
|
28
30
|
"update:feedback": (value: string) => any;
|
|
29
|
-
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
31
|
+
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
32
|
+
inputRadius: string;
|
|
33
|
+
radius: string;
|
|
34
|
+
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
30
35
|
feedbackRef: ({
|
|
31
36
|
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
32
37
|
$data: {};
|
|
@@ -130,6 +135,8 @@ declare const OFeedbackDoc: {
|
|
|
130
135
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
131
136
|
disableTip?: boolean;
|
|
132
137
|
offset?: number;
|
|
138
|
+
radius?: string;
|
|
139
|
+
inputRadius?: string;
|
|
133
140
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
134
141
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
135
142
|
}> & Readonly<{
|
|
@@ -138,7 +145,10 @@ declare const OFeedbackDoc: {
|
|
|
138
145
|
"onUpdate:completeness"?: ((value: number) => any) | undefined;
|
|
139
146
|
"onUpdate:usability"?: ((value: number) => any) | undefined;
|
|
140
147
|
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
141
|
-
}>, {}, {}, {}, {}, {
|
|
148
|
+
}>, {}, {}, {}, {}, {
|
|
149
|
+
inputRadius: string;
|
|
150
|
+
radius: string;
|
|
151
|
+
}>;
|
|
142
152
|
__isFragment?: never;
|
|
143
153
|
__isTeleport?: never;
|
|
144
154
|
__isSuspense?: never;
|
|
@@ -154,6 +164,8 @@ declare const OFeedbackDoc: {
|
|
|
154
164
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
155
165
|
disableTip?: boolean;
|
|
156
166
|
offset?: number;
|
|
167
|
+
radius?: string;
|
|
168
|
+
inputRadius?: string;
|
|
157
169
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
158
170
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
159
171
|
}> & Readonly<{
|
|
@@ -168,7 +180,10 @@ declare const OFeedbackDoc: {
|
|
|
168
180
|
"update:completeness": (value: number) => any;
|
|
169
181
|
"update:usability": (value: number) => any;
|
|
170
182
|
"update:feedback": (value: string) => any;
|
|
171
|
-
}, string, {
|
|
183
|
+
}, string, {
|
|
184
|
+
inputRadius: string;
|
|
185
|
+
radius: string;
|
|
186
|
+
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
172
187
|
$slots: {
|
|
173
188
|
default?(_: {}): any;
|
|
174
189
|
};
|
|
@@ -185,6 +200,7 @@ declare const OFeedbackDocContent: {
|
|
|
185
200
|
} & {
|
|
186
201
|
hideClose?: boolean;
|
|
187
202
|
disableTip?: boolean;
|
|
203
|
+
inputRadius?: string;
|
|
188
204
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
189
205
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
190
206
|
}> & Readonly<{
|
|
@@ -208,6 +224,7 @@ declare const OFeedbackDocContent: {
|
|
|
208
224
|
submit: (data: Record<string, any>) => any;
|
|
209
225
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
210
226
|
hideClose: boolean;
|
|
227
|
+
inputRadius: string;
|
|
211
228
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
212
229
|
P: {};
|
|
213
230
|
B: {};
|
|
@@ -224,6 +241,7 @@ declare const OFeedbackDocContent: {
|
|
|
224
241
|
} & {
|
|
225
242
|
hideClose?: boolean;
|
|
226
243
|
disableTip?: boolean;
|
|
244
|
+
inputRadius?: string;
|
|
227
245
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
228
246
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
229
247
|
}> & Readonly<{
|
|
@@ -237,6 +255,7 @@ declare const OFeedbackDocContent: {
|
|
|
237
255
|
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
238
256
|
}>, {}, {}, {}, {}, {
|
|
239
257
|
hideClose: boolean;
|
|
258
|
+
inputRadius: string;
|
|
240
259
|
}>;
|
|
241
260
|
__isFragment?: never;
|
|
242
261
|
__isTeleport?: never;
|
|
@@ -250,6 +269,7 @@ declare const OFeedbackDocContent: {
|
|
|
250
269
|
} & {
|
|
251
270
|
hideClose?: boolean;
|
|
252
271
|
disableTip?: boolean;
|
|
272
|
+
inputRadius?: string;
|
|
253
273
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
254
274
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
255
275
|
}> & Readonly<{
|
|
@@ -273,6 +293,7 @@ declare const OFeedbackDocContent: {
|
|
|
273
293
|
submit: (data: Record<string, any>) => any;
|
|
274
294
|
}, string, {
|
|
275
295
|
hideClose: boolean;
|
|
296
|
+
inputRadius: string;
|
|
276
297
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
|
|
277
298
|
install(app: App): void;
|
|
278
299
|
};
|
|
@@ -286,6 +307,8 @@ declare const OFeedbackDocDialog: {
|
|
|
286
307
|
feedback?: string;
|
|
287
308
|
} & {
|
|
288
309
|
disableTip?: boolean;
|
|
310
|
+
radius?: string;
|
|
311
|
+
inputRadius?: string;
|
|
289
312
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
290
313
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
291
314
|
}> & Readonly<{
|
|
@@ -307,7 +330,10 @@ declare const OFeedbackDocDialog: {
|
|
|
307
330
|
} & {
|
|
308
331
|
close: () => any;
|
|
309
332
|
change: () => any;
|
|
310
|
-
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
333
|
+
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
334
|
+
inputRadius: string;
|
|
335
|
+
radius: string;
|
|
336
|
+
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, any, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
311
337
|
P: {};
|
|
312
338
|
B: {};
|
|
313
339
|
D: {};
|
|
@@ -323,6 +349,8 @@ declare const OFeedbackDocDialog: {
|
|
|
323
349
|
feedback?: string;
|
|
324
350
|
} & {
|
|
325
351
|
disableTip?: boolean;
|
|
352
|
+
radius?: string;
|
|
353
|
+
inputRadius?: string;
|
|
326
354
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
327
355
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
328
356
|
}> & Readonly<{
|
|
@@ -334,7 +362,10 @@ declare const OFeedbackDocDialog: {
|
|
|
334
362
|
"onUpdate:completeness"?: ((value: number) => any) | undefined;
|
|
335
363
|
"onUpdate:usability"?: ((value: number) => any) | undefined;
|
|
336
364
|
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
337
|
-
}>, {}, {}, {}, {}, {
|
|
365
|
+
}>, {}, {}, {}, {}, {
|
|
366
|
+
inputRadius: string;
|
|
367
|
+
radius: string;
|
|
368
|
+
}>;
|
|
338
369
|
__isFragment?: never;
|
|
339
370
|
__isTeleport?: never;
|
|
340
371
|
__isSuspense?: never;
|
|
@@ -347,6 +378,8 @@ declare const OFeedbackDocDialog: {
|
|
|
347
378
|
feedback?: string;
|
|
348
379
|
} & {
|
|
349
380
|
disableTip?: boolean;
|
|
381
|
+
radius?: string;
|
|
382
|
+
inputRadius?: string;
|
|
350
383
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
351
384
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
352
385
|
}> & Readonly<{
|
|
@@ -368,7 +401,10 @@ declare const OFeedbackDocDialog: {
|
|
|
368
401
|
} & {
|
|
369
402
|
close: () => any;
|
|
370
403
|
change: () => any;
|
|
371
|
-
}, string, {
|
|
404
|
+
}, string, {
|
|
405
|
+
inputRadius: string;
|
|
406
|
+
radius: string;
|
|
407
|
+
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
|
|
372
408
|
install(app: App): void;
|
|
373
409
|
};
|
|
374
410
|
declare const OFeedbackDocPopup: {
|
|
@@ -386,6 +422,8 @@ declare const OFeedbackDocPopup: {
|
|
|
386
422
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
387
423
|
disableTip?: boolean;
|
|
388
424
|
offset?: number;
|
|
425
|
+
radius?: string;
|
|
426
|
+
inputRadius?: string;
|
|
389
427
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
390
428
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
391
429
|
}> & Readonly<{
|
|
@@ -411,6 +449,8 @@ declare const OFeedbackDocPopup: {
|
|
|
411
449
|
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
412
450
|
offset: number;
|
|
413
451
|
autoHide: boolean;
|
|
452
|
+
inputRadius: string;
|
|
453
|
+
radius: string;
|
|
414
454
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, any, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
415
455
|
P: {};
|
|
416
456
|
B: {};
|
|
@@ -432,6 +472,8 @@ declare const OFeedbackDocPopup: {
|
|
|
432
472
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
433
473
|
disableTip?: boolean;
|
|
434
474
|
offset?: number;
|
|
475
|
+
radius?: string;
|
|
476
|
+
inputRadius?: string;
|
|
435
477
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
436
478
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
437
479
|
}> & Readonly<{
|
|
@@ -448,6 +490,8 @@ declare const OFeedbackDocPopup: {
|
|
|
448
490
|
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
449
491
|
offset: number;
|
|
450
492
|
autoHide: boolean;
|
|
493
|
+
inputRadius: string;
|
|
494
|
+
radius: string;
|
|
451
495
|
}>;
|
|
452
496
|
__isFragment?: never;
|
|
453
497
|
__isTeleport?: never;
|
|
@@ -466,6 +510,8 @@ declare const OFeedbackDocPopup: {
|
|
|
466
510
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
467
511
|
disableTip?: boolean;
|
|
468
512
|
offset?: number;
|
|
513
|
+
radius?: string;
|
|
514
|
+
inputRadius?: string;
|
|
469
515
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
470
516
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
471
517
|
}> & Readonly<{
|
|
@@ -491,6 +537,8 @@ declare const OFeedbackDocPopup: {
|
|
|
491
537
|
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
492
538
|
offset: number;
|
|
493
539
|
autoHide: boolean;
|
|
540
|
+
inputRadius: string;
|
|
541
|
+
radius: string;
|
|
494
542
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
|
|
495
543
|
install(app: App): void;
|
|
496
544
|
};
|
|
@@ -1,41 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
simple: any;
|
|
3
|
-
atom: any;
|
|
4
|
-
lang: any;
|
|
5
|
-
quickNav: any;
|
|
6
|
-
friendshipLink: any;
|
|
7
|
-
footerLogo: any;
|
|
8
|
-
footerOption: any;
|
|
9
|
-
qrcode: any;
|
|
10
|
-
footerBg: any;
|
|
11
|
-
};
|
|
1
|
+
import { FooterT } from './types.ts';
|
|
12
2
|
declare function __VLS_template(): {
|
|
13
3
|
attrs: Partial<{}>;
|
|
14
4
|
slots: {
|
|
15
|
-
|
|
5
|
+
info?(_: {}): any;
|
|
16
6
|
quickNav?(_: {}): any;
|
|
17
7
|
friendshipLink?(_: {}): any;
|
|
18
8
|
footer?(_: {}): any;
|
|
19
9
|
left?(_: {}): any;
|
|
20
|
-
left?(_: {}): any;
|
|
21
|
-
right?(_: {}): any;
|
|
22
10
|
right?(_: {}): any;
|
|
23
|
-
copyright?(_: {}): any;
|
|
24
11
|
};
|
|
25
12
|
refs: {};
|
|
26
13
|
rootEl: HTMLDivElement;
|
|
27
14
|
};
|
|
28
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
29
|
-
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
30
|
-
simple:
|
|
31
|
-
atom: any;
|
|
32
|
-
lang: any;
|
|
33
|
-
quickNav: any;
|
|
34
|
-
friendshipLink: any;
|
|
35
|
-
footerLogo: any;
|
|
36
|
-
footerOption: any;
|
|
37
|
-
qrcode: any;
|
|
38
|
-
footerBg: any;
|
|
16
|
+
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<FooterT, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<FooterT> & Readonly<{}>, {
|
|
17
|
+
simple: boolean;
|
|
39
18
|
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
20
|
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { FooterT } from '../types.ts';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
info?(_: {}): any;
|
|
6
|
+
quickNav?(_: {}): any;
|
|
7
|
+
friendshipLink?(_: {}): any;
|
|
8
|
+
footer?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<FooterT, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<FooterT> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { FooterT } from '../types.ts';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
left?(_: {}): any;
|
|
6
|
+
right?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {
|
|
9
|
+
footerLeftRef: HTMLDivElement;
|
|
10
|
+
};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<FooterT, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<FooterT> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
15
|
+
footerLeftRef: HTMLDivElement;
|
|
16
|
+
}, HTMLDivElement>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -1,25 +1,7 @@
|
|
|
1
1
|
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
declare const OFooter: {
|
|
3
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
|
-
simple:
|
|
5
|
-
atom: any;
|
|
6
|
-
lang: any;
|
|
7
|
-
quickNav: any;
|
|
8
|
-
friendshipLink: any;
|
|
9
|
-
footerLogo: any;
|
|
10
|
-
footerOption: any;
|
|
11
|
-
qrcode: any;
|
|
12
|
-
footerBg: any;
|
|
13
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
14
|
-
simple: any;
|
|
15
|
-
atom: any;
|
|
16
|
-
lang: any;
|
|
17
|
-
quickNav: any;
|
|
18
|
-
friendshipLink: any;
|
|
19
|
-
footerLogo: any;
|
|
20
|
-
footerOption: any;
|
|
21
|
-
qrcode: any;
|
|
22
|
-
footerBg: any;
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').FooterT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
4
|
+
simple: boolean;
|
|
23
5
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
24
6
|
P: {};
|
|
25
7
|
B: {};
|
|
@@ -27,63 +9,25 @@ declare const OFooter: {
|
|
|
27
9
|
C: {};
|
|
28
10
|
M: {};
|
|
29
11
|
Defaults: {};
|
|
30
|
-
}, Readonly<{
|
|
31
|
-
simple:
|
|
32
|
-
atom: any;
|
|
33
|
-
lang: any;
|
|
34
|
-
quickNav: any;
|
|
35
|
-
friendshipLink: any;
|
|
36
|
-
footerLogo: any;
|
|
37
|
-
footerOption: any;
|
|
38
|
-
qrcode: any;
|
|
39
|
-
footerBg: any;
|
|
40
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
41
|
-
simple: any;
|
|
42
|
-
atom: any;
|
|
43
|
-
lang: any;
|
|
44
|
-
quickNav: any;
|
|
45
|
-
friendshipLink: any;
|
|
46
|
-
footerLogo: any;
|
|
47
|
-
footerOption: any;
|
|
48
|
-
qrcode: any;
|
|
49
|
-
footerBg: any;
|
|
12
|
+
}, Readonly<import('./types').FooterT> & Readonly<{}>, {}, {}, {}, {}, {
|
|
13
|
+
simple: boolean;
|
|
50
14
|
}>;
|
|
51
15
|
__isFragment?: never;
|
|
52
16
|
__isTeleport?: never;
|
|
53
17
|
__isSuspense?: never;
|
|
54
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{
|
|
55
|
-
simple:
|
|
56
|
-
atom: any;
|
|
57
|
-
lang: any;
|
|
58
|
-
quickNav: any;
|
|
59
|
-
friendshipLink: any;
|
|
60
|
-
footerLogo: any;
|
|
61
|
-
footerOption: any;
|
|
62
|
-
qrcode: any;
|
|
63
|
-
footerBg: any;
|
|
64
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {
|
|
65
|
-
simple: any;
|
|
66
|
-
atom: any;
|
|
67
|
-
lang: any;
|
|
68
|
-
quickNav: any;
|
|
69
|
-
friendshipLink: any;
|
|
70
|
-
footerLogo: any;
|
|
71
|
-
footerOption: any;
|
|
72
|
-
qrcode: any;
|
|
73
|
-
footerBg: any;
|
|
18
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').FooterT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {
|
|
19
|
+
simple: boolean;
|
|
74
20
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
75
21
|
$slots: {
|
|
76
|
-
|
|
22
|
+
info?(_: {}): any;
|
|
77
23
|
quickNav?(_: {}): any;
|
|
78
24
|
friendshipLink?(_: {}): any;
|
|
79
25
|
footer?(_: {}): any;
|
|
80
26
|
left?(_: {}): any;
|
|
81
|
-
left?(_: {}): any;
|
|
82
|
-
right?(_: {}): any;
|
|
83
27
|
right?(_: {}): any;
|
|
84
|
-
copyright?(_: {}): any;
|
|
85
28
|
};
|
|
86
29
|
}) & {
|
|
87
30
|
install(app: App): void;
|
|
88
31
|
};
|
|
32
|
+
export * from './types';
|
|
89
33
|
export { OFooter };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export interface InfoT {
|
|
2
|
+
title: string;
|
|
3
|
+
logo: string;
|
|
4
|
+
href: string;
|
|
5
|
+
target?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ChildrenT {
|
|
8
|
+
title: string;
|
|
9
|
+
href: string;
|
|
10
|
+
target?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface QuickNavT {
|
|
13
|
+
title: string;
|
|
14
|
+
children: ChildrenT[];
|
|
15
|
+
}
|
|
16
|
+
export interface FriendshipLinkT {
|
|
17
|
+
title: string;
|
|
18
|
+
children: ChildrenT[];
|
|
19
|
+
}
|
|
20
|
+
export interface FooterLogoT {
|
|
21
|
+
logo: string;
|
|
22
|
+
logoMb: string;
|
|
23
|
+
email: string;
|
|
24
|
+
}
|
|
25
|
+
export interface FooterOptionT {
|
|
26
|
+
children: ChildrenT[];
|
|
27
|
+
licenseText: string;
|
|
28
|
+
licenseInfo: string;
|
|
29
|
+
copyright: string;
|
|
30
|
+
beianInfo1: string;
|
|
31
|
+
beianInfo2: string;
|
|
32
|
+
beianLink: string;
|
|
33
|
+
policeIcon: string;
|
|
34
|
+
}
|
|
35
|
+
export interface QrcodeT {
|
|
36
|
+
img: string;
|
|
37
|
+
label: string;
|
|
38
|
+
}
|
|
39
|
+
export interface FooterT {
|
|
40
|
+
simple?: boolean;
|
|
41
|
+
info?: InfoT;
|
|
42
|
+
quickNav?: QuickNavT[];
|
|
43
|
+
friendshipLink?: FriendshipLinkT;
|
|
44
|
+
footerLogo?: FooterLogoT;
|
|
45
|
+
footerOption?: FooterOptionT;
|
|
46
|
+
qrcode?: QrcodeT[];
|
|
47
|
+
footerBgImg?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OLogoSwiperItemsPropsT, OLogoSwiperItemT } from './types';
|
|
2
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<OLogoSwiperItemsPropsT, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
3
|
+
click: (item: OLogoSwiperItemT) => any;
|
|
4
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<OLogoSwiperItemsPropsT> & Readonly<{
|
|
5
|
+
onClick?: ((item: OLogoSwiperItemT) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
reverse: boolean;
|
|
8
|
+
target: "_blank" | "_parent" | "_self" | "_top";
|
|
9
|
+
data: OLogoSwiperItemT[];
|
|
10
|
+
autoPlay: boolean;
|
|
11
|
+
duration: number;
|
|
12
|
+
pauseOnHover: boolean;
|
|
13
|
+
radius: number | string;
|
|
14
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
15
|
+
rootRef: HTMLDivElement;
|
|
16
|
+
}, HTMLDivElement>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
declare const OLogoSwiper: {
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {}, true, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
4
|
+
P: {};
|
|
5
|
+
B: {};
|
|
6
|
+
D: {};
|
|
7
|
+
C: {};
|
|
8
|
+
M: {};
|
|
9
|
+
Defaults: {};
|
|
10
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11
|
+
__isFragment?: never;
|
|
12
|
+
__isTeleport?: never;
|
|
13
|
+
__isSuspense?: never;
|
|
14
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
15
|
+
$slots: {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
}) & {
|
|
19
|
+
install(app: App): void;
|
|
20
|
+
};
|
|
21
|
+
declare const OLogoSwiperItems: {
|
|
22
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').OLogoSwiperItemsPropsT> & Readonly<{
|
|
23
|
+
onClick?: ((item: import('./types').OLogoSwiperItemT) => any) | undefined;
|
|
24
|
+
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
25
|
+
click: (item: import('./types').OLogoSwiperItemT) => any;
|
|
26
|
+
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
27
|
+
reverse: boolean;
|
|
28
|
+
target: "_blank" | "_parent" | "_self" | "_top";
|
|
29
|
+
data: import('./types').OLogoSwiperItemT[];
|
|
30
|
+
autoPlay: boolean;
|
|
31
|
+
duration: number;
|
|
32
|
+
pauseOnHover: boolean;
|
|
33
|
+
radius: number | string;
|
|
34
|
+
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
35
|
+
rootRef: HTMLDivElement;
|
|
36
|
+
}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
37
|
+
P: {};
|
|
38
|
+
B: {};
|
|
39
|
+
D: {};
|
|
40
|
+
C: {};
|
|
41
|
+
M: {};
|
|
42
|
+
Defaults: {};
|
|
43
|
+
}, Readonly<import('./types').OLogoSwiperItemsPropsT> & Readonly<{
|
|
44
|
+
onClick?: ((item: import('./types').OLogoSwiperItemT) => any) | undefined;
|
|
45
|
+
}>, {}, {}, {}, {}, {
|
|
46
|
+
reverse: boolean;
|
|
47
|
+
target: "_blank" | "_parent" | "_self" | "_top";
|
|
48
|
+
data: import('./types').OLogoSwiperItemT[];
|
|
49
|
+
autoPlay: boolean;
|
|
50
|
+
duration: number;
|
|
51
|
+
pauseOnHover: boolean;
|
|
52
|
+
radius: number | string;
|
|
53
|
+
}>;
|
|
54
|
+
__isFragment?: never;
|
|
55
|
+
__isTeleport?: never;
|
|
56
|
+
__isSuspense?: never;
|
|
57
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').OLogoSwiperItemsPropsT> & Readonly<{
|
|
58
|
+
onClick?: ((item: import('./types').OLogoSwiperItemT) => any) | undefined;
|
|
59
|
+
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
60
|
+
click: (item: import('./types').OLogoSwiperItemT) => any;
|
|
61
|
+
}, string, {
|
|
62
|
+
reverse: boolean;
|
|
63
|
+
target: "_blank" | "_parent" | "_self" | "_top";
|
|
64
|
+
data: import('./types').OLogoSwiperItemT[];
|
|
65
|
+
autoPlay: boolean;
|
|
66
|
+
duration: number;
|
|
67
|
+
pauseOnHover: boolean;
|
|
68
|
+
radius: number | string;
|
|
69
|
+
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
|
|
70
|
+
install(app: App): void;
|
|
71
|
+
};
|
|
72
|
+
export { OLogoSwiper, OLogoSwiperItems };
|
|
73
|
+
export * from './types';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface OLogoSwiperItemT {
|
|
2
|
+
logo: string;
|
|
3
|
+
logoDark?: string;
|
|
4
|
+
href?: string;
|
|
5
|
+
hrefEn?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface OLogoSwiperItemsPropsT {
|
|
8
|
+
data: OLogoSwiperItemT[];
|
|
9
|
+
reverse?: boolean;
|
|
10
|
+
autoPlay?: boolean;
|
|
11
|
+
duration?: number;
|
|
12
|
+
pauseOnHover?: boolean;
|
|
13
|
+
target?: '_blank' | '_parent' | '_self' | '_top';
|
|
14
|
+
radius?: number | string;
|
|
15
|
+
}
|
|
16
|
+
export interface OLogoSwiperItemsEmitsT {
|
|
17
|
+
(e: 'click', item: OLogoSwiperItemT): void;
|
|
18
|
+
}
|
|
@@ -4,7 +4,6 @@ interface SigDetailPropsT {
|
|
|
4
4
|
sigDetail?: SigCompleteItemT;
|
|
5
5
|
repositories?: SigRepoEntryT[];
|
|
6
6
|
headerBg?: string;
|
|
7
|
-
gitBase?: string;
|
|
8
7
|
getContributeData: any;
|
|
9
8
|
}
|
|
10
9
|
declare function __VLS_template(): {
|
|
@@ -19,7 +18,6 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
19
18
|
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<SigDetailPropsT, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<SigDetailPropsT> & Readonly<{}>, {
|
|
20
19
|
sigName: string;
|
|
21
20
|
repositories: SigRepoEntryT[];
|
|
22
|
-
gitBase: string;
|
|
23
21
|
sigDetail: SigCompleteItemT;
|
|
24
22
|
headerBg: string;
|
|
25
23
|
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -4,10 +4,10 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
4
4
|
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<SigListPropsT> & Readonly<{
|
|
5
5
|
"onTo-sig-detail"?: ((sigName: string) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
|
-
gitBase: string;
|
|
8
7
|
sigLandscape: GroupInfoT[];
|
|
9
8
|
sigList: SigListItemT[];
|
|
9
|
+
footerSelector: string;
|
|
10
10
|
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
11
11
|
panelRef: HTMLDivElement;
|
|
12
|
-
},
|
|
12
|
+
}, HTMLDivElement>;
|
|
13
13
|
export default _default;
|
|
@@ -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/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
11
10
|
"to-sig-detail": (sigName: string) => any;
|
|
12
11
|
}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
12
|
"onTo-sig-detail"?: ((sigName: string) => any) | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
gitBase: string;
|
|
16
|
-
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
14
|
export default _default;
|