@genesislcap/foundation-ui 14.228.0 → 14.228.1

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.
@@ -864,219 +864,6 @@
864
864
  }
865
865
  ]
866
866
  },
867
- {
868
- "kind": "javascript-module",
869
- "path": "src/_config/index.ts",
870
- "declarations": [],
871
- "exports": [
872
- {
873
- "kind": "js",
874
- "name": "*",
875
- "declaration": {
876
- "name": "*",
877
- "package": "./styles"
878
- }
879
- },
880
- {
881
- "kind": "js",
882
- "name": "*",
883
- "declaration": {
884
- "name": "*",
885
- "package": "./tokens"
886
- }
887
- },
888
- {
889
- "kind": "js",
890
- "name": "*",
891
- "declaration": {
892
- "name": "*",
893
- "package": "./values"
894
- }
895
- }
896
- ]
897
- },
898
- {
899
- "kind": "javascript-module",
900
- "path": "src/accordion/accordion.styles.ts",
901
- "declarations": [
902
- {
903
- "kind": "function",
904
- "name": "foundationAccordionStyles",
905
- "return": {
906
- "type": {
907
- "text": "ElementStyles"
908
- }
909
- },
910
- "parameters": [
911
- {
912
- "name": "context",
913
- "type": {
914
- "text": "ElementDefinitionContext"
915
- }
916
- },
917
- {
918
- "name": "definition",
919
- "type": {
920
- "text": "FoundationElementDefinition"
921
- }
922
- }
923
- ]
924
- }
925
- ],
926
- "exports": [
927
- {
928
- "kind": "js",
929
- "name": "foundationAccordionStyles",
930
- "declaration": {
931
- "name": "foundationAccordionStyles",
932
- "module": "src/accordion/accordion.styles.ts"
933
- }
934
- }
935
- ]
936
- },
937
- {
938
- "kind": "javascript-module",
939
- "path": "src/accordion/accordion.template.ts",
940
- "declarations": [
941
- {
942
- "kind": "function",
943
- "name": "foundationAccordionTemplate",
944
- "return": {
945
- "type": {
946
- "text": "ViewTemplate<Accordion>"
947
- }
948
- },
949
- "parameters": [
950
- {
951
- "name": "context",
952
- "type": {
953
- "text": "ElementDefinitionContext"
954
- }
955
- },
956
- {
957
- "name": "definition",
958
- "type": {
959
- "text": "FoundationElementDefinition"
960
- }
961
- }
962
- ]
963
- }
964
- ],
965
- "exports": [
966
- {
967
- "kind": "js",
968
- "name": "foundationAccordionTemplate",
969
- "declaration": {
970
- "name": "foundationAccordionTemplate",
971
- "module": "src/accordion/accordion.template.ts"
972
- }
973
- }
974
- ]
975
- },
976
- {
977
- "kind": "javascript-module",
978
- "path": "src/accordion/accordion.ts",
979
- "declarations": [
980
- {
981
- "kind": "class",
982
- "description": "",
983
- "name": "Accordion",
984
- "superclass": {
985
- "name": "FASTAccordion",
986
- "package": "@microsoft/fast-foundation"
987
- },
988
- "tagName": "%%prefix%%-accordion",
989
- "customElement": true
990
- },
991
- {
992
- "kind": "variable",
993
- "name": "foundationAccordionShadowOptions",
994
- "type": {
995
- "text": "ShadowRootInit"
996
- },
997
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
998
- },
999
- {
1000
- "kind": "variable",
1001
- "name": "defaultAccordionConfig",
1002
- "type": {
1003
- "text": "object"
1004
- },
1005
- "default": "{}"
1006
- },
1007
- {
1008
- "kind": "variable",
1009
- "name": "foundationAccordion",
1010
- "description": "The Foundation Accordion",
1011
- "privacy": "public"
1012
- }
1013
- ],
1014
- "exports": [
1015
- {
1016
- "kind": "js",
1017
- "name": "Accordion",
1018
- "declaration": {
1019
- "name": "Accordion",
1020
- "module": "src/accordion/accordion.ts"
1021
- }
1022
- },
1023
- {
1024
- "kind": "js",
1025
- "name": "foundationAccordionShadowOptions",
1026
- "declaration": {
1027
- "name": "foundationAccordionShadowOptions",
1028
- "module": "src/accordion/accordion.ts"
1029
- }
1030
- },
1031
- {
1032
- "kind": "js",
1033
- "name": "defaultAccordionConfig",
1034
- "declaration": {
1035
- "name": "defaultAccordionConfig",
1036
- "module": "src/accordion/accordion.ts"
1037
- }
1038
- },
1039
- {
1040
- "kind": "js",
1041
- "name": "foundationAccordion",
1042
- "declaration": {
1043
- "name": "foundationAccordion",
1044
- "module": "src/accordion/accordion.ts"
1045
- }
1046
- }
1047
- ]
1048
- },
1049
- {
1050
- "kind": "javascript-module",
1051
- "path": "src/accordion/index.ts",
1052
- "declarations": [],
1053
- "exports": [
1054
- {
1055
- "kind": "js",
1056
- "name": "*",
1057
- "declaration": {
1058
- "name": "*",
1059
- "package": "./accordion.template"
1060
- }
1061
- },
1062
- {
1063
- "kind": "js",
1064
- "name": "*",
1065
- "declaration": {
1066
- "name": "*",
1067
- "package": "./accordion.styles"
1068
- }
1069
- },
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./accordion"
1076
- }
1077
- }
1078
- ]
1079
- },
1080
867
  {
1081
868
  "kind": "javascript-module",
1082
869
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -4140,6 +3927,219 @@
4140
3927
  }
4141
3928
  ]
4142
3929
  },
3930
+ {
3931
+ "kind": "javascript-module",
3932
+ "path": "src/accordion/accordion.styles.ts",
3933
+ "declarations": [
3934
+ {
3935
+ "kind": "function",
3936
+ "name": "foundationAccordionStyles",
3937
+ "return": {
3938
+ "type": {
3939
+ "text": "ElementStyles"
3940
+ }
3941
+ },
3942
+ "parameters": [
3943
+ {
3944
+ "name": "context",
3945
+ "type": {
3946
+ "text": "ElementDefinitionContext"
3947
+ }
3948
+ },
3949
+ {
3950
+ "name": "definition",
3951
+ "type": {
3952
+ "text": "FoundationElementDefinition"
3953
+ }
3954
+ }
3955
+ ]
3956
+ }
3957
+ ],
3958
+ "exports": [
3959
+ {
3960
+ "kind": "js",
3961
+ "name": "foundationAccordionStyles",
3962
+ "declaration": {
3963
+ "name": "foundationAccordionStyles",
3964
+ "module": "src/accordion/accordion.styles.ts"
3965
+ }
3966
+ }
3967
+ ]
3968
+ },
3969
+ {
3970
+ "kind": "javascript-module",
3971
+ "path": "src/accordion/accordion.template.ts",
3972
+ "declarations": [
3973
+ {
3974
+ "kind": "function",
3975
+ "name": "foundationAccordionTemplate",
3976
+ "return": {
3977
+ "type": {
3978
+ "text": "ViewTemplate<Accordion>"
3979
+ }
3980
+ },
3981
+ "parameters": [
3982
+ {
3983
+ "name": "context",
3984
+ "type": {
3985
+ "text": "ElementDefinitionContext"
3986
+ }
3987
+ },
3988
+ {
3989
+ "name": "definition",
3990
+ "type": {
3991
+ "text": "FoundationElementDefinition"
3992
+ }
3993
+ }
3994
+ ]
3995
+ }
3996
+ ],
3997
+ "exports": [
3998
+ {
3999
+ "kind": "js",
4000
+ "name": "foundationAccordionTemplate",
4001
+ "declaration": {
4002
+ "name": "foundationAccordionTemplate",
4003
+ "module": "src/accordion/accordion.template.ts"
4004
+ }
4005
+ }
4006
+ ]
4007
+ },
4008
+ {
4009
+ "kind": "javascript-module",
4010
+ "path": "src/accordion/accordion.ts",
4011
+ "declarations": [
4012
+ {
4013
+ "kind": "class",
4014
+ "description": "",
4015
+ "name": "Accordion",
4016
+ "superclass": {
4017
+ "name": "FASTAccordion",
4018
+ "package": "@microsoft/fast-foundation"
4019
+ },
4020
+ "tagName": "%%prefix%%-accordion",
4021
+ "customElement": true
4022
+ },
4023
+ {
4024
+ "kind": "variable",
4025
+ "name": "foundationAccordionShadowOptions",
4026
+ "type": {
4027
+ "text": "ShadowRootInit"
4028
+ },
4029
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4030
+ },
4031
+ {
4032
+ "kind": "variable",
4033
+ "name": "defaultAccordionConfig",
4034
+ "type": {
4035
+ "text": "object"
4036
+ },
4037
+ "default": "{}"
4038
+ },
4039
+ {
4040
+ "kind": "variable",
4041
+ "name": "foundationAccordion",
4042
+ "description": "The Foundation Accordion",
4043
+ "privacy": "public"
4044
+ }
4045
+ ],
4046
+ "exports": [
4047
+ {
4048
+ "kind": "js",
4049
+ "name": "Accordion",
4050
+ "declaration": {
4051
+ "name": "Accordion",
4052
+ "module": "src/accordion/accordion.ts"
4053
+ }
4054
+ },
4055
+ {
4056
+ "kind": "js",
4057
+ "name": "foundationAccordionShadowOptions",
4058
+ "declaration": {
4059
+ "name": "foundationAccordionShadowOptions",
4060
+ "module": "src/accordion/accordion.ts"
4061
+ }
4062
+ },
4063
+ {
4064
+ "kind": "js",
4065
+ "name": "defaultAccordionConfig",
4066
+ "declaration": {
4067
+ "name": "defaultAccordionConfig",
4068
+ "module": "src/accordion/accordion.ts"
4069
+ }
4070
+ },
4071
+ {
4072
+ "kind": "js",
4073
+ "name": "foundationAccordion",
4074
+ "declaration": {
4075
+ "name": "foundationAccordion",
4076
+ "module": "src/accordion/accordion.ts"
4077
+ }
4078
+ }
4079
+ ]
4080
+ },
4081
+ {
4082
+ "kind": "javascript-module",
4083
+ "path": "src/accordion/index.ts",
4084
+ "declarations": [],
4085
+ "exports": [
4086
+ {
4087
+ "kind": "js",
4088
+ "name": "*",
4089
+ "declaration": {
4090
+ "name": "*",
4091
+ "package": "./accordion.template"
4092
+ }
4093
+ },
4094
+ {
4095
+ "kind": "js",
4096
+ "name": "*",
4097
+ "declaration": {
4098
+ "name": "*",
4099
+ "package": "./accordion.styles"
4100
+ }
4101
+ },
4102
+ {
4103
+ "kind": "js",
4104
+ "name": "*",
4105
+ "declaration": {
4106
+ "name": "*",
4107
+ "package": "./accordion"
4108
+ }
4109
+ }
4110
+ ]
4111
+ },
4112
+ {
4113
+ "kind": "javascript-module",
4114
+ "path": "src/_config/index.ts",
4115
+ "declarations": [],
4116
+ "exports": [
4117
+ {
4118
+ "kind": "js",
4119
+ "name": "*",
4120
+ "declaration": {
4121
+ "name": "*",
4122
+ "package": "./styles"
4123
+ }
4124
+ },
4125
+ {
4126
+ "kind": "js",
4127
+ "name": "*",
4128
+ "declaration": {
4129
+ "name": "*",
4130
+ "package": "./tokens"
4131
+ }
4132
+ },
4133
+ {
4134
+ "kind": "js",
4135
+ "name": "*",
4136
+ "declaration": {
4137
+ "name": "*",
4138
+ "package": "./values"
4139
+ }
4140
+ }
4141
+ ]
4142
+ },
4143
4143
  {
4144
4144
  "kind": "javascript-module",
4145
4145
  "path": "src/avatar/avatar.styles.ts",
@@ -9437,27 +9437,6 @@
9437
9437
  }
9438
9438
  ]
9439
9439
  },
9440
- {
9441
- "kind": "javascript-module",
9442
- "path": "src/context/app.ts",
9443
- "declarations": [],
9444
- "exports": []
9445
- },
9446
- {
9447
- "kind": "javascript-module",
9448
- "path": "src/context/index.ts",
9449
- "declarations": [],
9450
- "exports": [
9451
- {
9452
- "kind": "js",
9453
- "name": "*",
9454
- "declaration": {
9455
- "name": "*",
9456
- "package": "./app"
9457
- }
9458
- }
9459
- ]
9460
- },
9461
9440
  {
9462
9441
  "kind": "javascript-module",
9463
9442
  "path": "src/connection-indicator/connection-indicator.styles.ts",
@@ -9779,6 +9758,27 @@
9779
9758
  }
9780
9759
  ]
9781
9760
  },
9761
+ {
9762
+ "kind": "javascript-module",
9763
+ "path": "src/context/app.ts",
9764
+ "declarations": [],
9765
+ "exports": []
9766
+ },
9767
+ {
9768
+ "kind": "javascript-module",
9769
+ "path": "src/context/index.ts",
9770
+ "declarations": [],
9771
+ "exports": [
9772
+ {
9773
+ "kind": "js",
9774
+ "name": "*",
9775
+ "declaration": {
9776
+ "name": "*",
9777
+ "package": "./app"
9778
+ }
9779
+ }
9780
+ ]
9781
+ },
9782
9782
  {
9783
9783
  "kind": "javascript-module",
9784
9784
  "path": "src/data-grid/data-grid.styles.ts",
@@ -24765,6 +24765,324 @@
24765
24765
  }
24766
24766
  ]
24767
24767
  },
