@spectrum-web-components/picker 0.43.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,25 @@
205
1203
  "type": {
206
1204
  "text": "Menu"
207
1205
  },
208
- "privacy": "protected"
1206
+ "privacy": "public"
1207
+ },
1208
+ {
1209
+ "kind": "field",
1210
+ "name": "_selfManageFocusElement",
1211
+ "type": {
1212
+ "text": "boolean"
1213
+ },
1214
+ "privacy": "private",
1215
+ "default": "false"
1216
+ },
1217
+ {
1218
+ "kind": "field",
1219
+ "name": "selfManageFocusElement",
1220
+ "type": {
1221
+ "text": "boolean"
1222
+ },
1223
+ "privacy": "public",
1224
+ "readonly": true
209
1225
  },
210
1226
  {
211
1227
  "kind": "field",
@@ -213,7 +1229,7 @@
213
1229
  "type": {
214
1230
  "text": "Overlay"
215
1231
  },
216
- "privacy": "protected"
1232
+ "privacy": "public"
217
1233
  },
218
1234
  {
219
1235
  "kind": "field",
@@ -294,110 +1310,37 @@
294
1310
  "text": "HTMLElement"
295
1311
  },
296
1312
  "privacy": "public",
297
- "readonly": true
298
- },
299
- {
300
- "kind": "method",
301
- "name": "forceFocusVisible",
302
- "privacy": "public",
303
- "return": {
304
- "type": {
305
- "text": "void"
306
- }
307
- }
308
- },
309
- {
310
- "kind": "method",
311
- "name": "click",
312
- "privacy": "public",
313
- "return": {
314
- "type": {
315
- "text": "void"
316
- }
317
- }
318
- },
319
- {
320
- "kind": "method",
321
- "name": "handleButtonBlur",
322
- "privacy": "public",
323
- "return": {
324
- "type": {
325
- "text": "void"
326
- }
327
- }
328
- },
329
- {
330
- "kind": "field",
331
- "name": "preventNextToggle",
332
- "type": {
333
- "text": "'no' | 'maybe' | 'yes'"
334
- },
335
- "privacy": "protected",
336
- "default": "'no'"
337
- },
338
- {
339
- "kind": "field",
340
- "name": "pointerdownState",
341
- "type": {
342
- "text": "boolean"
343
- },
344
- "privacy": "private",
345
- "default": "false"
346
- },
347
- {
348
- "kind": "method",
349
- "name": "handleButtonPointerdown",
350
- "privacy": "protected",
351
- "return": {
352
- "type": {
353
- "text": "void"
354
- }
355
- },
356
- "parameters": [
357
- {
358
- "name": "event",
359
- "type": {
360
- "text": "PointerEvent"
361
- }
362
- }
363
- ]
1313
+ "readonly": true
364
1314
  },
365
1315
  {
366
1316
  "kind": "method",
367
- "name": "handleButtonFocus",
368
- "privacy": "protected",
1317
+ "name": "forceFocusVisible",
1318
+ "privacy": "public",
369
1319
  "return": {
370
1320
  "type": {
371
1321
  "text": "void"
372
1322
  }
373
- },
374
- "parameters": [
375
- {
376
- "name": "event",
377
- "type": {
378
- "text": "FocusEvent"
379
- }
380
- }
381
- ]
1323
+ }
382
1324
  },
383
1325
  {
384
1326
  "kind": "method",
385
- "name": "handleActivate",
386
- "privacy": "protected",
1327
+ "name": "click",
1328
+ "privacy": "public",
387
1329
  "return": {
388
1330
  "type": {
389
1331
  "text": "void"
390
1332
  }
391
- },
392
- "parameters": [
393
- {
394
- "name": "event",
395
- "optional": true,
396
- "type": {
397
- "text": "Event"
398
- }
1333
+ }
1334
+ },
1335
+ {
1336
+ "kind": "method",
1337
+ "name": "handleButtonBlur",
1338
+ "privacy": "public",
1339
+ "return": {
1340
+ "type": {
1341
+ "text": "void"
399
1342
  }
400
- ]
1343
+ }
401
1344
  },
402
1345
  {
403
1346
  "kind": "method",
@@ -446,6 +1389,24 @@
446
1389
  }
447
1390
  ]
448
1391
  },
1392
+ {
1393
+ "kind": "method",
1394
+ "name": "handleButtonFocus",
1395
+ "privacy": "public",
1396
+ "return": {
1397
+ "type": {
1398
+ "text": "void"
1399
+ }
1400
+ },
1401
+ "parameters": [
1402
+ {
1403
+ "name": "event",
1404
+ "type": {
1405
+ "text": "FocusEvent"
1406
+ }
1407
+ }
1408
+ ]
1409
+ },
449
1410
  {
450
1411
  "kind": "field",
451
1412
  "name": "handleKeydown",
@@ -571,28 +1532,10 @@
571
1532
  }
