@genesislcap/foundation-ui 14.226.2-alpha-ee50d0d.0 → 14.227.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 +2052 -1447
- package/dist/dts/context/app.d.ts +18 -0
- package/dist/dts/context/app.d.ts.map +1 -0
- package/dist/dts/context/index.d.ts +2 -0
- package/dist/dts/context/index.d.ts.map +1 -0
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/router/configuration.d.ts +68 -0
- package/dist/dts/router/configuration.d.ts.map +1 -0
- package/dist/dts/router/events.d.ts +52 -0
- package/dist/dts/router/events.d.ts.map +1 -0
- package/dist/dts/router/foundation-router.d.ts +24 -0
- package/dist/dts/router/foundation-router.d.ts.map +1 -0
- package/dist/dts/router/index.d.ts +8 -0
- package/dist/dts/router/index.d.ts.map +1 -1
- package/dist/dts/router/logger.d.ts +5 -0
- package/dist/dts/router/logger.d.ts.map +1 -0
- package/dist/dts/router/navItems.d.ts +1 -1
- package/dist/dts/router/navItems.d.ts.map +1 -1
- package/dist/dts/router/navigation.d.ts +24 -0
- package/dist/dts/router/navigation.d.ts.map +1 -0
- package/dist/dts/router/router.d.ts +17 -37
- package/dist/dts/router/router.d.ts.map +1 -1
- package/dist/dts/router/routes.d.ts +10 -0
- package/dist/dts/router/routes.d.ts.map +1 -0
- package/dist/dts/router/types.d.ts +62 -0
- package/dist/dts/router/types.d.ts.map +1 -0
- package/dist/dts/router/utils.d.ts +44 -0
- package/dist/dts/router/utils.d.ts.map +1 -0
- package/dist/esm/context/app.js +1 -0
- package/dist/esm/context/index.js +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/router/configuration.js +165 -0
- package/dist/esm/router/events.js +8 -0
- package/dist/esm/router/foundation-router.js +81 -0
- package/dist/esm/router/index.js +8 -0
- package/dist/esm/router/logger.js +5 -0
- package/dist/esm/router/navigation.js +83 -0
- package/dist/esm/router/router.js +14 -84
- package/dist/esm/router/routes.js +42 -0
- package/dist/esm/router/types.js +1 -0
- package/dist/esm/router/utils.js +85 -0
- package/package.json +16 -16
|
@@ -172,6 +172,14 @@
|
|
|
172
172
|
"package": "./button"
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
+
{
|
|
176
|
+
"kind": "js",
|
|
177
|
+
"name": "*",
|
|
178
|
+
"declaration": {
|
|
179
|
+
"name": "*",
|
|
180
|
+
"package": "./context"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
175
183
|
{
|
|
176
184
|
"kind": "js",
|
|
177
185
|
"name": "*",
|
|
@@ -889,11 +897,11 @@
|
|
|
889
897
|
},
|
|
890
898
|
{
|
|
891
899
|
"kind": "javascript-module",
|
|
892
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
900
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
893
901
|
"declarations": [
|
|
894
902
|
{
|
|
895
903
|
"kind": "function",
|
|
896
|
-
"name": "
|
|
904
|
+
"name": "foundationAccordionItemStyles",
|
|
897
905
|
"return": {
|
|
898
906
|
"type": {
|
|
899
907
|
"text": "ElementStyles"
|
|
@@ -918,24 +926,24 @@
|
|
|
918
926
|
"exports": [
|
|
919
927
|
{
|
|
920
928
|
"kind": "js",
|
|
921
|
-
"name": "
|
|
929
|
+
"name": "foundationAccordionItemStyles",
|
|
922
930
|
"declaration": {
|
|
923
|
-
"name": "
|
|
924
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
931
|
+
"name": "foundationAccordionItemStyles",
|
|
932
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
925
933
|
}
|
|
926
934
|
}
|
|
927
935
|
]
|
|
928
936
|
},
|
|
929
937
|
{
|
|
930
938
|
"kind": "javascript-module",
|
|
931
|
-
"path": "src/accordion/accordion.template.ts",
|
|
939
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
932
940
|
"declarations": [
|
|
933
941
|
{
|
|
934
942
|
"kind": "function",
|
|
935
|
-
"name": "
|
|
943
|
+
"name": "foundationAccordionItemTemplate",
|
|
936
944
|
"return": {
|
|
937
945
|
"type": {
|
|
938
|
-
"text": "ViewTemplate<
|
|
946
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
939
947
|
}
|
|
940
948
|
},
|
|
941
949
|
"parameters": [
|
|
@@ -957,436 +965,118 @@
|
|
|
957
965
|
"exports": [
|
|
958
966
|
{
|
|
959
967
|
"kind": "js",
|
|
960
|
-
"name": "
|
|
968
|
+
"name": "foundationAccordionItemTemplate",
|
|
961
969
|
"declaration": {
|
|
962
|
-
"name": "
|
|
963
|
-
"module": "src/accordion/accordion.template.ts"
|
|
970
|
+
"name": "foundationAccordionItemTemplate",
|
|
971
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
964
972
|
}
|
|
965
973
|
}
|
|
966
974
|
]
|
|
967
975
|
},
|
|
968
976
|
{
|
|
969
977
|
"kind": "javascript-module",
|
|
970
|
-
"path": "src/accordion/accordion.ts",
|
|
978
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
971
979
|
"declarations": [
|
|
972
980
|
{
|
|
973
981
|
"kind": "class",
|
|
974
982
|
"description": "",
|
|
975
|
-
"name": "
|
|
983
|
+
"name": "AccordionItem",
|
|
976
984
|
"superclass": {
|
|
977
|
-
"name": "
|
|
978
|
-
"package": "@microsoft/fast-
|
|
979
|
-
},
|
|
980
|
-
"tagName": "%%prefix%%-accordion",
|
|
981
|
-
"customElement": true
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"kind": "variable",
|
|
985
|
-
"name": "foundationAccordionShadowOptions",
|
|
986
|
-
"type": {
|
|
987
|
-
"text": "ShadowRootInit"
|
|
988
|
-
},
|
|
989
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"kind": "variable",
|
|
993
|
-
"name": "defaultAccordionConfig",
|
|
994
|
-
"type": {
|
|
995
|
-
"text": "object"
|
|
996
|
-
},
|
|
997
|
-
"default": "{}"
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"kind": "variable",
|
|
1001
|
-
"name": "foundationAccordion",
|
|
1002
|
-
"description": "The Foundation Accordion",
|
|
1003
|
-
"privacy": "public"
|
|
1004
|
-
}
|
|
1005
|
-
],
|
|
1006
|
-
"exports": [
|
|
1007
|
-
{
|
|
1008
|
-
"kind": "js",
|
|
1009
|
-
"name": "Accordion",
|
|
1010
|
-
"declaration": {
|
|
1011
|
-
"name": "Accordion",
|
|
1012
|
-
"module": "src/accordion/accordion.ts"
|
|
1013
|
-
}
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"kind": "js",
|
|
1017
|
-
"name": "foundationAccordionShadowOptions",
|
|
1018
|
-
"declaration": {
|
|
1019
|
-
"name": "foundationAccordionShadowOptions",
|
|
1020
|
-
"module": "src/accordion/accordion.ts"
|
|
1021
|
-
}
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"kind": "js",
|
|
1025
|
-
"name": "defaultAccordionConfig",
|
|
1026
|
-
"declaration": {
|
|
1027
|
-
"name": "defaultAccordionConfig",
|
|
1028
|
-
"module": "src/accordion/accordion.ts"
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"kind": "js",
|
|
1033
|
-
"name": "foundationAccordion",
|
|
1034
|
-
"declaration": {
|
|
1035
|
-
"name": "foundationAccordion",
|
|
1036
|
-
"module": "src/accordion/accordion.ts"
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
]
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"kind": "javascript-module",
|
|
1043
|
-
"path": "src/accordion/index.ts",
|
|
1044
|
-
"declarations": [],
|
|
1045
|
-
"exports": [
|
|
1046
|
-
{
|
|
1047
|
-
"kind": "js",
|
|
1048
|
-
"name": "*",
|
|
1049
|
-
"declaration": {
|
|
1050
|
-
"name": "*",
|
|
1051
|
-
"package": "./accordion.template"
|
|
1052
|
-
}
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"kind": "js",
|
|
1056
|
-
"name": "*",
|
|
1057
|
-
"declaration": {
|
|
1058
|
-
"name": "*",
|
|
1059
|
-
"package": "./accordion.styles"
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"kind": "js",
|
|
1064
|
-
"name": "*",
|
|
1065
|
-
"declaration": {
|
|
1066
|
-
"name": "*",
|
|
1067
|
-
"package": "./accordion"
|
|
1068
|
-
}
|
|
1069
|
-
}
|
|
1070
|
-
]
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"kind": "javascript-module",
|
|
1074
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1075
|
-
"declarations": [
|
|
1076
|
-
{
|
|
1077
|
-
"kind": "function",
|
|
1078
|
-
"name": "actionsMenuBaseStyles",
|
|
1079
|
-
"return": {
|
|
1080
|
-
"type": {
|
|
1081
|
-
"text": "ElementStyles"
|
|
1082
|
-
}
|
|
985
|
+
"name": "FASTAccordionItem",
|
|
986
|
+
"package": "@microsoft/fast-components"
|
|
1083
987
|
},
|
|
1084
|
-
"
|
|
988
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
989
|
+
"customElement": true,
|
|
990
|
+
"attributes": [
|
|
1085
991
|
{
|
|
1086
|
-
"name": "
|
|
992
|
+
"name": "heading-level",
|
|
1087
993
|
"type": {
|
|
1088
|
-
"text": "
|
|
994
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
995
|
+
},
|
|
996
|
+
"default": "2",
|
|
997
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
998
|
+
"fieldName": "headinglevel",
|
|
999
|
+
"inheritedFrom": {
|
|
1000
|
+
"name": "AccordionItem",
|
|
1001
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1089
1002
|
}
|
|
1090
1003
|
},
|
|
1091
1004
|
{
|
|
1092
|
-
"name": "definition",
|
|
1093
1005
|
"type": {
|
|
1094
|
-
"text": "
|
|
1006
|
+
"text": "boolean"
|
|
1007
|
+
},
|
|
1008
|
+
"default": "false",
|
|
1009
|
+
"description": "Expands or collapses the item.",
|
|
1010
|
+
"fieldName": "expanded",
|
|
1011
|
+
"inheritedFrom": {
|
|
1012
|
+
"name": "AccordionItem",
|
|
1013
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "id",
|
|
1018
|
+
"type": {
|
|
1019
|
+
"text": "string"
|
|
1020
|
+
},
|
|
1021
|
+
"description": "The item ID",
|
|
1022
|
+
"fieldName": "id",
|
|
1023
|
+
"inheritedFrom": {
|
|
1024
|
+
"name": "AccordionItem",
|
|
1025
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1095
1026
|
}
|
|
1096
1027
|
}
|
|
1097
|
-
]
|
|
1098
|
-
|
|
1099
|
-
{
|
|
1100
|
-
"kind": "function",
|
|
1101
|
-
"name": "foundationActionsMenuStyles",
|
|
1102
|
-
"return": {
|
|
1103
|
-
"type": {
|
|
1104
|
-
"text": "ElementStyles"
|
|
1105
|
-
}
|
|
1106
|
-
},
|
|
1107
|
-
"parameters": [
|
|
1028
|
+
],
|
|
1029
|
+
"members": [
|
|
1108
1030
|
{
|
|
1109
|
-
"
|
|
1031
|
+
"kind": "field",
|
|
1032
|
+
"name": "headinglevel",
|
|
1110
1033
|
"type": {
|
|
1111
|
-
"text": "
|
|
1034
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1035
|
+
},
|
|
1036
|
+
"privacy": "public",
|
|
1037
|
+
"default": "2",
|
|
1038
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1039
|
+
"inheritedFrom": {
|
|
1040
|
+
"name": "AccordionItem",
|
|
1041
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1112
1042
|
}
|
|
1113
1043
|
},
|
|
1114
1044
|
{
|
|
1115
|
-
"
|
|
1045
|
+
"kind": "field",
|
|
1046
|
+
"name": "expanded",
|
|
1116
1047
|
"type": {
|
|
1117
|
-
"text": "
|
|
1048
|
+
"text": "boolean"
|
|
1049
|
+
},
|
|
1050
|
+
"privacy": "public",
|
|
1051
|
+
"default": "false",
|
|
1052
|
+
"description": "Expands or collapses the item.",
|
|
1053
|
+
"inheritedFrom": {
|
|
1054
|
+
"name": "AccordionItem",
|
|
1055
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1118
1056
|
}
|
|
1119
|
-
}
|
|
1120
|
-
]
|
|
1121
|
-
}
|
|
1122
|
-
],
|
|
1123
|
-
"exports": [
|
|
1124
|
-
{
|
|
1125
|
-
"kind": "js",
|
|
1126
|
-
"name": "actionsMenuBaseStyles",
|
|
1127
|
-
"declaration": {
|
|
1128
|
-
"name": "actionsMenuBaseStyles",
|
|
1129
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"kind": "js",
|
|
1134
|
-
"name": "foundationActionsMenuStyles",
|
|
1135
|
-
"declaration": {
|
|
1136
|
-
"name": "foundationActionsMenuStyles",
|
|
1137
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
]
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"kind": "javascript-module",
|
|
1144
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1145
|
-
"declarations": [
|
|
1146
|
-
{
|
|
1147
|
-
"kind": "function",
|
|
1148
|
-
"name": "menuTemplate",
|
|
1149
|
-
"parameters": [
|
|
1057
|
+
},
|
|
1150
1058
|
{
|
|
1151
|
-
"
|
|
1059
|
+
"kind": "field",
|
|
1060
|
+
"name": "id",
|
|
1152
1061
|
"type": {
|
|
1153
1062
|
"text": "string"
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
"name": "singleOptionTemplate",
|
|
1161
|
-
"parameters": [
|
|
1162
|
-
{
|
|
1163
|
-
"name": "prefix",
|
|
1164
|
-
"type": {
|
|
1165
|
-
"text": "string"
|
|
1166
|
-
}
|
|
1167
|
-
}
|
|
1168
|
-
]
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"kind": "variable",
|
|
1172
|
-
"name": "foundationActionsMenuTemplate",
|
|
1173
|
-
"type": {
|
|
1174
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1175
|
-
},
|
|
1176
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
|
-
"exports": [
|
|
1180
|
-
{
|
|
1181
|
-
"kind": "js",
|
|
1182
|
-
"name": "menuTemplate",
|
|
1183
|
-
"declaration": {
|
|
1184
|
-
"name": "menuTemplate",
|
|
1185
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"kind": "js",
|
|
1190
|
-
"name": "singleOptionTemplate",
|
|
1191
|
-
"declaration": {
|
|
1192
|
-
"name": "singleOptionTemplate",
|
|
1193
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1194
|
-
}
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"kind": "js",
|
|
1198
|
-
"name": "foundationActionsMenuTemplate",
|
|
1199
|
-
"declaration": {
|
|
1200
|
-
"name": "foundationActionsMenuTemplate",
|
|
1201
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1204
|
-
]
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"kind": "javascript-module",
|
|
1208
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1209
|
-
"declarations": [
|
|
1210
|
-
{
|
|
1211
|
-
"kind": "class",
|
|
1212
|
-
"description": "",
|
|
1213
|
-
"name": "ActionsMenu",
|
|
1214
|
-
"members": [
|
|
1215
|
-
{
|
|
1216
|
-
"kind": "field",
|
|
1217
|
-
"name": "actions",
|
|
1218
|
-
"type": {
|
|
1219
|
-
"text": "ActionMenuItem[]"
|
|
1220
|
-
}
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
"kind": "field",
|
|
1224
|
-
"name": "isVertical",
|
|
1225
|
-
"type": {
|
|
1226
|
-
"text": "boolean"
|
|
1227
|
-
},
|
|
1228
|
-
"default": "false"
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
"kind": "field",
|
|
1232
|
-
"name": "addDefaultActions",
|
|
1233
|
-
"type": {
|
|
1234
|
-
"text": "boolean"
|
|
1235
|
-
},
|
|
1236
|
-
"default": "true"
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "field",
|
|
1240
|
-
"name": "autoCloseOnAction",
|
|
1241
|
-
"type": {
|
|
1242
|
-
"text": "boolean"
|
|
1243
|
-
},
|
|
1244
|
-
"default": "true"
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "field",
|
|
1248
|
-
"name": "classNames",
|
|
1249
|
-
"type": {
|
|
1250
|
-
"text": "string"
|
|
1251
|
-
}
|
|
1252
|
-
},
|
|
1253
|
-
{
|
|
1254
|
-
"kind": "field",
|
|
1255
|
-
"name": "definition",
|
|
1256
|
-
"type": {
|
|
1257
|
-
"text": "any"
|
|
1258
|
-
}
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
"kind": "field",
|
|
1262
|
-
"name": "name",
|
|
1263
|
-
"type": {
|
|
1264
|
-
"text": "string"
|
|
1265
|
-
},
|
|
1266
|
-
"default": "'Actions'"
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"kind": "field",
|
|
1270
|
-
"name": "open",
|
|
1271
|
-
"type": {
|
|
1272
|
-
"text": "boolean"
|
|
1273
|
-
},
|
|
1274
|
-
"default": "false"
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"kind": "field",
|
|
1278
|
-
"name": "buttonAppearance",
|
|
1279
|
-
"type": {
|
|
1280
|
-
"text": "string"
|
|
1281
|
-
}
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"kind": "field",
|
|
1285
|
-
"name": "hideDisabled",
|
|
1286
|
-
"type": {
|
|
1287
|
-
"text": "boolean"
|
|
1288
|
-
},
|
|
1289
|
-
"default": "false"
|
|
1290
|
-
},
|
|
1291
|
-
{
|
|
1292
|
-
"kind": "field",
|
|
1293
|
-
"name": "hideMenuSingleOption",
|
|
1294
|
-
"type": {
|
|
1295
|
-
"text": "boolean"
|
|
1296
|
-
},
|
|
1297
|
-
"default": "false"
|
|
1298
|
-
},
|
|
1299
|
-
{
|
|
1300
|
-
"kind": "field",
|
|
1301
|
-
"name": "singleOption",
|
|
1302
|
-
"type": {
|
|
1303
|
-
"text": "ActionMenuItem"
|
|
1063
|
+
},
|
|
1064
|
+
"privacy": "public",
|
|
1065
|
+
"description": "The item ID",
|
|
1066
|
+
"inheritedFrom": {
|
|
1067
|
+
"name": "AccordionItem",
|
|
1068
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1304
1069
|
}
|
|
1305
1070
|
},
|
|
1306
1071
|
{
|
|
1307
1072
|
"kind": "field",
|
|
1308
|
-
"name": "
|
|
1309
|
-
"
|
|
1310
|
-
|
|
1073
|
+
"name": "change",
|
|
1074
|
+
"privacy": "private",
|
|
1075
|
+
"inheritedFrom": {
|
|
1076
|
+
"name": "AccordionItem",
|
|
1077
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1311
1078
|
}
|
|
1312
1079
|
},
|
|
1313
|
-
{
|
|
1314
|
-
"kind": "method",
|
|
1315
|
-
"name": "definitionChanged",
|
|
1316
|
-
"privacy": "protected",
|
|
1317
|
-
"parameters": [
|
|
1318
|
-
{
|
|
1319
|
-
"name": "oldValue",
|
|
1320
|
-
"type": {
|
|
1321
|
-
"text": "any"
|
|
1322
|
-
}
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"name": "newValue",
|
|
1326
|
-
"type": {
|
|
1327
|
-
"text": "any"
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
|
-
]
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"kind": "method",
|
|
1334
|
-
"name": "openChanged",
|
|
1335
|
-
"privacy": "protected"
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
"kind": "method",
|
|
1339
|
-
"name": "toggleActionsMenuVisibility"
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"kind": "method",
|
|
1343
|
-
"name": "onActionMenuItemClick",
|
|
1344
|
-
"parameters": [
|
|
1345
|
-
{
|
|
1346
|
-
"name": "callback",
|
|
1347
|
-
"type": {
|
|
1348
|
-
"text": "(rowData) => void | any"
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
]
|
|
1352
|
-
},
|
|
1353
|
-
{
|
|
1354
|
-
"kind": "field",
|
|
1355
|
-
"name": "allActions",
|
|
1356
|
-
"type": {
|
|
1357
|
-
"text": "ActionMenuItem[]"
|
|
1358
|
-
},
|
|
1359
|
-
"readonly": true
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"kind": "field",
|
|
1363
|
-
"name": "rowData",
|
|
1364
|
-
"readonly": true
|
|
1365
|
-
},
|
|
1366
|
-
{
|
|
1367
|
-
"kind": "method",
|
|
1368
|
-
"name": "getLabel",
|
|
1369
|
-
"parameters": [
|
|
1370
|
-
{
|
|
1371
|
-
"name": "name",
|
|
1372
|
-
"type": {
|
|
1373
|
-
"text": "string | ((rowData: any) => string)"
|
|
1374
|
-
}
|
|
1375
|
-
}
|
|
1376
|
-
]
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"kind": "method",
|
|
1380
|
-
"name": "getTemplate",
|
|
1381
|
-
"parameters": [
|
|
1382
|
-
{
|
|
1383
|
-
"name": "prefix",
|
|
1384
|
-
"type": {
|
|
1385
|
-
"text": "string"
|
|
1386
|
-
}
|
|
1387
|
-
}
|
|
1388
|
-
]
|
|
1389
|
-
},
|
|
1390
1080
|
{
|
|
1391
1081
|
"kind": "field",
|
|
1392
1082
|
"name": "_presentation",
|
|
@@ -1499,107 +1189,78 @@
|
|
|
1499
1189
|
}
|
|
1500
1190
|
}
|
|
1501
1191
|
],
|
|
1502
|
-
"
|
|
1503
|
-
{
|
|
1504
|
-
"name": "is-vertical",
|
|
1505
|
-
"type": {
|
|
1506
|
-
"text": "boolean"
|
|
1507
|
-
},
|
|
1508
|
-
"default": "false",
|
|
1509
|
-
"fieldName": "isVertical"
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"name": "add-default-actions",
|
|
1513
|
-
"type": {
|
|
1514
|
-
"text": "boolean"
|
|
1515
|
-
},
|
|
1516
|
-
"default": "true",
|
|
1517
|
-
"fieldName": "addDefaultActions"
|
|
1518
|
-
},
|
|
1192
|
+
"events": [
|
|
1519
1193
|
{
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"name": "name",
|
|
1529
|
-
"type": {
|
|
1530
|
-
"text": "string"
|
|
1531
|
-
},
|
|
1532
|
-
"default": "'Actions'",
|
|
1533
|
-
"fieldName": "name"
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"name": "open",
|
|
1537
|
-
"type": {
|
|
1538
|
-
"text": "boolean"
|
|
1539
|
-
},
|
|
1540
|
-
"default": "false",
|
|
1541
|
-
"fieldName": "open"
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
"name": "buttonAppearance",
|
|
1545
|
-
"type": {
|
|
1546
|
-
"text": "string"
|
|
1547
|
-
},
|
|
1548
|
-
"fieldName": "buttonAppearance"
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"name": "hide-disabled",
|
|
1552
|
-
"type": {
|
|
1553
|
-
"text": "boolean"
|
|
1554
|
-
},
|
|
1555
|
-
"default": "false",
|
|
1556
|
-
"fieldName": "hideDisabled"
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"name": "hide-menu-single-option",
|
|
1560
|
-
"type": {
|
|
1561
|
-
"text": "boolean"
|
|
1562
|
-
},
|
|
1563
|
-
"default": "false",
|
|
1564
|
-
"fieldName": "hideMenuSingleOption"
|
|
1194
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1195
|
+
"name": "change",
|
|
1196
|
+
"inheritedFrom": {
|
|
1197
|
+
"name": "AccordionItem",
|
|
1198
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1199
|
+
}
|
|
1565
1200
|
}
|
|
1566
|
-
]
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1201
|
+
]
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"kind": "variable",
|
|
1205
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1206
|
+
"type": {
|
|
1207
|
+
"text": "ShadowRootInit"
|
|
1570
1208
|
},
|
|
1571
|
-
"
|
|
1572
|
-
"customElement": true
|
|
1209
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1573
1210
|
},
|
|
1574
1211
|
{
|
|
1575
1212
|
"kind": "variable",
|
|
1576
|
-
"name": "
|
|
1577
|
-
"
|
|
1213
|
+
"name": "defaultAccordionItemConfig",
|
|
1214
|
+
"type": {
|
|
1215
|
+
"text": "object"
|
|
1216
|
+
},
|
|
1217
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"kind": "variable",
|
|
1221
|
+
"name": "foundationAccordionItem",
|
|
1222
|
+
"description": "The Foundation Accordion Item",
|
|
1578
1223
|
"privacy": "public"
|
|
1579
1224
|
}
|
|
1580
1225
|
],
|
|
1581
1226
|
"exports": [
|
|
1582
1227
|
{
|
|
1583
1228
|
"kind": "js",
|
|
1584
|
-
"name": "
|
|
1229
|
+
"name": "AccordionItem",
|
|
1585
1230
|
"declaration": {
|
|
1586
|
-
"name": "
|
|
1587
|
-
"module": "src/
|
|
1231
|
+
"name": "AccordionItem",
|
|
1232
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1588
1233
|
}
|
|
1589
1234
|
},
|
|
1590
1235
|
{
|
|
1591
1236
|
"kind": "js",
|
|
1592
|
-
"name": "
|
|
1237
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1593
1238
|
"declaration": {
|
|
1594
|
-
"name": "
|
|
1595
|
-
"module": "src/
|
|
1239
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1240
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"kind": "js",
|
|
1245
|
+
"name": "defaultAccordionItemConfig",
|
|
1246
|
+
"declaration": {
|
|
1247
|
+
"name": "defaultAccordionItemConfig",
|
|
1248
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"kind": "js",
|
|
1253
|
+
"name": "foundationAccordionItem",
|
|
1254
|
+
"declaration": {
|
|
1255
|
+
"name": "foundationAccordionItem",
|
|
1256
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1596
1257
|
}
|
|
1597
1258
|
}
|
|
1598
1259
|
]
|
|
1599
1260
|
},
|
|
1600
1261
|
{
|
|
1601
1262
|
"kind": "javascript-module",
|
|
1602
|
-
"path": "src/
|
|
1263
|
+
"path": "src/accordion-item/index.ts",
|
|
1603
1264
|
"declarations": [],
|
|
1604
1265
|
"exports": [
|
|
1605
1266
|
{
|
|
@@ -1607,7 +1268,7 @@
|
|
|
1607
1268
|
"name": "*",
|
|
1608
1269
|
"declaration": {
|
|
1609
1270
|
"name": "*",
|
|
1610
|
-
"package": "./
|
|
1271
|
+
"package": "./accordion-item.template"
|
|
1611
1272
|
}
|
|
1612
1273
|
},
|
|
1613
1274
|
{
|
|
@@ -1615,7 +1276,7 @@
|
|
|
1615
1276
|
"name": "*",
|
|
1616
1277
|
"declaration": {
|
|
1617
1278
|
"name": "*",
|
|
1618
|
-
"package": "./
|
|
1279
|
+
"package": "./accordion-item.styles"
|
|
1619
1280
|
}
|
|
1620
1281
|
},
|
|
1621
1282
|
{
|
|
@@ -1623,18 +1284,18 @@
|
|
|
1623
1284
|
"name": "*",
|
|
1624
1285
|
"declaration": {
|
|
1625
1286
|
"name": "*",
|
|
1626
|
-
"package": "./
|
|
1287
|
+
"package": "./accordion-item"
|
|
1627
1288
|
}
|
|
1628
1289
|
}
|
|
1629
1290
|
]
|
|
1630
1291
|
},
|
|
1631
1292
|
{
|
|
1632
1293
|
"kind": "javascript-module",
|
|
1633
|
-
"path": "src/accordion
|
|
1294
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1634
1295
|
"declarations": [
|
|
1635
1296
|
{
|
|
1636
1297
|
"kind": "function",
|
|
1637
|
-
"name": "
|
|
1298
|
+
"name": "foundationAccordionStyles",
|
|
1638
1299
|
"return": {
|
|
1639
1300
|
"type": {
|
|
1640
1301
|
"text": "ElementStyles"
|
|
@@ -1659,24 +1320,24 @@
|
|
|
1659
1320
|
"exports": [
|
|
1660
1321
|
{
|
|
1661
1322
|
"kind": "js",
|
|
1662
|
-
"name": "
|
|
1323
|
+
"name": "foundationAccordionStyles",
|
|
1663
1324
|
"declaration": {
|
|
1664
|
-
"name": "
|
|
1665
|
-
"module": "src/accordion
|
|
1325
|
+
"name": "foundationAccordionStyles",
|
|
1326
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1666
1327
|
}
|
|
1667
1328
|
}
|
|
1668
1329
|
]
|
|
1669
1330
|
},
|
|
1670
1331
|
{
|
|
1671
1332
|
"kind": "javascript-module",
|
|
1672
|
-
"path": "src/accordion
|
|
1333
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1673
1334
|
"declarations": [
|
|
1674
1335
|
{
|
|
1675
1336
|
"kind": "function",
|
|
1676
|
-
"name": "
|
|
1337
|
+
"name": "foundationAccordionTemplate",
|
|
1677
1338
|
"return": {
|
|
1678
1339
|
"type": {
|
|
1679
|
-
"text": "ViewTemplate<
|
|
1340
|
+
"text": "ViewTemplate<Accordion>"
|
|
1680
1341
|
}
|
|
1681
1342
|
},
|
|
1682
1343
|
"parameters": [
|
|
@@ -1698,187 +1359,505 @@
|
|
|
1698
1359
|
"exports": [
|
|
1699
1360
|
{
|
|
1700
1361
|
"kind": "js",
|
|
1701
|
-
"name": "
|
|
1362
|
+
"name": "foundationAccordionTemplate",
|
|
1702
1363
|
"declaration": {
|
|
1703
|
-
"name": "
|
|
1704
|
-
"module": "src/accordion
|
|
1364
|
+
"name": "foundationAccordionTemplate",
|
|
1365
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1705
1366
|
}
|
|
1706
1367
|
}
|
|
1707
1368
|
]
|
|
1708
1369
|
},
|
|
1709
1370
|
{
|
|
1710
1371
|
"kind": "javascript-module",
|
|
1711
|
-
"path": "src/accordion
|
|
1372
|
+
"path": "src/accordion/accordion.ts",
|
|
1712
1373
|
"declarations": [
|
|
1713
1374
|
{
|
|
1714
1375
|
"kind": "class",
|
|
1715
1376
|
"description": "",
|
|
1716
|
-
"name": "
|
|
1377
|
+
"name": "Accordion",
|
|
1717
1378
|
"superclass": {
|
|
1718
|
-
"name": "
|
|
1719
|
-
"package": "@microsoft/fast-
|
|
1379
|
+
"name": "FASTAccordion",
|
|
1380
|
+
"package": "@microsoft/fast-foundation"
|
|
1720
1381
|
},
|
|
1721
|
-
"tagName": "%%prefix%%-accordion
|
|
1722
|
-
"customElement": true
|
|
1723
|
-
|
|
1382
|
+
"tagName": "%%prefix%%-accordion",
|
|
1383
|
+
"customElement": true
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "variable",
|
|
1387
|
+
"name": "foundationAccordionShadowOptions",
|
|
1388
|
+
"type": {
|
|
1389
|
+
"text": "ShadowRootInit"
|
|
1390
|
+
},
|
|
1391
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"kind": "variable",
|
|
1395
|
+
"name": "defaultAccordionConfig",
|
|
1396
|
+
"type": {
|
|
1397
|
+
"text": "object"
|
|
1398
|
+
},
|
|
1399
|
+
"default": "{}"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "variable",
|
|
1403
|
+
"name": "foundationAccordion",
|
|
1404
|
+
"description": "The Foundation Accordion",
|
|
1405
|
+
"privacy": "public"
|
|
1406
|
+
}
|
|
1407
|
+
],
|
|
1408
|
+
"exports": [
|
|
1409
|
+
{
|
|
1410
|
+
"kind": "js",
|
|
1411
|
+
"name": "Accordion",
|
|
1412
|
+
"declaration": {
|
|
1413
|
+
"name": "Accordion",
|
|
1414
|
+
"module": "src/accordion/accordion.ts"
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "js",
|
|
1419
|
+
"name": "foundationAccordionShadowOptions",
|
|
1420
|
+
"declaration": {
|
|
1421
|
+
"name": "foundationAccordionShadowOptions",
|
|
1422
|
+
"module": "src/accordion/accordion.ts"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"kind": "js",
|
|
1427
|
+
"name": "defaultAccordionConfig",
|
|
1428
|
+
"declaration": {
|
|
1429
|
+
"name": "defaultAccordionConfig",
|
|
1430
|
+
"module": "src/accordion/accordion.ts"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"kind": "js",
|
|
1435
|
+
"name": "foundationAccordion",
|
|
1436
|
+
"declaration": {
|
|
1437
|
+
"name": "foundationAccordion",
|
|
1438
|
+
"module": "src/accordion/accordion.ts"
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
]
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"kind": "javascript-module",
|
|
1445
|
+
"path": "src/accordion/index.ts",
|
|
1446
|
+
"declarations": [],
|
|
1447
|
+
"exports": [
|
|
1448
|
+
{
|
|
1449
|
+
"kind": "js",
|
|
1450
|
+
"name": "*",
|
|
1451
|
+
"declaration": {
|
|
1452
|
+
"name": "*",
|
|
1453
|
+
"package": "./accordion.template"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "js",
|
|
1458
|
+
"name": "*",
|
|
1459
|
+
"declaration": {
|
|
1460
|
+
"name": "*",
|
|
1461
|
+
"package": "./accordion.styles"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"kind": "js",
|
|
1466
|
+
"name": "*",
|
|
1467
|
+
"declaration": {
|
|
1468
|
+
"name": "*",
|
|
1469
|
+
"package": "./accordion"
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
]
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"kind": "javascript-module",
|
|
1476
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1477
|
+
"declarations": [
|
|
1478
|
+
{
|
|
1479
|
+
"kind": "function",
|
|
1480
|
+
"name": "actionsMenuBaseStyles",
|
|
1481
|
+
"return": {
|
|
1482
|
+
"type": {
|
|
1483
|
+
"text": "ElementStyles"
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
"parameters": [
|
|
1724
1487
|
{
|
|
1725
|
-
"name": "
|
|
1488
|
+
"name": "context",
|
|
1726
1489
|
"type": {
|
|
1727
|
-
"text": "
|
|
1728
|
-
},
|
|
1729
|
-
"default": "2",
|
|
1730
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1731
|
-
"fieldName": "headinglevel",
|
|
1732
|
-
"inheritedFrom": {
|
|
1733
|
-
"name": "AccordionItem",
|
|
1734
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1490
|
+
"text": "ElementDefinitionContext"
|
|
1735
1491
|
}
|
|
1736
1492
|
},
|
|
1737
1493
|
{
|
|
1494
|
+
"name": "definition",
|
|
1738
1495
|
"type": {
|
|
1739
|
-
"text": "
|
|
1740
|
-
}
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1496
|
+
"text": "FoundationElementDefinition"
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "function",
|
|
1503
|
+
"name": "foundationActionsMenuStyles",
|
|
1504
|
+
"return": {
|
|
1505
|
+
"type": {
|
|
1506
|
+
"text": "ElementStyles"
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
"parameters": [
|
|
1510
|
+
{
|
|
1511
|
+
"name": "context",
|
|
1512
|
+
"type": {
|
|
1513
|
+
"text": "ElementDefinitionContext"
|
|
1747
1514
|
}
|
|
1748
1515
|
},
|
|
1749
1516
|
{
|
|
1750
|
-
"name": "
|
|
1517
|
+
"name": "definition",
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "FoundationElementDefinition"
|
|
1520
|
+
}
|
|
1521
|
+
}
|
|
1522
|
+
]
|
|
1523
|
+
}
|
|
1524
|
+
],
|
|
1525
|
+
"exports": [
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "js",
|
|
1528
|
+
"name": "actionsMenuBaseStyles",
|
|
1529
|
+
"declaration": {
|
|
1530
|
+
"name": "actionsMenuBaseStyles",
|
|
1531
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1532
|
+
}
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"kind": "js",
|
|
1536
|
+
"name": "foundationActionsMenuStyles",
|
|
1537
|
+
"declaration": {
|
|
1538
|
+
"name": "foundationActionsMenuStyles",
|
|
1539
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
]
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"kind": "javascript-module",
|
|
1546
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1547
|
+
"declarations": [
|
|
1548
|
+
{
|
|
1549
|
+
"kind": "function",
|
|
1550
|
+
"name": "menuTemplate",
|
|
1551
|
+
"parameters": [
|
|
1552
|
+
{
|
|
1553
|
+
"name": "prefix",
|
|
1751
1554
|
"type": {
|
|
1752
1555
|
"text": "string"
|
|
1753
|
-
},
|
|
1754
|
-
"description": "The item ID",
|
|
1755
|
-
"fieldName": "id",
|
|
1756
|
-
"inheritedFrom": {
|
|
1757
|
-
"name": "AccordionItem",
|
|
1758
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1759
1556
|
}
|
|
1760
1557
|
}
|
|
1761
|
-
]
|
|
1558
|
+
]
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"kind": "function",
|
|
1562
|
+
"name": "singleOptionTemplate",
|
|
1563
|
+
"parameters": [
|
|
1564
|
+
{
|
|
1565
|
+
"name": "prefix",
|
|
1566
|
+
"type": {
|
|
1567
|
+
"text": "string"
|
|
1568
|
+
}
|
|
1569
|
+
}
|
|
1570
|
+
]
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"kind": "variable",
|
|
1574
|
+
"name": "foundationActionsMenuTemplate",
|
|
1575
|
+
"type": {
|
|
1576
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1577
|
+
},
|
|
1578
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1579
|
+
}
|
|
1580
|
+
],
|
|
1581
|
+
"exports": [
|
|
1582
|
+
{
|
|
1583
|
+
"kind": "js",
|
|
1584
|
+
"name": "menuTemplate",
|
|
1585
|
+
"declaration": {
|
|
1586
|
+
"name": "menuTemplate",
|
|
1587
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"kind": "js",
|
|
1592
|
+
"name": "singleOptionTemplate",
|
|
1593
|
+
"declaration": {
|
|
1594
|
+
"name": "singleOptionTemplate",
|
|
1595
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"kind": "js",
|
|
1600
|
+
"name": "foundationActionsMenuTemplate",
|
|
1601
|
+
"declaration": {
|
|
1602
|
+
"name": "foundationActionsMenuTemplate",
|
|
1603
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
]
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "javascript-module",
|
|
1610
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1611
|
+
"declarations": [
|
|
1612
|
+
{
|
|
1613
|
+
"kind": "class",
|
|
1614
|
+
"description": "",
|
|
1615
|
+
"name": "ActionsMenu",
|
|
1762
1616
|
"members": [
|
|
1763
1617
|
{
|
|
1764
1618
|
"kind": "field",
|
|
1765
|
-
"name": "
|
|
1619
|
+
"name": "actions",
|
|
1766
1620
|
"type": {
|
|
1767
|
-
"text": "
|
|
1768
|
-
},
|
|
1769
|
-
"privacy": "public",
|
|
1770
|
-
"default": "2",
|
|
1771
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1772
|
-
"inheritedFrom": {
|
|
1773
|
-
"name": "AccordionItem",
|
|
1774
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1621
|
+
"text": "ActionMenuItem[]"
|
|
1775
1622
|
}
|
|
1776
1623
|
},
|
|
1777
1624
|
{
|
|
1778
1625
|
"kind": "field",
|
|
1779
|
-
"name": "
|
|
1626
|
+
"name": "isVertical",
|
|
1780
1627
|
"type": {
|
|
1781
1628
|
"text": "boolean"
|
|
1782
1629
|
},
|
|
1783
|
-
"
|
|
1784
|
-
"default": "false",
|
|
1785
|
-
"description": "Expands or collapses the item.",
|
|
1786
|
-
"inheritedFrom": {
|
|
1787
|
-
"name": "AccordionItem",
|
|
1788
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1789
|
-
}
|
|
1630
|
+
"default": "false"
|
|
1790
1631
|
},
|
|
1791
1632
|
{
|
|
1792
1633
|
"kind": "field",
|
|
1793
|
-
"name": "
|
|
1634
|
+
"name": "addDefaultActions",
|
|
1794
1635
|
"type": {
|
|
1795
|
-
"text": "
|
|
1636
|
+
"text": "boolean"
|
|
1796
1637
|
},
|
|
1797
|
-
"
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1638
|
+
"default": "true"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"kind": "field",
|
|
1642
|
+
"name": "autoCloseOnAction",
|
|
1643
|
+
"type": {
|
|
1644
|
+
"text": "boolean"
|
|
1645
|
+
},
|
|
1646
|
+
"default": "true"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"kind": "field",
|
|
1650
|
+
"name": "classNames",
|
|
1651
|
+
"type": {
|
|
1652
|
+
"text": "string"
|
|
1802
1653
|
}
|
|
1803
1654
|
},
|
|
1804
1655
|
{
|
|
1805
1656
|
"kind": "field",
|
|
1806
|
-
"name": "
|
|
1807
|
-
"
|
|
1808
|
-
|
|
1809
|
-
"name": "AccordionItem",
|
|
1810
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1657
|
+
"name": "definition",
|
|
1658
|
+
"type": {
|
|
1659
|
+
"text": "any"
|
|
1811
1660
|
}
|
|
1812
1661
|
},
|
|
1813
1662
|
{
|
|
1814
1663
|
"kind": "field",
|
|
1815
|
-
"name": "
|
|
1664
|
+
"name": "name",
|
|
1816
1665
|
"type": {
|
|
1817
|
-
"text": "
|
|
1666
|
+
"text": "string"
|
|
1818
1667
|
},
|
|
1819
|
-
"
|
|
1820
|
-
"default": "void 0",
|
|
1821
|
-
"inheritedFrom": {
|
|
1822
|
-
"name": "FoundationElement",
|
|
1823
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1824
|
-
}
|
|
1668
|
+
"default": "'Actions'"
|
|
1825
1669
|
},
|
|
1826
1670
|
{
|
|
1827
1671
|
"kind": "field",
|
|
1828
|
-
"name": "
|
|
1672
|
+
"name": "open",
|
|
1829
1673
|
"type": {
|
|
1830
|
-
"text": "
|
|
1674
|
+
"text": "boolean"
|
|
1831
1675
|
},
|
|
1832
|
-
"
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1676
|
+
"default": "false"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"kind": "field",
|
|
1680
|
+
"name": "buttonAppearance",
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "string"
|
|
1837
1683
|
}
|
|
1838
1684
|
},
|
|
1839
1685
|
{
|
|
1840
1686
|
"kind": "field",
|
|
1841
|
-
"name": "
|
|
1687
|
+
"name": "hideDisabled",
|
|
1842
1688
|
"type": {
|
|
1843
|
-
"text": "
|
|
1689
|
+
"text": "boolean"
|
|
1844
1690
|
},
|
|
1845
|
-
"
|
|
1846
|
-
"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.",
|
|
1847
|
-
"inheritedFrom": {
|
|
1848
|
-
"name": "FoundationElement",
|
|
1849
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1850
|
-
}
|
|
1691
|
+
"default": "false"
|
|
1851
1692
|
},
|
|
1852
1693
|
{
|
|
1853
|
-
"kind": "
|
|
1854
|
-
"name": "
|
|
1855
|
-
"
|
|
1856
|
-
|
|
1857
|
-
"type": {
|
|
1858
|
-
"text": "void"
|
|
1859
|
-
}
|
|
1694
|
+
"kind": "field",
|
|
1695
|
+
"name": "hideMenuSingleOption",
|
|
1696
|
+
"type": {
|
|
1697
|
+
"text": "boolean"
|
|
1860
1698
|
},
|
|
1861
|
-
"
|
|
1862
|
-
|
|
1863
|
-
|
|
1699
|
+
"default": "false"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"kind": "field",
|
|
1703
|
+
"name": "singleOption",
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "ActionMenuItem"
|
|
1864
1706
|
}
|
|
1865
1707
|
},
|
|
1866
1708
|
{
|
|
1867
1709
|
"kind": "field",
|
|
1868
|
-
"name": "
|
|
1710
|
+
"name": "actionsMenu",
|
|
1869
1711
|
"type": {
|
|
1870
|
-
"text": "
|
|
1871
|
-
},
|
|
1872
|
-
"privacy": "public",
|
|
1873
|
-
"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.",
|
|
1874
|
-
"inheritedFrom": {
|
|
1875
|
-
"name": "FoundationElement",
|
|
1876
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1712
|
+
"text": "HTMLElement"
|
|
1877
1713
|
}
|
|
1878
1714
|
},
|
|
1879
1715
|
{
|
|
1880
1716
|
"kind": "method",
|
|
1881
|
-
"name": "
|
|
1717
|
+
"name": "definitionChanged",
|
|
1718
|
+
"privacy": "protected",
|
|
1719
|
+
"parameters": [
|
|
1720
|
+
{
|
|
1721
|
+
"name": "oldValue",
|
|
1722
|
+
"type": {
|
|
1723
|
+
"text": "any"
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "newValue",
|
|
1728
|
+
"type": {
|
|
1729
|
+
"text": "any"
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
]
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"kind": "method",
|
|
1736
|
+
"name": "openChanged",
|
|
1737
|
+
"privacy": "protected"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"kind": "method",
|
|
1741
|
+
"name": "toggleActionsMenuVisibility"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"kind": "method",
|
|
1745
|
+
"name": "onActionMenuItemClick",
|
|
1746
|
+
"parameters": [
|
|
1747
|
+
{
|
|
1748
|
+
"name": "callback",
|
|
1749
|
+
"type": {
|
|
1750
|
+
"text": "(rowData) => void | any"
|
|
1751
|
+
}
|
|
1752
|
+
}
|
|
1753
|
+
]
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"kind": "field",
|
|
1757
|
+
"name": "allActions",
|
|
1758
|
+
"type": {
|
|
1759
|
+
"text": "ActionMenuItem[]"
|
|
1760
|
+
},
|
|
1761
|
+
"readonly": true
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"kind": "field",
|
|
1765
|
+
"name": "rowData",
|
|
1766
|
+
"readonly": true
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "method",
|
|
1770
|
+
"name": "getLabel",
|
|
1771
|
+
"parameters": [
|
|
1772
|
+
{
|
|
1773
|
+
"name": "name",
|
|
1774
|
+
"type": {
|
|
1775
|
+
"text": "string | ((rowData: any) => string)"
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1778
|
+
]
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"kind": "method",
|
|
1782
|
+
"name": "getTemplate",
|
|
1783
|
+
"parameters": [
|
|
1784
|
+
{
|
|
1785
|
+
"name": "prefix",
|
|
1786
|
+
"type": {
|
|
1787
|
+
"text": "string"
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
]
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "field",
|
|
1794
|
+
"name": "_presentation",
|
|
1795
|
+
"type": {
|
|
1796
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1797
|
+
},
|
|
1798
|
+
"privacy": "private",
|
|
1799
|
+
"default": "void 0",
|
|
1800
|
+
"inheritedFrom": {
|
|
1801
|
+
"name": "FoundationElement",
|
|
1802
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"kind": "field",
|
|
1807
|
+
"name": "$presentation",
|
|
1808
|
+
"type": {
|
|
1809
|
+
"text": "ComponentPresentation | null"
|
|
1810
|
+
},
|
|
1811
|
+
"privacy": "public",
|
|
1812
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1813
|
+
"inheritedFrom": {
|
|
1814
|
+
"name": "FoundationElement",
|
|
1815
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"kind": "field",
|
|
1820
|
+
"name": "template",
|
|
1821
|
+
"type": {
|
|
1822
|
+
"text": "ElementViewTemplate | void | null"
|
|
1823
|
+
},
|
|
1824
|
+
"privacy": "public",
|
|
1825
|
+
"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.",
|
|
1826
|
+
"inheritedFrom": {
|
|
1827
|
+
"name": "FoundationElement",
|
|
1828
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"kind": "method",
|
|
1833
|
+
"name": "templateChanged",
|
|
1834
|
+
"privacy": "protected",
|
|
1835
|
+
"return": {
|
|
1836
|
+
"type": {
|
|
1837
|
+
"text": "void"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
"inheritedFrom": {
|
|
1841
|
+
"name": "FoundationElement",
|
|
1842
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"kind": "field",
|
|
1847
|
+
"name": "styles",
|
|
1848
|
+
"type": {
|
|
1849
|
+
"text": "ElementStyles | void | null"
|
|
1850
|
+
},
|
|
1851
|
+
"privacy": "public",
|
|
1852
|
+
"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.",
|
|
1853
|
+
"inheritedFrom": {
|
|
1854
|
+
"name": "FoundationElement",
|
|
1855
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"kind": "method",
|
|
1860
|
+
"name": "stylesChanged",
|
|
1882
1861
|
"privacy": "protected",
|
|
1883
1862
|
"return": {
|
|
1884
1863
|
"type": {
|
|
@@ -1922,78 +1901,107 @@
|
|
|
1922
1901
|
}
|
|
1923
1902
|
}
|
|
1924
1903
|
],
|
|
1925
|
-
"
|
|
1904
|
+
"attributes": [
|
|
1926
1905
|
{
|
|
1927
|
-
"
|
|
1928
|
-
"
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1906
|
+
"name": "is-vertical",
|
|
1907
|
+
"type": {
|
|
1908
|
+
"text": "boolean"
|
|
1909
|
+
},
|
|
1910
|
+
"default": "false",
|
|
1911
|
+
"fieldName": "isVertical"
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"name": "add-default-actions",
|
|
1915
|
+
"type": {
|
|
1916
|
+
"text": "boolean"
|
|
1917
|
+
},
|
|
1918
|
+
"default": "true",
|
|
1919
|
+
"fieldName": "addDefaultActions"
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"name": "auto-close-on-action",
|
|
1923
|
+
"type": {
|
|
1924
|
+
"text": "boolean"
|
|
1925
|
+
},
|
|
1926
|
+
"default": "true",
|
|
1927
|
+
"fieldName": "autoCloseOnAction"
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"name": "name",
|
|
1931
|
+
"type": {
|
|
1932
|
+
"text": "string"
|
|
1933
|
+
},
|
|
1934
|
+
"default": "'Actions'",
|
|
1935
|
+
"fieldName": "name"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"name": "open",
|
|
1939
|
+
"type": {
|
|
1940
|
+
"text": "boolean"
|
|
1941
|
+
},
|
|
1942
|
+
"default": "false",
|
|
1943
|
+
"fieldName": "open"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"name": "buttonAppearance",
|
|
1947
|
+
"type": {
|
|
1948
|
+
"text": "string"
|
|
1949
|
+
},
|
|
1950
|
+
"fieldName": "buttonAppearance"
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "hide-disabled",
|
|
1954
|
+
"type": {
|
|
1955
|
+
"text": "boolean"
|
|
1956
|
+
},
|
|
1957
|
+
"default": "false",
|
|
1958
|
+
"fieldName": "hideDisabled"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"name": "hide-menu-single-option",
|
|
1962
|
+
"type": {
|
|
1963
|
+
"text": "boolean"
|
|
1964
|
+
},
|
|
1965
|
+
"default": "false",
|
|
1966
|
+
"fieldName": "hideMenuSingleOption"
|
|
1933
1967
|
}
|
|
1934
|
-
]
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1939
|
-
"type": {
|
|
1940
|
-
"text": "ShadowRootInit"
|
|
1941
|
-
},
|
|
1942
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"kind": "variable",
|
|
1946
|
-
"name": "defaultAccordionItemConfig",
|
|
1947
|
-
"type": {
|
|
1948
|
-
"text": "object"
|
|
1968
|
+
],
|
|
1969
|
+
"superclass": {
|
|
1970
|
+
"name": "FoundationElement",
|
|
1971
|
+
"package": "@microsoft/fast-foundation"
|
|
1949
1972
|
},
|
|
1950
|
-
"
|
|
1973
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1974
|
+
"customElement": true
|
|
1951
1975
|
},
|
|
1952
1976
|
{
|
|
1953
1977
|
"kind": "variable",
|
|
1954
|
-
"name": "
|
|
1955
|
-
"description": "The Foundation
|
|
1978
|
+
"name": "foundationActionsMenu",
|
|
1979
|
+
"description": "The Foundation Actions Menu",
|
|
1956
1980
|
"privacy": "public"
|
|
1957
1981
|
}
|
|
1958
1982
|
],
|
|
1959
1983
|
"exports": [
|
|
1960
1984
|
{
|
|
1961
1985
|
"kind": "js",
|
|
1962
|
-
"name": "
|
|
1986
|
+
"name": "ActionsMenu",
|
|
1963
1987
|
"declaration": {
|
|
1964
|
-
"name": "
|
|
1965
|
-
"module": "src/
|
|
1988
|
+
"name": "ActionsMenu",
|
|
1989
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1966
1990
|
}
|
|
1967
1991
|
},
|
|
1968
1992
|
{
|
|
1969
1993
|
"kind": "js",
|
|
1970
|
-
"name": "
|
|
1994
|
+
"name": "foundationActionsMenu",
|
|
1971
1995
|
"declaration": {
|
|
1972
|
-
"name": "
|
|
1973
|
-
"module": "src/
|
|
1974
|
-
}
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"kind": "js",
|
|
1978
|
-
"name": "defaultAccordionItemConfig",
|
|
1979
|
-
"declaration": {
|
|
1980
|
-
"name": "defaultAccordionItemConfig",
|
|
1981
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1982
|
-
}
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"kind": "js",
|
|
1986
|
-
"name": "foundationAccordionItem",
|
|
1987
|
-
"declaration": {
|
|
1988
|
-
"name": "foundationAccordionItem",
|
|
1989
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1996
|
+
"name": "foundationActionsMenu",
|
|
1997
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1990
1998
|
}
|
|
1991
1999
|
}
|
|
1992
2000
|
]
|
|
1993
2001
|
},
|
|
1994
2002
|
{
|
|
1995
2003
|
"kind": "javascript-module",
|
|
1996
|
-
"path": "src/
|
|
2004
|
+
"path": "src/actions-menu/index.ts",
|
|
1997
2005
|
"declarations": [],
|
|
1998
2006
|
"exports": [
|
|
1999
2007
|
{
|
|
@@ -2001,7 +2009,7 @@
|
|
|
2001
2009
|
"name": "*",
|
|
2002
2010
|
"declaration": {
|
|
2003
2011
|
"name": "*",
|
|
2004
|
-
"package": "./
|
|
2012
|
+
"package": "./actions-menu.styles"
|
|
2005
2013
|
}
|
|
2006
2014
|
},
|
|
2007
2015
|
{
|
|
@@ -2009,7 +2017,7 @@
|
|
|
2009
2017
|
"name": "*",
|
|
2010
2018
|
"declaration": {
|
|
2011
2019
|
"name": "*",
|
|
2012
|
-
"package": "./
|
|
2020
|
+
"package": "./actions-menu.template"
|
|
2013
2021
|
}
|
|
2014
2022
|
},
|
|
2015
2023
|
{
|
|
@@ -2017,7 +2025,7 @@
|
|
|
2017
2025
|
"name": "*",
|
|
2018
2026
|
"declaration": {
|
|
2019
2027
|
"name": "*",
|
|
2020
|
-
"package": "./
|
|
2028
|
+
"package": "./actions-menu"
|
|
2021
2029
|
}
|
|
2022
2030
|
}
|
|
2023
2031
|
]
|
|
@@ -9750,6 +9758,27 @@
|
|
|
9750
9758
|
}
|
|
9751
9759
|
]
|
|
9752
9760
|
},
|
|
9761
|
+
{
|
|
9762
|
+
"kind": "javascript-module",
|
|
9763
|
+
"path": "src/context/app.ts",
|
|
9764
|
+
"declarations": [],
|
|
9765
|
+
"exports": []
|
|
9766
|
+
},
|
|
9767
|
+
{
|
|
9768
|
+
"kind": "javascript-module",
|
|
9769
|
+
"path": "src/context/index.ts",
|
|
9770
|
+
"declarations": [],
|
|
9771
|
+
"exports": [
|
|
9772
|
+
{
|
|
9773
|
+
"kind": "js",
|
|
9774
|
+
"name": "*",
|
|
9775
|
+
"declaration": {
|
|
9776
|
+
"name": "*",
|
|
9777
|
+
"package": "./app"
|
|
9778
|
+
}
|
|
9779
|
+
}
|
|
9780
|
+
]
|
|
9781
|
+
},
|
|
9753
9782
|
{
|
|
9754
9783
|
"kind": "javascript-module",
|
|
9755
9784
|
"path": "src/data-grid/data-grid.styles.ts",
|
|
@@ -22464,7 +22493,7 @@
|
|
|
22464
22493
|
},
|
|
22465
22494
|
{
|
|
22466
22495
|
"kind": "javascript-module",
|
|
22467
|
-
"path": "src/menu/index.ts",
|
|
22496
|
+
"path": "src/menu-item/index.ts",
|
|
22468
22497
|
"declarations": [],
|
|
22469
22498
|
"exports": [
|
|
22470
22499
|
{
|
|
@@ -22472,7 +22501,7 @@
|
|
|
22472
22501
|
"name": "*",
|
|
22473
22502
|
"declaration": {
|
|
22474
22503
|
"name": "*",
|
|
22475
|
-
"package": "./menu.template"
|
|
22504
|
+
"package": "./menu-item.template"
|
|
22476
22505
|
}
|
|
22477
22506
|
},
|
|
22478
22507
|
{
|
|
@@ -22480,7 +22509,7 @@
|
|
|
22480
22509
|
"name": "*",
|
|
22481
22510
|
"declaration": {
|
|
22482
22511
|
"name": "*",
|
|
22483
|
-
"package": "./menu.styles"
|
|
22512
|
+
"package": "./menu-item.styles"
|
|
22484
22513
|
}
|
|
22485
22514
|
},
|
|
22486
22515
|
{
|
|
@@ -22488,18 +22517,18 @@
|
|
|
22488
22517
|
"name": "*",
|
|
22489
22518
|
"declaration": {
|
|
22490
22519
|
"name": "*",
|
|
22491
|
-
"package": "./menu"
|
|
22520
|
+
"package": "./menu-item"
|
|
22492
22521
|
}
|
|
22493
22522
|
}
|
|
22494
22523
|
]
|
|
22495
22524
|
},
|
|
22496
22525
|
{
|
|
22497
22526
|
"kind": "javascript-module",
|
|
22498
|
-
"path": "src/menu/menu.styles.ts",
|
|
22527
|
+
"path": "src/menu-item/menu-item.styles.ts",
|
|
22499
22528
|
"declarations": [
|
|
22500
22529
|
{
|
|
22501
22530
|
"kind": "function",
|
|
22502
|
-
"name": "
|
|
22531
|
+
"name": "foundationMenuItemStyles",
|
|
22503
22532
|
"return": {
|
|
22504
22533
|
"type": {
|
|
22505
22534
|
"text": "ElementStyles"
|
|
@@ -22515,7 +22544,7 @@
|
|
|
22515
22544
|
{
|
|
22516
22545
|
"name": "definition",
|
|
22517
22546
|
"type": {
|
|
22518
|
-
"text": "
|
|
22547
|
+
"text": "MenuItemOptions"
|
|
22519
22548
|
}
|
|
22520
22549
|
}
|
|
22521
22550
|
]
|
|
@@ -22524,24 +22553,24 @@
|
|
|
22524
22553
|
"exports": [
|
|
22525
22554
|
{
|
|
22526
22555
|
"kind": "js",
|
|
22527
|
-
"name": "
|
|
22556
|
+
"name": "foundationMenuItemStyles",
|
|
22528
22557
|
"declaration": {
|
|
22529
|
-
"name": "
|
|
22530
|
-
"module": "src/menu/menu.styles.ts"
|
|
22558
|
+
"name": "foundationMenuItemStyles",
|
|
22559
|
+
"module": "src/menu-item/menu-item.styles.ts"
|
|
22531
22560
|
}
|
|
22532
22561
|
}
|
|
22533
22562
|
]
|
|
22534
22563
|
},
|
|
22535
22564
|
{
|
|
22536
22565
|
"kind": "javascript-module",
|
|
22537
|
-
"path": "src/menu/menu.template.ts",
|
|
22566
|
+
"path": "src/menu-item/menu-item.template.ts",
|
|
22538
22567
|
"declarations": [
|
|
22539
22568
|
{
|
|
22540
22569
|
"kind": "function",
|
|
22541
|
-
"name": "
|
|
22570
|
+
"name": "foundationMenuItemTemplate",
|
|
22542
22571
|
"return": {
|
|
22543
22572
|
"type": {
|
|
22544
|
-
"text": "ViewTemplate<
|
|
22573
|
+
"text": "ViewTemplate<MenuItem>"
|
|
22545
22574
|
}
|
|
22546
22575
|
},
|
|
22547
22576
|
"parameters": [
|
|
@@ -22554,7 +22583,7 @@
|
|
|
22554
22583
|
{
|
|
22555
22584
|
"name": "definition",
|
|
22556
22585
|
"type": {
|
|
22557
|
-
"text": "
|
|
22586
|
+
"text": "MenuItemOptions"
|
|
22558
22587
|
}
|
|
22559
22588
|
}
|
|
22560
22589
|
]
|
|
@@ -22563,32 +22592,83 @@
|
|
|
22563
22592
|
"exports": [
|
|
22564
22593
|
{
|
|
22565
22594
|
"kind": "js",
|
|
22566
|
-
"name": "
|
|
22595
|
+
"name": "foundationMenuItemTemplate",
|
|
22567
22596
|
"declaration": {
|
|
22568
|
-
"name": "
|
|
22569
|
-
"module": "src/menu/menu.template.ts"
|
|
22597
|
+
"name": "foundationMenuItemTemplate",
|
|
22598
|
+
"module": "src/menu-item/menu-item.template.ts"
|
|
22570
22599
|
}
|
|
22571
22600
|
}
|
|
22572
22601
|
]
|
|
22573
22602
|
},
|
|
22574
22603
|
{
|
|
22575
22604
|
"kind": "javascript-module",
|
|
22576
|
-
"path": "src/menu/menu.ts",
|
|
22605
|
+
"path": "src/menu-item/menu-item.ts",
|
|
22577
22606
|
"declarations": [
|
|
22578
22607
|
{
|
|
22579
22608
|
"kind": "class",
|
|
22580
22609
|
"description": "",
|
|
22581
|
-
"name": "
|
|
22610
|
+
"name": "MenuItem",
|
|
22582
22611
|
"superclass": {
|
|
22583
|
-
"name": "
|
|
22612
|
+
"name": "FASTMenuItem",
|
|
22584
22613
|
"package": "@microsoft/fast-components"
|
|
22585
22614
|
},
|
|
22586
|
-
"tagName": "%%prefix%%-menu",
|
|
22615
|
+
"tagName": "%%prefix%%-menu-item",
|
|
22587
22616
|
"customElement": true,
|
|
22617
|
+
"attributes": [
|
|
22618
|
+
{
|
|
22619
|
+
"type": {
|
|
22620
|
+
"text": "boolean"
|
|
22621
|
+
},
|
|
22622
|
+
"description": "The disabled state of the element.",
|
|
22623
|
+
"fieldName": "disabled",
|
|
22624
|
+
"inheritedFrom": {
|
|
22625
|
+
"name": "MenuItem",
|
|
22626
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22627
|
+
}
|
|
22628
|
+
},
|
|
22629
|
+
{
|
|
22630
|
+
"name": "role",
|
|
22631
|
+
"type": {
|
|
22632
|
+
"text": "MenuItemRole"
|
|
22633
|
+
},
|
|
22634
|
+
"description": "The role of the element.",
|
|
22635
|
+
"fieldName": "role",
|
|
22636
|
+
"inheritedFrom": {
|
|
22637
|
+
"name": "MenuItem",
|
|
22638
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22639
|
+
}
|
|
22640
|
+
}
|
|
22641
|
+
],
|
|
22588
22642
|
"members": [
|
|
22643
|
+
{
|
|
22644
|
+
"kind": "field",
|
|
22645
|
+
"name": "disabled",
|
|
22646
|
+
"type": {
|
|
22647
|
+
"text": "boolean"
|
|
22648
|
+
},
|
|
22649
|
+
"privacy": "public",
|
|
22650
|
+
"description": "The disabled state of the element.",
|
|
22651
|
+
"inheritedFrom": {
|
|
22652
|
+
"name": "MenuItem",
|
|
22653
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22654
|
+
}
|
|
22655
|
+
},
|
|
22656
|
+
{
|
|
22657
|
+
"kind": "field",
|
|
22658
|
+
"name": "expanded",
|
|
22659
|
+
"type": {
|
|
22660
|
+
"text": "boolean"
|
|
22661
|
+
},
|
|
22662
|
+
"privacy": "public",
|
|
22663
|
+
"description": "The expanded state of the element.",
|
|
22664
|
+
"inheritedFrom": {
|
|
22665
|
+
"name": "MenuItem",
|
|
22666
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22667
|
+
}
|
|
22668
|
+
},
|
|
22589
22669
|
{
|
|
22590
22670
|
"kind": "method",
|
|
22591
|
-
"name": "
|
|
22671
|
+
"name": "expandedChanged",
|
|
22592
22672
|
"privacy": "private",
|
|
22593
22673
|
"return": {
|
|
22594
22674
|
"type": {
|
|
@@ -22599,237 +22679,133 @@
|
|
|
22599
22679
|
{
|
|
22600
22680
|
"name": "oldValue",
|
|
22601
22681
|
"type": {
|
|
22602
|
-
"text": "
|
|
22603
|
-
}
|
|
22604
|
-
},
|
|
22605
|
-
{
|
|
22606
|
-
"name": "newValue",
|
|
22607
|
-
"type": {
|
|
22608
|
-
"text": "HTMLElement[]"
|
|
22682
|
+
"text": "boolean"
|
|
22609
22683
|
}
|
|
22610
22684
|
}
|
|
22611
22685
|
],
|
|
22612
22686
|
"inheritedFrom": {
|
|
22613
|
-
"name": "
|
|
22614
|
-
"module": "src/menu/menu.ts"
|
|
22687
|
+
"name": "MenuItem",
|
|
22688
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22615
22689
|
}
|
|
22616
22690
|
},
|
|
22617
22691
|
{
|
|
22618
22692
|
"kind": "field",
|
|
22619
|
-
"name": "
|
|
22693
|
+
"name": "role",
|
|
22620
22694
|
"type": {
|
|
22621
|
-
"text": "
|
|
22695
|
+
"text": "MenuItemRole"
|
|
22622
22696
|
},
|
|
22623
|
-
"privacy": "
|
|
22697
|
+
"privacy": "public",
|
|
22698
|
+
"description": "The role of the element.",
|
|
22624
22699
|
"inheritedFrom": {
|
|
22625
|
-
"name": "
|
|
22626
|
-
"module": "src/menu/menu.ts"
|
|
22700
|
+
"name": "MenuItem",
|
|
22701
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22627
22702
|
}
|
|
22628
22703
|
},
|
|
22629
22704
|
{
|
|
22630
22705
|
"kind": "field",
|
|
22631
|
-
"name": "
|
|
22706
|
+
"name": "checked",
|
|
22632
22707
|
"type": {
|
|
22633
|
-
"text": "
|
|
22708
|
+
"text": "boolean"
|
|
22634
22709
|
},
|
|
22710
|
+
"privacy": "public",
|
|
22711
|
+
"description": "The checked value of the element.",
|
|
22712
|
+
"inheritedFrom": {
|
|
22713
|
+
"name": "MenuItem",
|
|
22714
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22715
|
+
}
|
|
22716
|
+
},
|
|
22717
|
+
{
|
|
22718
|
+
"kind": "method",
|
|
22719
|
+
"name": "checkedChanged",
|
|
22635
22720
|
"privacy": "private",
|
|
22636
|
-
"
|
|
22721
|
+
"return": {
|
|
22722
|
+
"type": {
|
|
22723
|
+
"text": "void"
|
|
22724
|
+
}
|
|
22725
|
+
},
|
|
22726
|
+
"parameters": [
|
|
22727
|
+
{
|
|
22728
|
+
"name": "oldValue",
|
|
22729
|
+
"type": {
|
|
22730
|
+
"text": "boolean"
|
|
22731
|
+
}
|
|
22732
|
+
},
|
|
22733
|
+
{
|
|
22734
|
+
"name": "newValue",
|
|
22735
|
+
"type": {
|
|
22736
|
+
"text": "boolean"
|
|
22737
|
+
}
|
|
22738
|
+
}
|
|
22739
|
+
],
|
|
22637
22740
|
"inheritedFrom": {
|
|
22638
|
-
"name": "
|
|
22639
|
-
"module": "src/menu/menu.ts"
|
|
22741
|
+
"name": "MenuItem",
|
|
22742
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22640
22743
|
}
|
|
22641
22744
|
},
|
|
22642
22745
|
{
|
|
22643
22746
|
"kind": "field",
|
|
22644
|
-
"name": "
|
|
22747
|
+
"name": "focusSubmenuOnLoad",
|
|
22645
22748
|
"type": {
|
|
22646
|
-
"text": "
|
|
22749
|
+
"text": "boolean"
|
|
22647
22750
|
},
|
|
22648
22751
|
"privacy": "private",
|
|
22649
|
-
"default": "
|
|
22650
|
-
"description": "The index of the focusable element in the items array\ndefaults to -1",
|
|
22752
|
+
"default": "false",
|
|
22651
22753
|
"inheritedFrom": {
|
|
22652
|
-
"name": "
|
|
22653
|
-
"module": "src/menu/menu.ts"
|
|
22754
|
+
"name": "MenuItem",
|
|
22755
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22654
22756
|
}
|
|
22655
22757
|
},
|
|
22656
22758
|
{
|
|
22657
22759
|
"kind": "field",
|
|
22658
|
-
"name": "
|
|
22760
|
+
"name": "observer",
|
|
22659
22761
|
"type": {
|
|
22660
|
-
"text": "
|
|
22762
|
+
"text": "MutationObserver | undefined"
|
|
22661
22763
|
},
|
|
22662
22764
|
"privacy": "private",
|
|
22663
|
-
"static": true,
|
|
22664
|
-
"default": "roleForMenuItem",
|
|
22665
22765
|
"inheritedFrom": {
|
|
22666
|
-
"name": "
|
|
22667
|
-
"module": "src/menu/menu.ts"
|
|
22766
|
+
"name": "MenuItem",
|
|
22767
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22668
22768
|
}
|
|
22669
22769
|
},
|
|
22670
22770
|
{
|
|
22671
22771
|
"kind": "method",
|
|
22672
|
-
"name": "
|
|
22673
|
-
"privacy": "
|
|
22772
|
+
"name": "domChildren",
|
|
22773
|
+
"privacy": "private",
|
|
22674
22774
|
"return": {
|
|
22675
22775
|
"type": {
|
|
22676
|
-
"text": "
|
|
22776
|
+
"text": "Element[]"
|
|
22677
22777
|
}
|
|
22678
22778
|
},
|
|
22679
|
-
"description": "
|
|
22779
|
+
"description": "get an array of valid DOM children",
|
|
22680
22780
|
"inheritedFrom": {
|
|
22681
|
-
"name": "
|
|
22682
|
-
"module": "src/menu/menu.ts"
|
|
22781
|
+
"name": "MenuItem",
|
|
22782
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22683
22783
|
}
|
|
22684
22784
|
},
|
|
22685
22785
|
{
|
|
22686
|
-
"kind": "
|
|
22687
|
-
"name": "
|
|
22688
|
-
"
|
|
22689
|
-
|
|
22690
|
-
"type": {
|
|
22691
|
-
"text": "void"
|
|
22692
|
-
}
|
|
22786
|
+
"kind": "field",
|
|
22787
|
+
"name": "_presentation",
|
|
22788
|
+
"type": {
|
|
22789
|
+
"text": "ComponentPresentation | null | undefined"
|
|
22693
22790
|
},
|
|
22694
|
-
"
|
|
22791
|
+
"privacy": "private",
|
|
22792
|
+
"default": "void 0",
|
|
22695
22793
|
"inheritedFrom": {
|
|
22696
|
-
"name": "
|
|
22697
|
-
"module": "src/
|
|
22794
|
+
"name": "FoundationElement",
|
|
22795
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
22698
22796
|
}
|
|
22699
22797
|
},
|
|
22700
22798
|
{
|
|
22701
22799
|
"kind": "field",
|
|
22702
|
-
"name": "
|
|
22703
|
-
"
|
|
22800
|
+
"name": "$presentation",
|
|
22801
|
+
"type": {
|
|
22802
|
+
"text": "ComponentPresentation | null"
|
|
22803
|
+
},
|
|
22804
|
+
"privacy": "public",
|
|
22805
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
22704
22806
|
"inheritedFrom": {
|
|
22705
|
-
"name": "
|
|
22706
|
-
"module": "src/
|
|
22707
|
-
}
|
|
22708
|
-
},
|
|
22709
|
-
{
|
|
22710
|
-
"kind": "field",
|
|
22711
|
-
"name": "handleExpandedChanged",
|
|
22712
|
-
"privacy": "private",
|
|
22713
|
-
"inheritedFrom": {
|
|
22714
|
-
"name": "Menu",
|
|
22715
|
-
"module": "src/menu/menu.ts"
|
|
22716
|
-
}
|
|
22717
|
-
},
|
|
22718
|
-
{
|
|
22719
|
-
"kind": "field",
|
|
22720
|
-
"name": "removeItemListeners",
|
|
22721
|
-
"privacy": "private",
|
|
22722
|
-
"inheritedFrom": {
|
|
22723
|
-
"name": "Menu",
|
|
22724
|
-
"module": "src/menu/menu.ts"
|
|
22725
|
-
}
|
|
22726
|
-
},
|
|
22727
|
-
{
|
|
22728
|
-
"kind": "field",
|
|
22729
|
-
"name": "setItems",
|
|
22730
|
-
"privacy": "private",
|
|
22731
|
-
"inheritedFrom": {
|
|
22732
|
-
"name": "Menu",
|
|
22733
|
-
"module": "src/menu/menu.ts"
|
|
22734
|
-
}
|
|
22735
|
-
},
|
|
22736
|
-
{
|
|
22737
|
-
"kind": "field",
|
|
22738
|
-
"name": "changeHandler",
|
|
22739
|
-
"privacy": "private",
|
|
22740
|
-
"description": "handle change from child element",
|
|
22741
|
-
"inheritedFrom": {
|
|
22742
|
-
"name": "Menu",
|
|
22743
|
-
"module": "src/menu/menu.ts"
|
|
22744
|
-
}
|
|
22745
|
-
},
|
|
22746
|
-
{
|
|
22747
|
-
"kind": "method",
|
|
22748
|
-
"name": "domChildren",
|
|
22749
|
-
"privacy": "private",
|
|
22750
|
-
"return": {
|
|
22751
|
-
"type": {
|
|
22752
|
-
"text": "Element[]"
|
|
22753
|
-
}
|
|
22754
|
-
},
|
|
22755
|
-
"description": "get an array of valid DOM children",
|
|
22756
|
-
"inheritedFrom": {
|
|
22757
|
-
"name": "Menu",
|
|
22758
|
-
"module": "src/menu/menu.ts"
|
|
22759
|
-
}
|
|
22760
|
-
},
|
|
22761
|
-
{
|
|
22762
|
-
"kind": "field",
|
|
22763
|
-
"name": "isMenuItemElement",
|
|
22764
|
-
"privacy": "private",
|
|
22765
|
-
"description": "check if the item is a menu item",
|
|
22766
|
-
"inheritedFrom": {
|
|
22767
|
-
"name": "Menu",
|
|
22768
|
-
"module": "src/menu/menu.ts"
|
|
22769
|
-
}
|
|
22770
|
-
},
|
|
22771
|
-
{
|
|
22772
|
-
"kind": "field",
|
|
22773
|
-
"name": "isFocusableElement",
|
|
22774
|
-
"privacy": "private",
|
|
22775
|
-
"description": "check if the item is focusable",
|
|
22776
|
-
"inheritedFrom": {
|
|
22777
|
-
"name": "Menu",
|
|
22778
|
-
"module": "src/menu/menu.ts"
|
|
22779
|
-
}
|
|
22780
|
-
},
|
|
22781
|
-
{
|
|
22782
|
-
"kind": "method",
|
|
22783
|
-
"name": "setFocus",
|
|
22784
|
-
"privacy": "private",
|
|
22785
|
-
"return": {
|
|
22786
|
-
"type": {
|
|
22787
|
-
"text": "void"
|
|
22788
|
-
}
|
|
22789
|
-
},
|
|
22790
|
-
"parameters": [
|
|
22791
|
-
{
|
|
22792
|
-
"name": "focusIndex",
|
|
22793
|
-
"type": {
|
|
22794
|
-
"text": "number"
|
|
22795
|
-
}
|
|
22796
|
-
},
|
|
22797
|
-
{
|
|
22798
|
-
"name": "adjustment",
|
|
22799
|
-
"type": {
|
|
22800
|
-
"text": "number"
|
|
22801
|
-
}
|
|
22802
|
-
}
|
|
22803
|
-
],
|
|
22804
|
-
"inheritedFrom": {
|
|
22805
|
-
"name": "Menu",
|
|
22806
|
-
"module": "src/menu/menu.ts"
|
|
22807
|
-
}
|
|
22808
|
-
},
|
|
22809
|
-
{
|
|
22810
|
-
"kind": "field",
|
|
22811
|
-
"name": "_presentation",
|
|
22812
|
-
"type": {
|
|
22813
|
-
"text": "ComponentPresentation | null | undefined"
|
|
22814
|
-
},
|
|
22815
|
-
"privacy": "private",
|
|
22816
|
-
"default": "void 0",
|
|
22817
|
-
"inheritedFrom": {
|
|
22818
|
-
"name": "FoundationElement",
|
|
22819
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22820
|
-
}
|
|
22821
|
-
},
|
|
22822
|
-
{
|
|
22823
|
-
"kind": "field",
|
|
22824
|
-
"name": "$presentation",
|
|
22825
|
-
"type": {
|
|
22826
|
-
"text": "ComponentPresentation | null"
|
|
22827
|
-
},
|
|
22828
|
-
"privacy": "public",
|
|
22829
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
22830
|
-
"inheritedFrom": {
|
|
22831
|
-
"name": "FoundationElement",
|
|
22832
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22807
|
+
"name": "FoundationElement",
|
|
22808
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
22833
22809
|
}
|
|
22834
22810
|
},
|
|
22835
22811
|
{
|
|
@@ -22917,11 +22893,29 @@
|
|
|
22917
22893
|
"module": "src/foundation-element/foundation-element.ts"
|
|
22918
22894
|
}
|
|
22919
22895
|
}
|
|
22896
|
+
],
|
|
22897
|
+
"events": [
|
|
22898
|
+
{
|
|
22899
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
22900
|
+
"name": "expanded-change",
|
|
22901
|
+
"inheritedFrom": {
|
|
22902
|
+
"name": "MenuItem",
|
|
22903
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22904
|
+
}
|
|
22905
|
+
},
|
|
22906
|
+
{
|
|
22907
|
+
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
22908
|
+
"name": "change",
|
|
22909
|
+
"inheritedFrom": {
|
|
22910
|
+
"name": "MenuItem",
|
|
22911
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22912
|
+
}
|
|
22913
|
+
}
|
|
22920
22914
|
]
|
|
22921
22915
|
},
|
|
22922
22916
|
{
|
|
22923
22917
|
"kind": "variable",
|
|
22924
|
-
"name": "
|
|
22918
|
+
"name": "foundationMenuItemShadowOptions",
|
|
22925
22919
|
"type": {
|
|
22926
22920
|
"text": "ShadowRootInit"
|
|
22927
22921
|
},
|
|
@@ -22929,57 +22923,57 @@
|
|
|
22929
22923
|
},
|
|
22930
22924
|
{
|
|
22931
22925
|
"kind": "variable",
|
|
22932
|
-
"name": "
|
|
22926
|
+
"name": "defaultMenuItemConfig",
|
|
22933
22927
|
"type": {
|
|
22934
22928
|
"text": "object"
|
|
22935
22929
|
},
|
|
22936
|
-
"default": "{}"
|
|
22930
|
+
"default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
|
|
22937
22931
|
},
|
|
22938
22932
|
{
|
|
22939
22933
|
"kind": "variable",
|
|
22940
|
-
"name": "
|
|
22941
|
-
"description": "The Foundation Menu",
|
|
22934
|
+
"name": "foundationMenuItem",
|
|
22935
|
+
"description": "The Foundation Menu Item",
|
|
22942
22936
|
"privacy": "public"
|
|
22943
22937
|
}
|
|
22944
22938
|
],
|
|
22945
22939
|
"exports": [
|
|
22946
22940
|
{
|
|
22947
22941
|
"kind": "js",
|
|
22948
|
-
"name": "
|
|
22942
|
+
"name": "MenuItem",
|
|
22949
22943
|
"declaration": {
|
|
22950
|
-
"name": "
|
|
22951
|
-
"module": "src/menu/menu.ts"
|
|
22944
|
+
"name": "MenuItem",
|
|
22945
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22952
22946
|
}
|
|
22953
22947
|
},
|
|
22954
22948
|
{
|
|
22955
22949
|
"kind": "js",
|
|
22956
|
-
"name": "
|
|
22950
|
+
"name": "foundationMenuItemShadowOptions",
|
|
22957
22951
|
"declaration": {
|
|
22958
|
-
"name": "
|
|
22959
|
-
"module": "src/menu/menu.ts"
|
|
22952
|
+
"name": "foundationMenuItemShadowOptions",
|
|
22953
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22960
22954
|
}
|
|
22961
22955
|
},
|
|
22962
22956
|
{
|
|
22963
22957
|
"kind": "js",
|
|
22964
|
-
"name": "
|
|
22958
|
+
"name": "defaultMenuItemConfig",
|
|
22965
22959
|
"declaration": {
|
|
22966
|
-
"name": "
|
|
22967
|
-
"module": "src/menu/menu.ts"
|
|
22960
|
+
"name": "defaultMenuItemConfig",
|
|
22961
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22968
22962
|
}
|
|
22969
22963
|
},
|
|
22970
22964
|
{
|
|
22971
22965
|
"kind": "js",
|
|
22972
|
-
"name": "
|
|
22966
|
+
"name": "foundationMenuItem",
|
|
22973
22967
|
"declaration": {
|
|
22974
|
-
"name": "
|
|
22975
|
-
"module": "src/menu/menu.ts"
|
|
22968
|
+
"name": "foundationMenuItem",
|
|
22969
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22976
22970
|
}
|
|
22977
22971
|
}
|
|
22978
22972
|
]
|
|
22979
22973
|
},
|
|
22980
22974
|
{
|
|
22981
22975
|
"kind": "javascript-module",
|
|
22982
|
-
"path": "src/menu
|
|
22976
|
+
"path": "src/menu/index.ts",
|
|
22983
22977
|
"declarations": [],
|
|
22984
22978
|
"exports": [
|
|
22985
22979
|
{
|
|
@@ -22987,7 +22981,7 @@
|
|
|
22987
22981
|
"name": "*",
|
|
22988
22982
|
"declaration": {
|
|
22989
22983
|
"name": "*",
|
|
22990
|
-
"package": "./menu
|
|
22984
|
+
"package": "./menu.template"
|
|
22991
22985
|
}
|
|
22992
22986
|
},
|
|
22993
22987
|
{
|
|
@@ -22995,7 +22989,7 @@
|
|
|
22995
22989
|
"name": "*",
|
|
22996
22990
|
"declaration": {
|
|
22997
22991
|
"name": "*",
|
|
22998
|
-
"package": "./menu
|
|
22992
|
+
"package": "./menu.styles"
|
|
22999
22993
|
}
|
|
23000
22994
|
},
|
|
23001
22995
|
{
|
|
@@ -23003,18 +22997,18 @@
|
|
|
23003
22997
|
"name": "*",
|
|
23004
22998
|
"declaration": {
|
|
23005
22999
|
"name": "*",
|
|
23006
|
-
"package": "./menu
|
|
23000
|
+
"package": "./menu"
|
|
23007
23001
|
}
|
|
23008
23002
|
}
|
|
23009
23003
|
]
|
|
23010
23004
|
},
|
|
23011
23005
|
{
|
|
23012
23006
|
"kind": "javascript-module",
|
|
23013
|
-
"path": "src/menu
|
|
23007
|
+
"path": "src/menu/menu.styles.ts",
|
|
23014
23008
|
"declarations": [
|
|
23015
23009
|
{
|
|
23016
23010
|
"kind": "function",
|
|
23017
|
-
"name": "
|
|
23011
|
+
"name": "foundationMenuStyles",
|
|
23018
23012
|
"return": {
|
|
23019
23013
|
"type": {
|
|
23020
23014
|
"text": "ElementStyles"
|
|
@@ -23030,7 +23024,7 @@
|
|
|
23030
23024
|
{
|
|
23031
23025
|
"name": "definition",
|
|
23032
23026
|
"type": {
|
|
23033
|
-
"text": "
|
|
23027
|
+
"text": "FoundationElementDefinition"
|
|
23034
23028
|
}
|
|
23035
23029
|
}
|
|
23036
23030
|
]
|
|
@@ -23039,24 +23033,24 @@
|
|
|
23039
23033
|
"exports": [
|
|
23040
23034
|
{
|
|
23041
23035
|
"kind": "js",
|
|
23042
|
-
"name": "
|
|
23036
|
+
"name": "foundationMenuStyles",
|
|
23043
23037
|
"declaration": {
|
|
23044
|
-
"name": "
|
|
23045
|
-
"module": "src/menu
|
|
23038
|
+
"name": "foundationMenuStyles",
|
|
23039
|
+
"module": "src/menu/menu.styles.ts"
|
|
23046
23040
|
}
|
|
23047
23041
|
}
|
|
23048
23042
|
]
|
|
23049
23043
|
},
|
|
23050
23044
|
{
|
|
23051
23045
|
"kind": "javascript-module",
|
|
23052
|
-
"path": "src/menu
|
|
23046
|
+
"path": "src/menu/menu.template.ts",
|
|
23053
23047
|
"declarations": [
|
|
23054
23048
|
{
|
|
23055
23049
|
"kind": "function",
|
|
23056
|
-
"name": "
|
|
23050
|
+
"name": "foundationMenuTemplate",
|
|
23057
23051
|
"return": {
|
|
23058
23052
|
"type": {
|
|
23059
|
-
"text": "ViewTemplate<
|
|
23053
|
+
"text": "ViewTemplate<Menu>"
|
|
23060
23054
|
}
|
|
23061
23055
|
},
|
|
23062
23056
|
"parameters": [
|
|
@@ -23069,7 +23063,7 @@
|
|
|
23069
23063
|
{
|
|
23070
23064
|
"name": "definition",
|
|
23071
23065
|
"type": {
|
|
23072
|
-
"text": "
|
|
23066
|
+
"text": "FoundationElementDefinition"
|
|
23073
23067
|
}
|
|
23074
23068
|
}
|
|
23075
23069
|
]
|
|
@@ -23078,194 +23072,247 @@
|
|
|
23078
23072
|
"exports": [
|
|
23079
23073
|
{
|
|
23080
23074
|
"kind": "js",
|
|
23081
|
-
"name": "
|
|
23075
|
+
"name": "foundationMenuTemplate",
|
|
23082
23076
|
"declaration": {
|
|
23083
|
-
"name": "
|
|
23084
|
-
"module": "src/menu
|
|
23077
|
+
"name": "foundationMenuTemplate",
|
|
23078
|
+
"module": "src/menu/menu.template.ts"
|
|
23085
23079
|
}
|
|
23086
23080
|
}
|
|
23087
23081
|
]
|
|
23088
23082
|
},
|
|
23089
23083
|
{
|
|
23090
23084
|
"kind": "javascript-module",
|
|
23091
|
-
"path": "src/menu
|
|
23085
|
+
"path": "src/menu/menu.ts",
|
|
23092
23086
|
"declarations": [
|
|
23093
23087
|
{
|
|
23094
23088
|
"kind": "class",
|
|
23095
23089
|
"description": "",
|
|
23096
|
-
"name": "
|
|
23090
|
+
"name": "Menu",
|
|
23097
23091
|
"superclass": {
|
|
23098
|
-
"name": "
|
|
23092
|
+
"name": "FASTMenu",
|
|
23099
23093
|
"package": "@microsoft/fast-components"
|
|
23100
23094
|
},
|
|
23101
|
-
"tagName": "%%prefix%%-menu
|
|
23095
|
+
"tagName": "%%prefix%%-menu",
|
|
23102
23096
|
"customElement": true,
|
|
23103
|
-
"
|
|
23097
|
+
"members": [
|
|
23104
23098
|
{
|
|
23105
|
-
"
|
|
23106
|
-
|
|
23099
|
+
"kind": "method",
|
|
23100
|
+
"name": "itemsChanged",
|
|
23101
|
+
"privacy": "private",
|
|
23102
|
+
"return": {
|
|
23103
|
+
"type": {
|
|
23104
|
+
"text": "void"
|
|
23105
|
+
}
|
|
23107
23106
|
},
|
|
23108
|
-
"
|
|
23109
|
-
|
|
23107
|
+
"parameters": [
|
|
23108
|
+
{
|
|
23109
|
+
"name": "oldValue",
|
|
23110
|
+
"type": {
|
|
23111
|
+
"text": "HTMLElement[]"
|
|
23112
|
+
}
|
|
23113
|
+
},
|
|
23114
|
+
{
|
|
23115
|
+
"name": "newValue",
|
|
23116
|
+
"type": {
|
|
23117
|
+
"text": "HTMLElement[]"
|
|
23118
|
+
}
|
|
23119
|
+
}
|
|
23120
|
+
],
|
|
23110
23121
|
"inheritedFrom": {
|
|
23111
|
-
"name": "
|
|
23112
|
-
"module": "src/menu
|
|
23122
|
+
"name": "Menu",
|
|
23123
|
+
"module": "src/menu/menu.ts"
|
|
23113
23124
|
}
|
|
23114
23125
|
},
|
|
23115
23126
|
{
|
|
23116
|
-
"
|
|
23127
|
+
"kind": "field",
|
|
23128
|
+
"name": "menuItems",
|
|
23117
23129
|
"type": {
|
|
23118
|
-
"text": "
|
|
23130
|
+
"text": "Element[] | undefined"
|
|
23119
23131
|
},
|
|
23120
|
-
"
|
|
23121
|
-
"fieldName": "role",
|
|
23132
|
+
"privacy": "private",
|
|
23122
23133
|
"inheritedFrom": {
|
|
23123
|
-
"name": "
|
|
23124
|
-
"module": "src/menu
|
|
23134
|
+
"name": "Menu",
|
|
23135
|
+
"module": "src/menu/menu.ts"
|
|
23125
23136
|
}
|
|
23126
|
-
}
|
|
23127
|
-
],
|
|
23128
|
-
"members": [
|
|
23137
|
+
},
|
|
23129
23138
|
{
|
|
23130
23139
|
"kind": "field",
|
|
23131
|
-
"name": "
|
|
23140
|
+
"name": "expandedItem",
|
|
23132
23141
|
"type": {
|
|
23133
|
-
"text": "
|
|
23142
|
+
"text": "MenuItem | null"
|
|
23134
23143
|
},
|
|
23135
|
-
"privacy": "
|
|
23136
|
-
"
|
|
23144
|
+
"privacy": "private",
|
|
23145
|
+
"default": "null",
|
|
23137
23146
|
"inheritedFrom": {
|
|
23138
|
-
"name": "
|
|
23139
|
-
"module": "src/menu
|
|
23147
|
+
"name": "Menu",
|
|
23148
|
+
"module": "src/menu/menu.ts"
|
|
23140
23149
|
}
|
|
23141
23150
|
},
|
|
23142
23151
|
{
|
|
23143
23152
|
"kind": "field",
|
|
23144
|
-
"name": "
|
|
23153
|
+
"name": "focusIndex",
|
|
23145
23154
|
"type": {
|
|
23146
|
-
"text": "
|
|
23155
|
+
"text": "number"
|
|
23147
23156
|
},
|
|
23148
|
-
"privacy": "
|
|
23149
|
-
"
|
|
23157
|
+
"privacy": "private",
|
|
23158
|
+
"default": "-1",
|
|
23159
|
+
"description": "The index of the focusable element in the items array\ndefaults to -1",
|
|
23150
23160
|
"inheritedFrom": {
|
|
23151
|
-
"name": "
|
|
23152
|
-
"module": "src/menu
|
|
23161
|
+
"name": "Menu",
|
|
23162
|
+
"module": "src/menu/menu.ts"
|
|
23153
23163
|
}
|
|
23154
23164
|
},
|
|
23155
23165
|
{
|
|
23156
|
-
"kind": "
|
|
23157
|
-
"name": "
|
|
23166
|
+
"kind": "field",
|
|
23167
|
+
"name": "focusableElementRoles",
|
|
23168
|
+
"type": {
|
|
23169
|
+
"text": "{ [key: string]: string }"
|
|
23170
|
+
},
|
|
23158
23171
|
"privacy": "private",
|
|
23172
|
+
"static": true,
|
|
23173
|
+
"default": "roleForMenuItem",
|
|
23174
|
+
"inheritedFrom": {
|
|
23175
|
+
"name": "Menu",
|
|
23176
|
+
"module": "src/menu/menu.ts"
|
|
23177
|
+
}
|
|
23178
|
+
},
|
|
23179
|
+
{
|
|
23180
|
+
"kind": "method",
|
|
23181
|
+
"name": "focus",
|
|
23182
|
+
"privacy": "public",
|
|
23159
23183
|
"return": {
|
|
23160
23184
|
"type": {
|
|
23161
23185
|
"text": "void"
|
|
23162
23186
|
}
|
|
23163
23187
|
},
|
|
23164
|
-
"
|
|
23165
|
-
|
|
23166
|
-
|
|
23167
|
-
|
|
23168
|
-
|
|
23169
|
-
|
|
23188
|
+
"description": "Focuses the first item in the menu.",
|
|
23189
|
+
"inheritedFrom": {
|
|
23190
|
+
"name": "Menu",
|
|
23191
|
+
"module": "src/menu/menu.ts"
|
|
23192
|
+
}
|
|
23193
|
+
},
|
|
23194
|
+
{
|
|
23195
|
+
"kind": "method",
|
|
23196
|
+
"name": "collapseExpandedItem",
|
|
23197
|
+
"privacy": "public",
|
|
23198
|
+
"return": {
|
|
23199
|
+
"type": {
|
|
23200
|
+
"text": "void"
|
|
23170
23201
|
}
|
|
23171
|
-
|
|
23202
|
+
},
|
|
23203
|
+
"description": "Collapses any expanded menu items.",
|
|
23172
23204
|
"inheritedFrom": {
|
|
23173
|
-
"name": "
|
|
23174
|
-
"module": "src/menu
|
|
23205
|
+
"name": "Menu",
|
|
23206
|
+
"module": "src/menu/menu.ts"
|
|
23175
23207
|
}
|
|
23176
23208
|
},
|
|
23177
23209
|
{
|
|
23178
23210
|
"kind": "field",
|
|
23179
|
-
"name": "
|
|
23180
|
-
"
|
|
23181
|
-
"text": "MenuItemRole"
|
|
23182
|
-
},
|
|
23183
|
-
"privacy": "public",
|
|
23184
|
-
"description": "The role of the element.",
|
|
23211
|
+
"name": "handleItemFocus",
|
|
23212
|
+
"privacy": "private",
|
|
23185
23213
|
"inheritedFrom": {
|
|
23186
|
-
"name": "
|
|
23187
|
-
"module": "src/menu
|
|
23214
|
+
"name": "Menu",
|
|
23215
|
+
"module": "src/menu/menu.ts"
|
|
23188
23216
|
}
|
|
23189
23217
|
},
|
|
23190
23218
|
{
|
|
23191
23219
|
"kind": "field",
|
|
23192
|
-
"name": "
|
|
23193
|
-
"
|
|
23194
|
-
"text": "boolean"
|
|
23195
|
-
},
|
|
23196
|
-
"privacy": "public",
|
|
23197
|
-
"description": "The checked value of the element.",
|
|
23220
|
+
"name": "handleExpandedChanged",
|
|
23221
|
+
"privacy": "private",
|
|
23198
23222
|
"inheritedFrom": {
|
|
23199
|
-
"name": "
|
|
23200
|
-
"module": "src/menu
|
|
23223
|
+
"name": "Menu",
|
|
23224
|
+
"module": "src/menu/menu.ts"
|
|
23225
|
+
}
|
|
23226
|
+
},
|
|
23227
|
+
{
|
|
23228
|
+
"kind": "field",
|
|
23229
|
+
"name": "removeItemListeners",
|
|
23230
|
+
"privacy": "private",
|
|
23231
|
+
"inheritedFrom": {
|
|
23232
|
+
"name": "Menu",
|
|
23233
|
+
"module": "src/menu/menu.ts"
|
|
23234
|
+
}
|
|
23235
|
+
},
|
|
23236
|
+
{
|
|
23237
|
+
"kind": "field",
|
|
23238
|
+
"name": "setItems",
|
|
23239
|
+
"privacy": "private",
|
|
23240
|
+
"inheritedFrom": {
|
|
23241
|
+
"name": "Menu",
|
|
23242
|
+
"module": "src/menu/menu.ts"
|
|
23243
|
+
}
|
|
23244
|
+
},
|
|
23245
|
+
{
|
|
23246
|
+
"kind": "field",
|
|
23247
|
+
"name": "changeHandler",
|
|
23248
|
+
"privacy": "private",
|
|
23249
|
+
"description": "handle change from child element",
|
|
23250
|
+
"inheritedFrom": {
|
|
23251
|
+
"name": "Menu",
|
|
23252
|
+
"module": "src/menu/menu.ts"
|
|
23201
23253
|
}
|
|
23202
23254
|
},
|
|
23203
23255
|
{
|
|
23204
23256
|
"kind": "method",
|
|
23205
|
-
"name": "
|
|
23257
|
+
"name": "domChildren",
|
|
23206
23258
|
"privacy": "private",
|
|
23207
23259
|
"return": {
|
|
23208
23260
|
"type": {
|
|
23209
|
-
"text": "
|
|
23261
|
+
"text": "Element[]"
|
|
23210
23262
|
}
|
|
23211
23263
|
},
|
|
23212
|
-
"
|
|
23213
|
-
{
|
|
23214
|
-
"name": "oldValue",
|
|
23215
|
-
"type": {
|
|
23216
|
-
"text": "boolean"
|
|
23217
|
-
}
|
|
23218
|
-
},
|
|
23219
|
-
{
|
|
23220
|
-
"name": "newValue",
|
|
23221
|
-
"type": {
|
|
23222
|
-
"text": "boolean"
|
|
23223
|
-
}
|
|
23224
|
-
}
|
|
23225
|
-
],
|
|
23264
|
+
"description": "get an array of valid DOM children",
|
|
23226
23265
|
"inheritedFrom": {
|
|
23227
|
-
"name": "
|
|
23228
|
-
"module": "src/menu
|
|
23266
|
+
"name": "Menu",
|
|
23267
|
+
"module": "src/menu/menu.ts"
|
|
23229
23268
|
}
|
|
23230
23269
|
},
|
|
23231
23270
|
{
|
|
23232
23271
|
"kind": "field",
|
|
23233
|
-
"name": "
|
|
23234
|
-
"type": {
|
|
23235
|
-
"text": "boolean"
|
|
23236
|
-
},
|
|
23272
|
+
"name": "isMenuItemElement",
|
|
23237
23273
|
"privacy": "private",
|
|
23238
|
-
"
|
|
23274
|
+
"description": "check if the item is a menu item",
|
|
23239
23275
|
"inheritedFrom": {
|
|
23240
|
-
"name": "
|
|
23241
|
-
"module": "src/menu
|
|
23276
|
+
"name": "Menu",
|
|
23277
|
+
"module": "src/menu/menu.ts"
|
|
23242
23278
|
}
|
|
23243
23279
|
},
|
|
23244
23280
|
{
|
|
23245
23281
|
"kind": "field",
|
|
23246
|
-
"name": "
|
|
23247
|
-
"type": {
|
|
23248
|
-
"text": "MutationObserver | undefined"
|
|
23249
|
-
},
|
|
23282
|
+
"name": "isFocusableElement",
|
|
23250
23283
|
"privacy": "private",
|
|
23284
|
+
"description": "check if the item is focusable",
|
|
23251
23285
|
"inheritedFrom": {
|
|
23252
|
-
"name": "
|
|
23253
|
-
"module": "src/menu
|
|
23286
|
+
"name": "Menu",
|
|
23287
|
+
"module": "src/menu/menu.ts"
|
|
23254
23288
|
}
|
|
23255
23289
|
},
|
|
23256
23290
|
{
|
|
23257
23291
|
"kind": "method",
|
|
23258
|
-
"name": "
|
|
23292
|
+
"name": "setFocus",
|
|
23259
23293
|
"privacy": "private",
|
|
23260
23294
|
"return": {
|
|
23261
23295
|
"type": {
|
|
23262
|
-
"text": "
|
|
23296
|
+
"text": "void"
|
|
23263
23297
|
}
|
|
23264
23298
|
},
|
|
23265
|
-
"
|
|
23299
|
+
"parameters": [
|
|
23300
|
+
{
|
|
23301
|
+
"name": "focusIndex",
|
|
23302
|
+
"type": {
|
|
23303
|
+
"text": "number"
|
|
23304
|
+
}
|
|
23305
|
+
},
|
|
23306
|
+
{
|
|
23307
|
+
"name": "adjustment",
|
|
23308
|
+
"type": {
|
|
23309
|
+
"text": "number"
|
|
23310
|
+
}
|
|
23311
|
+
}
|
|
23312
|
+
],
|
|
23266
23313
|
"inheritedFrom": {
|
|
23267
|
-
"name": "
|
|
23268
|
-
"module": "src/menu
|
|
23314
|
+
"name": "Menu",
|
|
23315
|
+
"module": "src/menu/menu.ts"
|
|
23269
23316
|
}
|
|
23270
23317
|
},
|
|
23271
23318
|
{
|
|
@@ -23379,29 +23426,11 @@
|
|
|
23379
23426
|
"module": "src/foundation-element/foundation-element.ts"
|
|
23380
23427
|
}
|
|
23381
23428
|
}
|
|
23382
|
-
],
|
|
23383
|
-
"events": [
|
|
23384
|
-
{
|
|
23385
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
23386
|
-
"name": "expanded-change",
|
|
23387
|
-
"inheritedFrom": {
|
|
23388
|
-
"name": "MenuItem",
|
|
23389
|
-
"module": "src/menu-item/menu-item.ts"
|
|
23390
|
-
}
|
|
23391
|
-
},
|
|
23392
|
-
{
|
|
23393
|
-
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
23394
|
-
"name": "change",
|
|
23395
|
-
"inheritedFrom": {
|
|
23396
|
-
"name": "MenuItem",
|
|
23397
|
-
"module": "src/menu-item/menu-item.ts"
|
|
23398
|
-
}
|
|
23399
|
-
}
|
|
23400
23429
|
]
|
|
23401
23430
|
},
|
|
23402
23431
|
{
|
|
23403
23432
|
"kind": "variable",
|
|
23404
|
-
"name": "
|
|
23433
|
+
"name": "foundationMenuShadowOptions",
|
|
23405
23434
|
"type": {
|
|
23406
23435
|
"text": "ShadowRootInit"
|
|
23407
23436
|
},
|
|
@@ -23409,50 +23438,50 @@
|
|
|
23409
23438
|
},
|
|
23410
23439
|
{
|
|
23411
23440
|
"kind": "variable",
|
|
23412
|
-
"name": "
|
|
23441
|
+
"name": "defaultMenuConfig",
|
|
23413
23442
|
"type": {
|
|
23414
23443
|
"text": "object"
|
|
23415
23444
|
},
|
|
23416
|
-
"default": "{
|
|
23445
|
+
"default": "{}"
|
|
23417
23446
|
},
|
|
23418
23447
|
{
|
|
23419
23448
|
"kind": "variable",
|
|
23420
|
-
"name": "
|
|
23421
|
-
"description": "The Foundation Menu
|
|
23449
|
+
"name": "foundationMenu",
|
|
23450
|
+
"description": "The Foundation Menu",
|
|
23422
23451
|
"privacy": "public"
|
|
23423
23452
|
}
|
|
23424
23453
|
],
|
|
23425
23454
|
"exports": [
|
|
23426
23455
|
{
|
|
23427
23456
|
"kind": "js",
|
|
23428
|
-
"name": "
|
|
23457
|
+
"name": "Menu",
|
|
23429
23458
|
"declaration": {
|
|
23430
|
-
"name": "
|
|
23431
|
-
"module": "src/menu
|
|
23459
|
+
"name": "Menu",
|
|
23460
|
+
"module": "src/menu/menu.ts"
|
|
23432
23461
|
}
|
|
23433
23462
|
},
|
|
23434
23463
|
{
|
|
23435
23464
|
"kind": "js",
|
|
23436
|
-
"name": "
|
|
23465
|
+
"name": "foundationMenuShadowOptions",
|
|
23437
23466
|
"declaration": {
|
|
23438
|
-
"name": "
|
|
23439
|
-
"module": "src/menu
|
|
23467
|
+
"name": "foundationMenuShadowOptions",
|
|
23468
|
+
"module": "src/menu/menu.ts"
|
|
23440
23469
|
}
|
|
23441
23470
|
},
|
|
23442
23471
|
{
|
|
23443
23472
|
"kind": "js",
|
|
23444
|
-
"name": "
|
|
23473
|
+
"name": "defaultMenuConfig",
|
|
23445
23474
|
"declaration": {
|
|
23446
|
-
"name": "
|
|
23447
|
-
"module": "src/menu
|
|
23475
|
+
"name": "defaultMenuConfig",
|
|
23476
|
+
"module": "src/menu/menu.ts"
|
|
23448
23477
|
}
|
|
23449
23478
|
},
|
|
23450
23479
|
{
|
|
23451
23480
|
"kind": "js",
|
|
23452
|
-
"name": "
|
|
23481
|
+
"name": "foundationMenu",
|
|
23453
23482
|
"declaration": {
|
|
23454
|
-
"name": "
|
|
23455
|
-
"module": "src/menu
|
|
23483
|
+
"name": "foundationMenu",
|
|
23484
|
+
"module": "src/menu/menu.ts"
|
|
23456
23485
|
}
|
|
23457
23486
|
}
|
|
23458
23487
|
]
|
|
@@ -29152,77 +29181,360 @@
|
|
|
29152
29181
|
}
|
|
29153
29182
|
},
|
|
29154
29183
|
{
|
|
29155
|
-
"name": "disabled",
|
|
29156
|
-
"type": {
|
|
29157
|
-
"text": "boolean"
|
|
29158
|
-
},
|
|
29159
|
-
"description": "Disables the radio group and child radios.",
|
|
29160
|
-
"fieldName": "disabled",
|
|
29184
|
+
"name": "disabled",
|
|
29185
|
+
"type": {
|
|
29186
|
+
"text": "boolean"
|
|
29187
|
+
},
|
|
29188
|
+
"description": "Disables the radio group and child radios.",
|
|
29189
|
+
"fieldName": "disabled",
|
|
29190
|
+
"inheritedFrom": {
|
|
29191
|
+
"name": "RadioGroup",
|
|
29192
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29193
|
+
}
|
|
29194
|
+
},
|
|
29195
|
+
{
|
|
29196
|
+
"name": "name",
|
|
29197
|
+
"type": {
|
|
29198
|
+
"text": "string"
|
|
29199
|
+
},
|
|
29200
|
+
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
29201
|
+
"fieldName": "name",
|
|
29202
|
+
"inheritedFrom": {
|
|
29203
|
+
"name": "RadioGroup",
|
|
29204
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29205
|
+
}
|
|
29206
|
+
},
|
|
29207
|
+
{
|
|
29208
|
+
"name": "value",
|
|
29209
|
+
"type": {
|
|
29210
|
+
"text": "string"
|
|
29211
|
+
},
|
|
29212
|
+
"description": "The value of the checked radio",
|
|
29213
|
+
"fieldName": "value",
|
|
29214
|
+
"inheritedFrom": {
|
|
29215
|
+
"name": "RadioGroup",
|
|
29216
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29217
|
+
}
|
|
29218
|
+
},
|
|
29219
|
+
{
|
|
29220
|
+
"name": "orientation",
|
|
29221
|
+
"type": {
|
|
29222
|
+
"text": "Orientation | \"horizontal\" | \"vertical\""
|
|
29223
|
+
},
|
|
29224
|
+
"description": "The orientation of the group",
|
|
29225
|
+
"fieldName": "orientation",
|
|
29226
|
+
"inheritedFrom": {
|
|
29227
|
+
"name": "RadioGroup",
|
|
29228
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29229
|
+
}
|
|
29230
|
+
}
|
|
29231
|
+
],
|
|
29232
|
+
"members": [
|
|
29233
|
+
{
|
|
29234
|
+
"kind": "field",
|
|
29235
|
+
"name": "readOnly",
|
|
29236
|
+
"type": {
|
|
29237
|
+
"text": "boolean"
|
|
29238
|
+
},
|
|
29239
|
+
"privacy": "public",
|
|
29240
|
+
"description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
29241
|
+
"inheritedFrom": {
|
|
29242
|
+
"name": "RadioGroup",
|
|
29243
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29244
|
+
}
|
|
29245
|
+
},
|
|
29246
|
+
{
|
|
29247
|
+
"kind": "method",
|
|
29248
|
+
"name": "readOnlyChanged",
|
|
29249
|
+
"privacy": "private",
|
|
29250
|
+
"return": {
|
|
29251
|
+
"type": {
|
|
29252
|
+
"text": "void"
|
|
29253
|
+
}
|
|
29254
|
+
},
|
|
29255
|
+
"inheritedFrom": {
|
|
29256
|
+
"name": "RadioGroup",
|
|
29257
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29258
|
+
}
|
|
29259
|
+
},
|
|
29260
|
+
{
|
|
29261
|
+
"kind": "field",
|
|
29262
|
+
"name": "disabled",
|
|
29263
|
+
"type": {
|
|
29264
|
+
"text": "boolean"
|
|
29265
|
+
},
|
|
29266
|
+
"privacy": "public",
|
|
29267
|
+
"description": "Disables the radio group and child radios.",
|
|
29268
|
+
"inheritedFrom": {
|
|
29269
|
+
"name": "RadioGroup",
|
|
29270
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29271
|
+
}
|
|
29272
|
+
},
|
|
29273
|
+
{
|
|
29274
|
+
"kind": "method",
|
|
29275
|
+
"name": "disabledChanged",
|
|
29276
|
+
"privacy": "private",
|
|
29277
|
+
"return": {
|
|
29278
|
+
"type": {
|
|
29279
|
+
"text": "void"
|
|
29280
|
+
}
|
|
29281
|
+
},
|
|
29282
|
+
"inheritedFrom": {
|
|
29283
|
+
"name": "RadioGroup",
|
|
29284
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29285
|
+
}
|
|
29286
|
+
},
|
|
29287
|
+
{
|
|
29288
|
+
"kind": "field",
|
|
29289
|
+
"name": "name",
|
|
29290
|
+
"type": {
|
|
29291
|
+
"text": "string"
|
|
29292
|
+
},
|
|
29293
|
+
"privacy": "public",
|
|
29294
|
+
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
29295
|
+
"inheritedFrom": {
|
|
29296
|
+
"name": "RadioGroup",
|
|
29297
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29298
|
+
}
|
|
29299
|
+
},
|
|
29300
|
+
{
|
|
29301
|
+
"kind": "method",
|
|
29302
|
+
"name": "nameChanged",
|
|
29303
|
+
"privacy": "protected",
|
|
29304
|
+
"return": {
|
|
29305
|
+
"type": {
|
|
29306
|
+
"text": "void"
|
|
29307
|
+
}
|
|
29308
|
+
},
|
|
29309
|
+
"inheritedFrom": {
|
|
29310
|
+
"name": "RadioGroup",
|
|
29311
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29312
|
+
}
|
|
29313
|
+
},
|
|
29314
|
+
{
|
|
29315
|
+
"kind": "field",
|
|
29316
|
+
"name": "value",
|
|
29317
|
+
"type": {
|
|
29318
|
+
"text": "string"
|
|
29319
|
+
},
|
|
29320
|
+
"privacy": "public",
|
|
29321
|
+
"description": "The value of the checked radio",
|
|
29322
|
+
"inheritedFrom": {
|
|
29323
|
+
"name": "RadioGroup",
|
|
29324
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29325
|
+
}
|
|
29326
|
+
},
|
|
29327
|
+
{
|
|
29328
|
+
"kind": "method",
|
|
29329
|
+
"name": "valueChanged",
|
|
29330
|
+
"privacy": "protected",
|
|
29331
|
+
"return": {
|
|
29332
|
+
"type": {
|
|
29333
|
+
"text": "void"
|
|
29334
|
+
}
|
|
29335
|
+
},
|
|
29336
|
+
"inheritedFrom": {
|
|
29337
|
+
"name": "RadioGroup",
|
|
29338
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29339
|
+
}
|
|
29340
|
+
},
|
|
29341
|
+
{
|
|
29342
|
+
"kind": "field",
|
|
29343
|
+
"name": "orientation",
|
|
29344
|
+
"type": {
|
|
29345
|
+
"text": "Orientation | \"horizontal\" | \"vertical\""
|
|
29346
|
+
},
|
|
29347
|
+
"privacy": "public",
|
|
29348
|
+
"description": "The orientation of the group",
|
|
29349
|
+
"inheritedFrom": {
|
|
29350
|
+
"name": "RadioGroup",
|
|
29351
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29352
|
+
}
|
|
29353
|
+
},
|
|
29354
|
+
{
|
|
29355
|
+
"kind": "field",
|
|
29356
|
+
"name": "childItems",
|
|
29357
|
+
"type": {
|
|
29358
|
+
"text": "HTMLElement[]"
|
|
29359
|
+
},
|
|
29360
|
+
"privacy": "public",
|
|
29361
|
+
"inheritedFrom": {
|
|
29362
|
+
"name": "RadioGroup",
|
|
29363
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29364
|
+
}
|
|
29365
|
+
},
|
|
29366
|
+
{
|
|
29367
|
+
"kind": "method",
|
|
29368
|
+
"name": "slottedRadioButtonsChanged",
|
|
29369
|
+
"privacy": "private",
|
|
29370
|
+
"return": {
|
|
29371
|
+
"type": {
|
|
29372
|
+
"text": "void"
|
|
29373
|
+
}
|
|
29374
|
+
},
|
|
29375
|
+
"parameters": [
|
|
29376
|
+
{
|
|
29377
|
+
"name": "oldValue",
|
|
29378
|
+
"type": {
|
|
29379
|
+
"text": "unknown"
|
|
29380
|
+
}
|
|
29381
|
+
},
|
|
29382
|
+
{
|
|
29383
|
+
"name": "newValue",
|
|
29384
|
+
"type": {
|
|
29385
|
+
"text": "HTMLElement[]"
|
|
29386
|
+
}
|
|
29387
|
+
}
|
|
29388
|
+
],
|
|
29389
|
+
"inheritedFrom": {
|
|
29390
|
+
"name": "RadioGroup",
|
|
29391
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29392
|
+
}
|
|
29393
|
+
},
|
|
29394
|
+
{
|
|
29395
|
+
"kind": "field",
|
|
29396
|
+
"name": "selectedRadio",
|
|
29397
|
+
"type": {
|
|
29398
|
+
"text": "HTMLInputElement | null"
|
|
29399
|
+
},
|
|
29400
|
+
"privacy": "private",
|
|
29401
|
+
"inheritedFrom": {
|
|
29402
|
+
"name": "RadioGroup",
|
|
29403
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29404
|
+
}
|
|
29405
|
+
},
|
|
29406
|
+
{
|
|
29407
|
+
"kind": "field",
|
|
29408
|
+
"name": "focusedRadio",
|
|
29409
|
+
"type": {
|
|
29410
|
+
"text": "HTMLInputElement | null"
|
|
29411
|
+
},
|
|
29412
|
+
"privacy": "private",
|
|
29413
|
+
"inheritedFrom": {
|
|
29414
|
+
"name": "RadioGroup",
|
|
29415
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29416
|
+
}
|
|
29417
|
+
},
|
|
29418
|
+
{
|
|
29419
|
+
"kind": "field",
|
|
29420
|
+
"name": "direction",
|
|
29421
|
+
"type": {
|
|
29422
|
+
"text": "Direction"
|
|
29423
|
+
},
|
|
29424
|
+
"privacy": "private",
|
|
29425
|
+
"inheritedFrom": {
|
|
29426
|
+
"name": "RadioGroup",
|
|
29427
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29428
|
+
}
|
|
29429
|
+
},
|
|
29430
|
+
{
|
|
29431
|
+
"kind": "field",
|
|
29432
|
+
"name": "parentToolbar",
|
|
29433
|
+
"type": {
|
|
29434
|
+
"text": "HTMLElement | null"
|
|
29435
|
+
},
|
|
29436
|
+
"privacy": "private",
|
|
29437
|
+
"inheritedFrom": {
|
|
29438
|
+
"name": "RadioGroup",
|
|
29439
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29440
|
+
}
|
|
29441
|
+
},
|
|
29442
|
+
{
|
|
29443
|
+
"kind": "field",
|
|
29444
|
+
"name": "isInsideToolbar",
|
|
29445
|
+
"type": {
|
|
29446
|
+
"text": "boolean"
|
|
29447
|
+
},
|
|
29448
|
+
"privacy": "private",
|
|
29449
|
+
"inheritedFrom": {
|
|
29450
|
+
"name": "RadioGroup",
|
|
29451
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29452
|
+
}
|
|
29453
|
+
},
|
|
29454
|
+
{
|
|
29455
|
+
"kind": "field",
|
|
29456
|
+
"name": "isInsideFoundationToolbar",
|
|
29457
|
+
"type": {
|
|
29458
|
+
"text": "boolean"
|
|
29459
|
+
},
|
|
29460
|
+
"privacy": "private",
|
|
29461
|
+
"inheritedFrom": {
|
|
29462
|
+
"name": "RadioGroup",
|
|
29463
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29464
|
+
}
|
|
29465
|
+
},
|
|
29466
|
+
{
|
|
29467
|
+
"kind": "method",
|
|
29468
|
+
"name": "setupRadioButtons",
|
|
29469
|
+
"privacy": "private",
|
|
29470
|
+
"return": {
|
|
29471
|
+
"type": {
|
|
29472
|
+
"text": "void"
|
|
29473
|
+
}
|
|
29474
|
+
},
|
|
29475
|
+
"inheritedFrom": {
|
|
29476
|
+
"name": "RadioGroup",
|
|
29477
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29478
|
+
}
|
|
29479
|
+
},
|
|
29480
|
+
{
|
|
29481
|
+
"kind": "field",
|
|
29482
|
+
"name": "radioChangeHandler",
|
|
29483
|
+
"privacy": "private",
|
|
29484
|
+
"inheritedFrom": {
|
|
29485
|
+
"name": "RadioGroup",
|
|
29486
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29487
|
+
}
|
|
29488
|
+
},
|
|
29489
|
+
{
|
|
29490
|
+
"kind": "field",
|
|
29491
|
+
"name": "moveToRadioByIndex",
|
|
29492
|
+
"privacy": "private",
|
|
29161
29493
|
"inheritedFrom": {
|
|
29162
29494
|
"name": "RadioGroup",
|
|
29163
29495
|
"module": "src/radio-group/radio-group.ts"
|
|
29164
29496
|
}
|
|
29165
29497
|
},
|
|
29166
29498
|
{
|
|
29167
|
-
"
|
|
29168
|
-
"
|
|
29169
|
-
|
|
29170
|
-
},
|
|
29171
|
-
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
29172
|
-
"fieldName": "name",
|
|
29499
|
+
"kind": "field",
|
|
29500
|
+
"name": "moveRightOffGroup",
|
|
29501
|
+
"privacy": "private",
|
|
29173
29502
|
"inheritedFrom": {
|
|
29174
29503
|
"name": "RadioGroup",
|
|
29175
29504
|
"module": "src/radio-group/radio-group.ts"
|
|
29176
29505
|
}
|
|
29177
29506
|
},
|
|
29178
29507
|
{
|
|
29179
|
-
"
|
|
29180
|
-
"
|
|
29181
|
-
|
|
29182
|
-
},
|
|
29183
|
-
"description": "The value of the checked radio",
|
|
29184
|
-
"fieldName": "value",
|
|
29508
|
+
"kind": "field",
|
|
29509
|
+
"name": "moveLeftOffGroup",
|
|
29510
|
+
"privacy": "private",
|
|
29185
29511
|
"inheritedFrom": {
|
|
29186
29512
|
"name": "RadioGroup",
|
|
29187
29513
|
"module": "src/radio-group/radio-group.ts"
|
|
29188
29514
|
}
|
|
29189
29515
|
},
|
|
29190
29516
|
{
|
|
29191
|
-
"
|
|
29192
|
-
"
|
|
29193
|
-
|
|
29194
|
-
},
|
|
29195
|
-
"description": "The orientation of the group",
|
|
29196
|
-
"fieldName": "orientation",
|
|
29517
|
+
"kind": "field",
|
|
29518
|
+
"name": "shouldMoveOffGroupToTheRight",
|
|
29519
|
+
"privacy": "private",
|
|
29197
29520
|
"inheritedFrom": {
|
|
29198
29521
|
"name": "RadioGroup",
|
|
29199
29522
|
"module": "src/radio-group/radio-group.ts"
|
|
29200
29523
|
}
|
|
29201
|
-
}
|
|
29202
|
-
],
|
|
29203
|
-
"members": [
|
|
29524
|
+
},
|
|
29204
29525
|
{
|
|
29205
29526
|
"kind": "field",
|
|
29206
|
-
"name": "
|
|
29207
|
-
"
|
|
29208
|
-
"text": "boolean"
|
|
29209
|
-
},
|
|
29210
|
-
"privacy": "public",
|
|
29211
|
-
"description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
29527
|
+
"name": "shouldMoveOffGroupToTheLeft",
|
|
29528
|
+
"privacy": "private",
|
|
29212
29529
|
"inheritedFrom": {
|
|
29213
29530
|
"name": "RadioGroup",
|
|
29214
29531
|
"module": "src/radio-group/radio-group.ts"
|
|
29215
29532
|
}
|
|
29216
29533
|
},
|
|
29217
29534
|
{
|
|
29218
|
-
"kind": "
|
|
29219
|
-
"name": "
|
|
29535
|
+
"kind": "field",
|
|
29536
|
+
"name": "checkFocusedRadio",
|
|
29220
29537
|
"privacy": "private",
|
|
29221
|
-
"return": {
|
|
29222
|
-
"type": {
|
|
29223
|
-
"text": "void"
|
|
29224
|
-
}
|
|
29225
|
-
},
|
|
29226
29538
|
"inheritedFrom": {
|
|
29227
29539
|
"name": "RadioGroup",
|
|
29228
29540
|
"module": "src/radio-group/radio-group.ts"
|
|
@@ -29230,26 +29542,17 @@
|
|
|
29230
29542
|
},
|
|
29231
29543
|
{
|
|
29232
29544
|
"kind": "field",
|
|
29233
|
-
"name": "
|
|
29234
|
-
"
|
|
29235
|
-
"text": "boolean"
|
|
29236
|
-
},
|
|
29237
|
-
"privacy": "public",
|
|
29238
|
-
"description": "Disables the radio group and child radios.",
|
|
29545
|
+
"name": "moveRight",
|
|
29546
|
+
"privacy": "private",
|
|
29239
29547
|
"inheritedFrom": {
|
|
29240
29548
|
"name": "RadioGroup",
|
|
29241
29549
|
"module": "src/radio-group/radio-group.ts"
|
|
29242
29550
|
}
|
|
29243
29551
|
},
|
|
29244
29552
|
{
|
|
29245
|
-
"kind": "
|
|
29246
|
-
"name": "
|
|
29553
|
+
"kind": "field",
|
|
29554
|
+
"name": "moveLeft",
|
|
29247
29555
|
"privacy": "private",
|
|
29248
|
-
"return": {
|
|
29249
|
-
"type": {
|
|
29250
|
-
"text": "void"
|
|
29251
|
-
}
|
|
29252
|
-
},
|
|
29253
29556
|
"inheritedFrom": {
|
|
29254
29557
|
"name": "RadioGroup",
|
|
29255
29558
|
"module": "src/radio-group/radio-group.ts"
|
|
@@ -29257,47 +29560,46 @@
|
|
|
29257
29560
|
},
|
|
29258
29561
|
{
|
|
29259
29562
|
"kind": "field",
|
|
29260
|
-
"name": "
|
|
29563
|
+
"name": "_presentation",
|
|
29261
29564
|
"type": {
|
|
29262
|
-
"text": "
|
|
29565
|
+
"text": "ComponentPresentation | null | undefined"
|
|
29263
29566
|
},
|
|
29264
|
-
"privacy": "
|
|
29265
|
-
"
|
|
29567
|
+
"privacy": "private",
|
|
29568
|
+
"default": "void 0",
|
|
29266
29569
|
"inheritedFrom": {
|
|
29267
|
-
"name": "
|
|
29268
|
-
"module": "src/
|
|
29570
|
+
"name": "FoundationElement",
|
|
29571
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29269
29572
|
}
|
|
29270
29573
|
},
|
|
29271
29574
|
{
|
|
29272
|
-
"kind": "
|
|
29273
|
-
"name": "
|
|
29274
|
-
"
|
|
29275
|
-
|
|
29276
|
-
"type": {
|
|
29277
|
-
"text": "void"
|
|
29278
|
-
}
|
|
29575
|
+
"kind": "field",
|
|
29576
|
+
"name": "$presentation",
|
|
29577
|
+
"type": {
|
|
29578
|
+
"text": "ComponentPresentation | null"
|
|
29279
29579
|
},
|
|
29580
|
+
"privacy": "public",
|
|
29581
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29280
29582
|
"inheritedFrom": {
|
|
29281
|
-
"name": "
|
|
29282
|
-
"module": "src/
|
|
29583
|
+
"name": "FoundationElement",
|
|
29584
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29283
29585
|
}
|
|
29284
29586
|
},
|
|
29285
29587
|
{
|
|
29286
29588
|
"kind": "field",
|
|
29287
|
-
"name": "
|
|
29589
|
+
"name": "template",
|
|
29288
29590
|
"type": {
|
|
29289
|
-
"text": "
|
|
29591
|
+
"text": "ElementViewTemplate | void | null"
|
|
29290
29592
|
},
|
|
29291
29593
|
"privacy": "public",
|
|
29292
|
-
"description": "
|
|
29594
|
+
"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.",
|
|
29293
29595
|
"inheritedFrom": {
|
|
29294
|
-
"name": "
|
|
29295
|
-
"module": "src/
|
|
29596
|
+
"name": "FoundationElement",
|
|
29597
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29296
29598
|
}
|
|
29297
29599
|
},
|
|
29298
29600
|
{
|
|
29299
29601
|
"kind": "method",
|
|
29300
|
-
"name": "
|
|
29602
|
+
"name": "templateChanged",
|
|
29301
29603
|
"privacy": "protected",
|
|
29302
29604
|
"return": {
|
|
29303
29605
|
"type": {
|
|
@@ -29305,407 +29607,483 @@
|
|
|
29305
29607
|
}
|
|
29306
29608
|
},
|
|
29307
29609
|
"inheritedFrom": {
|
|
29308
|
-
"name": "
|
|
29309
|
-
"module": "src/
|
|
29610
|
+
"name": "FoundationElement",
|
|
29611
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29310
29612
|
}
|
|
29311
29613
|
},
|
|
29312
29614
|
{
|
|
29313
29615
|
"kind": "field",
|
|
29314
|
-
"name": "
|
|
29616
|
+
"name": "styles",
|
|
29315
29617
|
"type": {
|
|
29316
|
-
"text": "
|
|
29618
|
+
"text": "ElementStyles | void | null"
|
|
29317
29619
|
},
|
|
29318
29620
|
"privacy": "public",
|
|
29319
|
-
"description": "
|
|
29621
|
+
"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.",
|
|
29320
29622
|
"inheritedFrom": {
|
|
29321
|
-
"name": "
|
|
29322
|
-
"module": "src/
|
|
29623
|
+
"name": "FoundationElement",
|
|
29624
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29323
29625
|
}
|
|
29324
29626
|
},
|
|
29325
29627
|
{
|
|
29326
|
-
"kind": "
|
|
29327
|
-
"name": "
|
|
29328
|
-
"
|
|
29329
|
-
|
|
29628
|
+
"kind": "method",
|
|
29629
|
+
"name": "stylesChanged",
|
|
29630
|
+
"privacy": "protected",
|
|
29631
|
+
"return": {
|
|
29632
|
+
"type": {
|
|
29633
|
+
"text": "void"
|
|
29634
|
+
}
|
|
29330
29635
|
},
|
|
29331
|
-
"privacy": "public",
|
|
29332
29636
|
"inheritedFrom": {
|
|
29333
|
-
"name": "
|
|
29334
|
-
"module": "src/
|
|
29637
|
+
"name": "FoundationElement",
|
|
29638
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29335
29639
|
}
|
|
29336
29640
|
},
|
|
29337
29641
|
{
|
|
29338
29642
|
"kind": "method",
|
|
29339
|
-
"name": "
|
|
29340
|
-
"privacy": "
|
|
29643
|
+
"name": "compose",
|
|
29644
|
+
"privacy": "public",
|
|
29645
|
+
"static": true,
|
|
29341
29646
|
"return": {
|
|
29342
29647
|
"type": {
|
|
29343
|
-
"text": "
|
|
29648
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
29344
29649
|
}
|
|
29345
29650
|
},
|
|
29346
29651
|
"parameters": [
|
|
29347
29652
|
{
|
|
29348
|
-
"name": "
|
|
29653
|
+
"name": "this",
|
|
29349
29654
|
"type": {
|
|
29350
|
-
"text": "
|
|
29655
|
+
"text": "K"
|
|
29351
29656
|
}
|
|
29352
29657
|
},
|
|
29353
29658
|
{
|
|
29354
|
-
"name": "
|
|
29659
|
+
"name": "elementDefinition",
|
|
29355
29660
|
"type": {
|
|
29356
|
-
"text": "
|
|
29357
|
-
}
|
|
29661
|
+
"text": "T"
|
|
29662
|
+
},
|
|
29663
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
29358
29664
|
}
|
|
29359
29665
|
],
|
|
29666
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29360
29667
|
"inheritedFrom": {
|
|
29361
|
-
"name": "
|
|
29362
|
-
"module": "src/
|
|
29363
|
-
}
|
|
29364
|
-
},
|
|
29365
|
-
{
|
|
29366
|
-
"kind": "field",
|
|
29367
|
-
"name": "selectedRadio",
|
|
29368
|
-
"type": {
|
|
29369
|
-
"text": "HTMLInputElement | null"
|
|
29370
|
-
},
|
|
29371
|
-
"privacy": "private",
|
|
29372
|
-
"inheritedFrom": {
|
|
29373
|
-
"name": "RadioGroup",
|
|
29374
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29668
|
+
"name": "FoundationElement",
|
|
29669
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29375
29670
|
}
|
|
29376
|
-
}
|
|
29671
|
+
}
|
|
29672
|
+
],
|
|
29673
|
+
"events": [
|
|
29377
29674
|
{
|
|
29378
|
-
"
|
|
29379
|
-
"name": "
|
|
29380
|
-
"type": {
|
|
29381
|
-
"text": "HTMLInputElement | null"
|
|
29382
|
-
},
|
|
29383
|
-
"privacy": "private",
|
|
29675
|
+
"description": "Fires a custom 'change' event when the value changes",
|
|
29676
|
+
"name": "change",
|
|
29384
29677
|
"inheritedFrom": {
|
|
29385
29678
|
"name": "RadioGroup",
|
|
29386
29679
|
"module": "src/radio-group/radio-group.ts"
|
|
29387
29680
|
}
|
|
29388
|
-
}
|
|
29681
|
+
}
|
|
29682
|
+
]
|
|
29683
|
+
},
|
|
29684
|
+
{
|
|
29685
|
+
"kind": "variable",
|
|
29686
|
+
"name": "foundationRadioGroupShadowOptions",
|
|
29687
|
+
"type": {
|
|
29688
|
+
"text": "ShadowRootInit"
|
|
29689
|
+
},
|
|
29690
|
+
"default": "undefined"
|
|
29691
|
+
},
|
|
29692
|
+
{
|
|
29693
|
+
"kind": "variable",
|
|
29694
|
+
"name": "defaultRadioGroupConfig",
|
|
29695
|
+
"type": {
|
|
29696
|
+
"text": "object"
|
|
29697
|
+
},
|
|
29698
|
+
"default": "{}"
|
|
29699
|
+
},
|
|
29700
|
+
{
|
|
29701
|
+
"kind": "variable",
|
|
29702
|
+
"name": "foundationRadioGroup",
|
|
29703
|
+
"description": "The Foundation Radio Group",
|
|
29704
|
+
"privacy": "public"
|
|
29705
|
+
}
|
|
29706
|
+
],
|
|
29707
|
+
"exports": [
|
|
29708
|
+
{
|
|
29709
|
+
"kind": "js",
|
|
29710
|
+
"name": "RadioGroup",
|
|
29711
|
+
"declaration": {
|
|
29712
|
+
"name": "RadioGroup",
|
|
29713
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29714
|
+
}
|
|
29715
|
+
},
|
|
29716
|
+
{
|
|
29717
|
+
"kind": "js",
|
|
29718
|
+
"name": "foundationRadioGroupShadowOptions",
|
|
29719
|
+
"declaration": {
|
|
29720
|
+
"name": "foundationRadioGroupShadowOptions",
|
|
29721
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29722
|
+
}
|
|
29723
|
+
},
|
|
29724
|
+
{
|
|
29725
|
+
"kind": "js",
|
|
29726
|
+
"name": "defaultRadioGroupConfig",
|
|
29727
|
+
"declaration": {
|
|
29728
|
+
"name": "defaultRadioGroupConfig",
|
|
29729
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29730
|
+
}
|
|
29731
|
+
},
|
|
29732
|
+
{
|
|
29733
|
+
"kind": "js",
|
|
29734
|
+
"name": "foundationRadioGroup",
|
|
29735
|
+
"declaration": {
|
|
29736
|
+
"name": "foundationRadioGroup",
|
|
29737
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29738
|
+
}
|
|
29739
|
+
}
|
|
29740
|
+
]
|
|
29741
|
+
},
|
|
29742
|
+
{
|
|
29743
|
+
"kind": "javascript-module",
|
|
29744
|
+
"path": "src/router/configuration.ts",
|
|
29745
|
+
"declarations": [
|
|
29746
|
+
{
|
|
29747
|
+
"kind": "class",
|
|
29748
|
+
"description": "",
|
|
29749
|
+
"name": "FoundationRouterConfiguration",
|
|
29750
|
+
"members": [
|
|
29389
29751
|
{
|
|
29390
29752
|
"kind": "field",
|
|
29391
|
-
"name": "
|
|
29753
|
+
"name": "container",
|
|
29392
29754
|
"type": {
|
|
29393
|
-
"text": "
|
|
29755
|
+
"text": "Container"
|
|
29394
29756
|
},
|
|
29395
|
-
"privacy": "
|
|
29396
|
-
"inheritedFrom": {
|
|
29397
|
-
"name": "RadioGroup",
|
|
29398
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29399
|
-
}
|
|
29757
|
+
"privacy": "protected"
|
|
29400
29758
|
},
|
|
29401
29759
|
{
|
|
29402
29760
|
"kind": "field",
|
|
29403
|
-
"name": "
|
|
29761
|
+
"name": "analytics",
|
|
29404
29762
|
"type": {
|
|
29405
|
-
"text": "
|
|
29763
|
+
"text": "FoundationAnalytics"
|
|
29406
29764
|
},
|
|
29407
|
-
"privacy": "
|
|
29408
|
-
"inheritedFrom": {
|
|
29409
|
-
"name": "RadioGroup",
|
|
29410
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29411
|
-
}
|
|
29765
|
+
"privacy": "protected"
|
|
29412
29766
|
},
|
|
29413
29767
|
{
|
|
29414
29768
|
"kind": "field",
|
|
29415
|
-
"name": "
|
|
29769
|
+
"name": "user",
|
|
29416
29770
|
"type": {
|
|
29417
|
-
"text": "
|
|
29418
|
-
},
|
|
29419
|
-
"privacy": "private",
|
|
29420
|
-
"inheritedFrom": {
|
|
29421
|
-
"name": "RadioGroup",
|
|
29422
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29771
|
+
"text": "User"
|
|
29423
29772
|
}
|
|
29424
29773
|
},
|
|
29425
29774
|
{
|
|
29426
29775
|
"kind": "field",
|
|
29427
|
-
"name": "
|
|
29776
|
+
"name": "session",
|
|
29428
29777
|
"type": {
|
|
29429
|
-
"text": "
|
|
29430
|
-
},
|
|
29431
|
-
"privacy": "private",
|
|
29432
|
-
"inheritedFrom": {
|
|
29433
|
-
"name": "RadioGroup",
|
|
29434
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29435
|
-
}
|
|
29436
|
-
},
|
|
29437
|
-
{
|
|
29438
|
-
"kind": "method",
|
|
29439
|
-
"name": "setupRadioButtons",
|
|
29440
|
-
"privacy": "private",
|
|
29441
|
-
"return": {
|
|
29442
|
-
"type": {
|
|
29443
|
-
"text": "void"
|
|
29444
|
-
}
|
|
29778
|
+
"text": "Session"
|
|
29445
29779
|
},
|
|
29446
|
-
"
|
|
29447
|
-
"name": "RadioGroup",
|
|
29448
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29449
|
-
}
|
|
29780
|
+
"privacy": "private"
|
|
29450
29781
|
},
|
|
29451
29782
|
{
|
|
29452
29783
|
"kind": "field",
|
|
29453
|
-
"name": "
|
|
29454
|
-
"
|
|
29455
|
-
"inheritedFrom": {
|
|
29456
|
-
"name": "RadioGroup",
|
|
29457
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29458
|
-
}
|
|
29784
|
+
"name": "logger",
|
|
29785
|
+
"default": "routerLogger"
|
|
29459
29786
|
},
|
|
29460
29787
|
{
|
|
29461
29788
|
"kind": "field",
|
|
29462
|
-
"name": "
|
|
29463
|
-
"
|
|
29464
|
-
|
|
29465
|
-
|
|
29466
|
-
|
|
29467
|
-
}
|
|
29789
|
+
"name": "loginPath",
|
|
29790
|
+
"type": {
|
|
29791
|
+
"text": "string"
|
|
29792
|
+
},
|
|
29793
|
+
"default": "'login'"
|
|
29468
29794
|
},
|
|
29469
29795
|
{
|
|
29470
29796
|
"kind": "field",
|
|
29471
|
-
"name": "
|
|
29472
|
-
"
|
|
29473
|
-
|
|
29474
|
-
|
|
29475
|
-
|
|
29476
|
-
}
|
|
29797
|
+
"name": "notFoundPath",
|
|
29798
|
+
"type": {
|
|
29799
|
+
"text": "string"
|
|
29800
|
+
},
|
|
29801
|
+
"default": "'not-found'"
|
|
29477
29802
|
},
|
|
29478
29803
|
{
|
|
29479
29804
|
"kind": "field",
|
|
29480
|
-
"name": "
|
|
29481
|
-
"
|
|
29482
|
-
|
|
29483
|
-
|
|
29484
|
-
|
|
29485
|
-
}
|
|
29805
|
+
"name": "notPermittedPath",
|
|
29806
|
+
"type": {
|
|
29807
|
+
"text": "string"
|
|
29808
|
+
},
|
|
29809
|
+
"default": "'not-permitted'"
|
|
29486
29810
|
},
|
|
29487
29811
|
{
|
|
29488
29812
|
"kind": "field",
|
|
29489
|
-
"name": "
|
|
29490
|
-
"
|
|
29491
|
-
|
|
29492
|
-
|
|
29493
|
-
|
|
29494
|
-
}
|
|
29813
|
+
"name": "basename",
|
|
29814
|
+
"type": {
|
|
29815
|
+
"text": "string"
|
|
29816
|
+
},
|
|
29817
|
+
"default": "PUBLIC_PATH"
|
|
29495
29818
|
},
|
|
29496
29819
|
{
|
|
29497
29820
|
"kind": "field",
|
|
29498
|
-
"name": "
|
|
29499
|
-
"
|
|
29500
|
-
|
|
29501
|
-
"name": "RadioGroup",
|
|
29502
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29821
|
+
"name": "relativeTo",
|
|
29822
|
+
"type": {
|
|
29823
|
+
"text": "Router"
|
|
29503
29824
|
}
|
|
29504
29825
|
},
|
|
29505
29826
|
{
|
|
29506
29827
|
"kind": "field",
|
|
29507
|
-
"name": "
|
|
29508
|
-
"
|
|
29509
|
-
|
|
29510
|
-
|
|
29511
|
-
|
|
29512
|
-
|
|
29828
|
+
"name": "routes",
|
|
29829
|
+
"type": {
|
|
29830
|
+
"text": "FoundationRouteCollection<TSettings>"
|
|
29831
|
+
},
|
|
29832
|
+
"privacy": "public",
|
|
29833
|
+
"readonly": true,
|
|
29834
|
+
"default": "new FoundationRouteCollection<TSettings>(this)"
|
|
29513
29835
|
},
|
|
29514
29836
|
{
|
|
29515
|
-
"kind": "
|
|
29516
|
-
"name": "
|
|
29517
|
-
"
|
|
29518
|
-
|
|
29519
|
-
|
|
29520
|
-
|
|
29521
|
-
}
|
|
29837
|
+
"kind": "method",
|
|
29838
|
+
"name": "getNavItems",
|
|
29839
|
+
"return": {
|
|
29840
|
+
"type": {
|
|
29841
|
+
"text": "FoundationRouteNavItem[]"
|
|
29842
|
+
}
|
|
29843
|
+
},
|
|
29844
|
+
"parameters": [
|
|
29845
|
+
{
|
|
29846
|
+
"name": "predicate",
|
|
29847
|
+
"default": "defaultNavItemPredicate",
|
|
29848
|
+
"type": {
|
|
29849
|
+
"text": "NavItemPredicate"
|
|
29850
|
+
}
|
|
29851
|
+
}
|
|
29852
|
+
]
|
|
29522
29853
|
},
|
|
29523
29854
|
{
|
|
29524
|
-
"kind": "
|
|
29525
|
-
"name": "
|
|
29526
|
-
"privacy": "private",
|
|
29527
|
-
"inheritedFrom": {
|
|
29528
|
-
"name": "RadioGroup",
|
|
29529
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29530
|
-
}
|
|
29855
|
+
"kind": "method",
|
|
29856
|
+
"name": "configureAnalytics"
|
|
29531
29857
|
},
|
|
29532
29858
|
{
|
|
29533
|
-
"kind": "
|
|
29534
|
-
"name": "
|
|
29535
|
-
"type": {
|
|
29536
|
-
"text": "ComponentPresentation | null | undefined"
|
|
29537
|
-
},
|
|
29538
|
-
"privacy": "private",
|
|
29539
|
-
"default": "void 0",
|
|
29540
|
-
"inheritedFrom": {
|
|
29541
|
-
"name": "FoundationElement",
|
|
29542
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29543
|
-
}
|
|
29859
|
+
"kind": "method",
|
|
29860
|
+
"name": "configureRoutePermittedChecks"
|
|
29544
29861
|
},
|
|
29545
29862
|
{
|
|
29546
|
-
"kind": "
|
|
29547
|
-
"name": "
|
|
29548
|
-
"type": {
|
|
29549
|
-
"text": "ComponentPresentation | null"
|
|
29550
|
-
},
|
|
29551
|
-
"privacy": "public",
|
|
29552
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29553
|
-
"inheritedFrom": {
|
|
29554
|
-
"name": "FoundationElement",
|
|
29555
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29556
|
-
}
|
|
29863
|
+
"kind": "method",
|
|
29864
|
+
"name": "configureFallbackRouteDefinition"
|
|
29557
29865
|
},
|
|
29558
29866
|
{
|
|
29559
|
-
"kind": "
|
|
29560
|
-
"name": "
|
|
29561
|
-
"
|
|
29562
|
-
|
|
29563
|
-
|
|
29564
|
-
|
|
29565
|
-
|
|
29566
|
-
|
|
29567
|
-
|
|
29568
|
-
|
|
29569
|
-
}
|
|
29867
|
+
"kind": "method",
|
|
29868
|
+
"name": "navigationPhaseLoginRedirect",
|
|
29869
|
+
"parameters": [
|
|
29870
|
+
{
|
|
29871
|
+
"name": "phase",
|
|
29872
|
+
"type": {
|
|
29873
|
+
"text": "NavigationPhase"
|
|
29874
|
+
}
|
|
29875
|
+
}
|
|
29876
|
+
]
|
|
29570
29877
|
},
|
|
29571
29878
|
{
|
|
29572
29879
|
"kind": "method",
|
|
29573
|
-
"name": "
|
|
29574
|
-
"privacy": "protected",
|
|
29880
|
+
"name": "generateRouteFromName",
|
|
29575
29881
|
"return": {
|
|
29576
29882
|
"type": {
|
|
29577
|
-
"text": "
|
|
29883
|
+
"text": "Promise<string | null>"
|
|
29578
29884
|
}
|
|
29579
29885
|
},
|
|
29580
|
-
"
|
|
29581
|
-
|
|
29582
|
-
|
|
29583
|
-
|
|
29886
|
+
"parameters": [
|
|
29887
|
+
{
|
|
29888
|
+
"name": "name",
|
|
29889
|
+
"type": {
|
|
29890
|
+
"text": "string"
|
|
29891
|
+
}
|
|
29892
|
+
},
|
|
29893
|
+
{
|
|
29894
|
+
"name": "params",
|
|
29895
|
+
"type": {
|
|
29896
|
+
"text": "object"
|
|
29897
|
+
}
|
|
29898
|
+
}
|
|
29899
|
+
]
|
|
29584
29900
|
},
|
|
29585
29901
|
{
|
|
29586
|
-
"kind": "
|
|
29587
|
-
"name": "
|
|
29588
|
-
"
|
|
29589
|
-
|
|
29590
|
-
|
|
29591
|
-
|
|
29592
|
-
|
|
29593
|
-
|
|
29594
|
-
|
|
29595
|
-
|
|
29596
|
-
}
|
|
29902
|
+
"kind": "method",
|
|
29903
|
+
"name": "navigateTo",
|
|
29904
|
+
"parameters": [
|
|
29905
|
+
{
|
|
29906
|
+
"name": "config",
|
|
29907
|
+
"type": {
|
|
29908
|
+
"text": "NavigateToConfig"
|
|
29909
|
+
}
|
|
29910
|
+
}
|
|
29911
|
+
]
|
|
29597
29912
|
},
|
|
29598
29913
|
{
|
|
29599
29914
|
"kind": "method",
|
|
29600
|
-
"name": "
|
|
29601
|
-
"privacy": "protected",
|
|
29915
|
+
"name": "generateNavigationPath",
|
|
29602
29916
|
"return": {
|
|
29603
29917
|
"type": {
|
|
29604
|
-
"text": "
|
|
29918
|
+
"text": "string"
|
|
29919
|
+
}
|
|
29920
|
+
},
|
|
29921
|
+
"parameters": [
|
|
29922
|
+
{
|
|
29923
|
+
"name": "path",
|
|
29924
|
+
"type": {
|
|
29925
|
+
"text": "string"
|
|
29926
|
+
}
|
|
29927
|
+
},
|
|
29928
|
+
{
|
|
29929
|
+
"name": "params",
|
|
29930
|
+
"optional": true,
|
|
29931
|
+
"type": {
|
|
29932
|
+
"text": "object"
|
|
29933
|
+
}
|
|
29605
29934
|
}
|
|
29606
|
-
|
|
29607
|
-
"inheritedFrom": {
|
|
29608
|
-
"name": "FoundationElement",
|
|
29609
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29610
|
-
}
|
|
29935
|
+
]
|
|
29611
29936
|
},
|
|
29612
29937
|
{
|
|
29613
29938
|
"kind": "method",
|
|
29614
|
-
"name": "
|
|
29615
|
-
|
|
29616
|
-
|
|
29939
|
+
"name": "getNavigationPathBasename"
|
|
29940
|
+
},
|
|
29941
|
+
{
|
|
29942
|
+
"kind": "method",
|
|
29943
|
+
"name": "construct",
|
|
29617
29944
|
"return": {
|
|
29618
29945
|
"type": {
|
|
29619
|
-
"text": "
|
|
29946
|
+
"text": "T"
|
|
29620
29947
|
}
|
|
29621
29948
|
},
|
|
29622
29949
|
"parameters": [
|
|
29623
29950
|
{
|
|
29624
|
-
"name": "
|
|
29951
|
+
"name": "Type",
|
|
29625
29952
|
"type": {
|
|
29626
|
-
"text": "
|
|
29953
|
+
"text": "Constructable<T>"
|
|
29627
29954
|
}
|
|
29628
|
-
},
|
|
29629
|
-
{
|
|
29630
|
-
"name": "elementDefinition",
|
|
29631
|
-
"type": {
|
|
29632
|
-
"text": "T"
|
|
29633
|
-
},
|
|
29634
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
29635
29955
|
}
|
|
29636
|
-
]
|
|
29637
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29638
|
-
"inheritedFrom": {
|
|
29639
|
-
"name": "FoundationElement",
|
|
29640
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29641
|
-
}
|
|
29956
|
+
]
|
|
29642
29957
|
}
|
|
29643
29958
|
],
|
|
29644
|
-
"
|
|
29645
|
-
|
|
29646
|
-
|
|
29647
|
-
|
|
29648
|
-
|
|
29649
|
-
|
|
29650
|
-
|
|
29651
|
-
|
|
29652
|
-
|
|
29653
|
-
|
|
29654
|
-
|
|
29959
|
+
"superclass": {
|
|
29960
|
+
"name": "RouterConfiguration",
|
|
29961
|
+
"package": "@microsoft/fast-router"
|
|
29962
|
+
}
|
|
29963
|
+
}
|
|
29964
|
+
],
|
|
29965
|
+
"exports": [
|
|
29966
|
+
{
|
|
29967
|
+
"kind": "js",
|
|
29968
|
+
"name": "FoundationRouterConfiguration",
|
|
29969
|
+
"declaration": {
|
|
29970
|
+
"name": "FoundationRouterConfiguration",
|
|
29971
|
+
"module": "src/router/configuration.ts"
|
|
29972
|
+
}
|
|
29973
|
+
}
|
|
29974
|
+
]
|
|
29975
|
+
},
|
|
29976
|
+
{
|
|
29977
|
+
"kind": "javascript-module",
|
|
29978
|
+
"path": "src/router/events.ts",
|
|
29979
|
+
"declarations": [
|
|
29655
29980
|
{
|
|
29656
29981
|
"kind": "variable",
|
|
29657
|
-
"name": "
|
|
29982
|
+
"name": "NavigateToEventType",
|
|
29658
29983
|
"type": {
|
|
29659
|
-
"text": "
|
|
29984
|
+
"text": "string"
|
|
29660
29985
|
},
|
|
29661
|
-
"default": "
|
|
29986
|
+
"default": "'navigate-to'"
|
|
29662
29987
|
},
|
|
29663
29988
|
{
|
|
29664
29989
|
"kind": "variable",
|
|
29665
|
-
"name": "
|
|
29990
|
+
"name": "GenerateNavigationPathEventType",
|
|
29666
29991
|
"type": {
|
|
29667
|
-
"text": "
|
|
29992
|
+
"text": "string"
|
|
29668
29993
|
},
|
|
29669
|
-
"default": "
|
|
29670
|
-
},
|
|
29671
|
-
{
|
|
29672
|
-
"kind": "variable",
|
|
29673
|
-
"name": "foundationRadioGroup",
|
|
29674
|
-
"description": "The Foundation Radio Group",
|
|
29675
|
-
"privacy": "public"
|
|
29994
|
+
"default": "'generate-navigation-path'"
|
|
29676
29995
|
}
|
|
29677
29996
|
],
|
|
29678
29997
|
"exports": [
|
|
29679
29998
|
{
|
|
29680
29999
|
"kind": "js",
|
|
29681
|
-
"name": "
|
|
30000
|
+
"name": "NavigateToEventType",
|
|
29682
30001
|
"declaration": {
|
|
29683
|
-
"name": "
|
|
29684
|
-
"module": "src/
|
|
30002
|
+
"name": "NavigateToEventType",
|
|
30003
|
+
"module": "src/router/events.ts"
|
|
29685
30004
|
}
|
|
29686
30005
|
},
|
|
29687
30006
|
{
|
|
29688
30007
|
"kind": "js",
|
|
29689
|
-
"name": "
|
|
30008
|
+
"name": "GenerateNavigationPathEventType",
|
|
29690
30009
|
"declaration": {
|
|
29691
|
-
"name": "
|
|
29692
|
-
"module": "src/
|
|
30010
|
+
"name": "GenerateNavigationPathEventType",
|
|
30011
|
+
"module": "src/router/events.ts"
|
|
29693
30012
|
}
|
|
29694
|
-
}
|
|
30013
|
+
}
|
|
30014
|
+
]
|
|
30015
|
+
},
|
|
30016
|
+
{
|
|
30017
|
+
"kind": "javascript-module",
|
|
30018
|
+
"path": "src/router/foundation-router.ts",
|
|
30019
|
+
"declarations": [
|
|
30020
|
+
{
|
|
30021
|
+
"kind": "class",
|
|
30022
|
+
"description": "",
|
|
30023
|
+
"name": "FoundationRouter",
|
|
30024
|
+
"members": [
|
|
30025
|
+
{
|
|
30026
|
+
"kind": "field",
|
|
30027
|
+
"name": "logger",
|
|
30028
|
+
"default": "routerLogger"
|
|
30029
|
+
},
|
|
30030
|
+
{
|
|
30031
|
+
"kind": "field",
|
|
30032
|
+
"name": "config",
|
|
30033
|
+
"type": {
|
|
30034
|
+
"text": "FoundationRouterConfiguration | null"
|
|
30035
|
+
}
|
|
30036
|
+
},
|
|
30037
|
+
{
|
|
30038
|
+
"kind": "field",
|
|
30039
|
+
"name": "router",
|
|
30040
|
+
"type": {
|
|
30041
|
+
"text": "Router"
|
|
30042
|
+
},
|
|
30043
|
+
"readonly": true
|
|
30044
|
+
},
|
|
30045
|
+
{
|
|
30046
|
+
"kind": "method",
|
|
30047
|
+
"name": "addEventListeners",
|
|
30048
|
+
"privacy": "protected"
|
|
30049
|
+
},
|
|
30050
|
+
{
|
|
30051
|
+
"kind": "method",
|
|
30052
|
+
"name": "removeEventListeners",
|
|
30053
|
+
"privacy": "protected"
|
|
30054
|
+
},
|
|
30055
|
+
{
|
|
30056
|
+
"kind": "field",
|
|
30057
|
+
"name": "onNavigateTo",
|
|
30058
|
+
"privacy": "protected"
|
|
30059
|
+
},
|
|
30060
|
+
{
|
|
30061
|
+
"kind": "field",
|
|
30062
|
+
"name": "onGenerateNavigationPath",
|
|
30063
|
+
"privacy": "protected"
|
|
30064
|
+
}
|
|
30065
|
+
],
|
|
30066
|
+
"superclass": {
|
|
30067
|
+
"name": "<local>_undefined",
|
|
30068
|
+
"module": "src/router/foundation-router.ts"
|
|
30069
|
+
}
|
|
30070
|
+
}
|
|
30071
|
+
],
|
|
30072
|
+
"exports": [
|
|
29695
30073
|
{
|
|
29696
30074
|
"kind": "js",
|
|
29697
|
-
"name": "
|
|
30075
|
+
"name": "FoundationRouter",
|
|
29698
30076
|
"declaration": {
|
|
29699
|
-
"name": "
|
|
29700
|
-
"module": "src/
|
|
30077
|
+
"name": "FoundationRouter",
|
|
30078
|
+
"module": "src/router/foundation-router.ts"
|
|
29701
30079
|
}
|
|
29702
30080
|
},
|
|
29703
30081
|
{
|
|
29704
|
-
"kind": "
|
|
29705
|
-
"name": "
|
|
30082
|
+
"kind": "custom-element-definition",
|
|
30083
|
+
"name": "foundation-router",
|
|
29706
30084
|
"declaration": {
|
|
29707
|
-
"name": "
|
|
29708
|
-
"module": "src/
|
|
30085
|
+
"name": "FoundationRouter",
|
|
30086
|
+
"module": "src/router/foundation-router.ts"
|
|
29709
30087
|
}
|
|
29710
30088
|
}
|
|
29711
30089
|
]
|
|
@@ -29715,6 +30093,46 @@
|
|
|
29715
30093
|
"path": "src/router/index.ts",
|
|
29716
30094
|
"declarations": [],
|
|
29717
30095
|
"exports": [
|
|
30096
|
+
{
|
|
30097
|
+
"kind": "js",
|
|
30098
|
+
"name": "*",
|
|
30099
|
+
"declaration": {
|
|
30100
|
+
"name": "*",
|
|
30101
|
+
"package": "./configuration"
|
|
30102
|
+
}
|
|
30103
|
+
},
|
|
30104
|
+
{
|
|
30105
|
+
"kind": "js",
|
|
30106
|
+
"name": "*",
|
|
30107
|
+
"declaration": {
|
|
30108
|
+
"name": "*",
|
|
30109
|
+
"package": "./events"
|
|
30110
|
+
}
|
|
30111
|
+
},
|
|
30112
|
+
{
|
|
30113
|
+
"kind": "js",
|
|
30114
|
+
"name": "*",
|
|
30115
|
+
"declaration": {
|
|
30116
|
+
"name": "*",
|
|
30117
|
+
"package": "./foundation-router"
|
|
30118
|
+
}
|
|
30119
|
+
},
|
|
30120
|
+
{
|
|
30121
|
+
"kind": "js",
|
|
30122
|
+
"name": "*",
|
|
30123
|
+
"declaration": {
|
|
30124
|
+
"name": "*",
|
|
30125
|
+
"package": "./logger"
|
|
30126
|
+
}
|
|
30127
|
+
},
|
|
30128
|
+
{
|
|
30129
|
+
"kind": "js",
|
|
30130
|
+
"name": "*",
|
|
30131
|
+
"declaration": {
|
|
30132
|
+
"name": "*",
|
|
30133
|
+
"package": "./navigation"
|
|
30134
|
+
}
|
|
30135
|
+
},
|
|
29718
30136
|
{
|
|
29719
30137
|
"kind": "js",
|
|
29720
30138
|
"name": "*",
|
|
@@ -29730,6 +30148,50 @@
|
|
|
29730
30148
|
"name": "*",
|
|
29731
30149
|
"package": "./router"
|
|
29732
30150
|
}
|
|
30151
|
+
},
|
|
30152
|
+
{
|
|
30153
|
+
"kind": "js",
|
|
30154
|
+
"name": "*",
|
|
30155
|
+
"declaration": {
|
|
30156
|
+
"name": "*",
|
|
30157
|
+
"package": "./routes"
|
|
30158
|
+
}
|
|
30159
|
+
},
|
|
30160
|
+
{
|
|
30161
|
+
"kind": "js",
|
|
30162
|
+
"name": "*",
|
|
30163
|
+
"declaration": {
|
|
30164
|
+
"name": "*",
|
|
30165
|
+
"package": "./types"
|
|
30166
|
+
}
|
|
30167
|
+
},
|
|
30168
|
+
{
|
|
30169
|
+
"kind": "js",
|
|
30170
|
+
"name": "*",
|
|
30171
|
+
"declaration": {
|
|
30172
|
+
"name": "*",
|
|
30173
|
+
"package": "./utils"
|
|
30174
|
+
}
|
|
30175
|
+
}
|
|
30176
|
+
]
|
|
30177
|
+
},
|
|
30178
|
+
{
|
|
30179
|
+
"kind": "javascript-module",
|
|
30180
|
+
"path": "src/router/logger.ts",
|
|
30181
|
+
"declarations": [
|
|
30182
|
+
{
|
|
30183
|
+
"kind": "variable",
|
|
30184
|
+
"name": "routerLogger"
|
|
30185
|
+
}
|
|
30186
|
+
],
|
|
30187
|
+
"exports": [
|
|
30188
|
+
{
|
|
30189
|
+
"kind": "js",
|
|
30190
|
+
"name": "routerLogger",
|
|
30191
|
+
"declaration": {
|
|
30192
|
+
"name": "routerLogger",
|
|
30193
|
+
"module": "src/router/logger.ts"
|
|
30194
|
+
}
|
|
29733
30195
|
}
|
|
29734
30196
|
]
|
|
29735
30197
|
},
|
|
@@ -29787,52 +30249,107 @@
|
|
|
29787
30249
|
"exports": [
|
|
29788
30250
|
{
|
|
29789
30251
|
"kind": "js",
|
|
29790
|
-
"name": "defaultNavItemPredicate",
|
|
30252
|
+
"name": "defaultNavItemPredicate",
|
|
30253
|
+
"declaration": {
|
|
30254
|
+
"name": "defaultNavItemPredicate",
|
|
30255
|
+
"module": "src/router/navItems.ts"
|
|
30256
|
+
}
|
|
30257
|
+
},
|
|
30258
|
+
{
|
|
30259
|
+
"kind": "js",
|
|
30260
|
+
"name": "defaultPlacementIndexPadding",
|
|
30261
|
+
"declaration": {
|
|
30262
|
+
"name": "defaultPlacementIndexPadding",
|
|
30263
|
+
"module": "src/router/navItems.ts"
|
|
30264
|
+
}
|
|
30265
|
+
},
|
|
30266
|
+
{
|
|
30267
|
+
"kind": "js",
|
|
30268
|
+
"name": "getNavItems",
|
|
30269
|
+
"declaration": {
|
|
30270
|
+
"name": "getNavItems",
|
|
30271
|
+
"module": "src/router/navItems.ts"
|
|
30272
|
+
}
|
|
30273
|
+
}
|
|
30274
|
+
]
|
|
30275
|
+
},
|
|
30276
|
+
{
|
|
30277
|
+
"kind": "javascript-module",
|
|
30278
|
+
"path": "src/router/navigation.ts",
|
|
30279
|
+
"declarations": [
|
|
30280
|
+
{
|
|
30281
|
+
"kind": "variable",
|
|
30282
|
+
"name": "FoundationRouteNav"
|
|
30283
|
+
}
|
|
30284
|
+
],
|
|
30285
|
+
"exports": [
|
|
30286
|
+
{
|
|
30287
|
+
"kind": "js",
|
|
30288
|
+
"name": "FoundationRouteNav",
|
|
30289
|
+
"declaration": {
|
|
30290
|
+
"name": "FoundationRouteNav",
|
|
30291
|
+
"module": "src/router/navigation.ts"
|
|
30292
|
+
}
|
|
30293
|
+
}
|
|
30294
|
+
]
|
|
30295
|
+
},
|
|
30296
|
+
{
|
|
30297
|
+
"kind": "javascript-module",
|
|
30298
|
+
"path": "src/router/router.ts",
|
|
30299
|
+
"declarations": [
|
|
30300
|
+
{
|
|
30301
|
+
"kind": "variable",
|
|
30302
|
+
"name": "routerProperty",
|
|
30303
|
+
"type": {
|
|
30304
|
+
"text": "string"
|
|
30305
|
+
},
|
|
30306
|
+
"default": "'$router'"
|
|
30307
|
+
},
|
|
30308
|
+
{
|
|
30309
|
+
"kind": "variable",
|
|
30310
|
+
"name": "Router"
|
|
30311
|
+
},
|
|
30312
|
+
{
|
|
30313
|
+
"kind": "class",
|
|
30314
|
+
"description": "",
|
|
30315
|
+
"name": "DefaultRouter",
|
|
30316
|
+
"superclass": {
|
|
30317
|
+
"name": "DefaultFASTRouter",
|
|
30318
|
+
"package": "@microsoft/fast-router"
|
|
30319
|
+
}
|
|
30320
|
+
}
|
|
30321
|
+
],
|
|
30322
|
+
"exports": [
|
|
30323
|
+
{
|
|
30324
|
+
"kind": "js",
|
|
30325
|
+
"name": "routerProperty",
|
|
29791
30326
|
"declaration": {
|
|
29792
|
-
"name": "
|
|
29793
|
-
"module": "src/router/
|
|
30327
|
+
"name": "routerProperty",
|
|
30328
|
+
"module": "src/router/router.ts"
|
|
29794
30329
|
}
|
|
29795
30330
|
},
|
|
29796
30331
|
{
|
|
29797
30332
|
"kind": "js",
|
|
29798
|
-
"name": "
|
|
30333
|
+
"name": "Router",
|
|
29799
30334
|
"declaration": {
|
|
29800
|
-
"name": "
|
|
29801
|
-
"module": "src/router/
|
|
30335
|
+
"name": "Router",
|
|
30336
|
+
"module": "src/router/router.ts"
|
|
29802
30337
|
}
|
|
29803
30338
|
},
|
|
29804
30339
|
{
|
|
29805
30340
|
"kind": "js",
|
|
29806
|
-
"name": "
|
|
30341
|
+
"name": "DefaultRouter",
|
|
29807
30342
|
"declaration": {
|
|
29808
|
-
"name": "
|
|
29809
|
-
"module": "src/router/
|
|
30343
|
+
"name": "DefaultRouter",
|
|
30344
|
+
"module": "src/router/router.ts"
|
|
29810
30345
|
}
|
|
29811
30346
|
}
|
|
29812
30347
|
]
|
|
29813
30348
|
},
|
|
29814
30349
|
{
|
|
29815
30350
|
"kind": "javascript-module",
|
|
29816
|
-
"path": "src/router/
|
|
30351
|
+
"path": "src/router/routes.ts",
|
|
29817
30352
|
"declarations": [
|
|
29818
|
-
{
|
|
29819
|
-
"kind": "class",
|
|
29820
|
-
"description": "",
|
|
29821
|
-
"name": "FoundationRouter",
|
|
29822
|
-
"members": [
|
|
29823
|
-
{
|
|
29824
|
-
"kind": "field",
|
|
29825
|
-
"name": "config",
|
|
29826
|
-
"type": {
|
|
29827
|
-
"text": "FoundationRouterConfiguration | null"
|
|
29828
|
-
}
|
|
29829
|
-
}
|
|
29830
|
-
],
|
|
29831
|
-
"superclass": {
|
|
29832
|
-
"name": "<local>_undefined",
|
|
29833
|
-
"module": "src/router/router.ts"
|
|
29834
|
-
}
|
|
29835
|
-
},
|
|
29836
30353
|
{
|
|
29837
30354
|
"kind": "class",
|
|
29838
30355
|
"description": "",
|
|
@@ -29863,123 +30380,211 @@
|
|
|
29863
30380
|
"name": "RouteCollection",
|
|
29864
30381
|
"package": "@microsoft/fast-router"
|
|
29865
30382
|
}
|
|
30383
|
+
}
|
|
30384
|
+
],
|
|
30385
|
+
"exports": [
|
|
30386
|
+
{
|
|
30387
|
+
"kind": "js",
|
|
30388
|
+
"name": "FoundationRouteCollection",
|
|
30389
|
+
"declaration": {
|
|
30390
|
+
"name": "FoundationRouteCollection",
|
|
30391
|
+
"module": "src/router/routes.ts"
|
|
30392
|
+
}
|
|
30393
|
+
}
|
|
30394
|
+
]
|
|
30395
|
+
},
|
|
30396
|
+
{
|
|
30397
|
+
"kind": "javascript-module",
|
|
30398
|
+
"path": "src/router/types.ts",
|
|
30399
|
+
"declarations": [],
|
|
30400
|
+
"exports": []
|
|
30401
|
+
},
|
|
30402
|
+
{
|
|
30403
|
+
"kind": "javascript-module",
|
|
30404
|
+
"path": "src/router/utils.ts",
|
|
30405
|
+
"declarations": [
|
|
30406
|
+
{
|
|
30407
|
+
"kind": "function",
|
|
30408
|
+
"name": "isAbsoluteUrl",
|
|
30409
|
+
"return": {
|
|
30410
|
+
"type": {
|
|
30411
|
+
"text": "boolean"
|
|
30412
|
+
}
|
|
30413
|
+
},
|
|
30414
|
+
"parameters": [
|
|
30415
|
+
{
|
|
30416
|
+
"name": "url",
|
|
30417
|
+
"type": {
|
|
30418
|
+
"text": "string"
|
|
30419
|
+
}
|
|
30420
|
+
}
|
|
30421
|
+
]
|
|
29866
30422
|
},
|
|
29867
30423
|
{
|
|
29868
|
-
"kind": "
|
|
29869
|
-
"
|
|
29870
|
-
"
|
|
29871
|
-
|
|
30424
|
+
"kind": "function",
|
|
30425
|
+
"name": "findRouter",
|
|
30426
|
+
"return": {
|
|
30427
|
+
"type": {
|
|
30428
|
+
"text": "Router | null"
|
|
30429
|
+
}
|
|
30430
|
+
},
|
|
30431
|
+
"parameters": [
|
|
29872
30432
|
{
|
|
29873
|
-
"
|
|
29874
|
-
"name": "container",
|
|
30433
|
+
"name": "relativeTo",
|
|
29875
30434
|
"type": {
|
|
29876
|
-
"text": "
|
|
29877
|
-
}
|
|
29878
|
-
|
|
29879
|
-
|
|
30435
|
+
"text": "HTMLElement | Router"
|
|
30436
|
+
}
|
|
30437
|
+
}
|
|
30438
|
+
]
|
|
30439
|
+
},
|
|
30440
|
+
{
|
|
30441
|
+
"kind": "function",
|
|
30442
|
+
"name": "findParentRouter",
|
|
30443
|
+
"return": {
|
|
30444
|
+
"type": {
|
|
30445
|
+
"text": "Router | null"
|
|
30446
|
+
}
|
|
30447
|
+
},
|
|
30448
|
+
"parameters": [
|
|
29880
30449
|
{
|
|
29881
|
-
"
|
|
29882
|
-
"name": "analytics",
|
|
30450
|
+
"name": "relativeTo",
|
|
29883
30451
|
"type": {
|
|
29884
|
-
"text": "
|
|
29885
|
-
}
|
|
29886
|
-
|
|
29887
|
-
|
|
30452
|
+
"text": "HTMLElement | Router"
|
|
30453
|
+
}
|
|
30454
|
+
}
|
|
30455
|
+
]
|
|
30456
|
+
},
|
|
30457
|
+
{
|
|
30458
|
+
"kind": "function",
|
|
30459
|
+
"name": "findTopLevelRouter",
|
|
30460
|
+
"return": {
|
|
30461
|
+
"type": {
|
|
30462
|
+
"text": "Router | null"
|
|
30463
|
+
}
|
|
30464
|
+
},
|
|
30465
|
+
"parameters": [
|
|
29888
30466
|
{
|
|
29889
|
-
"
|
|
29890
|
-
"name": "user",
|
|
30467
|
+
"name": "relativeTo",
|
|
29891
30468
|
"type": {
|
|
29892
|
-
"text": "
|
|
29893
|
-
}
|
|
29894
|
-
|
|
29895
|
-
|
|
30469
|
+
"text": "HTMLElement | Router"
|
|
30470
|
+
}
|
|
30471
|
+
}
|
|
30472
|
+
]
|
|
30473
|
+
},
|
|
30474
|
+
{
|
|
30475
|
+
"kind": "function",
|
|
30476
|
+
"name": "pathJoin",
|
|
30477
|
+
"parameters": [
|
|
29896
30478
|
{
|
|
29897
|
-
"
|
|
29898
|
-
"name": "routes",
|
|
30479
|
+
"name": "parts",
|
|
29899
30480
|
"type": {
|
|
29900
|
-
"text": "
|
|
29901
|
-
}
|
|
29902
|
-
"privacy": "public",
|
|
29903
|
-
"readonly": true,
|
|
29904
|
-
"default": "new FoundationRouteCollection<TSettings>(this)"
|
|
30481
|
+
"text": "string[]"
|
|
30482
|
+
}
|
|
29905
30483
|
},
|
|
29906
30484
|
{
|
|
29907
|
-
"
|
|
29908
|
-
"
|
|
29909
|
-
"return": {
|
|
29910
|
-
"type": {
|
|
29911
|
-
"text": "FoundationRouteNavItem[]"
|
|
29912
|
-
}
|
|
29913
|
-
},
|
|
29914
|
-
"parameters": [
|
|
29915
|
-
{
|
|
29916
|
-
"name": "predicate",
|
|
29917
|
-
"default": "defaultNavItemPredicate",
|
|
29918
|
-
"type": {
|
|
29919
|
-
"text": "NavItemPredicate"
|
|
29920
|
-
}
|
|
29921
|
-
}
|
|
29922
|
-
]
|
|
30485
|
+
"name": "separator",
|
|
30486
|
+
"default": "'/'"
|
|
29923
30487
|
},
|
|
29924
30488
|
{
|
|
29925
|
-
"
|
|
29926
|
-
"
|
|
30489
|
+
"name": "allowTrailingSeparator",
|
|
30490
|
+
"default": "false"
|
|
30491
|
+
}
|
|
30492
|
+
]
|
|
30493
|
+
},
|
|
30494
|
+
{
|
|
30495
|
+
"kind": "function",
|
|
30496
|
+
"name": "removeLastPathSegment",
|
|
30497
|
+
"return": {
|
|
30498
|
+
"type": {
|
|
30499
|
+
"text": "string"
|
|
30500
|
+
}
|
|
30501
|
+
},
|
|
30502
|
+
"parameters": [
|
|
30503
|
+
{
|
|
30504
|
+
"name": "path",
|
|
30505
|
+
"type": {
|
|
30506
|
+
"text": "string"
|
|
30507
|
+
}
|
|
29927
30508
|
},
|
|
29928
30509
|
{
|
|
29929
|
-
"
|
|
29930
|
-
"
|
|
29931
|
-
"return": {
|
|
29932
|
-
"type": {
|
|
29933
|
-
"text": "T"
|
|
29934
|
-
}
|
|
29935
|
-
},
|
|
29936
|
-
"parameters": [
|
|
29937
|
-
{
|
|
29938
|
-
"name": "Type",
|
|
29939
|
-
"type": {
|
|
29940
|
-
"text": "Constructable<T>"
|
|
29941
|
-
}
|
|
29942
|
-
}
|
|
29943
|
-
]
|
|
30510
|
+
"name": "separator",
|
|
30511
|
+
"default": "'/'"
|
|
29944
30512
|
}
|
|
29945
|
-
]
|
|
29946
|
-
|
|
29947
|
-
|
|
29948
|
-
|
|
29949
|
-
|
|
30513
|
+
]
|
|
30514
|
+
},
|
|
30515
|
+
{
|
|
30516
|
+
"kind": "function",
|
|
30517
|
+
"name": "removeChildRouteParameter",
|
|
30518
|
+
"return": {
|
|
30519
|
+
"type": {
|
|
30520
|
+
"text": "string"
|
|
30521
|
+
}
|
|
30522
|
+
},
|
|
30523
|
+
"parameters": [
|
|
30524
|
+
{
|
|
30525
|
+
"name": "path",
|
|
30526
|
+
"type": {
|
|
30527
|
+
"text": "string"
|
|
30528
|
+
}
|
|
30529
|
+
}
|
|
30530
|
+
]
|
|
29950
30531
|
}
|
|
29951
30532
|
],
|
|
29952
30533
|
"exports": [
|
|
29953
30534
|
{
|
|
29954
30535
|
"kind": "js",
|
|
29955
|
-
"name": "
|
|
30536
|
+
"name": "isAbsoluteUrl",
|
|
29956
30537
|
"declaration": {
|
|
29957
|
-
"name": "
|
|
29958
|
-
"module": "src/router/
|
|
30538
|
+
"name": "isAbsoluteUrl",
|
|
30539
|
+
"module": "src/router/utils.ts"
|
|
29959
30540
|
}
|
|
29960
30541
|
},
|
|
29961
30542
|
{
|
|
29962
|
-
"kind": "
|
|
29963
|
-
"name": "
|
|
30543
|
+
"kind": "js",
|
|
30544
|
+
"name": "findRouter",
|
|
29964
30545
|
"declaration": {
|
|
29965
|
-
"name": "
|
|
29966
|
-
"module": "src/router/
|
|
30546
|
+
"name": "findRouter",
|
|
30547
|
+
"module": "src/router/utils.ts"
|
|
29967
30548
|
}
|
|
29968
30549
|
},
|
|
29969
30550
|
{
|
|
29970
30551
|
"kind": "js",
|
|
29971
|
-
"name": "
|
|
30552
|
+
"name": "findParentRouter",
|
|
29972
30553
|
"declaration": {
|
|
29973
|
-
"name": "
|
|
29974
|
-
"module": "src/router/
|
|
30554
|
+
"name": "findParentRouter",
|
|
30555
|
+
"module": "src/router/utils.ts"
|
|
29975
30556
|
}
|
|
29976
30557
|
},
|
|
29977
30558
|
{
|
|
29978
30559
|
"kind": "js",
|
|
29979
|
-
"name": "
|
|
30560
|
+
"name": "findTopLevelRouter",
|
|
29980
30561
|
"declaration": {
|
|
29981
|
-
"name": "
|
|
29982
|
-
"module": "src/router/
|
|
30562
|
+
"name": "findTopLevelRouter",
|
|
30563
|
+
"module": "src/router/utils.ts"
|
|
30564
|
+
}
|
|
30565
|
+
},
|
|
30566
|
+
{
|
|
30567
|
+
"kind": "js",
|
|
30568
|
+
"name": "pathJoin",
|
|
30569
|
+
"declaration": {
|
|
30570
|
+
"name": "pathJoin",
|
|
30571
|
+
"module": "src/router/utils.ts"
|
|
30572
|
+
}
|
|
30573
|
+
},
|
|
30574
|
+
{
|
|
30575
|
+
"kind": "js",
|
|
30576
|
+
"name": "removeLastPathSegment",
|
|
30577
|
+
"declaration": {
|
|
30578
|
+
"name": "removeLastPathSegment",
|
|
30579
|
+
"module": "src/router/utils.ts"
|
|
30580
|
+
}
|
|
30581
|
+
},
|
|
30582
|
+
{
|
|
30583
|
+
"kind": "js",
|
|
30584
|
+
"name": "removeChildRouteParameter",
|
|
30585
|
+
"declaration": {
|
|
30586
|
+
"name": "removeChildRouteParameter",
|
|
30587
|
+
"module": "src/router/utils.ts"
|
|
29983
30588
|
}
|
|
29984
30589
|
}
|
|
29985
30590
|
]
|