@spectrum-web-components/picker 0.44.0 → 0.45.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.
@@ -23,6 +23,996 @@
23
23
  "declarations": [],
24
24
  "exports": []
25
25
  },
26
+ {
27
+ "kind": "javascript-module",
28
+ "path": "src/DesktopController.js",
29
+ "declarations": [
30
+ {
31
+ "kind": "class",
32
+ "description": "",
33
+ "name": "DesktopController",
34
+ "members": [
35
+ {
36
+ "kind": "field",
37
+ "name": "type",
38
+ "type": {
39
+ "text": "InteractionTypes"
40
+ },
41
+ "inheritedFrom": {
42
+ "name": "InteractionController",
43
+ "module": "src/InteractionController.js"
44
+ }
45
+ },
46
+ {
47
+ "kind": "method",
48
+ "name": "handlePointerdown",
49
+ "privacy": "public",
50
+ "return": {
51
+ "type": {
52
+ "text": "void"
53
+ }
54
+ },
55
+ "parameters": [
56
+ {
57
+ "name": "event",
58
+ "type": {
59
+ "text": "PointerEvent"
60
+ }
61
+ }
62
+ ],
63
+ "inheritedFrom": {
64
+ "name": "InteractionController",
65
+ "module": "src/InteractionController.js"
66
+ }
67
+ },
68
+ {
69
+ "kind": "method",
70
+ "name": "handleActivate",
71
+ "privacy": "public",
72
+ "return": {
73
+ "type": {
74
+ "text": "void"
75
+ }
76
+ },
77
+ "parameters": [
78
+ {
79
+ "name": "event",
80
+ "optional": true,
81
+ "type": {
82
+ "text": "Event"
83
+ }
84
+ }
85
+ ],
86
+ "inheritedFrom": {
87
+ "name": "InteractionController",
88
+ "module": "src/InteractionController.js"
89
+ }
90
+ },
91
+ {
92
+ "kind": "method",
93
+ "name": "init",
94
+ "return": {
95
+ "type": {
96
+ "text": "void"
97
+ }
98
+ },
99
+ "inheritedFrom": {
100
+ "name": "InteractionController",
101
+ "module": "src/InteractionController.js"
102
+ }
103
+ },
104
+ {
105
+ "kind": "field",
106
+ "name": "abortController",
107
+ "type": {
108
+ "text": "AbortController"
109
+ },
110
+ "inheritedFrom": {
111
+ "name": "InteractionController",
112
+ "module": "src/InteractionController.js"
113
+ }
114
+ },
115
+ {
116
+ "kind": "field",
117
+ "name": "preventNextToggle",
118
+ "type": {
119
+ "text": "'no' | 'maybe' | 'yes'"
120
+ },
121
+ "privacy": "public",
122
+ "default": "'no'",
123
+ "inheritedFrom": {
124
+ "name": "InteractionController",
125
+ "module": "src/InteractionController.js"
126
+ }
127
+ },
128
+ {
129
+ "kind": "field",
130
+ "name": "pointerdownState",
131
+ "type": {
132
+ "text": "boolean"
133
+ },
134
+ "privacy": "public",
135
+ "default": "false",
136
+ "inheritedFrom": {
137
+ "name": "InteractionController",
138
+ "module": "src/InteractionController.js"
139
+ }
140
+ },
141
+ {
142
+ "kind": "field",
143
+ "name": "enterKeydownOn",
144
+ "type": {
145
+ "text": "EventTarget | null"
146
+ },
147
+ "privacy": "public",
148
+ "default": "null",
149
+ "inheritedFrom": {
150
+ "name": "InteractionController",
151
+ "module": "src/InteractionController.js"
152
+ }
153
+ },
154
+ {
155
+ "kind": "field",
156
+ "name": "container",
157
+ "type": {
158
+ "text": "TemplateResult"
159
+ },
160
+ "privacy": "public",
161
+ "inheritedFrom": {
162
+ "name": "InteractionController",
163
+ "module": "src/InteractionController.js"
164
+ }
165
+ },
166
+ {
167
+ "kind": "field",
168
+ "name": "activelyOpening",
169
+ "type": {
170
+ "text": "boolean"
171
+ },
172
+ "readonly": true,
173
+ "inheritedFrom": {
174
+ "name": "InteractionController",
175
+ "module": "src/InteractionController.js"
176
+ }
177
+ },
178
+ {
179
+ "kind": "field",
180
+ "name": "_open",
181
+ "type": {
182
+ "text": "boolean"
183
+ },
184
+ "privacy": "private",
185
+ "default": "false",
186
+ "inheritedFrom": {
187
+ "name": "InteractionController",
188
+ "module": "src/InteractionController.js"
189
+ }
190
+ },
191
+ {
192
+ "kind": "field",
193
+ "name": "open",
194
+ "type": {
195
+ "text": "boolean"
196
+ },
197
+ "privacy": "public",
198
+ "description": "Set `open`",
199
+ "inheritedFrom": {
200
+ "name": "InteractionController",
201
+ "module": "src/InteractionController.js"
202
+ }
203
+ },
204
+ {
205
+ "kind": "field",
206
+ "name": "_overlay",
207
+ "type": {
208
+ "text": "AbstractOverlay"
209
+ },
210
+ "privacy": "private",
211
+ "inheritedFrom": {
212
+ "name": "InteractionController",
213
+ "module": "src/InteractionController.js"
214
+ }
215
+ },
216
+ {
217
+ "kind": "field",
218
+ "name": "overlay",
219
+ "type": {
220
+ "text": "AbstractOverlay"
221
+ },
222
+ "privacy": "public",
223
+ "inheritedFrom": {
224
+ "name": "InteractionController",
225
+ "module": "src/InteractionController.js"
226
+ }
227
+ },
228
+ {
229
+ "kind": "method",
230
+ "name": "releaseDescription",
231
+ "return": {
232
+ "type": {
233
+ "text": "void"
234
+ }
235
+ },
236
+ "inheritedFrom": {
237
+ "name": "InteractionController",
238
+ "module": "src/InteractionController.js"
239
+ }
240
+ },
241
+ {
242
+ "kind": "method",
243
+ "name": "handleBeforetoggle",
244
+ "privacy": "protected",
245
+ "return": {
246
+ "type": {
247
+ "text": "void"
248
+ }
249
+ },
250
+ "parameters": [
251
+ {
252
+ "name": "event",
253
+ "type": {
254
+ "text": "Event & {\n target: Overlay;\n newState: 'open' | 'closed';\n }"
255
+ }
256
+ }
257
+ ],
258
+ "inheritedFrom": {
259
+ "name": "InteractionController",
260
+ "module": "src/InteractionController.js"
261
+ }
262
+ },
263
+ {
264
+ "kind": "method",
265
+ "name": "initOverlay",
266
+ "return": {
267
+ "type": {
268
+ "text": "void"
269
+ }
270
+ },
271
+ "inheritedFrom": {
272
+ "name": "InteractionController",
273
+ "module": "src/InteractionController.js"
274
+ }
275
+ },
276
+ {
277
+ "kind": "method",
278
+ "name": "handleButtonFocus",
279
+ "privacy": "public",
280
+ "return": {
281
+ "type": {
282
+ "text": "void"
283
+ }
284
+ },
285
+ "parameters": [
286
+ {
287
+ "name": "event",
288
+ "type": {
289
+ "text": "FocusEvent"
290
+ }
291
+ }
292
+ ],
293
+ "inheritedFrom": {
294
+ "name": "InteractionController",
295
+ "module": "src/InteractionController.js"
296
+ }
297
+ },
298
+ {
299
+ "kind": "method",
300
+ "name": "abort",
301
+ "return": {
302
+ "type": {
303
+ "text": "void"
304
+ }
305
+ },
306
+ "inheritedFrom": {
307
+ "name": "InteractionController",
308
+ "module": "src/InteractionController.js"
309
+ }
310
+ },
311
+ {
312
+ "kind": "method",
313
+ "name": "hostConnected",
314
+ "return": {
315
+ "type": {
316
+ "text": "void"
317
+ }
318
+ },
319
+ "inheritedFrom": {
320
+ "name": "InteractionController",
321
+ "module": "src/InteractionController.js"
322
+ }
323
+ },
324
+ {
325
+ "kind": "method",
326
+ "name": "hostDisconnected",
327
+ "return": {
328
+ "type": {
329
+ "text": "void"
330
+ }
331
+ },
332
+ "inheritedFrom": {
333
+ "name": "InteractionController",
334
+ "module": "src/InteractionController.js"
335
+ }
336
+ },
337
+ {
338
+ "kind": "method",
339
+ "name": "hostUpdated",
340
+ "privacy": "public",
341
+ "return": {
342
+ "type": {
343
+ "text": "void"
344
+ }
345
+ },
346
+ "inheritedFrom": {
347
+ "name": "InteractionController",
348
+ "module": "src/InteractionController.js"
349
+ }
350
+ },
351
+ {
352
+ "kind": "field",
353
+ "name": "target",
354
+ "default": "target",
355
+ "inheritedFrom": {
356
+ "name": "InteractionController",
357
+ "module": "src/InteractionController.js"
358
+ }
359
+ },
360
+ {
361
+ "kind": "field",
362
+ "name": "host",
363
+ "default": "host",
364
+ "inheritedFrom": {
365
+ "name": "InteractionController",
366
+ "module": "src/InteractionController.js"
367
+ }
368
+ }
369
+ ],
370
+ "superclass": {
371
+ "name": "InteractionController",
372
+ "module": "/src/InteractionController.js"
373
+ }
374
+ }
375
+ ],
376
+ "exports": [
377
+ {
378
+ "kind": "js",
379
+ "name": "DesktopController",
380
+ "declaration": {
381
+ "name": "DesktopController",
382
+ "module": "src/DesktopController.js"
383
+ }
384
+ }
385
+ ]
386
+ },
387
+ {
388
+ "kind": "javascript-module",
389
+ "path": "src/InteractionController.js",
390
+ "declarations": [
391
+ {
392
+ "kind": "class",
393
+ "description": "",
394
+ "name": "InteractionController",
395
+ "members": [
396
+ {
397
+ "kind": "field",
398
+ "name": "abortController",
399
+ "type": {
400
+ "text": "AbortController"
401
+ }
402
+ },
403
+ {
404
+ "kind": "field",
405
+ "name": "preventNextToggle",
406
+ "type": {
407
+ "text": "'no' | 'maybe' | 'yes'"
408
+ },
409
+ "privacy": "public",
410
+ "default": "'no'"
411
+ },
412
+ {
413
+ "kind": "field",
414
+ "name": "pointerdownState",
415
+ "type": {
416
+ "text": "boolean"
417
+ },
418
+ "privacy": "public",
419
+ "default": "false"
420
+ },
421
+ {
422
+ "kind": "field",
423
+ "name": "enterKeydownOn",
424
+ "type": {
425
+ "text": "EventTarget | null"
426
+ },
427
+ "privacy": "public",
428
+ "default": "null"
429
+ },
430
+ {
431
+ "kind": "field",
432
+ "name": "container",
433
+ "type": {
434
+ "text": "TemplateResult"
435
+ },
436
+ "privacy": "public"
437
+ },
438
+ {
439
+ "kind": "field",
440
+ "name": "activelyOpening",
441
+ "type": {
442
+ "text": "boolean"
443
+ },
444
+ "readonly": true
445
+ },
446
+ {
447
+ "kind": "field",
448
+ "name": "_open",
449
+ "type": {
450
+ "text": "boolean"
451
+ },
452
+ "privacy": "private",
453
+ "default": "false"
454
+ },
455
+ {
456
+ "kind": "field",
457
+ "name": "open",
458
+ "type": {
459
+ "text": "boolean"
460
+ },
461
+ "privacy": "public",
462
+ "description": "Set `open`"
463
+ },
464
+ {
465
+ "kind": "field",
466
+ "name": "_overlay",
467
+ "type": {
468
+ "text": "AbstractOverlay"
469
+ },
470
+ "privacy": "private"
471
+ },
472
+ {
473
+ "kind": "field",
474
+ "name": "overlay",
475
+ "type": {
476
+ "text": "AbstractOverlay"
477
+ },
478
+ "privacy": "public"
479
+ },
480
+ {
481
+ "kind": "field",
482
+ "name": "type",
483
+ "type": {
484
+ "text": "InteractionTypes"
485
+ }
486
+ },
487
+ {
488
+ "kind": "method",
489
+ "name": "releaseDescription",
490
+ "return": {
491
+ "type": {
492
+ "text": "void"
493
+ }
494
+ }
495
+ },
496
+ {
497
+ "kind": "method",
498
+ "name": "handleBeforetoggle",
499
+ "privacy": "protected",
500
+ "return": {
501
+ "type": {
502
+ "text": "void"
503
+ }
504
+ },
505
+ "parameters": [
506
+ {
507
+ "name": "event",
508
+ "type": {
509
+ "text": "Event & {\n target: Overlay;\n newState: 'open' | 'closed';\n }"
510
+ }
511
+ }
512
+ ]
513
+ },
514
+ {
515
+ "kind": "method",
516
+ "name": "initOverlay",
517
+ "return": {
518
+ "type": {
519
+ "text": "void"
520
+ }
521
+ }
522
+ },
523
+ {
524
+ "kind": "method",
525
+ "name": "handlePointerdown",
526
+ "privacy": "public",
527
+ "return": {
528
+ "type": {
529
+ "text": "void"
530
+ }
531
+ },
532
+ "parameters": [
533
+ {
534
+ "name": "_event",
535
+ "type": {
536
+ "text": "PointerEvent"
537
+ }
538
+ }
539
+ ]
540
+ },
541
+ {
542
+ "kind": "method",
543
+ "name": "handleButtonFocus",
544
+ "privacy": "public",
545
+ "return": {
546
+ "type": {
547
+ "text": "void"
548
+ }
549
+ },
550
+ "parameters": [
551
+ {
552
+ "name": "event",
553
+ "type": {
554
+ "text": "FocusEvent"
555
+ }
556
+ }
557
+ ]
558
+ },
559
+ {
560
+ "kind": "method",
561
+ "name": "handleActivate",
562
+ "privacy": "public",
563
+ "return": {
564
+ "type": {
565
+ "text": "void"
566
+ }
567
+ },
568
+ "parameters": [
569
+ {
570
+ "name": "_event",
571
+ "type": {
572
+ "text": "Event"
573
+ }
574
+ }
575
+ ]
576
+ },
577
+ {
578
+ "kind": "method",
579
+ "name": "init",
580
+ "return": {
581
+ "type": {
582
+ "text": "void"
583
+ }
584
+ }
585
+ },
586
+ {
587
+ "kind": "method",
588
+ "name": "abort",
589
+ "return": {
590
+ "type": {
591
+ "text": "void"
592
+ }
593
+ }
594
+ },
595
+ {
596
+ "kind": "method",
597
+ "name": "hostConnected",
598
+ "return": {
599
+ "type": {
600
+ "text": "void"
601
+ }
602
+ }
603
+ },
604
+ {
605
+ "kind": "method",
606
+ "name": "hostDisconnected",
607
+ "return": {
608
+ "type": {
609
+ "text": "void"
610
+ }
611
+ }
612
+ },
613
+ {
614
+ "kind": "method",
615
+ "name": "hostUpdated",
616
+ "privacy": "public",
617
+ "return": {
618
+ "type": {
619
+ "text": "void"
620
+ }
621
+ }
622
+ },
623
+ {
624
+ "kind": "field",
625
+ "name": "target",
626
+ "default": "target"
627
+ },
628
+ {
629
+ "kind": "field",
630
+ "name": "host",
631
+ "default": "host"
632
+ }
633
+ ]
634
+ }
635
+ ],
636
+ "exports": [
637
+ {
638
+ "kind": "js",
639
+ "name": "InteractionController",
640
+ "declaration": {
641
+ "name": "InteractionController",
642
+ "module": "src/InteractionController.js"
643
+ }
644
+ }
645
+ ]
646
+ },
647
+ {
648
+ "kind": "javascript-module",
649
+ "path": "src/MobileController.js",
650
+ "declarations": [
651
+ {
652
+ "kind": "class",
653
+ "description": "",
654
+ "name": "MobileController",
655
+ "members": [
656
+ {
657
+ "kind": "field",
658
+ "name": "type",
659
+ "type": {
660
+ "text": "InteractionTypes"
661
+ },
662
+ "inheritedFrom": {
663
+ "name": "InteractionController",
664
+ "module": "src/InteractionController.js"
665
+ }
666
+ },
667
+ {
668
+ "kind": "method",
669
+ "name": "handleClick",
670
+ "return": {
671
+ "type": {
672
+ "text": "void"
673
+ }
674
+ }
675
+ },
676
+ {
677
+ "kind": "method",
678
+ "name": "handlePointerdown",
679
+ "privacy": "public",
680
+ "return": {
681
+ "type": {
682
+ "text": "void"
683
+ }
684
+ },
685
+ "parameters": [
686
+ {
687
+ "name": "_event",
688
+ "type": {
689
+ "text": "PointerEvent"
690
+ }
691
+ }
692
+ ],
693
+ "inheritedFrom": {
694
+ "name": "InteractionController",
695
+ "module": "src/InteractionController.js"
696
+ }
697
+ },
698
+ {
699
+ "kind": "method",
700
+ "name": "init",
701
+ "return": {
702
+ "type": {
703
+ "text": "void"
704
+ }
705
+ },
706
+ "inheritedFrom": {
707
+ "name": "InteractionController",
708
+ "module": "src/InteractionController.js"
709
+ }
710
+ },
711
+ {
712
+ "kind": "field",
713
+ "name": "abortController",
714
+ "type": {
715
+ "text": "AbortController"
716
+ },
717
+ "inheritedFrom": {
718
+ "name": "InteractionController",
719
+ "module": "src/InteractionController.js"
720
+ }
721
+ },
722
+ {
723
+ "kind": "field",
724
+ "name": "preventNextToggle",
725
+ "type": {
726
+ "text": "'no' | 'maybe' | 'yes'"
727
+ },
728
+ "privacy": "public",
729
+ "default": "'no'",
730
+ "inheritedFrom": {
731
+ "name": "InteractionController",
732
+ "module": "src/InteractionController.js"
733
+ }
734
+ },
735
+ {
736
+ "kind": "field",
737
+ "name": "pointerdownState",
738
+ "type": {
739
+ "text": "boolean"
740
+ },
741
+ "privacy": "public",
742
+ "default": "false",
743
+ "inheritedFrom": {
744
+ "name": "InteractionController",
745
+ "module": "src/InteractionController.js"
746
+ }
747
+ },
748
+ {
749
+ "kind": "field",
750
+ "name": "enterKeydownOn",
751
+ "type": {
752
+ "text": "EventTarget | null"
753
+ },
754
+ "privacy": "public",
755
+ "default": "null",
756
+ "inheritedFrom": {
757
+ "name": "InteractionController",
758
+ "module": "src/InteractionController.js"
759
+ }
760
+ },
761
+ {
762
+ "kind": "field",
763
+ "name": "container",
764
+ "type": {
765
+ "text": "TemplateResult"
766
+ },
767
+ "privacy": "public",
768
+ "inheritedFrom": {
769
+ "name": "InteractionController",
770
+ "module": "src/InteractionController.js"
771
+ }
772
+ },
773
+ {
774
+ "kind": "field",
775
+ "name": "activelyOpening",
776
+ "type": {
777
+ "text": "boolean"
778
+ },
779
+ "readonly": true,
780
+ "inheritedFrom": {
781
+ "name": "InteractionController",
782
+ "module": "src/InteractionController.js"
783
+ }
784
+ },
785
+ {
786
+ "kind": "field",
787
+ "name": "_open",
788
+ "type": {
789
+ "text": "boolean"
790
+ },
791
+ "privacy": "private",
792
+ "default": "false",
793
+ "inheritedFrom": {
794
+ "name": "InteractionController",
795
+ "module": "src/InteractionController.js"
796
+ }
797
+ },
798
+ {
799
+ "kind": "field",
800
+ "name": "open",
801
+ "type": {
802
+ "text": "boolean"
803
+ },
804
+ "privacy": "public",
805
+ "description": "Set `open`",
806
+ "inheritedFrom": {
807
+ "name": "InteractionController",
808
+ "module": "src/InteractionController.js"
809
+ }
810
+ },
811
+ {
812
+ "kind": "field",
813
+ "name": "_overlay",
814
+ "type": {
815
+ "text": "AbstractOverlay"
816
+ },
817
+ "privacy": "private",
818
+ "inheritedFrom": {
819
+ "name": "InteractionController",
820
+ "module": "src/InteractionController.js"
821
+ }
822
+ },
823
+ {
824
+ "kind": "field",
825
+ "name": "overlay",
826
+ "type": {
827
+ "text": "AbstractOverlay"
828
+ },
829
+ "privacy": "public",
830
+ "inheritedFrom": {
831
+ "name": "InteractionController",
832
+ "module": "src/InteractionController.js"
833
+ }
834
+ },
835
+ {
836
+ "kind": "method",
837
+ "name": "releaseDescription",
838
+ "return": {
839
+ "type": {
840
+ "text": "void"
841
+ }
842
+ },
843
+ "inheritedFrom": {
844
+ "name": "InteractionController",
845
+ "module": "src/InteractionController.js"
846
+ }
847
+ },
848
+ {
849
+ "kind": "method",
850
+ "name": "handleBeforetoggle",
851
+ "privacy": "protected",
852
+ "return": {
853
+ "type": {
854
+ "text": "void"
855
+ }
856
+ },
857
+ "parameters": [
858
+ {
859
+ "name": "event",
860
+ "type": {
861
+ "text": "Event & {\n target: Overlay;\n newState: 'open' | 'closed';\n }"
862
+ }
863
+ }
864
+ ],
865
+ "inheritedFrom": {
866
+ "name": "InteractionController",
867
+ "module": "src/InteractionController.js"
868
+ }
869
+ },
870
+ {
871
+ "kind": "method",
872
+ "name": "initOverlay",
873
+ "return": {
874
+ "type": {
875
+ "text": "void"
876
+ }
877
+ },
878
+ "inheritedFrom": {
879
+ "name": "InteractionController",
880
+ "module": "src/InteractionController.js"
881
+ }
882
+ },
883
+ {
884
+ "kind": "method",
885
+ "name": "handleButtonFocus",
886
+ "privacy": "public",
887
+ "return": {
888
+ "type": {
889
+ "text": "void"
890
+ }
891
+ },
892
+ "parameters": [
893
+ {
894
+ "name": "event",
895
+ "type": {
896
+ "text": "FocusEvent"
897
+ }
898
+ }
899
+ ],
900
+ "inheritedFrom": {
901
+ "name": "InteractionController",
902
+ "module": "src/InteractionController.js"
903
+ }
904
+ },
905
+ {
906
+ "kind": "method",
907
+ "name": "handleActivate",
908
+ "privacy": "public",
909
+ "return": {
910
+ "type": {
911
+ "text": "void"
912
+ }
913
+ },
914
+ "parameters": [
915
+ {
916
+ "name": "_event",
917
+ "type": {
918
+ "text": "Event"
919
+ }
920
+ }
921
+ ],
922
+ "inheritedFrom": {
923
+ "name": "InteractionController",
924
+ "module": "src/InteractionController.js"
925
+ }
926
+ },
927
+ {
928
+ "kind": "method",
929
+ "name": "abort",
930
+ "return": {
931
+ "type": {
932
+ "text": "void"
933
+ }
934
+ },
935
+ "inheritedFrom": {
936
+ "name": "InteractionController",
937
+ "module": "src/InteractionController.js"
938
+ }
939
+ },
940
+ {
941
+ "kind": "method",
942
+ "name": "hostConnected",
943
+ "return": {
944
+ "type": {
945
+ "text": "void"
946
+ }
947
+ },
948
+ "inheritedFrom": {
949
+ "name": "InteractionController",
950
+ "module": "src/InteractionController.js"
951
+ }
952
+ },
953
+ {
954
+ "kind": "method",
955
+ "name": "hostDisconnected",
956
+ "return": {
957
+ "type": {
958
+ "text": "void"
959
+ }
960
+ },
961
+ "inheritedFrom": {
962
+ "name": "InteractionController",
963
+ "module": "src/InteractionController.js"
964
+ }
965
+ },
966
+ {
967
+ "kind": "method",
968
+ "name": "hostUpdated",
969
+ "privacy": "public",
970
+ "return": {
971
+ "type": {
972
+ "text": "void"
973
+ }
974
+ },
975
+ "inheritedFrom": {
976
+ "name": "InteractionController",
977
+ "module": "src/InteractionController.js"
978
+ }
979
+ },
980
+ {
981
+ "kind": "field",
982
+ "name": "target",
983
+ "default": "target",
984
+ "inheritedFrom": {
985
+ "name": "InteractionController",
986
+ "module": "src/InteractionController.js"
987
+ }
988
+ },
989
+ {
990
+ "kind": "field",
991
+ "name": "host",
992
+ "default": "host",
993
+ "inheritedFrom": {
994
+ "name": "InteractionController",
995
+ "module": "src/InteractionController.js"
996
+ }
997
+ }
998
+ ],
999
+ "superclass": {
1000
+ "name": "InteractionController",
1001
+ "module": "/src/InteractionController.js"
1002
+ }
1003
+ }
1004
+ ],
1005
+ "exports": [
1006
+ {
1007
+ "kind": "js",
1008
+ "name": "MobileController",
1009
+ "declaration": {
1010
+ "name": "MobileController",
1011
+ "module": "src/MobileController.js"
1012
+ }
1013
+ }
1014
+ ]
1015
+ },
26
1016
  {
27
1017
  "kind": "javascript-module",
28
1018
  "path": "src/Picker.js",
@@ -43,9 +1033,17 @@
43
1033
  {
44
1034
  "kind": "field",
45
1035
  "name": "isMobile",
46
- "privacy": "protected",
1036
+ "privacy": "public",
47
1037
  "default": "new MatchMediaController(this, IS_MOBILE)"
48
1038
  },
1039
+ {
1040
+ "kind": "field",
1041
+ "name": "strategy",
1042
+ "type": {
1043
+ "text": "DesktopController | MobileController"
1044
+ },
1045
+ "privacy": "public"
1046
+ },
49
1047
  {
50
1048
  "kind": "field",
51
1049
  "name": "appliedLabel",
@@ -64,7 +1062,7 @@
64
1062
  {
65
1063
  "kind": "field",
66
1064
  "name": "dependencyManager",
67
- "privacy": "private",
1065
+ "privacy": "public",
68
1066
  "default": "new DependencyManagerController(this)"
69
1067
  },
70
1068
  {
@@ -205,7 +1203,7 @@
205
1203
  "type": {
206
1204
  "text": "Menu"
207
1205
  },
208
- "privacy": "protected"
1206
+ "privacy": "public"
209
1207
  },
210
1208
  {
211
1209
  "kind": "field",
@@ -231,7 +1229,7 @@
231
1229
  "type": {
232
1230
  "text": "Overlay"
233
1231
  },
234
- "privacy": "protected"
1232
+ "privacy": "public"
235
1233
  },
236
1234
  {
237
1235
  "kind": "field",
@@ -344,28 +1342,10 @@
344
1342
  }
345
1343
  }
346
1344
  },