24768
+ {
24769
+ "kind": "javascript-module",
24770
+ "path": "src/notification-listener/index.ts",
24771
+ "declarations": [],
24772
+ "exports": [
24773
+ {
24774
+ "kind": "js",
24775
+ "name": "*",
24776
+ "declaration": {
24777
+ "name": "*",
24778
+ "package": "./notification-listener.template"
24779
+ }
24780
+ },
24781
+ {
24782
+ "kind": "js",
24783
+ "name": "*",
24784
+ "declaration": {
24785
+ "name": "*",
24786
+ "package": "./notification-listener"
24787
+ }
24788
+ }
24789
+ ]
24790
+ },
24791
+ {
24792
+ "kind": "javascript-module",
24793
+ "path": "src/notification-listener/notification-listener.template.ts",
24794
+ "declarations": [
24795
+ {
24796
+ "kind": "variable",
24797
+ "name": "foundationNotificationListenerTemplate",
24798
+ "type": {
24799
+ "text": "ViewTemplate<NotificationListener>"
24800
+ },
24801
+ "default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
24802
+ }
24803
+ ],
24804
+ "exports": [
24805
+ {
24806
+ "kind": "js",
24807
+ "name": "foundationNotificationListenerTemplate",
24808
+ "declaration": {
24809
+ "name": "foundationNotificationListenerTemplate",
24810
+ "module": "src/notification-listener/notification-listener.template.ts"
24811
+ }
24812
+ }
24813
+ ]
24814
+ },
24815
+ {
24816
+ "kind": "javascript-module",
24817
+ "path": "src/notification-listener/notification-listener.ts",
24818
+ "declarations": [
24819
+ {
24820
+ "kind": "variable",
24821
+ "name": "foundationNotificationListenerShadowOptions",
24822
+ "type": {
24823
+ "text": "ShadowRootInit"
24824
+ },
24825
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
24826
+ },
24827
+ {
24828
+ "kind": "class",
24829
+ "description": "",
24830
+ "name": "NotificationListener",
24831
+ "members": [
24832
+ {
24833
+ "kind": "field",
24834
+ "name": "notificationListener",
24835
+ "type": {
24836
+ "text": "HTMLElement"
24837
+ }
24838
+ },
24839
+ {
24840
+ "kind": "field",
24841
+ "name": "resourceName",
24842
+ "description": "The resource name holding new and existing notifications",
24843
+ "privacy": "public"
24844
+ },
24845
+ {
24846
+ "kind": "field",
24847
+ "name": "closeTimeout",
24848
+ "type": {
24849
+ "text": "number"
24850
+ },
24851
+ "default": "0",
24852
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
24853
+ "privacy": "public"
24854
+ },
24855
+ {
24856
+ "kind": "field",
24857
+ "name": "toastButtons",
24858
+ "type": {
24859
+ "text": "ToastButton[]"
24860
+ },
24861
+ "default": "[]",
24862
+ "description": "Array of buttons for notification toasts",
24863
+ "privacy": "public"
24864
+ },
24865
+ {
24866
+ "kind": "field",
24867
+ "name": "dataSub",
24868
+ "type": {
24869
+ "text": "Subscription"
24870
+ },
24871
+ "privacy": "protected"
24872
+ },
24873
+ {
24874
+ "kind": "field",
24875
+ "name": "datasource",
24876
+ "type": {
24877
+ "text": "Datasource"
24878
+ },
24879
+ "privacy": "private"
24880
+ },
24881
+ {
24882
+ "kind": "method",
24883
+ "name": "handleStreamUpdate",
24884
+ "privacy": "private",
24885
+ "return": {
24886
+ "type": {
24887
+ "text": "void"
24888
+ }
24889
+ },
24890
+ "parameters": [
24891
+ {
24892
+ "name": "dataServerResult",
24893
+ "type": {
24894
+ "text": "any"
24895
+ }
24896
+ }
24897
+ ]
24898
+ },
24899
+ {
24900
+ "kind": "method",
24901
+ "name": "showNotificationToast",
24902
+ "privacy": "protected",
24903
+ "return": {
24904
+ "type": {
24905
+ "text": "void"
24906
+ }
24907
+ },
24908
+ "parameters": [
24909
+ {
24910
+ "name": "row",
24911
+ "type": {
24912
+ "text": "NotificationDataRow"
24913
+ }
24914
+ }
24915
+ ]
24916
+ },
24917
+ {
24918
+ "kind": "field",
24919
+ "name": "_presentation",
24920
+ "type": {
24921
+ "text": "ComponentPresentation | null | undefined"
24922
+ },
24923
+ "privacy": "private",
24924
+ "default": "void 0",
24925
+ "inheritedFrom": {
24926
+ "name": "FoundationElement",
24927
+ "module": "src/foundation-element/foundation-element.ts"
24928
+ }
24929
+ },
24930
+ {
24931
+ "kind": "field",
24932
+ "name": "$presentation",
24933
+ "type": {
24934
+ "text": "ComponentPresentation | null"
24935
+ },
24936
+ "privacy": "public",
24937
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
24938
+ "inheritedFrom": {
24939
+ "name": "FoundationElement",
24940
+ "module": "src/foundation-element/foundation-element.ts"
24941
+ }
24942
+ },
24943
+ {
24944
+ "kind": "field",
24945
+ "name": "template",
24946
+ "type": {
24947
+ "text": "ElementViewTemplate | void | null"
24948
+ },
24949
+ "privacy": "public",
24950
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
24951
+ "inheritedFrom": {
24952
+ "name": "FoundationElement",
24953
+ "module": "src/foundation-element/foundation-element.ts"
24954
+ }
24955
+ },
24956
+ {
24957
+ "kind": "method",
24958
+ "name": "templateChanged",
24959
+ "privacy": "protected",
24960
+ "return": {
24961
+ "type": {
24962
+ "text": "void"
24963
+ }
24964
+ },
24965
+ "inheritedFrom": {
24966
+ "name": "FoundationElement",
24967
+ "module": "src/foundation-element/foundation-element.ts"
24968
+ }
24969
+ },
24970
+ {
24971
+ "kind": "field",
24972
+ "name": "styles",
24973
+ "type": {
24974
+ "text": "ElementStyles | void | null"
24975
+ },
24976
+ "privacy": "public",
24977
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
24978
+ "inheritedFrom": {
24979
+ "name": "FoundationElement",
24980
+ "module": "src/foundation-element/foundation-element.ts"
24981
+ }
24982
+ },
24983
+ {
24984
+ "kind": "method",
24985
+ "name": "stylesChanged",
24986
+ "privacy": "protected",
24987
+ "return": {
24988
+ "type": {
24989
+ "text": "void"
24990
+ }
24991
+ },
24992
+ "inheritedFrom": {
24993
+ "name": "FoundationElement",
24994
+ "module": "src/foundation-element/foundation-element.ts"
24995
+ }
24996
+ },
24997
+ {
24998
+ "kind": "method",
24999
+ "name": "compose",
25000
+ "privacy": "public",
25001
+ "static": true,
25002
+ "return": {
25003
+ "type": {
25004
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
25005
+ }
25006
+ },
25007
+ "parameters": [
25008
+ {
25009
+ "name": "this",
25010
+ "type": {
25011
+ "text": "K"
25012
+ }
25013
+ },
25014
+ {
25015
+ "name": "elementDefinition",
25016
+ "type": {
25017
+ "text": "T"
25018
+ },
25019
+ "description": "The definition of the element to create the registry\nfunction for."
25020
+ }
25021
+ ],
25022
+ "description": "Defines an element registry function with a set of element definition defaults.",
25023
+ "inheritedFrom": {
25024
+ "name": "FoundationElement",
25025
+ "module": "src/foundation-element/foundation-element.ts"
25026
+ }
25027
+ }
25028
+ ],
25029
+ "attributes": [
25030
+ {
25031
+ "name": "resource-name",
25032
+ "description": "The resource name holding new and existing notifications",
25033
+ "fieldName": "resourceName"
25034
+ },
25035
+ {
25036
+ "name": "close-timeout",
25037
+ "type": {
25038
+ "text": "number"
25039
+ },
25040
+ "default": "0",
25041
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
25042
+ "fieldName": "closeTimeout"
25043
+ }
25044
+ ],
25045
+ "superclass": {
25046
+ "name": "FoundationElement",
25047
+ "package": "@microsoft/fast-foundation"
25048
+ },
25049
+ "tagName": "%%prefix%%-notification-listener",
25050
+ "customElement": true
25051
+ },
25052
+ {
25053
+ "kind": "variable",
25054
+ "name": "foundationNotificationListener",
25055
+ "description": "The Foundation Notification Listener",
25056
+ "privacy": "public"
25057
+ }
25058
+ ],
25059
+ "exports": [
25060
+ {
25061
+ "kind": "js",
25062
+ "name": "foundationNotificationListenerShadowOptions",
25063
+ "declaration": {
25064
+ "name": "foundationNotificationListenerShadowOptions",
25065
+ "module": "src/notification-listener/notification-listener.ts"
25066
+ }
25067
+ },
25068
+ {
25069
+ "kind": "js",
25070
+ "name": "NotificationListener",
25071
+ "declaration": {
25072
+ "name": "NotificationListener",
25073
+ "module": "src/notification-listener/notification-listener.ts"
25074
+ }
25075
+ },
25076
+ {
25077
+ "kind": "js",
25078
+ "name": "foundationNotificationListener",
25079
+ "declaration": {
25080
+ "name": "foundationNotificationListener",
25081
+ "module": "src/notification-listener/notification-listener.ts"
25082
+ }
25083
+ }
25084
+ ]
25085
+ },
24768
25086
  {
24769
25087
  "kind": "javascript-module",
24770
25088
  "path": "src/number-field/index.ts",
@@ -25566,324 +25884,6 @@
25566
25884
  }
25567
25885
  ]
25568
25886
  },
25569
- {
25570
- "kind": "javascript-module",
25571
- "path": "src/notification-listener/index.ts",
25572
- "declarations": [],
25573
- "exports": [
25574
- {
25575
- "kind": "js",
25576
- "name": "*",
25577
- "declaration": {
25578
- "name": "*",
25579
- "package": "./notification-listener.template"
25580
- }
25581
- },
25582
- {
25583
- "kind": "js",
25584
- "name": "*",
25585
- "declaration": {
25586
- "name": "*",
25587
- "package": "./notification-listener"
25588
- }
25589
- }
25590
- ]
25591
- },
25592
- {
25593
- "kind": "javascript-module",
25594
- "path": "src/notification-listener/notification-listener.template.ts",
25595
- "declarations": [
25596
- {
25597
- "kind": "variable",
25598
- "name": "foundationNotificationListenerTemplate",
25599
- "type": {
25600
- "text": "ViewTemplate<NotificationListener>"
25601
- },
25602
- "default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
25603
- }
25604
- ],
25605
- "exports": [
25606
- {
25607
- "kind": "js",
25608
- "name": "foundationNotificationListenerTemplate",
25609
- "declaration": {
25610
- "name": "foundationNotificationListenerTemplate",
25611
- "module": "src/notification-listener/notification-listener.template.ts"
25612
- }
25613
- }
25614
- ]
25615
- },
25616
- {
25617
- "kind": "javascript-module",
25618
- "path": "src/notification-listener/notification-listener.ts",
25619
- "declarations": [
25620
- {
25621
- "kind": "variable",
25622
- "name": "foundationNotificationListenerShadowOptions",
25623
- "type": {
25624
- "text": "ShadowRootInit"
25625
- },
25626
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
25627
- },
25628
- {
25629
- "kind": "class",
25630
- "description": "",
25631
- "name": "NotificationListener",
25632
- "members": [
25633
- {
25634
- "kind": "field",
25635
- "name": "notificationListener",
25636
- "type": {
25637
- "text": "HTMLElement"
25638
- }
25639
- },
25640
- {
25641
- "kind": "field",
25642
- "name": "resourceName",
25643
- "description": "The resource name holding new and existing notifications",
25644
- "privacy": "public"
25645
- },
25646
- {
25647
- "kind": "field",
25648
- "name": "closeTimeout",
25649
- "type": {
25650
- "text": "number"
25651
- },
25652
- "default": "0",
25653
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
25654
- "privacy": "public"
25655
- },
25656
- {
25657
- "kind": "field",
25658
- "name": "toastButtons",
25659
- "type": {
25660
- "text": "ToastButton[]"
25661
- },
25662
- "default": "[]",
25663
- "description": "Array of buttons for notification toasts",
25664
- "privacy": "public"
25665
- },
25666
- {
25667
- "kind": "field",
25668
- "name": "dataSub",
25669
- "type": {
25670
- "text": "Subscription"
25671
- },
25672
- "privacy": "protected"
25673
- },
25674
- {
25675
- "kind": "field",
25676
- "name": "datasource",
25677
- "type": {
25678
- "text": "Datasource"
25679
- },
25680
- "privacy": "private"
25681
- },
25682
- {
25683
- "kind": "method",
25684
- "name": "handleStreamUpdate",
25685
- "privacy": "private",
25686
- "return": {
25687
- "type": {
25688
- "text": "void"
25689
- }
25690
- },
25691
- "parameters": [
25692
- {
25693
- "name": "dataServerResult",
25694
- "type": {
25695
- "text": "any"
25696
- }
25697
- }
25698
- ]
25699
- },
25700
- {
25701
- "kind": "method",
25702
- "name": "showNotificationToast",
25703
- "privacy": "protected",
25704
- "return": {
25705
- "type": {
25706
- "text": "void"
25707
- }
25708
- },
25709
- "parameters": [
25710
- {
25711
- "name": "row",
25712
- "type": {
25713
- "text": "NotificationDataRow"
25714
- }
25715
- }
25716
- ]
25717
- },
25718
- {
25719
- "kind": "field",
25720
- "name": "_presentation",
25721
- "type": {
25722
- "text": "ComponentPresentation | null | undefined"
25723
- },
25724
- "privacy": "private",
25725
- "default": "void 0",
25726
- "inheritedFrom": {
25727
- "name": "FoundationElement",
25728
- "module": "src/foundation-element/foundation-element.ts"
25729
- }
25730
- },
25731
- {
25732
- "kind": "field",
25733
- "name": "$presentation",
25734
- "type": {
25735
- "text": "ComponentPresentation | null"
25736
- },
25737
- "privacy": "public",
25738
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
25739
- "inheritedFrom": {
25740
- "name": "FoundationElement",
25741
- "module": "src/foundation-element/foundation-element.ts"
25742
- }
25743
- },
25744
- {
25745
- "kind": "field",
25746
- "name": "template",
25747
- "type": {
25748
- "text": "ElementViewTemplate | void | null"
25749
- },
25750
- "privacy": "public",
25751
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
25752
- "inheritedFrom": {
25753
- "name": "FoundationElement",
25754
- "module": "src/foundation-element/foundation-element.ts"
25755
- }
25756
- },
25757
- {
25758
- "kind": "method",
25759
- "name": "templateChanged",
25760
- "privacy": "protected",
25761
- "return": {
25762
- "type": {
25763
- "text": "void"
25764
- }
25765
- },
25766
- "inheritedFrom": {
25767
- "name": "FoundationElement",
25768
- "module": "src/foundation-element/foundation-element.ts"
25769
- }
25770
- },
25771
- {
25772
- "kind": "field",
25773
- "name": "styles",
25774
- "type": {
25775
- "text": "ElementStyles | void | null"
25776
- },
25777
- "privacy": "public",
25778
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
25779
- "inheritedFrom": {
25780
- "name": "FoundationElement",
25781
- "module": "src/foundation-element/foundation-element.ts"
25782
- }
25783
- },
25784
- {
25785
- "kind": "method",
25786
- "name": "stylesChanged",
25787
- "privacy": "protected",
25788
- "return": {
25789
- "type": {
25790
- "text": "void"
25791
- }
25792
- },
25793
- "inheritedFrom": {
25794
- "name": "FoundationElement",
25795
- "module": "src/foundation-element/foundation-element.ts"
25796
- }
25797
- },
25798
- {
25799
- "kind": "method",
25800
- "name": "compose",
25801
- "privacy": "public",
25802
- "static": true,
25803
- "return": {
25804
- "type": {
25805
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
25806
- }
25807
- },
25808
- "parameters": [
25809
- {
25810
- "name": "this",
25811
- "type": {
25812
- "text": "K"
25813
- }
25814
- },
25815
- {
25816
- "name": "elementDefinition",
25817
- "type": {
25818
- "text": "T"
25819
- },
25820
- "description": "The definition of the element to create the registry\nfunction for."
25821
- }
25822
- ],
25823
- "description": "Defines an element registry function with a set of element definition defaults.",
25824
- "inheritedFrom": {
25825
- "name": "FoundationElement",
25826
- "module": "src/foundation-element/foundation-element.ts"
25827
- }
25828
- }
25829
- ],
25830
- "attributes": [
25831
- {
25832
- "name": "resource-name",
25833
- "description": "The resource name holding new and existing notifications",
25834
- "fieldName": "resourceName"
25835
- },
25836
- {
25837
- "name": "close-timeout",
25838
- "type": {
25839
- "text": "number"
25840
- },
25841
- "default": "0",
25842
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
25843
- "fieldName": "closeTimeout"
25844
- }
25845
- ],
25846
- "superclass": {
25847
- "name": "FoundationElement",
25848
- "package": "@microsoft/fast-foundation"
25849
- },
25850
- "tagName": "%%prefix%%-notification-listener",
25851
- "customElement": true
25852
- },
25853
- {
25854
- "kind": "variable",
25855
- "name": "foundationNotificationListener",
25856
- "description": "The Foundation Notification Listener",
25857
- "privacy": "public"
25858
- }
25859
- ],
25860
- "exports": [
25861
- {
25862
- "kind": "js",
25863
- "name": "foundationNotificationListenerShadowOptions",
25864
- "declaration": {
25865
- "name": "foundationNotificationListenerShadowOptions",
25866
- "module": "src/notification-listener/notification-listener.ts"
25867
- }
25868
- },
25869
- {
25870
- "kind": "js",
25871
- "name": "NotificationListener",
25872
- "declaration": {
25873
- "name": "NotificationListener",
25874
- "module": "src/notification-listener/notification-listener.ts"
25875
- }
25876
- },
25877
- {
25878
- "kind": "js",
25879
- "name": "foundationNotificationListener",
25880
- "declaration": {
25881
- "name": "foundationNotificationListener",
25882
- "module": "src/notification-listener/notification-listener.ts"
25883
- }
25884
- }
25885
- ]
25886
- },
25887
25887
  {
25888
25888
  "kind": "javascript-module",
25889
25889
  "path": "src/options-datasource/index.ts",
@@ -36126,6 +36126,235 @@
36126
36126
  }
36127
36127
  ]
36128
36128
  },
