@jenkinsci/jenkins-io-components 1.11.0

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.
@@ -0,0 +1,1372 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/jio-cdf-logo.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "class",
11
+ "description": "",
12
+ "name": "CDFLogo",
13
+ "members": [],
14
+ "superclass": {
15
+ "name": "LitElement",
16
+ "package": "lit"
17
+ },
18
+ "tagName": "jio-cdf-logo",
19
+ "customElement": true
20
+ }
21
+ ],
22
+ "exports": [
23
+ {
24
+ "kind": "js",
25
+ "name": "CDFLogo",
26
+ "declaration": {
27
+ "name": "CDFLogo",
28
+ "module": "src/jio-cdf-logo.ts"
29
+ }
30
+ },
31
+ {
32
+ "kind": "custom-element-definition",
33
+ "name": "jio-cdf-logo",
34
+ "declaration": {
35
+ "name": "CDFLogo",
36
+ "module": "src/jio-cdf-logo.ts"
37
+ }
38
+ }
39
+ ]
40
+ },
41
+ {
42
+ "kind": "javascript-module",
43
+ "path": "src/jio-changelog-ratings.ts",
44
+ "declarations": [
45
+ {
46
+ "kind": "class",
47
+ "description": "",
48
+ "name": "ChangelogRatings",
49
+ "members": [
50
+ {
51
+ "kind": "field",
52
+ "name": "good",
53
+ "type": {
54
+ "text": "number"
55
+ },
56
+ "default": "0",
57
+ "attribute": "good"
58
+ },
59
+ {
60
+ "kind": "field",
61
+ "name": "nolike",
62
+ "type": {
63
+ "text": "number"
64
+ },
65
+ "default": "0",
66
+ "attribute": "nolike"
67
+ },
68
+ {
69
+ "kind": "field",
70
+ "name": "rollback",
71
+ "type": {
72
+ "text": "number"
73
+ },
74
+ "default": "0",
75
+ "attribute": "rollback"
76
+ },
77
+ {
78
+ "kind": "field",
79
+ "name": "ratings",
80
+ "type": {
81
+ "text": "Array<Number | string>"
82
+ },
83
+ "default": "[]",
84
+ "attribute": "ratings"
85
+ },
86
+ {
87
+ "kind": "field",
88
+ "name": "version",
89
+ "type": {
90
+ "text": "string"
91
+ },
92
+ "default": "\"\"",
93
+ "attribute": "version"
94
+ },
95
+ {
96
+ "kind": "method",
97
+ "name": "_rate",
98
+ "privacy": "private",
99
+ "parameters": [
100
+ {
101
+ "name": "e",
102
+ "type": {
103
+ "text": "Event"
104
+ }
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "kind": "method",
110
+ "name": "_prompt",
111
+ "privacy": "private",
112
+ "return": {
113
+ "type": {
114
+ "text": "string | null"
115
+ }
116
+ },
117
+ "parameters": [
118
+ {
119
+ "name": "message",
120
+ "optional": true,
121
+ "type": {
122
+ "text": "string"
123
+ }
124
+ },
125
+ {
126
+ "name": "_default",
127
+ "optional": true,
128
+ "type": {
129
+ "text": "string"
130
+ }
131
+ }
132
+ ]
133
+ }
134
+ ],
135
+ "events": [
136
+ {
137
+ "name": "changelog-ratings-canceled",
138
+ "type": {
139
+ "text": "CustomEvent"
140
+ }
141
+ },
142
+ {
143
+ "name": "changelog-ratings-rated",
144
+ "type": {
145
+ "text": "CustomEvent"
146
+ }
147
+ }
148
+ ],
149
+ "attributes": [
150
+ {
151
+ "name": "good",
152
+ "type": {
153
+ "text": "number"
154
+ },
155
+ "default": "0",
156
+ "fieldName": "good"
157
+ },
158
+ {
159
+ "name": "nolike",
160
+ "type": {
161
+ "text": "number"
162
+ },
163
+ "default": "0",
164
+ "fieldName": "nolike"
165
+ },
166
+ {
167
+ "name": "rollback",
168
+ "type": {
169
+ "text": "number"
170
+ },
171
+ "default": "0",
172
+ "fieldName": "rollback"
173
+ },
174
+ {
175
+ "name": "ratings",
176
+ "type": {
177
+ "text": "Array<Number | string>"
178
+ },
179
+ "default": "[]",
180
+ "fieldName": "ratings"
181
+ },
182
+ {
183
+ "name": "version",
184
+ "type": {
185
+ "text": "string"
186
+ },
187
+ "default": "\"\"",
188
+ "fieldName": "version"
189
+ }
190
+ ],
191
+ "superclass": {
192
+ "name": "LitElement",
193
+ "package": "lit"
194
+ },
195
+ "tagName": "jio-changelog-ratings",
196
+ "customElement": true
197
+ }
198
+ ],
199
+ "exports": [
200
+ {
201
+ "kind": "js",
202
+ "name": "ChangelogRatings",
203
+ "declaration": {
204
+ "name": "ChangelogRatings",
205
+ "module": "src/jio-changelog-ratings.ts"
206
+ }
207
+ },
208
+ {
209
+ "kind": "custom-element-definition",
210
+ "name": "jio-changelog-ratings",
211
+ "declaration": {
212
+ "name": "ChangelogRatings",
213
+ "module": "src/jio-changelog-ratings.ts"
214
+ }
215
+ }
216
+ ]
217
+ },
218
+ {
219
+ "kind": "javascript-module",
220
+ "path": "src/jio-changelog-weather-icon.ts",
221
+ "declarations": [
222
+ {
223
+ "kind": "class",
224
+ "description": "",
225
+ "name": "ChangelogWeatherIcon",
226
+ "members": [
227
+ {
228
+ "kind": "field",
229
+ "name": "mode",
230
+ "type": {
231
+ "text": "EnumWeatherIcons"
232
+ },
233
+ "default": "'sunny'",
234
+ "attribute": "mode"
235
+ },
236
+ {
237
+ "kind": "field",
238
+ "name": "count",
239
+ "type": {
240
+ "text": "number"
241
+ },
242
+ "default": "0",
243
+ "attribute": "count"
244
+ }
245
+ ],
246
+ "attributes": [
247
+ {
248
+ "name": "mode",
249
+ "type": {
250
+ "text": "EnumWeatherIcons"
251
+ },
252
+ "default": "'sunny'",
253
+ "fieldName": "mode"
254
+ },
255
+ {
256
+ "name": "count",
257
+ "type": {
258
+ "text": "number"
259
+ },
260
+ "default": "0",
261
+ "fieldName": "count"
262
+ }
263
+ ],
264
+ "superclass": {
265
+ "name": "LitElement",
266
+ "package": "lit"
267
+ },
268
+ "tagName": "jio-changelog-weather-icon",
269
+ "customElement": true
270
+ }
271
+ ],
272
+ "exports": [
273
+ {
274
+ "kind": "js",
275
+ "name": "ChangelogWeatherIcon",
276
+ "declaration": {
277
+ "name": "ChangelogWeatherIcon",
278
+ "module": "src/jio-changelog-weather-icon.ts"
279
+ }
280
+ },
281
+ {
282
+ "kind": "custom-element-definition",
283
+ "name": "jio-changelog-weather-icon",
284
+ "declaration": {
285
+ "name": "ChangelogWeatherIcon",
286
+ "module": "src/jio-changelog-weather-icon.ts"
287
+ }
288
+ }
289
+ ]
290
+ },
291
+ {
292
+ "kind": "javascript-module",
293
+ "path": "src/jio-components.ts",
294
+ "declarations": [],
295
+ "exports": [
296
+ {
297
+ "kind": "js",
298
+ "name": "ReportAProblem",
299
+ "declaration": {
300
+ "name": "ReportAProblem",
301
+ "module": "./jio-report-a-problem"
302
+ }
303
+ },
304
+ {
305
+ "kind": "js",
306
+ "name": "ImproveThisPage",
307
+ "declaration": {
308
+ "name": "ImproveThisPage",
309
+ "module": "./jio-improve-this-page"
310
+ }
311
+ },
312
+ {
313
+ "kind": "js",
314
+ "name": "ChangelogWeatherIcon",
315
+ "declaration": {
316
+ "name": "ChangelogWeatherIcon",
317
+ "module": "./jio-changelog-weather-icon"
318
+ }
319
+ },
320
+ {
321
+ "kind": "js",
322
+ "name": "ChangelogRatings",
323
+ "declaration": {
324
+ "name": "ChangelogRatings",
325
+ "module": "./jio-changelog-ratings"
326
+ }
327
+ },
328
+ {
329
+ "kind": "js",
330
+ "name": "WeatherIcon",
331
+ "declaration": {
332
+ "name": "WeatherIcon",
333
+ "module": "./jio-weather-icon"
334
+ }
335
+ },
336
+ {
337
+ "kind": "js",
338
+ "name": "SocialMediaButtons",
339
+ "declaration": {
340
+ "name": "SocialMediaButtons",
341
+ "module": "./jio-socialmedia-buttons"
342
+ }
343
+ },
344
+ {
345
+ "kind": "js",
346
+ "name": "DatetimeBox",
347
+ "declaration": {
348
+ "name": "DatetimeBox",
349
+ "module": "./jio-datetime-box"
350
+ }
351
+ },
352
+ {
353
+ "kind": "js",
354
+ "name": "Navbar",
355
+ "declaration": {
356
+ "name": "Navbar",
357
+ "module": "./jio-navbar"
358
+ }
359
+ },
360
+ {
361
+ "kind": "js",
362
+ "name": "NavbarLink",
363
+ "declaration": {
364
+ "name": "NavbarLink",
365
+ "module": "./jio-navbar-link"
366
+ }
367
+ },
368
+ {
369
+ "kind": "js",
370
+ "name": "Footer",
371
+ "declaration": {
372
+ "name": "Footer",
373
+ "module": "./jio-footer"
374
+ }
375
+ }
376
+ ]
377
+ },
378
+ {
379
+ "kind": "javascript-module",
380
+ "path": "src/jio-datetime-box.ts",
381
+ "declarations": [
382
+ {
383
+ "kind": "class",
384
+ "description": "",
385
+ "name": "DatetimeBox",
386
+ "members": [
387
+ {
388
+ "kind": "field",
389
+ "name": "date",
390
+ "type": {
391
+ "text": "string | number | undefined"
392
+ },
393
+ "description": "Whats the start time of this date",
394
+ "attribute": "date"
395
+ },
396
+ {
397
+ "kind": "field",
398
+ "name": "endDate",
399
+ "type": {
400
+ "text": "string | number | undefined"
401
+ },
402
+ "description": "Whats the end time of this date",
403
+ "attribute": "endDate"
404
+ }
405
+ ],
406
+ "attributes": [
407
+ {
408
+ "name": "date",
409
+ "type": {
410
+ "text": "string | number | undefined"
411
+ },
412
+ "description": "Whats the start time of this date",
413
+ "fieldName": "date"
414
+ },
415
+ {
416
+ "name": "endDate",
417
+ "type": {
418
+ "text": "string | number | undefined"
419
+ },
420
+ "description": "Whats the end time of this date",
421
+ "fieldName": "endDate"
422
+ }
423
+ ],
424
+ "superclass": {
425
+ "name": "LitElement",
426
+ "package": "lit"
427
+ },
428
+ "tagName": "jio-datetime-box",
429
+ "customElement": true
430
+ }
431
+ ],
432
+ "exports": [
433
+ {
434
+ "kind": "js",
435
+ "name": "DatetimeBox",
436
+ "declaration": {
437
+ "name": "DatetimeBox",
438
+ "module": "src/jio-datetime-box.ts"
439
+ }
440
+ },
441
+ {
442
+ "kind": "custom-element-definition",
443
+ "name": "jio-datetime-box",
444
+ "declaration": {
445
+ "name": "DatetimeBox",
446
+ "module": "src/jio-datetime-box.ts"
447
+ }
448
+ }
449
+ ]
450
+ },
451
+ {
452
+ "kind": "javascript-module",
453
+ "path": "src/jio-eventbox.ts",
454
+ "declarations": [
455
+ {
456
+ "kind": "class",
457
+ "description": "",
458
+ "name": "EventBox",
459
+ "members": [
460
+ {
461
+ "kind": "field",
462
+ "name": "date",
463
+ "type": {
464
+ "text": "string | number | undefined"
465
+ },
466
+ "attribute": "date"
467
+ },
468
+ {
469
+ "kind": "field",
470
+ "name": "endDate",
471
+ "type": {
472
+ "text": "string | number | undefined"
473
+ },
474
+ "attribute": "endDate"
475
+ },
476
+ {
477
+ "kind": "field",
478
+ "name": "link",
479
+ "type": {
480
+ "text": "string"
481
+ },
482
+ "default": "\"\"",
483
+ "attribute": "link"
484
+ },
485
+ {
486
+ "kind": "field",
487
+ "name": "location",
488
+ "type": {
489
+ "text": "string"
490
+ },
491
+ "default": "\"\"",
492
+ "attribute": "location"
493
+ }
494
+ ],
495
+ "attributes": [
496
+ {
497
+ "name": "date",
498
+ "type": {
499
+ "text": "string | number | undefined"
500
+ },
501
+ "fieldName": "date"
502
+ },
503
+ {
504
+ "name": "endDate",
505
+ "type": {
506
+ "text": "string | number | undefined"
507
+ },
508
+ "fieldName": "endDate"
509
+ },
510
+ {
511
+ "name": "link",
512
+ "type": {
513
+ "text": "string"
514
+ },
515
+ "default": "\"\"",
516
+ "fieldName": "link"
517
+ },
518
+ {
519
+ "name": "location",
520
+ "type": {
521
+ "text": "string"
522
+ },
523
+ "default": "\"\"",
524
+ "fieldName": "location"
525
+ }
526
+ ],
527
+ "superclass": {
528
+ "name": "LitElement",
529
+ "package": "lit"
530
+ },
531
+ "tagName": "jio-eventbox",
532
+ "customElement": true
533
+ }
534
+ ],
535
+ "exports": [
536
+ {
537
+ "kind": "js",
538
+ "name": "EventBox",
539
+ "declaration": {
540
+ "name": "EventBox",
541
+ "module": "src/jio-eventbox.ts"
542
+ }
543
+ },
544
+ {
545
+ "kind": "custom-element-definition",
546
+ "name": "jio-eventbox",
547
+ "declaration": {
548
+ "name": "EventBox",
549
+ "module": "src/jio-eventbox.ts"
550
+ }
551
+ }
552
+ ]
553
+ },
554
+ {
555
+ "kind": "javascript-module",
556
+ "path": "src/jio-footer.ts",
557
+ "declarations": [
558
+ {
559
+ "kind": "class",
560
+ "description": "Standard jenkins.io footer",
561
+ "name": "Footer",
562
+ "members": [
563
+ {
564
+ "kind": "field",
565
+ "name": "license",
566
+ "type": {
567
+ "text": "string"
568
+ },
569
+ "default": "'cc-sa'",
570
+ "attribute": "license"
571
+ },
572
+ {
573
+ "kind": "field",
574
+ "name": "property",
575
+ "type": {
576
+ "text": "string"
577
+ },
578
+ "default": "'https://www.jenkins.io'",
579
+ "attribute": "property"
580
+ },
581
+ {
582
+ "kind": "field",
583
+ "name": "sourcePath",
584
+ "type": {
585
+ "text": "string"
586
+ },
587
+ "default": "''",
588
+ "description": "Github source path relative to $githubRepo",
589
+ "attribute": "sourcePath"
590
+ },
591
+ {
592
+ "kind": "field",
593
+ "name": "githubRepo",
594
+ "type": {
595
+ "text": "string"
596
+ },
597
+ "default": "''",
598
+ "description": "Github repo",
599
+ "attribute": "githubRepo"
600
+ }
601
+ ],
602
+ "attributes": [
603
+ {
604
+ "name": "license",
605
+ "type": {
606
+ "text": "string"
607
+ },
608
+ "default": "'cc-sa'",
609
+ "fieldName": "license"
610
+ },
611
+ {
612
+ "name": "property",
613
+ "type": {
614
+ "text": "string"
615
+ },
616
+ "default": "'https://www.jenkins.io'",
617
+ "fieldName": "property"
618
+ },
619
+ {
620
+ "name": "sourcePath",
621
+ "type": {
622
+ "text": "string"
623
+ },
624
+ "default": "''",
625
+ "description": "Github source path relative to $githubRepo",
626
+ "fieldName": "sourcePath"
627
+ },
628
+ {
629
+ "name": "githubRepo",
630
+ "type": {
631
+ "text": "string"
632
+ },
633
+ "default": "''",
634
+ "description": "Github repo",
635
+ "fieldName": "githubRepo"
636
+ }
637
+ ],
638
+ "superclass": {
639
+ "name": "LitElement",
640
+ "package": "lit"
641
+ },
642
+ "tagName": "jio-footer",
643
+ "customElement": true
644
+ }
645
+ ],
646
+ "exports": [
647
+ {
648
+ "kind": "js",
649
+ "name": "Footer",
650
+ "declaration": {
651
+ "name": "Footer",
652
+ "module": "src/jio-footer.ts"
653
+ }
654
+ },
655
+ {
656
+ "kind": "custom-element-definition",
657
+ "name": "jio-footer",
658
+ "declaration": {
659
+ "name": "Footer",
660
+ "module": "src/jio-footer.ts"
661
+ }
662
+ }
663
+ ]
664
+ },
665
+ {
666
+ "kind": "javascript-module",
667
+ "path": "src/jio-improve-this-page.ts",
668
+ "declarations": [
669
+ {
670
+ "kind": "class",
671
+ "description": "",
672
+ "name": "ImproveThisPage",
673
+ "members": [
674
+ {
675
+ "kind": "field",
676
+ "name": "sourcePath",
677
+ "type": {
678
+ "text": "string"
679
+ },
680
+ "default": "''",
681
+ "description": "Github source path relative to $githubRepo",
682
+ "attribute": "sourcePath"
683
+ },
684
+ {
685
+ "kind": "field",
686
+ "name": "githubRepo",
687
+ "type": {
688
+ "text": "string"
689
+ },
690
+ "default": "''",
691
+ "description": "Github repo",
692
+ "attribute": "githubRepo"
693
+ }
694
+ ],
695
+ "attributes": [
696
+ {
697
+ "name": "sourcePath",
698
+ "type": {
699
+ "text": "string"
700
+ },
701
+ "default": "''",
702
+ "description": "Github source path relative to $githubRepo",
703
+ "fieldName": "sourcePath"
704
+ },
705
+ {
706
+ "name": "githubRepo",
707
+ "type": {
708
+ "text": "string"
709
+ },
710
+ "default": "''",
711
+ "description": "Github repo",
712
+ "fieldName": "githubRepo"
713
+ }
714
+ ],
715
+ "superclass": {
716
+ "name": "LitElement",
717
+ "package": "lit"
718
+ },
719
+ "tagName": "jio-improve-this-page",
720
+ "customElement": true
721
+ }
722
+ ],
723
+ "exports": [
724
+ {
725
+ "kind": "js",
726
+ "name": "ImproveThisPage",
727
+ "declaration": {
728
+ "name": "ImproveThisPage",
729
+ "module": "src/jio-improve-this-page.ts"
730
+ }
731
+ },
732
+ {
733
+ "kind": "custom-element-definition",
734
+ "name": "jio-improve-this-page",
735
+ "declaration": {
736
+ "name": "ImproveThisPage",
737
+ "module": "src/jio-improve-this-page.ts"
738
+ }
739
+ }
740
+ ]
741
+ },
742
+ {
743
+ "kind": "javascript-module",
744
+ "path": "src/jio-navbar-link.ts",
745
+ "declarations": [
746
+ {
747
+ "kind": "class",
748
+ "description": "",
749
+ "name": "NavbarLink",
750
+ "members": [
751
+ {
752
+ "kind": "field",
753
+ "name": "href",
754
+ "type": {
755
+ "text": "string"
756
+ },
757
+ "default": "\"\"",
758
+ "attribute": "href"
759
+ },
760
+ {
761
+ "kind": "field",
762
+ "name": "property",
763
+ "type": {
764
+ "text": "string"
765
+ },
766
+ "default": "'https://www.jenkins.io'",
767
+ "description": "Eg plugins.jenkins.io",
768
+ "attribute": "property"
769
+ },
770
+ {
771
+ "kind": "field",
772
+ "name": "class",
773
+ "type": {
774
+ "text": "string"
775
+ },
776
+ "default": "\"\"",
777
+ "attribute": "class"
778
+ },
779
+ {
780
+ "kind": "field",
781
+ "name": "locationHref",
782
+ "attribute": "locationHref"
783
+ }
784
+ ],
785
+ "attributes": [
786
+ {
787
+ "name": "href",
788
+ "type": {
789
+ "text": "string"
790
+ },
791
+ "default": "\"\"",
792
+ "fieldName": "href"
793
+ },
794
+ {
795
+ "name": "property",
796
+ "type": {
797
+ "text": "string"
798
+ },
799
+ "default": "'https://www.jenkins.io'",
800
+ "description": "Eg plugins.jenkins.io",
801
+ "fieldName": "property"
802
+ },
803
+ {
804
+ "name": "class",
805
+ "type": {
806
+ "text": "string"
807
+ },
808
+ "default": "\"\"",
809
+ "fieldName": "class"
810
+ },
811
+ {
812
+ "name": "locationHref",
813
+ "fieldName": "locationHref"
814
+ }
815
+ ],
816
+ "superclass": {
817
+ "name": "LitElement",
818
+ "package": "lit"
819
+ },
820
+ "tagName": "jio-navbar-link",
821
+ "customElement": true
822
+ },
823
+ {
824
+ "kind": "function",
825
+ "name": "relOrAbsoluteLink",
826
+ "parameters": [
827
+ {
828
+ "name": "href",
829
+ "type": {
830
+ "text": "string"
831
+ }
832
+ },
833
+ {
834
+ "name": "property",
835
+ "type": {
836
+ "text": "string"
837
+ }
838
+ },
839
+ {
840
+ "name": "locationHref",
841
+ "default": "\"\""
842
+ }
843
+ ]
844
+ }
845
+ ],
846
+ "exports": [
847
+ {
848
+ "kind": "js",
849
+ "name": "NavbarLink",
850
+ "declaration": {
851
+ "name": "NavbarLink",
852
+ "module": "src/jio-navbar-link.ts"
853
+ }
854
+ },
855
+ {
856
+ "kind": "custom-element-definition",
857
+ "name": "jio-navbar-link",
858
+ "declaration": {
859
+ "name": "NavbarLink",
860
+ "module": "src/jio-navbar-link.ts"
861
+ }
862
+ },
863
+ {
864
+ "kind": "js",
865
+ "name": "relOrAbsoluteLink",
866
+ "declaration": {
867
+ "name": "relOrAbsoluteLink",
868
+ "module": "src/jio-navbar-link.ts"
869
+ }
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "kind": "javascript-module",
875
+ "path": "src/jio-navbar.ts",
876
+ "declarations": [
877
+ {
878
+ "kind": "class",
879
+ "description": "",
880
+ "name": "Navbar",
881
+ "members": [
882
+ {
883
+ "kind": "field",
884
+ "name": "property",
885
+ "type": {
886
+ "text": "string"
887
+ },
888
+ "default": "'https://www.jenkins.io'",
889
+ "description": "Eg plugins.jenkins.io",
890
+ "attribute": "property"
891
+ },
892
+ {
893
+ "kind": "field",
894
+ "name": "showSearchBox",
895
+ "type": {
896
+ "text": "Boolean"
897
+ },
898
+ "default": "false",
899
+ "description": "Show search box\n(doesnt yet work)",
900
+ "attribute": "showSearchBox"
901
+ },
902
+ {
903
+ "kind": "field",
904
+ "name": "locationHref",
905
+ "type": {
906
+ "text": "string"
907
+ },
908
+ "attribute": "locationHref"
909
+ },
910
+ {
911
+ "kind": "field",
912
+ "name": "visibleMenu",
913
+ "type": {
914
+ "text": "number"
915
+ },
916
+ "privacy": "private",
917
+ "default": "-1",
918
+ "description": "Keeps track of what menu is opened. \n\nNever to be set externally, though storybook shows it."
919
+ },
920
+ {
921
+ "kind": "field",
922
+ "name": "menuToggled",
923
+ "type": {
924
+ "text": "boolean"
925
+ },
926
+ "privacy": "private",
927
+ "default": "false",
928
+ "description": "Keeps track if the collapsed (mobile) menu is shown or not\n\nNever to be set externally, though storybook shows it."
929
+ },
930
+ {
931
+ "kind": "method",
932
+ "name": "handleDocumentClick"
933
+ },
934
+ {
935
+ "kind": "method",
936
+ "name": "handleSlotchange",
937
+ "parameters": [
938
+ {
939
+ "name": "e",
940
+ "type": {
941
+ "text": "Event"
942
+ }
943
+ }
944
+ ]
945
+ },
946
+ {
947
+ "kind": "method",
948
+ "name": "renderNavItemDropdown",
949
+ "parameters": [
950
+ {
951
+ "name": "menuItem",
952
+ "type": {
953
+ "text": "NavbarItemLink"
954
+ }
955
+ },
956
+ {
957
+ "name": "idx",
958
+ "type": {
959
+ "text": "number"
960
+ }
961
+ },
962
+ {
963
+ "name": "visible",
964
+ "type": {
965
+ "text": "Boolean"
966
+ }
967
+ }
968
+ ]
969
+ },
970
+ {
971
+ "kind": "method",
972
+ "name": "renderNavItemLink",
973
+ "parameters": [
974
+ {
975
+ "name": "menuItem",
976
+ "type": {
977
+ "text": "NavbarItemLink"
978
+ }
979
+ },
980
+ {
981
+ "name": "extraClasses",
982
+ "default": "[]",
983
+ "type": {
984
+ "text": "Array<string>"
985
+ }
986
+ }
987
+ ]
988
+ },
989
+ {
990
+ "kind": "method",
991
+ "name": "_clickCollapseButton",
992
+ "privacy": "private",
993
+ "parameters": [
994
+ {
995
+ "name": "e",
996
+ "type": {
997
+ "text": "Event"
998
+ }
999
+ }
1000
+ ]
1001
+ },
1002
+ {
1003
+ "kind": "method",
1004
+ "name": "_toggleDropdown",
1005
+ "privacy": "private",
1006
+ "parameters": [
1007
+ {
1008
+ "name": "e",
1009
+ "type": {
1010
+ "text": "Event"
1011
+ }
1012
+ }
1013
+ ]
1014
+ }
1015
+ ],
1016
+ "attributes": [
1017
+ {
1018
+ "name": "property",
1019
+ "type": {
1020
+ "text": "string"
1021
+ },
1022
+ "default": "'https://www.jenkins.io'",
1023
+ "description": "Eg plugins.jenkins.io",
1024
+ "fieldName": "property"
1025
+ },
1026
+ {
1027
+ "name": "showSearchBox",
1028
+ "type": {
1029
+ "text": "Boolean"
1030
+ },
1031
+ "default": "false",
1032
+ "description": "Show search box\n(doesnt yet work)",
1033
+ "fieldName": "showSearchBox"
1034
+ },
1035
+ {
1036
+ "name": "locationHref",
1037
+ "type": {
1038
+ "text": "string"
1039
+ },
1040
+ "fieldName": "locationHref"
1041
+ }
1042
+ ],
1043
+ "superclass": {
1044
+ "name": "LitElement",
1045
+ "package": "lit"
1046
+ },
1047
+ "tagName": "jio-navbar",
1048
+ "customElement": true
1049
+ }
1050
+ ],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "Navbar",
1055
+ "declaration": {
1056
+ "name": "Navbar",
1057
+ "module": "src/jio-navbar.ts"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "custom-element-definition",
1062
+ "name": "jio-navbar",
1063
+ "declaration": {
1064
+ "name": "Navbar",
1065
+ "module": "src/jio-navbar.ts"
1066
+ }
1067
+ }
1068
+ ]
1069
+ },
1070
+ {
1071
+ "kind": "javascript-module",
1072
+ "path": "src/jio-report-a-problem.ts",
1073
+ "declarations": [
1074
+ {
1075
+ "kind": "class",
1076
+ "description": "",
1077
+ "name": "ReportAProblem",
1078
+ "members": [
1079
+ {
1080
+ "kind": "field",
1081
+ "name": "pageTitle",
1082
+ "type": {
1083
+ "text": "string"
1084
+ },
1085
+ "default": "''",
1086
+ "description": "Overrides the page title. Defaults to page title",
1087
+ "attribute": "pageTitle"
1088
+ },
1089
+ {
1090
+ "kind": "field",
1091
+ "name": "url",
1092
+ "type": {
1093
+ "text": "string"
1094
+ },
1095
+ "default": "''",
1096
+ "description": "Overrides the page title. Defaults to page url",
1097
+ "attribute": "url"
1098
+ },
1099
+ {
1100
+ "kind": "field",
1101
+ "name": "sourcePath",
1102
+ "type": {
1103
+ "text": "string"
1104
+ },
1105
+ "default": "''",
1106
+ "description": "Github source path relative to $githubRepo",
1107
+ "attribute": "sourcePath"
1108
+ },
1109
+ {
1110
+ "kind": "field",
1111
+ "name": "githubRepo",
1112
+ "type": {
1113
+ "text": "string"
1114
+ },
1115
+ "default": "''",
1116
+ "description": "Github repo",
1117
+ "attribute": "githubRepo"
1118
+ }
1119
+ ],
1120
+ "attributes": [
1121
+ {
1122
+ "name": "pageTitle",
1123
+ "type": {
1124
+ "text": "string"
1125
+ },
1126
+ "default": "''",
1127
+ "description": "Overrides the page title. Defaults to page title",
1128
+ "fieldName": "pageTitle"
1129
+ },
1130
+ {
1131
+ "name": "url",
1132
+ "type": {
1133
+ "text": "string"
1134
+ },
1135
+ "default": "''",
1136
+ "description": "Overrides the page title. Defaults to page url",
1137
+ "fieldName": "url"
1138
+ },
1139
+ {
1140
+ "name": "sourcePath",
1141
+ "type": {
1142
+ "text": "string"
1143
+ },
1144
+ "default": "''",
1145
+ "description": "Github source path relative to $githubRepo",
1146
+ "fieldName": "sourcePath"
1147
+ },
1148
+ {
1149
+ "name": "githubRepo",
1150
+ "type": {
1151
+ "text": "string"
1152
+ },
1153
+ "default": "''",
1154
+ "description": "Github repo",
1155
+ "fieldName": "githubRepo"
1156
+ }
1157
+ ],
1158
+ "superclass": {
1159
+ "name": "LitElement",
1160
+ "package": "lit"
1161
+ },
1162
+ "tagName": "jio-report-a-problem",
1163
+ "customElement": true
1164
+ }
1165
+ ],
1166
+ "exports": [
1167
+ {
1168
+ "kind": "js",
1169
+ "name": "ReportAProblem",
1170
+ "declaration": {
1171
+ "name": "ReportAProblem",
1172
+ "module": "src/jio-report-a-problem.ts"
1173
+ }
1174
+ },
1175
+ {
1176
+ "kind": "custom-element-definition",
1177
+ "name": "jio-report-a-problem",
1178
+ "declaration": {
1179
+ "name": "ReportAProblem",
1180
+ "module": "src/jio-report-a-problem.ts"
1181
+ }
1182
+ }
1183
+ ]
1184
+ },
1185
+ {
1186
+ "kind": "javascript-module",
1187
+ "path": "src/jio-socialmedia-buttons.ts",
1188
+ "declarations": [
1189
+ {
1190
+ "kind": "class",
1191
+ "description": "",
1192
+ "name": "SocialMediaButtons",
1193
+ "members": [
1194
+ {
1195
+ "kind": "field",
1196
+ "name": "twitter",
1197
+ "type": {
1198
+ "text": "string"
1199
+ },
1200
+ "default": "\"\"",
1201
+ "attribute": "twitter"
1202
+ },
1203
+ {
1204
+ "kind": "field",
1205
+ "name": "github",
1206
+ "type": {
1207
+ "text": "string"
1208
+ },
1209
+ "default": "\"\"",
1210
+ "attribute": "github"
1211
+ },
1212
+ {
1213
+ "kind": "field",
1214
+ "name": "blog",
1215
+ "type": {
1216
+ "text": "string"
1217
+ },
1218
+ "default": "\"\"",
1219
+ "attribute": "blog"
1220
+ },
1221
+ {
1222
+ "kind": "field",
1223
+ "name": "linkedin",
1224
+ "type": {
1225
+ "text": "string"
1226
+ },
1227
+ "default": "\"\"",
1228
+ "attribute": "linkedin"
1229
+ }
1230
+ ],
1231
+ "attributes": [
1232
+ {
1233
+ "name": "twitter",
1234
+ "type": {
1235
+ "text": "string"
1236
+ },
1237
+ "default": "\"\"",
1238
+ "fieldName": "twitter"
1239
+ },
1240
+ {
1241
+ "name": "github",
1242
+ "type": {
1243
+ "text": "string"
1244
+ },
1245
+ "default": "\"\"",
1246
+ "fieldName": "github"
1247
+ },
1248
+ {
1249
+ "name": "blog",
1250
+ "type": {
1251
+ "text": "string"
1252
+ },
1253
+ "default": "\"\"",
1254
+ "fieldName": "blog"
1255
+ },
1256
+ {
1257
+ "name": "linkedin",
1258
+ "type": {
1259
+ "text": "string"
1260
+ },
1261
+ "default": "\"\"",
1262
+ "fieldName": "linkedin"
1263
+ }
1264
+ ],
1265
+ "superclass": {
1266
+ "name": "LitElement",
1267
+ "package": "lit"
1268
+ },
1269
+ "tagName": "jio-socialmedia-buttons",
1270
+ "customElement": true
1271
+ }
1272
+ ],
1273
+ "exports": [
1274
+ {
1275
+ "kind": "js",
1276
+ "name": "SocialMediaButtons",
1277
+ "declaration": {
1278
+ "name": "SocialMediaButtons",
1279
+ "module": "src/jio-socialmedia-buttons.ts"
1280
+ }
1281
+ },
1282
+ {
1283
+ "kind": "custom-element-definition",
1284
+ "name": "jio-socialmedia-buttons",
1285
+ "declaration": {
1286
+ "name": "SocialMediaButtons",
1287
+ "module": "src/jio-socialmedia-buttons.ts"
1288
+ }
1289
+ }
1290
+ ]
1291
+ },
1292
+ {
1293
+ "kind": "javascript-module",
1294
+ "path": "src/jio-weather-icon.ts",
1295
+ "declarations": [
1296
+ {
1297
+ "kind": "class",
1298
+ "description": "Shows one of the standard weather icons",
1299
+ "name": "WeatherIcon",
1300
+ "members": [
1301
+ {
1302
+ "kind": "field",
1303
+ "name": "weather",
1304
+ "type": {
1305
+ "text": "sunny|cloudy|storm"
1306
+ },
1307
+ "default": "'sunny'",
1308
+ "description": "Which icon to show",
1309
+ "attribute": "weather"
1310
+ }
1311
+ ],
1312
+ "attributes": [
1313
+ {
1314
+ "name": "weather",
1315
+ "type": {
1316
+ "text": "sunny|cloudy|storm"
1317
+ },
1318
+ "default": "'sunny'",
1319
+ "description": "Which icon to show",
1320
+ "fieldName": "weather"
1321
+ }
1322
+ ],
1323
+ "superclass": {
1324
+ "name": "LitElement",
1325
+ "package": "lit"
1326
+ },
1327
+ "tagName": "jio-weather-icon",
1328
+ "customElement": true
1329
+ }
1330
+ ],
1331
+ "exports": [
1332
+ {
1333
+ "kind": "js",
1334
+ "name": "WeatherIcon",
1335
+ "declaration": {
1336
+ "name": "WeatherIcon",
1337
+ "module": "src/jio-weather-icon.ts"
1338
+ }
1339
+ },
1340
+ {
1341
+ "kind": "custom-element-definition",
1342
+ "name": "jio-weather-icon",
1343
+ "declaration": {
1344
+ "name": "WeatherIcon",
1345
+ "module": "src/jio-weather-icon.ts"
1346
+ }
1347
+ }
1348
+ ]
1349
+ },
1350
+ {
1351
+ "kind": "javascript-module",
1352
+ "path": "src/shared-styles.ts",
1353
+ "declarations": [
1354
+ {
1355
+ "kind": "variable",
1356
+ "name": "ionIconText",
1357
+ "default": "css`\n a {\n display: inline-block;\n vertical-align: middle;\n text-decoration: none;\n background-color: transparent;\n text-decoration-thickness: 2px;\n text-decoration-skip: none;\n text-underline-offset: 2px;\n }\n /* unvisited link */\n a:link {\n color: var(--jio-a-color, #007bff);\n }\n\n /* visited link */\n a:visited {\n color: var(--jio-a-color, #007bff);\n }\n\n /* mouse over link */\n a:hover {\n color: var(--jio-a-color, #007bff);\n }\n\n /* selected link */\n a:active {\n color: var(--jio-a-color, #007bff);\n }\n\n ion-icon {\n color: black;\n width: 22px;\n height: 22px;\n vertical-align: middle;\n }\n`"
1358
+ }
1359
+ ],
1360
+ "exports": [
1361
+ {
1362
+ "kind": "js",
1363
+ "name": "ionIconText",
1364
+ "declaration": {
1365
+ "name": "ionIconText",
1366
+ "module": "src/shared-styles.ts"
1367
+ }
1368
+ }
1369
+ ]
1370
+ }
1371
+ ]
1372
+ }