347
- {
348
- "kind": "field",
349
- "name": "preventNextToggle",
350
- "type": {
351
- "text": "'no' | 'maybe' | 'yes'"
352
- },
353
- "privacy": "protected",
354
- "default": "'no'"
355
- },
356
- {
357
- "kind": "field",
358
- "name": "pointerdownState",
359
- "type": {
360
- "text": "boolean"
361
- },
362
- "privacy": "private",
363
- "default": "false"
364
- },
365
1345
  {
366
1346
  "kind": "method",
367
- "name": "handleButtonPointerdown",
368
- "privacy": "protected",
1347
+ "name": "focus",
1348
+ "privacy": "public",
369
1349
  "return": {
370
1350
  "type": {
371
1351
  "text": "void"
@@ -373,35 +1353,28 @@
373
1353
  },
374
1354
  "parameters": [
375
1355
  {
376
- "name": "event",
1356
+ "name": "options",
1357
+ "optional": true,
377
1358
  "type": {
378
- "text": "PointerEvent"
1359
+ "text": "FocusOptions"
379
1360
  }
380
1361
  }
381
1362
  ]
382
1363
  },
383
1364
  {
384
1365
  "kind": "method",
385
- "name": "handleButtonFocus",
386
- "privacy": "protected",
1366
+ "name": "handleHelperFocus",
1367
+ "privacy": "public",
387
1368
  "return": {
388
1369
  "type": {
389
1370
  "text": "void"
390
1371
  }
391
- },
392
- "parameters": [
393
- {
394
- "name": "event",
395
- "type": {
396
- "text": "FocusEvent"
397
- }
398
- }
399
- ]
1372
+ }
400
1373
  },
