@explorer-1/vue 0.2.22 → 0.2.23

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.
Files changed (48) hide show
  1. package/components.d.ts +2 -0
  2. package/dist/explorer-1-vue.js +8119 -7836
  3. package/dist/explorer-1-vue.umd.cjs +14 -14
  4. package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +54 -0
  5. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +0 -13
  6. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +0 -14
  7. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +18 -0
  8. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +0 -26
  9. package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
  10. package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +2 -2
  11. package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +25 -40
  12. package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +51 -0
  13. package/dist/src/components/BlockGist/BlockGist.stories.d.ts +19 -0
  14. package/dist/src/components/BlockGist/BlockGist.vue.d.ts +19 -0
  15. package/dist/src/components/BlockGist/GitHub404.vue.d.ts +2 -0
  16. package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +71 -15
  17. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +10 -2
  18. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +127 -27
  19. package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +3 -2
  20. package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +12 -2
  21. package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
  22. package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +6 -2
  23. package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +8 -0
  24. package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +1 -1
  25. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +49 -0
  26. package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
  27. package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
  28. package/dist/src/interfaces.d.ts +4 -0
  29. package/dist/src/templates/PageContent/PageContent.vue.d.ts +1 -0
  30. package/dist/src/templates/edu/PageContentEdu.stories.d.ts +179 -2
  31. package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +37 -18
  32. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +3 -1
  33. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +28 -46
  34. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +378 -81
  35. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +126 -27
  36. package/dist/style.css +1 -1
  37. package/package.json +1 -1
  38. package/src/components/BaseAccordionItem/BaseAccordionItem.vue +8 -11
  39. package/src/components/BlockAccordion/BlockAccordion.stories.js +64 -19
  40. package/src/components/BlockAccordion/BlockAccordion.vue +99 -18
  41. package/src/components/BlockStreamfield/BlockStreamfield.stories.js +2 -0
  42. package/src/components/BlockStreamfield/BlockStreamfield.vue +14 -1
  43. package/src/components/NavJumpMenu/NavJumpMenu.vue +14 -2
  44. package/src/components/NavSecondary/NavSecondaryDropdown.vue +4 -5
  45. package/src/components/NavSecondary/NavSecondaryLink.vue +6 -4
  46. package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue +1 -0
  47. package/src/templates/edu/PageEduLesson/PageEduLesson.vue +1 -0
  48. package/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue +1 -0
@@ -19,23 +19,22 @@ export namespace BaseStory {
19
19
  export { PageEduEventDetailData as data };
20
20
  }
21
21
  }