572
1533
  ]
573
1534
  },
574
- {
575
- "kind": "method",
576
- "name": "handleBeforetoggle",
577
- "privacy": "protected",
578
- "return": {
579
- "type": {
580
- "text": "void"
581
- }
582
- },
583
- "parameters": [
584
- {
585
- "name": "event",
586
- "type": {
587
- "text": "Event & {\n target: Overlay;\n newState: 'open' | 'closed';\n }"
588
- }
589
- }
590
- ]
591
- },
592
1535
  {
593
1536
  "kind": "field",
594
1537
  "name": "handleSlottableRequest",
595
- "privacy": "protected"
1538
+ "privacy": "public"
596
1539
  },
597
1540
  {
598
1541
  "kind": "method",
@@ -800,6 +1743,16 @@
800
1743
  "kind": "field",
801
1744
  "name": "handleEnterKeydown",
802
1745
  "privacy": "protected"
1746
+ },
1747
+ {
1748
+ "kind": "method",
1749
+ "name": "bindEvents",
1750
+ "privacy": "public",
1751
+ "return": {
1752
+ "type": {
1753
+ "text": "void"
1754
+ }
1755
+ }
803
1756
  }
804
1757
  ],
805
1758
  "events": [
@@ -968,13 +1921,25 @@
968
1921
  {
969
1922
  "kind": "field",
970
1923
  "name": "isMobile",
971
- "privacy": "protected",
1924
+ "privacy": "public",
972
1925
  "default": "new MatchMediaController(this, IS_MOBILE)",
973
1926
  "inheritedFrom": {
974
1927
  "name": "PickerBase",
975
1928
  "module": "src/Picker.js"
976
1929
  }
977
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
+ },
978
1943
  {
979
1944
  "kind": "field",
980
1945
  "name": "appliedLabel",
@@ -1001,7 +1966,7 @@
1001
1966
  {
1002
1967
  "kind": "field",
1003
1968
  "name": "dependencyManager",
1004
- "privacy": "private",
1969
+ "privacy": "public",
1005
1970
  "default": "new DependencyManagerController(this)",
1006
1971
  "inheritedFrom": {
1007
1972
  "name": "PickerBase",
@@ -1198,7 +2163,33 @@
1198
2163
  "type": {
1199
2164
  "text": "Menu"
1200
2165
  },
1201
- "privacy": "protected",
2166
+ "privacy": "public",
2167
+ "inheritedFrom": {
2168
+ "name": "PickerBase",
2169
+ "module": "src/Picker.js"
2170
+ }
2171
+ },
2172
+ {
2173
+ "kind": "field",
2174
+ "name": "_selfManageFocusElement",
2175
+ "type": {
2176
+ "text": "boolean"
2177
+ },
2178
+ "privacy": "private",
2179
+ "default": "false",
2180
+ "inheritedFrom": {
2181
+ "name": "PickerBase",
2182
+ "module": "src/Picker.js"
2183
+ }
2184
+ },
2185
+ {
2186
+ "kind": "field",
2187
+ "name": "selfManageFocusElement",
2188
+ "type": {
2189
+ "text": "boolean"
2190
+ },
2191
+ "privacy": "public",
2192
+ "readonly": true,
1202
2193
  "inheritedFrom": {
1203
2194
  "name": "PickerBase",
1204
2195
  "module": "src/Picker.js"
@@ -1210,7 +2201,7 @@
1210
2201
  "type": {
1211
2202
  "text": "Overlay"
1212
2203
  },
1213
- "privacy": "protected",
2204
+ "privacy": "public",
1214
2205
  "inheritedFrom": {
1215
2206
  "name": "PickerBase",
1216
2207
  "module": "src/Picker.js"
@@ -1375,36 +2366,10 @@
1375
2366
  "module": "src/Picker.js"
1376
2367
  }
1377
2368
  },
1378
- {
1379
- "kind": "field",
1380
- "name": "preventNextToggle",
1381
- "type": {
1382
- "text": "'no' | 'maybe' | 'yes'"
1383
- },
1384
- "privacy": "protected",
1385
- "default": "'no'",
1386
- "inheritedFrom": {
1387
- "name": "PickerBase",
1388
- "module": "src/Picker.js"
1389
- }
1390
- },
1391
- {
1392
- "kind": "field",
1393
- "name": "pointerdownState",
1394
- "type": {
1395
- "text": "boolean"
1396
- },
1397
- "privacy": "private",
1398
- "default": "false",
1399
- "inheritedFrom": {
1400
- "name": "PickerBase",
1401
- "module": "src/Picker.js"
1402
- }
1403
- },
1404
2369
  {
1405
2370
  "kind": "method",
1406
- "name": "handleButtonPointerdown",
1407
- "privacy": "protected",
2371
+ "name": "focus",
2372
+ "privacy": "public",
1408
2373
  "return": {
1409
2374
  "type": {
1410
2375
  "text": "void"
@@ -1412,9 +2377,10 @@
1412
2377
  },
1413
2378
  "parameters": [
1414
2379
  {
1415
- "name": "event",
2380
+ "name": "options",
2381
+ "optional": true,
1416
2382
  "type": {
1417
- "text": "PointerEvent"
2383
+ "text": "FocusOptions"
1418
2384
  }
1419
2385
  }
1420
2386
  ],
@@ -1425,21 +2391,13 @@
1425
2391
  },
1426
2392
  {
1427
2393
  "kind": "method",
1428
- "name": "handleButtonFocus",
1429
- "privacy": "protected",
2394
+ "name": "handleHelperFocus",
2395
+ "privacy": "public",
1430
2396
  "return": {
1431
2397
  "type": {
1432
2398
  "text": "void"
1433
2399
  }
1434
2400
  },
1435
- "parameters": [
1436
- {
1437
- "name": "event",
1438
- "type": {
1439
- "text": "FocusEvent"
1440
- }
1441
- }
1442
- ],
1443
2401
  "inheritedFrom": {
1444
2402
  "name": "PickerBase",
1445
2403
  "module": "src/Picker.js"
@@ -1447,8 +2405,8 @@
1447
2405
  },
1448
2406
  {
1449
2407
  "kind": "method",
1450
- "name": "handleActivate",
1451
- "privacy": "protected",
2408
+ "name": "handleChange",
2409
+ "privacy": "public",
1452
2410
  "return": {
1453
2411
  "type": {
1454
2412
  "text": "void"
@@ -1457,7 +2415,6 @@
1457
2415
  "parameters": [
1458
2416
  {
1459
2417
  "name": "event",
1460
- "optional": true,
1461
2418
  "type": {
1462
2419
  "text": "Event"
1463
2420
  }
@@ -1470,44 +2427,7 @@
1470
2427
  },
1471
2428
  {
1472
2429
  "kind": "method",
1473
- "name": "focus",
1474
- "privacy": "public",
1475
- "return": {
1476
- "type": {
1477
- "text": "void"
1478
- }
1479
- },
1480
- "parameters": [
1481
- {
1482
- "name": "options",
1483
- "optional": true,
1484
- "type": {
1485
- "text": "FocusOptions"
1486
- }
1487
- }
1488
- ],
1489
- "inheritedFrom": {
1490
- "name": "PickerBase",
1491
- "module": "src/Picker.js"
1492
- }
1493
- },
1494
- {
1495
- "kind": "method",
1496
- "name": "handleHelperFocus",
1497
- "privacy": "public",
1498
- "return": {
1499
- "type": {
1500
- "text": "void"
1501
- }
1502
- },
1503
- "inheritedFrom": {
1504
- "name": "PickerBase",
1505
- "module": "src/Picker.js"
1506
- }
1507
- },
1508
- {
1509
- "kind": "method",
1510
- "name": "handleChange",
2430
+ "name": "handleButtonFocus",
1511
2431
  "privacy": "public",
1512
2432
  "return": {
1513
2433
  "type": {
@@ -1518,7 +2438,7 @@
1518
2438
  {
1519
2439
  "name": "event",
1520
2440
  "type": {
1521
- "text": "Event"
2441
+ "text": "FocusEvent"
1522
2442
  }
1523
2443
  }
1524
2444
  ],
@@ -1666,32 +2586,10 @@
1666
2586
  "module": "src/Picker.js"
1667
2587
  }
1668
2588
  },
1669
- {
1670
- "kind": "method",
1671
- "name": "handleBeforetoggle",
1672
- "privacy": "protected",
1673
- "return": {
1674
- "type": {
1675
- "text": "void"
1676
- }
1677
- },
1678
- "parameters": [
1679
- {
1680
- "name": "event",
1681
- "type": {
1682
- "text": "Event & {\n target: Overlay;\n newState: 'open' | 'closed';\n }"
1683
- }
1684
- }
1685
- ],
1686
- "inheritedFrom": {
1687
- "name": "PickerBase",
1688
- "module": "src/Picker.js"
1689
- }
1690
- },
1691
2589
  {
1692
2590
  "kind": "field",
1693
2591
  "name": "handleSlottableRequest",
1694
- "privacy": "protected",
2592
+ "privacy": "public",
1695
2593
  "inheritedFrom": {
1696
2594
  "name": "PickerBase",
1697
2595
  "module": "src/Picker.js"
@@ -1983,6 +2881,20 @@
1983
2881
  "name": "PickerBase",
1984
2882
  "module": "src/Picker.js"
1985
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
+ }
1986
2898
  }
1987
2899
  ],
1988
2900
  "events": [