401
1374
  {
402
1375
  "kind": "method",
403
- "name": "handleActivate",
404
- "privacy": "protected",
1376
+ "name": "handleChange",
1377
+ "privacy": "public",
405
1378
  "return": {
406
1379
  "type": {
407
1380
  "text": "void"
@@ -410,7 +1383,6 @@
410
1383
  "parameters": [
411
1384
  {
412
1385
  "name": "event",
413
- "optional": true,
414
1386
  "type": {
415
1387
  "text": "Event"
416
1388
  }
@@ -419,36 +1391,7 @@
419
1391
  },
420
1392
  {
421
1393
  "kind": "method",
422
- "name": "focus",
423
- "privacy": "public",
424
- "return": {
425
- "type": {
426
- "text": "void"
427
- }
428
- },
429
- "parameters": [
430
- {
431
- "name": "options",
432
- "optional": true,
433
- "type": {
434
- "text": "FocusOptions"
435
- }
436
- }
437
- ]
438
- },
439
- {
440
- "kind": "method",
441
- "name": "handleHelperFocus",
442
- "privacy": "public",
443
- "return": {
444
- "type": {
445
- "text": "void"
446
- }
447
- }
448
- },
449
- {
450
- "kind": "method",
451
- "name": "handleChange",
1394
+ "name": "handleButtonFocus",
452
1395
  "privacy": "public",
453
1396
  "return": {
454
1397
  "type": {
@@ -459,7 +1402,7 @@
459
1402
  {
460
1403
  "name": "event",
461
1404
  "type": {
462
- "text": "Event"
1405
+ "text": "FocusEvent"
463
1406
  }
464
1407
  }
465
1408
  ]
@@ -589,28 +1532,10 @@
589
1532
  }
590
1533
  ]
591
1534
  },
592
- {
593
- "kind": "method",
594
- "name": "handleBeforetoggle",
595
- "privacy": "protected",
596
- "return": {
597
- "type": {
598
- "text": "void"
599
- }
600
- },
601
- "parameters": [
602
- {
603
- "name": "event",
604
- "type": {
605
- "text": "Event & {\n target: Overlay;\n newState: 'open' | 'closed';\n }"
606
- }
607
- }
608
- ]
609
- },
610
1535
  {
611
1536
  "kind": "field",
612
1537
  "name": "handleSlottableRequest",
613
- "privacy": "protected"
1538
+ "privacy": "public"
614
1539
  },
615
1540
  {
616
1541
  "kind": "method",
@@ -818,6 +1743,16 @@
818
1743
  "kind": "field",
819
1744
  "name": "handleEnterKeydown",
820
1745
  "privacy": "protected"
1746
+ },
1747
+ {
1748
+ "kind": "method",
1749
+ "name": "bindEvents",
1750
+ "privacy": "public",
1751
+ "return": {
1752
+ "type": {
1753
+ "text": "void"
1754
+ }
1755
+ }
821
1756
  }
822
1757
  ],
823
1758
  "events": [
@@ -986,13 +1921,25 @@
986
1921
  {
987
1922
  "kind": "field",
988
1923
  "name": "isMobile",
989
- "privacy": "protected",
1924
+ "privacy": "public",
990
1925
  "default": "new MatchMediaController(this, IS_MOBILE)",
991
1926
  "inheritedFrom": {
992
1927
  "name": "PickerBase",
993
1928
  "module": "src/Picker.js"
994
1929
  }
995
1930
  },
1931
+ {
1932
+ "kind": "field",
1933
+ "name": "strategy",
1934
+ "type": {
1935
+ "text": "DesktopController | MobileController"
1936
+ },
1937
+ "privacy": "public",
1938
+ "inheritedFrom": {
1939
+ "name": "PickerBase",
1940
+ "module": "src/Picker.js"
1941
+ }
1942
+ },
996
1943
  {
997
1944
  "kind": "field",
998
1945
  "name": "appliedLabel",
@@ -1019,7 +1966,7 @@
1019
1966
  {
1020
1967
  "kind": "field",
1021
1968
  "name": "dependencyManager",
1022
- "privacy": "private",
1969
+ "privacy": "public",
1023
1970
  "default": "new DependencyManagerController(this)",
1024
1971
  "inheritedFrom": {
1025
1972
  "name": "PickerBase",
@@ -1216,7 +2163,7 @@
1216
2163
  "type": {
1217
2164
  "text": "Menu"
1218
2165
  },
1219
- "privacy": "protected",
2166
+ "privacy": "public",
1220
2167
  "inheritedFrom": {
1221
2168
  "name": "PickerBase",
1222
2169
  "module": "src/Picker.js"
@@ -1254,7 +2201,7 @@
1254
2201
  "type": {
1255
2202
  "text": "Overlay"
1256
2203
  },
1257
- "privacy": "protected",
2204
+ "privacy": "public",
1258
2205
  "inheritedFrom": {
1259
2206
  "name": "PickerBase",
1260
2207
  "module": "src/Picker.js"
@@ -1419,36 +2366,10 @@
1419
2366
  "module": "src/Picker.js"
1420
2367
  }
1421
2368
  },
1422
- {
1423
- "kind": "field",
1424
- "name": "preventNextToggle",
1425
- "type": {
1426
- "text": "'no' | 'maybe' | 'yes'"
1427
- },
1428
- "privacy": "protected",
1429
- "default": "'no'",
1430
- "inheritedFrom": {
1431
- "name": "PickerBase",
1432
- "module": "src/Picker.js"
1433
- }
1434
- },
1435
- {
1436
- "kind": "field",
1437
- "name": "pointerdownState",
1438
- "type": {
1439
- "text": "boolean"
1440
- },
1441
- "privacy": "private",
1442
- "default": "false",
1443
- "inheritedFrom": {
1444
- "name": "PickerBase",
1445
- "module": "src/Picker.js"
1446
- }
1447
- },
1448
2369
  {
1449
2370
  "kind": "method",
1450
- "name": "handleButtonPointerdown",
1451
- "privacy": "protected",
2371
+ "name": "focus",
2372
+ "privacy": "public",
1452
2373
  "return": {
1453
2374
  "type": {
1454
2375
  "text": "void"
@@ -1456,9 +2377,10 @@
1456
2377
  },
1457
2378
  "parameters": [
1458
2379
  {
1459
- "name": "event",
2380
+ "name": "options",
2381
+ "optional": true,
1460
2382
  "type": {
1461
- "text": "PointerEvent"
2383
+ "text": "FocusOptions"
1462
2384
  }
1463
2385
  }
1464
2386
  ],
@@ -1469,21 +2391,13 @@
1469
2391
  },
1470
2392
  {
1471
2393
  "kind": "method",
1472
- "name": "handleButtonFocus",
1473
- "privacy": "protected",
2394
+ "name": "handleHelperFocus",
2395
+ "privacy": "public",
1474
2396
  "return": {
1475
2397
  "type": {
1476
2398
  "text": "void"
1477
2399
  }
1478
2400
  },
1479
- "parameters": [
1480
- {
1481
- "name": "event",
1482
- "type": {
1483
- "text": "FocusEvent"
1484
- }
1485
- }
1486
- ],
1487
2401
  "inheritedFrom": {
1488
2402
  "name": "PickerBase",
1489
2403
  "module": "src/Picker.js"
@@ -1491,8 +2405,8 @@
1491
2405
  },
1492
2406
  {
1493
2407
  "kind": "method",
1494
- "name": "handleActivate",
1495
- "privacy": "protected",
2408
+ "name": "handleChange",
2409
+ "privacy": "public",
1496
2410
  "return": {
1497
2411
  "type": {
1498
2412
  "text": "void"
@@ -1501,7 +2415,6 @@
1501
2415
  "parameters": [
1502
2416
  {
1503
2417
  "name": "event",
1504
- "optional": true,
1505
2418
  "type": {
1506
2419
  "text": "Event"
1507
2420
  }
@@ -1514,44 +2427,7 @@
1514
2427
  },
1515
2428
  {
1516
2429
  "kind": "method",
1517
- "name": "focus",
1518
- "privacy": "public",
1519
- "return": {
1520
- "type": {
1521
- "text": "void"
1522
- }
1523
- },
1524
- "parameters": [
1525
- {
1526
- "name": "options",
1527
- "optional": true,
1528
- "type": {
1529
- "text": "FocusOptions"
1530
- }
1531
- }
1532
- ],
1533
- "inheritedFrom": {
1534
- "name": "PickerBase",
1535
- "module": "src/Picker.js"
1536
- }
1537
- },
1538
- {
1539
- "kind": "method",
1540
- "name": "handleHelperFocus",
1541
- "privacy": "public",
1542
- "return": {
1543
- "type": {
1544
- "text": "void"
1545
- }
1546
- },
1547
- "inheritedFrom": {
1548
- "name": "PickerBase",
1549
- "module": "src/Picker.js"
1550
- }
1551
- },
1552
- {
1553
- "kind": "method",
1554
- "name": "handleChange",
2430
+ "name": "handleButtonFocus",
1555
2431
  "privacy": "public",
1556
2432
  "return": {
1557
2433
  "type": {
@@ -1562,7 +2438,7 @@
1562
2438
  {
1563
2439
  "name": "event",
1564
2440
  "type": {
1565
- "text": "Event"
2441
+ "text": "FocusEvent"
1566
2442
  }
1567
2443
  }
1568
2444
  ],
@@ -1710,32 +2586,10 @@
1710
2586
  "module": "src/Picker.js"
1711
2587
  }
1712
2588
  },
1713
- {
1714
- "kind": "method",
1715
- "name": "handleBeforetoggle",
1716
- "privacy": "protected",
1717
- "return": {
1718
- "type": {
1719
- "text": "void"
1720
- }
1721
- },
1722
- "parameters": [
1723
- {
1724
- "name": "event",
1725
- "type": {
1726
- "text": "Event & {\n target: Overlay;\n newState: 'open' | 'closed';\n }"
1727
- }
1728
- }
1729
- ],
1730
- "inheritedFrom": {
1731
- "name": "PickerBase",
1732
- "module": "src/Picker.js"
1733
- }
1734
- },
1735
2589
  {
1736
2590
  "kind": "field",
1737
2591
  "name": "handleSlottableRequest",
1738
- "privacy": "protected",
2592
+ "privacy": "public",
1739
2593
  "inheritedFrom": {
1740
2594
  "name": "PickerBase",
1741
2595
  "module": "src/Picker.js"
@@ -2027,6 +2881,20 @@
2027
2881
  "name": "PickerBase",
2028
2882
  "module": "src/Picker.js"
2029
2883
  }
2884
+ },
2885
+ {
2886
+ "kind": "method",
2887
+ "name": "bindEvents",
2888
+ "privacy": "public",
2889
+ "return": {
2890
+ "type": {
2891
+ "text": "void"
2892
+ }
2893
+ },
2894
+ "inheritedFrom": {
2895
+ "name": "PickerBase",
2896
+ "module": "src/Picker.js"
2897
+ }
2030
2898
  }
2031
2899
  ],
2032
2900
  "events": [