@explorer-1/vue 0.2.0 → 0.2.1
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/components.d.ts +1 -0
- package/dist/explorer-1-vue.js +3759 -3729
- package/dist/explorer-1-vue.umd.cjs +12 -12
- package/dist/src/components/BlockCard/BlockCard.vue.d.ts +9 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +30 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +11 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +17 -0
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +2 -62
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +26 -7
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -1
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +3 -1
- package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +19 -27
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +136 -0
- package/dist/src/templates/edu/PageContentEdu.stories.d.ts +1 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +128 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +51 -0
- package/dist/src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.stories.d.ts +17 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +17 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/BaseTag/BaseTag.vue +2 -2
- package/src/components/BlockCard/BlockCard.vue +8 -5
- package/src/components/BlockInlineImage/BlockInlineImage.vue +1 -1
- package/src/components/BlockLinkCard/BlockLinkCard.vue +33 -13
- package/src/components/BlockLinkCarousel/BlockLinkCarousel.vue +0 -1
- package/src/components/BlockRelatedLinks/BlockRelatedLinks.vue +6 -1
- package/src/components/BlockStreamfield/BlockStreamfield.stories.js +1 -0
- package/src/components/BlockStreamfield/BlockStreamfield.vue +3 -0
- package/src/components/CalendarButton/CalendarButton.stories.js +1 -19
- package/src/components/CalendarButton/CalendarButton.vue +43 -17
- package/src/components/EventDetailHero/EventDetailHero.vue +26 -31
- package/src/components/MixinCarousel/MixinCarousel.vue +1 -1
- package/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.js +1 -0
- package/src/templates/PageEventDetail/PageEventDetail.stories.js +3 -1
- package/src/templates/PageEventDetail/PageEventDetail.vue +3 -3
- package/src/templates/PageImageDetail/PageImageDetail.stories.js +1 -1
- package/src/templates/edu/PageContentEdu.stories.js +1 -0
- package/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.js +130 -0
- package/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue +419 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { default as PageEduEventDetail } from './PageEduEventDetail.vue';
|
|
2
|
+
import { BlockLinkCardCarouselData } from './../../../components/BlockLinkCarousel/BlockLinkCarousel.stories.js';
|
|
3
|
+
declare namespace _default {
|
|
4
|
+
export let title: string;
|
|
5
|
+
export { PageEduEventDetail as component };
|
|
6
|
+
export let tags: string[];
|
|
7
|
+
export namespace parameters {
|
|
8
|
+
namespace html {
|
|
9
|
+
let root: string;
|
|
10
|
+
}
|
|
11
|
+
let layout: string;
|
|
12
|
+
}
|
|
13
|
+
export let excludeStories: RegExp;
|
|
14
|
+
}
|
|
15
|
+
export default _default;
|
|
16
|
+
export namespace BaseStory {
|
|
17
|
+
let name: string;
|
|
18
|
+
namespace args {
|
|
19
|
+
namespace data {
|
|
20
|
+
export let id: string;
|
|
21
|
+
let title_1: string;
|
|
22
|
+
export { title_1 as title };
|
|
23
|
+
export let slug: string;
|
|
24
|
+
export let url: string;
|
|
25
|
+
export let startDate: string;
|
|
26
|
+
export let startDatetime: string;
|
|
27
|
+
export let startTime: string;
|
|
28
|
+
export let endDate: string;
|
|
29
|
+
export let endDatetime: string;
|
|
30
|
+
export let endTime: string;
|
|
31
|
+
export let isAllDay: boolean;
|
|
32
|
+
export let timezone: string;
|
|
33
|
+
export let eventType: string;
|
|
34
|
+
export let summary: string;
|
|
35
|
+
export let locationName: string;
|
|
36
|
+
export let registerLink: {
|
|
37
|
+
text: string;
|
|
38
|
+
document: string;
|
|
39
|
+
page: {
|
|
40
|
+
url: string;
|
|
41
|
+
};
|
|
42
|
+
externalLink: string;
|
|
43
|
+
}[];
|
|
44
|
+
export namespace eventImage {
|
|
45
|
+
export let __typename: string;
|
|
46
|
+
export let srcSet: string;
|
|
47
|
+
export let original: string;
|
|
48
|
+
export namespace src {
|
|
49
|
+
let __typename_1: string;
|
|
50
|
+
export { __typename_1 as __typename };
|
|
51
|
+
let url_1: string;
|
|
52
|
+
export { url_1 as url };
|
|
53
|
+
export let width: string;
|
|
54
|
+
export let height: string;
|
|
55
|
+
}
|
|
56
|
+
let title_2: string;
|
|
57
|
+
export { title_2 as title };
|
|
58
|
+
export let alt: string;
|
|
59
|
+
export let caption: string;
|
|
60
|
+
export let credit: string;
|
|
61
|
+
export let detailUrl: null;
|
|
62
|
+
}
|
|
63
|
+
export namespace thumbnailImage {
|
|
64
|
+
let alt_1: string;
|
|
65
|
+
export { alt_1 as alt };
|
|
66
|
+
let original_1: string;
|
|
67
|
+
export { original_1 as original };
|
|
68
|
+
}
|
|
69
|
+
export let targetAudience: string;
|
|
70
|
+
export let body: ({
|
|
71
|
+
blockType: string;
|
|
72
|
+
heading: string;
|
|
73
|
+
listItem: {
|
|
74
|
+
text: string;
|
|
75
|
+
}[];
|
|
76
|
+
} | {
|
|
77
|
+
blockType: string;
|
|
78
|
+
value: string;
|
|
79
|
+
})[];
|
|
80
|
+
export let relatedEvents: {
|
|
81
|
+
endDate: null;
|
|
82
|
+
startDate: string;
|
|
83
|
+
thumbnailImage: {
|
|
84
|
+
src: {
|
|
85
|
+
height: string;
|
|
86
|
+
url: string;
|
|
87
|
+
width: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
title: string;
|
|
91
|
+
url: string;
|
|
92
|
+
}[];
|
|
93
|
+
export let speakers: ({
|
|
94
|
+
host: string;
|
|
95
|
+
id: string;
|
|
96
|
+
internalLink: null;
|
|
97
|
+
name: string;
|
|
98
|
+
title: string;
|
|
99
|
+
image?: undefined;
|
|
100
|
+
} | {
|
|
101
|
+
host: string;
|
|
102
|
+
id: string;
|
|
103
|
+
image: {
|
|
104
|
+
alt: string;
|
|
105
|
+
src: {
|
|
106
|
+
height: string;
|
|
107
|
+
url: string;
|
|
108
|
+
width: string;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
internalLink: null;
|
|
112
|
+
name: string;
|
|
113
|
+
title: string;
|
|
114
|
+
})[];
|
|
115
|
+
export let relatedLinks: {
|
|
116
|
+
blockType: string;
|
|
117
|
+
heading: string;
|
|
118
|
+
links: {
|
|
119
|
+
document: null;
|
|
120
|
+
externalLink: string;
|
|
121
|
+
page: null;
|
|
122
|
+
text: string;
|
|
123
|
+
}[];
|
|
124
|
+
}[];
|
|
125
|
+
export { BlockLinkCardCarouselData as relatedContent };
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -52,6 +52,23 @@ export namespace BaseStory {
|
|
|
52
52
|
};
|
|
53
53
|
};
|
|
54
54
|
caption: string;
|
|
55
|
+
} | {
|
|
56
|
+
blockType: string;
|
|
57
|
+
text: string;
|
|
58
|
+
alignTo: string;
|
|
59
|
+
image: {
|
|
60
|
+
alt: string;
|
|
61
|
+
src: {
|
|
62
|
+
height: number;
|
|
63
|
+
url: string;
|
|
64
|
+
width: number;
|
|
65
|
+
};
|
|
66
|
+
original: string;
|
|
67
|
+
caption: string;
|
|
68
|
+
credit: string;
|
|
69
|
+
detailUrl: string;
|
|
70
|
+
};
|
|
71
|
+
displayCaption: boolean;
|
|
55
72
|
} | {
|
|
56
73
|
blockType: string;
|
|
57
74
|
heading: string;
|
|
@@ -170,6 +187,23 @@ export namespace InlineHero {
|
|
|
170
187
|
};
|
|
171
188
|
};
|
|
172
189
|
caption: string;
|
|
190
|
+
} | {
|
|
191
|
+
blockType: string;
|
|
192
|
+
text: string;
|
|
193
|
+
alignTo: string;
|
|
194
|
+
image: {
|
|
195
|
+
alt: string;
|
|
196
|
+
src: {
|
|
197
|
+
height: number;
|
|
198
|
+
url: string;
|
|
199
|
+
width: number;
|
|
200
|
+
};
|
|
201
|
+
original: string;
|
|
202
|
+
caption: string;
|
|
203
|
+
credit: string;
|
|
204
|
+
detailUrl: string;
|
|
205
|
+
};
|
|
206
|
+
displayCaption: boolean;
|
|
173
207
|
} | {
|
|
174
208
|
blockType: string;
|
|
175
209
|
heading: string;
|
|
@@ -289,6 +323,23 @@ export namespace NoHero {
|
|
|
289
323
|
};
|
|
290
324
|
};
|
|
291
325
|
caption: string;
|
|
326
|
+
} | {
|
|
327
|
+
blockType: string;
|
|
328
|
+
text: string;
|
|
329
|
+
alignTo: string;
|
|
330
|
+
image: {
|
|
331
|
+
alt: string;
|
|
332
|
+
src: {
|
|
333
|
+
height: number;
|
|
334
|
+
url: string;
|
|
335
|
+
width: number;
|
|
336
|
+
};
|
|
337
|
+
original: string;
|
|
338
|
+
caption: string;
|
|
339
|
+
credit: string;
|
|
340
|
+
detailUrl: string;
|
|
341
|
+
};
|
|
342
|
+
displayCaption: boolean;
|
|
292
343
|
} | {
|
|
293
344
|
blockType: string;
|
|
294
345
|
heading: string;
|
|
@@ -69,6 +69,23 @@ export namespace BaseStory {
|
|
|
69
69
|
};
|
|
70
70
|
};
|
|
71
71
|
caption: string;
|
|
72
|
+
} | {
|
|
73
|
+
blockType: string;
|
|
74
|
+
text: string;
|
|
75
|
+
alignTo: string;
|
|
76
|
+
image: {
|
|
77
|
+
alt: string;
|
|
78
|
+
src: {
|
|
79
|
+
height: number;
|
|
80
|
+
url: string;
|
|
81
|
+
width: number;
|
|
82
|
+
};
|
|
83
|
+
original: string;
|
|
84
|
+
caption: string;
|
|
85
|
+
credit: string;
|
|
86
|
+
detailUrl: string;
|
|
87
|
+
};
|
|
88
|
+
displayCaption: boolean;
|
|
72
89
|
} | {
|
|
73
90
|
blockType: string;
|
|
74
91
|
heading: string;
|
|
@@ -42,6 +42,23 @@ export namespace BaseStory {
|
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
caption: string;
|
|
45
|
+
} | {
|
|
46
|
+
blockType: string;
|
|
47
|
+
text: string;
|
|
48
|
+
alignTo: string;
|
|
49
|
+
image: {
|
|
50
|
+
alt: string;
|
|
51
|
+
src: {
|
|
52
|
+
height: number;
|
|
53
|
+
url: string;
|
|
54
|
+
width: number;
|
|
55
|
+
};
|
|
56
|
+
original: string;
|
|
57
|
+
caption: string;
|
|
58
|
+
credit: string;
|
|
59
|
+
detailUrl: string;
|
|
60
|
+
};
|
|
61
|
+
displayCaption: boolean;
|
|
45
62
|
} | {
|
|
46
63
|
blockType: string;
|
|
47
64
|
heading: string;
|
|
@@ -116,6 +116,23 @@ export namespace Template {
|
|
|
116
116
|
};
|
|
117
117
|
};
|
|
118
118
|
caption: string;
|
|
119
|
+
} | {
|
|
120
|
+
blockType: string;
|
|
121
|
+
text: string;
|
|
122
|
+
alignTo: string;
|
|
123
|
+
image: {
|
|
124
|
+
alt: string;
|
|
125
|
+
src: {
|
|
126
|
+
height: number;
|
|
127
|
+
url: string;
|
|
128
|
+
width: number;
|
|
129
|
+
};
|
|
130
|
+
original: string;
|
|
131
|
+
caption: string;
|
|
132
|
+
credit: string;
|
|
133
|
+
detailUrl: string;
|
|
134
|
+
};
|
|
135
|
+
displayCaption: boolean;
|
|
119
136
|
} | {
|
|
120
137
|
blockType: string;
|
|
121
138
|
heading: string;
|