@genesislcap/foundation-ui 14.214.4 → 14.215.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1233 -1211
- package/dist/dts/stepper/stepper.d.ts +1 -0
- package/dist/dts/stepper/stepper.d.ts.map +1 -1
- package/dist/dts/stepper/stepper.template.d.ts.map +1 -1
- package/dist/dts/stepper-tab/stepper-tab.d.ts +1 -0
- package/dist/dts/stepper-tab/stepper-tab.d.ts.map +1 -1
- package/dist/dts/stepper-tab/stepper-tab.styles.d.ts.map +1 -1
- package/dist/dts/stepper-tab/stepper-tab.template.d.ts.map +1 -1
- package/dist/esm/stepper/stepper.js +10 -0
- package/dist/esm/stepper/stepper.template.js +3 -2
- package/dist/esm/stepper-tab/stepper-tab.js +3 -0
- package/dist/esm/stepper-tab/stepper-tab.styles.js +4 -0
- package/dist/esm/stepper-tab/stepper-tab.template.js +15 -9
- package/package.json +16 -16
|
@@ -862,219 +862,6 @@
|
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
},
|
|
865
|
-
{
|
|
866
|
-
"kind": "javascript-module",
|
|
867
|
-
"path": "src/_config/index.ts",
|
|
868
|
-
"declarations": [],
|
|
869
|
-
"exports": [
|
|
870
|
-
{
|
|
871
|
-
"kind": "js",
|
|
872
|
-
"name": "*",
|
|
873
|
-
"declaration": {
|
|
874
|
-
"name": "*",
|
|
875
|
-
"package": "./styles"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "js",
|
|
880
|
-
"name": "*",
|
|
881
|
-
"declaration": {
|
|
882
|
-
"name": "*",
|
|
883
|
-
"package": "./tokens"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"kind": "js",
|
|
888
|
-
"name": "*",
|
|
889
|
-
"declaration": {
|
|
890
|
-
"name": "*",
|
|
891
|
-
"package": "./values"
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
]
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "javascript-module",
|
|
898
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
899
|
-
"declarations": [
|
|
900
|
-
{
|
|
901
|
-
"kind": "function",
|
|
902
|
-
"name": "foundationAccordionStyles",
|
|
903
|
-
"return": {
|
|
904
|
-
"type": {
|
|
905
|
-
"text": "ElementStyles"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
"parameters": [
|
|
909
|
-
{
|
|
910
|
-
"name": "context",
|
|
911
|
-
"type": {
|
|
912
|
-
"text": "ElementDefinitionContext"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"name": "definition",
|
|
917
|
-
"type": {
|
|
918
|
-
"text": "FoundationElementDefinition"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
}
|
|
923
|
-
],
|
|
924
|
-
"exports": [
|
|
925
|
-
{
|
|
926
|
-
"kind": "js",
|
|
927
|
-
"name": "foundationAccordionStyles",
|
|
928
|
-
"declaration": {
|
|
929
|
-
"name": "foundationAccordionStyles",
|
|
930
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
]
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"kind": "javascript-module",
|
|
937
|
-
"path": "src/accordion/accordion.template.ts",
|
|
938
|
-
"declarations": [
|
|
939
|
-
{
|
|
940
|
-
"kind": "function",
|
|
941
|
-
"name": "foundationAccordionTemplate",
|
|
942
|
-
"return": {
|
|
943
|
-
"type": {
|
|
944
|
-
"text": "ViewTemplate<Accordion>"
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
"parameters": [
|
|
948
|
-
{
|
|
949
|
-
"name": "context",
|
|
950
|
-
"type": {
|
|
951
|
-
"text": "ElementDefinitionContext"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"name": "definition",
|
|
956
|
-
"type": {
|
|
957
|
-
"text": "FoundationElementDefinition"
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
]
|
|
961
|
-
}
|
|
962
|
-
],
|
|
963
|
-
"exports": [
|
|
964
|
-
{
|
|
965
|
-
"kind": "js",
|
|
966
|
-
"name": "foundationAccordionTemplate",
|
|
967
|
-
"declaration": {
|
|
968
|
-
"name": "foundationAccordionTemplate",
|
|
969
|
-
"module": "src/accordion/accordion.template.ts"
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
]
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"kind": "javascript-module",
|
|
976
|
-
"path": "src/accordion/accordion.ts",
|
|
977
|
-
"declarations": [
|
|
978
|
-
{
|
|
979
|
-
"kind": "class",
|
|
980
|
-
"description": "",
|
|
981
|
-
"name": "Accordion",
|
|
982
|
-
"superclass": {
|
|
983
|
-
"name": "FASTAccordion",
|
|
984
|
-
"package": "@microsoft/fast-foundation"
|
|
985
|
-
},
|
|
986
|
-
"tagName": "%%prefix%%-accordion",
|
|
987
|
-
"customElement": true
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"kind": "variable",
|
|
991
|
-
"name": "foundationAccordionShadowOptions",
|
|
992
|
-
"type": {
|
|
993
|
-
"text": "ShadowRootInit"
|
|
994
|
-
},
|
|
995
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"kind": "variable",
|
|
999
|
-
"name": "defaultAccordionConfig",
|
|
1000
|
-
"type": {
|
|
1001
|
-
"text": "object"
|
|
1002
|
-
},
|
|
1003
|
-
"default": "{}"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "variable",
|
|
1007
|
-
"name": "foundationAccordion",
|
|
1008
|
-
"description": "The Foundation Accordion",
|
|
1009
|
-
"privacy": "public"
|
|
1010
|
-
}
|
|
1011
|
-
],
|
|
1012
|
-
"exports": [
|
|
1013
|
-
{
|
|
1014
|
-
"kind": "js",
|
|
1015
|
-
"name": "Accordion",
|
|
1016
|
-
"declaration": {
|
|
1017
|
-
"name": "Accordion",
|
|
1018
|
-
"module": "src/accordion/accordion.ts"
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"kind": "js",
|
|
1023
|
-
"name": "foundationAccordionShadowOptions",
|
|
1024
|
-
"declaration": {
|
|
1025
|
-
"name": "foundationAccordionShadowOptions",
|
|
1026
|
-
"module": "src/accordion/accordion.ts"
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"kind": "js",
|
|
1031
|
-
"name": "defaultAccordionConfig",
|
|
1032
|
-
"declaration": {
|
|
1033
|
-
"name": "defaultAccordionConfig",
|
|
1034
|
-
"module": "src/accordion/accordion.ts"
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "js",
|
|
1039
|
-
"name": "foundationAccordion",
|
|
1040
|
-
"declaration": {
|
|
1041
|
-
"name": "foundationAccordion",
|
|
1042
|
-
"module": "src/accordion/accordion.ts"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
]
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "javascript-module",
|
|
1049
|
-
"path": "src/accordion/index.ts",
|
|
1050
|
-
"declarations": [],
|
|
1051
|
-
"exports": [
|
|
1052
|
-
{
|
|
1053
|
-
"kind": "js",
|
|
1054
|
-
"name": "*",
|
|
1055
|
-
"declaration": {
|
|
1056
|
-
"name": "*",
|
|
1057
|
-
"package": "./accordion.template"
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "js",
|
|
1062
|
-
"name": "*",
|
|
1063
|
-
"declaration": {
|
|
1064
|
-
"name": "*",
|
|
1065
|
-
"package": "./accordion.styles"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "js",
|
|
1070
|
-
"name": "*",
|
|
1071
|
-
"declaration": {
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"package": "./accordion"
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
]
|
|
1077
|
-
},
|
|
1078
865
|
{
|
|
1079
866
|
"kind": "javascript-module",
|
|
1080
867
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -4138,6 +3925,219 @@
|
|
|
4138
3925
|
}
|
|
4139
3926
|
]
|
|
4140
3927
|
},
|
|
3928
|
+
{
|
|
3929
|
+
"kind": "javascript-module",
|
|
3930
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3931
|
+
"declarations": [
|
|
3932
|
+
{
|
|
3933
|
+
"kind": "function",
|
|
3934
|
+
"name": "foundationAccordionStyles",
|
|
3935
|
+
"return": {
|
|
3936
|
+
"type": {
|
|
3937
|
+
"text": "ElementStyles"
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3940
|
+
"parameters": [
|
|
3941
|
+
{
|
|
3942
|
+
"name": "context",
|
|
3943
|
+
"type": {
|
|
3944
|
+
"text": "ElementDefinitionContext"
|
|
3945
|
+
}
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
"name": "definition",
|
|
3949
|
+
"type": {
|
|
3950
|
+
"text": "FoundationElementDefinition"
|
|
3951
|
+
}
|
|
3952
|
+
}
|
|
3953
|
+
]
|
|
3954
|
+
}
|
|
3955
|
+
],
|
|
3956
|
+
"exports": [
|
|
3957
|
+
{
|
|
3958
|
+
"kind": "js",
|
|
3959
|
+
"name": "foundationAccordionStyles",
|
|
3960
|
+
"declaration": {
|
|
3961
|
+
"name": "foundationAccordionStyles",
|
|
3962
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3963
|
+
}
|
|
3964
|
+
}
|
|
3965
|
+
]
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
"kind": "javascript-module",
|
|
3969
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3970
|
+
"declarations": [
|
|
3971
|
+
{
|
|
3972
|
+
"kind": "function",
|
|
3973
|
+
"name": "foundationAccordionTemplate",
|
|
3974
|
+
"return": {
|
|
3975
|
+
"type": {
|
|
3976
|
+
"text": "ViewTemplate<Accordion>"
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
"parameters": [
|
|
3980
|
+
{
|
|
3981
|
+
"name": "context",
|
|
3982
|
+
"type": {
|
|
3983
|
+
"text": "ElementDefinitionContext"
|
|
3984
|
+
}
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"name": "definition",
|
|
3988
|
+
"type": {
|
|
3989
|
+
"text": "FoundationElementDefinition"
|
|
3990
|
+
}
|
|
3991
|
+
}
|
|
3992
|
+
]
|
|
3993
|
+
}
|
|
3994
|
+
],
|
|
3995
|
+
"exports": [
|
|
3996
|
+
{
|
|
3997
|
+
"kind": "js",
|
|
3998
|
+
"name": "foundationAccordionTemplate",
|
|
3999
|
+
"declaration": {
|
|
4000
|
+
"name": "foundationAccordionTemplate",
|
|
4001
|
+
"module": "src/accordion/accordion.template.ts"
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
]
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"kind": "javascript-module",
|
|
4008
|
+
"path": "src/accordion/accordion.ts",
|
|
4009
|
+
"declarations": [
|
|
4010
|
+
{
|
|
4011
|
+
"kind": "class",
|
|
4012
|
+
"description": "",
|
|
4013
|
+
"name": "Accordion",
|
|
4014
|
+
"superclass": {
|
|
4015
|
+
"name": "FASTAccordion",
|
|
4016
|
+
"package": "@microsoft/fast-foundation"
|
|
4017
|
+
},
|
|
4018
|
+
"tagName": "%%prefix%%-accordion",
|
|
4019
|
+
"customElement": true
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
"kind": "variable",
|
|
4023
|
+
"name": "foundationAccordionShadowOptions",
|
|
4024
|
+
"type": {
|
|
4025
|
+
"text": "ShadowRootInit"
|
|
4026
|
+
},
|
|
4027
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"kind": "variable",
|
|
4031
|
+
"name": "defaultAccordionConfig",
|
|
4032
|
+
"type": {
|
|
4033
|
+
"text": "object"
|
|
4034
|
+
},
|
|
4035
|
+
"default": "{}"
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"kind": "variable",
|
|
4039
|
+
"name": "foundationAccordion",
|
|
4040
|
+
"description": "The Foundation Accordion",
|
|
4041
|
+
"privacy": "public"
|
|
4042
|
+
}
|
|
4043
|
+
],
|
|
4044
|
+
"exports": [
|
|
4045
|
+
{
|
|
4046
|
+
"kind": "js",
|
|
4047
|
+
"name": "Accordion",
|
|
4048
|
+
"declaration": {
|
|
4049
|
+
"name": "Accordion",
|
|
4050
|
+
"module": "src/accordion/accordion.ts"
|
|
4051
|
+
}
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"kind": "js",
|
|
4055
|
+
"name": "foundationAccordionShadowOptions",
|
|
4056
|
+
"declaration": {
|
|
4057
|
+
"name": "foundationAccordionShadowOptions",
|
|
4058
|
+
"module": "src/accordion/accordion.ts"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"kind": "js",
|
|
4063
|
+
"name": "defaultAccordionConfig",
|
|
4064
|
+
"declaration": {
|
|
4065
|
+
"name": "defaultAccordionConfig",
|
|
4066
|
+
"module": "src/accordion/accordion.ts"
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"kind": "js",
|
|
4071
|
+
"name": "foundationAccordion",
|
|
4072
|
+
"declaration": {
|
|
4073
|
+
"name": "foundationAccordion",
|
|
4074
|
+
"module": "src/accordion/accordion.ts"
|
|
4075
|
+
}
|
|
4076
|
+
}
|
|
4077
|
+
]
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"kind": "javascript-module",
|
|
4081
|
+
"path": "src/accordion/index.ts",
|
|
4082
|
+
"declarations": [],
|
|
4083
|
+
"exports": [
|
|
4084
|
+
{
|
|
4085
|
+
"kind": "js",
|
|
4086
|
+
"name": "*",
|
|
4087
|
+
"declaration": {
|
|
4088
|
+
"name": "*",
|
|
4089
|
+
"package": "./accordion.template"
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"kind": "js",
|
|
4094
|
+
"name": "*",
|
|
4095
|
+
"declaration": {
|
|
4096
|
+
"name": "*",
|
|
4097
|
+
"package": "./accordion.styles"
|
|
4098
|
+
}
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"kind": "js",
|
|
4102
|
+
"name": "*",
|
|
4103
|
+
"declaration": {
|
|
4104
|
+
"name": "*",
|
|
4105
|
+
"package": "./accordion"
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
]
|
|
4109
|
+
},
|
|
4110
|
+
{
|
|
4111
|
+
"kind": "javascript-module",
|
|
4112
|
+
"path": "src/_config/index.ts",
|
|
4113
|
+
"declarations": [],
|
|
4114
|
+
"exports": [
|
|
4115
|
+
{
|
|
4116
|
+
"kind": "js",
|
|
4117
|
+
"name": "*",
|
|
4118
|
+
"declaration": {
|
|
4119
|
+
"name": "*",
|
|
4120
|
+
"package": "./styles"
|
|
4121
|
+
}
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"kind": "js",
|
|
4125
|
+
"name": "*",
|
|
4126
|
+
"declaration": {
|
|
4127
|
+
"name": "*",
|
|
4128
|
+
"package": "./tokens"
|
|
4129
|
+
}
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
"kind": "js",
|
|
4133
|
+
"name": "*",
|
|
4134
|
+
"declaration": {
|
|
4135
|
+
"name": "*",
|
|
4136
|
+
"package": "./values"
|
|
4137
|
+
}
|
|
4138
|
+
}
|
|
4139
|
+
]
|
|
4140
|
+
},
|
|
4141
4141
|
{
|
|
4142
4142
|
"kind": "javascript-module",
|
|
4143
4143
|
"path": "src/avatar/avatar.styles.ts",
|
|
@@ -8884,327 +8884,6 @@
|
|
|
8884
8884
|
}
|
|
8885
8885
|
]
|
|
8886
8886
|
},
|
|
8887
|
-
{
|
|
8888
|
-
"kind": "javascript-module",
|
|
8889
|
-
"path": "src/connection-indicator/connection-indicator.styles.ts",
|
|
8890
|
-
"declarations": [
|
|
8891
|
-
{
|
|
8892
|
-
"kind": "function",
|
|
8893
|
-
"name": "foundationConnectionIndicatorStyles",
|
|
8894
|
-
"return": {
|
|
8895
|
-
"type": {
|
|
8896
|
-
"text": "ElementStyles"
|
|
8897
|
-
}
|
|
8898
|
-
},
|
|
8899
|
-
"parameters": [
|
|
8900
|
-
{
|
|
8901
|
-
"name": "context",
|
|
8902
|
-
"type": {
|
|
8903
|
-
"text": "ElementDefinitionContext"
|
|
8904
|
-
}
|
|
8905
|
-
},
|
|
8906
|
-
{
|
|
8907
|
-
"name": "definition",
|
|
8908
|
-
"type": {
|
|
8909
|
-
"text": "FoundationElementDefinition"
|
|
8910
|
-
}
|
|
8911
|
-
}
|
|
8912
|
-
]
|
|
8913
|
-
}
|
|
8914
|
-
],
|
|
8915
|
-
"exports": [
|
|
8916
|
-
{
|
|
8917
|
-
"kind": "js",
|
|
8918
|
-
"name": "foundationConnectionIndicatorStyles",
|
|
8919
|
-
"declaration": {
|
|
8920
|
-
"name": "foundationConnectionIndicatorStyles",
|
|
8921
|
-
"module": "src/connection-indicator/connection-indicator.styles.ts"
|
|
8922
|
-
}
|
|
8923
|
-
}
|
|
8924
|
-
]
|
|
8925
|
-
},
|
|
8926
|
-
{
|
|
8927
|
-
"kind": "javascript-module",
|
|
8928
|
-
"path": "src/connection-indicator/connection-indicator.template.ts",
|
|
8929
|
-
"declarations": [
|
|
8930
|
-
{
|
|
8931
|
-
"kind": "variable",
|
|
8932
|
-
"name": "foundationConnectionIndicatorTemplate",
|
|
8933
|
-
"type": {
|
|
8934
|
-
"text": "ViewTemplate"
|
|
8935
|
-
},
|
|
8936
|
-
"default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
|
|
8937
|
-
}
|
|
8938
|
-
],
|
|
8939
|
-
"exports": [
|
|
8940
|
-
{
|
|
8941
|
-
"kind": "js",
|
|
8942
|
-
"name": "foundationConnectionIndicatorTemplate",
|
|
8943
|
-
"declaration": {
|
|
8944
|
-
"name": "foundationConnectionIndicatorTemplate",
|
|
8945
|
-
"module": "src/connection-indicator/connection-indicator.template.ts"
|
|
8946
|
-
}
|
|
8947
|
-
}
|
|
8948
|
-
]
|
|
8949
|
-
},
|
|
8950
|
-
{
|
|
8951
|
-
"kind": "javascript-module",
|
|
8952
|
-
"path": "src/connection-indicator/connection-indicator.ts",
|
|
8953
|
-
"declarations": [
|
|
8954
|
-
{
|
|
8955
|
-
"kind": "class",
|
|
8956
|
-
"description": "",
|
|
8957
|
-
"name": "ConnectionIndicator",
|
|
8958
|
-
"members": [
|
|
8959
|
-
{
|
|
8960
|
-
"kind": "field",
|
|
8961
|
-
"name": "connect",
|
|
8962
|
-
"type": {
|
|
8963
|
-
"text": "Connect"
|
|
8964
|
-
}
|
|
8965
|
-
},
|
|
8966
|
-
{
|
|
8967
|
-
"kind": "field",
|
|
8968
|
-
"name": "session",
|
|
8969
|
-
"type": {
|
|
8970
|
-
"text": "Session"
|
|
8971
|
-
}
|
|
8972
|
-
},
|
|
8973
|
-
{
|
|
8974
|
-
"kind": "field",
|
|
8975
|
-
"name": "showLabel",
|
|
8976
|
-
"type": {
|
|
8977
|
-
"text": "boolean"
|
|
8978
|
-
},
|
|
8979
|
-
"default": "false"
|
|
8980
|
-
},
|
|
8981
|
-
{
|
|
8982
|
-
"kind": "field",
|
|
8983
|
-
"name": "label",
|
|
8984
|
-
"type": {
|
|
8985
|
-
"text": "string"
|
|
8986
|
-
},
|
|
8987
|
-
"default": "'disconnected'"
|
|
8988
|
-
},
|
|
8989
|
-
{
|
|
8990
|
-
"kind": "field",
|
|
8991
|
-
"name": "colour",
|
|
8992
|
-
"type": {
|
|
8993
|
-
"text": "'red' | 'green'"
|
|
8994
|
-
},
|
|
8995
|
-
"default": "'red'"
|
|
8996
|
-
},
|
|
8997
|
-
{
|
|
8998
|
-
"kind": "field",
|
|
8999
|
-
"name": "subscription",
|
|
9000
|
-
"type": {
|
|
9001
|
-
"text": "Subscription"
|
|
9002
|
-
},
|
|
9003
|
-
"privacy": "private"
|
|
9004
|
-
},
|
|
9005
|
-
{
|
|
9006
|
-
"kind": "method",
|
|
9007
|
-
"name": "getLabel",
|
|
9008
|
-
"return": {
|
|
9009
|
-
"type": {
|
|
9010
|
-
"text": "string"
|
|
9011
|
-
}
|
|
9012
|
-
},
|
|
9013
|
-
"parameters": [
|
|
9014
|
-
{
|
|
9015
|
-
"name": "connected",
|
|
9016
|
-
"type": {
|
|
9017
|
-
"text": "boolean"
|
|
9018
|
-
}
|
|
9019
|
-
}
|
|
9020
|
-
]
|
|
9021
|
-
},
|
|
9022
|
-
{
|
|
9023
|
-
"kind": "field",
|
|
9024
|
-
"name": "_presentation",
|
|
9025
|
-
"type": {
|
|
9026
|
-
"text": "ComponentPresentation | null | undefined"
|
|
9027
|
-
},
|
|
9028
|
-
"privacy": "private",
|
|
9029
|
-
"default": "void 0",
|
|
9030
|
-
"inheritedFrom": {
|
|
9031
|
-
"name": "FoundationElement",
|
|
9032
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9033
|
-
}
|
|
9034
|
-
},
|
|
9035
|
-
{
|
|
9036
|
-
"kind": "field",
|
|
9037
|
-
"name": "$presentation",
|
|
9038
|
-
"type": {
|
|
9039
|
-
"text": "ComponentPresentation | null"
|
|
9040
|
-
},
|
|
9041
|
-
"privacy": "public",
|
|
9042
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
9043
|
-
"inheritedFrom": {
|
|
9044
|
-
"name": "FoundationElement",
|
|
9045
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9046
|
-
}
|
|
9047
|
-
},
|
|
9048
|
-
{
|
|
9049
|
-
"kind": "field",
|
|
9050
|
-
"name": "template",
|
|
9051
|
-
"type": {
|
|
9052
|
-
"text": "ElementViewTemplate | void | null"
|
|
9053
|
-
},
|
|
9054
|
-
"privacy": "public",
|
|
9055
|
-
"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.",
|
|
9056
|
-
"inheritedFrom": {
|
|
9057
|
-
"name": "FoundationElement",
|
|
9058
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9059
|
-
}
|
|
9060
|
-
},
|
|
9061
|
-
{
|
|
9062
|
-
"kind": "method",
|
|
9063
|
-
"name": "templateChanged",
|
|
9064
|
-
"privacy": "protected",
|
|
9065
|
-
"return": {
|
|
9066
|
-
"type": {
|
|
9067
|
-
"text": "void"
|
|
9068
|
-
}
|
|
9069
|
-
},
|
|
9070
|
-
"inheritedFrom": {
|
|
9071
|
-
"name": "FoundationElement",
|
|
9072
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9073
|
-
}
|
|
9074
|
-
},
|
|
9075
|
-
{
|
|
9076
|
-
"kind": "field",
|
|
9077
|
-
"name": "styles",
|
|
9078
|
-
"type": {
|
|
9079
|
-
"text": "ElementStyles | void | null"
|
|
9080
|
-
},
|
|
9081
|
-
"privacy": "public",
|
|
9082
|
-
"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.",
|
|
9083
|
-
"inheritedFrom": {
|
|
9084
|
-
"name": "FoundationElement",
|
|
9085
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9086
|
-
}
|
|
9087
|
-
},
|
|
9088
|
-
{
|
|
9089
|
-
"kind": "method",
|
|
9090
|
-
"name": "stylesChanged",
|
|
9091
|
-
"privacy": "protected",
|
|
9092
|
-
"return": {
|
|
9093
|
-
"type": {
|
|
9094
|
-
"text": "void"
|
|
9095
|
-
}
|
|
9096
|
-
},
|
|
9097
|
-
"inheritedFrom": {
|
|
9098
|
-
"name": "FoundationElement",
|
|
9099
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9100
|
-
}
|
|
9101
|
-
},
|
|
9102
|
-
{
|
|
9103
|
-
"kind": "method",
|
|
9104
|
-
"name": "compose",
|
|
9105
|
-
"privacy": "public",
|
|
9106
|
-
"static": true,
|
|
9107
|
-
"return": {
|
|
9108
|
-
"type": {
|
|
9109
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
9110
|
-
}
|
|
9111
|
-
},
|
|
9112
|
-
"parameters": [
|
|
9113
|
-
{
|
|
9114
|
-
"name": "this",
|
|
9115
|
-
"type": {
|
|
9116
|
-
"text": "K"
|
|
9117
|
-
}
|
|
9118
|
-
},
|
|
9119
|
-
{
|
|
9120
|
-
"name": "elementDefinition",
|
|
9121
|
-
"type": {
|
|
9122
|
-
"text": "T"
|
|
9123
|
-
},
|
|
9124
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
9125
|
-
}
|
|
9126
|
-
],
|
|
9127
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
9128
|
-
"inheritedFrom": {
|
|
9129
|
-
"name": "FoundationElement",
|
|
9130
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9131
|
-
}
|
|
9132
|
-
}
|
|
9133
|
-
],
|
|
9134
|
-
"attributes": [
|
|
9135
|
-
{
|
|
9136
|
-
"name": "show-label",
|
|
9137
|
-
"type": {
|
|
9138
|
-
"text": "boolean"
|
|
9139
|
-
},
|
|
9140
|
-
"default": "false",
|
|
9141
|
-
"fieldName": "showLabel"
|
|
9142
|
-
}
|
|
9143
|
-
],
|
|
9144
|
-
"superclass": {
|
|
9145
|
-
"name": "FoundationElement",
|
|
9146
|
-
"package": "@microsoft/fast-foundation"
|
|
9147
|
-
},
|
|
9148
|
-
"tagName": "%%prefix%%-connection-indicator",
|
|
9149
|
-
"customElement": true
|
|
9150
|
-
},
|
|
9151
|
-
{
|
|
9152
|
-
"kind": "variable",
|
|
9153
|
-
"name": "foundationConnectionIndicator",
|
|
9154
|
-
"description": "The Connection Indicator",
|
|
9155
|
-
"privacy": "public"
|
|
9156
|
-
}
|
|
9157
|
-
],
|
|
9158
|
-
"exports": [
|
|
9159
|
-
{
|
|
9160
|
-
"kind": "js",
|
|
9161
|
-
"name": "ConnectionIndicator",
|
|
9162
|
-
"declaration": {
|
|
9163
|
-
"name": "ConnectionIndicator",
|
|
9164
|
-
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9165
|
-
}
|
|
9166
|
-
},
|
|
9167
|
-
{
|
|
9168
|
-
"kind": "js",
|
|
9169
|
-
"name": "foundationConnectionIndicator",
|
|
9170
|
-
"declaration": {
|
|
9171
|
-
"name": "foundationConnectionIndicator",
|
|
9172
|
-
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9173
|
-
}
|
|
9174
|
-
}
|
|
9175
|
-
]
|
|
9176
|
-
},
|
|
9177
|
-
{
|
|
9178
|
-
"kind": "javascript-module",
|
|
9179
|
-
"path": "src/connection-indicator/index.ts",
|
|
9180
|
-
"declarations": [],
|
|
9181
|
-
"exports": [
|
|
9182
|
-
{
|
|
9183
|
-
"kind": "js",
|
|
9184
|
-
"name": "*",
|
|
9185
|
-
"declaration": {
|
|
9186
|
-
"name": "*",
|
|
9187
|
-
"package": "./connection-indicator"
|
|
9188
|
-
}
|
|
9189
|
-
},
|
|
9190
|
-
{
|
|
9191
|
-
"kind": "js",
|
|
9192
|
-
"name": "*",
|
|
9193
|
-
"declaration": {
|
|
9194
|
-
"name": "*",
|
|
9195
|
-
"package": "./connection-indicator.styles"
|
|
9196
|
-
}
|
|
9197
|
-
},
|
|
9198
|
-
{
|
|
9199
|
-
"kind": "js",
|
|
9200
|
-
"name": "*",
|
|
9201
|
-
"declaration": {
|
|
9202
|
-
"name": "*",
|
|
9203
|
-
"package": "./connection-indicator.template"
|
|
9204
|
-
}
|
|
9205
|
-
}
|
|
9206
|
-
]
|
|
9207
|
-
},
|
|
9208
8887
|
{
|
|
9209
8888
|
"kind": "javascript-module",
|
|
9210
8889
|
"path": "src/combobox/combobox.styles.ts",
|
|
@@ -9758,11 +9437,11 @@
|
|
|
9758
9437
|
},
|
|
9759
9438
|
{
|
|
9760
9439
|
"kind": "javascript-module",
|
|
9761
|
-
"path": "src/
|
|
9440
|
+
"path": "src/connection-indicator/connection-indicator.styles.ts",
|
|
9762
9441
|
"declarations": [
|
|
9763
9442
|
{
|
|
9764
9443
|
"kind": "function",
|
|
9765
|
-
"name": "
|
|
9444
|
+
"name": "foundationConnectionIndicatorStyles",
|
|
9766
9445
|
"return": {
|
|
9767
9446
|
"type": {
|
|
9768
9447
|
"text": "ElementStyles"
|
|
@@ -9776,7 +9455,7 @@
|
|
|
9776
9455
|
}
|
|
9777
9456
|
},
|
|
9778
9457
|
{
|
|
9779
|
-
"name": "
|
|
9458
|
+
"name": "definition",
|
|
9780
9459
|
"type": {
|
|
9781
9460
|
"text": "FoundationElementDefinition"
|
|
9782
9461
|
}
|
|
@@ -9787,123 +9466,96 @@
|
|
|
9787
9466
|
"exports": [
|
|
9788
9467
|
{
|
|
9789
9468
|
"kind": "js",
|
|
9790
|
-
"name": "
|
|
9469
|
+
"name": "foundationConnectionIndicatorStyles",
|
|
9791
9470
|
"declaration": {
|
|
9792
|
-
"name": "
|
|
9793
|
-
"module": "src/
|
|
9471
|
+
"name": "foundationConnectionIndicatorStyles",
|
|
9472
|
+
"module": "src/connection-indicator/connection-indicator.styles.ts"
|
|
9794
9473
|
}
|
|
9795
9474
|
}
|
|
9796
9475
|
]
|
|
9797
9476
|
},
|
|
9798
9477
|
{
|
|
9799
9478
|
"kind": "javascript-module",
|
|
9800
|
-
"path": "src/
|
|
9479
|
+
"path": "src/connection-indicator/connection-indicator.template.ts",
|
|
9801
9480
|
"declarations": [
|
|
9802
9481
|
{
|
|
9803
|
-
"kind": "
|
|
9804
|
-
"name": "
|
|
9805
|
-
"
|
|
9806
|
-
"
|
|
9807
|
-
"text": "ViewTemplate<DataGrid>"
|
|
9808
|
-
}
|
|
9482
|
+
"kind": "variable",
|
|
9483
|
+
"name": "foundationConnectionIndicatorTemplate",
|
|
9484
|
+
"type": {
|
|
9485
|
+
"text": "ViewTemplate"
|
|
9809
9486
|
},
|
|
9810
|
-
"
|
|
9811
|
-
{
|
|
9812
|
-
"name": "context",
|
|
9813
|
-
"type": {
|
|
9814
|
-
"text": "ElementDefinitionContext"
|
|
9815
|
-
}
|
|
9816
|
-
},
|
|
9817
|
-
{
|
|
9818
|
-
"name": "definition",
|
|
9819
|
-
"type": {
|
|
9820
|
-
"text": "FoundationElementDefinition"
|
|
9821
|
-
}
|
|
9822
|
-
}
|
|
9823
|
-
]
|
|
9487
|
+
"default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
|
|
9824
9488
|
}
|
|
9825
9489
|
],
|
|
9826
9490
|
"exports": [
|
|
9827
9491
|
{
|
|
9828
9492
|
"kind": "js",
|
|
9829
|
-
"name": "
|
|
9493
|
+
"name": "foundationConnectionIndicatorTemplate",
|
|
9830
9494
|
"declaration": {
|
|
9831
|
-
"name": "
|
|
9832
|
-
"module": "src/
|
|
9495
|
+
"name": "foundationConnectionIndicatorTemplate",
|
|
9496
|
+
"module": "src/connection-indicator/connection-indicator.template.ts"
|
|
9833
9497
|
}
|
|
9834
9498
|
}
|
|
9835
9499
|
]
|
|
9836
9500
|
},
|
|
9837
9501
|
{
|
|
9838
9502
|
"kind": "javascript-module",
|
|
9839
|
-
"path": "src/
|
|
9503
|
+
"path": "src/connection-indicator/connection-indicator.ts",
|
|
9840
9504
|
"declarations": [
|
|
9841
9505
|
{
|
|
9842
9506
|
"kind": "class",
|
|
9843
9507
|
"description": "",
|
|
9844
|
-
"name": "
|
|
9845
|
-
"
|
|
9846
|
-
"name": "FASTDataGrid",
|
|
9847
|
-
"package": "@microsoft/fast-components"
|
|
9848
|
-
},
|
|
9849
|
-
"tagName": "%%prefix%%-data-grid",
|
|
9850
|
-
"customElement": true,
|
|
9851
|
-
"attributes": [
|
|
9508
|
+
"name": "ConnectionIndicator",
|
|
9509
|
+
"members": [
|
|
9852
9510
|
{
|
|
9853
|
-
"
|
|
9511
|
+
"kind": "field",
|
|
9512
|
+
"name": "connect",
|
|
9854
9513
|
"type": {
|
|
9855
|
-
"text": "
|
|
9856
|
-
},
|
|
9857
|
-
"default": "false",
|
|
9858
|
-
"description": "When true the component will not add itself to the tab queue.\nDefault is false.",
|
|
9859
|
-
"fieldName": "noTabbing",
|
|
9860
|
-
"inheritedFrom": {
|
|
9861
|
-
"name": "DataGrid",
|
|
9862
|
-
"module": "src/data-grid/data-grid.ts"
|
|
9514
|
+
"text": "Connect"
|
|
9863
9515
|
}
|
|
9864
9516
|
},
|
|
9865
9517
|
{
|
|
9866
|
-
"
|
|
9518
|
+
"kind": "field",
|
|
9519
|
+
"name": "session",
|
|
9867
9520
|
"type": {
|
|
9868
|
-
"text": "
|
|
9869
|
-
},
|
|
9870
|
-
"description": "Whether the grid should automatically generate a header row and its type",
|
|
9871
|
-
"fieldName": "generateHeader",
|
|
9872
|
-
"inheritedFrom": {
|
|
9873
|
-
"name": "DataGrid",
|
|
9874
|
-
"module": "src/data-grid/data-grid.ts"
|
|
9521
|
+
"text": "Session"
|
|
9875
9522
|
}
|
|
9876
9523
|
},
|
|
9877
9524
|
{
|
|
9878
|
-
"
|
|
9525
|
+
"kind": "field",
|
|
9526
|
+
"name": "showLabel",
|
|
9527
|
+
"type": {
|
|
9528
|
+
"text": "boolean"
|
|
9529
|
+
},
|
|
9530
|
+
"default": "false"
|
|
9531
|
+
},
|
|
9532
|
+
{
|
|
9533
|
+
"kind": "field",
|
|
9534
|
+
"name": "label",
|
|
9879
9535
|
"type": {
|
|
9880
9536
|
"text": "string"
|
|
9881
9537
|
},
|
|
9882
|
-
"
|
|
9883
|
-
|
|
9884
|
-
"inheritedFrom": {
|
|
9885
|
-
"name": "DataGrid",
|
|
9886
|
-
"module": "src/data-grid/data-grid.ts"
|
|
9887
|
-
}
|
|
9888
|
-
}
|
|
9889
|
-
],
|
|
9890
|
-
"members": [
|
|
9538
|
+
"default": "'disconnected'"
|
|
9539
|
+
},
|
|
9891
9540
|
{
|
|
9892
9541
|
"kind": "field",
|
|
9893
|
-
"name": "
|
|
9894
|
-
"
|
|
9895
|
-
|
|
9896
|
-
|
|
9897
|
-
"
|
|
9898
|
-
|
|
9899
|
-
|
|
9900
|
-
|
|
9542
|
+
"name": "colour",
|
|
9543
|
+
"type": {
|
|
9544
|
+
"text": "'red' | 'green'"
|
|
9545
|
+
},
|
|
9546
|
+
"default": "'red'"
|
|
9547
|
+
},
|
|
9548
|
+
{
|
|
9549
|
+
"kind": "field",
|
|
9550
|
+
"name": "subscription",
|
|
9551
|
+
"type": {
|
|
9552
|
+
"text": "Subscription"
|
|
9553
|
+
},
|
|
9554
|
+
"privacy": "private"
|
|
9901
9555
|
},
|
|
9902
9556
|
{
|
|
9903
9557
|
"kind": "method",
|
|
9904
|
-
"name": "
|
|
9905
|
-
"privacy": "private",
|
|
9906
|
-
"static": true,
|
|
9558
|
+
"name": "getLabel",
|
|
9907
9559
|
"return": {
|
|
9908
9560
|
"type": {
|
|
9909
9561
|
"text": "string"
|
|
@@ -9911,81 +9563,429 @@
|
|
|
9911
9563
|
},
|
|
9912
9564
|
"parameters": [
|
|
9913
9565
|
{
|
|
9914
|
-
"name": "
|
|
9566
|
+
"name": "connected",
|
|
9915
9567
|
"type": {
|
|
9916
|
-
"text": "
|
|
9568
|
+
"text": "boolean"
|
|
9917
9569
|
}
|
|
9918
9570
|
}
|
|
9919
|
-
]
|
|
9920
|
-
"description": "generates a gridTemplateColumns based on columndata array",
|
|
9921
|
-
"inheritedFrom": {
|
|
9922
|
-
"name": "DataGrid",
|
|
9923
|
-
"module": "src/data-grid/data-grid.ts"
|
|
9924
|
-
}
|
|
9571
|
+
]
|
|
9925
9572
|
},
|
|
9926
9573
|
{
|
|
9927
9574
|
"kind": "field",
|
|
9928
|
-
"name": "
|
|
9575
|
+
"name": "_presentation",
|
|
9929
9576
|
"type": {
|
|
9930
|
-
"text": "
|
|
9577
|
+
"text": "ComponentPresentation | null | undefined"
|
|
9931
9578
|
},
|
|
9932
|
-
"privacy": "
|
|
9933
|
-
"default": "
|
|
9934
|
-
"description": "When true the component will not add itself to the tab queue.\nDefault is false.",
|
|
9579
|
+
"privacy": "private",
|
|
9580
|
+
"default": "void 0",
|
|
9935
9581
|
"inheritedFrom": {
|
|
9936
|
-
"name": "
|
|
9937
|
-
"module": "src/
|
|
9582
|
+
"name": "FoundationElement",
|
|
9583
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9938
9584
|
}
|
|
9939
9585
|
},
|
|
9940
9586
|
{
|
|
9941
|
-
"kind": "
|
|
9942
|
-
"name": "
|
|
9943
|
-
"
|
|
9944
|
-
|
|
9945
|
-
"type": {
|
|
9946
|
-
"text": "void"
|
|
9947
|
-
}
|
|
9587
|
+
"kind": "field",
|
|
9588
|
+
"name": "$presentation",
|
|
9589
|
+
"type": {
|
|
9590
|
+
"text": "ComponentPresentation | null"
|
|
9948
9591
|
},
|
|
9592
|
+
"privacy": "public",
|
|
9593
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
9949
9594
|
"inheritedFrom": {
|
|
9950
|
-
"name": "
|
|
9951
|
-
"module": "src/
|
|
9595
|
+
"name": "FoundationElement",
|
|
9596
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9952
9597
|
}
|
|
9953
9598
|
},
|
|
9954
9599
|
{
|
|
9955
9600
|
"kind": "field",
|
|
9956
|
-
"name": "
|
|
9601
|
+
"name": "template",
|
|
9957
9602
|
"type": {
|
|
9958
|
-
"text": "
|
|
9603
|
+
"text": "ElementViewTemplate | void | null"
|
|
9959
9604
|
},
|
|
9960
9605
|
"privacy": "public",
|
|
9961
|
-
"description": "
|
|
9606
|
+
"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.",
|
|
9962
9607
|
"inheritedFrom": {
|
|
9963
|
-
"name": "
|
|
9964
|
-
"module": "src/
|
|
9608
|
+
"name": "FoundationElement",
|
|
9609
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9965
9610
|
}
|
|
9966
9611
|
},
|
|
9967
9612
|
{
|
|
9968
9613
|
"kind": "method",
|
|
9969
|
-
"name": "
|
|
9970
|
-
"privacy": "
|
|
9614
|
+
"name": "templateChanged",
|
|
9615
|
+
"privacy": "protected",
|
|
9971
9616
|
"return": {
|
|
9972
9617
|
"type": {
|
|
9973
9618
|
"text": "void"
|
|
9974
9619
|
}
|
|
9975
9620
|
},
|
|
9976
9621
|
"inheritedFrom": {
|
|
9977
|
-
"name": "
|
|
9978
|
-
"module": "src/
|
|
9622
|
+
"name": "FoundationElement",
|
|
9623
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9979
9624
|
}
|
|
9980
9625
|
},
|
|
9981
9626
|
{
|
|
9982
9627
|
"kind": "field",
|
|
9983
|
-
"name": "
|
|
9628
|
+
"name": "styles",
|
|
9984
9629
|
"type": {
|
|
9985
|
-
"text": "
|
|
9630
|
+
"text": "ElementStyles | void | null"
|
|
9986
9631
|
},
|
|
9987
9632
|
"privacy": "public",
|
|
9988
|
-
"description": "
|
|
9633
|
+
"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.",
|
|
9634
|
+
"inheritedFrom": {
|
|
9635
|
+
"name": "FoundationElement",
|
|
9636
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9637
|
+
}
|
|
9638
|
+
},
|
|
9639
|
+
{
|
|
9640
|
+
"kind": "method",
|
|
9641
|
+
"name": "stylesChanged",
|
|
9642
|
+
"privacy": "protected",
|
|
9643
|
+
"return": {
|
|
9644
|
+
"type": {
|
|
9645
|
+
"text": "void"
|
|
9646
|
+
}
|
|
9647
|
+
},
|
|
9648
|
+
"inheritedFrom": {
|
|
9649
|
+
"name": "FoundationElement",
|
|
9650
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9651
|
+
}
|
|
9652
|
+
},
|
|
9653
|
+
{
|
|
9654
|
+
"kind": "method",
|
|
9655
|
+
"name": "compose",
|
|
9656
|
+
"privacy": "public",
|
|
9657
|
+
"static": true,
|
|
9658
|
+
"return": {
|
|
9659
|
+
"type": {
|
|
9660
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
9661
|
+
}
|
|
9662
|
+
},
|
|
9663
|
+
"parameters": [
|
|
9664
|
+
{
|
|
9665
|
+
"name": "this",
|
|
9666
|
+
"type": {
|
|
9667
|
+
"text": "K"
|
|
9668
|
+
}
|
|
9669
|
+
},
|
|
9670
|
+
{
|
|
9671
|
+
"name": "elementDefinition",
|
|
9672
|
+
"type": {
|
|
9673
|
+
"text": "T"
|
|
9674
|
+
},
|
|
9675
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
9676
|
+
}
|
|
9677
|
+
],
|
|
9678
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
9679
|
+
"inheritedFrom": {
|
|
9680
|
+
"name": "FoundationElement",
|
|
9681
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9682
|
+
}
|
|
9683
|
+
}
|
|
9684
|
+
],
|
|
9685
|
+
"attributes": [
|
|
9686
|
+
{
|
|
9687
|
+
"name": "show-label",
|
|
9688
|
+
"type": {
|
|
9689
|
+
"text": "boolean"
|
|
9690
|
+
},
|
|
9691
|
+
"default": "false",
|
|
9692
|
+
"fieldName": "showLabel"
|
|
9693
|
+
}
|
|
9694
|
+
],
|
|
9695
|
+
"superclass": {
|
|
9696
|
+
"name": "FoundationElement",
|
|
9697
|
+
"package": "@microsoft/fast-foundation"
|
|
9698
|
+
},
|
|
9699
|
+
"tagName": "%%prefix%%-connection-indicator",
|
|
9700
|
+
"customElement": true
|
|
9701
|
+
},
|
|
9702
|
+
{
|
|
9703
|
+
"kind": "variable",
|
|
9704
|
+
"name": "foundationConnectionIndicator",
|
|
9705
|
+
"description": "The Connection Indicator",
|
|
9706
|
+
"privacy": "public"
|
|
9707
|
+
}
|
|
9708
|
+
],
|
|
9709
|
+
"exports": [
|
|
9710
|
+
{
|
|
9711
|
+
"kind": "js",
|
|
9712
|
+
"name": "ConnectionIndicator",
|
|
9713
|
+
"declaration": {
|
|
9714
|
+
"name": "ConnectionIndicator",
|
|
9715
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9716
|
+
}
|
|
9717
|
+
},
|
|
9718
|
+
{
|
|
9719
|
+
"kind": "js",
|
|
9720
|
+
"name": "foundationConnectionIndicator",
|
|
9721
|
+
"declaration": {
|
|
9722
|
+
"name": "foundationConnectionIndicator",
|
|
9723
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9724
|
+
}
|
|
9725
|
+
}
|
|
9726
|
+
]
|
|
9727
|
+
},
|
|
9728
|
+
{
|
|
9729
|
+
"kind": "javascript-module",
|
|
9730
|
+
"path": "src/connection-indicator/index.ts",
|
|
9731
|
+
"declarations": [],
|
|
9732
|
+
"exports": [
|
|
9733
|
+
{
|
|
9734
|
+
"kind": "js",
|
|
9735
|
+
"name": "*",
|
|
9736
|
+
"declaration": {
|
|
9737
|
+
"name": "*",
|
|
9738
|
+
"package": "./connection-indicator"
|
|
9739
|
+
}
|
|
9740
|
+
},
|
|
9741
|
+
{
|
|
9742
|
+
"kind": "js",
|
|
9743
|
+
"name": "*",
|
|
9744
|
+
"declaration": {
|
|
9745
|
+
"name": "*",
|
|
9746
|
+
"package": "./connection-indicator.styles"
|
|
9747
|
+
}
|
|
9748
|
+
},
|
|
9749
|
+
{
|
|
9750
|
+
"kind": "js",
|
|
9751
|
+
"name": "*",
|
|
9752
|
+
"declaration": {
|
|
9753
|
+
"name": "*",
|
|
9754
|
+
"package": "./connection-indicator.template"
|
|
9755
|
+
}
|
|
9756
|
+
}
|
|
9757
|
+
]
|
|
9758
|
+
},
|
|
9759
|
+
{
|
|
9760
|
+
"kind": "javascript-module",
|
|
9761
|
+
"path": "src/data-grid/data-grid.styles.ts",
|
|
9762
|
+
"declarations": [
|
|
9763
|
+
{
|
|
9764
|
+
"kind": "function",
|
|
9765
|
+
"name": "foundationDataGridStyles",
|
|
9766
|
+
"return": {
|
|
9767
|
+
"type": {
|
|
9768
|
+
"text": "ElementStyles"
|
|
9769
|
+
}
|
|
9770
|
+
},
|
|
9771
|
+
"parameters": [
|
|
9772
|
+
{
|
|
9773
|
+
"name": "context",
|
|
9774
|
+
"type": {
|
|
9775
|
+
"text": "ElementDefinitionContext"
|
|
9776
|
+
}
|
|
9777
|
+
},
|
|
9778
|
+
{
|
|
9779
|
+
"name": "defintion",
|
|
9780
|
+
"type": {
|
|
9781
|
+
"text": "FoundationElementDefinition"
|
|
9782
|
+
}
|
|
9783
|
+
}
|
|
9784
|
+
]
|
|
9785
|
+
}
|
|
9786
|
+
],
|
|
9787
|
+
"exports": [
|
|
9788
|
+
{
|
|
9789
|
+
"kind": "js",
|
|
9790
|
+
"name": "foundationDataGridStyles",
|
|
9791
|
+
"declaration": {
|
|
9792
|
+
"name": "foundationDataGridStyles",
|
|
9793
|
+
"module": "src/data-grid/data-grid.styles.ts"
|
|
9794
|
+
}
|
|
9795
|
+
}
|
|
9796
|
+
]
|
|
9797
|
+
},
|
|
9798
|
+
{
|
|
9799
|
+
"kind": "javascript-module",
|
|
9800
|
+
"path": "src/data-grid/data-grid.template.ts",
|
|
9801
|
+
"declarations": [
|
|
9802
|
+
{
|
|
9803
|
+
"kind": "function",
|
|
9804
|
+
"name": "foundationDataGridTemplate",
|
|
9805
|
+
"return": {
|
|
9806
|
+
"type": {
|
|
9807
|
+
"text": "ViewTemplate<DataGrid>"
|
|
9808
|
+
}
|
|
9809
|
+
},
|
|
9810
|
+
"parameters": [
|
|
9811
|
+
{
|
|
9812
|
+
"name": "context",
|
|
9813
|
+
"type": {
|
|
9814
|
+
"text": "ElementDefinitionContext"
|
|
9815
|
+
}
|
|
9816
|
+
},
|
|
9817
|
+
{
|
|
9818
|
+
"name": "definition",
|
|
9819
|
+
"type": {
|
|
9820
|
+
"text": "FoundationElementDefinition"
|
|
9821
|
+
}
|
|
9822
|
+
}
|
|
9823
|
+
]
|
|
9824
|
+
}
|
|
9825
|
+
],
|
|
9826
|
+
"exports": [
|
|
9827
|
+
{
|
|
9828
|
+
"kind": "js",
|
|
9829
|
+
"name": "foundationDataGridTemplate",
|
|
9830
|
+
"declaration": {
|
|
9831
|
+
"name": "foundationDataGridTemplate",
|
|
9832
|
+
"module": "src/data-grid/data-grid.template.ts"
|
|
9833
|
+
}
|
|
9834
|
+
}
|
|
9835
|
+
]
|
|
9836
|
+
},
|
|
9837
|
+
{
|
|
9838
|
+
"kind": "javascript-module",
|
|
9839
|
+
"path": "src/data-grid/data-grid.ts",
|
|
9840
|
+
"declarations": [
|
|
9841
|
+
{
|
|
9842
|
+
"kind": "class",
|
|
9843
|
+
"description": "",
|
|
9844
|
+
"name": "DataGrid",
|
|
9845
|
+
"superclass": {
|
|
9846
|
+
"name": "FASTDataGrid",
|
|
9847
|
+
"package": "@microsoft/fast-components"
|
|
9848
|
+
},
|
|
9849
|
+
"tagName": "%%prefix%%-data-grid",
|
|
9850
|
+
"customElement": true,
|
|
9851
|
+
"attributes": [
|
|
9852
|
+
{
|
|
9853
|
+
"name": "no-tabbing",
|
|
9854
|
+
"type": {
|
|
9855
|
+
"text": "boolean"
|
|
9856
|
+
},
|
|
9857
|
+
"default": "false",
|
|
9858
|
+
"description": "When true the component will not add itself to the tab queue.\nDefault is false.",
|
|
9859
|
+
"fieldName": "noTabbing",
|
|
9860
|
+
"inheritedFrom": {
|
|
9861
|
+
"name": "DataGrid",
|
|
9862
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9863
|
+
}
|
|
9864
|
+
},
|
|
9865
|
+
{
|
|
9866
|
+
"name": "generate-header",
|
|
9867
|
+
"type": {
|
|
9868
|
+
"text": "GenerateHeaderOptions"
|
|
9869
|
+
},
|
|
9870
|
+
"description": "Whether the grid should automatically generate a header row and its type",
|
|
9871
|
+
"fieldName": "generateHeader",
|
|
9872
|
+
"inheritedFrom": {
|
|
9873
|
+
"name": "DataGrid",
|
|
9874
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9875
|
+
}
|
|
9876
|
+
},
|
|
9877
|
+
{
|
|
9878
|
+
"name": "grid-template-columns",
|
|
9879
|
+
"type": {
|
|
9880
|
+
"text": "string"
|
|
9881
|
+
},
|
|
9882
|
+
"description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
|
|
9883
|
+
"fieldName": "gridTemplateColumns",
|
|
9884
|
+
"inheritedFrom": {
|
|
9885
|
+
"name": "DataGrid",
|
|
9886
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9887
|
+
}
|
|
9888
|
+
}
|
|
9889
|
+
],
|
|
9890
|
+
"members": [
|
|
9891
|
+
{
|
|
9892
|
+
"kind": "field",
|
|
9893
|
+
"name": "generateColumns",
|
|
9894
|
+
"privacy": "public",
|
|
9895
|
+
"static": true,
|
|
9896
|
+
"description": "generates a basic column definition by examining sample row data",
|
|
9897
|
+
"inheritedFrom": {
|
|
9898
|
+
"name": "DataGrid",
|
|
9899
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9900
|
+
}
|
|
9901
|
+
},
|
|
9902
|
+
{
|
|
9903
|
+
"kind": "method",
|
|
9904
|
+
"name": "generateTemplateColumns",
|
|
9905
|
+
"privacy": "private",
|
|
9906
|
+
"static": true,
|
|
9907
|
+
"return": {
|
|
9908
|
+
"type": {
|
|
9909
|
+
"text": "string"
|
|
9910
|
+
}
|
|
9911
|
+
},
|
|
9912
|
+
"parameters": [
|
|
9913
|
+
{
|
|
9914
|
+
"name": "columnDefinitions",
|
|
9915
|
+
"type": {
|
|
9916
|
+
"text": "ColumnDefinition[]"
|
|
9917
|
+
}
|
|
9918
|
+
}
|
|
9919
|
+
],
|
|
9920
|
+
"description": "generates a gridTemplateColumns based on columndata array",
|
|
9921
|
+
"inheritedFrom": {
|
|
9922
|
+
"name": "DataGrid",
|
|
9923
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9924
|
+
}
|
|
9925
|
+
},
|
|
9926
|
+
{
|
|
9927
|
+
"kind": "field",
|
|
9928
|
+
"name": "noTabbing",
|
|
9929
|
+
"type": {
|
|
9930
|
+
"text": "boolean"
|
|
9931
|
+
},
|
|
9932
|
+
"privacy": "public",
|
|
9933
|
+
"default": "false",
|
|
9934
|
+
"description": "When true the component will not add itself to the tab queue.\nDefault is false.",
|
|
9935
|
+
"inheritedFrom": {
|
|
9936
|
+
"name": "DataGrid",
|
|
9937
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9938
|
+
}
|
|
9939
|
+
},
|
|
9940
|
+
{
|
|
9941
|
+
"kind": "method",
|
|
9942
|
+
"name": "noTabbingChanged",
|
|
9943
|
+
"privacy": "private",
|
|
9944
|
+
"return": {
|
|
9945
|
+
"type": {
|
|
9946
|
+
"text": "void"
|
|
9947
|
+
}
|
|
9948
|
+
},
|
|
9949
|
+
"inheritedFrom": {
|
|
9950
|
+
"name": "DataGrid",
|
|
9951
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9952
|
+
}
|
|
9953
|
+
},
|
|
9954
|
+
{
|
|
9955
|
+
"kind": "field",
|
|
9956
|
+
"name": "generateHeader",
|
|
9957
|
+
"type": {
|
|
9958
|
+
"text": "GenerateHeaderOptions"
|
|
9959
|
+
},
|
|
9960
|
+
"privacy": "public",
|
|
9961
|
+
"description": "Whether the grid should automatically generate a header row and its type",
|
|
9962
|
+
"inheritedFrom": {
|
|
9963
|
+
"name": "DataGrid",
|
|
9964
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9965
|
+
}
|
|
9966
|
+
},
|
|
9967
|
+
{
|
|
9968
|
+
"kind": "method",
|
|
9969
|
+
"name": "generateHeaderChanged",
|
|
9970
|
+
"privacy": "private",
|
|
9971
|
+
"return": {
|
|
9972
|
+
"type": {
|
|
9973
|
+
"text": "void"
|
|
9974
|
+
}
|
|
9975
|
+
},
|
|
9976
|
+
"inheritedFrom": {
|
|
9977
|
+
"name": "DataGrid",
|
|
9978
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9979
|
+
}
|
|
9980
|
+
},
|
|
9981
|
+
{
|
|
9982
|
+
"kind": "field",
|
|
9983
|
+
"name": "gridTemplateColumns",
|
|
9984
|
+
"type": {
|
|
9985
|
+
"text": "string"
|
|
9986
|
+
},
|
|
9987
|
+
"privacy": "public",
|
|
9988
|
+
"description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
|
|
9989
9989
|
"inheritedFrom": {
|
|
9990
9990
|
"name": "DataGrid",
|
|
9991
9991
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -19161,59 +19161,35 @@
|
|
|
19161
19161
|
},
|
|
19162
19162
|
{
|
|
19163
19163
|
"kind": "javascript-module",
|
|
19164
|
-
"path": "src/grid-layout/grid-layout.
|
|
19165
|
-
"declarations": [
|
|
19166
|
-
{
|
|
19167
|
-
"kind": "variable",
|
|
19168
|
-
"name": "foundationGridLayoutStyles",
|
|
19169
|
-
"type": {
|
|
19170
|
-
"text": "ElementStyles"
|
|
19171
|
-
},
|
|
19172
|
-
"default": "css`\n slot {\n width: 100%;\n height: 100%;\n display: grid;\n }\n\n ${gridLayoutRWDStyles()}\n ${gridLayoutRWDStyles('lg')}\n ${gridLayoutRWDStyles('md')}\n ${gridLayoutRWDStyles('sm')}\n`"
|
|
19173
|
-
}
|
|
19174
|
-
],
|
|
19175
|
-
"exports": [
|
|
19176
|
-
{
|
|
19177
|
-
"kind": "js",
|
|
19178
|
-
"name": "foundationGridLayoutStyles",
|
|
19179
|
-
"declaration": {
|
|
19180
|
-
"name": "foundationGridLayoutStyles",
|
|
19181
|
-
"module": "src/grid-layout/grid-layout.styles.ts"
|
|
19182
|
-
}
|
|
19183
|
-
}
|
|
19184
|
-
]
|
|
19185
|
-
},
|
|
19186
|
-
{
|
|
19187
|
-
"kind": "javascript-module",
|
|
19188
|
-
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19164
|
+
"path": "src/grid-layout-item/grid-layout-item.template.ts",
|
|
19189
19165
|
"declarations": [
|
|
19190
19166
|
{
|
|
19191
19167
|
"kind": "variable",
|
|
19192
|
-
"name": "
|
|
19168
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19193
19169
|
"type": {
|
|
19194
|
-
"text": "ViewTemplate<
|
|
19170
|
+
"text": "ViewTemplate<GridLayoutItem>"
|
|
19195
19171
|
},
|
|
19196
|
-
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19172
|
+
"default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
|
|
19197
19173
|
}
|
|
19198
19174
|
],
|
|
19199
19175
|
"exports": [
|
|
19200
19176
|
{
|
|
19201
19177
|
"kind": "js",
|
|
19202
|
-
"name": "
|
|
19178
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19203
19179
|
"declaration": {
|
|
19204
|
-
"name": "
|
|
19205
|
-
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19180
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19181
|
+
"module": "src/grid-layout-item/grid-layout-item.template.ts"
|
|
19206
19182
|
}
|
|
19207
19183
|
}
|
|
19208
19184
|
]
|
|
19209
19185
|
},
|
|
19210
19186
|
{
|
|
19211
19187
|
"kind": "javascript-module",
|
|
19212
|
-
"path": "src/grid-layout/grid-layout.ts",
|
|
19188
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
19213
19189
|
"declarations": [
|
|
19214
19190
|
{
|
|
19215
19191
|
"kind": "variable",
|
|
19216
|
-
"name": "
|
|
19192
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19217
19193
|
"type": {
|
|
19218
19194
|
"text": "ShadowRootInit"
|
|
19219
19195
|
},
|
|
@@ -19221,7 +19197,7 @@
|
|
|
19221
19197
|
},
|
|
19222
19198
|
{
|
|
19223
19199
|
"kind": "variable",
|
|
19224
|
-
"name": "
|
|
19200
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19225
19201
|
"type": {
|
|
19226
19202
|
"text": "object"
|
|
19227
19203
|
},
|
|
@@ -19230,136 +19206,137 @@
|
|
|
19230
19206
|
{
|
|
19231
19207
|
"kind": "class",
|
|
19232
19208
|
"description": "",
|
|
19233
|
-
"name": "
|
|
19209
|
+
"name": "GridLayoutItem",
|
|
19234
19210
|
"members": [
|
|
19235
19211
|
{
|
|
19236
19212
|
"kind": "field",
|
|
19237
|
-
"name": "
|
|
19213
|
+
"name": "colNumber",
|
|
19238
19214
|
"type": {
|
|
19239
|
-
"text": "
|
|
19215
|
+
"text": "number"
|
|
19240
19216
|
}
|
|
19241
19217
|
},
|
|
19242
19218
|
{
|
|
19243
19219
|
"kind": "field",
|
|
19244
|
-
"name": "
|
|
19220
|
+
"name": "colSmNumber",
|
|
19245
19221
|
"type": {
|
|
19246
|
-
"text": "
|
|
19222
|
+
"text": "number"
|
|
19247
19223
|
}
|
|
19248
19224
|
},
|
|
19249
19225
|
{
|
|
19250
19226
|
"kind": "field",
|
|
19251
|
-
"name": "
|
|
19227
|
+
"name": "colMdNumber",
|
|
19252
19228
|
"type": {
|
|
19253
|
-
"text": "
|
|
19229
|
+
"text": "number"
|
|
19254
19230
|
}
|
|
19255
19231
|
},
|
|
19256
19232
|
{
|
|
19257
19233
|
"kind": "field",
|
|
19258
|
-
"name": "
|
|
19234
|
+
"name": "colLgNumber",
|
|
19259
19235
|
"type": {
|
|
19260
|
-
"text": "
|
|
19236
|
+
"text": "number"
|
|
19261
19237
|
}
|
|
19262
19238
|
},
|
|
19263
19239
|
{
|
|
19264
19240
|
"kind": "field",
|
|
19265
|
-
"name": "
|
|
19241
|
+
"name": "rowNumber",
|
|
19266
19242
|
"type": {
|
|
19267
|
-
"text": "
|
|
19243
|
+
"text": "number"
|
|
19268
19244
|
}
|
|
19269
19245
|
},
|
|
19270
19246
|
{
|
|
19271
19247
|
"kind": "field",
|
|
19272
|
-
"name": "
|
|
19248
|
+
"name": "rowSmNumber",
|
|
19273
19249
|
"type": {
|
|
19274
|
-
"text": "
|
|
19250
|
+
"text": "number"
|
|
19275
19251
|
}
|
|
19276
19252
|
},
|
|
19277
19253
|
{
|
|
19278
19254
|
"kind": "field",
|
|
19279
|
-
"name": "
|
|
19255
|
+
"name": "rowMdNumber",
|
|
19280
19256
|
"type": {
|
|
19281
|
-
"text": "
|
|
19257
|
+
"text": "number"
|
|
19282
19258
|
}
|
|
19283
19259
|
},
|
|
19284
19260
|
{
|
|
19285
19261
|
"kind": "field",
|
|
19286
|
-
"name": "
|
|
19262
|
+
"name": "rowLgNumber",
|
|
19287
19263
|
"type": {
|
|
19288
|
-
"text": "
|
|
19264
|
+
"text": "number"
|
|
19289
19265
|
}
|
|
19290
19266
|
},
|
|
19291
19267
|
{
|
|
19292
19268
|
"kind": "field",
|
|
19293
|
-
"name": "
|
|
19269
|
+
"name": "width",
|
|
19294
19270
|
"type": {
|
|
19295
|
-
"text": "
|
|
19271
|
+
"text": "number"
|
|
19296
19272
|
}
|
|
19297
19273
|
},
|
|
19298
19274
|
{
|
|
19299
19275
|
"kind": "field",
|
|
19300
|
-
"name": "
|
|
19276
|
+
"name": "widthSm",
|
|
19301
19277
|
"type": {
|
|
19302
|
-
"text": "
|
|
19278
|
+
"text": "number"
|
|
19303
19279
|
}
|
|
19304
19280
|
},
|
|
19305
19281
|
{
|
|
19306
19282
|
"kind": "field",
|
|
19307
|
-
"name": "
|
|
19283
|
+
"name": "widthMd",
|
|
19308
19284
|
"type": {
|
|
19309
|
-
"text": "
|
|
19285
|
+
"text": "number"
|
|
19310
19286
|
}
|
|
19311
19287
|
},
|
|
19312
19288
|
{
|
|
19313
19289
|
"kind": "field",
|
|
19314
|
-
"name": "
|
|
19290
|
+
"name": "widthLg",
|
|
19315
19291
|
"type": {
|
|
19316
|
-
"text": "
|
|
19292
|
+
"text": "number"
|
|
19317
19293
|
}
|
|
19318
19294
|
},
|
|
19319
19295
|
{
|
|
19320
19296
|
"kind": "field",
|
|
19321
|
-
"name": "
|
|
19297
|
+
"name": "height",
|
|
19322
19298
|
"type": {
|
|
19323
|
-
"text": "
|
|
19299
|
+
"text": "number"
|
|
19324
19300
|
}
|
|
19325
19301
|
},
|
|
19326
19302
|
{
|
|
19327
19303
|
"kind": "field",
|
|
19328
|
-
"name": "
|
|
19304
|
+
"name": "heightSm",
|
|
19329
19305
|
"type": {
|
|
19330
|
-
"text": "
|
|
19306
|
+
"text": "number"
|
|
19331
19307
|
}
|
|
19332
19308
|
},
|
|
19333
19309
|
{
|
|
19334
19310
|
"kind": "field",
|
|
19335
|
-
"name": "
|
|
19311
|
+
"name": "heightMd",
|
|
19336
19312
|
"type": {
|
|
19337
|
-
"text": "
|
|
19313
|
+
"text": "number"
|
|
19338
19314
|
}
|
|
19339
19315
|
},
|
|
19340
19316
|
{
|
|
19341
19317
|
"kind": "field",
|
|
19342
|
-
"name": "
|
|
19318
|
+
"name": "heightLg",
|
|
19343
19319
|
"type": {
|
|
19344
|
-
"text": "
|
|
19320
|
+
"text": "number"
|
|
19345
19321
|
}
|
|
19346
19322
|
},
|
|
19347
19323
|
{
|
|
19348
|
-
"kind": "
|
|
19349
|
-
"name": "
|
|
19350
|
-
"
|
|
19351
|
-
|
|
19352
|
-
|
|
19353
|
-
|
|
19354
|
-
|
|
19355
|
-
|
|
19356
|
-
|
|
19357
|
-
|
|
19358
|
-
|
|
19359
|
-
|
|
19360
|
-
|
|
19361
|
-
|
|
19362
|
-
|
|
19324
|
+
"kind": "method",
|
|
19325
|
+
"name": "setGridItemProperties",
|
|
19326
|
+
"parameters": [
|
|
19327
|
+
{
|
|
19328
|
+
"name": "column"
|
|
19329
|
+
},
|
|
19330
|
+
{
|
|
19331
|
+
"name": "row"
|
|
19332
|
+
},
|
|
19333
|
+
{
|
|
19334
|
+
"name": "width"
|
|
19335
|
+
},
|
|
19336
|
+
{
|
|
19337
|
+
"name": "height"
|
|
19338
|
+
}
|
|
19339
|
+
]
|
|
19363
19340
|
},
|
|
19364
19341
|
{
|
|
19365
19342
|
"kind": "field",
|
|
@@ -19475,176 +19452,170 @@
|
|
|
19475
19452
|
],
|
|
19476
19453
|
"attributes": [
|
|
19477
19454
|
{
|
|
19478
|
-
"name": "
|
|
19455
|
+
"name": "col-number",
|
|
19479
19456
|
"type": {
|
|
19480
|
-
"text": "
|
|
19457
|
+
"text": "number"
|
|
19481
19458
|
},
|
|
19482
|
-
"fieldName": "
|
|
19459
|
+
"fieldName": "colNumber"
|
|
19483
19460
|
},
|
|
19484
19461
|
{
|
|
19485
|
-
"name": "
|
|
19462
|
+
"name": "col-sm-number",
|
|
19486
19463
|
"type": {
|
|
19487
|
-
"text": "
|
|
19464
|
+
"text": "number"
|
|
19488
19465
|
},
|
|
19489
|
-
"fieldName": "
|
|
19466
|
+
"fieldName": "colSmNumber"
|
|
19490
19467
|
},
|
|
19491
19468
|
{
|
|
19492
|
-
"name": "
|
|
19469
|
+
"name": "col-md-number",
|
|
19493
19470
|
"type": {
|
|
19494
|
-
"text": "
|
|
19471
|
+
"text": "number"
|
|
19495
19472
|
},
|
|
19496
|
-
"fieldName": "
|
|
19473
|
+
"fieldName": "colMdNumber"
|
|
19497
19474
|
},
|
|
19498
19475
|
{
|
|
19499
|
-
"name": "
|
|
19476
|
+
"name": "col-lg-number",
|
|
19500
19477
|
"type": {
|
|
19501
|
-
"text": "
|
|
19478
|
+
"text": "number"
|
|
19502
19479
|
},
|
|
19503
|
-
"fieldName": "
|
|
19480
|
+
"fieldName": "colLgNumber"
|
|
19504
19481
|
},
|
|
19505
19482
|
{
|
|
19506
|
-
"name": "
|
|
19483
|
+
"name": "row-number",
|
|
19507
19484
|
"type": {
|
|
19508
|
-
"text": "
|
|
19485
|
+
"text": "number"
|
|
19509
19486
|
},
|
|
19510
|
-
"fieldName": "
|
|
19487
|
+
"fieldName": "rowNumber"
|
|
19511
19488
|
},
|
|
19512
19489
|
{
|
|
19513
|
-
"name": "
|
|
19490
|
+
"name": "row-sm-number",
|
|
19514
19491
|
"type": {
|
|
19515
|
-
"text": "
|
|
19492
|
+
"text": "number"
|
|
19516
19493
|
},
|
|
19517
|
-
"fieldName": "
|
|
19494
|
+
"fieldName": "rowSmNumber"
|
|
19518
19495
|
},
|
|
19519
19496
|
{
|
|
19520
|
-
"name": "
|
|
19497
|
+
"name": "row-md-number",
|
|
19521
19498
|
"type": {
|
|
19522
|
-
"text": "
|
|
19499
|
+
"text": "number"
|
|
19523
19500
|
},
|
|
19524
|
-
"fieldName": "
|
|
19501
|
+
"fieldName": "rowMdNumber"
|
|
19525
19502
|
},
|
|
19526
19503
|
{
|
|
19527
|
-
"name": "
|
|
19504
|
+
"name": "row-lg-number",
|
|
19528
19505
|
"type": {
|
|
19529
|
-
"text": "
|
|
19506
|
+
"text": "number"
|
|
19530
19507
|
},
|
|
19531
|
-
"fieldName": "
|
|
19508
|
+
"fieldName": "rowLgNumber"
|
|
19532
19509
|
},
|
|
19533
19510
|
{
|
|
19534
|
-
"name": "
|
|
19511
|
+
"name": "width",
|
|
19535
19512
|
"type": {
|
|
19536
|
-
"text": "
|
|
19513
|
+
"text": "number"
|
|
19537
19514
|
},
|
|
19538
|
-
"fieldName": "
|
|
19515
|
+
"fieldName": "width"
|
|
19539
19516
|
},
|
|
19540
19517
|
{
|
|
19541
|
-
"name": "
|
|
19518
|
+
"name": "width-sm",
|
|
19542
19519
|
"type": {
|
|
19543
|
-
"text": "
|
|
19520
|
+
"text": "number"
|
|
19544
19521
|
},
|
|
19545
|
-
"fieldName": "
|
|
19522
|
+
"fieldName": "widthSm"
|
|
19546
19523
|
},
|
|
19547
19524
|
{
|
|
19548
|
-
"name": "
|
|
19525
|
+
"name": "width-md",
|
|
19549
19526
|
"type": {
|
|
19550
|
-
"text": "
|
|
19527
|
+
"text": "number"
|
|
19551
19528
|
},
|
|
19552
|
-
"fieldName": "
|
|
19529
|
+
"fieldName": "widthMd"
|
|
19553
19530
|
},
|
|
19554
19531
|
{
|
|
19555
|
-
"name": "
|
|
19532
|
+
"name": "width-lg",
|
|
19556
19533
|
"type": {
|
|
19557
|
-
"text": "
|
|
19534
|
+
"text": "number"
|
|
19558
19535
|
},
|
|
19559
|
-
"fieldName": "
|
|
19536
|
+
"fieldName": "widthLg"
|
|
19560
19537
|
},
|
|
19561
19538
|
{
|
|
19562
|
-
"name": "
|
|
19539
|
+
"name": "height",
|
|
19563
19540
|
"type": {
|
|
19564
|
-
"text": "
|
|
19541
|
+
"text": "number"
|
|
19565
19542
|
},
|
|
19566
|
-
"fieldName": "
|
|
19543
|
+
"fieldName": "height"
|
|
19567
19544
|
},
|
|
19568
19545
|
{
|
|
19569
|
-
"name": "
|
|
19546
|
+
"name": "height-sm",
|
|
19570
19547
|
"type": {
|
|
19571
|
-
"text": "
|
|
19548
|
+
"text": "number"
|
|
19572
19549
|
},
|
|
19573
|
-
"fieldName": "
|
|
19550
|
+
"fieldName": "heightSm"
|
|
19574
19551
|
},
|
|
19575
19552
|
{
|
|
19576
|
-
"name": "
|
|
19553
|
+
"name": "height-md",
|
|
19577
19554
|
"type": {
|
|
19578
|
-
"text": "
|
|
19555
|
+
"text": "number"
|
|
19579
19556
|
},
|
|
19580
|
-
"fieldName": "
|
|
19557
|
+
"fieldName": "heightMd"
|
|
19581
19558
|
},
|
|
19582
19559
|
{
|
|
19583
|
-
"name": "
|
|
19560
|
+
"name": "height-lg",
|
|
19584
19561
|
"type": {
|
|
19585
|
-
"text": "
|
|
19562
|
+
"text": "number"
|
|
19586
19563
|
},
|
|
19587
|
-
"fieldName": "
|
|
19564
|
+
"fieldName": "heightLg"
|
|
19588
19565
|
}
|
|
19589
19566
|
],
|
|
19590
19567
|
"superclass": {
|
|
19591
19568
|
"name": "FoundationElement",
|
|
19592
19569
|
"package": "@microsoft/fast-foundation"
|
|
19593
19570
|
},
|
|
19594
|
-
"tagName": "%%prefix%%-grid-layout",
|
|
19571
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
19595
19572
|
"customElement": true
|
|
19596
19573
|
},
|
|
19597
19574
|
{
|
|
19598
19575
|
"kind": "variable",
|
|
19599
|
-
"name": "
|
|
19600
|
-
"description": "The Foundation Grid Layout",
|
|
19576
|
+
"name": "foundationGridLayoutItem",
|
|
19577
|
+
"description": "The Foundation Grid Layout Item",
|
|
19601
19578
|
"privacy": "public"
|
|
19602
19579
|
}
|
|
19603
19580
|
],
|
|
19604
19581
|
"exports": [
|
|
19605
19582
|
{
|
|
19606
19583
|
"kind": "js",
|
|
19607
|
-
"name": "
|
|
19584
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19608
19585
|
"declaration": {
|
|
19609
|
-
"name": "
|
|
19610
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19586
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19587
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19611
19588
|
}
|
|
19612
19589
|
},
|
|
19613
19590
|
{
|
|
19614
19591
|
"kind": "js",
|
|
19615
|
-
"name": "
|
|
19592
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19616
19593
|
"declaration": {
|
|
19617
|
-
"name": "
|
|
19618
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19594
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19595
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19619
19596
|
}
|
|
19620
19597
|
},
|
|
19621
19598
|
{
|
|
19622
19599
|
"kind": "js",
|
|
19623
|
-
"name": "
|
|
19600
|
+
"name": "GridLayoutItem",
|
|
19624
19601
|
"declaration": {
|
|
19625
|
-
"name": "
|
|
19626
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19602
|
+
"name": "GridLayoutItem",
|
|
19603
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19627
19604
|
}
|
|
19628
19605
|
},
|
|
19629
19606
|
{
|
|
19630
19607
|
"kind": "js",
|
|
19631
|
-
"name": "
|
|
19608
|
+
"name": "foundationGridLayoutItem",
|
|
19632
19609
|
"declaration": {
|
|
19633
|
-
"name": "
|
|
19634
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19610
|
+
"name": "foundationGridLayoutItem",
|
|
19611
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19635
19612
|
}
|
|
19636
19613
|
}
|
|
19637
19614
|
]
|
|
19638
19615
|
},
|
|
19639
19616
|
{
|
|
19640
19617
|
"kind": "javascript-module",
|
|
19641
|
-
"path": "src/grid-layout/
|
|
19642
|
-
"declarations": [],
|
|
19643
|
-
"exports": []
|
|
19644
|
-
},
|
|
19645
|
-
{
|
|
19646
|
-
"kind": "javascript-module",
|
|
19647
|
-
"path": "src/grid-layout/index.ts",
|
|
19618
|
+
"path": "src/grid-layout-item/index.ts",
|
|
19648
19619
|
"declarations": [],
|
|
19649
19620
|
"exports": [
|
|
19650
19621
|
{
|
|
@@ -19652,7 +19623,7 @@
|
|
|
19652
19623
|
"name": "*",
|
|
19653
19624
|
"declaration": {
|
|
19654
19625
|
"name": "*",
|
|
19655
|
-
"package": "./grid-layout.template"
|
|
19626
|
+
"package": "./grid-layout-item.template"
|
|
19656
19627
|
}
|
|
19657
19628
|
},
|
|
19658
19629
|
{
|
|
@@ -19660,58 +19631,66 @@
|
|
|
19660
19631
|
"name": "*",
|
|
19661
19632
|
"declaration": {
|
|
19662
19633
|
"name": "*",
|
|
19663
|
-
"package": "./grid-layout
|
|
19634
|
+
"package": "./grid-layout-item"
|
|
19664
19635
|
}
|
|
19665
|
-
}
|
|
19636
|
+
}
|
|
19637
|
+
]
|
|
19638
|
+
},
|
|
19639
|
+
{
|
|
19640
|
+
"kind": "javascript-module",
|
|
19641
|
+
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19642
|
+
"declarations": [
|
|
19666
19643
|
{
|
|
19667
|
-
"kind": "
|
|
19668
|
-
"name": "
|
|
19669
|
-
"
|
|
19670
|
-
"
|
|
19671
|
-
|
|
19672
|
-
}
|
|
19673
|
-
}
|
|
19644
|
+
"kind": "variable",
|
|
19645
|
+
"name": "foundationGridLayoutStyles",
|
|
19646
|
+
"type": {
|
|
19647
|
+
"text": "ElementStyles"
|
|
19648
|
+
},
|
|
19649
|
+
"default": "css`\n slot {\n width: 100%;\n height: 100%;\n display: grid;\n }\n\n ${gridLayoutRWDStyles()}\n ${gridLayoutRWDStyles('lg')}\n ${gridLayoutRWDStyles('md')}\n ${gridLayoutRWDStyles('sm')}\n`"
|
|
19650
|
+
}
|
|
19651
|
+
],
|
|
19652
|
+
"exports": [
|
|
19674
19653
|
{
|
|
19675
19654
|
"kind": "js",
|
|
19676
|
-
"name": "
|
|
19655
|
+
"name": "foundationGridLayoutStyles",
|
|
19677
19656
|
"declaration": {
|
|
19678
|
-
"name": "
|
|
19679
|
-
"
|
|
19657
|
+
"name": "foundationGridLayoutStyles",
|
|
19658
|
+
"module": "src/grid-layout/grid-layout.styles.ts"
|
|
19680
19659
|
}
|
|
19681
19660
|
}
|
|
19682
19661
|
]
|
|
19683
19662
|
},
|
|
19684
19663
|
{
|
|
19685
19664
|
"kind": "javascript-module",
|
|
19686
|
-
"path": "src/grid-layout
|
|
19665
|
+
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19687
19666
|
"declarations": [
|
|
19688
19667
|
{
|
|
19689
19668
|
"kind": "variable",
|
|
19690
|
-
"name": "
|
|
19669
|
+
"name": "foundationGridLayoutTemplate",
|
|
19691
19670
|
"type": {
|
|
19692
|
-
"text": "ViewTemplate<
|
|
19671
|
+
"text": "ViewTemplate<GridLayout>"
|
|
19693
19672
|
},
|
|
19694
|
-
"default": "html`\n <template>\n <
|
|
19673
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19695
19674
|
}
|
|
19696
19675
|
],
|
|
19697
19676
|
"exports": [
|
|
19698
19677
|
{
|
|
19699
19678
|
"kind": "js",
|
|
19700
|
-
"name": "
|
|
19679
|
+
"name": "foundationGridLayoutTemplate",
|
|
19701
19680
|
"declaration": {
|
|
19702
|
-
"name": "
|
|
19703
|
-
"module": "src/grid-layout
|
|
19681
|
+
"name": "foundationGridLayoutTemplate",
|
|
19682
|
+
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19704
19683
|
}
|
|
19705
19684
|
}
|
|
19706
19685
|
]
|
|
19707
19686
|
},
|
|
19708
19687
|
{
|
|
19709
19688
|
"kind": "javascript-module",
|
|
19710
|
-
"path": "src/grid-layout
|
|
19689
|
+
"path": "src/grid-layout/grid-layout.ts",
|
|
19711
19690
|
"declarations": [
|
|
19712
19691
|
{
|
|
19713
19692
|
"kind": "variable",
|
|
19714
|
-
"name": "
|
|
19693
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19715
19694
|
"type": {
|
|
19716
19695
|
"text": "ShadowRootInit"
|
|
19717
19696
|
},
|
|
@@ -19719,7 +19698,7 @@
|
|
|
19719
19698
|
},
|
|
19720
19699
|
{
|
|
19721
19700
|
"kind": "variable",
|
|
19722
|
-
"name": "
|
|
19701
|
+
"name": "defaultGridLayoutConfig",
|
|
19723
19702
|
"type": {
|
|
19724
19703
|
"text": "object"
|
|
19725
19704
|
},
|
|
@@ -19728,137 +19707,136 @@
|
|
|
19728
19707
|
{
|
|
19729
19708
|
"kind": "class",
|
|
19730
19709
|
"description": "",
|
|
19731
|
-
"name": "
|
|
19710
|
+
"name": "GridLayout",
|
|
19732
19711
|
"members": [
|
|
19733
19712
|
{
|
|
19734
19713
|
"kind": "field",
|
|
19735
|
-
"name": "
|
|
19714
|
+
"name": "['col-count']",
|
|
19736
19715
|
"type": {
|
|
19737
|
-
"text": "
|
|
19716
|
+
"text": "string"
|
|
19738
19717
|
}
|
|
19739
19718
|
},
|
|
19740
19719
|
{
|
|
19741
19720
|
"kind": "field",
|
|
19742
|
-
"name": "
|
|
19721
|
+
"name": "['col-width']",
|
|
19743
19722
|
"type": {
|
|
19744
|
-
"text": "
|
|
19723
|
+
"text": "string"
|
|
19745
19724
|
}
|
|
19746
19725
|
},
|
|
19747
19726
|
{
|
|
19748
19727
|
"kind": "field",
|
|
19749
|
-
"name": "
|
|
19728
|
+
"name": "['col-lg-count']",
|
|
19750
19729
|
"type": {
|
|
19751
|
-
"text": "
|
|
19730
|
+
"text": "string"
|
|
19752
19731
|
}
|
|
19753
19732
|
},
|
|
19754
19733
|
{
|
|
19755
19734
|
"kind": "field",
|
|
19756
|
-
"name": "
|
|
19735
|
+
"name": "['col-lg-width']",
|
|
19757
19736
|
"type": {
|
|
19758
|
-
"text": "
|
|
19737
|
+
"text": "string"
|
|
19759
19738
|
}
|
|
19760
19739
|
},
|
|
19761
19740
|
{
|
|
19762
19741
|
"kind": "field",
|
|
19763
|
-
"name": "
|
|
19742
|
+
"name": "['col-md-count']",
|
|
19764
19743
|
"type": {
|
|
19765
|
-
"text": "
|
|
19744
|
+
"text": "string"
|
|
19766
19745
|
}
|
|
19767
19746
|
},
|
|
19768
19747
|
{
|
|
19769
19748
|
"kind": "field",
|
|
19770
|
-
"name": "
|
|
19749
|
+
"name": "['col-md-width']",
|
|
19771
19750
|
"type": {
|
|
19772
|
-
"text": "
|
|
19751
|
+
"text": "string"
|
|
19773
19752
|
}
|
|
19774
19753
|
},
|
|
19775
19754
|
{
|
|
19776
19755
|
"kind": "field",
|
|
19777
|
-
"name": "
|
|
19756
|
+
"name": "['col-sm-count']",
|
|
19778
19757
|
"type": {
|
|
19779
|
-
"text": "
|
|
19758
|
+
"text": "string"
|
|
19780
19759
|
}
|
|
19781
19760
|
},
|
|
19782
19761
|
{
|
|
19783
19762
|
"kind": "field",
|
|
19784
|
-
"name": "
|
|
19763
|
+
"name": "['col-sm-width']",
|
|
19785
19764
|
"type": {
|
|
19786
|
-
"text": "
|
|
19765
|
+
"text": "string"
|
|
19787
19766
|
}
|
|
19788
19767
|
},
|
|
19789
19768
|
{
|
|
19790
19769
|
"kind": "field",
|
|
19791
|
-
"name": "
|
|
19770
|
+
"name": "['row-count']",
|
|
19792
19771
|
"type": {
|
|
19793
|
-
"text": "
|
|
19772
|
+
"text": "string"
|
|
19794
19773
|
}
|
|
19795
19774
|
},
|
|
19796
19775
|
{
|
|
19797
19776
|
"kind": "field",
|
|
19798
|
-
"name": "
|
|
19777
|
+
"name": "['row-height']",
|
|
19799
19778
|
"type": {
|
|
19800
|
-
"text": "
|
|
19779
|
+
"text": "string"
|
|
19801
19780
|
}
|
|
19802
19781
|
},
|
|
19803
19782
|
{
|
|
19804
19783
|
"kind": "field",
|
|
19805
|
-
"name": "
|
|
19784
|
+
"name": "['row-lg-count']",
|
|
19806
19785
|
"type": {
|
|
19807
|
-
"text": "
|
|
19786
|
+
"text": "string"
|
|
19808
19787
|
}
|
|
19809
19788
|
},
|
|
19810
19789
|
{
|
|
19811
19790
|
"kind": "field",
|
|
19812
|
-
"name": "
|
|
19791
|
+
"name": "['row-lg-height']",
|
|
19813
19792
|
"type": {
|
|
19814
|
-
"text": "
|
|
19793
|
+
"text": "string"
|
|
19815
19794
|
}
|
|
19816
19795
|
},
|
|
19817
19796
|
{
|
|
19818
19797
|
"kind": "field",
|
|
19819
|
-
"name": "
|
|
19798
|
+
"name": "['row-md-count']",
|
|
19820
19799
|
"type": {
|
|
19821
|
-
"text": "
|
|
19800
|
+
"text": "string"
|
|
19822
19801
|
}
|
|
19823
19802
|
},
|
|
19824
19803
|
{
|
|
19825
19804
|
"kind": "field",
|
|
19826
|
-
"name": "
|
|
19805
|
+
"name": "['row-md-height']",
|
|
19827
19806
|
"type": {
|
|
19828
|
-
"text": "
|
|
19807
|
+
"text": "string"
|
|
19829
19808
|
}
|
|
19830
19809
|
},
|
|
19831
19810
|
{
|
|
19832
19811
|
"kind": "field",
|
|
19833
|
-
"name": "
|
|
19812
|
+
"name": "['row-sm-count']",
|
|
19834
19813
|
"type": {
|
|
19835
|
-
"text": "
|
|
19814
|
+
"text": "string"
|
|
19836
19815
|
}
|
|
19837
19816
|
},
|
|
19838
19817
|
{
|
|
19839
19818
|
"kind": "field",
|
|
19840
|
-
"name": "
|
|
19819
|
+
"name": "['row-sm-height']",
|
|
19841
19820
|
"type": {
|
|
19842
|
-
"text": "
|
|
19821
|
+
"text": "string"
|
|
19843
19822
|
}
|
|
19844
19823
|
},
|
|
19845
19824
|
{
|
|
19846
|
-
"kind": "
|
|
19847
|
-
"name": "
|
|
19848
|
-
"
|
|
19849
|
-
|
|
19850
|
-
|
|
19851
|
-
|
|
19852
|
-
|
|
19853
|
-
|
|
19854
|
-
|
|
19855
|
-
|
|
19856
|
-
|
|
19857
|
-
|
|
19858
|
-
|
|
19859
|
-
|
|
19860
|
-
|
|
19861
|
-
]
|
|
19825
|
+
"kind": "field",
|
|
19826
|
+
"name": "behaviors",
|
|
19827
|
+
"type": {
|
|
19828
|
+
"text": "Behavior[]"
|
|
19829
|
+
},
|
|
19830
|
+
"privacy": "private",
|
|
19831
|
+
"default": "[]"
|
|
19832
|
+
},
|
|
19833
|
+
{
|
|
19834
|
+
"kind": "field",
|
|
19835
|
+
"name": "baseStyles",
|
|
19836
|
+
"type": {
|
|
19837
|
+
"text": "ElementStyles"
|
|
19838
|
+
},
|
|
19839
|
+
"privacy": "private"
|
|
19862
19840
|
},
|
|
19863
19841
|
{
|
|
19864
19842
|
"kind": "field",
|
|
@@ -19974,170 +19952,176 @@
|
|
|
19974
19952
|
],
|
|
19975
19953
|
"attributes": [
|
|
19976
19954
|
{
|
|
19977
|
-
"name": "col-
|
|
19955
|
+
"name": "['col-count']",
|
|
19978
19956
|
"type": {
|
|
19979
|
-
"text": "
|
|
19957
|
+
"text": "string"
|
|
19980
19958
|
},
|
|
19981
|
-
"fieldName": "
|
|
19959
|
+
"fieldName": "['col-count']"
|
|
19982
19960
|
},
|
|
19983
19961
|
{
|
|
19984
|
-
"name": "col-
|
|
19962
|
+
"name": "['col-width']",
|
|
19985
19963
|
"type": {
|
|
19986
|
-
"text": "
|
|
19964
|
+
"text": "string"
|
|
19987
19965
|
},
|
|
19988
|
-
"fieldName": "
|
|
19966
|
+
"fieldName": "['col-width']"
|
|
19989
19967
|
},
|
|
19990
19968
|
{
|
|
19991
|
-
"name": "col-
|
|
19969
|
+
"name": "['col-lg-count']",
|
|
19992
19970
|
"type": {
|
|
19993
|
-
"text": "
|
|
19971
|
+
"text": "string"
|
|
19994
19972
|
},
|
|
19995
|
-
"fieldName": "
|
|
19973
|
+
"fieldName": "['col-lg-count']"
|
|
19996
19974
|
},
|
|
19997
19975
|
{
|
|
19998
|
-
"name": "col-lg-
|
|
19976
|
+
"name": "['col-lg-width']",
|
|
19999
19977
|
"type": {
|
|
20000
|
-
"text": "
|
|
19978
|
+
"text": "string"
|
|
20001
19979
|
},
|
|
20002
|
-
"fieldName": "
|
|
19980
|
+
"fieldName": "['col-lg-width']"
|
|
20003
19981
|
},
|
|
20004
19982
|
{
|
|
20005
|
-
"name": "
|
|
19983
|
+
"name": "['col-md-count']",
|
|
20006
19984
|
"type": {
|
|
20007
|
-
"text": "
|
|
19985
|
+
"text": "string"
|
|
20008
19986
|
},
|
|
20009
|
-
"fieldName": "
|
|
19987
|
+
"fieldName": "['col-md-count']"
|
|
20010
19988
|
},
|
|
20011
19989
|
{
|
|
20012
|
-
"name": "
|
|
19990
|
+
"name": "['col-md-width']",
|
|
20013
19991
|
"type": {
|
|
20014
|
-
"text": "
|
|
19992
|
+
"text": "string"
|
|
20015
19993
|
},
|
|
20016
|
-
"fieldName": "
|
|
19994
|
+
"fieldName": "['col-md-width']"
|
|
20017
19995
|
},
|
|
20018
19996
|
{
|
|
20019
|
-
"name": "
|
|
19997
|
+
"name": "['col-sm-count']",
|
|
20020
19998
|
"type": {
|
|
20021
|
-
"text": "
|
|
19999
|
+
"text": "string"
|
|
20022
20000
|
},
|
|
20023
|
-
"fieldName": "
|
|
20001
|
+
"fieldName": "['col-sm-count']"
|
|
20024
20002
|
},
|
|
20025
20003
|
{
|
|
20026
|
-
"name": "
|
|
20004
|
+
"name": "['col-sm-width']",
|
|
20027
20005
|
"type": {
|
|
20028
|
-
"text": "
|
|
20006
|
+
"text": "string"
|
|
20029
20007
|
},
|
|
20030
|
-
"fieldName": "
|
|
20008
|
+
"fieldName": "['col-sm-width']"
|
|
20031
20009
|
},
|
|
20032
20010
|
{
|
|
20033
|
-
"name": "
|
|
20011
|
+
"name": "['row-count']",
|
|
20034
20012
|
"type": {
|
|
20035
|
-
"text": "
|
|
20013
|
+
"text": "string"
|
|
20036
20014
|
},
|
|
20037
|
-
"fieldName": "
|
|
20015
|
+
"fieldName": "['row-count']"
|
|
20038
20016
|
},
|
|
20039
20017
|
{
|
|
20040
|
-
"name": "
|
|
20018
|
+
"name": "['row-height']",
|
|
20041
20019
|
"type": {
|
|
20042
|
-
"text": "
|
|
20020
|
+
"text": "string"
|
|
20043
20021
|
},
|
|
20044
|
-
"fieldName": "
|
|
20022
|
+
"fieldName": "['row-height']"
|
|
20045
20023
|
},
|
|
20046
20024
|
{
|
|
20047
|
-
"name": "
|
|
20025
|
+
"name": "['row-lg-count']",
|
|
20048
20026
|
"type": {
|
|
20049
|
-
"text": "
|
|
20027
|
+
"text": "string"
|
|
20050
20028
|
},
|
|
20051
|
-
"fieldName": "
|
|
20029
|
+
"fieldName": "['row-lg-count']"
|
|
20052
20030
|
},
|
|
20053
20031
|
{
|
|
20054
|
-
"name": "
|
|
20032
|
+
"name": "['row-lg-height']",
|
|
20055
20033
|
"type": {
|
|
20056
|
-
"text": "
|
|
20034
|
+
"text": "string"
|
|
20057
20035
|
},
|
|
20058
|
-
"fieldName": "
|
|
20036
|
+
"fieldName": "['row-lg-height']"
|
|
20059
20037
|
},
|
|
20060
20038
|
{
|
|
20061
|
-
"name": "
|
|
20039
|
+
"name": "['row-md-count']",
|
|
20062
20040
|
"type": {
|
|
20063
|
-
"text": "
|
|
20041
|
+
"text": "string"
|
|
20064
20042
|
},
|
|
20065
|
-
"fieldName": "
|
|
20043
|
+
"fieldName": "['row-md-count']"
|
|
20066
20044
|
},
|
|
20067
20045
|
{
|
|
20068
|
-
"name": "height
|
|
20046
|
+
"name": "['row-md-height']",
|
|
20069
20047
|
"type": {
|
|
20070
|
-
"text": "
|
|
20048
|
+
"text": "string"
|
|
20071
20049
|
},
|
|
20072
|
-
"fieldName": "
|
|
20050
|
+
"fieldName": "['row-md-height']"
|
|
20073
20051
|
},
|
|
20074
20052
|
{
|
|
20075
|
-
"name": "
|
|
20053
|
+
"name": "['row-sm-count']",
|
|
20076
20054
|
"type": {
|
|
20077
|
-
"text": "
|
|
20055
|
+
"text": "string"
|
|
20078
20056
|
},
|
|
20079
|
-
"fieldName": "
|
|
20057
|
+
"fieldName": "['row-sm-count']"
|
|
20080
20058
|
},
|
|
20081
20059
|
{
|
|
20082
|
-
"name": "height
|
|
20060
|
+
"name": "['row-sm-height']",
|
|
20083
20061
|
"type": {
|
|
20084
|
-
"text": "
|
|
20062
|
+
"text": "string"
|
|
20085
20063
|
},
|
|
20086
|
-
"fieldName": "
|
|
20064
|
+
"fieldName": "['row-sm-height']"
|
|
20087
20065
|
}
|
|
20088
20066
|
],
|
|
20089
20067
|
"superclass": {
|
|
20090
20068
|
"name": "FoundationElement",
|
|
20091
20069
|
"package": "@microsoft/fast-foundation"
|
|
20092
20070
|
},
|
|
20093
|
-
"tagName": "%%prefix%%-grid-layout
|
|
20071
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
20094
20072
|
"customElement": true
|
|
20095
20073
|
},
|
|
20096
20074
|
{
|
|
20097
20075
|
"kind": "variable",
|
|
20098
|
-
"name": "
|
|
20099
|
-
"description": "The Foundation Grid Layout
|
|
20076
|
+
"name": "foundationGridLayout",
|
|
20077
|
+
"description": "The Foundation Grid Layout",
|
|
20100
20078
|
"privacy": "public"
|
|
20101
20079
|
}
|
|
20102
20080
|
],
|
|
20103
20081
|
"exports": [
|
|
20104
20082
|
{
|
|
20105
20083
|
"kind": "js",
|
|
20106
|
-
"name": "
|
|
20084
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
20107
20085
|
"declaration": {
|
|
20108
|
-
"name": "
|
|
20109
|
-
"module": "src/grid-layout
|
|
20086
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
20087
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20110
20088
|
}
|
|
20111
20089
|
},
|
|
20112
20090
|
{
|
|
20113
20091
|
"kind": "js",
|
|
20114
|
-
"name": "
|
|
20092
|
+
"name": "defaultGridLayoutConfig",
|
|
20115
20093
|
"declaration": {
|
|
20116
|
-
"name": "
|
|
20117
|
-
"module": "src/grid-layout
|
|
20094
|
+
"name": "defaultGridLayoutConfig",
|
|
20095
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20118
20096
|
}
|
|
20119
20097
|
},
|
|
20120
20098
|
{
|
|
20121
20099
|
"kind": "js",
|
|
20122
|
-
"name": "
|
|
20100
|
+
"name": "GridLayout",
|
|
20123
20101
|
"declaration": {
|
|
20124
|
-
"name": "
|
|
20125
|
-
"module": "src/grid-layout
|
|
20102
|
+
"name": "GridLayout",
|
|
20103
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20126
20104
|
}
|
|
20127
20105
|
},
|
|
20128
20106
|
{
|
|
20129
20107
|
"kind": "js",
|
|
20130
|
-
"name": "
|
|
20108
|
+
"name": "foundationGridLayout",
|
|
20131
20109
|
"declaration": {
|
|
20132
|
-
"name": "
|
|
20133
|
-
"module": "src/grid-layout
|
|
20110
|
+
"name": "foundationGridLayout",
|
|
20111
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20134
20112
|
}
|
|
20135
20113
|
}
|
|
20136
20114
|
]
|
|
20137
20115
|
},
|
|
20138
20116
|
{
|
|
20139
20117
|
"kind": "javascript-module",
|
|
20140
|
-
"path": "src/grid-layout-
|
|
20118
|
+
"path": "src/grid-layout/grid-layout.types.ts",
|
|
20119
|
+
"declarations": [],
|
|
20120
|
+
"exports": []
|
|
20121
|
+
},
|
|
20122
|
+
{
|
|
20123
|
+
"kind": "javascript-module",
|
|
20124
|
+
"path": "src/grid-layout/index.ts",
|
|
20141
20125
|
"declarations": [],
|
|
20142
20126
|
"exports": [
|
|
20143
20127
|
{
|
|
@@ -20145,7 +20129,7 @@
|
|
|
20145
20129
|
"name": "*",
|
|
20146
20130
|
"declaration": {
|
|
20147
20131
|
"name": "*",
|
|
20148
|
-
"package": "./grid-layout
|
|
20132
|
+
"package": "./grid-layout.template"
|
|
20149
20133
|
}
|
|
20150
20134
|
},
|
|
20151
20135
|
{
|
|
@@ -20153,7 +20137,23 @@
|
|
|
20153
20137
|
"name": "*",
|
|
20154
20138
|
"declaration": {
|
|
20155
20139
|
"name": "*",
|
|
20156
|
-
"package": "./grid-layout
|
|
20140
|
+
"package": "./grid-layout.styles"
|
|
20141
|
+
}
|
|
20142
|
+
},
|
|
20143
|
+
{
|
|
20144
|
+
"kind": "js",
|
|
20145
|
+
"name": "*",
|
|
20146
|
+
"declaration": {
|
|
20147
|
+
"name": "*",
|
|
20148
|
+
"package": "./grid-layout"
|
|
20149
|
+
}
|
|
20150
|
+
},
|
|
20151
|
+
{
|
|
20152
|
+
"kind": "js",
|
|
20153
|
+
"name": "*",
|
|
20154
|
+
"declaration": {
|
|
20155
|
+
"name": "*",
|
|
20156
|
+
"package": "./grid-layout.types"
|
|
20157
20157
|
}
|
|
20158
20158
|
}
|
|
20159
20159
|
]
|
|
@@ -29587,280 +29587,6 @@
|
|
|
29587
29587
|
}
|
|
29588
29588
|
]
|
|
29589
29589
|
},
|
|
29590
|
-
{
|
|
29591
|
-
"kind": "javascript-module",
|
|
29592
|
-
"path": "src/router/index.ts",
|
|
29593
|
-
"declarations": [],
|
|
29594
|
-
"exports": [
|
|
29595
|
-
{
|
|
29596
|
-
"kind": "js",
|
|
29597
|
-
"name": "*",
|
|
29598
|
-
"declaration": {
|
|
29599
|
-
"name": "*",
|
|
29600
|
-
"package": "./navItems"
|
|
29601
|
-
}
|
|
29602
|
-
},
|
|
29603
|
-
{
|
|
29604
|
-
"kind": "js",
|
|
29605
|
-
"name": "*",
|
|
29606
|
-
"declaration": {
|
|
29607
|
-
"name": "*",
|
|
29608
|
-
"package": "./router"
|
|
29609
|
-
}
|
|
29610
|
-
}
|
|
29611
|
-
]
|
|
29612
|
-
},
|
|
29613
|
-
{
|
|
29614
|
-
"kind": "javascript-module",
|
|
29615
|
-
"path": "src/router/navItems.ts",
|
|
29616
|
-
"declarations": [
|
|
29617
|
-
{
|
|
29618
|
-
"kind": "function",
|
|
29619
|
-
"name": "defaultNavItemPredicate",
|
|
29620
|
-
"parameters": [
|
|
29621
|
-
{
|
|
29622
|
-
"name": "item",
|
|
29623
|
-
"type": {
|
|
29624
|
-
"text": "FoundationRouteNavItem"
|
|
29625
|
-
}
|
|
29626
|
-
}
|
|
29627
|
-
]
|
|
29628
|
-
},
|
|
29629
|
-
{
|
|
29630
|
-
"kind": "variable",
|
|
29631
|
-
"name": "defaultPlacementIndexPadding",
|
|
29632
|
-
"type": {
|
|
29633
|
-
"text": "number"
|
|
29634
|
-
},
|
|
29635
|
-
"default": "10"
|
|
29636
|
-
},
|
|
29637
|
-
{
|
|
29638
|
-
"kind": "function",
|
|
29639
|
-
"name": "getNavItems",
|
|
29640
|
-
"return": {
|
|
29641
|
-
"type": {
|
|
29642
|
-
"text": "FoundationRouteNavItem[]"
|
|
29643
|
-
}
|
|
29644
|
-
},
|
|
29645
|
-
"parameters": [
|
|
29646
|
-
{
|
|
29647
|
-
"name": "routes",
|
|
29648
|
-
"type": {
|
|
29649
|
-
"text": "Pick<FoundationRoute, 'navItems' | 'name' | 'path'>[]"
|
|
29650
|
-
}
|
|
29651
|
-
},
|
|
29652
|
-
{
|
|
29653
|
-
"name": "predicate",
|
|
29654
|
-
"default": "defaultNavItemPredicate"
|
|
29655
|
-
},
|
|
29656
|
-
{
|
|
29657
|
-
"name": "placementIndexPadding",
|
|
29658
|
-
"default": "defaultPlacementIndexPadding"
|
|
29659
|
-
}
|
|
29660
|
-
],
|
|
29661
|
-
"description": "Get navigation items from routes."
|
|
29662
|
-
}
|
|
29663
|
-
],
|
|
29664
|
-
"exports": [
|
|
29665
|
-
{
|
|
29666
|
-
"kind": "js",
|
|
29667
|
-
"name": "defaultNavItemPredicate",
|
|
29668
|
-
"declaration": {
|
|
29669
|
-
"name": "defaultNavItemPredicate",
|
|
29670
|
-
"module": "src/router/navItems.ts"
|
|
29671
|
-
}
|
|
29672
|
-
},
|
|
29673
|
-
{
|
|
29674
|
-
"kind": "js",
|
|
29675
|
-
"name": "defaultPlacementIndexPadding",
|
|
29676
|
-
"declaration": {
|
|
29677
|
-
"name": "defaultPlacementIndexPadding",
|
|
29678
|
-
"module": "src/router/navItems.ts"
|
|
29679
|
-
}
|
|
29680
|
-
},
|
|
29681
|
-
{
|
|
29682
|
-
"kind": "js",
|
|
29683
|
-
"name": "getNavItems",
|
|
29684
|
-
"declaration": {
|
|
29685
|
-
"name": "getNavItems",
|
|
29686
|
-
"module": "src/router/navItems.ts"
|
|
29687
|
-
}
|
|
29688
|
-
}
|
|
29689
|
-
]
|
|
29690
|
-
},
|
|
29691
|
-
{
|
|
29692
|
-
"kind": "javascript-module",
|
|
29693
|
-
"path": "src/router/router.ts",
|
|
29694
|
-
"declarations": [
|
|
29695
|
-
{
|
|
29696
|
-
"kind": "class",
|
|
29697
|
-
"description": "",
|
|
29698
|
-
"name": "FoundationRouter",
|
|
29699
|
-
"members": [
|
|
29700
|
-
{
|
|
29701
|
-
"kind": "field",
|
|
29702
|
-
"name": "config",
|
|
29703
|
-
"type": {
|
|
29704
|
-
"text": "FoundationRouterConfiguration | null"
|
|
29705
|
-
}
|
|
29706
|
-
}
|
|
29707
|
-
],
|
|
29708
|
-
"superclass": {
|
|
29709
|
-
"name": "<local>_undefined",
|
|
29710
|
-
"module": "src/router/router.ts"
|
|
29711
|
-
}
|
|
29712
|
-
},
|
|
29713
|
-
{
|
|
29714
|
-
"kind": "class",
|
|
29715
|
-
"description": "",
|
|
29716
|
-
"name": "FoundationRouteCollection",
|
|
29717
|
-
"members": [
|
|
29718
|
-
{
|
|
29719
|
-
"kind": "field",
|
|
29720
|
-
"name": "definitions",
|
|
29721
|
-
"type": {
|
|
29722
|
-
"text": "FoundationRoute<TSettings>[]"
|
|
29723
|
-
},
|
|
29724
|
-
"default": "[]"
|
|
29725
|
-
},
|
|
29726
|
-
{
|
|
29727
|
-
"kind": "method",
|
|
29728
|
-
"name": "map",
|
|
29729
|
-
"parameters": [
|
|
29730
|
-
{
|
|
29731
|
-
"name": "routes",
|
|
29732
|
-
"type": {
|
|
29733
|
-
"text": "FoundationRoute<TSettings>[]"
|
|
29734
|
-
}
|
|
29735
|
-
}
|
|
29736
|
-
]
|
|
29737
|
-
}
|
|
29738
|
-
],
|
|
29739
|
-
"superclass": {
|
|
29740
|
-
"name": "RouteCollection",
|
|
29741
|
-
"package": "@microsoft/fast-router"
|
|
29742
|
-
}
|
|
29743
|
-
},
|
|
29744
|
-
{
|
|
29745
|
-
"kind": "class",
|
|
29746
|
-
"description": "",
|
|
29747
|
-
"name": "FoundationRouterConfiguration",
|
|
29748
|
-
"members": [
|
|
29749
|
-
{
|
|
29750
|
-
"kind": "field",
|
|
29751
|
-
"name": "container",
|
|
29752
|
-
"type": {
|
|
29753
|
-
"text": "Container"
|
|
29754
|
-
},
|
|
29755
|
-
"privacy": "protected"
|
|
29756
|
-
},
|
|
29757
|
-
{
|
|
29758
|
-
"kind": "field",
|
|
29759
|
-
"name": "analytics",
|
|
29760
|
-
"type": {
|
|
29761
|
-
"text": "FoundationAnalytics"
|
|
29762
|
-
},
|
|
29763
|
-
"privacy": "protected"
|
|
29764
|
-
},
|
|
29765
|
-
{
|
|
29766
|
-
"kind": "field",
|
|
29767
|
-
"name": "user",
|
|
29768
|
-
"type": {
|
|
29769
|
-
"text": "User"
|
|
29770
|
-
},
|
|
29771
|
-
"privacy": "public"
|
|
29772
|
-
},
|
|
29773
|
-
{
|
|
29774
|
-
"kind": "field",
|
|
29775
|
-
"name": "routes",
|
|
29776
|
-
"type": {
|
|
29777
|
-
"text": "FoundationRouteCollection<TSettings>"
|
|
29778
|
-
},
|
|
29779
|
-
"privacy": "public",
|
|
29780
|
-
"readonly": true,
|
|
29781
|
-
"default": "new FoundationRouteCollection<TSettings>(this)"
|
|
29782
|
-
},
|
|
29783
|
-
{
|
|
29784
|
-
"kind": "method",
|
|
29785
|
-
"name": "getNavItems",
|
|
29786
|
-
"return": {
|
|
29787
|
-
"type": {
|
|
29788
|
-
"text": "FoundationRouteNavItem[]"
|
|
29789
|
-
}
|
|
29790
|
-
},
|
|
29791
|
-
"parameters": [
|
|
29792
|
-
{
|
|
29793
|
-
"name": "predicate",
|
|
29794
|
-
"default": "defaultNavItemPredicate",
|
|
29795
|
-
"type": {
|
|
29796
|
-
"text": "NavItemPredicate"
|
|
29797
|
-
}
|
|
29798
|
-
}
|
|
29799
|
-
]
|
|
29800
|
-
},
|
|
29801
|
-
{
|
|
29802
|
-
"kind": "method",
|
|
29803
|
-
"name": "configureAnalytics"
|
|
29804
|
-
},
|
|
29805
|
-
{
|
|
29806
|
-
"kind": "method",
|
|
29807
|
-
"name": "construct",
|
|
29808
|
-
"return": {
|
|
29809
|
-
"type": {
|
|
29810
|
-
"text": "T"
|
|
29811
|
-
}
|
|
29812
|
-
},
|
|
29813
|
-
"parameters": [
|
|
29814
|
-
{
|
|
29815
|
-
"name": "Type",
|
|
29816
|
-
"type": {
|
|
29817
|
-
"text": "Constructable<T>"
|
|
29818
|
-
}
|
|
29819
|
-
}
|
|
29820
|
-
]
|
|
29821
|
-
}
|
|
29822
|
-
],
|
|
29823
|
-
"superclass": {
|
|
29824
|
-
"name": "RouterConfiguration",
|
|
29825
|
-
"package": "@microsoft/fast-router"
|
|
29826
|
-
}
|
|
29827
|
-
}
|
|
29828
|
-
],
|
|
29829
|
-
"exports": [
|
|
29830
|
-
{
|
|
29831
|
-
"kind": "js",
|
|
29832
|
-
"name": "FoundationRouter",
|
|
29833
|
-
"declaration": {
|
|
29834
|
-
"name": "FoundationRouter",
|
|
29835
|
-
"module": "src/router/router.ts"
|
|
29836
|
-
}
|
|
29837
|
-
},
|
|
29838
|
-
{
|
|
29839
|
-
"kind": "custom-element-definition",
|
|
29840
|
-
"name": "foundation-router",
|
|
29841
|
-
"declaration": {
|
|
29842
|
-
"name": "FoundationRouter",
|
|
29843
|
-
"module": "src/router/router.ts"
|
|
29844
|
-
}
|
|
29845
|
-
},
|
|
29846
|
-
{
|
|
29847
|
-
"kind": "js",
|
|
29848
|
-
"name": "FoundationRouteCollection",
|
|
29849
|
-
"declaration": {
|
|
29850
|
-
"name": "FoundationRouteCollection",
|
|
29851
|
-
"module": "src/router/router.ts"
|
|
29852
|
-
}
|
|
29853
|
-
},
|
|
29854
|
-
{
|
|
29855
|
-
"kind": "js",
|
|
29856
|
-
"name": "FoundationRouterConfiguration",
|
|
29857
|
-
"declaration": {
|
|
29858
|
-
"name": "FoundationRouterConfiguration",
|
|
29859
|
-
"module": "src/router/router.ts"
|
|
29860
|
-
}
|
|
29861
|
-
}
|
|
29862
|
-
]
|
|
29863
|
-
},
|
|
29864
29590
|
{
|
|
29865
29591
|
"kind": "javascript-module",
|
|
29866
29592
|
"path": "src/search-bar/index.ts",
|
|
@@ -31283,6 +31009,280 @@
|
|
|
31283
31009
|
}
|
|
31284
31010
|
]
|
|
31285
31011
|
},
|
|
31012
|
+
{
|
|
31013
|
+
"kind": "javascript-module",
|
|
31014
|
+
"path": "src/router/index.ts",
|
|
31015
|
+
"declarations": [],
|
|
31016
|
+
"exports": [
|
|
31017
|
+
{
|
|
31018
|
+
"kind": "js",
|
|
31019
|
+
"name": "*",
|
|
31020
|
+
"declaration": {
|
|
31021
|
+
"name": "*",
|
|
31022
|
+
"package": "./navItems"
|
|
31023
|
+
}
|
|
31024
|
+
},
|
|
31025
|
+
{
|
|
31026
|
+
"kind": "js",
|
|
31027
|
+
"name": "*",
|
|
31028
|
+
"declaration": {
|
|
31029
|
+
"name": "*",
|
|
31030
|
+
"package": "./router"
|
|
31031
|
+
}
|
|
31032
|
+
}
|
|
31033
|
+
]
|
|
31034
|
+
},
|
|
31035
|
+
{
|
|
31036
|
+
"kind": "javascript-module",
|
|
31037
|
+
"path": "src/router/navItems.ts",
|
|
31038
|
+
"declarations": [
|
|
31039
|
+
{
|
|
31040
|
+
"kind": "function",
|
|
31041
|
+
"name": "defaultNavItemPredicate",
|
|
31042
|
+
"parameters": [
|
|
31043
|
+
{
|
|
31044
|
+
"name": "item",
|
|
31045
|
+
"type": {
|
|
31046
|
+
"text": "FoundationRouteNavItem"
|
|
31047
|
+
}
|
|
31048
|
+
}
|
|
31049
|
+
]
|
|
31050
|
+
},
|
|
31051
|
+
{
|
|
31052
|
+
"kind": "variable",
|
|
31053
|
+
"name": "defaultPlacementIndexPadding",
|
|
31054
|
+
"type": {
|
|
31055
|
+
"text": "number"
|
|
31056
|
+
},
|
|
31057
|
+
"default": "10"
|
|
31058
|
+
},
|
|
31059
|
+
{
|
|
31060
|
+
"kind": "function",
|
|
31061
|
+
"name": "getNavItems",
|
|
31062
|
+
"return": {
|
|
31063
|
+
"type": {
|
|
31064
|
+
"text": "FoundationRouteNavItem[]"
|
|
31065
|
+
}
|
|
31066
|
+
},
|
|
31067
|
+
"parameters": [
|
|
31068
|
+
{
|
|
31069
|
+
"name": "routes",
|
|
31070
|
+
"type": {
|
|
31071
|
+
"text": "Pick<FoundationRoute, 'navItems' | 'name' | 'path'>[]"
|
|
31072
|
+
}
|
|
31073
|
+
},
|
|
31074
|
+
{
|
|
31075
|
+
"name": "predicate",
|
|
31076
|
+
"default": "defaultNavItemPredicate"
|
|
31077
|
+
},
|
|
31078
|
+
{
|
|
31079
|
+
"name": "placementIndexPadding",
|
|
31080
|
+
"default": "defaultPlacementIndexPadding"
|
|
31081
|
+
}
|
|
31082
|
+
],
|
|
31083
|
+
"description": "Get navigation items from routes."
|
|
31084
|
+
}
|
|
31085
|
+
],
|
|
31086
|
+
"exports": [
|
|
31087
|
+
{
|
|
31088
|
+
"kind": "js",
|
|
31089
|
+
"name": "defaultNavItemPredicate",
|
|
31090
|
+
"declaration": {
|
|
31091
|
+
"name": "defaultNavItemPredicate",
|
|
31092
|
+
"module": "src/router/navItems.ts"
|
|
31093
|
+
}
|
|
31094
|
+
},
|
|
31095
|
+
{
|
|
31096
|
+
"kind": "js",
|
|
31097
|
+
"name": "defaultPlacementIndexPadding",
|
|
31098
|
+
"declaration": {
|
|
31099
|
+
"name": "defaultPlacementIndexPadding",
|
|
31100
|
+
"module": "src/router/navItems.ts"
|
|
31101
|
+
}
|
|
31102
|
+
},
|
|
31103
|
+
{
|
|
31104
|
+
"kind": "js",
|
|
31105
|
+
"name": "getNavItems",
|
|
31106
|
+
"declaration": {
|
|
31107
|
+
"name": "getNavItems",
|
|
31108
|
+
"module": "src/router/navItems.ts"
|
|
31109
|
+
}
|
|
31110
|
+
}
|
|
31111
|
+
]
|
|
31112
|
+
},
|
|
31113
|
+
{
|
|
31114
|
+
"kind": "javascript-module",
|
|
31115
|
+
"path": "src/router/router.ts",
|
|
31116
|
+
"declarations": [
|
|
31117
|
+
{
|
|
31118
|
+
"kind": "class",
|
|
31119
|
+
"description": "",
|
|
31120
|
+
"name": "FoundationRouter",
|
|
31121
|
+
"members": [
|
|
31122
|
+
{
|
|
31123
|
+
"kind": "field",
|
|
31124
|
+
"name": "config",
|
|
31125
|
+
"type": {
|
|
31126
|
+
"text": "FoundationRouterConfiguration | null"
|
|
31127
|
+
}
|
|
31128
|
+
}
|
|
31129
|
+
],
|
|
31130
|
+
"superclass": {
|
|
31131
|
+
"name": "<local>_undefined",
|
|
31132
|
+
"module": "src/router/router.ts"
|
|
31133
|
+
}
|
|
31134
|
+
},
|
|
31135
|
+
{
|
|
31136
|
+
"kind": "class",
|
|
31137
|
+
"description": "",
|
|
31138
|
+
"name": "FoundationRouteCollection",
|
|
31139
|
+
"members": [
|
|
31140
|
+
{
|
|
31141
|
+
"kind": "field",
|
|
31142
|
+
"name": "definitions",
|
|
31143
|
+
"type": {
|
|
31144
|
+
"text": "FoundationRoute<TSettings>[]"
|
|
31145
|
+
},
|
|
31146
|
+
"default": "[]"
|
|
31147
|
+
},
|
|
31148
|
+
{
|
|
31149
|
+
"kind": "method",
|
|
31150
|
+
"name": "map",
|
|
31151
|
+
"parameters": [
|
|
31152
|
+
{
|
|
31153
|
+
"name": "routes",
|
|
31154
|
+
"type": {
|
|
31155
|
+
"text": "FoundationRoute<TSettings>[]"
|
|
31156
|
+
}
|
|
31157
|
+
}
|
|
31158
|
+
]
|
|
31159
|
+
}
|
|
31160
|
+
],
|
|
31161
|
+
"superclass": {
|
|
31162
|
+
"name": "RouteCollection",
|
|
31163
|
+
"package": "@microsoft/fast-router"
|
|
31164
|
+
}
|
|
31165
|
+
},
|
|
31166
|
+
{
|
|
31167
|
+
"kind": "class",
|
|
31168
|
+
"description": "",
|
|
31169
|
+
"name": "FoundationRouterConfiguration",
|
|
31170
|
+
"members": [
|
|
31171
|
+
{
|
|
31172
|
+
"kind": "field",
|
|
31173
|
+
"name": "container",
|
|
31174
|
+
"type": {
|
|
31175
|
+
"text": "Container"
|
|
31176
|
+
},
|
|
31177
|
+
"privacy": "protected"
|
|
31178
|
+
},
|
|
31179
|
+
{
|
|
31180
|
+
"kind": "field",
|
|
31181
|
+
"name": "analytics",
|
|
31182
|
+
"type": {
|
|
31183
|
+
"text": "FoundationAnalytics"
|
|
31184
|
+
},
|
|
31185
|
+
"privacy": "protected"
|
|
31186
|
+
},
|
|
31187
|
+
{
|
|
31188
|
+
"kind": "field",
|
|
31189
|
+
"name": "user",
|
|
31190
|
+
"type": {
|
|
31191
|
+
"text": "User"
|
|
31192
|
+
},
|
|
31193
|
+
"privacy": "public"
|
|
31194
|
+
},
|
|
31195
|
+
{
|
|
31196
|
+
"kind": "field",
|
|
31197
|
+
"name": "routes",
|
|
31198
|
+
"type": {
|
|
31199
|
+
"text": "FoundationRouteCollection<TSettings>"
|
|
31200
|
+
},
|
|
31201
|
+
"privacy": "public",
|
|
31202
|
+
"readonly": true,
|
|
31203
|
+
"default": "new FoundationRouteCollection<TSettings>(this)"
|
|
31204
|
+
},
|
|
31205
|
+
{
|
|
31206
|
+
"kind": "method",
|
|
31207
|
+
"name": "getNavItems",
|
|
31208
|
+
"return": {
|
|
31209
|
+
"type": {
|
|
31210
|
+
"text": "FoundationRouteNavItem[]"
|
|
31211
|
+
}
|
|
31212
|
+
},
|
|
31213
|
+
"parameters": [
|
|
31214
|
+
{
|
|
31215
|
+
"name": "predicate",
|
|
31216
|
+
"default": "defaultNavItemPredicate",
|
|
31217
|
+
"type": {
|
|
31218
|
+
"text": "NavItemPredicate"
|
|
31219
|
+
}
|
|
31220
|
+
}
|
|
31221
|
+
]
|
|
31222
|
+
},
|
|
31223
|
+
{
|
|
31224
|
+
"kind": "method",
|
|
31225
|
+
"name": "configureAnalytics"
|
|
31226
|
+
},
|
|
31227
|
+
{
|
|
31228
|
+
"kind": "method",
|
|
31229
|
+
"name": "construct",
|
|
31230
|
+
"return": {
|
|
31231
|
+
"type": {
|
|
31232
|
+
"text": "T"
|
|
31233
|
+
}
|
|
31234
|
+
},
|
|
31235
|
+
"parameters": [
|
|
31236
|
+
{
|
|
31237
|
+
"name": "Type",
|
|
31238
|
+
"type": {
|
|
31239
|
+
"text": "Constructable<T>"
|
|
31240
|
+
}
|
|
31241
|
+
}
|
|
31242
|
+
]
|
|
31243
|
+
}
|
|
31244
|
+
],
|
|
31245
|
+
"superclass": {
|
|
31246
|
+
"name": "RouterConfiguration",
|
|
31247
|
+
"package": "@microsoft/fast-router"
|
|
31248
|
+
}
|
|
31249
|
+
}
|
|
31250
|
+
],
|
|
31251
|
+
"exports": [
|
|
31252
|
+
{
|
|
31253
|
+
"kind": "js",
|
|
31254
|
+
"name": "FoundationRouter",
|
|
31255
|
+
"declaration": {
|
|
31256
|
+
"name": "FoundationRouter",
|
|
31257
|
+
"module": "src/router/router.ts"
|
|
31258
|
+
}
|
|
31259
|
+
},
|
|
31260
|
+
{
|
|
31261
|
+
"kind": "custom-element-definition",
|
|
31262
|
+
"name": "foundation-router",
|
|
31263
|
+
"declaration": {
|
|
31264
|
+
"name": "FoundationRouter",
|
|
31265
|
+
"module": "src/router/router.ts"
|
|
31266
|
+
}
|
|
31267
|
+
},
|
|
31268
|
+
{
|
|
31269
|
+
"kind": "js",
|
|
31270
|
+
"name": "FoundationRouteCollection",
|
|
31271
|
+
"declaration": {
|
|
31272
|
+
"name": "FoundationRouteCollection",
|
|
31273
|
+
"module": "src/router/router.ts"
|
|
31274
|
+
}
|
|
31275
|
+
},
|
|
31276
|
+
{
|
|
31277
|
+
"kind": "js",
|
|
31278
|
+
"name": "FoundationRouterConfiguration",
|
|
31279
|
+
"declaration": {
|
|
31280
|
+
"name": "FoundationRouterConfiguration",
|
|
31281
|
+
"module": "src/router/router.ts"
|
|
31282
|
+
}
|
|
31283
|
+
}
|
|
31284
|
+
]
|
|
31285
|
+
},
|
|
31286
31286
|
{
|
|
31287
31287
|
"kind": "javascript-module",
|
|
31288
31288
|
"path": "src/segmented-control/index.ts",
|
|
@@ -35078,6 +35078,15 @@
|
|
|
35078
35078
|
}
|
|
35079
35079
|
}
|
|
35080
35080
|
},
|
|
35081
|
+
{
|
|
35082
|
+
"kind": "method",
|
|
35083
|
+
"name": "handleStepClick",
|
|
35084
|
+
"parameters": [
|
|
35085
|
+
{
|
|
35086
|
+
"name": "stepIndex"
|
|
35087
|
+
}
|
|
35088
|
+
]
|
|
35089
|
+
},
|
|
35081
35090
|
{
|
|
35082
35091
|
"kind": "field",
|
|
35083
35092
|
"name": "disabledPreviousStep",
|
|
@@ -35522,6 +35531,13 @@
|
|
|
35522
35531
|
"text": "boolean"
|
|
35523
35532
|
}
|
|
35524
35533
|
},
|
|
35534
|
+
{
|
|
35535
|
+
"kind": "field",
|
|
35536
|
+
"name": "showCursorPointer",
|
|
35537
|
+
"type": {
|
|
35538
|
+
"text": "boolean"
|
|
35539
|
+
}
|
|
35540
|
+
},
|
|
35525
35541
|
{
|
|
35526
35542
|
"kind": "field",
|
|
35527
35543
|
"name": "tabPosition",
|
|
@@ -35689,6 +35705,12 @@
|
|
|
35689
35705
|
},
|
|
35690
35706
|
"fieldName": "isLast"
|
|
35691
35707
|
},
|
|
35708
|
+
{
|
|
35709
|
+
"type": {
|
|
35710
|
+
"text": "boolean"
|
|
35711
|
+
},
|
|
35712
|
+
"fieldName": "showCursorPointer"
|
|
35713
|
+
},
|
|
35692
35714
|
{
|
|
35693
35715
|
"name": "tab-position",
|
|
35694
35716
|
"type": {
|