@vonage/vivid 3.43.0 → 3.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +399 -165
- package/appearance-ui/index.js +94 -0
- package/custom-elements.json +793 -352
- package/index.js +3 -2
- package/lib/alert/alert.d.ts +2 -0
- package/lib/appearance-ui/appearance-ui.d.ts +12 -0
- package/lib/appearance-ui/appearance-ui.template.d.ts +4 -0
- package/lib/appearance-ui/definition.d.ts +3 -0
- package/lib/data-grid/data-grid-cell.d.ts +1 -0
- package/lib/data-grid/data-grid.d.ts +2 -0
- package/lib/dialog/dialog.d.ts +1 -4
- package/lib/enums.d.ts +3 -0
- package/lib/menu/menu.d.ts +6 -5
- package/lib/menu-item/definition.d.ts +1 -0
- package/lib/popup/popup.d.ts +2 -2
- package/lib/select/select.d.ts +0 -3
- package/lib/tabs/tabs.d.ts +3 -1
- package/lib/toggletip/toggletip.d.ts +4 -4
- package/lib/tooltip/tooltip.d.ts +4 -5
- package/listbox/index.js +1 -1
- package/menu/index.js +1 -0
- package/menu-item/index.js +1 -0
- package/package.json +1 -1
- package/shared/anchored.js +76 -0
- package/shared/definition.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.js +96 -44
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +16 -2
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +1 -1
- package/shared/definition23.js +1 -1
- package/shared/definition24.js +1 -1
- package/shared/definition25.js +1 -1
- package/shared/definition28.js +42 -47
- package/shared/definition29.js +12 -4
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +1 -1
- package/shared/definition31.js +1 -1
- package/shared/definition33.js +1 -1
- package/shared/definition34.js +3 -3
- package/shared/definition35.js +1 -1
- package/shared/definition36.js +1 -1
- package/shared/definition37.js +1 -1
- package/shared/definition38.js +1 -1
- package/shared/definition39.js +1 -1
- package/shared/definition4.js +10 -6
- package/shared/definition40.js +1 -1
- package/shared/definition41.js +6 -4
- package/shared/definition42.js +1 -1
- package/shared/definition43.js +1 -1
- package/shared/definition44.js +1 -1
- package/shared/definition45.js +10 -6
- package/shared/definition46.js +1 -1
- package/shared/definition48.js +1 -1
- package/shared/definition49.js +8 -3
- package/shared/definition5.js +1 -1
- package/shared/definition51.js +1 -1
- package/shared/definition52.js +3 -3
- package/shared/definition53.js +2 -2
- package/shared/definition54.js +37 -45
- package/shared/definition55.js +42 -58
- package/shared/definition56.js +1 -1
- package/shared/definition58.js +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.js +108 -12
- package/shared/definition7.js +1 -1
- package/shared/definition8.js +2 -3
- package/shared/definition9.js +1 -1
- package/shared/enums.js +5 -1
- package/shared/form-associated.js +1 -0
- package/shared/index2.js +1 -1
- package/shared/patterns/anchored.d.ts +22 -0
- package/shared/presentationDate.js +2 -2
- package/shared/text-field.js +1 -1
- package/style.css +835 -144
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/toggletip/index.js +1 -0
- package/tooltip/index.js +1 -0
- package/vivid.api.json +61 -0
package/custom-elements.json
CHANGED
|
@@ -555,6 +555,15 @@
|
|
|
555
555
|
"description": "alert connotation",
|
|
556
556
|
"privacy": "public"
|
|
557
557
|
},
|
|
558
|
+
{
|
|
559
|
+
"kind": "field",
|
|
560
|
+
"name": "strategy",
|
|
561
|
+
"type": {
|
|
562
|
+
"text": "AlertStrategy | undefined"
|
|
563
|
+
},
|
|
564
|
+
"description": "alert state",
|
|
565
|
+
"privacy": "public"
|
|
566
|
+
},
|
|
558
567
|
{
|
|
559
568
|
"kind": "field",
|
|
560
569
|
"name": "open",
|
|
@@ -589,107 +598,680 @@
|
|
|
589
598
|
]
|
|
590
599
|
},
|
|
591
600
|
{
|
|
592
|
-
"kind": "field",
|
|
593
|
-
"name": "conditionedIcon",
|
|
594
|
-
"readonly": true
|
|
601
|
+
"kind": "field",
|
|
602
|
+
"name": "conditionedIcon",
|
|
603
|
+
"readonly": true
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "method",
|
|
607
|
+
"name": "#setupTimeout"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"kind": "field",
|
|
611
|
+
"name": "#closeOnEscape",
|
|
612
|
+
"privacy": "private"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"kind": "field",
|
|
616
|
+
"name": "#onTransitionEnd",
|
|
617
|
+
"privacy": "private"
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"events": [
|
|
621
|
+
{
|
|
622
|
+
"description": "Fired when the alert is opened",
|
|
623
|
+
"name": "open"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"description": "Fired when the alert is closed",
|
|
627
|
+
"name": "close"
|
|
628
|
+
}
|
|
629
|
+
],
|
|
630
|
+
"attributes": [
|
|
631
|
+
{
|
|
632
|
+
"name": "dismiss-button-aria-label",
|
|
633
|
+
"type": {
|
|
634
|
+
"text": "string | null"
|
|
635
|
+
},
|
|
636
|
+
"default": "null",
|
|
637
|
+
"fieldName": "dismissButtonAriaLabel"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"type": {
|
|
641
|
+
"text": "boolean"
|
|
642
|
+
},
|
|
643
|
+
"default": "false",
|
|
644
|
+
"description": "if the alert is removable\naccepts boolean",
|
|
645
|
+
"fieldName": "removable"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"type": {
|
|
649
|
+
"text": "AlertPlacement | undefined"
|
|
650
|
+
},
|
|
651
|
+
"default": "'bottom'",
|
|
652
|
+
"description": "the placement of the alert",
|
|
653
|
+
"fieldName": "placement"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "headline",
|
|
657
|
+
"type": {
|
|
658
|
+
"text": "string | undefined"
|
|
659
|
+
},
|
|
660
|
+
"description": "the text of the alert heading\naccepts string",
|
|
661
|
+
"fieldName": "headline"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"name": "text",
|
|
665
|
+
"type": {
|
|
666
|
+
"text": "string | undefined"
|
|
667
|
+
},
|
|
668
|
+
"description": "the main text of the alert\naccepts string",
|
|
669
|
+
"fieldName": "text"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "icon",
|
|
673
|
+
"type": {
|
|
674
|
+
"text": "string | undefined"
|
|
675
|
+
},
|
|
676
|
+
"description": "alert header icon",
|
|
677
|
+
"fieldName": "icon"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"type": {
|
|
681
|
+
"text": "number"
|
|
682
|
+
},
|
|
683
|
+
"default": "0",
|
|
684
|
+
"description": "the timeout ms to show the alert\naccepts number",
|
|
685
|
+
"fieldName": "timeoutms"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"name": "connotation",
|
|
689
|
+
"type": {
|
|
690
|
+
"text": "AlertConnotation | undefined"
|
|
691
|
+
},
|
|
692
|
+
"description": "alert connotation",
|
|
693
|
+
"fieldName": "connotation"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "strategy",
|
|
697
|
+
"type": {
|
|
698
|
+
"text": "AlertStrategy | undefined"
|
|
699
|
+
},
|
|
700
|
+
"description": "alert state",
|
|
701
|
+
"fieldName": "strategy"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"type": {
|
|
705
|
+
"text": "boolean"
|
|
706
|
+
},
|
|
707
|
+
"default": "false",
|
|
708
|
+
"description": "indicates whether the alert is open",
|
|
709
|
+
"fieldName": "open"
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
"superclass": {
|
|
713
|
+
"name": "FoundationElement",
|
|
714
|
+
"package": "@microsoft/fast-foundation"
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
],
|
|
718
|
+
"exports": [
|
|
719
|
+
{
|
|
720
|
+
"kind": "js",
|
|
721
|
+
"name": "Alert",
|
|
722
|
+
"declaration": {
|
|
723
|
+
"name": "Alert",
|
|
724
|
+
"module": "libs/components/src/lib/alert/alert.ts"
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
]
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"kind": "javascript-module",
|
|
731
|
+
"path": "libs/components/src/lib/alert/definition.ts",
|
|
732
|
+
"declarations": [
|
|
733
|
+
{
|
|
734
|
+
"kind": "variable",
|
|
735
|
+
"name": "registerAlert",
|
|
736
|
+
"description": "Registers the alert elements with the design system.",
|
|
737
|
+
"parameters": [
|
|
738
|
+
{
|
|
739
|
+
"description": "the prefix to use for the component name",
|
|
740
|
+
"name": "prefix"
|
|
741
|
+
}
|
|
742
|
+
]
|
|
743
|
+
}
|
|
744
|
+
],
|
|
745
|
+
"exports": [
|
|
746
|
+
{
|
|
747
|
+
"kind": "js",
|
|
748
|
+
"name": "AlertConnotation",
|
|
749
|
+
"declaration": {
|
|
750
|
+
"name": "AlertConnotation",
|
|
751
|
+
"module": "./alert"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"kind": "js",
|
|
756
|
+
"name": "registerAlert",
|
|
757
|
+
"declaration": {
|
|
758
|
+
"name": "registerAlert",
|
|
759
|
+
"module": "libs/components/src/lib/alert/definition.ts"
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
]
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"kind": "javascript-module",
|
|
766
|
+
"path": "libs/components/src/lib/alert/locale.ts",
|
|
767
|
+
"declarations": [],
|
|
768
|
+
"exports": []
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"kind": "javascript-module",
|
|
772
|
+
"path": "libs/components/src/lib/appearance-ui/appearance-ui.ts",
|
|
773
|
+
"declarations": [
|
|
774
|
+
{
|
|
775
|
+
"kind": "class",
|
|
776
|
+
"description": "Base class for appearance-ui",
|
|
777
|
+
"name": "AppearanceUi",
|
|
778
|
+
"cssProperties": [
|
|
779
|
+
{
|
|
780
|
+
"name": "--vvd-appearanceUI-cta-faint",
|
|
781
|
+
"default": "var(--vvd-color-cta-50)"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "--vvd-appearanceUI-cta-soft",
|
|
785
|
+
"default": "var(--vvd-color-cta-100)"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "--vvd-appearanceUI-cta-dim",
|
|
789
|
+
"default": "var(--vvd-color-cta-200)"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "--vvd-appearanceUI-cta-pale",
|
|
793
|
+
"default": "var(--vvd-color-cta-300)"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"name": "--vvd-appearanceUI-cta-light",
|
|
797
|
+
"default": "var(--vvd-color-cta-400)"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "--vvd-appearanceUI-cta-primary",
|
|
801
|
+
"default": "var(--vvd-color-cta-500)"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"name": "--vvd-appearanceUI-cta-primary-text",
|
|
805
|
+
"default": "var(--vvd-color-canvas)"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"name": "--vvd-appearanceUI-cta-primary-increment",
|
|
809
|
+
"default": "var(--vvd-color-cta-600)"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "--vvd-appearanceUI-cta-firm",
|
|
813
|
+
"default": "var(--vvd-color-cta-600)"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "--vvd-appearanceUI-cta-fierce",
|
|
817
|
+
"default": "var(--vvd-color-cta-700)"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "--vvd-appearanceUI-cta-contrast",
|
|
821
|
+
"default": "var(--vvd-color-cta-800)"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "--vvd-appearanceUI-cta-backdrop",
|
|
825
|
+
"default": "var(--vvd-color-cta-50)"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "--vvd-appearanceUI-cta-intermediate",
|
|
829
|
+
"default": "var(--vvd-color-cta-500)"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"name": "--vvd-appearanceUI-success-faint",
|
|
833
|
+
"default": "var(--vvd-color-success-50)"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "--vvd-appearanceUI-success-soft",
|
|
837
|
+
"default": "var(--vvd-color-success-100)"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "--vvd-appearanceUI-success-dim",
|
|
841
|
+
"default": "var(--vvd-color-success-200)"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "--vvd-appearanceUI-success-pale",
|
|
845
|
+
"default": "var(--vvd-color-success-300)"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "--vvd-appearanceUI-success-light",
|
|
849
|
+
"default": "var(--vvd-color-success-400)"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "--vvd-appearanceUI-success-primary",
|
|
853
|
+
"default": "var(--vvd-color-success-500)"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "--vvd-appearanceUI-success-primary-text",
|
|
857
|
+
"default": "var(--vvd-color-canvas)"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "--vvd-appearanceUI-success-primary-increment",
|
|
861
|
+
"default": "var(--vvd-color-success-600)"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "--vvd-appearanceUI-success-firm",
|
|
865
|
+
"default": "var(--vvd-color-success-600)"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "--vvd-appearanceUI-success-fierce",
|
|
869
|
+
"default": "var(--vvd-color-success-700)"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"name": "--vvd-appearanceUI-success-contrast",
|
|
873
|
+
"default": "var(--vvd-color-success-800)"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "--vvd-appearanceUI-success-backdrop",
|
|
877
|
+
"default": "var(--vvd-color-success-50)"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"name": "--vvd-appearanceUI-success-intermediate",
|
|
881
|
+
"default": "var(--vvd-color-success-500)"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"name": "--vvd-appearanceUI-alert-faint",
|
|
885
|
+
"default": "var(--vvd-color-alert-50)"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "--vvd-appearanceUI-alert-soft",
|
|
889
|
+
"default": "var(--vvd-color-alert-100)"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "--vvd-appearanceUI-alert-dim",
|
|
893
|
+
"default": "var(--vvd-color-alert-200)"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "--vvd-appearanceUI-alert-pale",
|
|
897
|
+
"default": "var(--vvd-color-alert-300)"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "--vvd-appearanceUI-alert-light",
|
|
901
|
+
"default": "var(--vvd-color-alert-400)"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "--vvd-appearanceUI-alert-primary",
|
|
905
|
+
"default": "var(--vvd-color-alert-500)"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"name": "--vvd-appearanceUI-alert-primary-text",
|
|
909
|
+
"default": "var(--vvd-color-canvas)"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "--vvd-appearanceUI-alert-primary-increment",
|
|
913
|
+
"default": "var(--vvd-color-alert-600)"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "--vvd-appearanceUI-alert-firm",
|
|
917
|
+
"default": "var(--vvd-color-alert-600)"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "--vvd-appearanceUI-alert-fierce",
|
|
921
|
+
"default": "var(--vvd-color-alert-700)"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "--vvd-appearanceUI-alert-contrast",
|
|
925
|
+
"default": "var(--vvd-color-alert-800)"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "--vvd-appearanceUI-alert-backdrop",
|
|
929
|
+
"default": "var(--vvd-color-alert-50)"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "--vvd-appearanceUI-alert-intermediate",
|
|
933
|
+
"default": "var(--vvd-color-alert-500)"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "--vvd-appearanceUI-warning-faint",
|
|
937
|
+
"default": "var(--vvd-color-warning-50)"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"name": "--vvd-appearanceUI-warning-soft",
|
|
941
|
+
"default": "var(--vvd-color-warning-100)"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "--vvd-appearanceUI-warning-dim",
|
|
945
|
+
"default": "var(--vvd-color-warning-200)"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "--vvd-appearanceUI-warning-pale",
|
|
949
|
+
"default": "var(--vvd-color-warning-300)"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "--vvd-appearanceUI-warning-light",
|
|
953
|
+
"default": "var(--vvd-color-warning-400)"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "--vvd-appearanceUI-warning-primary",
|
|
957
|
+
"default": "var(--vvd-color-warning-300)"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "--vvd-appearanceUI-warning-primary-text",
|
|
961
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"name": "--vvd-appearanceUI-warning-primary-increment",
|
|
965
|
+
"default": "var(--vvd-color-warning-600)"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "--vvd-appearanceUI-warning-firm",
|
|
969
|
+
"default": "var(--vvd-color-warning-600)"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "--vvd-appearanceUI-warning-fierce",
|
|
973
|
+
"default": "var(--vvd-color-warning-700)"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "--vvd-appearanceUI-warning-contrast",
|
|
977
|
+
"default": "var(--vvd-color-warning-800)"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "--vvd-appearanceUI-warning-backdrop",
|
|
981
|
+
"default": "var(--vvd-color-warning-50)"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "--vvd-appearanceUI-warning-intermediate",
|
|
985
|
+
"default": "var(--vvd-color-warning-300)"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"name": "--vvd-appearanceUI-information-faint",
|
|
989
|
+
"default": "var(--vvd-color-information-50)"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"name": "--vvd-appearanceUI-information-soft",
|
|
993
|
+
"default": "var(--vvd-color-information-100)"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"name": "--vvd-appearanceUI-information-dim",
|
|
997
|
+
"default": "var(--vvd-color-information-200)"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "--vvd-appearanceUI-information-pale",
|
|
1001
|
+
"default": "var(--vvd-color-information-300)"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "--vvd-appearanceUI-information-light",
|
|
1005
|
+
"default": "var(--vvd-color-information-400)"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "--vvd-appearanceUI-information-primary",
|
|
1009
|
+
"default": "var(--vvd-color-information-500)"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"name": "--vvd-appearanceUI-information-primary-text",
|
|
1013
|
+
"default": "var(--vvd-color-canvas)"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"name": "--vvd-appearanceUI-information-primary-increment",
|
|
1017
|
+
"default": "var(--vvd-color-information-600)"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "--vvd-appearanceUI-information-firm",
|
|
1021
|
+
"default": "var(--vvd-color-information-600)"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "--vvd-appearanceUI-information-fierce",
|
|
1025
|
+
"default": "var(--vvd-color-information-700)"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "--vvd-appearanceUI-information-contrast",
|
|
1029
|
+
"default": "var(--vvd-color-information-800)"
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "--vvd-appearanceUI-information-backdrop",
|
|
1033
|
+
"default": "var(--vvd-color-information-50)"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "--vvd-appearanceUI-information-intermediate",
|
|
1037
|
+
"default": "var(--vvd-color-information-500)"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"name": "--vvd-appearanceUI-announcement-faint",
|
|
1041
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "--vvd-appearanceUI-announcement-soft",
|
|
1045
|
+
"default": "var(--vvd-color-announcement-100)"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"name": "--vvd-appearanceUI-announcement-dim",
|
|
1049
|
+
"default": "var(--vvd-color-announcement-200)"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"name": "--vvd-appearanceUI-announcement-pale",
|
|
1053
|
+
"default": "var(--vvd-color-announcement-300)"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "--vvd-appearanceUI-announcement-light",
|
|
1057
|
+
"default": "var(--vvd-color-announcement-400)"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "--vvd-appearanceUI-announcement-primary",
|
|
1061
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "--vvd-appearanceUI-announcement-primary-text",
|
|
1065
|
+
"default": "var(--vvd-color-canvas)"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "--vvd-appearanceUI-announcement-primary-increment",
|
|
1069
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "--vvd-appearanceUI-announcement-firm",
|
|
1073
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "--vvd-appearanceUI-announcement-fierce",
|
|
1077
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "--vvd-appearanceUI-announcement-contrast",
|
|
1081
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"name": "--vvd-appearanceUI-announcement-backdrop",
|
|
1085
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "--vvd-appearanceUI-announcement-intermediate",
|
|
1089
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "--vvd-appearanceUI-accent-faint",
|
|
1093
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "--vvd-appearanceUI-accent-soft",
|
|
1097
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"name": "--vvd-appearanceUI-accent-dim",
|
|
1101
|
+
"default": "var(--vvd-color-neutral-200)"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "--vvd-appearanceUI-accent-pale",
|
|
1105
|
+
"default": "var(--vvd-color-neutral-300)"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "--vvd-appearanceUI-accent-light",
|
|
1109
|
+
"default": "var(--vvd-color-neutral-400)"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "--vvd-appearanceUI-accent-primary",
|
|
1113
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "--vvd-appearanceUI-accent-primary-text",
|
|
1117
|
+
"default": "var(--vvd-color-canvas)"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"name": "--vvd-appearanceUI-accent-primary-increment",
|
|
1121
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
595
1122
|
},
|
|
596
1123
|
{
|
|
597
|
-
"
|
|
598
|
-
"
|
|
1124
|
+
"name": "--vvd-appearanceUI-accent-firm",
|
|
1125
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
599
1126
|
},
|
|
600
1127
|
{
|
|
601
|
-
"
|
|
602
|
-
"
|
|
603
|
-
"privacy": "private"
|
|
1128
|
+
"name": "--vvd-appearanceUI-accent-fierce",
|
|
1129
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
604
1130
|
},
|
|
605
1131
|
{
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
|
|
609
|
-
}
|
|
610
|
-
],
|
|
611
|
-
"events": [
|
|
1132
|
+
"name": "--vvd-appearanceUI-accent-contrast",
|
|
1133
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
1134
|
+
},
|
|
612
1135
|
{
|
|
613
|
-
"
|
|
614
|
-
"
|
|
1136
|
+
"name": "--vvd-appearanceUI-accent-backdrop",
|
|
1137
|
+
"default": "var(--vvd-color-canvas)"
|
|
615
1138
|
},
|
|
616
1139
|
{
|
|
617
|
-
"
|
|
618
|
-
"
|
|
1140
|
+
"name": "--vvd-appearanceUI-accent-intermediate",
|
|
1141
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
619
1142
|
}
|
|
620
1143
|
],
|
|
621
|
-
"
|
|
1144
|
+
"members": [
|
|
622
1145
|
{
|
|
623
|
-
"
|
|
1146
|
+
"kind": "field",
|
|
1147
|
+
"name": "appearance",
|
|
624
1148
|
"type": {
|
|
625
|
-
"text": "
|
|
1149
|
+
"text": "AppearanceUIAppearance | undefined"
|
|
626
1150
|
},
|
|
627
|
-
"
|
|
628
|
-
"
|
|
1151
|
+
"description": "The appearance.",
|
|
1152
|
+
"privacy": "public"
|
|
629
1153
|
},
|
|
630
1154
|
{
|
|
1155
|
+
"kind": "field",
|
|
1156
|
+
"name": "hovered",
|
|
631
1157
|
"type": {
|
|
632
1158
|
"text": "boolean"
|
|
633
1159
|
},
|
|
634
1160
|
"default": "false",
|
|
635
|
-
"description": "
|
|
636
|
-
"
|
|
1161
|
+
"description": "Displays the hover state via class",
|
|
1162
|
+
"privacy": "public"
|
|
637
1163
|
},
|
|
638
1164
|
{
|
|
1165
|
+
"kind": "field",
|
|
1166
|
+
"name": "active",
|
|
639
1167
|
"type": {
|
|
640
|
-
"text": "
|
|
1168
|
+
"text": "boolean"
|
|
641
1169
|
},
|
|
642
|
-
"default": "
|
|
643
|
-
"description": "the
|
|
644
|
-
"
|
|
1170
|
+
"default": "false",
|
|
1171
|
+
"description": "Displays the active state via class",
|
|
1172
|
+
"privacy": "public"
|
|
645
1173
|
},
|
|
646
1174
|
{
|
|
647
|
-
"
|
|
1175
|
+
"kind": "field",
|
|
1176
|
+
"name": "selected",
|
|
648
1177
|
"type": {
|
|
649
|
-
"text": "
|
|
1178
|
+
"text": "boolean"
|
|
650
1179
|
},
|
|
651
|
-
"
|
|
652
|
-
"
|
|
1180
|
+
"default": "false",
|
|
1181
|
+
"description": "Displays the selected state via class",
|
|
1182
|
+
"privacy": "public"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"kind": "field",
|
|
1186
|
+
"name": "disabled",
|
|
1187
|
+
"type": {
|
|
1188
|
+
"text": "boolean"
|
|
1189
|
+
},
|
|
1190
|
+
"default": "false",
|
|
1191
|
+
"description": "Displays the disabled state",
|
|
1192
|
+
"privacy": "public"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"kind": "field",
|
|
1196
|
+
"name": "readonly",
|
|
1197
|
+
"type": {
|
|
1198
|
+
"text": "boolean"
|
|
1199
|
+
},
|
|
1200
|
+
"default": "false",
|
|
1201
|
+
"description": "Displays the disabled state",
|
|
1202
|
+
"privacy": "public"
|
|
653
1203
|
},
|
|
654
1204
|
{
|
|
1205
|
+
"kind": "field",
|
|
655
1206
|
"name": "text",
|
|
656
1207
|
"type": {
|
|
657
1208
|
"text": "string | undefined"
|
|
658
1209
|
},
|
|
659
|
-
"description": "the
|
|
660
|
-
"
|
|
1210
|
+
"description": "Indicates the text's text.",
|
|
1211
|
+
"privacy": "public"
|
|
1212
|
+
}
|
|
1213
|
+
],
|
|
1214
|
+
"attributes": [
|
|
1215
|
+
{
|
|
1216
|
+
"name": "appearance",
|
|
1217
|
+
"type": {
|
|
1218
|
+
"text": "AppearanceUIAppearance | undefined"
|
|
1219
|
+
},
|
|
1220
|
+
"description": "The appearance.",
|
|
1221
|
+
"fieldName": "appearance"
|
|
661
1222
|
},
|
|
662
1223
|
{
|
|
663
|
-
"name": "
|
|
1224
|
+
"name": "hovered",
|
|
664
1225
|
"type": {
|
|
665
|
-
"text": "
|
|
1226
|
+
"text": "boolean"
|
|
666
1227
|
},
|
|
667
|
-
"
|
|
668
|
-
"
|
|
1228
|
+
"default": "false",
|
|
1229
|
+
"description": "Displays the hover state via class",
|
|
1230
|
+
"fieldName": "hovered"
|
|
669
1231
|
},
|
|
670
1232
|
{
|
|
1233
|
+
"name": "active",
|
|
671
1234
|
"type": {
|
|
672
|
-
"text": "
|
|
1235
|
+
"text": "boolean"
|
|
673
1236
|
},
|
|
674
|
-
"default": "
|
|
675
|
-
"description": "the
|
|
676
|
-
"fieldName": "
|
|
1237
|
+
"default": "false",
|
|
1238
|
+
"description": "Displays the active state via class",
|
|
1239
|
+
"fieldName": "active"
|
|
677
1240
|
},
|
|
678
1241
|
{
|
|
679
|
-
"name": "
|
|
1242
|
+
"name": "selected",
|
|
680
1243
|
"type": {
|
|
681
|
-
"text": "
|
|
1244
|
+
"text": "boolean"
|
|
682
1245
|
},
|
|
683
|
-
"
|
|
684
|
-
"
|
|
1246
|
+
"default": "false",
|
|
1247
|
+
"description": "Displays the selected state via class",
|
|
1248
|
+
"fieldName": "selected"
|
|
685
1249
|
},
|
|
686
1250
|
{
|
|
1251
|
+
"name": "disabled",
|
|
687
1252
|
"type": {
|
|
688
1253
|
"text": "boolean"
|
|
689
1254
|
},
|
|
690
1255
|
"default": "false",
|
|
691
|
-
"description": "
|
|
692
|
-
"fieldName": "
|
|
1256
|
+
"description": "Displays the disabled state",
|
|
1257
|
+
"fieldName": "disabled"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "readonly",
|
|
1261
|
+
"type": {
|
|
1262
|
+
"text": "boolean"
|
|
1263
|
+
},
|
|
1264
|
+
"default": "false",
|
|
1265
|
+
"description": "Displays the disabled state",
|
|
1266
|
+
"fieldName": "readonly"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"name": "text",
|
|
1270
|
+
"type": {
|
|
1271
|
+
"text": "string | undefined"
|
|
1272
|
+
},
|
|
1273
|
+
"description": "Indicates the text's text.",
|
|
1274
|
+
"fieldName": "text"
|
|
693
1275
|
}
|
|
694
1276
|
],
|
|
695
1277
|
"superclass": {
|
|
@@ -701,22 +1283,26 @@
|
|
|
701
1283
|
"exports": [
|
|
702
1284
|
{
|
|
703
1285
|
"kind": "js",
|
|
704
|
-
"name": "
|
|
1286
|
+
"name": "AppearanceUi",
|
|
705
1287
|
"declaration": {
|
|
706
|
-
"name": "
|
|
707
|
-
"module": "libs/components/src/lib/
|
|
1288
|
+
"name": "AppearanceUi",
|
|
1289
|
+
"module": "libs/components/src/lib/appearance-ui/appearance-ui.ts"
|
|
708
1290
|
}
|
|
709
1291
|
}
|
|
710
1292
|
]
|
|
711
1293
|
},
|
|
712
1294
|
{
|
|
713
1295
|
"kind": "javascript-module",
|
|
714
|
-
"path": "libs/components/src/lib/
|
|
1296
|
+
"path": "libs/components/src/lib/appearance-ui/definition.ts",
|
|
715
1297
|
"declarations": [
|
|
716
1298
|
{
|
|
717
1299
|
"kind": "variable",
|
|
718
|
-
"name": "
|
|
719
|
-
|
|
1300
|
+
"name": "appearanceUiDefinition"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"kind": "variable",
|
|
1304
|
+
"name": "registerAppearanceUi",
|
|
1305
|
+
"description": "Registers the appearance-ui element with the design system.",
|
|
720
1306
|
"parameters": [
|
|
721
1307
|
{
|
|
722
1308
|
"description": "the prefix to use for the component name",
|
|
@@ -728,28 +1314,22 @@
|
|
|
728
1314
|
"exports": [
|
|
729
1315
|
{
|
|
730
1316
|
"kind": "js",
|
|
731
|
-
"name": "
|
|
1317
|
+
"name": "appearanceUiDefinition",
|
|
732
1318
|
"declaration": {
|
|
733
|
-
"name": "
|
|
734
|
-
"module": "
|
|
1319
|
+
"name": "appearanceUiDefinition",
|
|
1320
|
+
"module": "libs/components/src/lib/appearance-ui/definition.ts"
|
|
735
1321
|
}
|
|
736
1322
|
},
|
|
737
1323
|
{
|
|
738
1324
|
"kind": "js",
|
|
739
|
-
"name": "
|
|
1325
|
+
"name": "registerAppearanceUi",
|
|
740
1326
|
"declaration": {
|
|
741
|
-
"name": "
|
|
742
|
-
"module": "libs/components/src/lib/
|
|
1327
|
+
"name": "registerAppearanceUi",
|
|
1328
|
+
"module": "libs/components/src/lib/appearance-ui/definition.ts"
|
|
743
1329
|
}
|
|
744
1330
|
}
|
|
745
1331
|
]
|
|
746
1332
|
},
|
|
747
|
-
{
|
|
748
|
-
"kind": "javascript-module",
|
|
749
|
-
"path": "libs/components/src/lib/alert/locale.ts",
|
|
750
|
-
"declarations": [],
|
|
751
|
-
"exports": []
|
|
752
|
-
},
|
|
753
1333
|
{
|
|
754
1334
|
"kind": "javascript-module",
|
|
755
1335
|
"path": "libs/components/src/lib/audio-player/audio-player.ts",
|
|
@@ -3474,6 +4054,10 @@
|
|
|
3474
4054
|
}
|
|
3475
4055
|
]
|
|
3476
4056
|
},
|
|
4057
|
+
{
|
|
4058
|
+
"kind": "method",
|
|
4059
|
+
"name": "#getColumnDataKey"
|
|
4060
|
+
},
|
|
3477
4061
|
{
|
|
3478
4062
|
"kind": "field",
|
|
3479
4063
|
"name": "updateCellStyle"
|
|
@@ -3483,6 +4067,10 @@
|
|
|
3483
4067
|
{
|
|
3484
4068
|
"description": "Event that fires when a sortable column header is clicked",
|
|
3485
4069
|
"name": "sort"
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
"description": "Event that fires when a cell is clicked",
|
|
4073
|
+
"name": "cell-click"
|
|
3486
4074
|
}
|
|
3487
4075
|
],
|
|
3488
4076
|
"attributes": [
|
|
@@ -3592,6 +4180,12 @@
|
|
|
3592
4180
|
"privacy": "public"
|
|
3593
4181
|
}
|
|
3594
4182
|
],
|
|
4183
|
+
"events": [
|
|
4184
|
+
{
|
|
4185
|
+
"description": "Event that fires when a cell is clicked",
|
|
4186
|
+
"name": "cell-click"
|
|
4187
|
+
}
|
|
4188
|
+
],
|
|
3595
4189
|
"attributes": [
|
|
3596
4190
|
{
|
|
3597
4191
|
"name": "aria-selected",
|
|
@@ -3818,6 +4412,15 @@
|
|
|
3818
4412
|
"name": "#handleRowSelection",
|
|
3819
4413
|
"privacy": "private"
|
|
3820
4414
|
},
|
|
4415
|
+
{
|
|
4416
|
+
"kind": "field",
|
|
4417
|
+
"name": "#changeHandler",
|
|
4418
|
+
"privacy": "private",
|
|
4419
|
+
"type": {
|
|
4420
|
+
"text": "object"
|
|
4421
|
+
},
|
|
4422
|
+
"default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\t(dataGrid as any).toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}"
|
|
4423
|
+
},
|
|
3821
4424
|
{
|
|
3822
4425
|
"kind": "field",
|
|
3823
4426
|
"name": "#setSelectedState",
|
|
@@ -3845,6 +4448,16 @@
|
|
|
3845
4448
|
}
|
|
3846
4449
|
}
|
|
3847
4450
|
]
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
"kind": "field",
|
|
4454
|
+
"name": "toggleGeneratedHeader"
|
|
4455
|
+
}
|
|
4456
|
+
],
|
|
4457
|
+
"events": [
|
|
4458
|
+
{
|
|
4459
|
+
"description": "Event that fires when a cell is clicked",
|
|
4460
|
+
"name": "cell-click"
|
|
3848
4461
|
}
|
|
3849
4462
|
],
|
|
3850
4463
|
"attributes": [
|
|
@@ -4933,6 +5546,14 @@
|
|
|
4933
5546
|
},
|
|
4934
5547
|
"default": "null"
|
|
4935
5548
|
},
|
|
5549
|
+
{
|
|
5550
|
+
"kind": "field",
|
|
5551
|
+
"name": "noLightDismiss",
|
|
5552
|
+
"type": {
|
|
5553
|
+
"text": "boolean"
|
|
5554
|
+
},
|
|
5555
|
+
"default": "false"
|
|
5556
|
+
},
|
|
4936
5557
|
{
|
|
4937
5558
|
"kind": "field",
|
|
4938
5559
|
"name": "#modal",
|
|
@@ -4949,11 +5570,6 @@
|
|
|
4949
5570
|
"text": "string"
|
|
4950
5571
|
}
|
|
4951
5572
|
},
|
|
4952
|
-
{
|
|
4953
|
-
"kind": "field",
|
|
4954
|
-
"name": "modal",
|
|
4955
|
-
"readonly": true
|
|
4956
|
-
},
|
|
4957
5573
|
{
|
|
4958
5574
|
"kind": "field",
|
|
4959
5575
|
"name": "#dialogElement",
|
|
@@ -4968,24 +5584,6 @@
|
|
|
4968
5584
|
"privacy": "private",
|
|
4969
5585
|
"readonly": true
|
|
4970
5586
|
},
|
|
4971
|
-
{
|
|
4972
|
-
"kind": "method",
|
|
4973
|
-
"name": "openChanged",
|
|
4974
|
-
"parameters": [
|
|
4975
|
-
{
|
|
4976
|
-
"name": "oldValue",
|
|
4977
|
-
"type": {
|
|
4978
|
-
"text": "boolean"
|
|
4979
|
-
}
|
|
4980
|
-
},
|
|
4981
|
-
{
|
|
4982
|
-
"name": "newValue",
|
|
4983
|
-
"type": {
|
|
4984
|
-
"text": "boolean"
|
|
4985
|
-
}
|
|
4986
|
-
}
|
|
4987
|
-
]
|
|
4988
|
-
},
|
|
4989
5587
|
{
|
|
4990
5588
|
"kind": "field",
|
|
4991
5589
|
"name": "#handleScrimClick",
|
|
@@ -5019,20 +5617,6 @@
|
|
|
5019
5617
|
{
|
|
5020
5618
|
"kind": "method",
|
|
5021
5619
|
"name": "showModal"
|
|
5022
|
-
},
|
|
5023
|
-
{
|
|
5024
|
-
"kind": "field",
|
|
5025
|
-
"name": "footerSlottedContent",
|
|
5026
|
-
"type": {
|
|
5027
|
-
"text": "HTMLElement[] | undefined"
|
|
5028
|
-
}
|
|
5029
|
-
},
|
|
5030
|
-
{
|
|
5031
|
-
"kind": "field",
|
|
5032
|
-
"name": "actionItemsSlottedContent",
|
|
5033
|
-
"type": {
|
|
5034
|
-
"text": "HTMLElement[] | undefined"
|
|
5035
|
-
}
|
|
5036
5620
|
}
|
|
5037
5621
|
],
|
|
5038
5622
|
"events": [
|
|
@@ -5101,6 +5685,14 @@
|
|
|
5101
5685
|
},
|
|
5102
5686
|
"default": "null",
|
|
5103
5687
|
"fieldName": "dismissButtonAriaLabel"
|
|
5688
|
+
},
|
|
5689
|
+
{
|
|
5690
|
+
"name": "no-light-dismiss",
|
|
5691
|
+
"type": {
|
|
5692
|
+
"text": "boolean"
|
|
5693
|
+
},
|
|
5694
|
+
"default": "false",
|
|
5695
|
+
"fieldName": "noLightDismiss"
|
|
5104
5696
|
}
|
|
5105
5697
|
],
|
|
5106
5698
|
"superclass": {
|
|
@@ -6812,68 +7404,21 @@
|
|
|
6812
7404
|
"members": [
|
|
6813
7405
|
{
|
|
6814
7406
|
"kind": "field",
|
|
6815
|
-
"name": "
|
|
6816
|
-
"privacy": "private",
|
|
6817
|
-
"type": {
|
|
6818
|
-
"text": "MutationObserver | undefined"
|
|
6819
|
-
}
|
|
6820
|
-
},
|
|
6821
|
-
{
|
|
6822
|
-
"kind": "field",
|
|
6823
|
-
"name": "#anchorEl",
|
|
6824
|
-
"privacy": "private",
|
|
7407
|
+
"name": "ariaLabel",
|
|
6825
7408
|
"type": {
|
|
6826
|
-
"text": "
|
|
7409
|
+
"text": "string | null"
|
|
6827
7410
|
},
|
|
6828
7411
|
"default": "null"
|
|
6829
7412
|
},
|
|
6830
7413
|
{
|
|
6831
|
-
"kind": "field",
|
|
6832
|
-
"name": "
|
|
6833
|
-
"
|
|
6834
|
-
|
|
6835
|
-
{
|
|
6836
|
-
"kind": "field",
|
|
6837
|
-
"name": "placement",
|
|
6838
|
-
"type": {
|
|
6839
|
-
"text": "Placement | undefined"
|
|
6840
|
-
},
|
|
6841
|
-
"default": "'bottom'",
|
|
6842
|
-
"description": "placement of the menu",
|
|
6843
|
-
"privacy": "public"
|
|
6844
|
-
},
|
|
6845
|
-
{
|
|
6846
|
-
"kind": "field",
|
|
6847
|
-
"name": "anchor",
|
|
6848
|
-
"type": {
|
|
6849
|
-
"text": "AnchorType"
|
|
6850
|
-
},
|
|
6851
|
-
"default": "''",
|
|
6852
|
-
"description": "id or direct reference to the menu's anchor element",
|
|
6853
|
-
"privacy": "public"
|
|
6854
|
-
},
|
|
6855
|
-
{
|
|
6856
|
-
"kind": "method",
|
|
6857
|
-
"name": "anchorChanged",
|
|
6858
|
-
"return": {
|
|
6859
|
-
"type": {
|
|
6860
|
-
"text": "void"
|
|
6861
|
-
}
|
|
7414
|
+
"kind": "field",
|
|
7415
|
+
"name": "placement",
|
|
7416
|
+
"type": {
|
|
7417
|
+
"text": "Placement | undefined"
|
|
6862
7418
|
},
|
|
6863
|
-
"
|
|
6864
|
-
|
|
6865
|
-
|
|
6866
|
-
"type": {
|
|
6867
|
-
"text": "AnchorType"
|
|
6868
|
-
}
|
|
6869
|
-
},
|
|
6870
|
-
{
|
|
6871
|
-
"name": "newValue",
|
|
6872
|
-
"type": {
|
|
6873
|
-
"text": "AnchorType"
|
|
6874
|
-
}
|
|
6875
|
-
}
|
|
6876
|
-
]
|
|
7419
|
+
"default": "'bottom'",
|
|
7420
|
+
"description": "placement of the menu",
|
|
7421
|
+
"privacy": "public"
|
|
6877
7422
|
},
|
|
6878
7423
|
{
|
|
6879
7424
|
"kind": "field",
|
|
@@ -6888,20 +7433,10 @@
|
|
|
6888
7433
|
{
|
|
6889
7434
|
"kind": "method",
|
|
6890
7435
|
"name": "autoDismissChanged",
|
|
6891
|
-
"return": {
|
|
6892
|
-
"type": {
|
|
6893
|
-
"text": "void"
|
|
6894
|
-
}
|
|
6895
|
-
},
|
|
6896
7436
|
"parameters": [
|
|
6897
7437
|
{
|
|
6898
7438
|
"name": "oldValue",
|
|
6899
|
-
"
|
|
6900
|
-
"text": "boolean"
|
|
6901
|
-
}
|
|
6902
|
-
},
|
|
6903
|
-
{
|
|
6904
|
-
"name": "newValue",
|
|
7439
|
+
"optional": true,
|
|
6905
7440
|
"type": {
|
|
6906
7441
|
"text": "boolean"
|
|
6907
7442
|
}
|
|
@@ -6953,6 +7488,18 @@
|
|
|
6953
7488
|
}
|
|
6954
7489
|
]
|
|
6955
7490
|
},
|
|
7491
|
+
{
|
|
7492
|
+
"kind": "method",
|
|
7493
|
+
"name": "#updateAnchor",
|
|
7494
|
+
"parameters": [
|
|
7495
|
+
{
|
|
7496
|
+
"name": "a",
|
|
7497
|
+
"type": {
|
|
7498
|
+
"text": "HTMLElement"
|
|
7499
|
+
}
|
|
7500
|
+
}
|
|
7501
|
+
]
|
|
7502
|
+
},
|
|
6956
7503
|
{
|
|
6957
7504
|
"kind": "method",
|
|
6958
7505
|
"name": "#cleanupAnchor",
|
|
@@ -6970,6 +7517,11 @@
|
|
|
6970
7517
|
"name": "#openIfClosed",
|
|
6971
7518
|
"privacy": "private"
|
|
6972
7519
|
},
|
|
7520
|
+
{
|
|
7521
|
+
"kind": "field",
|
|
7522
|
+
"name": "#updateClickOutsideListener",
|
|
7523
|
+
"privacy": "private"
|
|
7524
|
+
},
|
|
6973
7525
|
{
|
|
6974
7526
|
"kind": "field",
|
|
6975
7527
|
"name": "#closeOnClickOutside",
|
|
@@ -6999,20 +7551,20 @@
|
|
|
6999
7551
|
],
|
|
7000
7552
|
"attributes": [
|
|
7001
7553
|
{
|
|
7554
|
+
"name": "aria-label",
|
|
7002
7555
|
"type": {
|
|
7003
|
-
"text": "
|
|
7556
|
+
"text": "string | null"
|
|
7004
7557
|
},
|
|
7005
|
-
"default": "
|
|
7006
|
-
"
|
|
7007
|
-
"fieldName": "placement"
|
|
7558
|
+
"default": "null",
|
|
7559
|
+
"fieldName": "ariaLabel"
|
|
7008
7560
|
},
|
|
7009
7561
|
{
|
|
7010
7562
|
"type": {
|
|
7011
|
-
"text": "
|
|
7563
|
+
"text": "Placement | undefined"
|
|
7012
7564
|
},
|
|
7013
|
-
"default": "''",
|
|
7014
|
-
"description": "
|
|
7015
|
-
"fieldName": "
|
|
7565
|
+
"default": "'bottom'",
|
|
7566
|
+
"description": "placement of the menu",
|
|
7567
|
+
"fieldName": "placement"
|
|
7016
7568
|
},
|
|
7017
7569
|
{
|
|
7018
7570
|
"name": "auto-dismiss",
|
|
@@ -7071,6 +7623,14 @@
|
|
|
7071
7623
|
}
|
|
7072
7624
|
],
|
|
7073
7625
|
"exports": [
|
|
7626
|
+
{
|
|
7627
|
+
"kind": "js",
|
|
7628
|
+
"name": "MenuItemRole",
|
|
7629
|
+
"declaration": {
|
|
7630
|
+
"name": "MenuItemRole",
|
|
7631
|
+
"module": "./menu-item"
|
|
7632
|
+
}
|
|
7633
|
+
},
|
|
7074
7634
|
{
|
|
7075
7635
|
"kind": "js",
|
|
7076
7636
|
"name": "menuItemDefinition",
|
|
@@ -8676,11 +9236,15 @@
|
|
|
8676
9236
|
"kind": "field",
|
|
8677
9237
|
"name": "anchor",
|
|
8678
9238
|
"type": {
|
|
8679
|
-
"text": "
|
|
9239
|
+
"text": "HTMLElement | undefined"
|
|
8680
9240
|
},
|
|
8681
|
-
"description": "
|
|
9241
|
+
"description": "The element to anchor the popup to.",
|
|
8682
9242
|
"privacy": "public"
|
|
8683
9243
|
},
|
|
9244
|
+
{
|
|
9245
|
+
"kind": "method",
|
|
9246
|
+
"name": "#updateAutoUpdate"
|
|
9247
|
+
},
|
|
8684
9248
|
{
|
|
8685
9249
|
"kind": "method",
|
|
8686
9250
|
"name": "updatePosition",
|
|
@@ -8728,7 +9292,6 @@
|
|
|
8728
9292
|
"type": {
|
|
8729
9293
|
"text": "HTMLElement | null"
|
|
8730
9294
|
},
|
|
8731
|
-
"description": "Gets the anchor element by id",
|
|
8732
9295
|
"readonly": true
|
|
8733
9296
|
},
|
|
8734
9297
|
{
|
|
@@ -8797,14 +9360,6 @@
|
|
|
8797
9360
|
"default": "'fixed'",
|
|
8798
9361
|
"description": "the strategy of the popup",
|
|
8799
9362
|
"fieldName": "strategy"
|
|
8800
|
-
},
|
|
8801
|
-
{
|
|
8802
|
-
"name": "anchor",
|
|
8803
|
-
"type": {
|
|
8804
|
-
"text": "string | HTMLElement | undefined"
|
|
8805
|
-
},
|
|
8806
|
-
"description": "ID reference to element in the popup’s owner document or HTMLElement.",
|
|
8807
|
-
"fieldName": "anchor"
|
|
8808
9363
|
}
|
|
8809
9364
|
],
|
|
8810
9365
|
"superclass": {
|
|
@@ -9540,20 +10095,6 @@
|
|
|
9540
10095
|
}
|
|
9541
10096
|
],
|
|
9542
10097
|
"members": [
|
|
9543
|
-
{
|
|
9544
|
-
"kind": "field",
|
|
9545
|
-
"name": "_popup",
|
|
9546
|
-
"type": {
|
|
9547
|
-
"text": "Popup"
|
|
9548
|
-
}
|
|
9549
|
-
},
|
|
9550
|
-
{
|
|
9551
|
-
"kind": "field",
|
|
9552
|
-
"name": "_anchor",
|
|
9553
|
-
"type": {
|
|
9554
|
-
"text": "HTMLElement"
|
|
9555
|
-
}
|
|
9556
|
-
},
|
|
9557
10098
|
{
|
|
9558
10099
|
"kind": "field",
|
|
9559
10100
|
"name": "appearance",
|
|
@@ -11286,6 +11827,15 @@
|
|
|
11286
11827
|
"description": "The connotation the tabs should have.",
|
|
11287
11828
|
"privacy": "public"
|
|
11288
11829
|
},
|
|
11830
|
+
{
|
|
11831
|
+
"kind": "field",
|
|
11832
|
+
"name": "gutters",
|
|
11833
|
+
"type": {
|
|
11834
|
+
"text": "Gutters | undefined"
|
|
11835
|
+
},
|
|
11836
|
+
"description": "sets the initial preferred margin from predefined available options",
|
|
11837
|
+
"privacy": "public"
|
|
11838
|
+
},
|
|
11289
11839
|
{
|
|
11290
11840
|
"kind": "method",
|
|
11291
11841
|
"name": "connotationChanged"
|
|
@@ -11379,6 +11929,14 @@
|
|
|
11379
11929
|
},
|
|
11380
11930
|
"description": "The connotation the tabs should have.",
|
|
11381
11931
|
"fieldName": "connotation"
|
|
11932
|
+
},
|
|
11933
|
+
{
|
|
11934
|
+
"name": "gutters",
|
|
11935
|
+
"type": {
|
|
11936
|
+
"text": "Gutters | undefined"
|
|
11937
|
+
},
|
|
11938
|
+
"description": "sets the initial preferred margin from predefined available options",
|
|
11939
|
+
"fieldName": "gutters"
|
|
11382
11940
|
}
|
|
11383
11941
|
],
|
|
11384
11942
|
"superclass": {
|
|
@@ -12385,28 +12943,6 @@
|
|
|
12385
12943
|
}
|
|
12386
12944
|
],
|
|
12387
12945
|
"members": [
|
|
12388
|
-
{
|
|
12389
|
-
"kind": "field",
|
|
12390
|
-
"name": "#observer",
|
|
12391
|
-
"privacy": "private",
|
|
12392
|
-
"type": {
|
|
12393
|
-
"text": "MutationObserver | undefined"
|
|
12394
|
-
}
|
|
12395
|
-
},
|
|
12396
|
-
{
|
|
12397
|
-
"kind": "field",
|
|
12398
|
-
"name": "#anchorEl",
|
|
12399
|
-
"privacy": "private",
|
|
12400
|
-
"type": {
|
|
12401
|
-
"text": "HTMLElement | null"
|
|
12402
|
-
},
|
|
12403
|
-
"default": "null"
|
|
12404
|
-
},
|
|
12405
|
-
{
|
|
12406
|
-
"kind": "field",
|
|
12407
|
-
"name": "#observeMissingAnchor",
|
|
12408
|
-
"privacy": "private"
|
|
12409
|
-
},
|
|
12410
12946
|
{
|
|
12411
12947
|
"kind": "field",
|
|
12412
12948
|
"name": "#ANCHOR_ARIA_LABEL_SUFFIX",
|
|
@@ -12445,34 +12981,6 @@
|
|
|
12445
12981
|
"description": "placement of the toggletip",
|
|
12446
12982
|
"privacy": "public"
|
|
12447
12983
|
},
|
|
12448
|
-
{
|
|
12449
|
-
"kind": "field",
|
|
12450
|
-
"name": "anchor",
|
|
12451
|
-
"type": {
|
|
12452
|
-
"text": "AnchorType"
|
|
12453
|
-
},
|
|
12454
|
-
"default": "''",
|
|
12455
|
-
"description": "id or direct reference to the toggletip's anchor element",
|
|
12456
|
-
"privacy": "public"
|
|
12457
|
-
},
|
|
12458
|
-
{
|
|
12459
|
-
"kind": "method",
|
|
12460
|
-
"name": "anchorChanged",
|
|
12461
|
-
"parameters": [
|
|
12462
|
-
{
|
|
12463
|
-
"name": "_",
|
|
12464
|
-
"type": {
|
|
12465
|
-
"text": "AnchorType"
|
|
12466
|
-
}
|
|
12467
|
-
},
|
|
12468
|
-
{
|
|
12469
|
-
"name": "newValue",
|
|
12470
|
-
"type": {
|
|
12471
|
-
"text": "AnchorType"
|
|
12472
|
-
}
|
|
12473
|
-
}
|
|
12474
|
-
]
|
|
12475
|
-
},
|
|
12476
12984
|
{
|
|
12477
12985
|
"kind": "field",
|
|
12478
12986
|
"name": "open",
|
|
@@ -12518,6 +13026,18 @@
|
|
|
12518
13026
|
}
|
|
12519
13027
|
]
|
|
12520
13028
|
},
|
|
13029
|
+
{
|
|
13030
|
+
"kind": "method",
|
|
13031
|
+
"name": "#updateAnchor",
|
|
13032
|
+
"parameters": [
|
|
13033
|
+
{
|
|
13034
|
+
"name": "a",
|
|
13035
|
+
"type": {
|
|
13036
|
+
"text": "HTMLElement"
|
|
13037
|
+
}
|
|
13038
|
+
}
|
|
13039
|
+
]
|
|
13040
|
+
},
|
|
12521
13041
|
{
|
|
12522
13042
|
"kind": "method",
|
|
12523
13043
|
"name": "#cleanupAnchor",
|
|
@@ -12535,6 +13055,10 @@
|
|
|
12535
13055
|
"name": "#openIfClosed",
|
|
12536
13056
|
"privacy": "private"
|
|
12537
13057
|
},
|
|
13058
|
+
{
|
|
13059
|
+
"kind": "method",
|
|
13060
|
+
"name": "#updateListeners"
|
|
13061
|
+
},
|
|
12538
13062
|
{
|
|
12539
13063
|
"kind": "field",
|
|
12540
13064
|
"name": "#closeOnClickOutside",
|
|
@@ -12571,14 +13095,6 @@
|
|
|
12571
13095
|
"description": "placement of the toggletip",
|
|
12572
13096
|
"fieldName": "placement"
|
|
12573
13097
|
},
|
|
12574
|
-
{
|
|
12575
|
-
"type": {
|
|
12576
|
-
"text": "AnchorType"
|
|
12577
|
-
},
|
|
12578
|
-
"default": "''",
|
|
12579
|
-
"description": "id or direct reference to the toggletip's anchor element",
|
|
12580
|
-
"fieldName": "anchor"
|
|
12581
|
-
},
|
|
12582
13098
|
{
|
|
12583
13099
|
"type": {
|
|
12584
13100
|
"text": "boolean"
|
|
@@ -12654,15 +13170,6 @@
|
|
|
12654
13170
|
"description": "Base class for tooltip",
|
|
12655
13171
|
"name": "Tooltip",
|
|
12656
13172
|
"members": [
|
|
12657
|
-
{
|
|
12658
|
-
"kind": "field",
|
|
12659
|
-
"name": "#anchorEl",
|
|
12660
|
-
"privacy": "private",
|
|
12661
|
-
"type": {
|
|
12662
|
-
"text": "HTMLElement | null"
|
|
12663
|
-
},
|
|
12664
|
-
"default": "null"
|
|
12665
|
-
},
|
|
12666
13173
|
{
|
|
12667
13174
|
"kind": "field",
|
|
12668
13175
|
"name": "text",
|
|
@@ -12687,70 +13194,29 @@
|
|
|
12687
13194
|
},
|
|
12688
13195
|
"default": "false"
|
|
12689
13196
|
},
|
|
12690
|
-
{
|
|
12691
|
-
"kind": "field",
|
|
12692
|
-
"name": "anchor",
|
|
12693
|
-
"type": {
|
|
12694
|
-
"text": "anchorType | undefined"
|
|
12695
|
-
}
|
|
12696
|
-
},
|
|
12697
|
-
{
|
|
12698
|
-
"kind": "field",
|
|
12699
|
-
"name": "#observer",
|
|
12700
|
-
"privacy": "private",
|
|
12701
|
-
"type": {
|
|
12702
|
-
"text": "MutationObserver | undefined"
|
|
12703
|
-
}
|
|
12704
|
-
},
|
|
12705
13197
|
{
|
|
12706
13198
|
"kind": "method",
|
|
12707
|
-
"name": "
|
|
13199
|
+
"name": "#setupAnchor",
|
|
12708
13200
|
"parameters": [
|
|
12709
13201
|
{
|
|
12710
|
-
"name": "
|
|
12711
|
-
"type": {
|
|
12712
|
-
"text": "anchorType"
|
|
12713
|
-
}
|
|
12714
|
-
},
|
|
12715
|
-
{
|
|
12716
|
-
"name": "newValue",
|
|
13202
|
+
"name": "a",
|
|
12717
13203
|
"type": {
|
|
12718
|
-
"text": "
|
|
13204
|
+
"text": "HTMLElement"
|
|
12719
13205
|
}
|
|
12720
13206
|
}
|
|
12721
13207
|
]
|
|
12722
13208
|
},
|
|
12723
|
-
{
|
|
12724
|
-
"kind": "field",
|
|
12725
|
-
"name": "#observeMissingAnchor",
|
|
12726
|
-
"privacy": "private"
|
|
12727
|
-
},
|
|
12728
|
-
{
|
|
12729
|
-
"kind": "method",
|
|
12730
|
-
"name": "#anchorUpdated",
|
|
12731
|
-
"return": {
|
|
12732
|
-
"type": {
|
|
12733
|
-
"text": "void"
|
|
12734
|
-
}
|
|
12735
|
-
}
|
|
12736
|
-
},
|
|
12737
|
-
{
|
|
12738
|
-
"kind": "method",
|
|
12739
|
-
"name": "#addEventListener",
|
|
12740
|
-
"return": {
|
|
12741
|
-
"type": {
|
|
12742
|
-
"text": "void"
|
|
12743
|
-
}
|
|
12744
|
-
}
|
|
12745
|
-
},
|
|
12746
13209
|
{
|
|
12747
13210
|
"kind": "method",
|
|
12748
|
-
"name": "#
|
|
12749
|
-
"
|
|
12750
|
-
|
|
12751
|
-
"
|
|
13211
|
+
"name": "#cleanupAnchor",
|
|
13212
|
+
"parameters": [
|
|
13213
|
+
{
|
|
13214
|
+
"name": "a",
|
|
13215
|
+
"type": {
|
|
13216
|
+
"text": "HTMLElement"
|
|
13217
|
+
}
|
|
12752
13218
|
}
|
|
12753
|
-
|
|
13219
|
+
]
|
|
12754
13220
|
},
|
|
12755
13221
|
{
|
|
12756
13222
|
"kind": "field",
|
|
@@ -12762,33 +13228,14 @@
|
|
|
12762
13228
|
"name": "#hide",
|
|
12763
13229
|
"privacy": "private"
|
|
12764
13230
|
},
|
|
13231
|
+
{
|
|
13232
|
+
"kind": "method",
|
|
13233
|
+
"name": "#updateListeners"
|
|
13234
|
+
},
|
|
12765
13235
|
{
|
|
12766
13236
|
"kind": "field",
|
|
12767
13237
|
"name": "#closeOnEscape",
|
|
12768
13238
|
"privacy": "private"
|
|
12769
|
-
},
|
|
12770
|
-
{
|
|
12771
|
-
"kind": "method",
|
|
12772
|
-
"name": "openChanged",
|
|
12773
|
-
"return": {
|
|
12774
|
-
"type": {
|
|
12775
|
-
"text": "void"
|
|
12776
|
-
}
|
|
12777
|
-
},
|
|
12778
|
-
"parameters": [
|
|
12779
|
-
{
|
|
12780
|
-
"name": "_",
|
|
12781
|
-
"type": {
|
|
12782
|
-
"text": "boolean"
|
|
12783
|
-
}
|
|
12784
|
-
},
|
|
12785
|
-
{
|
|
12786
|
-
"name": "newValue",
|
|
12787
|
-
"type": {
|
|
12788
|
-
"text": "boolean"
|
|
12789
|
-
}
|
|
12790
|
-
}
|
|
12791
|
-
]
|
|
12792
13239
|
}
|
|
12793
13240
|
],
|
|
12794
13241
|
"attributes": [
|
|
@@ -12812,12 +13259,6 @@
|
|
|
12812
13259
|
},
|
|
12813
13260
|
"default": "false",
|
|
12814
13261
|
"fieldName": "open"
|
|
12815
|
-
},
|
|
12816
|
-
{
|
|
12817
|
-
"type": {
|
|
12818
|
-
"text": "anchorType | undefined"
|
|
12819
|
-
},
|
|
12820
|
-
"fieldName": "anchor"
|
|
12821
13262
|
}
|
|
12822
13263
|
],
|
|
12823
13264
|
"superclass": {
|