36129
+ {
36130
+ "kind": "javascript-module",
36131
+ "path": "src/stepper-tab-panel/index.ts",
36132
+ "declarations": [],
36133
+ "exports": [
36134
+ {
36135
+ "kind": "js",
36136
+ "name": "*",
36137
+ "declaration": {
36138
+ "name": "*",
36139
+ "package": "./stepper-tab-panel.template"
36140
+ }
36141
+ },
36142
+ {
36143
+ "kind": "js",
36144
+ "name": "*",
36145
+ "declaration": {
36146
+ "name": "*",
36147
+ "package": "./stepper-tab-panel"
36148
+ }
36149
+ }
36150
+ ]
36151
+ },
36152
+ {
36153
+ "kind": "javascript-module",
36154
+ "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
36155
+ "declarations": [
36156
+ {
36157
+ "kind": "function",
36158
+ "name": "foundationStepperTabPanelTemplate"
36159
+ }
36160
+ ],
36161
+ "exports": [
36162
+ {
36163
+ "kind": "js",
36164
+ "name": "foundationStepperTabPanelTemplate",
36165
+ "declaration": {
36166
+ "name": "foundationStepperTabPanelTemplate",
36167
+ "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
36168
+ }
36169
+ }
36170
+ ]
36171
+ },
36172
+ {
36173
+ "kind": "javascript-module",
36174
+ "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
36175
+ "declarations": [
36176
+ {
36177
+ "kind": "class",
36178
+ "description": "",
36179
+ "name": "StepperTabPanel",
36180
+ "superclass": {
36181
+ "name": "FoundationElement",
36182
+ "package": "@microsoft/fast-foundation"
36183
+ },
36184
+ "tagName": "%%prefix%%-stepper-tab-panel",
36185
+ "customElement": true,
36186
+ "members": [
36187
+ {
36188
+ "kind": "field",
36189
+ "name": "_presentation",
36190
+ "type": {
36191
+ "text": "ComponentPresentation | null | undefined"
36192
+ },
36193
+ "privacy": "private",
36194
+ "default": "void 0",
36195
+ "inheritedFrom": {
36196
+ "name": "FoundationElement",
36197
+ "module": "src/foundation-element/foundation-element.ts"
36198
+ }
36199
+ },
36200
+ {
36201
+ "kind": "field",
36202
+ "name": "$presentation",
36203
+ "type": {
36204
+ "text": "ComponentPresentation | null"
36205
+ },
36206
+ "privacy": "public",
36207
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
36208
+ "inheritedFrom": {
36209
+ "name": "FoundationElement",
36210
+ "module": "src/foundation-element/foundation-element.ts"
36211
+ }
36212
+ },
36213
+ {
36214
+ "kind": "field",
36215
+ "name": "template",
36216
+ "type": {
36217
+ "text": "ElementViewTemplate | void | null"
36218
+ },
36219
+ "privacy": "public",
36220
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
36221
+ "inheritedFrom": {
36222
+ "name": "FoundationElement",
36223
+ "module": "src/foundation-element/foundation-element.ts"
36224
+ }
36225
+ },
36226
+ {
36227
+ "kind": "method",
36228
+ "name": "templateChanged",
36229
+ "privacy": "protected",
36230
+ "return": {
36231
+ "type": {
36232
+ "text": "void"
36233
+ }
36234
+ },
36235
+ "inheritedFrom": {
36236
+ "name": "FoundationElement",
36237
+ "module": "src/foundation-element/foundation-element.ts"
36238
+ }
36239
+ },
36240
+ {
36241
+ "kind": "field",
36242
+ "name": "styles",
36243
+ "type": {
36244
+ "text": "ElementStyles | void | null"
36245
+ },
36246
+ "privacy": "public",
36247
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
36248
+ "inheritedFrom": {
36249
+ "name": "FoundationElement",
36250
+ "module": "src/foundation-element/foundation-element.ts"
36251
+ }
36252
+ },
36253
+ {
36254
+ "kind": "method",
36255
+ "name": "stylesChanged",
36256
+ "privacy": "protected",
36257
+ "return": {
36258
+ "type": {
36259
+ "text": "void"
36260
+ }
36261
+ },
36262
+ "inheritedFrom": {
36263
+ "name": "FoundationElement",
36264
+ "module": "src/foundation-element/foundation-element.ts"
36265
+ }
36266
+ },
36267
+ {
36268
+ "kind": "method",
36269
+ "name": "compose",
36270
+ "privacy": "public",
36271
+ "static": true,
36272
+ "return": {
36273
+ "type": {
36274
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
36275
+ }
36276
+ },
36277
+ "parameters": [
36278
+ {
36279
+ "name": "this",
36280
+ "type": {
36281
+ "text": "K"
36282
+ }
36283
+ },
36284
+ {
36285
+ "name": "elementDefinition",
36286
+ "type": {
36287
+ "text": "T"
36288
+ },
36289
+ "description": "The definition of the element to create the registry\nfunction for."
36290
+ }
36291
+ ],
36292
+ "description": "Defines an element registry function with a set of element definition defaults.",
36293
+ "inheritedFrom": {
36294
+ "name": "FoundationElement",
36295
+ "module": "src/foundation-element/foundation-element.ts"
36296
+ }
36297
+ }
36298
+ ]
36299
+ },
36300
+ {
36301
+ "kind": "variable",
36302
+ "name": "foundationStepperTabPanelShadowOptions",
36303
+ "type": {
36304
+ "text": "ShadowRootInit"
36305
+ },
36306
+ "default": "undefined"
36307
+ },
36308
+ {
36309
+ "kind": "variable",
36310
+ "name": "defaultStepperTabPanelConfig",
36311
+ "type": {
36312
+ "text": "object"
36313
+ },
36314
+ "default": "{}"
36315
+ },
36316
+ {
36317
+ "kind": "variable",
36318
+ "name": "foundationStepperTabPanel",
36319
+ "description": "The Foundation Stepper Tab Panel",
36320
+ "privacy": "public"
36321
+ }
36322
+ ],
36323
+ "exports": [
36324
+ {
36325
+ "kind": "js",
36326
+ "name": "StepperTabPanel",
36327
+ "declaration": {
36328
+ "name": "StepperTabPanel",
36329
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36330
+ }
36331
+ },
36332
+ {
36333
+ "kind": "js",
36334
+ "name": "foundationStepperTabPanelShadowOptions",
36335
+ "declaration": {
36336
+ "name": "foundationStepperTabPanelShadowOptions",
36337
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36338
+ }
36339
+ },
36340
+ {
36341
+ "kind": "js",
36342
+ "name": "defaultStepperTabPanelConfig",
36343
+ "declaration": {
36344
+ "name": "defaultStepperTabPanelConfig",
36345
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36346
+ }
36347
+ },
36348
+ {
36349
+ "kind": "js",
36350
+ "name": "foundationStepperTabPanel",
36351
+ "declaration": {
36352
+ "name": "foundationStepperTabPanel",
36353
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36354
+ }
36355
+ }
36356
+ ]
36357
+ },
36129
36358
  {
36130
36359
  "kind": "javascript-module",
36131
36360
  "path": "src/stepper-tab/index.ts",
@@ -36562,235 +36791,6 @@
36562
36791
  }
36563
36792
  ]
36564
36793
  },
36565
- {
36566
- "kind": "javascript-module",
36567
- "path": "src/stepper-tab-panel/index.ts",
36568
- "declarations": [],
36569
- "exports": [
36570
- {
36571
- "kind": "js",
36572
- "name": "*",
36573
- "declaration": {
36574
- "name": "*",
36575
- "package": "./stepper-tab-panel.template"
36576
- }
36577
- },
36578
- {
36579
- "kind": "js",
36580
- "name": "*",
36581
- "declaration": {
36582
- "name": "*",
36583
- "package": "./stepper-tab-panel"
36584
- }
36585
- }
36586
- ]
36587
- },
36588
- {
36589
- "kind": "javascript-module",
36590
- "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
36591
- "declarations": [
36592
- {
36593
- "kind": "function",
36594
- "name": "foundationStepperTabPanelTemplate"
36595
- }
36596
- ],
36597
- "exports": [
36598
- {
36599
- "kind": "js",
36600
- "name": "foundationStepperTabPanelTemplate",
36601
- "declaration": {
36602
- "name": "foundationStepperTabPanelTemplate",
36603
- "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
36604
- }
36605
- }
36606
- ]
36607
- },
36608
- {
36609
- "kind": "javascript-module",
36610
- "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
36611
- "declarations": [
36612
- {
36613
- "kind": "class",
36614
- "description": "",
36615
- "name": "StepperTabPanel",
36616
- "superclass": {
36617
- "name": "FoundationElement",
36618
- "package": "@microsoft/fast-foundation"
36619
- },
36620
- "tagName": "%%prefix%%-stepper-tab-panel",
36621
- "customElement": true,
36622
- "members": [
36623
- {
36624
- "kind": "field",
36625
- "name": "_presentation",
36626
- "type": {
36627
- "text": "ComponentPresentation | null | undefined"
36628
- },
36629
- "privacy": "private",
36630
- "default": "void 0",
36631
- "inheritedFrom": {
36632
- "name": "FoundationElement",
36633
- "module": "src/foundation-element/foundation-element.ts"
36634
- }
36635
- },
36636
- {
36637
- "kind": "field",
36638
- "name": "$presentation",
36639
- "type": {
36640
- "text": "ComponentPresentation | null"
36641
- },
36642
- "privacy": "public",
36643
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
36644
- "inheritedFrom": {
36645
- "name": "FoundationElement",
36646
- "module": "src/foundation-element/foundation-element.ts"
36647
- }
36648
- },
36649
- {
36650
- "kind": "field",
36651
- "name": "template",
36652
- "type": {
36653
- "text": "ElementViewTemplate | void | null"
36654
- },
36655
- "privacy": "public",
36656
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
36657
- "inheritedFrom": {
36658
- "name": "FoundationElement",
36659
- "module": "src/foundation-element/foundation-element.ts"
36660
- }
36661
- },
36662
- {
36663
- "kind": "method",
36664
- "name": "templateChanged",
36665
- "privacy": "protected",
36666
- "return": {
36667
- "type": {
36668
- "text": "void"
36669
- }
36670
- },
36671
- "inheritedFrom": {
36672
- "name": "FoundationElement",
36673
- "module": "src/foundation-element/foundation-element.ts"
36674
- }
36675
- },
36676
- {
36677
- "kind": "field",
36678
- "name": "styles",
36679
- "type": {
36680
- "text": "ElementStyles | void | null"
36681
- },
36682
- "privacy": "public",
36683
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
36684
- "inheritedFrom": {
36685
- "name": "FoundationElement",
36686
- "module": "src/foundation-element/foundation-element.ts"
36687
- }
36688
- },
36689
- {
36690
- "kind": "method",
36691
- "name": "stylesChanged",
36692
- "privacy": "protected",
36693
- "return": {
36694
- "type": {
36695
- "text": "void"
36696
- }
36697
- },
36698
- "inheritedFrom": {
36699
- "name": "FoundationElement",
36700
- "module": "src/foundation-element/foundation-element.ts"
36701
- }
36702
- },
36703
- {
36704
- "kind": "method",
36705
- "name": "compose",
36706
- "privacy": "public",
36707
- "static": true,
36708
- "return": {
36709
- "type": {
36710
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
36711
- }
36712
- },
36713
- "parameters": [
36714
- {
36715
- "name": "this",
36716
- "type": {
36717
- "text": "K"
36718
- }
36719
- },
36720
- {
36721
- "name": "elementDefinition",
36722
- "type": {
36723
- "text": "T"
36724
- },
36725
- "description": "The definition of the element to create the registry\nfunction for."
36726
- }
36727
- ],
36728
- "description": "Defines an element registry function with a set of element definition defaults.",
36729
- "inheritedFrom": {
36730
- "name": "FoundationElement",
36731
- "module": "src/foundation-element/foundation-element.ts"
36732
- }
36733
- }
36734
- ]
36735
- },
36736
- {
36737
- "kind": "variable",
36738
- "name": "foundationStepperTabPanelShadowOptions",
36739
- "type": {
36740
- "text": "ShadowRootInit"
36741
- },
36742
- "default": "undefined"
36743
- },
36744
- {
36745
- "kind": "variable",
36746
- "name": "defaultStepperTabPanelConfig",
36747
- "type": {
36748
- "text": "object"
36749
- },
36750
- "default": "{}"
36751
- },
36752
- {
36753
- "kind": "variable",
36754
- "name": "foundationStepperTabPanel",
36755
- "description": "The Foundation Stepper Tab Panel",
36756
- "privacy": "public"
36757
- }
36758
- ],
36759
- "exports": [
36760
- {
36761
- "kind": "js",
36762
- "name": "StepperTabPanel",
36763
- "declaration": {
36764
- "name": "StepperTabPanel",
36765
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36766
- }
36767
- },
36768
- {
36769
- "kind": "js",
36770
- "name": "foundationStepperTabPanelShadowOptions",
36771
- "declaration": {
36772
- "name": "foundationStepperTabPanelShadowOptions",
36773
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36774
- }
36775
- },
36776
- {
36777
- "kind": "js",
36778
- "name": "defaultStepperTabPanelConfig",
36779
- "declaration": {
36780
- "name": "defaultStepperTabPanelConfig",
36781
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36782
- }
36783
- },
36784
- {
36785
- "kind": "js",
36786
- "name": "foundationStepperTabPanel",
36787
- "declaration": {
36788
- "name": "foundationStepperTabPanel",
36789
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36790
- }
36791
- }
36792
- ]
36793
- },
36794
36794
  {
36795
36795
  "kind": "javascript-module",
36796
36796
  "path": "src/switch/index.ts",
@@ -37763,7 +37763,7 @@
37763
37763
  },
37764
37764
  {
37765
37765
  "kind": "javascript-module",
37766
- "path": "src/tabs/index.ts",
37766
+ "path": "src/text-area/index.ts",
37767
37767
  "declarations": [],
37768
37768
  "exports": [
37769
37769
  {
@@ -37771,7 +37771,7 @@
37771
37771
  "name": "*",
37772
37772
  "declaration": {
37773
37773
  "name": "*",
37774
- "package": "./tabs.template"
37774
+ "package": "./text-area.template"
37775
37775
  }
37776
37776
  },
37777
37777
  {
@@ -37779,7 +37779,7 @@
37779
37779
  "name": "*",
37780
37780
  "declaration": {
37781
37781
  "name": "*",
37782
- "package": "./tabs.styles"
37782
+ "package": "./text-area.styles"
37783
37783
  }
37784
37784
  },
37785
37785
  {
@@ -37787,18 +37787,18 @@
37787
37787
  "name": "*",
37788
37788
  "declaration": {
37789
37789
  "name": "*",
37790
- "package": "./tabs"
37790
+ "package": "./text-area"
37791
37791
  }
37792
37792
  }
37793
37793
  ]
37794
37794
  },
