@explorer-1/vue 0.2.51 → 0.2.53
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 +2 -0
- package/dist/explorer-1-vue.js +3228 -3167
- package/dist/explorer-1-vue.umd.cjs +10 -10
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +1 -1
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +1 -1
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +2 -2
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +12 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +5 -1
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +5 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +1 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +9 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +9 -0
- package/dist/src/components/TextInput/TextInput.vue.d.ts +5 -2
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +1 -0
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +1 -0
- package/dist/src/interfaces.d.ts +4 -2
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +3 -5
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +601 -0
- package/dist/src/utils/generateHash.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/components/BlockIframeEmbed/BlockIframeEmbed.vue +1 -1
- package/src/components/BlockImage/BlockImage.vue +4 -1
- package/src/components/BlockImage/BlockImageFullBleed.vue +5 -2
- package/src/components/BlockImage/BlockImageStandard.vue +5 -2
- package/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue +5 -2
- package/src/components/BlockImageComparison/BlockImageComparison.vue +5 -2
- package/src/components/BlockInlineImage/BlockInlineImage.vue +9 -2
- package/src/components/BlockStreamfield/BlockStreamfield.vue +46 -23
- package/src/components/BlockVideo/BlockVideo.vue +1 -1
- package/src/components/BlockVideoEmbed/BlockVideoEmbed.vue +1 -1
- package/src/components/HeroInlineMedia/HeroInlineMedia.vue +2 -21
- package/src/components/HeroMedia/HeroMedia.vue +1 -1
- package/src/components/MetaPanel/MetaPanel.vue +48 -43
- package/src/components/SearchResultsList/SearchResultsList.vue +4 -1
- package/src/templates/edu/PageEduLesson/PageEduLesson.stories.js +1 -1
- package/src/templates/edu/PageEduLesson/PageEduLesson.vue +10 -7
- package/src/templates/edu/PageEduLesson/PageEduLessonSection.vue +3 -8
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.js +253 -0
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +419 -0
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +179 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -39,8 +39,8 @@ declare const _default: {
|
|
|
39
39
|
};
|
|
40
40
|
}, unknown, unknown, {
|
|
41
41
|
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
42
|
-
theHref(): string | undefined;
|
|
43
42
|
computedTo(): string | Record<string, any> | undefined;
|
|
43
|
+
theHref(): string | undefined;
|
|
44
44
|
variantClass(): string;
|
|
45
45
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
46
46
|
variant: {
|
|
@@ -41,8 +41,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
41
41
|
};
|
|
42
42
|
}, unknown, unknown, {
|
|
43
43
|
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
44
|
-
theHref(): string | undefined;
|
|
45
44
|
computedTo(): string | Record<string, any> | undefined;
|
|
45
|
+
theHref(): string | undefined;
|
|
46
46
|
variantClass(): string;
|
|
47
47
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
48
48
|
variant: {
|
|
@@ -107,8 +107,8 @@ export function CustomTrigger(args: any): {
|
|
|
107
107
|
};
|
|
108
108
|
}, unknown, unknown, {
|
|
109
109
|
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
110
|
-
theHref(): string | undefined;
|
|
111
110
|
computedTo(): string | Record<string, any> | undefined;
|
|
111
|
+
theHref(): string | undefined;
|
|
112
112
|
variantClass(): string;
|
|
113
113
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
114
114
|
variant: {
|
|
@@ -225,8 +225,8 @@ export function Nested(args: any): {
|
|
|
225
225
|
};
|
|
226
226
|
}, unknown, unknown, {
|
|
227
227
|
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
228
|
-
theHref(): string | undefined;
|
|
229
228
|
computedTo(): string | Record<string, any> | undefined;
|
|
229
|
+
theHref(): string | undefined;
|
|
230
230
|
variantClass(): string;
|
|
231
231
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
232
232
|
variant: {
|
|
@@ -12,12 +12,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
12
12
|
default: string;
|
|
13
13
|
validator: (prop: string) => boolean;
|
|
14
14
|
};
|
|
15
|
+
size: {
|
|
16
|
+
type: PropType<"small" | "medium" | "large">;
|
|
17
|
+
required: false;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
15
20
|
data: {
|
|
16
21
|
type: PropType<StreamfieldBlockData[]>;
|
|
17
22
|
required: false;
|
|
18
23
|
};
|
|
19
24
|
}, unknown, unknown, {
|
|
20
25
|
layoutClass(): string;
|
|
26
|
+
marginBottom(): string;
|
|
21
27
|
}, {
|
|
22
28
|
seamlessText(index: number): boolean;
|
|
23
29
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -27,11 +33,17 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
27
33
|
default: string;
|
|
28
34
|
validator: (prop: string) => boolean;
|
|
29
35
|
};
|
|
36
|
+
size: {
|
|
37
|
+
type: PropType<"small" | "medium" | "large">;
|
|
38
|
+
required: false;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
30
41
|
data: {
|
|
31
42
|
type: PropType<StreamfieldBlockData[]>;
|
|
32
43
|
required: false;
|
|
33
44
|
};
|
|
34
45
|
}>>, {
|
|
35
46
|
variant: string;
|
|
47
|
+
size: "small" | "medium" | "large";
|
|
36
48
|
}, {}>;
|
|
37
49
|
export default _default;
|
|
@@ -84,6 +84,7 @@ export namespace Item {
|
|
|
84
84
|
data: {
|
|
85
85
|
type: ObjectConstructor;
|
|
86
86
|
required: false;
|
|
87
|
+
default: undefined;
|
|
87
88
|
};
|
|
88
89
|
}, unknown, unknown, {
|
|
89
90
|
hasTopic(): boolean;
|
|
@@ -91,8 +92,11 @@ export namespace Item {
|
|
|
91
92
|
data: {
|
|
92
93
|
type: ObjectConstructor;
|
|
93
94
|
required: false;
|
|
95
|
+
default: undefined;
|
|
94
96
|
};
|
|
95
|
-
}>>, {
|
|
97
|
+
}>>, {
|
|
98
|
+
data: Record<string, any>;
|
|
99
|
+
}, {}>;
|
|
96
100
|
};
|
|
97
101
|
setup(): {
|
|
98
102
|
args: any;
|
|
@@ -2,6 +2,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
2
2
|
data: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: false;
|
|
5
|
+
default: undefined;
|
|
5
6
|
};
|
|
6
7
|
}, unknown, unknown, {
|
|
7
8
|
hasTopic(): boolean;
|
|
@@ -9,6 +10,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
10
|
data: {
|
|
10
11
|
type: ObjectConstructor;
|
|
11
12
|
required: false;
|
|
13
|
+
default: undefined;
|
|
12
14
|
};
|
|
13
|
-
}>>, {
|
|
15
|
+
}>>, {
|
|
16
|
+
data: Record<string, any>;
|
|
17
|
+
}, {}>;
|
|
14
18
|
export default _default;
|
|
@@ -30,6 +30,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
30
30
|
set(newValue: any): void;
|
|
31
31
|
};
|
|
32
32
|
bucketsLength(): any;
|
|
33
|
+
showFilterGroup(): boolean | "" | undefined;
|
|
33
34
|
themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
|
|
34
35
|
isEdu(state: {
|
|
35
36
|
theme: import('../../interfaces').Explorer1Theme | null;
|
|
@@ -108,6 +108,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
108
108
|
type: BooleanConstructor;
|
|
109
109
|
default: boolean;
|
|
110
110
|
};
|
|
111
|
+
targetAudience: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: undefined;
|
|
114
|
+
};
|
|
111
115
|
primarySubject: {
|
|
112
116
|
type: PropType<PrimarySubjectObject>;
|
|
113
117
|
default: undefined;
|
|
@@ -236,6 +240,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
236
240
|
type: BooleanConstructor;
|
|
237
241
|
default: boolean;
|
|
238
242
|
};
|
|
243
|
+
targetAudience: {
|
|
244
|
+
type: StringConstructor;
|
|
245
|
+
default: undefined;
|
|
246
|
+
};
|
|
239
247
|
primarySubject: {
|
|
240
248
|
type: PropType<PrimarySubjectObject>;
|
|
241
249
|
default: undefined;
|
|
@@ -261,6 +269,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
261
269
|
eventType: string;
|
|
262
270
|
ongoing: boolean;
|
|
263
271
|
location: string;
|
|
272
|
+
targetAudience: string;
|
|
264
273
|
primarySubject: PrimarySubjectObject;
|
|
265
274
|
gradeLevels: GradeLevelsObject[];
|
|
266
275
|
type: string;
|
|
@@ -58,6 +58,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
58
58
|
type: BooleanConstructor;
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
|
+
targetAudience: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: undefined;
|
|
64
|
+
};
|
|
61
65
|
location: {
|
|
62
66
|
type: StringConstructor;
|
|
63
67
|
default: undefined;
|
|
@@ -147,6 +151,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
147
151
|
type: BooleanConstructor;
|
|
148
152
|
default: boolean;
|
|
149
153
|
};
|
|
154
|
+
targetAudience: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
default: undefined;
|
|
157
|
+
};
|
|
150
158
|
location: {
|
|
151
159
|
type: StringConstructor;
|
|
152
160
|
default: undefined;
|
|
@@ -178,6 +186,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
178
186
|
customDate: string;
|
|
179
187
|
ongoing: boolean;
|
|
180
188
|
location: string;
|
|
189
|
+
targetAudience: string;
|
|
181
190
|
primarySubject: PrimarySubjectObject;
|
|
182
191
|
gradeLevels: GradeLevelsObject[];
|
|
183
192
|
}, {}>;
|
|
@@ -36,8 +36,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
36
36
|
type: import('vue').PropType<string>;
|
|
37
37
|
default: undefined;
|
|
38
38
|
};
|
|
39
|
-
|
|
39
|
+
autoFocus: {
|
|
40
40
|
type: import('vue').PropType<boolean>;
|
|
41
|
+
default: boolean;
|
|
41
42
|
};
|
|
42
43
|
labelClass: {
|
|
43
44
|
type: import('vue').PropType<string>;
|
|
@@ -88,8 +89,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
88
89
|
type: import('vue').PropType<string>;
|
|
89
90
|
default: undefined;
|
|
90
91
|
};
|
|
91
|
-
|
|
92
|
+
autoFocus: {
|
|
92
93
|
type: import('vue').PropType<boolean>;
|
|
94
|
+
default: boolean;
|
|
93
95
|
};
|
|
94
96
|
labelClass: {
|
|
95
97
|
type: import('vue').PropType<string>;
|
|
@@ -110,6 +112,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
110
112
|
showLabel: boolean;
|
|
111
113
|
placeholder: string;
|
|
112
114
|
maxlength: string;
|
|
115
|
+
autoFocus: boolean;
|
|
113
116
|
labelClass: string;
|
|
114
117
|
inputClass: string;
|
|
115
118
|
}, {}>;
|
|
@@ -17,6 +17,7 @@ export function BaseStory(args: any): {
|
|
|
17
17
|
year: string;
|
|
18
18
|
animation: string;
|
|
19
19
|
duration: number;
|
|
20
|
+
mounted: boolean;
|
|
20
21
|
}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
22
|
targetYear: {
|
|
22
23
|
type: StringConstructor;
|
|
@@ -7,6 +7,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
7
7
|
year: string;
|
|
8
8
|
animation: string;
|
|
9
9
|
duration: number;
|
|
10
|
+
mounted: boolean;
|
|
10
11
|
}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
12
|
targetYear: {
|
|
12
13
|
type: StringConstructor;
|
package/dist/src/interfaces.d.ts
CHANGED
|
@@ -90,8 +90,9 @@ export interface ElasticSearchPage {
|
|
|
90
90
|
eventType?: string;
|
|
91
91
|
ongoing?: boolean;
|
|
92
92
|
primarySubject?: string;
|
|
93
|
-
gradeLevels
|
|
94
|
-
time
|
|
93
|
+
gradeLevels?: string;
|
|
94
|
+
time?: string;
|
|
95
|
+
targetAudience?: string;
|
|
95
96
|
}
|
|
96
97
|
export interface FormOption {
|
|
97
98
|
id: string;
|
|
@@ -131,6 +132,7 @@ export interface EventCardObject extends Card {
|
|
|
131
132
|
locationName?: string;
|
|
132
133
|
location?: string;
|
|
133
134
|
locationLink?: string;
|
|
135
|
+
targetAudience?: string;
|
|
134
136
|
}
|
|
135
137
|
export interface PrimarySubjectObject {
|
|
136
138
|
subject: string;
|
|
@@ -99,7 +99,8 @@ export namespace BaseStory {
|
|
|
99
99
|
export namespace studentProject {
|
|
100
100
|
let title_2: string;
|
|
101
101
|
export { title_2 as title };
|
|
102
|
-
|
|
102
|
+
let url_1: string;
|
|
103
|
+
export { url_1 as url };
|
|
103
104
|
}
|
|
104
105
|
export namespace primarySubject {
|
|
105
106
|
let subject: string;
|
|
@@ -124,10 +125,7 @@ export namespace BaseStory {
|
|
|
124
125
|
type: string;
|
|
125
126
|
};
|
|
126
127
|
}[];
|
|
127
|
-
export let overview:
|
|
128
|
-
blockType: string;
|
|
129
|
-
value: string;
|
|
130
|
-
}[];
|
|
128
|
+
export let overview: never[];
|
|
131
129
|
export let overviewHeading: string;
|
|
132
130
|
export let overviewImage: {
|
|
133
131
|
alt: string;
|