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