37795
37795
  {
37796
37796
  "kind": "javascript-module",
37797
- "path": "src/tabs/tabs.styles.ts",
37797
+ "path": "src/text-area/text-area.styles.ts",
37798
37798
  "declarations": [
37799
37799
  {
37800
37800
  "kind": "function",
37801
- "name": "foundationTabsStyles",
37801
+ "name": "foundationTextAreaStyles",
37802
37802
  "return": {
37803
37803
  "type": {
37804
37804
  "text": "ElementStyles"
@@ -37823,24 +37823,24 @@
37823
37823
  "exports": [
37824
37824
  {
37825
37825
  "kind": "js",
37826
- "name": "foundationTabsStyles",
37826
+ "name": "foundationTextAreaStyles",
37827
37827
  "declaration": {
37828
- "name": "foundationTabsStyles",
37829
- "module": "src/tabs/tabs.styles.ts"
37828
+ "name": "foundationTextAreaStyles",
37829
+ "module": "src/text-area/text-area.styles.ts"
37830
37830
  }
37831
37831
  }
37832
37832
  ]
37833
37833
  },
37834
37834
  {
37835
37835
  "kind": "javascript-module",
37836
- "path": "src/tabs/tabs.template.ts",
37836
+ "path": "src/text-area/text-area.template.ts",
37837
37837
  "declarations": [
37838
37838
  {
37839
37839
  "kind": "function",
37840
- "name": "foundationTabsTemplate",
37840
+ "name": "foundationTextAreaTemplate",
37841
37841
  "return": {
37842
37842
  "type": {
37843
- "text": "ViewTemplate<Tabs>"
37843
+ "text": "ViewTemplate<TextArea>"
37844
37844
  }
37845
37845
  },
37846
37846
  "parameters": [
@@ -37862,282 +37862,253 @@
37862
37862
  "exports": [
37863
37863
  {
37864
37864
  "kind": "js",
37865
- "name": "foundationTabsTemplate",
37865
+ "name": "foundationTextAreaTemplate",
37866
37866
  "declaration": {
37867
- "name": "foundationTabsTemplate",
37868
- "module": "src/tabs/tabs.template.ts"
37867
+ "name": "foundationTextAreaTemplate",
37868
+ "module": "src/text-area/text-area.template.ts"
37869
37869
  }
37870
37870
  }
37871
37871
  ]
37872
37872
  },
37873
37873
  {
37874
37874
  "kind": "javascript-module",
37875
- "path": "src/tabs/tabs.ts",
37875
+ "path": "src/text-area/text-area.ts",
37876
37876
  "declarations": [
37877
37877
  {
37878
37878
  "kind": "class",
37879
37879
  "description": "",
37880
- "name": "Tabs",
37880
+ "name": "TextArea",
37881
37881
  "superclass": {
37882
- "name": "FASTTabs",
37882
+ "name": "FASTTextArea",
37883
37883
  "package": "@microsoft/fast-components"
37884
37884
  },
37885
- "tagName": "%%prefix%%-tabs",
37885
+ "tagName": "%%prefix%%-text-area",
37886
37886
  "customElement": true,
37887
37887
  "attributes": [
37888
37888
  {
37889
- "name": "orientation",
37890
37889
  "type": {
37891
- "text": "TabsOrientation"
37890
+ "text": "boolean"
37892
37891
  },
37893
- "description": "The orientation",
37894
- "fieldName": "orientation",
37892
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
37893
+ "fieldName": "readOnly",
37894
+ "default": "20",
37895
37895
  "inheritedFrom": {
37896
- "name": "Tabs",
37897
- "module": "src/tabs/tabs.ts"
37896
+ "name": "TextArea",
37897
+ "module": "src/text-area/text-area.ts"
37898
37898
  }
37899
37899
  },
37900
37900
  {
37901
- "name": "activeid",
37901
+ "name": "resize",
37902
37902
  "type": {
37903
- "text": "string"
37903
+ "text": "TextAreaResize"
37904
37904
  },
37905
- "description": "The id of the active tab",
37906
- "fieldName": "activeid",
37905
+ "description": "The resize mode of the element.",
37906
+ "fieldName": "resize",
37907
37907
  "inheritedFrom": {
37908
- "name": "Tabs",
37909
- "module": "src/tabs/tabs.ts"
37908
+ "name": "TextArea",
37909
+ "module": "src/text-area/text-area.ts"
37910
37910
  }
37911
37911
  },
37912
37912
  {
37913
+ "name": "form",
37913
37914
  "type": {
37914
- "text": "boolean"
37915
+ "text": "string"
37915
37916
  },
37916
- "default": "true",
37917
- "description": "Whether or not to show the active indicator",
37918
- "fieldName": "activeindicator",
37917
+ "description": "The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to",
37918
+ "fieldName": "formId",
37919
37919
  "inheritedFrom": {
37920
- "name": "Tabs",
37921
- "module": "src/tabs/tabs.ts"
37920
+ "name": "TextArea",
37921
+ "module": "src/text-area/text-area.ts"
37922
37922
  }
37923
- }
37924
- ],
37925
- "members": [
37923
+ },
37926
37924
  {
37927
- "kind": "field",
37928
- "name": "orientation",
37925
+ "name": "list",
37929
37926
  "type": {
37930
- "text": "TabsOrientation"
37927
+ "text": "string"
37931
37928
  },
37932
- "privacy": "public",
37933
- "description": "The orientation",
37929
+ "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
37930
+ "fieldName": "list",
37934
37931
  "inheritedFrom": {
37935
- "name": "Tabs",
37936
- "module": "src/tabs/tabs.ts"
37932
+ "name": "TextArea",
37933
+ "module": "src/text-area/text-area.ts"
37937
37934
  }
37938
37935
  },
37939
37936
  {
37940
- "kind": "field",
37941
- "name": "activeid",
37937
+ "name": "name",
37942
37938
  "type": {
37943
37939
  "text": "string"
37944
37940
  },
37945
- "privacy": "public",
37946
- "description": "The id of the active tab",
37941
+ "description": "The name of the element.",
37942
+ "fieldName": "name",
37947
37943
  "inheritedFrom": {
37948
- "name": "Tabs",
37949
- "module": "src/tabs/tabs.ts"
37944
+ "name": "TextArea",
37945
+ "module": "src/text-area/text-area.ts"
37950
37946
  }
37951
37947
  },
37952
37948
  {
37953
- "kind": "field",
37954
- "name": "activeindicator",
37949
+ "name": "placeholder",
37955
37950
  "type": {
37956
- "text": "boolean"
37951
+ "text": "string"
37957
37952
  },
37958
- "privacy": "public",
37959
- "default": "true",
37960
- "description": "Whether or not to show the active indicator",
37953
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
37954
+ "fieldName": "placeholder",
37961
37955
  "inheritedFrom": {
37962
- "name": "Tabs",
37963
- "module": "src/tabs/tabs.ts"
37956
+ "name": "TextArea",
37957
+ "module": "src/text-area/text-area.ts"
37964
37958
  }
37965
- },
37959
+ }
37960
+ ],
37961
+ "members": [
37966
37962
  {
37967
37963
  "kind": "field",
37968
- "name": "activetab",
37964
+ "name": "readOnly",
37969
37965
  "type": {
37970
- "text": "HTMLElement"
37966
+ "text": "boolean"
37971
37967
  },
37972
37968
  "privacy": "public",
37973
- "description": "A reference to the active tab",
37969
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
37974
37970
  "inheritedFrom": {
37975
- "name": "Tabs",
37976
- "module": "src/tabs/tabs.ts"
37971
+ "name": "TextArea",
37972
+ "module": "src/text-area/text-area.ts"
37977
37973
  }
37978
37974
  },
37979
37975
  {
37980
- "kind": "field",
37981
- "name": "prevActiveTabIndex",
37982
- "type": {
37983
- "text": "number"
37984
- },
37976
+ "kind": "method",
37977
+ "name": "readOnlyChanged",
37985
37978
  "privacy": "private",
37986
- "default": "0",
37979
+ "return": {
37980
+ "type": {
37981
+ "text": "void"
37982
+ }
37983
+ },
37987
37984
  "inheritedFrom": {
37988
- "name": "Tabs",
37989
- "module": "src/tabs/tabs.ts"
37985
+ "name": "TextArea",
37986
+ "module": "src/text-area/text-area.ts"
37990
37987
  }
37991
37988
  },
37992
37989
  {
37993
37990
  "kind": "field",
37994
- "name": "activeTabIndex",
37991
+ "name": "resize",
37995
37992
  "type": {
37996
- "text": "number"
37993
+ "text": "TextAreaResize"
37997
37994
  },
37998
- "privacy": "private",
37999
- "default": "0",
37995
+ "privacy": "public",
37996
+ "description": "The resize mode of the element.",
38000
37997
  "inheritedFrom": {
38001
- "name": "Tabs",
38002
- "module": "src/tabs/tabs.ts"
37998
+ "name": "TextArea",
37999
+ "module": "src/text-area/text-area.ts"
38003
38000
  }
38004
38001
  },
38005
38002
  {
38006
38003
  "kind": "field",
38007
- "name": "ticking",
38004
+ "name": "autofocus",
38008
38005
  "type": {
38009
38006
  "text": "boolean"
38010
38007
  },
38011
- "privacy": "private",
38012
- "default": "false",
38008
+ "privacy": "public",
38009
+ "description": "Indicates that this element should get focus after the page finishes loading.",
38013
38010
  "inheritedFrom": {
38014
- "name": "Tabs",
38015
- "module": "src/tabs/tabs.ts"
38011
+ "name": "TextArea",
38012
+ "module": "src/text-area/text-area.ts"
38016
38013
  }
38017
38014
  },
38018
38015
  {
38019
- "kind": "field",
38020
- "name": "tabIds",
38021
- "type": {
38022
- "text": "Array<string>"
38023
- },
38016
+ "kind": "method",
38017
+ "name": "autofocusChanged",
38024
38018
  "privacy": "private",
38019
+ "return": {
38020
+ "type": {
38021
+ "text": "void"
38022
+ }
38023
+ },
38025
38024
  "inheritedFrom": {
38026
- "name": "Tabs",
38027
- "module": "src/tabs/tabs.ts"
38025
+ "name": "TextArea",
38026
+ "module": "src/text-area/text-area.ts"
38028
38027
  }
38029
38028
  },
38030
38029
  {
38031
38030
  "kind": "field",
38032
- "name": "tabpanelIds",
38031
+ "name": "formId",
38033
38032
  "type": {
38034
- "text": "Array<string>"
38033
+ "text": "string"
38035
38034
  },
38036
- "privacy": "private",
38037
- "inheritedFrom": {
38038
- "name": "Tabs",
38039
- "module": "src/tabs/tabs.ts"
38040
- }
38041
- },
38042
- {
38043
- "kind": "field",
38044
- "name": "change",
38045
- "privacy": "private",
38046
- "inheritedFrom": {
38047
- "name": "Tabs",
38048
- "module": "src/tabs/tabs.ts"
38049
- }
38050
- },
38051
- {
38052
- "kind": "field",
38053
- "name": "isDisabledElement",
38054
- "privacy": "private",
38055
- "inheritedFrom": {
38056
- "name": "Tabs",
38057
- "module": "src/tabs/tabs.ts"
38058
- }
38059
- },
38060
- {
38061
- "kind": "field",
38062
- "name": "isHiddenElement",
38063
- "privacy": "private",
38035
+ "privacy": "public",
38036
+ "description": "The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id} of the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form} the element is associated to",
38064
38037
  "inheritedFrom": {
38065
- "name": "Tabs",
38066
- "module": "src/tabs/tabs.ts"
38038
+ "name": "TextArea",
38039
+ "module": "src/text-area/text-area.ts"
38067
38040
  }
38068
38041
  },
38069
38042
  {
38070
38043
  "kind": "field",
38071
- "name": "isFocusableElement",
38072
- "privacy": "private",
38044
+ "name": "list",
38045
+ "type": {
38046
+ "text": "string"
38047
+ },
38048
+ "privacy": "public",
38049
+ "description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
38073
38050
  "inheritedFrom": {
38074
- "name": "Tabs",
38075
- "module": "src/tabs/tabs.ts"
38051
+ "name": "TextArea",
38052
+ "module": "src/text-area/text-area.ts"
38076
38053
  }
38077
38054
  },
38078
38055
  {
38079
38056
  "kind": "method",
38080
- "name": "getActiveIndex",
38057
+ "name": "listChanged",
38081
38058
  "privacy": "private",
38082
38059
  "return": {
38083
38060
  "type": {
38084
- "text": "number"
38061
+ "text": "void"
38085
38062
  }
38086
38063
  },
38087
38064
  "inheritedFrom": {
38088
- "name": "Tabs",
38089
- "module": "src/tabs/tabs.ts"
38090
- }
38091
- },
38092
- {
38093
- "kind": "field",
38094
- "name": "setTabs",
38095
- "privacy": "private",
38096
- "inheritedFrom": {
38097
- "name": "Tabs",
38098
- "module": "src/tabs/tabs.ts"
38065
+ "name": "TextArea",
38066
+ "module": "src/text-area/text-area.ts"
38099
38067
  }
38100
38068
  },
38101
38069
  {
38102
38070
  "kind": "field",
38103
- "name": "setTabPanels",
38104
- "privacy": "private",
38071
+ "name": "maxlength",
38072
+ "type": {
38073
+ "text": "number"
38074
+ },
38075
+ "privacy": "public",
38076
+ "description": "The maximum number of characters a user can enter.",
38105
38077
  "inheritedFrom": {
38106
- "name": "Tabs",
38107
- "module": "src/tabs/tabs.ts"
38078
+ "name": "TextArea",
38079
+ "module": "src/text-area/text-area.ts"
38108
38080
  }
38109
38081
  },
38110
38082
  {
38111
38083
  "kind": "method",
38112
- "name": "getTabIds",
38084
+ "name": "maxlengthChanged",
38113
38085
  "privacy": "private",
38114
38086
  "return": {
38115
38087
  "type": {
38116
- "text": "Array<string>"
38088
+ "text": "void"
38117
38089
  }
38118
38090
  },
38119
38091
  "inheritedFrom": {
38120
- "name": "Tabs",
38121
- "module": "src/tabs/tabs.ts"
38092
+ "name": "TextArea",
38093
+ "module": "src/text-area/text-area.ts"
38122
38094
  }
38123
38095
  },
38124
38096
  {
38125
- "kind": "method",
38126
- "name": "getTabPanelIds",
38127
- "privacy": "private",
38128
- "return": {
38129
- "type": {
38130
- "text": "Array<string>"
38131
- }
38097
+ "kind": "field",
38098
+ "name": "minlength",
38099
+ "type": {
38100
+ "text": "number"
38132
38101
  },
38102
+ "privacy": "public",
38103
+ "description": "The minimum number of characters a user can enter.",
38133
38104
  "inheritedFrom": {
38134
- "name": "Tabs",
38135
- "module": "src/tabs/tabs.ts"
38105
+ "name": "TextArea",
38106
+ "module": "src/text-area/text-area.ts"
38136
38107
  }
38137
38108
  },
38138
38109
  {
38139
38110
  "kind": "method",
38140
- "name": "setComponent",
38111
+ "name": "minlengthChanged",
38141
38112
  "privacy": "private",
38142
38113
  "return": {
38143
38114
  "type": {
@@ -38145,54 +38116,79 @@
38145
38116
  }
38146
38117
  },
38147
38118
  "inheritedFrom": {
38148
- "name": "Tabs",
38149
- "module": "src/tabs/tabs.ts"
38119
+ "name": "TextArea",
38120
+ "module": "src/text-area/text-area.ts"
38150
38121
  }
38151
38122
  },
38152
38123
  {
38153
38124
  "kind": "field",
38154
- "name": "handleTabClick",
38155
- "privacy": "private",
38125
+ "name": "name",
38126
+ "type": {
38127
+ "text": "string"
38128
+ },
38129
+ "privacy": "public",
38130
+ "description": "The name of the element.",
38156
38131
  "inheritedFrom": {
38157
- "name": "Tabs",
38158
- "module": "src/tabs/tabs.ts"
38132
+ "name": "TextArea",
38133
+ "module": "src/text-area/text-area.ts"
38159
38134
  }
38160
38135
  },
38161
38136
  {
38162
- "kind": "method",
38163
- "name": "isHorizontal",
38164
- "privacy": "private",
38165
- "return": {
38166
- "type": {
38167
- "text": "boolean"
38168
- }
38137
+ "kind": "field",
38138
+ "name": "placeholder",
38139
+ "type": {
38140
+ "text": "string"
38169
38141
  },
38142
+ "privacy": "public",
38143
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
38170
38144
  "inheritedFrom": {
38171
- "name": "Tabs",
38172
- "module": "src/tabs/tabs.ts"
38145
+ "name": "TextArea",
38146
+ "module": "src/text-area/text-area.ts"
38173
38147
  }
38174
38148
  },
38175
38149
  {
38176
38150
  "kind": "field",
38177
- "name": "handleTabKeyDown",
38178
- "privacy": "private",
38151
+ "name": "cols",
38152
+ "type": {
38153
+ "text": "number"
38154
+ },
38155
+ "privacy": "public",
38156
+ "default": "20",
38157
+ "description": "Sizes the element horizontally by a number of character columns.",
38179
38158
  "inheritedFrom": {
38180
- "name": "Tabs",
38181
- "module": "src/tabs/tabs.ts"
38159
+ "name": "TextArea",
38160
+ "module": "src/text-area/text-area.ts"
38182
38161
  }
38183
38162
  },
38184
38163
  {
38185
- "kind": "method",
38186
- "name": "handleActiveIndicatorPosition",
38187
- "privacy": "private",
38164
+ "kind": "field",
38165
+ "name": "rows",
38166
+ "type": {
38167
+ "text": "number"
38168
+ },
38169
+ "privacy": "public",
38170
+ "description": "Sizes the element vertically by a number of character rows.",
38188
38171
  "inheritedFrom": {
38189
- "name": "Tabs",
38190
- "module": "src/tabs/tabs.ts"
38172
+ "name": "TextArea",
38173
+ "module": "src/text-area/text-area.ts"
38174
+ }
38175
+ },
38176
+ {
38177
+ "kind": "field",
38178
+ "name": "spellcheck",
38179
+ "type": {
38180
+ "text": "boolean"
38181
+ },
38182
+ "privacy": "public",
38183
+ "description": "Sets if the element is eligible for spell checking\nbut the UA.",
38184
+ "inheritedFrom": {
38185
+ "name": "TextArea",
38186
+ "module": "src/text-area/text-area.ts"
38191
38187
  }
38192
38188
  },
38193
38189
  {
38194
38190
  "kind": "method",
38195
- "name": "animateActiveIndicator",
38191
+ "name": "spellcheckChanged",
38196
38192
  "privacy": "private",
38197
38193
  "return": {
38198
38194
  "type": {
@@ -38200,72 +38196,46 @@
38200
38196
  }
38201
38197
  },
38202
38198
  "inheritedFrom": {
38203
- "name": "Tabs",
38204
- "module": "src/tabs/tabs.ts"
38199
+ "name": "TextArea",
38200
+ "module": "src/text-area/text-area.ts"
38205
38201
  }
38206
38202
  },
38207
38203
  {
38208
38204
  "kind": "method",
38209
- "name": "adjust",
38205
+ "name": "select",
38210
38206
  "privacy": "public",
38211
38207
  "return": {
38212
38208
  "type": {
38213
38209
  "text": "void"
38214
38210
  }
38215
38211
  },
38216
- "parameters": [
38217
- {
38218
- "name": "adjustment",
38219
- "type": {
38220
- "text": "number"
38221
- }
38222
- }
38223
- ],
38224
- "description": "The adjust method for FASTTabs",
38225
- "inheritedFrom": {
38226
- "name": "Tabs",
38227
- "module": "src/tabs/tabs.ts"
38228
- }
38229
- },
38230
- {
38231
- "kind": "field",
38232
- "name": "adjustForward",
38233
- "privacy": "private",
38234
- "inheritedFrom": {
38235
- "name": "Tabs",
38236
- "module": "src/tabs/tabs.ts"
38237
- }
38238
- },
38239
- {
38240
- "kind": "field",
38241
- "name": "adjustBackward",
38242
- "privacy": "private",
38243
- "inheritedFrom": {
38244
- "name": "Tabs",
38245
- "module": "src/tabs/tabs.ts"
38246
- }
38247
- },
38248
- {
38249
- "kind": "field",
38250
- "name": "moveToTabByIndex",
38251
- "privacy": "private",
38212
+ "description": "Selects all the text in the text area",
38252
38213
  "inheritedFrom": {
38253
- "name": "Tabs",
38254
- "module": "src/tabs/tabs.ts"
38214
+ "name": "TextArea",
38215
+ "module": "src/text-area/text-area.ts"
38255
38216
  }
38256
38217
  },
38257
38218
  {
38258
38219
  "kind": "method",
38259
- "name": "focusTab",
38260
- "privacy": "private",
38220
+ "name": "validate",
38221
+ "privacy": "public",
38261
38222
  "return": {
38262
38223
  "type": {
38263
38224
  "text": "void"
38264
38225
  }
38265
38226
  },
38227
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
38266
38228
  "inheritedFrom": {
38267
- "name": "Tabs",
38268
- "module": "src/tabs/tabs.ts"
38229
+ "name": "TextArea",
38230
+ "module": "src/text-area/text-area.ts"
38231
+ }
38232
+ },
38233
+ {
38234
+ "kind": "field",
38235
+ "name": "proxy",
38236
+ "inheritedFrom": {
38237
+ "name": "TextArea",
38238
+ "module": "src/text-area/text-area.ts"
38269
38239
  }
38270
38240
  },
38271
38241
  {
@@ -38277,8 +38247,8 @@
38277
38247
  "privacy": "private",
38278
38248
  "default": "void 0",
38279
38249
  "inheritedFrom": {
38280
- "name": "FoundationElement",
38281
- "module": "src/foundation-element/foundation-element.ts"
38250
+ "name": "TextArea",
38251
+ "module": "src/text-area/text-area.ts"
38282
38252
  }
38283
38253
  },
38284
38254
  {
@@ -38290,8 +38260,8 @@
38290
38260
  "privacy": "public",
38291
38261
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
38292
38262
  "inheritedFrom": {
38293
- "name": "FoundationElement",
38294
- "module": "src/foundation-element/foundation-element.ts"
38263
+ "name": "TextArea",
38264
+ "module": "src/text-area/text-area.ts"
38295
38265
  }
38296
38266
  },
38297
38267
  {
@@ -38303,8 +38273,8 @@
38303
38273
  "privacy": "public",
38304
38274
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
38305
38275
  "inheritedFrom": {
38306
- "name": "FoundationElement",
38307
- "module": "src/foundation-element/foundation-element.ts"
38276
+ "name": "TextArea",
38277
+ "module": "src/text-area/text-area.ts"
38308
38278
  }
38309
38279
  },
38310
38280
  {
@@ -38317,8 +38287,8 @@
38317
38287
  }
38318
38288
  },
38319
38289
  "inheritedFrom": {
38320
- "name": "FoundationElement",
38321
- "module": "src/foundation-element/foundation-element.ts"
38290
+ "name": "TextArea",
38291
+ "module": "src/text-area/text-area.ts"
38322
38292
  }
38323
38293
  },
38324
38294
  {
@@ -38330,8 +38300,8 @@
38330
38300
  "privacy": "public",
38331
38301
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
38332
38302
  "inheritedFrom": {
38333
- "name": "FoundationElement",
38334
- "module": "src/foundation-element/foundation-element.ts"
38303
+ "name": "TextArea",
38304
+ "module": "src/text-area/text-area.ts"
38335
38305
  }
38336
38306
  },
38337
38307
  {
@@ -38344,8 +38314,8 @@
38344
38314
  }
38345
38315
  },
38346
38316
  "inheritedFrom": {
38347
- "name": "FoundationElement",
38348
- "module": "src/foundation-element/foundation-element.ts"
38317
+ "name": "TextArea",
38318
+ "module": "src/text-area/text-area.ts"
38349
38319
  }
38350
38320
  },
38351
38321
  {
@@ -38375,25 +38345,25 @@
38375
38345
  ],
38376
38346
  "description": "Defines an element registry function with a set of element definition defaults.",
38377
38347
  "inheritedFrom": {
38378
- "name": "FoundationElement",
38379
- "module": "src/foundation-element/foundation-element.ts"
38348
+ "name": "TextArea",
38349
+ "module": "src/text-area/text-area.ts"
38380
38350
  }
38381
38351
  }
38382
38352
  ],
38383
38353
  "events": [
38384
38354
  {
38385
- "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
38355
+ "description": "Emits a custom 'change' event when the textarea emits a change event",
38386
38356
  "name": "change",
38387
38357
  "inheritedFrom": {
38388
- "name": "Tabs",
38389
- "module": "src/tabs/tabs.ts"
38358
+ "name": "TextArea",
38359
+ "module": "src/text-area/text-area.ts"
38390
38360
  }
38391
38361
  }
38392
38362
  ]
38393
38363
  },
38394
38364
  {
38395
38365
  "kind": "variable",
38396
- "name": "foundationTabsShadowOptions",
38366
+ "name": "foundationTextAreaShadowOptions",
38397
38367
  "type": {
38398
38368
  "text": "ShadowRootInit"
38399
38369
  },
@@ -38401,7 +38371,7 @@
38401
38371
  },
38402
38372
  {
38403
38373
  "kind": "variable",
38404
- "name": "defaultTabsConfig",
38374
+ "name": "defaultTextAreaConfig",
38405
38375
  "type": {
38406
38376
  "text": "object"
38407
38377
  },
@@ -38409,49 +38379,49 @@
38409
38379
  },
38410
38380
  {
38411
38381
  "kind": "variable",
38412
- "name": "foundationTabs",
38413
- "description": "The Foundation Tabs",
38382
+ "name": "foundationTextArea",
38383
+ "description": "The Foundation Text Area",
38414
38384
  "privacy": "public"
38415
38385
  }
38416
38386
  ],
38417
38387
  "exports": [
38418
38388
  {
38419
38389
  "kind": "js",
38420
- "name": "Tabs",
38390
+ "name": "TextArea",
38421
38391
  "declaration": {
38422
- "name": "Tabs",
38423
- "module": "src/tabs/tabs.ts"
38392
+ "name": "TextArea",
38393
+ "module": "src/text-area/text-area.ts"
38424
38394
  }
38425
38395
  },
38426
38396
  {
38427
38397
  "kind": "js",
38428
- "name": "foundationTabsShadowOptions",
38398
+ "name": "foundationTextAreaShadowOptions",
38429
38399
  "declaration": {
38430
- "name": "foundationTabsShadowOptions",
38431
- "module": "src/tabs/tabs.ts"
38400
+ "name": "foundationTextAreaShadowOptions",
38401
+ "module": "src/text-area/text-area.ts"
38432
38402
  }
38433
38403
  },
38434
38404
  {
38435
38405
  "kind": "js",
38436
- "name": "defaultTabsConfig",
38406
+ "name": "defaultTextAreaConfig",
38437
38407
  "declaration": {
38438
- "name": "defaultTabsConfig",
38439
- "module": "src/tabs/tabs.ts"
38408
+ "name": "defaultTextAreaConfig",
38409
+ "module": "src/text-area/text-area.ts"
38440
38410
  }
38441
38411
  },
38442
38412
  {
38443
38413
  "kind": "js",
38444
- "name": "foundationTabs",
38414
+ "name": "foundationTextArea",
38445
38415
  "declaration": {
38446
- "name": "foundationTabs",
38447
- "module": "src/tabs/tabs.ts"
38416
+ "name": "foundationTextArea",
38417
+ "module": "src/text-area/text-area.ts"
38448
38418
  }
38449
38419
  }
38450
38420
  ]
38451
38421
  },
38452
38422
  {
38453
38423
  "kind": "javascript-module",
38454
- "path": "src/text-area/index.ts",
38424
+ "path": "src/tabs/index.ts",
38455
38425
  "declarations": [],
38456
38426
  "exports": [
38457
38427
  {
@@ -38459,7 +38429,7 @@
38459
38429
  "name": "*",
38460
38430
  "declaration": {
38461
38431
  "name": "*",
38462
- "package": "./text-area.template"
38432
+ "package": "./tabs.template"
38463
38433
  }
38464
38434
  },
38465
38435
  {
@@ -38467,7 +38437,7 @@
38467
38437
  "name": "*",
38468
38438
  "declaration": {
38469
38439
  "name": "*",
38470
- "package": "./text-area.styles"
38440
+ "package": "./tabs.styles"
38471
38441
  }
38472
38442
  },
38473
38443
  {
@@ -38475,18 +38445,18 @@
38475
38445
  "name": "*",
38476
38446
  "declaration": {
38477
38447
  "name": "*",
38478
- "package": "./text-area"
38448
+ "package": "./tabs"
38479
38449
  }
38480
38450
  }
38481
38451
  ]
38482
38452
  },
38483
38453
  {
38484
38454
  "kind": "javascript-module",
38485
- "path": "src/text-area/text-area.styles.ts",
38455
+ "path": "src/tabs/tabs.styles.ts",
38486
38456
  "declarations": [
38487
38457
  {
38488
38458
  "kind": "function",
38489
- "name": "foundationTextAreaStyles",
38459
+ "name": "foundationTabsStyles",
38490
38460
  "return": {
38491
38461
  "type": {
38492
38462
  "text": "ElementStyles"
@@ -38511,24 +38481,24 @@
38511
38481
  "exports": [
38512
38482
  {
38513
38483
  "kind": "js",
38514
- "name": "foundationTextAreaStyles",
38484
+ "name": "foundationTabsStyles",
38515
38485
  "declaration": {
38516
- "name": "foundationTextAreaStyles",
38517
- "module": "src/text-area/text-area.styles.ts"
38486
+ "name": "foundationTabsStyles",
38487
+ "module": "src/tabs/tabs.styles.ts"
38518
38488
  }
38519
38489
  }
38520
38490
  ]
38521
38491
  },
38522
38492
  {
38523
38493
  "kind": "javascript-module",
38524
- "path": "src/text-area/text-area.template.ts",
38494
+ "path": "src/tabs/tabs.template.ts",
38525
38495
  "declarations": [
38526
38496
  {
38527
38497
  "kind": "function",
38528
- "name": "foundationTextAreaTemplate",
38498
+ "name": "foundationTabsTemplate",
38529
38499
  "return": {
38530
38500
  "type": {
38531
- "text": "ViewTemplate<TextArea>"
38501
+ "text": "ViewTemplate<Tabs>"
38532
38502
  }
38533
38503
  },
38534
38504
  "parameters": [
@@ -38550,380 +38520,410 @@
38550
38520
  "exports": [
38551
38521
  {
38552
38522
  "kind": "js",
38553
- "name": "foundationTextAreaTemplate",
38523
+ "name": "foundationTabsTemplate",
38554
38524
  "declaration": {
38555
- "name": "foundationTextAreaTemplate",
38556
- "module": "src/text-area/text-area.template.ts"
38525
+ "name": "foundationTabsTemplate",
38526
+ "module": "src/tabs/tabs.template.ts"
38557
38527
  }
38558
38528
  }
38559
38529
  ]
38560
38530
  },
38561
38531
  {
38562
38532
  "kind": "javascript-module",
38563
- "path": "src/text-area/text-area.ts",
38533
+ "path": "src/tabs/tabs.ts",
38564
38534
  "declarations": [
38565
38535
  {
38566
38536
  "kind": "class",
38567
38537
  "description": "",
38568
- "name": "TextArea",
38538
+ "name": "Tabs",
38569
38539
  "superclass": {
38570
- "name": "FASTTextArea",
38540
+ "name": "FASTTabs",
38571
38541
  "package": "@microsoft/fast-components"
38572
38542
  },
38573
- "tagName": "%%prefix%%-text-area",
38543
+ "tagName": "%%prefix%%-tabs",
38574
38544
  "customElement": true,
38575
38545
  "attributes": [
38576
38546
  {
38547
+ "name": "orientation",
38577
38548
  "type": {
38578
- "text": "boolean"
38549
+ "text": "TabsOrientation"
38579
38550
  },
38580
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
38581
- "fieldName": "readOnly",
38582
- "default": "20",
38551
+ "description": "The orientation",
38552
+ "fieldName": "orientation",
38583
38553
  "inheritedFrom": {
38584
- "name": "TextArea",
38585
- "module": "src/text-area/text-area.ts"
38554
+ "name": "Tabs",
38555
+ "module": "src/tabs/tabs.ts"
38586
38556
  }
38587
38557
  },
38588
38558
  {
38589
- "name": "resize",
38559
+ "name": "activeid",
38590
38560
  "type": {
38591
- "text": "TextAreaResize"
38561
+ "text": "string"
38592
38562
  },
38593
- "description": "The resize mode of the element.",
38594
- "fieldName": "resize",
38563
+ "description": "The id of the active tab",
38564
+ "fieldName": "activeid",
38595
38565
  "inheritedFrom": {
38596
- "name": "TextArea",
38597
- "module": "src/text-area/text-area.ts"
38566
+ "name": "Tabs",
38567
+ "module": "src/tabs/tabs.ts"
38598
38568
  }
38599
38569
  },
38600
38570
  {
38601
- "name": "form",
38602
38571
  "type": {
38603
- "text": "string"
38572
+ "text": "boolean"
38604
38573
  },
38605
- "description": "The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to",
38606
- "fieldName": "formId",
38574
+ "default": "true",
38575
+ "description": "Whether or not to show the active indicator",
38576
+ "fieldName": "activeindicator",
38607
38577
  "inheritedFrom": {
38608
- "name": "TextArea",
38609
- "module": "src/text-area/text-area.ts"
38578
+ "name": "Tabs",
38579
+ "module": "src/tabs/tabs.ts"
38610
38580
  }
38611
- },
38581
+ }
38582
+ ],
38583
+ "members": [
38612
38584
  {
38613
- "name": "list",
38585
+ "kind": "field",
38586
+ "name": "orientation",
38614
38587
  "type": {
38615
- "text": "string"
38588
+ "text": "TabsOrientation"
38616
38589
  },
38617
- "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
38618
- "fieldName": "list",
38590
+ "privacy": "public",
38591
+ "description": "The orientation",
38619
38592
  "inheritedFrom": {
38620
- "name": "TextArea",
38621
- "module": "src/text-area/text-area.ts"
38593
+ "name": "Tabs",
38594
+ "module": "src/tabs/tabs.ts"
38622
38595
  }
38623
38596
  },
38624
38597
  {
38625
- "name": "name",
38598
+ "kind": "field",
38599
+ "name": "activeid",
38626
38600
  "type": {
38627
38601
  "text": "string"
38628
38602
  },
38629
- "description": "The name of the element.",
38630
- "fieldName": "name",
38603
+ "privacy": "public",
38604
+ "description": "The id of the active tab",
38631
38605
  "inheritedFrom": {
38632
- "name": "TextArea",
38633
- "module": "src/text-area/text-area.ts"
38606
+ "name": "Tabs",
38607
+ "module": "src/tabs/tabs.ts"
38634
38608
  }
38635
38609
  },
38636
38610
  {
38637
- "name": "placeholder",
38611
+ "kind": "field",
38612
+ "name": "activeindicator",
38638
38613
  "type": {
38639
- "text": "string"
38614
+ "text": "boolean"
38640
38615
  },
38641
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
38642
- "fieldName": "placeholder",
38616
+ "privacy": "public",
38617
+ "default": "true",
38618
+ "description": "Whether or not to show the active indicator",
38643
38619
  "inheritedFrom": {
38644
- "name": "TextArea",
38645
- "module": "src/text-area/text-area.ts"
38620
+ "name": "Tabs",
38621
+ "module": "src/tabs/tabs.ts"
38646
38622
  }
38647
- }
38648
- ],
38649
- "members": [
38623
+ },
38650
38624
  {
38651
38625
  "kind": "field",
38652
- "name": "readOnly",
38626
+ "name": "activetab",
38653
38627
  "type": {
38654
- "text": "boolean"
38628
+ "text": "HTMLElement"
38655
38629
  },
38656
38630
  "privacy": "public",
38657
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
38631
+ "description": "A reference to the active tab",
38658
38632
  "inheritedFrom": {
38659
- "name": "TextArea",
38660
- "module": "src/text-area/text-area.ts"
38633
+ "name": "Tabs",
38634
+ "module": "src/tabs/tabs.ts"
38661
38635
  }
38662
38636
  },
38663
38637
  {
38664
- "kind": "method",
38665
- "name": "readOnlyChanged",
38666
- "privacy": "private",
38667
- "return": {
38668
- "type": {
38669
- "text": "void"
38670
- }
38638
+ "kind": "field",
38639
+ "name": "prevActiveTabIndex",
38640
+ "type": {
38641
+ "text": "number"
38671
38642
  },
38643
+ "privacy": "private",
38644
+ "default": "0",
38672
38645
  "inheritedFrom": {
38673
- "name": "TextArea",
38674
- "module": "src/text-area/text-area.ts"
38646
+ "name": "Tabs",
38647
+ "module": "src/tabs/tabs.ts"
38675
38648
  }
38676
38649
  },
38677
38650
  {
38678
38651
  "kind": "field",
38679
- "name": "resize",
38652
+ "name": "activeTabIndex",
38680
38653
  "type": {
38681
- "text": "TextAreaResize"
38654
+ "text": "number"
38682
38655
  },
38683
- "privacy": "public",
38684
- "description": "The resize mode of the element.",
38656
+ "privacy": "private",
38657
+ "default": "0",
38685
38658
  "inheritedFrom": {
38686
- "name": "TextArea",
38687
- "module": "src/text-area/text-area.ts"
38659
+ "name": "Tabs",
38660
+ "module": "src/tabs/tabs.ts"
38688
38661
  }
38689
38662
  },
38690
38663
  {
38691
38664
  "kind": "field",
38692
- "name": "autofocus",
38665
+ "name": "ticking",
38693
38666
  "type": {
38694
38667
  "text": "boolean"
38695
38668
  },
38696
- "privacy": "public",
38697
- "description": "Indicates that this element should get focus after the page finishes loading.",
38669
+ "privacy": "private",
38670
+ "default": "false",
38698
38671
  "inheritedFrom": {
38699
- "name": "TextArea",
38700
- "module": "src/text-area/text-area.ts"
38672
+ "name": "Tabs",
38673
+ "module": "src/tabs/tabs.ts"
38701
38674
  }
38702
38675
  },
38703
38676
  {
38704
- "kind": "method",
38705
- "name": "autofocusChanged",
38706
- "privacy": "private",
38707
- "return": {
38708
- "type": {
38709
- "text": "void"
38710
- }
38677
+ "kind": "field",
38678
+ "name": "tabIds",
38679
+ "type": {
38680
+ "text": "Array<string>"
38711
38681
  },
38682
+ "privacy": "private",
38712
38683
  "inheritedFrom": {
38713
- "name": "TextArea",
38714
- "module": "src/text-area/text-area.ts"
38684
+ "name": "Tabs",
38685
+ "module": "src/tabs/tabs.ts"
38715
38686
  }
38716
38687
  },
38717
38688
  {
38718
38689
  "kind": "field",
38719
- "name": "formId",
38690
+ "name": "tabpanelIds",
38720
38691
  "type": {
38721
- "text": "string"
38692
+ "text": "Array<string>"
38722
38693
  },
38723
- "privacy": "public",
38724
- "description": "The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id} of the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form} the element is associated to",
38694
+ "privacy": "private",
38725
38695
  "inheritedFrom": {
38726
- "name": "TextArea",
38727
- "module": "src/text-area/text-area.ts"
38696
+ "name": "Tabs",
38697
+ "module": "src/tabs/tabs.ts"
38728
38698
  }
38729
38699
  },
38730
38700
  {
38731
38701
  "kind": "field",
38732
- "name": "list",
38733
- "type": {
38734
- "text": "string"
38735
- },
38736
- "privacy": "public",
38737
- "description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
38702
+ "name": "change",
38703
+ "privacy": "private",
38738
38704
  "inheritedFrom": {
38739
- "name": "TextArea",
38740
- "module": "src/text-area/text-area.ts"
38705
+ "name": "Tabs",
38706
+ "module": "src/tabs/tabs.ts"
38741
38707
  }
38742
38708
  },
38743
38709
  {
38744
- "kind": "method",
38745
- "name": "listChanged",
38710
+ "kind": "field",
38711
+ "name": "isDisabledElement",
38746
38712
  "privacy": "private",
38747
- "return": {
38748
- "type": {
38749
- "text": "void"
38750
- }
38751
- },
38752
38713
  "inheritedFrom": {
38753
- "name": "TextArea",
38754
- "module": "src/text-area/text-area.ts"
38714
+ "name": "Tabs",
38715
+ "module": "src/tabs/tabs.ts"
38755
38716
  }
38756
38717
  },
38757
38718
  {
38758
38719
  "kind": "field",
38759
- "name": "maxlength",
38760
- "type": {
38761
- "text": "number"
38762
- },
38763
- "privacy": "public",
38764
- "description": "The maximum number of characters a user can enter.",
38720
+ "name": "isHiddenElement",
38721
+ "privacy": "private",
38765
38722
  "inheritedFrom": {
38766
- "name": "TextArea",
38767
- "module": "src/text-area/text-area.ts"
38723
+ "name": "Tabs",
38724
+ "module": "src/tabs/tabs.ts"
38725
+ }
38726
+ },
38727
+ {
38728
+ "kind": "field",
38729
+ "name": "isFocusableElement",
38730
+ "privacy": "private",
38731
+ "inheritedFrom": {
38732
+ "name": "Tabs",
38733
+ "module": "src/tabs/tabs.ts"
38768
38734
  }
38769
38735
  },
38770
38736
  {
38771
38737
  "kind": "method",
38772
- "name": "maxlengthChanged",
38738
+ "name": "getActiveIndex",
38773
38739
  "privacy": "private",
38774
38740
  "return": {
38775
38741
  "type": {
38776
- "text": "void"
38742
+ "text": "number"
38777
38743
  }
38778
38744
  },
38779
38745
  "inheritedFrom": {
38780
- "name": "TextArea",
38781
- "module": "src/text-area/text-area.ts"
38746
+ "name": "Tabs",
38747
+ "module": "src/tabs/tabs.ts"
38782
38748
  }
38783
38749
  },
38784
38750
  {
38785
38751
  "kind": "field",
38786
- "name": "minlength",
38787
- "type": {
38788
- "text": "number"
38789
- },
38790
- "privacy": "public",
38791
- "description": "The minimum number of characters a user can enter.",
38752
+ "name": "setTabs",
38753
+ "privacy": "private",
38792
38754
  "inheritedFrom": {
38793
- "name": "TextArea",
38794
- "module": "src/text-area/text-area.ts"
38755
+ "name": "Tabs",
38756
+ "module": "src/tabs/tabs.ts"
38757
+ }
38758
+ },
38759
+ {
38760
+ "kind": "field",
38761
+ "name": "setTabPanels",
38762
+ "privacy": "private",
38763
+ "inheritedFrom": {
38764
+ "name": "Tabs",
38765
+ "module": "src/tabs/tabs.ts"
38795
38766
  }
38796
38767
  },
38797
38768
  {
38798
38769
  "kind": "method",
38799
- "name": "minlengthChanged",
38770
+ "name": "getTabIds",
38800
38771
  "privacy": "private",
38801
38772
  "return": {
38802
38773
  "type": {
38803
- "text": "void"
38774
+ "text": "Array<string>"
38804
38775
  }
38805
38776
  },
38806
38777
  "inheritedFrom": {
38807
- "name": "TextArea",
38808
- "module": "src/text-area/text-area.ts"
38778
+ "name": "Tabs",
38779
+ "module": "src/tabs/tabs.ts"
38809
38780
  }
38810
38781
  },
38811
38782
  {
38812
- "kind": "field",
38813
- "name": "name",
38814
- "type": {
38815
- "text": "string"
38783
+ "kind": "method",
38784
+ "name": "getTabPanelIds",
38785
+ "privacy": "private",
38786
+ "return": {
38787
+ "type": {
38788
+ "text": "Array<string>"
38789
+ }
38816
38790
  },
38817
- "privacy": "public",
38818
- "description": "The name of the element.",
38819
38791
  "inheritedFrom": {
38820
- "name": "TextArea",
38821
- "module": "src/text-area/text-area.ts"
38792
+ "name": "Tabs",
38793
+ "module": "src/tabs/tabs.ts"
38822
38794
  }
38823
38795
  },
38824
38796
  {
38825
- "kind": "field",
38826
- "name": "placeholder",
38827
- "type": {
38828
- "text": "string"
38797
+ "kind": "method",
38798
+ "name": "setComponent",
38799
+ "privacy": "private",
38800
+ "return": {
38801
+ "type": {
38802
+ "text": "void"
38803
+ }
38829
38804
  },
38830
- "privacy": "public",
38831
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
38832
38805
  "inheritedFrom": {
38833
- "name": "TextArea",
38834
- "module": "src/text-area/text-area.ts"
38806
+ "name": "Tabs",
38807
+ "module": "src/tabs/tabs.ts"
38835
38808
  }
38836
38809
  },
38837
38810
  {
38838
38811
  "kind": "field",
38839
- "name": "cols",
38840
- "type": {
38841
- "text": "number"
38842
- },
38843
- "privacy": "public",
38844
- "default": "20",
38845
- "description": "Sizes the element horizontally by a number of character columns.",
38812
+ "name": "handleTabClick",
38813
+ "privacy": "private",
38846
38814
  "inheritedFrom": {
38847
- "name": "TextArea",
38848
- "module": "src/text-area/text-area.ts"
38815
+ "name": "Tabs",
38816
+ "module": "src/tabs/tabs.ts"
38849
38817
  }
38850
38818
  },
38851
38819
  {
38852
- "kind": "field",
38853
- "name": "rows",
38854
- "type": {
38855
- "text": "number"
38820
+ "kind": "method",
38821
+ "name": "isHorizontal",
38822
+ "privacy": "private",
38823
+ "return": {
38824
+ "type": {
38825
+ "text": "boolean"
38826
+ }
38856
38827
  },
38857
- "privacy": "public",
38858
- "description": "Sizes the element vertically by a number of character rows.",
38859
38828
  "inheritedFrom": {
38860
- "name": "TextArea",
38861
- "module": "src/text-area/text-area.ts"
38829
+ "name": "Tabs",
38830
+ "module": "src/tabs/tabs.ts"
38862
38831
  }
38863
38832
  },
38864
38833
  {
38865
38834
  "kind": "field",
38866
- "name": "spellcheck",
38867
- "type": {
38868
- "text": "boolean"
38869
- },
38870
- "privacy": "public",
38871
- "description": "Sets if the element is eligible for spell checking\nbut the UA.",
38835
+ "name": "handleTabKeyDown",
38836
+ "privacy": "private",
38872
38837
  "inheritedFrom": {
38873
- "name": "TextArea",
38874
- "module": "src/text-area/text-area.ts"
38838
+ "name": "Tabs",
38839
+ "module": "src/tabs/tabs.ts"
38875
38840
  }
38876
38841
  },
38877
38842
  {
38878
38843
  "kind": "method",
38879
- "name": "spellcheckChanged",
38844
+ "name": "handleActiveIndicatorPosition",
38880
38845
  "privacy": "private",
38881
- "return": {
38882
- "type": {
38883
- "text": "void"
38884
- }
38885
- },
38886
38846
  "inheritedFrom": {
38887
- "name": "TextArea",
38888
- "module": "src/text-area/text-area.ts"
38847
+ "name": "Tabs",
38848
+ "module": "src/tabs/tabs.ts"
38889
38849
  }
38890
38850
  },
38891
38851
  {
38892
38852
  "kind": "method",
38893
- "name": "select",
38894
- "privacy": "public",
38853
+ "name": "animateActiveIndicator",
38854
+ "privacy": "private",
38895
38855
  "return": {
38896
38856
  "type": {
38897
38857
  "text": "void"
38898
38858
  }
38899
38859
  },
38900
- "description": "Selects all the text in the text area",
38901
38860
  "inheritedFrom": {
38902
- "name": "TextArea",
38903
- "module": "src/text-area/text-area.ts"
38861
+ "name": "Tabs",
38862
+ "module": "src/tabs/tabs.ts"
38904
38863
  }
38905
38864
  },
38906
38865
  {
38907
38866
  "kind": "method",
38908
- "name": "validate",
38867
+ "name": "adjust",
38909
38868
  "privacy": "public",
38910
38869
  "return": {
38911
38870
  "type": {
38912
38871
  "text": "void"
38913
38872
  }
38914
38873
  },
38915
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
38874
+ "parameters": [
38875
+ {
38876
+ "name": "adjustment",
38877
+ "type": {
38878
+ "text": "number"
38879
+ }
38880
+ }
38881
+ ],
38882
+ "description": "The adjust method for FASTTabs",
38916
38883
  "inheritedFrom": {
38917
- "name": "TextArea",
38918
- "module": "src/text-area/text-area.ts"
38884
+ "name": "Tabs",
38885
+ "module": "src/tabs/tabs.ts"
38919
38886
  }
38920
38887
  },
38921
38888
  {
38922
38889
  "kind": "field",
38923
- "name": "proxy",
38890
+ "name": "adjustForward",
38891
+ "privacy": "private",
38924
38892
  "inheritedFrom": {
38925
- "name": "TextArea",
38926
- "module": "src/text-area/text-area.ts"
38893
+ "name": "Tabs",
38894
+ "module": "src/tabs/tabs.ts"
38895
+ }
38896
+ },
38897
+ {
38898
+ "kind": "field",
38899
+ "name": "adjustBackward",
38900
+ "privacy": "private",
38901
+ "inheritedFrom": {
38902
+ "name": "Tabs",
38903
+ "module": "src/tabs/tabs.ts"
38904
+ }
38905
+ },
38906
+ {
38907
+ "kind": "field",
38908
+ "name": "moveToTabByIndex",
38909
+ "privacy": "private",
38910
+ "inheritedFrom": {
38911
+ "name": "Tabs",
38912
+ "module": "src/tabs/tabs.ts"
38913
+ }
38914
+ },
38915
+ {
38916
+ "kind": "method",
38917
+ "name": "focusTab",
38918
+ "privacy": "private",
38919
+ "return": {
38920
+ "type": {
38921
+ "text": "void"
38922
+ }
38923
+ },
38924
+ "inheritedFrom": {
38925
+ "name": "Tabs",
38926
+ "module": "src/tabs/tabs.ts"
38927
38927
  }
38928
38928
  },
38929
38929
  {
@@ -38935,8 +38935,8 @@
38935
38935
  "privacy": "private",
38936
38936
  "default": "void 0",
38937
38937
  "inheritedFrom": {
38938
- "name": "TextArea",
38939
- "module": "src/text-area/text-area.ts"
38938
+ "name": "FoundationElement",
38939
+ "module": "src/foundation-element/foundation-element.ts"
38940
38940
  }
38941
38941
  },
38942
38942
  {
@@ -38948,8 +38948,8 @@
38948
38948
  "privacy": "public",
38949
38949
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
38950
38950
  "inheritedFrom": {
38951
- "name": "TextArea",
38952
- "module": "src/text-area/text-area.ts"
38951
+ "name": "FoundationElement",
38952
+ "module": "src/foundation-element/foundation-element.ts"
38953
38953
  }
38954
38954
  },
38955
38955
  {
@@ -38961,8 +38961,8 @@
38961
38961
  "privacy": "public",
38962
38962
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
38963
38963
  "inheritedFrom": {
38964
- "name": "TextArea",
38965
- "module": "src/text-area/text-area.ts"
38964
+ "name": "FoundationElement",
38965
+ "module": "src/foundation-element/foundation-element.ts"
38966
38966
  }
38967
38967
  },
38968
38968
  {
@@ -38975,8 +38975,8 @@
38975
38975
  }
38976
38976
  },
38977
38977
  "inheritedFrom": {
38978
- "name": "TextArea",
38979
- "module": "src/text-area/text-area.ts"
38978
+ "name": "FoundationElement",
38979
+ "module": "src/foundation-element/foundation-element.ts"
38980
38980
  }
38981
38981
  },
38982
38982
  {
@@ -38988,8 +38988,8 @@
38988
38988
  "privacy": "public",
38989
38989
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
38990
38990
  "inheritedFrom": {
38991
- "name": "TextArea",
38992
- "module": "src/text-area/text-area.ts"
38991
+ "name": "FoundationElement",
38992
+ "module": "src/foundation-element/foundation-element.ts"
38993
38993
  }
38994
38994
  },
38995
38995
  {
@@ -39002,8 +39002,8 @@
39002
39002
  }
39003
39003
  },
39004
39004
  "inheritedFrom": {
39005
- "name": "TextArea",
39006
- "module": "src/text-area/text-area.ts"
39005
+ "name": "FoundationElement",
39006
+ "module": "src/foundation-element/foundation-element.ts"
39007
39007
  }
39008
39008
  },
39009
39009
  {
@@ -39033,25 +39033,25 @@
39033
39033
  ],
39034
39034
  "description": "Defines an element registry function with a set of element definition defaults.",
39035
39035
  "inheritedFrom": {
39036
- "name": "TextArea",
39037
- "module": "src/text-area/text-area.ts"
39036
+ "name": "FoundationElement",
39037
+ "module": "src/foundation-element/foundation-element.ts"
39038
39038
  }
39039
39039
  }
39040
39040
  ],
39041
39041
  "events": [
39042
39042
  {
39043
- "description": "Emits a custom 'change' event when the textarea emits a change event",
39043
+ "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
39044
39044
  "name": "change",
39045
39045
  "inheritedFrom": {
39046
- "name": "TextArea",
39047
- "module": "src/text-area/text-area.ts"
39046
+ "name": "Tabs",
39047
+ "module": "src/tabs/tabs.ts"
39048
39048
  }
39049
39049
  }
39050
39050
  ]
39051
39051
  },
39052
39052
  {
39053
39053
  "kind": "variable",
39054
- "name": "foundationTextAreaShadowOptions",
39054
+ "name": "foundationTabsShadowOptions",
39055
39055
  "type": {
39056
39056
  "text": "ShadowRootInit"
39057
39057
  },
@@ -39059,7 +39059,7 @@
39059
39059
  },
39060
39060
  {
39061
39061
  "kind": "variable",
39062
- "name": "defaultTextAreaConfig",
39062
+ "name": "defaultTabsConfig",
39063
39063
  "type": {
39064
39064
  "text": "object"
39065
39065
  },
@@ -39067,42 +39067,42 @@
39067
39067
  },
39068
39068
  {
39069
39069
  "kind": "variable",
39070
- "name": "foundationTextArea",
39071
- "description": "The Foundation Text Area",
39070
+ "name": "foundationTabs",
39071
+ "description": "The Foundation Tabs",
39072
39072
  "privacy": "public"
39073
39073
  }
39074
39074
  ],
39075
39075
  "exports": [
39076
39076
  {
39077
39077
  "kind": "js",
39078
- "name": "TextArea",
39078
+ "name": "Tabs",
39079
39079
  "declaration": {
39080
- "name": "TextArea",
39081
- "module": "src/text-area/text-area.ts"
39080
+ "name": "Tabs",
39081
+ "module": "src/tabs/tabs.ts"
39082
39082
  }
39083
39083
  },
39084
39084
  {
39085
39085
  "kind": "js",
39086
- "name": "foundationTextAreaShadowOptions",
39086
+ "name": "foundationTabsShadowOptions",
39087
39087
  "declaration": {
39088
- "name": "foundationTextAreaShadowOptions",
39089
- "module": "src/text-area/text-area.ts"
39088
+ "name": "foundationTabsShadowOptions",
39089
+ "module": "src/tabs/tabs.ts"
39090
39090
  }
39091
39091
  },
39092
39092
  {
39093
39093
  "kind": "js",
39094
- "name": "defaultTextAreaConfig",
39094
+ "name": "defaultTabsConfig",
39095
39095
  "declaration": {
39096
- "name": "defaultTextAreaConfig",
39097
- "module": "src/text-area/text-area.ts"
39096
+ "name": "defaultTabsConfig",
39097
+ "module": "src/tabs/tabs.ts"
39098
39098
  }
39099
39099
  },
39100
39100
  {
39101
39101
  "kind": "js",
39102
- "name": "foundationTextArea",
39102
+ "name": "foundationTabs",
39103
39103
  "declaration": {
39104
- "name": "foundationTextArea",
39105
- "module": "src/text-area/text-area.ts"
39104
+ "name": "foundationTabs",
39105
+ "module": "src/tabs/tabs.ts"
39106
39106
  }
39107
39107
  }
39108
39108
  ]
@@ -41361,6 +41361,457 @@
41361
41361
  }
41362
41362
  ]
41363
41363
  },
41364
+ {
41365
+ "kind": "javascript-module",
41366
+ "path": "src/tree-item/index.ts",
41367
+ "declarations": [],
41368
+ "exports": [
41369
+ {
41370
+ "kind": "js",
41371
+ "name": "*",
41372
+ "declaration": {
41373
+ "name": "*",
41374
+ "package": "./tree-item.template"
41375
+ }
41376
+ },
41377
+ {
41378
+ "kind": "js",
41379
+ "name": "*",
41380
+ "declaration": {
41381
+ "name": "*",
41382
+ "package": "./tree-item.styles"
41383
+ }
41384
+ },
41385
+ {
41386
+ "kind": "js",
41387
+ "name": "*",
41388
+ "declaration": {
41389
+ "name": "*",
41390
+ "package": "./tree-item"
41391
+ }
41392
+ }
41393
+ ]
41394
+ },
41395
+ {
41396
+ "kind": "javascript-module",
41397
+ "path": "src/tree-item/tree-item.styles.ts",
41398
+ "declarations": [
41399
+ {
41400
+ "kind": "function",
41401
+ "name": "foundationTreeItemStyles",
41402
+ "return": {
41403
+ "type": {
41404
+ "text": "ElementStyles"
41405
+ }
41406
+ },
41407
+ "parameters": [
41408
+ {
41409
+ "name": "context",
41410
+ "type": {
41411
+ "text": "ElementDefinitionContext"
41412
+ }
41413
+ },
41414
+ {
41415
+ "name": "definition",
41416
+ "type": {
41417
+ "text": "FoundationElementDefinition"
41418
+ }
41419
+ }
41420
+ ]
41421
+ }
41422
+ ],
41423
+ "exports": [
41424
+ {
41425
+ "kind": "js",
41426
+ "name": "foundationTreeItemStyles",
41427
+ "declaration": {
41428
+ "name": "foundationTreeItemStyles",
41429
+ "module": "src/tree-item/tree-item.styles.ts"
41430
+ }
41431
+ }
41432
+ ]
41433
+ },
41434
+ {
41435
+ "kind": "javascript-module",
41436
+ "path": "src/tree-item/tree-item.template.ts",
41437
+ "declarations": [
41438
+ {
41439
+ "kind": "function",
41440
+ "name": "foundationTreeItemTemplate",
41441
+ "return": {
41442
+ "type": {
41443
+ "text": "ViewTemplate<TreeItem>"
41444
+ }
41445
+ },
41446
+ "parameters": [
41447
+ {
41448
+ "name": "context",
41449
+ "type": {
41450
+ "text": "ElementDefinitionContext"
41451
+ }
41452
+ },
41453
+ {
41454
+ "name": "definition",
41455
+ "type": {
41456
+ "text": "FoundationElementDefinition"
41457
+ }
41458
+ }
41459
+ ]
41460
+ }
41461
+ ],
41462
+ "exports": [
41463
+ {
41464
+ "kind": "js",
41465
+ "name": "foundationTreeItemTemplate",
41466
+ "declaration": {
41467
+ "name": "foundationTreeItemTemplate",
41468
+ "module": "src/tree-item/tree-item.template.ts"
41469
+ }
41470
+ }
41471
+ ]
41472
+ },
41473
+ {
41474
+ "kind": "javascript-module",
41475
+ "path": "src/tree-item/tree-item.ts",
41476
+ "declarations": [
41477
+ {
41478
+ "kind": "class",
41479
+ "description": "%%prefix%%-tree-item",
41480
+ "name": "TreeItem",
41481
+ "superclass": {
41482
+ "name": "FASTTreeItem",
41483
+ "package": "@microsoft/fast-components"
41484
+ },
41485
+ "attributes": [
41486
+ {
41487
+ "type": {
41488
+ "text": "boolean"
41489
+ },
41490
+ "description": "When true, the control will be appear expanded by user interaction.",
41491
+ "fieldName": "expanded",
41492
+ "default": "false",
41493
+ "inheritedFrom": {
41494
+ "name": "TreeItem",
41495
+ "module": "src/tree-item/tree-item.ts"
41496
+ }
41497
+ }
41498
+ ],
41499
+ "members": [
41500
+ {
41501
+ "kind": "field",
41502
+ "name": "expanded",
41503
+ "type": {
41504
+ "text": "boolean"
41505
+ },
41506
+ "privacy": "public",
41507
+ "default": "false",
41508
+ "description": "When true, the control will be appear expanded by user interaction.",
41509
+ "inheritedFrom": {
41510
+ "name": "TreeItem",
41511
+ "module": "src/tree-item/tree-item.ts"
41512
+ }
41513
+ },
41514
+ {
41515
+ "kind": "method",
41516
+ "name": "expandedChanged",
41517
+ "privacy": "private",
41518
+ "return": {
41519
+ "type": {
41520
+ "text": "void"
41521
+ }
41522
+ },
41523
+ "inheritedFrom": {
41524
+ "name": "TreeItem",
41525
+ "module": "src/tree-item/tree-item.ts"
41526
+ }
41527
+ },
41528
+ {
41529
+ "kind": "field",
41530
+ "name": "selected",
41531
+ "type": {
41532
+ "text": "boolean"
41533
+ },
41534
+ "privacy": "public",
41535
+ "description": "When true, the control will appear selected by user interaction.",
41536
+ "inheritedFrom": {
41537
+ "name": "TreeItem",
41538
+ "module": "src/tree-item/tree-item.ts"
41539
+ }
41540
+ },
41541
+ {
41542
+ "kind": "method",
41543
+ "name": "selectedChanged",
41544
+ "privacy": "private",
41545
+ "return": {
41546
+ "type": {
41547
+ "text": "void"
41548
+ }
41549
+ },
41550
+ "inheritedFrom": {
41551
+ "name": "TreeItem",
41552
+ "module": "src/tree-item/tree-item.ts"
41553
+ }
41554
+ },
41555
+ {
41556
+ "kind": "field",
41557
+ "name": "disabled",
41558
+ "type": {
41559
+ "text": "boolean"
41560
+ },
41561
+ "privacy": "public",
41562
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
41563
+ "inheritedFrom": {
41564
+ "name": "TreeItem",
41565
+ "module": "src/tree-item/tree-item.ts"
41566
+ }
41567
+ },
41568
+ {
41569
+ "kind": "method",
41570
+ "name": "itemsChanged",
41571
+ "privacy": "private",
41572
+ "return": {
41573
+ "type": {
41574
+ "text": "void"
41575
+ }
41576
+ },
41577
+ "parameters": [
41578
+ {
41579
+ "name": "oldValue",
41580
+ "type": {
41581
+ "text": "unknown"
41582
+ }
41583
+ },
41584
+ {
41585
+ "name": "newValue",
41586
+ "type": {
41587
+ "text": "HTMLElement[]"
41588
+ }
41589
+ }
41590
+ ],
41591
+ "inheritedFrom": {
41592
+ "name": "TreeItem",
41593
+ "module": "src/tree-item/tree-item.ts"
41594
+ }
41595
+ },
41596
+ {
41597
+ "kind": "method",
41598
+ "name": "focusItem",
41599
+ "privacy": "public",
41600
+ "static": true,
41601
+ "parameters": [
41602
+ {
41603
+ "name": "el",
41604
+ "type": {
41605
+ "text": "HTMLElement"
41606
+ },
41607
+ "description": "the element to focus"
41608
+ }
41609
+ ],
41610
+ "description": "Places document focus on a tree item",
41611
+ "inheritedFrom": {
41612
+ "name": "TreeItem",
41613
+ "module": "src/tree-item/tree-item.ts"
41614
+ }
41615
+ },
41616
+ {
41617
+ "kind": "field",
41618
+ "name": "isNestedItem",
41619
+ "privacy": "public",
41620
+ "description": "Whether the tree is nested",
41621
+ "inheritedFrom": {
41622
+ "name": "TreeItem",
41623
+ "module": "src/tree-item/tree-item.ts"
41624
+ }
41625
+ },
41626
+ {
41627
+ "kind": "field",
41628
+ "name": "_presentation",
41629
+ "type": {
41630
+ "text": "ComponentPresentation | null | undefined"
41631
+ },
41632
+ "privacy": "private",
41633
+ "default": "void 0",
41634
+ "inheritedFrom": {
41635
+ "name": "FoundationElement",
41636
+ "module": "src/foundation-element/foundation-element.ts"
41637
+ }
41638
+ },
41639
+ {
41640
+ "kind": "field",
41641
+ "name": "$presentation",
41642
+ "type": {
41643
+ "text": "ComponentPresentation | null"
41644
+ },
41645
+ "privacy": "public",
41646
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
41647
+ "inheritedFrom": {
41648
+ "name": "FoundationElement",
41649
+ "module": "src/foundation-element/foundation-element.ts"
41650
+ }
41651
+ },
41652
+ {
41653
+ "kind": "field",
41654
+ "name": "template",
41655
+ "type": {
41656
+ "text": "ElementViewTemplate | void | null"
41657
+ },
41658
+ "privacy": "public",
41659
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
41660
+ "inheritedFrom": {
41661
+ "name": "FoundationElement",
41662
+ "module": "src/foundation-element/foundation-element.ts"
41663
+ }
41664
+ },
41665
+ {
41666
+ "kind": "method",
41667
+ "name": "templateChanged",
41668
+ "privacy": "protected",
41669
+ "return": {
41670
+ "type": {
41671
+ "text": "void"
41672
+ }
41673
+ },
41674
+ "inheritedFrom": {
41675
+ "name": "FoundationElement",
41676
+ "module": "src/foundation-element/foundation-element.ts"
41677
+ }
41678
+ },
41679
+ {
41680
+ "kind": "field",
41681
+ "name": "styles",
41682
+ "type": {
41683
+ "text": "ElementStyles | void | null"
41684
+ },
41685
+ "privacy": "public",
41686
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
41687
+ "inheritedFrom": {
41688
+ "name": "FoundationElement",
41689
+ "module": "src/foundation-element/foundation-element.ts"
41690
+ }
41691
+ },
41692
+ {
41693
+ "kind": "method",
41694
+ "name": "stylesChanged",
41695
+ "privacy": "protected",
41696
+ "return": {
41697
+ "type": {
41698
+ "text": "void"
41699
+ }
41700
+ },
41701
+ "inheritedFrom": {
41702
+ "name": "FoundationElement",
41703
+ "module": "src/foundation-element/foundation-element.ts"
41704
+ }
41705
+ },
41706
+ {
41707
+ "kind": "method",
41708
+ "name": "compose",
41709
+ "privacy": "public",
41710
+ "static": true,
41711
+ "return": {
41712
+ "type": {
41713
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
41714
+ }
41715
+ },
41716
+ "parameters": [
41717
+ {
41718
+ "name": "this",
41719
+ "type": {
41720
+ "text": "K"
41721
+ }
41722
+ },
41723
+ {
41724
+ "name": "elementDefinition",
41725
+ "type": {
41726
+ "text": "T"
41727
+ },
41728
+ "description": "The definition of the element to create the registry\nfunction for."
41729
+ }
41730
+ ],
41731
+ "description": "Defines an element registry function with a set of element definition defaults.",
41732
+ "inheritedFrom": {
41733
+ "name": "FoundationElement",
41734
+ "module": "src/foundation-element/foundation-element.ts"
41735
+ }
41736
+ }
41737
+ ],
41738
+ "events": [
41739
+ {
41740
+ "description": "Fires a custom 'expanded-change' event when the expanded state changes",
41741
+ "name": "expanded-change",
41742
+ "inheritedFrom": {
41743
+ "name": "TreeItem",
41744
+ "module": "src/tree-item/tree-item.ts"
41745
+ }
41746
+ },
41747
+ {
41748
+ "description": "Fires a custom 'selected-change' event when the selected state changes",
41749
+ "name": "selected-change",
41750
+ "inheritedFrom": {
41751
+ "name": "TreeItem",
41752
+ "module": "src/tree-item/tree-item.ts"
41753
+ }
41754
+ }
41755
+ ]
41756
+ },
41757
+ {
41758
+ "kind": "variable",
41759
+ "name": "foundationTreeItemShadowOptions",
41760
+ "type": {
41761
+ "text": "ShadowRootInit"
41762
+ },
41763
+ "default": "undefined"
41764
+ },
41765
+ {
41766
+ "kind": "variable",
41767
+ "name": "defaultTreeItemConfig",
41768
+ "type": {
41769
+ "text": "object"
41770
+ },
41771
+ "default": "{\n expandCollapseGlyph: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" class=\"expand-collapse-glyph\">\n <path d=\"M5.00001 12.3263C5.00124 12.5147 5.05566 12.699 5.15699 12.8578C5.25831 13.0167 5.40243 13.1437 5.57273 13.2242C5.74304 13.3047 5.9326 13.3354 6.11959 13.3128C6.30659 13.2902 6.4834 13.2152 6.62967 13.0965L10.8988 8.83532C11.0739 8.69473 11.2153 8.51658 11.3124 8.31402C11.4096 8.11146 11.46 7.88966 11.46 7.66499C11.46 7.44033 11.4096 7.21853 11.3124 7.01597C11.2153 6.81341 11.0739 6.63526 10.8988 6.49467L6.62967 2.22347C6.48274 2.10422 6.30501 2.02912 6.11712 2.00691C5.92923 1.9847 5.73889 2.01628 5.56823 2.09799C5.39757 2.17969 5.25358 2.30817 5.153 2.46849C5.05241 2.62882 4.99936 2.8144 5.00001 3.00369V12.3263Z\"></path>\n </svg>`,\n}"
41772
+ },
41773
+ {
41774
+ "kind": "variable",
41775
+ "name": "foundationTreeItem",
41776
+ "description": "The Foundation Tree item",
41777
+ "privacy": "public"
41778
+ }
41779
+ ],
41780
+ "exports": [
41781
+ {
41782
+ "kind": "js",
41783
+ "name": "TreeItem",
41784
+ "declaration": {
41785
+ "name": "TreeItem",
41786
+ "module": "src/tree-item/tree-item.ts"
41787
+ }
41788
+ },
41789
+ {
41790
+ "kind": "js",
41791
+ "name": "foundationTreeItemShadowOptions",
41792
+ "declaration": {
41793
+ "name": "foundationTreeItemShadowOptions",
41794
+ "module": "src/tree-item/tree-item.ts"
41795
+ }
41796
+ },
41797
+ {
41798
+ "kind": "js",
41799
+ "name": "defaultTreeItemConfig",
41800
+ "declaration": {
41801
+ "name": "defaultTreeItemConfig",
41802
+ "module": "src/tree-item/tree-item.ts"
41803
+ }
41804
+ },
41805
+ {
41806
+ "kind": "js",
41807
+ "name": "foundationTreeItem",
41808
+ "declaration": {
41809
+ "name": "foundationTreeItem",
41810
+ "module": "src/tree-item/tree-item.ts"
41811
+ }
41812
+ }
41813
+ ]
41814
+ },
41364
41815
  {
41365
41816
  "kind": "javascript-module",
41366
41817
  "path": "src/tree-view/index.ts",
@@ -43232,457 +43683,6 @@
43232
43683
  }
43233
43684
  ]
43234
43685
  },
43235
- {
43236
- "kind": "javascript-module",
43237
- "path": "src/tree-item/index.ts",
43238
- "declarations": [],
43239
- "exports": [
43240
- {
43241
- "kind": "js",
43242
- "name": "*",
43243
- "declaration": {
43244
- "name": "*",
43245
- "package": "./tree-item.template"
43246
- }
43247
- },
43248
- {
43249
- "kind": "js",
43250
- "name": "*",
43251
- "declaration": {
43252
- "name": "*",
43253
- "package": "./tree-item.styles"
43254
- }
43255
- },
43256
- {
43257
- "kind": "js",
43258
- "name": "*",
43259
- "declaration": {
43260
- "name": "*",
43261
- "package": "./tree-item"
43262
- }
43263
- }
43264
- ]
43265
- },
43266
- {
43267
- "kind": "javascript-module",
43268
- "path": "src/tree-item/tree-item.styles.ts",
43269
- "declarations": [
43270
- {
43271
- "kind": "function",
43272
- "name": "foundationTreeItemStyles",
43273
- "return": {
43274
- "type": {
43275
- "text": "ElementStyles"
43276
- }
43277
- },
43278
- "parameters": [
43279
- {
43280
- "name": "context",
43281
- "type": {
43282
- "text": "ElementDefinitionContext"
43283
- }
43284
- },
43285
- {
43286
- "name": "definition",
43287
- "type": {
43288
- "text": "FoundationElementDefinition"
43289
- }
43290
- }
43291
- ]
43292
- }
43293
- ],
43294
- "exports": [
43295
- {
43296
- "kind": "js",
43297
- "name": "foundationTreeItemStyles",
43298
- "declaration": {
43299
- "name": "foundationTreeItemStyles",
43300
- "module": "src/tree-item/tree-item.styles.ts"
43301
- }
43302
- }
43303
- ]
43304
- },
43305
- {
43306
- "kind": "javascript-module",
43307
- "path": "src/tree-item/tree-item.template.ts",
43308
- "declarations": [
43309
- {
43310
- "kind": "function",
43311
- "name": "foundationTreeItemTemplate",
43312
- "return": {
43313
- "type": {
43314
- "text": "ViewTemplate<TreeItem>"
43315
- }
43316
- },
43317
- "parameters": [
43318
- {
43319
- "name": "context",
43320
- "type": {
43321
- "text": "ElementDefinitionContext"
43322
- }
43323
- },
43324
- {
43325
- "name": "definition",
43326
- "type": {
43327
- "text": "FoundationElementDefinition"
43328
- }
43329
- }
43330
- ]
43331
- }
43332
- ],
43333
- "exports": [
43334
- {
43335
- "kind": "js",
43336
- "name": "foundationTreeItemTemplate",
43337
- "declaration": {
43338
- "name": "foundationTreeItemTemplate",
43339
- "module": "src/tree-item/tree-item.template.ts"
43340
- }
43341
- }
43342
- ]
43343
- },
43344
- {
43345
- "kind": "javascript-module",
43346
- "path": "src/tree-item/tree-item.ts",
43347
- "declarations": [
43348
- {
43349
- "kind": "class",
43350
- "description": "%%prefix%%-tree-item",
43351
- "name": "TreeItem",
43352
- "superclass": {
43353
- "name": "FASTTreeItem",
43354
- "package": "@microsoft/fast-components"
43355
- },
43356
- "attributes": [
43357
- {
43358
- "type": {
43359
- "text": "boolean"
43360
- },
43361
- "description": "When true, the control will be appear expanded by user interaction.",
43362
- "fieldName": "expanded",
43363
- "default": "false",
43364
- "inheritedFrom": {
43365
- "name": "TreeItem",
43366
- "module": "src/tree-item/tree-item.ts"
43367
- }
43368
- }
43369
- ],
43370
- "members": [
43371
- {
43372
- "kind": "field",
43373
- "name": "expanded",
43374
- "type": {
43375
- "text": "boolean"
43376
- },
43377
- "privacy": "public",
43378
- "default": "false",
43379
- "description": "When true, the control will be appear expanded by user interaction.",
43380
- "inheritedFrom": {
43381
- "name": "TreeItem",
43382
- "module": "src/tree-item/tree-item.ts"
43383
- }
43384
- },
43385
- {
43386
- "kind": "method",
43387
- "name": "expandedChanged",
43388
- "privacy": "private",
43389
- "return": {
43390
- "type": {
43391
- "text": "void"
43392
- }
43393
- },
43394
- "inheritedFrom": {
43395
- "name": "TreeItem",
43396
- "module": "src/tree-item/tree-item.ts"
43397
- }
43398
- },
43399
- {
43400
- "kind": "field",
43401
- "name": "selected",
43402
- "type": {
43403
- "text": "boolean"
43404
- },
43405
- "privacy": "public",
43406
- "description": "When true, the control will appear selected by user interaction.",
43407
- "inheritedFrom": {
43408
- "name": "TreeItem",
43409
- "module": "src/tree-item/tree-item.ts"
43410
- }
43411
- },
43412
- {
43413
- "kind": "method",
43414
- "name": "selectedChanged",
43415
- "privacy": "private",
43416
- "return": {
43417
- "type": {
43418
- "text": "void"
43419
- }
43420
- },
43421
- "inheritedFrom": {
43422
- "name": "TreeItem",
43423
- "module": "src/tree-item/tree-item.ts"
43424
- }
43425
- },
43426
- {
43427
- "kind": "field",
43428
- "name": "disabled",
43429
- "type": {
43430
- "text": "boolean"
43431
- },
43432
- "privacy": "public",
43433
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
43434
- "inheritedFrom": {
43435
- "name": "TreeItem",
43436
- "module": "src/tree-item/tree-item.ts"
43437
- }
43438
- },
43439
- {
43440
- "kind": "method",
43441
- "name": "itemsChanged",
43442
- "privacy": "private",
43443
- "return": {
43444
- "type": {
43445
- "text": "void"
43446
- }
43447
- },
43448
- "parameters": [
43449
- {
43450
- "name": "oldValue",
43451
- "type": {
43452
- "text": "unknown"
43453
- }
43454
- },
43455
- {
43456
- "name": "newValue",
43457
- "type": {
43458
- "text": "HTMLElement[]"
43459
- }
43460
- }
43461
- ],
43462
- "inheritedFrom": {
43463
- "name": "TreeItem",
43464
- "module": "src/tree-item/tree-item.ts"
43465
- }
43466
- },
43467
- {
43468
- "kind": "method",
43469
- "name": "focusItem",
43470
- "privacy": "public",
43471
- "static": true,
43472
- "parameters": [
43473
- {
43474
- "name": "el",
43475
- "type": {
43476
- "text": "HTMLElement"
43477
- },
43478
- "description": "the element to focus"
43479
- }
43480
- ],
43481
- "description": "Places document focus on a tree item",
43482
- "inheritedFrom": {
43483
- "name": "TreeItem",
43484
- "module": "src/tree-item/tree-item.ts"
43485
- }
43486
- },
43487
- {
43488
- "kind": "field",
43489
- "name": "isNestedItem",
43490
- "privacy": "public",
43491
- "description": "Whether the tree is nested",
43492
- "inheritedFrom": {
43493
- "name": "TreeItem",
43494
- "module": "src/tree-item/tree-item.ts"
43495
- }
43496
- },
43497
- {
43498
- "kind": "field",
43499
- "name": "_presentation",
43500
- "type": {
43501
- "text": "ComponentPresentation | null | undefined"
43502
- },
43503
- "privacy": "private",
43504
- "default": "void 0",
43505
- "inheritedFrom": {
43506
- "name": "FoundationElement",
43507
- "module": "src/foundation-element/foundation-element.ts"
43508
- }
43509
- },
43510
- {
43511
- "kind": "field",
43512
- "name": "$presentation",
43513
- "type": {
43514
- "text": "ComponentPresentation | null"
43515
- },
43516
- "privacy": "public",
43517
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
43518
- "inheritedFrom": {
43519
- "name": "FoundationElement",
43520
- "module": "src/foundation-element/foundation-element.ts"
43521
- }
43522
- },
43523
- {
43524
- "kind": "field",
43525
- "name": "template",
43526
- "type": {
43527
- "text": "ElementViewTemplate | void | null"
43528
- },
43529
- "privacy": "public",
43530
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
43531
- "inheritedFrom": {
43532
- "name": "FoundationElement",
43533
- "module": "src/foundation-element/foundation-element.ts"
43534
- }
43535
- },
43536
- {
43537
- "kind": "method",
43538
- "name": "templateChanged",
43539
- "privacy": "protected",
43540
- "return": {
43541
- "type": {
43542
- "text": "void"
43543
- }
43544
- },
43545
- "inheritedFrom": {
43546
- "name": "FoundationElement",
43547
- "module": "src/foundation-element/foundation-element.ts"
43548
- }
43549
- },
43550
- {
43551
- "kind": "field",
43552
- "name": "styles",
43553
- "type": {
43554
- "text": "ElementStyles | void | null"
43555
- },
43556
- "privacy": "public",
43557
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
43558
- "inheritedFrom": {
43559
- "name": "FoundationElement",
43560
- "module": "src/foundation-element/foundation-element.ts"
43561
- }
43562
- },
43563
- {
43564
- "kind": "method",
43565
- "name": "stylesChanged",
43566
- "privacy": "protected",
43567
- "return": {
43568
- "type": {
43569
- "text": "void"
43570
- }
43571
- },
43572
- "inheritedFrom": {
43573
- "name": "FoundationElement",
43574
- "module": "src/foundation-element/foundation-element.ts"
43575
- }
43576
- },
43577
- {
43578
- "kind": "method",
43579
- "name": "compose",
43580
- "privacy": "public",
43581
- "static": true,
43582
- "return": {
43583
- "type": {
43584
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
43585
- }
43586
- },
43587
- "parameters": [
43588
- {
43589
- "name": "this",
43590
- "type": {
43591
- "text": "K"
43592
- }
43593
- },
43594
- {
43595
- "name": "elementDefinition",
43596
- "type": {
43597
- "text": "T"
43598
- },
43599
- "description": "The definition of the element to create the registry\nfunction for."
43600
- }
43601
- ],
43602
- "description": "Defines an element registry function with a set of element definition defaults.",
43603
- "inheritedFrom": {
43604
- "name": "FoundationElement",
43605
- "module": "src/foundation-element/foundation-element.ts"
43606
- }
43607
- }
43608
- ],
43609
- "events": [
43610
- {
43611
- "description": "Fires a custom 'expanded-change' event when the expanded state changes",
43612
- "name": "expanded-change",
43613
- "inheritedFrom": {
43614
- "name": "TreeItem",
43615
- "module": "src/tree-item/tree-item.ts"
43616
- }
43617
- },
43618
- {
43619
- "description": "Fires a custom 'selected-change' event when the selected state changes",
43620
- "name": "selected-change",
43621
- "inheritedFrom": {
43622
- "name": "TreeItem",
43623
- "module": "src/tree-item/tree-item.ts"
43624
- }
43625
- }
43626
- ]
43627
- },
43628
- {
43629
- "kind": "variable",
43630
- "name": "foundationTreeItemShadowOptions",
43631
- "type": {
43632
- "text": "ShadowRootInit"
43633
- },
43634
- "default": "undefined"
43635
- },
43636
- {
43637
- "kind": "variable",
43638
- "name": "defaultTreeItemConfig",
43639
- "type": {
43640
- "text": "object"
43641
- },
43642
- "default": "{\n expandCollapseGlyph: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" class=\"expand-collapse-glyph\">\n <path d=\"M5.00001 12.3263C5.00124 12.5147 5.05566 12.699 5.15699 12.8578C5.25831 13.0167 5.40243 13.1437 5.57273 13.2242C5.74304 13.3047 5.9326 13.3354 6.11959 13.3128C6.30659 13.2902 6.4834 13.2152 6.62967 13.0965L10.8988 8.83532C11.0739 8.69473 11.2153 8.51658 11.3124 8.31402C11.4096 8.11146 11.46 7.88966 11.46 7.66499C11.46 7.44033 11.4096 7.21853 11.3124 7.01597C11.2153 6.81341 11.0739 6.63526 10.8988 6.49467L6.62967 2.22347C6.48274 2.10422 6.30501 2.02912 6.11712 2.00691C5.92923 1.9847 5.73889 2.01628 5.56823 2.09799C5.39757 2.17969 5.25358 2.30817 5.153 2.46849C5.05241 2.62882 4.99936 2.8144 5.00001 3.00369V12.3263Z\"></path>\n </svg>`,\n}"
43643
- },
43644
- {
43645
- "kind": "variable",
43646
- "name": "foundationTreeItem",
43647
- "description": "The Foundation Tree item",
43648
- "privacy": "public"
43649
- }
43650
- ],
43651
- "exports": [
43652
- {
43653
- "kind": "js",
43654
- "name": "TreeItem",
43655
- "declaration": {
43656
- "name": "TreeItem",
43657
- "module": "src/tree-item/tree-item.ts"
43658
- }
43659
- },
43660
- {
43661
- "kind": "js",
43662
- "name": "foundationTreeItemShadowOptions",
43663
- "declaration": {
43664
- "name": "foundationTreeItemShadowOptions",
43665
- "module": "src/tree-item/tree-item.ts"
43666
- }
43667
- },
43668
- {
43669
- "kind": "js",
43670
- "name": "defaultTreeItemConfig",
43671
- "declaration": {
43672
- "name": "defaultTreeItemConfig",
43673
- "module": "src/tree-item/tree-item.ts"
43674
- }
43675
- },
43676
- {
43677
- "kind": "js",
43678
- "name": "foundationTreeItem",
43679
- "declaration": {
43680
- "name": "foundationTreeItem",
43681
- "module": "src/tree-item/tree-item.ts"
43682
- }
43683
- }
43684
- ]
43685
- },
43686
43686
  {
43687
43687
  "kind": "javascript-module",
43688
43688
  "path": "src/_config/styles/colors.ts",