@m3e/nav-bar 1.0.0-rc.1 → 1.0.0-rc.2

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.
@@ -47,7 +47,7 @@
47
47
  "declarations": [
48
48
  {
49
49
  "kind": "class",
50
- "description": "",
50
+ "description": "A horizontal bar, typically used on smaller devices, that allows a user to switch between 3-5 views.",
51
51
  "name": "M3eNavBarElement",
52
52
  "cssProperties": [
53
53
  {
@@ -167,8 +167,7 @@
167
167
  "package": "lit"
168
168
  },
169
169
  "tagName": "m3e-nav-bar",
170
- "customElement": true,
171
- "summary": "A horizontal bar, typically used on smaller devices, that allows a user to switch between 3-5 views."
170
+ "customElement": true
172
171
  }
173
172
  ],
174
173
  "exports": [
@@ -202,7 +201,7 @@
202
201
  "declarations": [
203
202
  {
204
203
  "kind": "class",
205
- "description": "",
204
+ "description": "An item, placed in a navigation bar or rail, used to navigate to destinations in an application.",
206
205
  "name": "M3eNavItemElement",
207
206
  "cssProperties": [
208
207
  {
@@ -403,6 +402,260 @@
403
402
  }
404
403
  }
405
404
  ]
405
+ },
406
+ {
407
+ "kind": "field",
408
+ "name": "[_clickHandler]",
409
+ "privacy": "private",
410
+ "inheritedFrom": {
411
+ "name": "LinkButton",
412
+ "module": "../core/src/shared/mixins/LinkButton.ts"
413
+ }
414
+ },
415
+ {
416
+ "kind": "field",
417
+ "name": "href",
418
+ "type": {
419
+ "text": "string"
420
+ },
421
+ "default": "\"\"",
422
+ "description": "The URL to which the link button points.",
423
+ "attribute": "href",
424
+ "inheritedFrom": {
425
+ "name": "LinkButton",
426
+ "module": "../core/src/shared/mixins/LinkButton.ts"
427
+ }
428
+ },
429
+ {
430
+ "kind": "field",
431
+ "name": "target",
432
+ "type": {
433
+ "text": "LinkTarget"
434
+ },
435
+ "default": "\"\"",
436
+ "description": "The target of the link button.",
437
+ "attribute": "target",
438
+ "inheritedFrom": {
439
+ "name": "LinkButton",
440
+ "module": "../core/src/shared/mixins/LinkButton.ts"
441
+ }
442
+ },
443
+ {
444
+ "kind": "field",
445
+ "name": "rel",
446
+ "type": {
447
+ "text": "string"
448
+ },
449
+ "default": "\"\"",
450
+ "description": "The relationship between the `target` of the link button and the document.",
451
+ "attribute": "rel",
452
+ "inheritedFrom": {
453
+ "name": "LinkButton",
454
+ "module": "../core/src/shared/mixins/LinkButton.ts"
455
+ }
456
+ },
457
+ {
458
+ "kind": "field",
459
+ "name": "download",
460
+ "type": {
461
+ "text": "string | null"
462
+ },
463
+ "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
464
+ "default": "null",
465
+ "attribute": "download",
466
+ "inheritedFrom": {
467
+ "name": "LinkButton",
468
+ "module": "../core/src/shared/mixins/LinkButton.ts"
469
+ }
470
+ },
471
+ {
472
+ "kind": "method",
473
+ "name": "#handleLinkPointerDown",
474
+ "privacy": "private",
475
+ "return": {
476
+ "type": {
477
+ "text": "void"
478
+ }
479
+ },
480
+ "parameters": [
481
+ {
482
+ "name": "e",
483
+ "type": {
484
+ "text": "PointerEvent"
485
+ }
486
+ }
487
+ ],
488
+ "inheritedFrom": {
489
+ "name": "LinkButton",
490
+ "module": "../core/src/shared/mixins/LinkButton.ts"
491
+ }
492
+ },
493
+ {
494
+ "kind": "method",
495
+ "name": "#handleLinkFocus",
496
+ "privacy": "private",
497
+ "return": {
498
+ "type": {
499
+ "text": "void"
500
+ }
501
+ },
502
+ "parameters": [
503
+ {
504
+ "name": "e",
505
+ "type": {
506
+ "text": "Event"
507
+ }
508
+ }
509
+ ],
510
+ "inheritedFrom": {
511
+ "name": "LinkButton",
512
+ "module": "../core/src/shared/mixins/LinkButton.ts"
513
+ }
514
+ },
515
+ {
516
+ "kind": "method",
517
+ "name": "#handleLinkBlur",
518
+ "privacy": "private",
519
+ "return": {
520
+ "type": {
521
+ "text": "void"
522
+ }
523
+ },
524
+ "parameters": [
525
+ {
526
+ "name": "e",
527
+ "type": {
528
+ "text": "Event"
529
+ }
530
+ }
531
+ ],
532
+ "inheritedFrom": {
533
+ "name": "LinkButton",
534
+ "module": "../core/src/shared/mixins/LinkButton.ts"
535
+ }
536
+ },
537
+ {
538
+ "kind": "field",
539
+ "name": "selected",
540
+ "type": {
541
+ "text": "boolean"
542
+ },
543
+ "default": "false",
544
+ "description": "Whether the element is selected.",
545
+ "attribute": "selected",
546
+ "reflects": true,
547
+ "inheritedFrom": {
548
+ "name": "Selected",
549
+ "module": "../core/src/shared/mixins/Selected.ts"
550
+ }
551
+ },
552
+ {
553
+ "kind": "field",
554
+ "name": "#keyUpHandler",
555
+ "privacy": "private",
556
+ "readonly": true,
557
+ "inheritedFrom": {
558
+ "name": "KeyboardClick",
559
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
560
+ }
561
+ },
562
+ {
563
+ "kind": "method",
564
+ "name": "#handleKeyUp",
565
+ "privacy": "private",
566
+ "return": {
567
+ "type": {
568
+ "text": "void"
569
+ }
570
+ },
571
+ "parameters": [
572
+ {
573
+ "name": "e",
574
+ "type": {
575
+ "text": "KeyboardEvent"
576
+ }
577
+ }
578
+ ],
579
+ "inheritedFrom": {
580
+ "name": "KeyboardClick",
581
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
582
+ }
583
+ },
584
+ {
585
+ "kind": "field",
586
+ "name": "[_tabindex]",
587
+ "type": {
588
+ "text": "number"
589
+ },
590
+ "privacy": "private",
591
+ "default": "0",
592
+ "inheritedFrom": {
593
+ "name": "Focusable",
594
+ "module": "../core/src/shared/mixins/Focusable.ts"
595
+ }
596
+ },
597
+ {
598
+ "kind": "field",
599
+ "name": "[_suppressedEventHandler]",
600
+ "privacy": "private",
601
+ "readonly": true,
602
+ "inheritedFrom": {
603
+ "name": "DisabledInteractive",
604
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
605
+ }
606
+ },
607
+ {
608
+ "kind": "field",
609
+ "name": "disabledInteractive",
610
+ "type": {
611
+ "text": "boolean"
612
+ },
613
+ "default": "false",
614
+ "description": "Whether the element is disabled and interactive.",
615
+ "attribute": "disabled-interactive",
616
+ "reflects": true,
617
+ "inheritedFrom": {
618
+ "name": "DisabledInteractive",
619
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
620
+ }
621
+ },
622
+ {
623
+ "kind": "field",
624
+ "name": "disabled",
625
+ "type": {
626
+ "text": "boolean"
627
+ },
628
+ "default": "false",
629
+ "description": "Whether the element is disabled.",
630
+ "attribute": "disabled",
631
+ "inheritedFrom": {
632
+ "name": "Disabled",
633
+ "module": "../core/src/shared/mixins/Disabled.ts"
634
+ }
635
+ },
636
+ {
637
+ "kind": "field",
638
+ "name": "formAssociated",
639
+ "static": true,
640
+ "readonly": true,
641
+ "default": "formAssociated",
642
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
643
+ "inheritedFrom": {
644
+ "name": "AttachInternals",
645
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
646
+ }
647
+ },
648
+ {
649
+ "kind": "field",
650
+ "name": "[_internals]",
651
+ "type": {
652
+ "text": "ElementInternals | undefined"
653
+ },
654
+ "privacy": "private",
655
+ "inheritedFrom": {
656
+ "name": "AttachInternals",
657
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
658
+ }
406
659
  }
407
660
  ],
408
661
  "events": [
@@ -419,24 +672,71 @@
419
672
  "text": "Event"
420
673
  },
421
674
  "description": "Emitted when the selected state changes."
675
+ },
676
+ {
677
+ "name": "click",
678
+ "type": {
679
+ "text": "MouseEvent"
680
+ },
681
+ "description": "Emitted when the element is clicked.",
682
+ "inheritedFrom": {
683
+ "name": "KeyboardClick",
684
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
685
+ }
422
686
  }
423
687
  ],
424
688
  "attributes": [
425
689
  {
690
+ "name": "disabled",
691
+ "type": {
692
+ "text": "boolean"
693
+ },
694
+ "default": "false",
426
695
  "description": "A value indicating whether the element is disabled.",
427
- "name": "disabled"
696
+ "fieldName": "disabled",
697
+ "inheritedFrom": {
698
+ "name": "Disabled",
699
+ "module": "../core/src/shared/mixins/Disabled.ts"
700
+ }
428
701
  },
429
702
  {
703
+ "name": "disabled-interactive",
704
+ "type": {
705
+ "text": "boolean"
706
+ },
707
+ "default": "false",
430
708
  "description": "A value indicating whether the element is disabled and interactive.",
431
- "name": "disabled-interactive"
709
+ "fieldName": "disabledInteractive",
710
+ "inheritedFrom": {
711
+ "name": "DisabledInteractive",
712
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
713
+ }
432
714
  },
433
715
  {
716
+ "name": "download",
717
+ "type": {
718
+ "text": "string | null"
719
+ },
434
720
  "description": "A value indicating whether the `target` of the link button will be downloaded, optionally specifying the new name of the file.",
435
- "name": "download"
721
+ "default": "null",
722
+ "fieldName": "download",
723
+ "inheritedFrom": {
724
+ "name": "LinkButton",
725
+ "module": "../core/src/shared/mixins/LinkButton.ts"
726
+ }
436
727
  },
437
728
  {
729
+ "name": "href",
730
+ "type": {
731
+ "text": "string"
732
+ },
733
+ "default": "\"\"",
438
734
  "description": "The URL to which the link button points.",
439
- "name": "href"
735
+ "fieldName": "href",
736
+ "inheritedFrom": {
737
+ "name": "LinkButton",
738
+ "module": "../core/src/shared/mixins/LinkButton.ts"
739
+ }
440
740
  },
441
741
  {
442
742
  "description": "The layout orientation of the item.",
@@ -448,16 +748,43 @@
448
748
  "fieldName": "orientation"
449
749
  },
450
750
  {
751
+ "name": "rel",
752
+ "type": {
753
+ "text": "string"
754
+ },
755
+ "default": "\"\"",
451
756
  "description": "The relationship between the `target` of the link button and the document.",
452
- "name": "rel"
757
+ "fieldName": "rel",
758
+ "inheritedFrom": {
759
+ "name": "LinkButton",
760
+ "module": "../core/src/shared/mixins/LinkButton.ts"
761
+ }
453
762
  },
454
763
  {
764
+ "name": "selected",
765
+ "type": {
766
+ "text": "boolean"
767
+ },
768
+ "default": "false",
455
769
  "description": "A value indicating whether the element is selected.",
456
- "name": "selected"
770
+ "fieldName": "selected",
771
+ "inheritedFrom": {
772
+ "name": "Selected",
773
+ "module": "../core/src/shared/mixins/Selected.ts"
774
+ }
457
775
  },
458
776
  {
777
+ "name": "target",
778
+ "type": {
779
+ "text": "LinkTarget"
780
+ },
781
+ "default": "\"\"",
459
782
  "description": "The target of the link button.",
460
- "name": "target"
783
+ "fieldName": "target",
784
+ "inheritedFrom": {
785
+ "name": "LinkButton",
786
+ "module": "../core/src/shared/mixins/LinkButton.ts"
787
+ }
461
788
  }
462
789
  ],