22
- export namespace CustomDate {
22
+ export namespace NoTimes {
23
23
  export namespace args_1 {
24
24
  namespace data {
25
- export let startDate: string;
26
- export let startDatetime: null;
27
- export let startTime: null;
28
25
  export let endDate: string;
29
26
  export let endDatetime: string;
30
27
  export let endTime: null;
31
- export let customDate: string;
32
- export let ongoing: boolean;
28
+ export let startDate: string;
29
+ export let startDatetime: null;
30
+ export let startTime: null;
33
31
  export let id: string;
34
32
  let title_1: string;
35
33
  export { title_1 as title };
36
34
  export let slug: string;
37
35
  export let url: string;
38
36
  export let timezone: string;
37
+ export let ongoing: boolean;
39
38
  export let eventType: string;
40
39
  export let topper: string;
41
40
  export let summary: string;
@@ -67,7 +66,6 @@ export namespace CustomDate {
67
66
  export let detailUrl: null;
68
67
  }
69
68
  export let heroConstrain: boolean;
70
- export let heroPosition: string;
71
69
  export namespace thumbnailImage {
72
70
  let alt_1: string;
73
71
  export { alt_1 as alt };
@@ -233,21 +231,22 @@ export namespace CustomDate {
233
231
  }
234
232
  export { args_1 as args };
235
233
  }
236
- export namespace MultiDayEvent {
234
+ export namespace CustomDate {
237
235
  export namespace args_2 {
238
236
  export namespace data_1 {
239
237
  let startDate_1: string;
240
238
  export { startDate_1 as startDate };
241
- let endDate_1: string;
242
- export { endDate_1 as endDate };
243
- let startDatetime_1: string;
239
+ let startDatetime_1: null;
244
240
  export { startDatetime_1 as startDatetime };
245
- let startTime_1: string;
241
+ let startTime_1: null;
246
242
  export { startTime_1 as startTime };
243
+ let endDate_1: string;
244
+ export { endDate_1 as endDate };
247
245
  let endDatetime_1: string;
248
246
  export { endDatetime_1 as endDatetime };
249
- let endTime_1: string;
247
+ let endTime_1: null;
250
248
  export { endTime_1 as endTime };
249
+ export let customDate: string;
251
250
  let ongoing_1: boolean;
252
251
  export { ongoing_1 as ongoing };
253
252
  }
@@ -255,24 +254,44 @@ export namespace MultiDayEvent {
255
254
  }
256
255
  export { args_2 as args };
257
256
  }
258
- export namespace Ongoing {
257
+ export namespace MultiDayEvent {
259
258
  export namespace args_3 {
260
259
  export namespace data_2 {
261
- let ongoing_2: boolean;
262
- export { ongoing_2 as ongoing };
263
260
  let startDate_2: string;
264
261
  export { startDate_2 as startDate };
262
+ let endDate_2: string;
263
+ export { endDate_2 as endDate };
265
264
  let startDatetime_2: string;
266
265
  export { startDatetime_2 as startDatetime };
267
266
  let startTime_2: string;
268
267
  export { startTime_2 as startTime };
269
- let endDate_2: string;
270
- export { endDate_2 as endDate };
271
268
  let endDatetime_2: string;
272
269
  export { endDatetime_2 as endDatetime };
270
+ let endTime_2: string;
271
+ export { endTime_2 as endTime };
273
272
  }
274
273
  export { data_2 as data };
275
274
  }
276
275
  export { args_3 as args };
277
276
  }
277
+ export namespace Ongoing {
278
+ export namespace args_4 {
279
+ export namespace data_3 {
280
+ let ongoing_2: boolean;
281
+ export { ongoing_2 as ongoing };
282
+ let startDate_3: string;
283
+ export { startDate_3 as startDate };
284
+ let startDatetime_3: string;
285
+ export { startDatetime_3 as startDatetime };
286
+ let startTime_3: string;
287
+ export { startTime_3 as startTime };
288
+ let endDate_3: string;
289
+ export { endDate_3 as endDate };
290
+ let endDatetime_3: string;
291
+ export { endDatetime_3 as endDatetime };
292
+ }
293
+ export { data_3 as data };
294
+ }
295
+ export { args_4 as args };
296
+ }
278
297
  declare namespace PageEduEventDetailData { }
@@ -3,6 +3,7 @@ import { BlockLinkCardCarouselData } from './../../../components/BlockLinkCarous
3
3
  declare namespace _default {
4
4
  export let title: string;
5
5
  export { PageEduExplainerArticle as component };
6
+ export let tags: string[];
6
7
  export let decorators: (() => {
7
8
  template: string;
8
9
  })[];
@@ -16,10 +17,11 @@ declare namespace _default {
16
17
  }
17
18
  export default _default;
18
19
  export namespace BaseStory {
20
+ let name: string;
19
21
  namespace args {
20
22
  namespace data {
21
23
  export let publicationDate: string;
22
- export let summary: string;
24
+ export let topper: string;
23
25
  export let getTopicsForDisplay: {
24
26
  __typename: string;
25
27
  title: string;
@@ -3,6 +3,7 @@ import { BlockLinkCardCarouselData } from './../../../components/BlockLinkCarous
3
3
  declare namespace _default {
4
4
  export let title: string;
5
5
  export { PageEduLesson as component };
6
+ export let tags: string[];
6
7
  export let decorators: (() => {
7
8
  template: string;
8
9
  })[];
@@ -92,7 +93,6 @@ export namespace BaseStory {
92
93
  displayCaption: boolean;
93
94
  }[];
94
95
  export let heroConstrain: boolean;
95
- export let heroPosition: string;
96
96
  export namespace studentProject {
97
97
  let title_2: string;
98
98
  export { title_2 as title };
@@ -165,12 +165,10 @@ export namespace BaseStory {
165
165
  }[];
166
166
  export let backgroundHeading: string;
167
167
  export let procedures: {
168
- procedure: {
169
- blocks: {
170
- blockType: string;
171
- value: string;
172
- }[];
173
- };
168
+ blocks: {
169
+ blockType: string;
170
+ value: string;
171
+ }[];
174
172
  }[];
175
173
  export let proceduresHeading: string;
176
174
  export let proceduresStepsNumbering: boolean;
@@ -400,19 +398,9 @@ export namespace BaseStory {
400
398
  }
401
399
  }
402
400
  }
403
- export namespace InlineHero {
401
+ export namespace HeroCarousel {
404
402
  export namespace args_1 {
405
403
  export namespace data_1 {
406
- let heroPosition_1: string;
407
- export { heroPosition_1 as heroPosition };
408
- }
409
- export { data_1 as data };
410
- }
411
- export { args_1 as args };
412
- }
413
- export namespace HeroCarousel {
414
- export namespace args_2 {
415
- export namespace data_2 {
416
404
  let hero_1: {
417
405
  blockType: string;
418
406
  blocks: {
@@ -434,15 +422,13 @@ export namespace HeroCarousel {
434
422
  }[];
435
423
  export { hero_1 as hero };
436
424
  }
437
- export { data_2 as data };
425
+ export { data_1 as data };
438
426
  }
439
- export { args_2 as args };
427
+ export { args_1 as args };
440
428
  }
441
429
  export namespace HeroImageComparison {
442
- export namespace args_3 {
443
- export namespace data_3 {
444
- let heroPosition_2: string;
445
- export { heroPosition_2 as heroPosition };
430
+ export namespace args_2 {
431
+ export namespace data_2 {
446
432
  let hero_2: {
447
433
  blockType: string;
448
434
  beforeImage: {
@@ -465,13 +451,13 @@ export namespace HeroImageComparison {
465
451
  }[];
466
452
  export { hero_2 as hero };
467
453
  }
468
- export { data_3 as data };
454
+ export { data_2 as data };
469
455
  }
470
- export { args_3 as args };
456
+ export { args_2 as args };
471
457
  }
472
458
  export namespace HeroVideo {
473
- export namespace args_4 {
474
- export namespace data_4 {
459
+ export namespace args_3 {
460
+ export namespace data_3 {
475
461
  let hero_3: {
476
462
  blockType: string;
477
463
  video: {
@@ -492,15 +478,13 @@ export namespace HeroVideo {
492
478
  }[];
493
479
  export { hero_3 as hero };
494
480
  }
495
- export { data_4 as data };
481
+ export { data_3 as data };
496
482
  }
497
- export { args_4 as args };
483
+ export { args_3 as args };
498
484
  }
499
485
  export namespace HeroVideoEmbed {
500
- export namespace args_5 {
501
- export namespace data_5 {
502
- let heroPosition_3: string;
503
- export { heroPosition_3 as heroPosition };
486
+ export namespace args_4 {
487
+ export namespace data_4 {
504
488
  let hero_4: {
505
489
  embed: {
506
490
  embed: string;
@@ -511,15 +495,13 @@ export namespace HeroVideoEmbed {
511
495
  }[];
512
496
  export { hero_4 as hero };
513
497
  }
514
- export { data_5 as data };
498
+ export { data_4 as data };
515
499
  }
516
- export { args_5 as args };
500
+ export { args_4 as args };
517
501
  }
518
502
  export namespace HeroIframeEmbed {
519
- export namespace args_6 {
520
- export namespace data_6 {
521
- let heroPosition_4: string;
522
- export { heroPosition_4 as heroPosition };
503
+ export namespace args_5 {
504
+ export namespace data_5 {
523
505
  let hero_5: {
524
506
  blockType: string;
525
507
  title: string;
@@ -528,17 +510,17 @@ export namespace HeroIframeEmbed {
528
510
  }[];
529
511
  export { hero_5 as hero };
530
512
  }
531
- export { data_6 as data };
513
+ export { data_5 as data };
532
514
  }
533
- export { args_6 as args };
515
+ export { args_5 as args };
534
516
  }
535
517
  export namespace NoHero {
536
- export namespace args_7 {
537
- export namespace data_7 {
518
+ export namespace args_6 {
519
+ export namespace data_6 {
538
520
  let hero_6: never[];
539
521
  export { hero_6 as hero };
540
522
  }
541
- export { data_7 as data };
523
+ export { data_6 as data };
542
524
  }
543
- export { args_7 as args };
525
+ export { args_6 as args };
544
526
  }