463
790
  "mixins": [
@@ -499,8 +826,7 @@
499
826
  "package": "lit"
500
827
  },
501
828
  "tagName": "m3e-nav-item",
502
- "customElement": true,
503
- "summary": "An item, placed in a navigation bar or rail, used to navigate to destinations in an application."
829
+ "customElement": true
504
830
  }
505
831
  ],
506
832
  "exports": [
@@ -527,6 +853,2553 @@
527
853
  "path": "src/NavItemOrientation.ts",
528
854
  "declarations": [],
529
855
  "exports": []
856
+ },
857
+ {
858
+ "kind": "javascript-module",
859
+ "path": "../core/src/shared/mixins/AttachInternals.ts",
860
+ "declarations": [
861
+ {
862
+ "kind": "variable",
863
+ "name": "internals",
864
+ "description": "A symbol through which to access the `ElementInternals` attached to an element."
865
+ },
866
+ {
867
+ "kind": "function",
868
+ "name": "isAttachInternalsMixin",
869
+ "return": {
870
+ "type": {
871
+ "text": ""
872
+ }
873
+ },
874
+ "parameters": [
875
+ {
876
+ "name": "value",
877
+ "type": {
878
+ "text": "unknown"
879
+ },
880
+ "description": "The value to test."
881
+ }
882
+ ],
883
+ "description": "Determines whether a value is an `AttachInternalsMixin`."
884
+ },
885
+ {
886
+ "kind": "mixin",
887
+ "description": "Mixin to augment an element with behavior that attaches to `ElementInternals`.",
888
+ "name": "AttachInternals",
889
+ "members": [
890
+ {
891
+ "kind": "field",
892
+ "name": "formAssociated",
893
+ "static": true,
894
+ "readonly": true,
895
+ "default": "formAssociated",
896
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
897
+ },
898
+ {
899
+ "kind": "field",
900
+ "name": "[_internals]",
901
+ "type": {
902
+ "text": "ElementInternals | undefined"
903
+ },
904
+ "privacy": "private"
905
+ }
906
+ ],
907
+ "parameters": [
908
+ {
909
+ "name": "base",
910
+ "type": {
911
+ "text": "T"
912
+ },
913
+ "description": "The base class."
914
+ },
915
+ {
916
+ "name": "formAssociated",
917
+ "optional": true,
918
+ "type": {
919
+ "text": "boolean | undefined"
920
+ },
921
+ "description": "Whether the element is \"Form Associated\"."
922
+ }
923
+ ]
924
+ }
925
+ ],
926
+ "exports": [
927
+ {
928
+ "kind": "js",
929
+ "name": "internals",
930
+ "declaration": {
931
+ "name": "internals",
932
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
933
+ }
934
+ },
935
+ {
936
+ "kind": "js",
937
+ "name": "isAttachInternalsMixin",
938
+ "declaration": {
939
+ "name": "isAttachInternalsMixin",
940
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
941
+ }
942
+ },
943
+ {
944
+ "kind": "js",
945
+ "name": "AttachInternals",
946
+ "declaration": {
947
+ "name": "AttachInternals",
948
+ "module": "../core/src/shared/mixins/AttachInternals.ts"
949
+ }
950
+ }
951
+ ]
952
+ },
953
+ {
954
+ "kind": "javascript-module",
955
+ "path": "../core/src/shared/mixins/Checked.ts",
956
+ "declarations": [
957
+ {
958
+ "kind": "function",
959
+ "name": "isCheckedMixin",
960
+ "return": {
961
+ "type": {
962
+ "text": ""
963
+ }
964
+ },
965
+ "parameters": [
966
+ {
967
+ "name": "value",
968
+ "type": {
969
+ "text": "unknown"
970
+ },
971
+ "description": "The value to test."
972
+ }
973
+ ],
974
+ "description": "Determines whether a value is a `CheckedMixin`."
975
+ },
976
+ {
977
+ "kind": "mixin",
978
+ "description": "Mixin to augment an element with behavior that supports a checked state.",
979
+ "name": "Checked",
980
+ "members": [
981
+ {
982
+ "kind": "field",
983
+ "name": "checked",
984
+ "type": {
985
+ "text": "boolean"
986
+ },
987
+ "default": "false",
988
+ "description": "Whether the element is checked.",
989
+ "attribute": "checked",
990
+ "reflects": true
991
+ }
992
+ ],
993
+ "attributes": [
994
+ {
995
+ "name": "checked",
996
+ "type": {
997
+ "text": "boolean"
998
+ },
999
+ "default": "false",
1000
+ "description": "Whether the element is checked.",
1001
+ "fieldName": "checked"
1002
+ }
1003
+ ],
1004
+ "parameters": [
1005
+ {
1006
+ "name": "base",
1007
+ "type": {
1008
+ "text": "T"
1009
+ },
1010
+ "description": "The base class."
1011
+ }
1012
+ ]
1013
+ }
1014
+ ],
1015
+ "exports": [
1016
+ {
1017
+ "kind": "js",
1018
+ "name": "isCheckedMixin",
1019
+ "declaration": {
1020
+ "name": "isCheckedMixin",
1021
+ "module": "../core/src/shared/mixins/Checked.ts"
1022
+ }
1023
+ },
1024
+ {
1025
+ "kind": "js",
1026
+ "name": "Checked",
1027
+ "declaration": {
1028
+ "name": "Checked",
1029
+ "module": "../core/src/shared/mixins/Checked.ts"
1030
+ }
1031
+ }
1032
+ ]
1033
+ },
1034
+ {
1035
+ "kind": "javascript-module",
1036
+ "path": "../core/src/shared/mixins/CheckedIndeterminate.ts",
1037
+ "declarations": [
1038
+ {
1039
+ "kind": "function",
1040
+ "name": "isCheckedIndeterminateMixin",
1041
+ "return": {
1042
+ "type": {
1043
+ "text": ""
1044
+ }
1045
+ },
1046
+ "parameters": [
1047
+ {
1048
+ "name": "value",
1049
+ "type": {
1050
+ "text": "unknown"
1051
+ },
1052
+ "description": "The value to test."
1053
+ }
1054
+ ],
1055
+ "description": "Determines whether a value is a `CheckedIndeterminateMixin`."
1056
+ },
1057
+ {
1058
+ "kind": "mixin",
1059
+ "description": "Mixin to augment an element with behavior that supports a mixed checked state.",
1060
+ "name": "CheckedIndeterminate",
1061
+ "members": [
1062
+ {
1063
+ "kind": "field",
1064
+ "name": "indeterminate",
1065
+ "type": {
1066
+ "text": "boolean"
1067
+ },
1068
+ "default": "false",
1069
+ "description": "Whether the element's checked state is indeterminate.",
1070
+ "attribute": "indeterminate",
1071
+ "reflects": true
1072
+ },
1073
+ {
1074
+ "kind": "field",
1075
+ "name": "checked",
1076
+ "type": {
1077
+ "text": "boolean"
1078
+ },
1079
+ "default": "false",
1080
+ "description": "Whether the element is checked.",
1081
+ "attribute": "checked",
1082
+ "reflects": true,
1083
+ "inheritedFrom": {
1084
+ "name": "Checked",
1085
+ "module": "../core/src/shared/mixins/Checked.ts"
1086
+ }
1087
+ }
1088
+ ],
1089
+ "attributes": [
1090
+ {
1091
+ "name": "indeterminate",
1092
+ "type": {
1093
+ "text": "boolean"
1094
+ },
1095
+ "default": "false",
1096
+ "description": "Whether the element's checked state is indeterminate.",
1097
+ "fieldName": "indeterminate"
1098
+ },
1099
+ {
1100
+ "name": "checked",
1101
+ "type": {
1102
+ "text": "boolean"
1103
+ },
1104
+ "default": "false",
1105
+ "description": "Whether the element is checked.",
1106
+ "fieldName": "checked",
1107
+ "inheritedFrom": {
1108
+ "name": "Checked",
1109
+ "module": "../core/src/shared/mixins/Checked.ts"
1110
+ }
1111
+ }
1112
+ ],
1113
+ "mixins": [
1114
+ {
1115
+ "name": "Checked",
1116
+ "module": "/core/src/shared/mixins/Checked"
1117
+ }
1118
+ ],
1119
+ "parameters": [
1120
+ {
1121
+ "name": "base",
1122
+ "type": {
1123
+ "text": "T"
1124
+ },
1125
+ "description": "The base class."
1126
+ }
1127
+ ]
1128
+ }
1129
+ ],
1130
+ "exports": [
1131
+ {
1132
+ "kind": "js",
1133
+ "name": "isCheckedIndeterminateMixin",
1134
+ "declaration": {
1135
+ "name": "isCheckedIndeterminateMixin",
1136
+ "module": "../core/src/shared/mixins/CheckedIndeterminate.ts"
1137
+ }
1138
+ },
1139
+ {
1140
+ "kind": "js",
1141
+ "name": "CheckedIndeterminate",
1142
+ "declaration": {
1143
+ "name": "CheckedIndeterminate",
1144
+ "module": "../core/src/shared/mixins/CheckedIndeterminate.ts"
1145
+ }
1146
+ }
1147
+ ]
1148
+ },
1149
+ {
1150
+ "kind": "javascript-module",
1151
+ "path": "../core/src/shared/mixins/CheckedOrSelected.ts",
1152
+ "declarations": [
1153
+ {
1154
+ "kind": "function",
1155
+ "name": "isCheckedOrSelectedMixin",
1156
+ "return": {
1157
+ "type": {
1158
+ "text": ""
1159
+ }
1160
+ },
1161
+ "parameters": [
1162
+ {
1163
+ "name": "value",
1164
+ "type": {
1165
+ "text": "unknown"
1166
+ },
1167
+ "description": "The value to test."
1168
+ }
1169
+ ],
1170
+ "description": "Determines whether a value is a `CheckedOrSelectedMixin`."
1171
+ },
1172
+ {
1173
+ "kind": "function",
1174
+ "name": "isCheckedOrSelected",
1175
+ "return": {
1176
+ "type": {
1177
+ "text": "boolean"
1178
+ }
1179
+ },
1180
+ "parameters": [
1181
+ {
1182
+ "name": "element",
1183
+ "type": {
1184
+ "text": "CheckedOrSelectedMixin"
1185
+ },
1186
+ "description": "The element to test."
1187
+ }
1188
+ ],
1189
+ "description": "Determines whether the state of an element is checked or selected."
1190
+ },
1191
+ {
1192
+ "kind": "function",
1193
+ "name": "checkOrSelect",
1194
+ "return": {
1195
+ "type": {
1196
+ "text": "void"
1197
+ }
1198
+ },
1199
+ "parameters": [
1200
+ {
1201
+ "name": "element",
1202
+ "type": {
1203
+ "text": "CheckedOrSelectedMixin"
1204
+ },
1205
+ "description": "The element for which to set the checked or selected state."
1206
+ },
1207
+ {
1208
+ "name": "checkedOrSelected",
1209
+ "type": {
1210
+ "text": "boolean"
1211
+ },
1212
+ "description": "The checked or selected state."
1213
+ }
1214
+ ],
1215
+ "description": "Sets the checked or selected state of an element."
1216
+ }
1217
+ ],
1218
+ "exports": [
1219
+ {
1220
+ "kind": "js",
1221
+ "name": "isCheckedOrSelectedMixin",
1222
+ "declaration": {
1223
+ "name": "isCheckedOrSelectedMixin",
1224
+ "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
1225
+ }
1226
+ },
1227
+ {
1228
+ "kind": "js",
1229
+ "name": "isCheckedOrSelected",
1230
+ "declaration": {
1231
+ "name": "isCheckedOrSelected",
1232
+ "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
1233
+ }
1234
+ },
1235
+ {
1236
+ "kind": "js",
1237
+ "name": "checkOrSelect",
1238
+ "declaration": {
1239
+ "name": "checkOrSelect",
1240
+ "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
1241
+ }
1242
+ }
1243
+ ]
1244
+ },
1245
+ {
1246
+ "kind": "javascript-module",
1247
+ "path": "../core/src/shared/mixins/ConstraintValidation.ts",
1248
+ "declarations": [
1249
+ {
1250
+ "kind": "variable",
1251
+ "name": "validate",
1252
+ "description": "A symbol through which a \"Form Associated\" custom element validates its current state."
1253
+ },
1254
+ {
1255
+ "kind": "function",
1256
+ "name": "isConstraintValidationMixin",
1257
+ "return": {
1258
+ "type": {
1259
+ "text": ""
1260
+ }
1261
+ },
1262
+ "parameters": [
1263
+ {
1264
+ "name": "value",
1265
+ "type": {
1266
+ "text": "unknown"
1267
+ },
1268
+ "description": "The value to test."
1269
+ }
1270
+ ],
1271
+ "description": "Determines whether a value is a `ConstraintValidationMixin`."
1272
+ },
1273
+ {
1274
+ "kind": "mixin",
1275
+ "description": "Mixin to augment an element with \"Form Associated\" behavior that supports constraint validation.",
1276
+ "name": "ConstraintValidation",
1277
+ "members": [
1278
+ {
1279
+ "kind": "field",
1280
+ "name": "[_validityMessage]",
1281
+ "type": {
1282
+ "text": "string | undefined"
1283
+ },
1284
+ "privacy": "private"
1285
+ },
1286
+ {
1287
+ "kind": "field",
1288
+ "name": "willValidate",
1289
+ "type": {
1290
+ "text": "boolean"
1291
+ },
1292
+ "description": "Whether the element is a submittable element that is a candidate for constraint validation.",
1293
+ "readonly": true
1294
+ },
1295
+ {
1296
+ "kind": "field",
1297
+ "name": "validity",
1298
+ "type": {
1299
+ "text": "ValidityState"
1300
+ },
1301
+ "description": "The validity state of the element.",
1302
+ "readonly": true
1303
+ },
1304
+ {
1305
+ "kind": "field",
1306
+ "name": "validationMessage",
1307
+ "type": {
1308
+ "text": "string"
1309
+ },
1310
+ "description": "The error message that would be displayed if the user submits the form, or an empty string if no error message.",
1311
+ "readonly": true
1312
+ },
1313
+ {
1314
+ "kind": "method",
1315
+ "name": "reportValidity",
1316
+ "return": {
1317
+ "type": {
1318
+ "text": "boolean"
1319
+ }
1320
+ },
1321
+ "description": "Returns `true` if the element has no validity problems; otherwise, returns `false`, fires\r\nan invalid event, and (if the event isn't canceled) reports the problem to the user."
1322
+ },
1323
+ {
1324
+ "kind": "method",
1325
+ "name": "checkValidity",
1326
+ "return": {
1327
+ "type": {
1328
+ "text": "boolean"
1329
+ }
1330
+ },
1331
+ "description": "Returns `true` if the element has no validity problems; otherwise,\r\nreturns `false`, fires an invalid event."
1332
+ },
1333
+ {
1334
+ "kind": "method",
1335
+ "name": "setCustomValidity",
1336
+ "return": {
1337
+ "type": {
1338
+ "text": "void"
1339
+ }
1340
+ },
1341
+ "parameters": [
1342
+ {
1343
+ "name": "error",
1344
+ "type": {
1345
+ "text": "string"
1346
+ },
1347
+ "description": "The message to use for validity errors."
1348
+ }
1349
+ ],
1350
+ "description": "Sets a custom validity message for the element."
1351
+ },
1352
+ {
1353
+ "kind": "method",
1354
+ "name": "[_updateValidity]",
1355
+ "privacy": "private",
1356
+ "return": {
1357
+ "type": {
1358
+ "text": "void"
1359
+ }
1360
+ }
1361
+ },
1362
+ {
1363
+ "kind": "method",
1364
+ "name": "#getNativeMessage",
1365
+ "privacy": "private",
1366
+ "return": {
1367
+ "type": {
1368
+ "text": "string"
1369
+ }
1370
+ },
1371
+ "parameters": [
1372
+ {
1373
+ "name": "flags",
1374
+ "type": {
1375
+ "text": "ValidityStateFlags"
1376
+ }
1377
+ }
1378
+ ]
1379
+ }
1380
+ ],
1381
+ "parameters": [
1382
+ {
1383
+ "name": "base",
1384
+ "type": {
1385
+ "text": "T"
1386
+ },
1387
+ "description": "The base class."
1388
+ }
1389
+ ]
1390
+ }
1391
+ ],
1392
+ "exports": [
1393
+ {
1394
+ "kind": "js",
1395
+ "name": "validate",
1396
+ "declaration": {
1397
+ "name": "validate",
1398
+ "module": "../core/src/shared/mixins/ConstraintValidation.ts"
1399
+ }
1400
+ },
1401
+ {
1402
+ "kind": "js",
1403
+ "name": "isConstraintValidationMixin",
1404
+ "declaration": {
1405
+ "name": "isConstraintValidationMixin",
1406
+ "module": "../core/src/shared/mixins/ConstraintValidation.ts"
1407
+ }
1408
+ },
1409
+ {
1410
+ "kind": "js",
1411
+ "name": "ConstraintValidation",
1412
+ "declaration": {
1413
+ "name": "ConstraintValidation",
1414
+ "module": "../core/src/shared/mixins/ConstraintValidation.ts"
1415
+ }
1416
+ }
1417
+ ]
1418
+ },
1419
+ {
1420
+ "kind": "javascript-module",
1421
+ "path": "../core/src/shared/mixins/Constructor.ts",
1422
+ "declarations": [],
1423
+ "exports": []
1424
+ },
1425
+ {
1426
+ "kind": "javascript-module",
1427
+ "path": "../core/src/shared/mixins/Dirty.ts",
1428
+ "declarations": [
1429
+ {
1430
+ "kind": "function",
1431
+ "name": "isDirtyMixin",
1432
+ "return": {
1433
+ "type": {
1434
+ "text": ""
1435
+ }
1436
+ },
1437
+ "parameters": [
1438
+ {
1439
+ "name": "value",
1440
+ "type": {
1441
+ "text": "unknown"
1442
+ },
1443
+ "description": "The value to test."
1444
+ }
1445
+ ],
1446
+ "description": "Determines whether a value is a `DirtyMixin`."
1447
+ },
1448
+ {
1449
+ "kind": "mixin",
1450
+ "description": "Mixin to augment an element with functionality used to mark it as dirty.",
1451
+ "name": "Dirty",
1452
+ "members": [
1453
+ {
1454
+ "kind": "field",
1455
+ "name": "[_eventHandler]",
1456
+ "privacy": "private"
1457
+ },
1458
+ {
1459
+ "kind": "field",
1460
+ "name": "dirty",
1461
+ "type": {
1462
+ "text": "boolean"
1463
+ },
1464
+ "description": "Whether the user has modified the value of the element.",
1465
+ "readonly": true
1466
+ },
1467
+ {
1468
+ "kind": "field",
1469
+ "name": "pristine",
1470
+ "type": {
1471
+ "text": "boolean"
1472
+ },
1473
+ "description": "Whether the user has not modified the value of the element.",
1474
+ "readonly": true
1475
+ },
1476
+ {
1477
+ "kind": "method",
1478
+ "name": "markAsPristine",
1479
+ "return": {
1480
+ "type": {
1481
+ "text": "void"
1482
+ }
1483
+ },
1484
+ "description": "Marks the element as pristine."
1485
+ },
1486
+ {
1487
+ "kind": "method",
1488
+ "name": "markAsDirty",
1489
+ "return": {
1490
+ "type": {
1491
+ "text": "void"
1492
+ }
1493
+ },
1494
+ "description": "Marks the element as dirty."
1495
+ }
1496
+ ],
1497
+ "parameters": [
1498
+ {
1499
+ "name": "base",
1500
+ "type": {
1501
+ "text": "T"
1502
+ },
1503
+ "description": "The base class."
1504
+ }
1505
+ ]
1506
+ }
1507
+ ],
1508
+ "exports": [
1509
+ {
1510
+ "kind": "js",
1511
+ "name": "isDirtyMixin",
1512
+ "declaration": {
1513
+ "name": "isDirtyMixin",
1514
+ "module": "../core/src/shared/mixins/Dirty.ts"
1515
+ }
1516
+ },
1517
+ {
1518
+ "kind": "js",
1519
+ "name": "Dirty",
1520
+ "declaration": {
1521
+ "name": "Dirty",
1522
+ "module": "../core/src/shared/mixins/Dirty.ts"
1523
+ }
1524
+ }
1525
+ ]
1526
+ },
1527
+ {
1528
+ "kind": "javascript-module",
1529
+ "path": "../core/src/shared/mixins/Disabled.ts",
1530
+ "declarations": [
1531
+ {
1532
+ "kind": "function",
1533
+ "name": "isDisabledMixin",
1534
+ "return": {
1535
+ "type": {
1536
+ "text": "value is DisabledMixin"
1537
+ }
1538
+ },
1539
+ "parameters": [
1540
+ {
1541
+ "name": "value",
1542
+ "type": {
1543
+ "text": "unknown"
1544
+ },
1545
+ "description": "The value to test."
1546
+ }
1547
+ ],
1548
+ "description": "Determines whether a value is a `DisabledMixin`."
1549
+ },
1550
+ {
1551
+ "kind": "mixin",
1552
+ "description": "Mixin to augment an element with behavior that supports a disabled state.",
1553
+ "name": "Disabled",
1554
+ "members": [
1555
+ {
1556
+ "kind": "field",
1557
+ "name": "disabled",
1558
+ "type": {
1559
+ "text": "boolean"
1560
+ },
1561
+ "default": "false",
1562
+ "description": "Whether the element is disabled.",
1563
+ "attribute": "disabled"
1564
+ }
1565
+ ],
1566
+ "attributes": [
1567
+ {
1568
+ "name": "disabled",
1569
+ "type": {
1570
+ "text": "boolean"
1571
+ },
1572
+ "default": "false",
1573
+ "description": "Whether the element is disabled.",
1574
+ "fieldName": "disabled"
1575
+ }
1576
+ ],
1577
+ "parameters": [
1578
+ {
1579
+ "name": "base",
1580
+ "type": {
1581
+ "text": "T"
1582
+ },
1583
+ "description": "The base class."
1584
+ },
1585
+ {
1586
+ "name": "reflect",
1587
+ "default": "true",
1588
+ "type": {
1589
+ "text": "boolean"
1590
+ },
1591
+ "description": "Whether the disabled property is reflected as an attribute.",
1592
+ "optional": true
1593
+ }
1594
+ ]
1595
+ }
1596
+ ],
1597
+ "exports": [
1598
+ {
1599
+ "kind": "js",
1600
+ "name": "isDisabledMixin",
1601
+ "declaration": {
1602
+ "name": "isDisabledMixin",
1603
+ "module": "../core/src/shared/mixins/Disabled.ts"
1604
+ }
1605
+ },
1606
+ {
1607
+ "kind": "js",
1608
+ "name": "Disabled",
1609
+ "declaration": {
1610
+ "name": "Disabled",
1611
+ "module": "../core/src/shared/mixins/Disabled.ts"
1612
+ }
1613
+ }
1614
+ ]
1615
+ },
1616
+ {
1617
+ "kind": "javascript-module",
1618
+ "path": "../core/src/shared/mixins/DisabledInteractive.ts",
1619
+ "declarations": [
1620
+ {
1621
+ "kind": "function",
1622
+ "name": "isDisabledInteractiveMixin",
1623
+ "return": {
1624
+ "type": {
1625
+ "text": "value is DisabledInteractiveMixin"
1626
+ }
1627
+ },
1628
+ "parameters": [
1629
+ {
1630
+ "name": "value",
1631
+ "type": {
1632
+ "text": "unknown"
1633
+ },
1634
+ "description": "The value to test."
1635
+ }
1636
+ ],
1637
+ "description": "Determines whether a value is a `DisabledInteractiveMixin`."
1638
+ },
1639
+ {
1640
+ "kind": "mixin",
1641
+ "description": "Mixin to augment an element with behavior that supports an interactive disabled state.",
1642
+ "name": "DisabledInteractive",
1643
+ "members": [
1644
+ {
1645
+ "kind": "field",
1646
+ "name": "[_suppressedEventHandler]",
1647
+ "privacy": "private",
1648
+ "readonly": true
1649
+ },
1650
+ {
1651
+ "kind": "field",
1652
+ "name": "disabledInteractive",
1653
+ "type": {
1654
+ "text": "boolean"
1655
+ },
1656
+ "default": "false",
1657
+ "description": "Whether the element is disabled and interactive.",
1658
+ "attribute": "disabled-interactive",
1659
+ "reflects": true
1660
+ }
1661
+ ],
1662
+ "attributes": [
1663
+ {
1664
+ "name": "disabled-interactive",
1665
+ "type": {
1666
+ "text": "boolean"
1667
+ },
1668
+ "default": "false",
1669
+ "description": "Whether the element is disabled and interactive.",
1670
+ "fieldName": "disabledInteractive"
1671
+ }
1672
+ ],
1673
+ "parameters": [
1674
+ {
1675
+ "name": "base",
1676
+ "type": {
1677
+ "text": "T"
1678
+ },
1679
+ "description": "The base class."
1680
+ }
1681
+ ]
1682
+ }
1683
+ ],
1684
+ "exports": [
1685
+ {
1686
+ "kind": "js",
1687
+ "name": "isDisabledInteractiveMixin",
1688
+ "declaration": {
1689
+ "name": "isDisabledInteractiveMixin",
1690
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
1691
+ }
1692
+ },
1693
+ {
1694
+ "kind": "js",
1695
+ "name": "DisabledInteractive",
1696
+ "declaration": {
1697
+ "name": "DisabledInteractive",
1698
+ "module": "../core/src/shared/mixins/DisabledInteractive.ts"
1699
+ }
1700
+ }
1701
+ ]
1702
+ },
1703
+ {
1704
+ "kind": "javascript-module",
1705
+ "path": "../core/src/shared/mixins/EventAttribute.ts",
1706
+ "declarations": [
1707
+ {
1708
+ "kind": "mixin",
1709
+ "description": "Mixin that adds support for custom event attributes.",
1710
+ "name": "EventAttribute",
1711
+ "members": [
1712
+ {
1713
+ "kind": "method",
1714
+ "name": "dispatchEvent",
1715
+ "return": {
1716
+ "type": {
1717
+ "text": "boolean"
1718
+ }
1719
+ },
1720
+ "parameters": [
1721
+ {
1722
+ "name": "event",
1723
+ "type": {
1724
+ "text": "Event"
1725
+ }
1726
+ }
1727
+ ]
1728
+ }
1729
+ ],
1730
+ "parameters": [
1731
+ {
1732
+ "name": "base",
1733
+ "type": {
1734
+ "text": "T"
1735
+ },
1736
+ "description": "The base class from which to inherit."
1737
+ },
1738
+ {
1739
+ "name": "types",
1740
+ "type": {
1741
+ "text": "string[]"
1742
+ },
1743
+ "description": "The types of event attributes."
1744
+ }
1745
+ ]
1746
+ }
1747
+ ],
1748
+ "exports": [
1749
+ {
1750
+ "kind": "js",
1751
+ "name": "EventAttribute",
1752
+ "declaration": {
1753
+ "name": "EventAttribute",
1754
+ "module": "../core/src/shared/mixins/EventAttribute.ts"
1755
+ }
1756
+ }
1757
+ ]
1758
+ },
1759
+ {
1760
+ "kind": "javascript-module",
1761
+ "path": "../core/src/shared/mixins/Focusable.ts",
1762
+ "declarations": [
1763
+ {
1764
+ "kind": "mixin",
1765
+ "description": "Mixin to augment an element with behavior that supports a focused state.",
1766
+ "name": "Focusable",
1767
+ "members": [
1768
+ {
1769
+ "kind": "field",
1770
+ "name": "[_tabindex]",
1771
+ "type": {
1772
+ "text": "number"
1773
+ },
1774
+ "privacy": "private",
1775
+ "default": "0"
1776
+ }
1777
+ ],
1778
+ "parameters": [
1779
+ {
1780
+ "name": "base",
1781
+ "type": {
1782
+ "text": "T"
1783
+ },
1784
+ "description": "The base class."
1785
+ }
1786
+ ]
1787
+ }
1788
+ ],
1789
+ "exports": [
1790
+ {
1791
+ "kind": "js",
1792
+ "name": "Focusable",
1793
+ "declaration": {
1794
+ "name": "Focusable",
1795
+ "module": "../core/src/shared/mixins/Focusable.ts"
1796
+ }
1797
+ }
1798
+ ]
1799
+ },
1800
+ {
1801
+ "kind": "javascript-module",
1802
+ "path": "../core/src/shared/mixins/FormAssociated.ts",
1803
+ "declarations": [
1804
+ {
1805
+ "kind": "variable",
1806
+ "name": "formValue",
1807
+ "description": "A symbol through which a \"Form Associated\" custom element provides a value for a form."
1808
+ },
1809
+ {
1810
+ "kind": "variable",
1811
+ "name": "defaultValue",
1812
+ "description": "A symbol through which a \"Form Associated\" custom element provides a default value for resetting a form."
1813
+ },
1814
+ {
1815
+ "kind": "function",
1816
+ "name": "isFormAssociatedMixin",
1817
+ "return": {
1818
+ "type": {
1819
+ "text": ""
1820
+ }
1821
+ },
1822
+ "parameters": [
1823
+ {
1824
+ "name": "value",
1825
+ "type": {
1826
+ "text": "unknown"
1827
+ },
1828
+ "description": "The value to test."
1829
+ }
1830
+ ],
1831
+ "description": "Determines whether a value is a `FormAssociatedMixin`."
1832
+ },
1833
+ {
1834
+ "kind": "mixin",
1835
+ "description": "Mixin to augment an element with \"Form Associated\" behavior.",
1836
+ "name": "FormAssociated",
1837
+ "members": [
1838
+ {
1839
+ "kind": "field",
1840
+ "name": "formAssociated",
1841
+ "type": {
1842
+ "text": "boolean"
1843
+ },
1844
+ "static": true,
1845
+ "readonly": true,
1846
+ "default": "true",
1847
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
1848
+ },
1849
+ {
1850
+ "kind": "field",
1851
+ "name": "[_defaultValue]",
1852
+ "type": {
1853
+ "text": "unknown"
1854
+ },
1855
+ "privacy": "private"
1856
+ },
1857
+ {
1858
+ "kind": "field",
1859
+ "name": "[_defaultIndeterminate]",
1860
+ "type": {
1861
+ "text": "boolean"
1862
+ },
1863
+ "privacy": "private",
1864
+ "default": "false"
1865
+ },
1866
+ {
1867
+ "kind": "field",
1868
+ "name": "[_formDisabled]",
1869
+ "type": {
1870
+ "text": "boolean"
1871
+ },
1872
+ "privacy": "private",
1873
+ "default": "false"
1874
+ },
1875
+ {
1876
+ "kind": "field",
1877
+ "name": "form",
1878
+ "type": {
1879
+ "text": "HTMLFormElement | null"
1880
+ },
1881
+ "description": "The `HTMLFormElement` associated with this element.",
1882
+ "readonly": true
1883
+ },
1884
+ {
1885
+ "kind": "field",
1886
+ "name": "labels",
1887
+ "type": {
1888
+ "text": "NodeListOf<HTMLLabelElement>"
1889
+ },
1890
+ "readonly": true
1891
+ },
1892
+ {
1893
+ "kind": "field",
1894
+ "name": "name",
1895
+ "description": "The name that identifies the element when submitting the associated form.",
1896
+ "attribute": "name"
1897
+ },
1898
+ {
1899
+ "kind": "field",
1900
+ "name": "disabled",
1901
+ "type": {
1902
+ "text": "boolean"
1903
+ },
1904
+ "description": "Whether the element is disabled.",
1905
+ "default": "false",
1906
+ "attribute": "disabled"
1907
+ },
1908
+ {
1909
+ "kind": "method",
1910
+ "name": "formDisabledCallback",
1911
+ "return": {
1912
+ "type": {
1913
+ "text": "void"
1914
+ }
1915
+ },
1916
+ "parameters": [
1917
+ {
1918
+ "name": "disabled",
1919
+ "type": {
1920
+ "text": "boolean"
1921
+ }
1922
+ }
1923
+ ],
1924
+ "description": "Called when the element is disabled or enabled via its form association."
1925
+ },
1926
+ {
1927
+ "kind": "method",
1928
+ "name": "formResetCallback",
1929
+ "return": {
1930
+ "type": {
1931
+ "text": "void"
1932
+ }
1933
+ },
1934
+ "description": "Called when the associated form is reset."
1935
+ }
1936
+ ],
1937
+ "attributes": [
1938
+ {
1939
+ "name": "name",
1940
+ "description": "The name that identifies the element when submitting the associated form.",
1941
+ "fieldName": "name"
1942
+ },
1943
+ {
1944
+ "name": "disabled",
1945
+ "type": {
1946
+ "text": "boolean"
1947
+ },
1948
+ "description": "Whether the element is disabled.",
1949
+ "default": "false",
1950
+ "fieldName": "disabled"
1951
+ }
1952
+ ],
1953
+ "parameters": [
1954
+ {
1955
+ "name": "base",
1956
+ "type": {
1957
+ "text": "T"
1958
+ },
1959
+ "description": "The base class."
1960
+ }
1961
+ ]
1962
+ }
1963
+ ],
1964
+ "exports": [
1965
+ {
1966
+ "kind": "js",
1967
+ "name": "formValue",
1968
+ "declaration": {
1969
+ "name": "formValue",
1970
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
1971
+ }
1972
+ },
1973
+ {
1974
+ "kind": "js",
1975
+ "name": "defaultValue",
1976
+ "declaration": {
1977
+ "name": "defaultValue",
1978
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
1979
+ }
1980
+ },
1981
+ {
1982
+ "kind": "js",
1983
+ "name": "isFormAssociatedMixin",
1984
+ "declaration": {
1985
+ "name": "isFormAssociatedMixin",
1986
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
1987
+ }
1988
+ },
1989
+ {
1990
+ "kind": "js",
1991
+ "name": "FormAssociated",
1992
+ "declaration": {
1993
+ "name": "FormAssociated",
1994
+ "module": "../core/src/shared/mixins/FormAssociated.ts"
1995
+ }
1996
+ }
1997
+ ]
1998
+ },
1999
+ {
2000
+ "kind": "javascript-module",
2001
+ "path": "../core/src/shared/mixins/FormSubmitter.ts",
2002
+ "declarations": [
2003
+ {
2004
+ "kind": "function",
2005
+ "name": "isFormSubmitterMixin",
2006
+ "return": {
2007
+ "type": {
2008
+ "text": "value is FormSubmitterMixin"
2009
+ }
2010
+ },
2011
+ "parameters": [
2012
+ {
2013
+ "name": "value",
2014
+ "type": {
2015
+ "text": "unknown"
2016
+ },
2017
+ "description": "The value to test."
2018
+ }
2019
+ ],
2020
+ "description": "Determines whether a value is a `FormSubmitterMixin`."
2021
+ },
2022
+ {
2023
+ "kind": "mixin",
2024
+ "description": "Mixin to augment an element with behavior used to submit a form.",
2025
+ "name": "FormSubmitter",
2026
+ "members": [
2027
+ {
2028
+ "kind": "field",
2029
+ "name": "name",
2030
+ "description": "The name of the element, submitted as a pair with the element's `value`\r\nas part of form data, when the element is used to submit a form.",
2031
+ "attribute": "name"
2032
+ },
2033
+ {
2034
+ "kind": "field",
2035
+ "name": "value",
2036
+ "description": "The value associated with the element's name when it's submitted with form data.",
2037
+ "attribute": "value"
2038
+ },
2039
+ {
2040
+ "kind": "field",
2041
+ "name": "type",
2042
+ "type": {
2043
+ "text": "FormSubmitterType"
2044
+ },
2045
+ "default": "\"button\"",
2046
+ "description": "The type of the element.",
2047
+ "attribute": "type"
2048
+ },
2049
+ {
2050
+ "kind": "field",
2051
+ "name": "[_clickHandler]",
2052
+ "privacy": "private"
2053
+ }
2054
+ ],
2055
+ "attributes": [
2056
+ {
2057
+ "name": "name",
2058
+ "description": "The name of the element, submitted as a pair with the element's `value`\r\nas part of form data, when the element is used to submit a form.",
2059
+ "fieldName": "name"
2060
+ },
2061
+ {
2062
+ "name": "value",
2063
+ "description": "The value associated with the element's name when it's submitted with form data.",
2064
+ "fieldName": "value"
2065
+ },
2066
+ {
2067
+ "name": "type",
2068
+ "type": {
2069
+ "text": "FormSubmitterType"
2070
+ },
2071
+ "default": "\"button\"",
2072
+ "description": "The type of the element.",
2073
+ "fieldName": "type"
2074
+ }
2075
+ ],
2076
+ "parameters": [
2077
+ {
2078
+ "name": "base",
2079
+ "type": {
2080
+ "text": "T"
2081
+ },
2082
+ "description": "The base class."
2083
+ }
2084
+ ]
2085
+ }
2086
+ ],
2087
+ "exports": [
2088
+ {
2089
+ "kind": "js",
2090
+ "name": "isFormSubmitterMixin",
2091
+ "declaration": {
2092
+ "name": "isFormSubmitterMixin",
2093
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
2094
+ }
2095
+ },
2096
+ {
2097
+ "kind": "js",
2098
+ "name": "FormSubmitter",
2099
+ "declaration": {
2100
+ "name": "FormSubmitter",
2101
+ "module": "../core/src/shared/mixins/FormSubmitter.ts"
2102
+ }
2103
+ }
2104
+ ]
2105
+ },
2106
+ {
2107
+ "kind": "javascript-module",
2108
+ "path": "../core/src/shared/mixins/hasKeys.ts",
2109
+ "declarations": [
2110
+ {
2111
+ "kind": "function",
2112
+ "name": "hasKeys",
2113
+ "return": {
2114
+ "type": {
2115
+ "text": "boolean"
2116
+ }
2117
+ },
2118
+ "parameters": [
2119
+ {
2120
+ "name": "value",
2121
+ "type": {
2122
+ "text": "unknown"
2123
+ },
2124
+ "description": "The value to test."
2125
+ },
2126
+ {
2127
+ "name": "keys",
2128
+ "type": {
2129
+ "text": "Array<keyof T>"
2130
+ }
2131
+ },
2132
+ {
2133
+ "description": ": Array<keyof T>} keys The keys of `T` to test.",
2134
+ "name": "",
2135
+ "type": {
2136
+ "text": "...keys"
2137
+ }
2138
+ }
2139
+ ],
2140
+ "description": "Determines whether an object has keys for a given type."
2141
+ }
2142
+ ],
2143
+ "exports": [
2144
+ {
2145
+ "kind": "js",
2146
+ "name": "hasKeys",
2147
+ "declaration": {
2148
+ "name": "hasKeys",
2149
+ "module": "../core/src/shared/mixins/hasKeys.ts"
2150
+ }
2151
+ }
2152
+ ]
2153
+ },
2154
+ {
2155
+ "kind": "javascript-module",
2156
+ "path": "../core/src/shared/mixins/HtmlFor.ts",
2157
+ "declarations": [
2158
+ {
2159
+ "kind": "function",
2160
+ "name": "isHtmlForMixin",
2161
+ "return": {
2162
+ "type": {
2163
+ "text": "value is HtmlForMixin"
2164
+ }
2165
+ },
2166
+ "parameters": [
2167
+ {
2168
+ "name": "value",
2169
+ "type": {
2170
+ "text": "unknown"
2171
+ },
2172
+ "description": "The value to test."
2173
+ }
2174
+ ],
2175
+ "description": "Determines whether a value is a `HtmlForMixin`."
2176
+ },
2177
+ {
2178
+ "kind": "mixin",
2179
+ "description": "Mixin that creates an attached element associated with an interactive control.",
2180
+ "name": "HtmlFor",
2181
+ "members": [
2182
+ {
2183
+ "kind": "field",
2184
+ "name": "[_control]",
2185
+ "type": {
2186
+ "text": "HTMLElement | null"
2187
+ },
2188
+ "privacy": "private",
2189
+ "default": "null"
2190
+ },
2191
+ {
2192
+ "kind": "field",
2193
+ "name": "[_firstUpdated]",
2194
+ "type": {
2195
+ "text": "boolean"
2196
+ },
2197
+ "privacy": "private",
2198
+ "default": "false"
2199
+ },
2200
+ {
2201
+ "kind": "field",
2202
+ "name": "htmlFor",
2203
+ "type": {
2204
+ "text": "string | null"
2205
+ },
2206
+ "default": "null",
2207
+ "description": "The identifier of the interactive control to which this element is attached.",
2208
+ "attribute": "for"
2209
+ },
2210
+ {
2211
+ "kind": "field",
2212
+ "name": "control",
2213
+ "description": "The interactive element to which this element is attached.",
2214
+ "readonly": true
2215
+ },
2216
+ {
2217
+ "kind": "method",
2218
+ "name": "attach",
2219
+ "return": {
2220
+ "type": {
2221
+ "text": "void"
2222
+ }
2223
+ },
2224
+ "parameters": [
2225
+ {
2226
+ "name": "control",
2227
+ "type": {
2228
+ "text": "HTMLElement"
2229
+ },
2230
+ "description": "The element that controls the attachable element."
2231
+ }
2232
+ ],
2233
+ "description": "Attaches the element to an interactive control."
2234
+ },
2235
+ {
2236
+ "kind": "method",
2237
+ "name": "detach",
2238
+ "return": {
2239
+ "type": {
2240
+ "text": "void"
2241
+ }
2242
+ },
2243
+ "description": "Detaches the element from its current interactive control."
2244
+ }
2245
+ ],
2246
+ "attributes": [
2247
+ {
2248
+ "name": "for",
2249
+ "type": {
2250
+ "text": "string | null"
2251
+ },
2252
+ "default": "null",
2253
+ "description": "The identifier of the interactive control to which this element is attached.",
2254
+ "fieldName": "htmlFor"
2255
+ }
2256
+ ],
2257
+ "parameters": [
2258
+ {
2259
+ "name": "base",
2260
+ "type": {
2261
+ "text": "T"
2262
+ },
2263
+ "description": "The base class."
2264
+ }
2265
+ ]
2266
+ }
2267
+ ],
2268
+ "exports": [
2269
+ {
2270
+ "kind": "js",
2271
+ "name": "isHtmlForMixin",
2272
+ "declaration": {
2273
+ "name": "isHtmlForMixin",
2274
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
2275
+ }
2276
+ },
2277
+ {
2278
+ "kind": "js",
2279
+ "name": "HtmlFor",
2280
+ "declaration": {
2281
+ "name": "HtmlFor",
2282
+ "module": "../core/src/shared/mixins/HtmlFor.ts"
2283
+ }
2284
+ }
2285
+ ]
2286
+ },
2287
+ {
2288
+ "kind": "javascript-module",
2289
+ "path": "../core/src/shared/mixins/index.ts",
2290
+ "declarations": [],
2291
+ "exports": [
2292
+ {
2293
+ "kind": "js",
2294
+ "name": "*",
2295
+ "declaration": {
2296
+ "name": "*",
2297
+ "package": "\"./AttachInternals\""
2298
+ }
2299
+ },
2300
+ {
2301
+ "kind": "js",
2302
+ "name": "*",
2303
+ "declaration": {
2304
+ "name": "*",
2305
+ "package": "\"./Checked\""
2306
+ }
2307
+ },
2308
+ {
2309
+ "kind": "js",
2310
+ "name": "*",
2311
+ "declaration": {
2312
+ "name": "*",
2313
+ "package": "\"./CheckedIndeterminate\""
2314
+ }
2315
+ },
2316
+ {
2317
+ "kind": "js",
2318
+ "name": "*",
2319
+ "declaration": {
2320
+ "name": "*",
2321
+ "package": "\"./CheckedOrSelected\""
2322
+ }
2323
+ },
2324
+ {
2325
+ "kind": "js",
2326
+ "name": "*",
2327
+ "declaration": {
2328
+ "name": "*",
2329
+ "package": "\"./ConstraintValidation\""
2330
+ }
2331
+ },
2332
+ {
2333
+ "kind": "js",
2334
+ "name": "*",
2335
+ "declaration": {
2336
+ "name": "*",
2337
+ "package": "\"./Dirty\""
2338
+ }
2339
+ },
2340
+ {
2341
+ "kind": "js",
2342
+ "name": "*",
2343
+ "declaration": {
2344
+ "name": "*",
2345
+ "package": "\"./Disabled\""
2346
+ }
2347
+ },
2348
+ {
2349
+ "kind": "js",
2350
+ "name": "*",
2351
+ "declaration": {
2352
+ "name": "*",
2353
+ "package": "\"./DisabledInteractive\""
2354
+ }
2355
+ },
2356
+ {
2357
+ "kind": "js",
2358
+ "name": "*",
2359
+ "declaration": {
2360
+ "name": "*",
2361
+ "package": "\"./EventAttribute\""
2362
+ }
2363
+ },
2364
+ {
2365
+ "kind": "js",
2366
+ "name": "*",
2367
+ "declaration": {
2368
+ "name": "*",
2369
+ "package": "\"./Focusable\""
2370
+ }
2371
+ },
2372
+ {
2373
+ "kind": "js",
2374
+ "name": "*",
2375
+ "declaration": {
2376
+ "name": "*",
2377
+ "package": "\"./FormAssociated\""
2378
+ }
2379
+ },
2380
+ {
2381
+ "kind": "js",
2382
+ "name": "*",
2383
+ "declaration": {
2384
+ "name": "*",
2385
+ "package": "\"./FormSubmitter\""
2386
+ }
2387
+ },
2388
+ {
2389
+ "kind": "js",
2390
+ "name": "*",
2391
+ "declaration": {
2392
+ "name": "*",
2393
+ "package": "\"./hasKeys\""
2394
+ }
2395
+ },
2396
+ {
2397
+ "kind": "js",
2398
+ "name": "*",
2399
+ "declaration": {
2400
+ "name": "*",
2401
+ "package": "\"./HtmlFor\""
2402
+ }
2403
+ },
2404
+ {
2405
+ "kind": "js",
2406
+ "name": "*",
2407
+ "declaration": {
2408
+ "name": "*",
2409
+ "package": "\"./KeyboardClick\""
2410
+ }
2411
+ },
2412
+ {
2413
+ "kind": "js",
2414
+ "name": "*",
2415
+ "declaration": {
2416
+ "name": "*",
2417
+ "package": "\"./Labelled\""
2418
+ }
2419
+ },
2420
+ {
2421
+ "kind": "js",
2422
+ "name": "*",
2423
+ "declaration": {
2424
+ "name": "*",
2425
+ "package": "\"./LinkButton\""
2426
+ }
2427
+ },
2428
+ {
2429
+ "kind": "js",
2430
+ "name": "*",
2431
+ "declaration": {
2432
+ "name": "*",
2433
+ "package": "\"./ReadOnly\""
2434
+ }
2435
+ },
2436
+ {
2437
+ "kind": "js",
2438
+ "name": "*",
2439
+ "declaration": {
2440
+ "name": "*",
2441
+ "package": "\"./Required\""
2442
+ }
2443
+ },
2444
+ {
2445
+ "kind": "js",
2446
+ "name": "*",
2447
+ "declaration": {
2448
+ "name": "*",
2449
+ "package": "\"./RequiredConstraintValidation\""
2450
+ }
2451
+ },
2452
+ {
2453
+ "kind": "js",
2454
+ "name": "*",
2455
+ "declaration": {
2456
+ "name": "*",
2457
+ "package": "\"./Role\""
2458
+ }
2459
+ },
2460
+ {
2461
+ "kind": "js",
2462
+ "name": "*",
2463
+ "declaration": {
2464
+ "name": "*",
2465
+ "package": "\"./Selected\""
2466
+ }
2467
+ },
2468
+ {
2469
+ "kind": "js",
2470
+ "name": "*",
2471
+ "declaration": {
2472
+ "name": "*",
2473
+ "package": "\"./Touched\""
2474
+ }
2475
+ },
2476
+ {
2477
+ "kind": "js",
2478
+ "name": "*",
2479
+ "declaration": {
2480
+ "name": "*",
2481
+ "package": "\"./Vertical\""
2482
+ }
2483
+ }
2484
+ ]
2485
+ },
2486
+ {
2487
+ "kind": "javascript-module",
2488
+ "path": "../core/src/shared/mixins/KeyboardClick.ts",
2489
+ "declarations": [
2490
+ {
2491
+ "kind": "mixin",
2492
+ "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
2493
+ "name": "KeyboardClick",
2494
+ "members": [
2495
+ {
2496
+ "kind": "field",
2497
+ "name": "#keyUpHandler",
2498
+ "privacy": "private",
2499
+ "readonly": true
2500
+ },
2501
+ {
2502
+ "kind": "method",
2503
+ "name": "#handleKeyUp",
2504
+ "privacy": "private",
2505
+ "return": {
2506
+ "type": {
2507
+ "text": "void"
2508
+ }
2509
+ },
2510
+ "parameters": [
2511
+ {
2512
+ "name": "e",
2513
+ "type": {
2514
+ "text": "KeyboardEvent"
2515
+ }
2516
+ }
2517
+ ]
2518
+ }
2519
+ ],
2520
+ "events": [
2521
+ {
2522
+ "name": "click",
2523
+ "type": {
2524
+ "text": "MouseEvent"
2525
+ }
2526
+ }
2527
+ ],
2528
+ "parameters": [
2529
+ {
2530
+ "name": "base",
2531
+ "type": {
2532
+ "text": "T"
2533
+ },
2534
+ "description": "The base class."
2535
+ },
2536
+ {
2537
+ "name": "allowEnter",
2538
+ "default": "true",
2539
+ "type": {
2540
+ "text": "boolean"
2541
+ },
2542
+ "description": "Whether the `ENTER` key emits a click event.",
2543
+ "optional": true
2544
+ }
2545
+ ]
2546
+ }
2547
+ ],
2548
+ "exports": [
2549
+ {
2550
+ "kind": "js",
2551
+ "name": "KeyboardClick",
2552
+ "declaration": {
2553
+ "name": "KeyboardClick",
2554
+ "module": "../core/src/shared/mixins/KeyboardClick.ts"
2555
+ }
2556
+ }
2557
+ ]
2558
+ },
2559
+ {
2560
+ "kind": "javascript-module",
2561
+ "path": "../core/src/shared/mixins/Labelled.ts",
2562
+ "declarations": [
2563
+ {
2564
+ "kind": "function",
2565
+ "name": "isLabelledMixin",
2566
+ "return": {
2567
+ "type": {
2568
+ "text": ""
2569
+ }
2570
+ },
2571
+ "parameters": [
2572
+ {
2573
+ "name": "value",
2574
+ "type": {
2575
+ "text": "unknown"
2576
+ },
2577
+ "description": "The value to test."
2578
+ }
2579
+ ],
2580
+ "description": "Determines whether a value is a `LabelledMixin`."
2581
+ },
2582
+ {
2583
+ "kind": "mixin",
2584
+ "description": "Mixin to augment an element with support for labelling.",
2585
+ "name": "Labelled",
2586
+ "members": [
2587
+ {
2588
+ "kind": "field",
2589
+ "name": "formAssociated",
2590
+ "type": {
2591
+ "text": "boolean"
2592
+ },
2593
+ "static": true,
2594
+ "readonly": true,
2595
+ "default": "true",
2596
+ "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
2597
+ },
2598
+ {
2599
+ "kind": "field",
2600
+ "name": "[_eventHandler]",
2601
+ "privacy": "private",
2602
+ "readonly": true
2603
+ },
2604
+ {
2605
+ "kind": "field",
2606
+ "name": "labels",
2607
+ "type": {
2608
+ "text": "NodeListOf<HTMLLabelElement>"
2609
+ },
2610
+ "description": "The label elements that the element is associated with.",
2611
+ "readonly": true
2612
+ },
2613
+ {
2614
+ "kind": "method",
2615
+ "name": "[_updateLabels]",
2616
+ "privacy": "private",
2617
+ "return": {
2618
+ "type": {
2619
+ "text": "void"
2620
+ }
2621
+ }
2622
+ }
2623
+ ],
2624
+ "parameters": [
2625
+ {
2626
+ "name": "base",
2627
+ "type": {
2628
+ "text": "T"
2629
+ },
2630
+ "description": "The base class."
2631
+ }
2632
+ ]
2633
+ }
2634
+ ],
2635
+ "exports": [
2636
+ {
2637
+ "kind": "js",
2638
+ "name": "isLabelledMixin",
2639
+ "declaration": {
2640
+ "name": "isLabelledMixin",
2641
+ "module": "../core/src/shared/mixins/Labelled.ts"
2642
+ }
2643
+ },
2644
+ {
2645
+ "kind": "js",
2646
+ "name": "Labelled",
2647
+ "declaration": {
2648
+ "name": "Labelled",
2649
+ "module": "../core/src/shared/mixins/Labelled.ts"
2650
+ }
2651
+ }
2652
+ ]
2653
+ },
2654
+ {
2655
+ "kind": "javascript-module",
2656
+ "path": "../core/src/shared/mixins/LinkButton.ts",
2657
+ "declarations": [
2658
+ {
2659
+ "kind": "variable",
2660
+ "name": "renderPseudoLink",
2661
+ "description": "A symbol through which to access a function used to render a pseudo link."
2662
+ },
2663
+ {
2664
+ "kind": "function",
2665
+ "name": "isLinkButtonMixin",
2666
+ "return": {
2667
+ "type": {
2668
+ "text": "value is LinkButtonMixin"
2669
+ }
2670
+ },
2671
+ "parameters": [
2672
+ {
2673
+ "name": "value",
2674
+ "type": {
2675
+ "text": "unknown"
2676
+ },
2677
+ "description": "The value to test."
2678
+ }
2679
+ ],
2680
+ "description": "Determines whether a value is a `LinkButtonMixin`."
2681
+ },
2682
+ {
2683
+ "kind": "mixin",
2684
+ "description": "Mixin to augment an element with behavior that supports functioning as a link.",
2685
+ "name": "LinkButton",
2686
+ "members": [
2687
+ {
2688
+ "kind": "field",
2689
+ "name": "[_clickHandler]",
2690
+ "privacy": "private"
2691
+ },
2692
+ {
2693
+ "kind": "field",
2694
+ "name": "href",
2695
+ "type": {
2696
+ "text": "string"
2697
+ },
2698
+ "default": "\"\"",
2699
+ "description": "The URL to which the link button points.",
2700
+ "attribute": "href"
2701
+ },
2702
+ {
2703
+ "kind": "field",
2704
+ "name": "target",
2705
+ "type": {
2706
+ "text": "LinkTarget"
2707
+ },
2708
+ "default": "\"\"",
2709
+ "description": "The target of the link button.",
2710
+ "attribute": "target"
2711
+ },
2712
+ {
2713
+ "kind": "field",
2714
+ "name": "rel",
2715
+ "type": {
2716
+ "text": "string"
2717
+ },
2718
+ "default": "\"\"",
2719
+ "description": "The relationship between the `target` of the link button and the document.",
2720
+ "attribute": "rel"
2721
+ },
2722
+ {
2723
+ "kind": "field",
2724
+ "name": "download",
2725
+ "type": {
2726
+ "text": "string | null"
2727
+ },
2728
+ "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
2729
+ "default": "null",
2730
+ "attribute": "download"
2731
+ },
2732
+ {
2733
+ "kind": "method",
2734
+ "name": "#handleLinkPointerDown",
2735
+ "privacy": "private",
2736
+ "return": {
2737
+ "type": {
2738
+ "text": "void"
2739
+ }
2740
+ },
2741
+ "parameters": [
2742
+ {
2743
+ "name": "e",
2744
+ "type": {
2745
+ "text": "PointerEvent"
2746
+ }
2747
+ }
2748
+ ]
2749
+ },
2750
+ {
2751
+ "kind": "method",
2752
+ "name": "#handleLinkFocus",
2753
+ "privacy": "private",
2754
+ "return": {
2755
+ "type": {
2756
+ "text": "void"
2757
+ }
2758
+ },
2759
+ "parameters": [
2760
+ {
2761
+ "name": "e",
2762
+ "type": {
2763
+ "text": "Event"
2764
+ }
2765
+ }
2766
+ ]
2767
+ },
2768
+ {
2769
+ "kind": "method",
2770
+ "name": "#handleLinkBlur",
2771
+ "privacy": "private",
2772
+ "return": {
2773
+ "type": {
2774
+ "text": "void"
2775
+ }
2776
+ },
2777
+ "parameters": [
2778
+ {
2779
+ "name": "e",
2780
+ "type": {
2781
+ "text": "Event"
2782
+ }
2783
+ }
2784
+ ]
2785
+ }
2786
+ ],
2787
+ "events": [
2788
+ {
2789
+ "name": "click",
2790
+ "type": {
2791
+ "text": "MouseEvent"
2792
+ }
2793
+ }
2794
+ ],
2795
+ "attributes": [
2796
+ {
2797
+ "name": "href",
2798
+ "type": {
2799
+ "text": "string"
2800
+ },
2801
+ "default": "\"\"",
2802
+ "description": "The URL to which the link button points.",
2803
+ "fieldName": "href"
2804
+ },
2805
+ {
2806
+ "name": "target",
2807
+ "type": {
2808
+ "text": "LinkTarget"
2809
+ },
2810
+ "default": "\"\"",
2811
+ "description": "The target of the link button.",
2812
+ "fieldName": "target"
2813
+ },
2814
+ {
2815
+ "name": "rel",
2816
+ "type": {
2817
+ "text": "string"
2818
+ },
2819
+ "default": "\"\"",
2820
+ "description": "The relationship between the `target` of the link button and the document.",
2821
+ "fieldName": "rel"
2822
+ },
2823
+ {
2824
+ "name": "download",
2825
+ "type": {
2826
+ "text": "string | null"
2827
+ },
2828
+ "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
2829
+ "default": "null",
2830
+ "fieldName": "download"
2831
+ }
2832
+ ],
2833
+ "parameters": [
2834
+ {
2835
+ "name": "base",
2836
+ "type": {
2837
+ "text": "T"
2838
+ },
2839
+ "description": "The base class."
2840
+ }
2841
+ ]
2842
+ }
2843
+ ],
2844
+ "exports": [
2845
+ {
2846
+ "kind": "js",
2847
+ "name": "renderPseudoLink",
2848
+ "declaration": {
2849
+ "name": "renderPseudoLink",
2850
+ "module": "../core/src/shared/mixins/LinkButton.ts"
2851
+ }
2852
+ },
2853
+ {
2854
+ "kind": "js",
2855
+ "name": "isLinkButtonMixin",
2856
+ "declaration": {
2857
+ "name": "isLinkButtonMixin",
2858
+ "module": "../core/src/shared/mixins/LinkButton.ts"
2859
+ }
2860
+ },
2861
+ {
2862
+ "kind": "js",
2863
+ "name": "LinkButton",
2864
+ "declaration": {
2865
+ "name": "LinkButton",
2866
+ "module": "../core/src/shared/mixins/LinkButton.ts"
2867
+ }
2868
+ }
2869
+ ]
2870
+ },
2871
+ {
2872
+ "kind": "javascript-module",
2873
+ "path": "../core/src/shared/mixins/ReadOnly.ts",
2874
+ "declarations": [
2875
+ {
2876
+ "kind": "function",
2877
+ "name": "isReadOnlyMixin",
2878
+ "return": {
2879
+ "type": {
2880
+ "text": ""
2881
+ }
2882
+ },
2883
+ "parameters": [
2884
+ {
2885
+ "name": "value",
2886
+ "type": {
2887
+ "text": "unknown"
2888
+ },
2889
+ "description": "The value to test."
2890
+ }
2891
+ ],
2892
+ "description": "Determines whether a value is a `ReadOnlyMixin`."
2893
+ },
2894
+ {
2895
+ "kind": "mixin",
2896
+ "description": "Mixin to augment an element with behavior that supports a read-only state.",
2897
+ "name": "ReadOnly",
2898
+ "members": [
2899
+ {
2900
+ "kind": "field",
2901
+ "name": "readOnly",
2902
+ "type": {
2903
+ "text": "boolean"
2904
+ },
2905
+ "default": "false",
2906
+ "description": "A value indicating whether the element is read-only.",
2907
+ "attribute": "readonly"
2908
+ }
2909
+ ],
2910
+ "attributes": [
2911
+ {
2912
+ "name": "readonly",
2913
+ "type": {
2914
+ "text": "boolean"
2915
+ },
2916
+ "default": "false",
2917
+ "description": "A value indicating whether the element is read-only.",
2918
+ "fieldName": "readOnly"
2919
+ }
2920
+ ],
2921
+ "parameters": [
2922
+ {
2923
+ "name": "base",
2924
+ "type": {
2925
+ "text": "T"
2926
+ },
2927
+ "description": "The base class."
2928
+ },
2929
+ {
2930
+ "name": "reflect",
2931
+ "default": "true",
2932
+ "type": {
2933
+ "text": "boolean"
2934
+ },
2935
+ "description": "A value indicating whether the read-only state is reflected as an attribute. The default value is `true`."
2936
+ }
2937
+ ]
2938
+ }
2939
+ ],
2940
+ "exports": [
2941
+ {
2942
+ "kind": "js",
2943
+ "name": "isReadOnlyMixin",
2944
+ "declaration": {
2945
+ "name": "isReadOnlyMixin",
2946
+ "module": "../core/src/shared/mixins/ReadOnly.ts"
2947
+ }
2948
+ },
2949
+ {
2950
+ "kind": "js",
2951
+ "name": "ReadOnly",
2952
+ "declaration": {
2953
+ "name": "ReadOnly",
2954
+ "module": "../core/src/shared/mixins/ReadOnly.ts"
2955
+ }
2956
+ }
2957
+ ]
2958
+ },
2959
+ {
2960
+ "kind": "javascript-module",
2961
+ "path": "../core/src/shared/mixins/Required.ts",
2962
+ "declarations": [
2963
+ {
2964
+ "kind": "function",
2965
+ "name": "isRequiredMixin",
2966
+ "return": {
2967
+ "type": {
2968
+ "text": ""
2969
+ }
2970
+ },
2971
+ "parameters": [
2972
+ {
2973
+ "name": "value",
2974
+ "type": {
2975
+ "text": "unknown"
2976
+ },
2977
+ "description": "The value to test."
2978
+ }
2979
+ ],
2980
+ "description": "Determines whether a value is a `RequiredMixin`."
2981
+ },
2982
+ {
2983
+ "kind": "mixin",
2984
+ "description": "Mixin to augment an element with behavior that supports a required state.",
2985
+ "name": "Required",
2986
+ "members": [
2987
+ {
2988
+ "kind": "field",
2989
+ "name": "required",
2990
+ "type": {
2991
+ "text": "boolean"
2992
+ },
2993
+ "default": "false",
2994
+ "description": "Whether a value is required for the element.",
2995
+ "attribute": "required",
2996
+ "reflects": true
2997
+ },
2998
+ {
2999
+ "kind": "field",
3000
+ "name": "optional",
3001
+ "description": "Whether a value is not required for the element.",
3002
+ "readonly": true
3003
+ }
3004
+ ],
3005
+ "attributes": [
3006
+ {
3007
+ "name": "required",
3008
+ "type": {
3009
+ "text": "boolean"
3010
+ },
3011
+ "default": "false",
3012
+ "description": "Whether a value is required for the element.",
3013
+ "fieldName": "required"
3014
+ }
3015
+ ],
3016
+ "parameters": [
3017
+ {
3018
+ "name": "base",
3019
+ "type": {
3020
+ "text": "T"
3021
+ },
3022
+ "description": "The base class."
3023
+ }
3024
+ ]
3025
+ }
3026
+ ],
3027
+ "exports": [
3028
+ {
3029
+ "kind": "js",
3030
+ "name": "isRequiredMixin",
3031
+ "declaration": {
3032
+ "name": "isRequiredMixin",
3033
+ "module": "../core/src/shared/mixins/Required.ts"
3034
+ }
3035
+ },
3036
+ {
3037
+ "kind": "js",
3038
+ "name": "Required",
3039
+ "declaration": {
3040
+ "name": "Required",
3041
+ "module": "../core/src/shared/mixins/Required.ts"
3042
+ }
3043
+ }
3044
+ ]
3045
+ },
3046
+ {
3047
+ "kind": "javascript-module",
3048
+ "path": "../core/src/shared/mixins/RequiredConstraintValidation.ts",
3049
+ "declarations": [
3050
+ {
3051
+ "kind": "function",
3052
+ "name": "isRequiredConstraintValidationMixin",
3053
+ "return": {
3054
+ "type": {
3055
+ "text": ""
3056
+ }
3057
+ },
3058
+ "parameters": [
3059
+ {
3060
+ "name": "value",
3061
+ "type": {
3062
+ "text": "unknown"
3063
+ },
3064
+ "description": "The value to test."
3065
+ }
3066
+ ],
3067
+ "description": "Determines whether a value is a `RequiredConstraintValidationMixin`."
3068
+ },
3069
+ {
3070
+ "kind": "mixin",
3071
+ "description": "Mixin to augment an element with behavior that supports a required state.",
3072
+ "name": "RequiredConstraintValidation",
3073
+ "parameters": [
3074
+ {
3075
+ "name": "base",
3076
+ "type": {
3077
+ "text": "T"
3078
+ },
3079
+ "description": "The base class."
3080
+ }
3081
+ ]
3082
+ }
3083
+ ],
3084
+ "exports": [
3085
+ {
3086
+ "kind": "js",
3087
+ "name": "isRequiredConstraintValidationMixin",
3088
+ "declaration": {
3089
+ "name": "isRequiredConstraintValidationMixin",
3090
+ "module": "../core/src/shared/mixins/RequiredConstraintValidation.ts"
3091
+ }
3092
+ },
3093
+ {
3094
+ "kind": "js",
3095
+ "name": "RequiredConstraintValidation",
3096
+ "declaration": {
3097
+ "name": "RequiredConstraintValidation",
3098
+ "module": "../core/src/shared/mixins/RequiredConstraintValidation.ts"
3099
+ }
3100
+ }
3101
+ ]
3102
+ },
3103
+ {
3104
+ "kind": "javascript-module",
3105
+ "path": "../core/src/shared/mixins/Role.ts",
3106
+ "declarations": [
3107
+ {
3108
+ "kind": "mixin",
3109
+ "description": "Mixin to augment an element with an ARIA role.",
3110
+ "name": "Role",
3111
+ "parameters": [
3112
+ {
3113
+ "name": "base",
3114
+ "type": {
3115
+ "text": "T"
3116
+ },
3117
+ "description": "The base class."
3118
+ },
3119
+ {
3120
+ "name": "role",
3121
+ "type": {
3122
+ "text": "ARIARole"
3123
+ },
3124
+ "description": "The ARIA role."
3125
+ }
3126
+ ]
3127
+ }
3128
+ ],
3129
+ "exports": [
3130
+ {
3131
+ "kind": "js",
3132
+ "name": "Role",
3133
+ "declaration": {
3134
+ "name": "Role",
3135
+ "module": "../core/src/shared/mixins/Role.ts"
3136
+ }
3137
+ }
3138
+ ]
3139
+ },
3140
+ {
3141
+ "kind": "javascript-module",
3142
+ "path": "../core/src/shared/mixins/Selected.ts",
3143
+ "declarations": [
3144
+ {
3145
+ "kind": "function",
3146
+ "name": "isSelectedMixin",
3147
+ "return": {
3148
+ "type": {
3149
+ "text": ""
3150
+ }
3151
+ },
3152
+ "parameters": [
3153
+ {
3154
+ "name": "value",
3155
+ "type": {
3156
+ "text": "unknown"
3157
+ },
3158
+ "description": "The value to test."
3159
+ }
3160
+ ],
3161
+ "description": "Determines whether a value is a `SelectedMixin`."
3162
+ },
3163
+ {
3164
+ "kind": "mixin",
3165
+ "description": "Mixin to augment an element with behavior that supports a selected state.",
3166
+ "name": "Selected",
3167
+ "members": [
3168
+ {
3169
+ "kind": "field",
3170
+ "name": "selected",
3171
+ "type": {
3172
+ "text": "boolean"
3173
+ },
3174
+ "default": "false",
3175
+ "description": "Whether the element is selected.",
3176
+ "attribute": "selected",
3177
+ "reflects": true
3178
+ }
3179
+ ],
3180
+ "attributes": [
3181
+ {
3182
+ "name": "selected",
3183
+ "type": {
3184
+ "text": "boolean"
3185
+ },
3186
+ "default": "false",
3187
+ "description": "Whether the element is selected.",
3188
+ "fieldName": "selected"
3189
+ }
3190
+ ],
3191
+ "parameters": [
3192
+ {
3193
+ "name": "base",
3194
+ "type": {
3195
+ "text": "T"
3196
+ },
3197
+ "description": "The base class."
3198
+ }
3199
+ ]
3200
+ }
3201
+ ],
3202
+ "exports": [
3203
+ {
3204
+ "kind": "js",
3205
+ "name": "isSelectedMixin",
3206
+ "declaration": {
3207
+ "name": "isSelectedMixin",
3208
+ "module": "../core/src/shared/mixins/Selected.ts"
3209
+ }
3210
+ },
3211
+ {
3212
+ "kind": "js",
3213
+ "name": "Selected",
3214
+ "declaration": {
3215
+ "name": "Selected",
3216
+ "module": "../core/src/shared/mixins/Selected.ts"
3217
+ }
3218
+ }
3219
+ ]
3220
+ },
3221
+ {
3222
+ "kind": "javascript-module",
3223
+ "path": "../core/src/shared/mixins/Touched.ts",
3224
+ "declarations": [
3225
+ {
3226
+ "kind": "function",
3227
+ "name": "isTouchedMixin",
3228
+ "return": {
3229
+ "type": {
3230
+ "text": ""
3231
+ }
3232
+ },
3233
+ "parameters": [
3234
+ {
3235
+ "name": "value",
3236
+ "type": {
3237
+ "text": "unknown"
3238
+ },
3239
+ "description": "The value to test."
3240
+ }
3241
+ ],
3242
+ "description": "Determines whether a value is a `TouchedMixin`."
3243
+ },
3244
+ {
3245
+ "kind": "mixin",
3246
+ "description": "Mixin to augment an element with functionality used to mark it as touched.",
3247
+ "name": "Touched",
3248
+ "members": [
3249
+ {
3250
+ "kind": "field",
3251
+ "name": "[_eventHandler]",
3252
+ "privacy": "private"
3253
+ },
3254
+ {
3255
+ "kind": "field",
3256
+ "name": "touched",
3257
+ "type": {
3258
+ "text": "boolean"
3259
+ },
3260
+ "description": "Whether the user has interacted when the element.",
3261
+ "readonly": true
3262
+ },
3263
+ {
3264
+ "kind": "field",
3265
+ "name": "untouched",
3266
+ "type": {
3267
+ "text": "boolean"
3268
+ },
3269
+ "description": "Whether the user has not interacted when the element.",
3270
+ "readonly": true
3271
+ },
3272
+ {
3273
+ "kind": "method",
3274
+ "name": "markAsTouched",
3275
+ "return": {
3276
+ "type": {
3277
+ "text": "void"
3278
+ }
3279
+ },
3280
+ "description": "Marks the element as touched."
3281
+ },
3282
+ {
3283
+ "kind": "method",
3284
+ "name": "markAsUntouched",
3285
+ "return": {
3286
+ "type": {
3287
+ "text": "void"
3288
+ }
3289
+ },
3290
+ "description": "Marks the element as untouched."
3291
+ }
3292
+ ],
3293
+ "parameters": [
3294
+ {
3295
+ "name": "base",
3296
+ "type": {
3297
+ "text": "T"
3298
+ },
3299
+ "description": "The base class."
3300
+ }
3301
+ ]
3302
+ }
3303
+ ],
3304
+ "exports": [
3305
+ {
3306
+ "kind": "js",
3307
+ "name": "isTouchedMixin",
3308
+ "declaration": {
3309
+ "name": "isTouchedMixin",
3310
+ "module": "../core/src/shared/mixins/Touched.ts"
3311
+ }
3312
+ },
3313
+ {
3314
+ "kind": "js",
3315
+ "name": "Touched",
3316
+ "declaration": {
3317
+ "name": "Touched",
3318
+ "module": "../core/src/shared/mixins/Touched.ts"
3319
+ }
3320
+ }
3321
+ ]
3322
+ },
3323
+ {
3324
+ "kind": "javascript-module",
3325
+ "path": "../core/src/shared/mixins/Vertical.ts",
3326
+ "declarations": [
3327
+ {
3328
+ "kind": "function",
3329
+ "name": "isVerticalMixin",
3330
+ "return": {
3331
+ "type": {
3332
+ "text": ""
3333
+ }
3334
+ },
3335
+ "parameters": [
3336
+ {
3337
+ "name": "value",
3338
+ "type": {
3339
+ "text": "unknown"
3340
+ },
3341
+ "description": "The value to test."
3342
+ }
3343
+ ],
3344
+ "description": "Determines whether a value is a `VerticalMixin`."
3345
+ },
3346
+ {
3347
+ "kind": "mixin",
3348
+ "description": "Mixin to augment an element with behavior that supports a vertical orientation.",
3349
+ "name": "Vertical",
3350
+ "members": [
3351
+ {
3352
+ "kind": "field",
3353
+ "name": "vertical",
3354
+ "type": {
3355
+ "text": "boolean"
3356
+ },
3357
+ "default": "false",
3358
+ "description": "Whether the element is oriented vertically.",
3359
+ "attribute": "vertical",
3360
+ "reflects": true
3361
+ }
3362
+ ],
3363
+ "attributes": [
3364
+ {
3365
+ "name": "vertical",
3366
+ "type": {
3367
+ "text": "boolean"
3368
+ },
3369
+ "default": "false",
3370
+ "description": "Whether the element is oriented vertically.",
3371
+ "fieldName": "vertical"
3372
+ }
3373
+ ],
3374
+ "parameters": [
3375
+ {
3376
+ "name": "base",
3377
+ "type": {
3378
+ "text": "T"
3379
+ },
3380
+ "description": "The base class."
3381
+ }
3382
+ ]
3383
+ }
3384
+ ],
3385
+ "exports": [
3386
+ {
3387
+ "kind": "js",
3388
+ "name": "isVerticalMixin",
3389
+ "declaration": {
3390
+ "name": "isVerticalMixin",
3391
+ "module": "../core/src/shared/mixins/Vertical.ts"
3392
+ }
3393
+ },
3394
+ {
3395
+ "kind": "js",
3396
+ "name": "Vertical",
3397
+ "declaration": {
3398
+ "name": "Vertical",
3399
+ "module": "../core/src/shared/mixins/Vertical.ts"
3400
+ }
3401
+ }
3402
+ ]
530
3403
  }
531
3404
  ]
532
3405
  }