@genesislcap/foundation-ui 14.169.0 → 14.170.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 +1610 -1610
- package/package.json +15 -15
|
@@ -817,6 +817,82 @@
|
|
|
817
817
|
}
|
|
818
818
|
]
|
|
819
819
|
},
|
|
820
|
+
{
|
|
821
|
+
"kind": "javascript-module",
|
|
822
|
+
"path": "src/_common/icons.ts",
|
|
823
|
+
"declarations": [
|
|
824
|
+
{
|
|
825
|
+
"kind": "function",
|
|
826
|
+
"name": "closeIcon",
|
|
827
|
+
"parameters": [
|
|
828
|
+
{
|
|
829
|
+
"name": "slot",
|
|
830
|
+
"default": "'start'"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "fill",
|
|
834
|
+
"default": "'#879ba6'"
|
|
835
|
+
}
|
|
836
|
+
]
|
|
837
|
+
}
|
|
838
|
+
],
|
|
839
|
+
"exports": [
|
|
840
|
+
{
|
|
841
|
+
"kind": "js",
|
|
842
|
+
"name": "closeIcon",
|
|
843
|
+
"declaration": {
|
|
844
|
+
"name": "closeIcon",
|
|
845
|
+
"module": "src/_common/icons.ts"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"kind": "javascript-module",
|
|
852
|
+
"path": "src/_common/index.ts",
|
|
853
|
+
"declarations": [],
|
|
854
|
+
"exports": [
|
|
855
|
+
{
|
|
856
|
+
"kind": "js",
|
|
857
|
+
"name": "*",
|
|
858
|
+
"declaration": {
|
|
859
|
+
"name": "*",
|
|
860
|
+
"package": "./icons"
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
]
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "javascript-module",
|
|
867
|
+
"path": "src/_config/index.ts",
|
|
868
|
+
"declarations": [],
|
|
869
|
+
"exports": [
|
|
870
|
+
{
|
|
871
|
+
"kind": "js",
|
|
872
|
+
"name": "*",
|
|
873
|
+
"declaration": {
|
|
874
|
+
"name": "*",
|
|
875
|
+
"package": "./styles"
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"kind": "js",
|
|
880
|
+
"name": "*",
|
|
881
|
+
"declaration": {
|
|
882
|
+
"name": "*",
|
|
883
|
+
"package": "./tokens"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"kind": "js",
|
|
888
|
+
"name": "*",
|
|
889
|
+
"declaration": {
|
|
890
|
+
"name": "*",
|
|
891
|
+
"package": "./values"
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
]
|
|
895
|
+
},
|
|
820
896
|
{
|
|
821
897
|
"kind": "javascript-module",
|
|
822
898
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1001,34 +1077,11 @@
|
|
|
1001
1077
|
},
|
|
1002
1078
|
{
|
|
1003
1079
|
"kind": "javascript-module",
|
|
1004
|
-
"path": "src/
|
|
1080
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1005
1081
|
"declarations": [
|
|
1006
1082
|
{
|
|
1007
1083
|
"kind": "function",
|
|
1008
|
-
"name": "
|
|
1009
|
-
"return": {
|
|
1010
|
-
"type": {
|
|
1011
|
-
"text": "ElementStyles"
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
"parameters": [
|
|
1015
|
-
{
|
|
1016
|
-
"name": "context",
|
|
1017
|
-
"type": {
|
|
1018
|
-
"text": "ElementDefinitionContext"
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"name": "definition",
|
|
1023
|
-
"type": {
|
|
1024
|
-
"text": "FoundationElementDefinition"
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
]
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"kind": "function",
|
|
1031
|
-
"name": "foundationActionsMenuStyles",
|
|
1084
|
+
"name": "foundationAccordionItemStyles",
|
|
1032
1085
|
"return": {
|
|
1033
1086
|
"type": {
|
|
1034
1087
|
"text": "ElementStyles"
|
|
@@ -1053,270 +1106,157 @@
|
|
|
1053
1106
|
"exports": [
|
|
1054
1107
|
{
|
|
1055
1108
|
"kind": "js",
|
|
1056
|
-
"name": "
|
|
1057
|
-
"declaration": {
|
|
1058
|
-
"name": "actionsMenuBaseStyles",
|
|
1059
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"kind": "js",
|
|
1064
|
-
"name": "foundationActionsMenuStyles",
|
|
1109
|
+
"name": "foundationAccordionItemStyles",
|
|
1065
1110
|
"declaration": {
|
|
1066
|
-
"name": "
|
|
1067
|
-
"module": "src/
|
|
1111
|
+
"name": "foundationAccordionItemStyles",
|
|
1112
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1068
1113
|
}
|
|
1069
1114
|
}
|
|
1070
1115
|
]
|
|
1071
1116
|
},
|
|
1072
1117
|
{
|
|
1073
1118
|
"kind": "javascript-module",
|
|
1074
|
-
"path": "src/
|
|
1119
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1075
1120
|
"declarations": [
|
|
1076
1121
|
{
|
|
1077
1122
|
"kind": "function",
|
|
1078
|
-
"name": "
|
|
1123
|
+
"name": "foundationAccordionItemTemplate",
|
|
1124
|
+
"return": {
|
|
1125
|
+
"type": {
|
|
1126
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1079
1129
|
"parameters": [
|
|
1080
1130
|
{
|
|
1081
|
-
"name": "
|
|
1131
|
+
"name": "context",
|
|
1082
1132
|
"type": {
|
|
1083
|
-
"text": "
|
|
1133
|
+
"text": "ElementDefinitionContext"
|
|
1084
1134
|
}
|
|
1085
|
-
}
|
|
1086
|
-
]
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"kind": "function",
|
|
1090
|
-
"name": "singleOptionTemplate",
|
|
1091
|
-
"parameters": [
|
|
1135
|
+
},
|
|
1092
1136
|
{
|
|
1093
|
-
"name": "
|
|
1137
|
+
"name": "definition",
|
|
1094
1138
|
"type": {
|
|
1095
|
-
"text": "
|
|
1139
|
+
"text": "FoundationElementDefinition"
|
|
1096
1140
|
}
|
|
1097
1141
|
}
|
|
1098
1142
|
]
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"kind": "variable",
|
|
1102
|
-
"name": "foundationActionsMenuTemplate",
|
|
1103
|
-
"type": {
|
|
1104
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1105
|
-
},
|
|
1106
|
-
"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`"
|
|
1107
1143
|
}
|
|
1108
1144
|
],
|
|
1109
1145
|
"exports": [
|
|
1110
1146
|
{
|
|
1111
1147
|
"kind": "js",
|
|
1112
|
-
"name": "
|
|
1113
|
-
"declaration": {
|
|
1114
|
-
"name": "menuTemplate",
|
|
1115
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1116
|
-
}
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"kind": "js",
|
|
1120
|
-
"name": "singleOptionTemplate",
|
|
1121
|
-
"declaration": {
|
|
1122
|
-
"name": "singleOptionTemplate",
|
|
1123
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1124
|
-
}
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"kind": "js",
|
|
1128
|
-
"name": "foundationActionsMenuTemplate",
|
|
1148
|
+
"name": "foundationAccordionItemTemplate",
|
|
1129
1149
|
"declaration": {
|
|
1130
|
-
"name": "
|
|
1131
|
-
"module": "src/
|
|
1150
|
+
"name": "foundationAccordionItemTemplate",
|
|
1151
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1132
1152
|
}
|
|
1133
1153
|
}
|
|
1134
1154
|
]
|
|
1135
1155
|
},
|
|
1136
1156
|
{
|
|
1137
1157
|
"kind": "javascript-module",
|
|
1138
|
-
"path": "src/
|
|
1158
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1139
1159
|
"declarations": [
|
|
1140
1160
|
{
|
|
1141
1161
|
"kind": "class",
|
|
1142
1162
|
"description": "",
|
|
1143
|
-
"name": "
|
|
1144
|
-
"
|
|
1163
|
+
"name": "AccordionItem",
|
|
1164
|
+
"superclass": {
|
|
1165
|
+
"name": "FASTAccordionItem",
|
|
1166
|
+
"package": "@microsoft/fast-components"
|
|
1167
|
+
},
|
|
1168
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1169
|
+
"customElement": true,
|
|
1170
|
+
"attributes": [
|
|
1145
1171
|
{
|
|
1146
|
-
"
|
|
1147
|
-
"name": "actions",
|
|
1172
|
+
"name": "heading-level",
|
|
1148
1173
|
"type": {
|
|
1149
|
-
"text": "
|
|
1174
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1175
|
+
},
|
|
1176
|
+
"default": "2",
|
|
1177
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1178
|
+
"fieldName": "headinglevel",
|
|
1179
|
+
"inheritedFrom": {
|
|
1180
|
+
"name": "AccordionItem",
|
|
1181
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1150
1182
|
}
|
|
1151
1183
|
},
|
|
1152
1184
|
{
|
|
1153
|
-
"kind": "field",
|
|
1154
|
-
"name": "isVertical",
|
|
1155
1185
|
"type": {
|
|
1156
1186
|
"text": "boolean"
|
|
1157
1187
|
},
|
|
1158
|
-
"default": "false"
|
|
1188
|
+
"default": "false",
|
|
1189
|
+
"description": "Expands or collapses the item.",
|
|
1190
|
+
"fieldName": "expanded",
|
|
1191
|
+
"inheritedFrom": {
|
|
1192
|
+
"name": "AccordionItem",
|
|
1193
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1194
|
+
}
|
|
1159
1195
|
},
|
|
1160
1196
|
{
|
|
1161
|
-
"
|
|
1162
|
-
"name": "addDefaultActions",
|
|
1197
|
+
"name": "id",
|
|
1163
1198
|
"type": {
|
|
1164
|
-
"text": "
|
|
1199
|
+
"text": "string"
|
|
1165
1200
|
},
|
|
1166
|
-
"
|
|
1167
|
-
|
|
1201
|
+
"description": "The item ID",
|
|
1202
|
+
"fieldName": "id",
|
|
1203
|
+
"inheritedFrom": {
|
|
1204
|
+
"name": "AccordionItem",
|
|
1205
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
],
|
|
1209
|
+
"members": [
|
|
1168
1210
|
{
|
|
1169
1211
|
"kind": "field",
|
|
1170
|
-
"name": "
|
|
1212
|
+
"name": "headinglevel",
|
|
1171
1213
|
"type": {
|
|
1172
|
-
"text": "
|
|
1214
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1173
1215
|
},
|
|
1174
|
-
"
|
|
1216
|
+
"privacy": "public",
|
|
1217
|
+
"default": "2",
|
|
1218
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1219
|
+
"inheritedFrom": {
|
|
1220
|
+
"name": "AccordionItem",
|
|
1221
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1222
|
+
}
|
|
1175
1223
|
},
|
|
1176
1224
|
{
|
|
1177
1225
|
"kind": "field",
|
|
1178
|
-
"name": "
|
|
1226
|
+
"name": "expanded",
|
|
1179
1227
|
"type": {
|
|
1180
|
-
"text": "
|
|
1228
|
+
"text": "boolean"
|
|
1229
|
+
},
|
|
1230
|
+
"privacy": "public",
|
|
1231
|
+
"default": "false",
|
|
1232
|
+
"description": "Expands or collapses the item.",
|
|
1233
|
+
"inheritedFrom": {
|
|
1234
|
+
"name": "AccordionItem",
|
|
1235
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1181
1236
|
}
|
|
1182
1237
|
},
|
|
1183
1238
|
{
|
|
1184
1239
|
"kind": "field",
|
|
1185
|
-
"name": "
|
|
1240
|
+
"name": "id",
|
|
1186
1241
|
"type": {
|
|
1187
|
-
"text": "
|
|
1242
|
+
"text": "string"
|
|
1243
|
+
},
|
|
1244
|
+
"privacy": "public",
|
|
1245
|
+
"description": "The item ID",
|
|
1246
|
+
"inheritedFrom": {
|
|
1247
|
+
"name": "AccordionItem",
|
|
1248
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1188
1249
|
}
|
|
1189
1250
|
},
|
|
1190
1251
|
{
|
|
1191
1252
|
"kind": "field",
|
|
1192
|
-
"name": "
|
|
1193
|
-
"
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"kind": "field",
|
|
1200
|
-
"name": "open",
|
|
1201
|
-
"type": {
|
|
1202
|
-
"text": "boolean"
|
|
1203
|
-
},
|
|
1204
|
-
"default": "false"
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"kind": "field",
|
|
1208
|
-
"name": "buttonAppearance",
|
|
1209
|
-
"type": {
|
|
1210
|
-
"text": "string"
|
|
1211
|
-
}
|
|
1212
|
-
},
|
|
1213
|
-
{
|
|
1214
|
-
"kind": "field",
|
|
1215
|
-
"name": "hideDisabled",
|
|
1216
|
-
"type": {
|
|
1217
|
-
"text": "boolean"
|
|
1218
|
-
},
|
|
1219
|
-
"default": "false"
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
"kind": "field",
|
|
1223
|
-
"name": "hideMenuSingleOption",
|
|
1224
|
-
"type": {
|
|
1225
|
-
"text": "boolean"
|
|
1226
|
-
},
|
|
1227
|
-
"default": "false"
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
"kind": "field",
|
|
1231
|
-
"name": "singleOption",
|
|
1232
|
-
"type": {
|
|
1233
|
-
"text": "ActionMenuItem"
|
|
1234
|
-
}
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
"kind": "field",
|
|
1238
|
-
"name": "actionsMenu",
|
|
1239
|
-
"type": {
|
|
1240
|
-
"text": "HTMLElement"
|
|
1253
|
+
"name": "change",
|
|
1254
|
+
"privacy": "private",
|
|
1255
|
+
"inheritedFrom": {
|
|
1256
|
+
"name": "AccordionItem",
|
|
1257
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1241
1258
|
}
|
|
1242
1259
|
},
|
|
1243
|
-
{
|
|
1244
|
-
"kind": "method",
|
|
1245
|
-
"name": "definitionChanged",
|
|
1246
|
-
"privacy": "protected",
|
|
1247
|
-
"parameters": [
|
|
1248
|
-
{
|
|
1249
|
-
"name": "oldValue",
|
|
1250
|
-
"type": {
|
|
1251
|
-
"text": "any"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"name": "newValue",
|
|
1256
|
-
"type": {
|
|
1257
|
-
"text": "any"
|
|
1258
|
-
}
|
|
1259
|
-
}
|
|
1260
|
-
]
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"kind": "method",
|
|
1264
|
-
"name": "openChanged",
|
|
1265
|
-
"privacy": "protected"
|
|
1266
|
-
},
|
|
1267
|
-
{
|
|
1268
|
-
"kind": "method",
|
|
1269
|
-
"name": "toggleActionsMenuVisibility"
|
|
1270
|
-
},
|
|
1271
|
-
{
|
|
1272
|
-
"kind": "method",
|
|
1273
|
-
"name": "onActionMenuItemClick",
|
|
1274
|
-
"parameters": [
|
|
1275
|
-
{
|
|
1276
|
-
"name": "callback",
|
|
1277
|
-
"type": {
|
|
1278
|
-
"text": "(rowData) => void | any"
|
|
1279
|
-
}
|
|
1280
|
-
}
|
|
1281
|
-
]
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"kind": "field",
|
|
1285
|
-
"name": "allActions",
|
|
1286
|
-
"type": {
|
|
1287
|
-
"text": "ActionMenuItem[]"
|
|
1288
|
-
},
|
|
1289
|
-
"readonly": true
|
|
1290
|
-
},
|
|
1291
|
-
{
|
|
1292
|
-
"kind": "field",
|
|
1293
|
-
"name": "rowData",
|
|
1294
|
-
"readonly": true
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
"kind": "method",
|
|
1298
|
-
"name": "getLabel",
|
|
1299
|
-
"parameters": [
|
|
1300
|
-
{
|
|
1301
|
-
"name": "name",
|
|
1302
|
-
"type": {
|
|
1303
|
-
"text": "string | ((rowData: any) => string)"
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
]
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"kind": "method",
|
|
1310
|
-
"name": "getTemplate",
|
|
1311
|
-
"parameters": [
|
|
1312
|
-
{
|
|
1313
|
-
"name": "prefix",
|
|
1314
|
-
"type": {
|
|
1315
|
-
"text": "string"
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
1260
|
{
|
|
1321
1261
|
"kind": "field",
|
|
1322
1262
|
"name": "_presentation",
|
|
@@ -1429,107 +1369,78 @@
|
|
|
1429
1369
|
}
|
|
1430
1370
|
}
|
|
1431
1371
|
],
|
|
1432
|
-
"
|
|
1433
|
-
{
|
|
1434
|
-
"name": "is-vertical",
|
|
1435
|
-
"type": {
|
|
1436
|
-
"text": "boolean"
|
|
1437
|
-
},
|
|
1438
|
-
"default": "false",
|
|
1439
|
-
"fieldName": "isVertical"
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"name": "add-default-actions",
|
|
1443
|
-
"type": {
|
|
1444
|
-
"text": "boolean"
|
|
1445
|
-
},
|
|
1446
|
-
"default": "true",
|
|
1447
|
-
"fieldName": "addDefaultActions"
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"name": "auto-close-on-action",
|
|
1451
|
-
"type": {
|
|
1452
|
-
"text": "boolean"
|
|
1453
|
-
},
|
|
1454
|
-
"default": "true",
|
|
1455
|
-
"fieldName": "autoCloseOnAction"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"name": "name",
|
|
1459
|
-
"type": {
|
|
1460
|
-
"text": "string"
|
|
1461
|
-
},
|
|
1462
|
-
"default": "'Actions'",
|
|
1463
|
-
"fieldName": "name"
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"name": "open",
|
|
1467
|
-
"type": {
|
|
1468
|
-
"text": "boolean"
|
|
1469
|
-
},
|
|
1470
|
-
"default": "false",
|
|
1471
|
-
"fieldName": "open"
|
|
1472
|
-
},
|
|
1473
|
-
{
|
|
1474
|
-
"name": "buttonAppearance",
|
|
1475
|
-
"type": {
|
|
1476
|
-
"text": "string"
|
|
1477
|
-
},
|
|
1478
|
-
"fieldName": "buttonAppearance"
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"name": "hide-disabled",
|
|
1482
|
-
"type": {
|
|
1483
|
-
"text": "boolean"
|
|
1484
|
-
},
|
|
1485
|
-
"default": "false",
|
|
1486
|
-
"fieldName": "hideDisabled"
|
|
1487
|
-
},
|
|
1372
|
+
"events": [
|
|
1488
1373
|
{
|
|
1489
|
-
"
|
|
1490
|
-
"
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1374
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1375
|
+
"name": "change",
|
|
1376
|
+
"inheritedFrom": {
|
|
1377
|
+
"name": "AccordionItem",
|
|
1378
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1379
|
+
}
|
|
1495
1380
|
}
|
|
1496
|
-
]
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1381
|
+
]
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "variable",
|
|
1385
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1386
|
+
"type": {
|
|
1387
|
+
"text": "ShadowRootInit"
|
|
1500
1388
|
},
|
|
1501
|
-
"
|
|
1502
|
-
"customElement": true
|
|
1389
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1503
1390
|
},
|
|
1504
1391
|
{
|
|
1505
1392
|
"kind": "variable",
|
|
1506
|
-
"name": "
|
|
1507
|
-
"
|
|
1393
|
+
"name": "defaultAccordionItemConfig",
|
|
1394
|
+
"type": {
|
|
1395
|
+
"text": "object"
|
|
1396
|
+
},
|
|
1397
|
+
"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}"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "variable",
|
|
1401
|
+
"name": "foundationAccordionItem",
|
|
1402
|
+
"description": "The Foundation Accordion Item",
|
|
1508
1403
|
"privacy": "public"
|
|
1509
1404
|
}
|
|
1510
1405
|
],
|
|
1511
1406
|
"exports": [
|
|
1512
1407
|
{
|
|
1513
1408
|
"kind": "js",
|
|
1514
|
-
"name": "
|
|
1409
|
+
"name": "AccordionItem",
|
|
1515
1410
|
"declaration": {
|
|
1516
|
-
"name": "
|
|
1517
|
-
"module": "src/
|
|
1411
|
+
"name": "AccordionItem",
|
|
1412
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1518
1413
|
}
|
|
1519
1414
|
},
|
|
1520
1415
|
{
|
|
1521
1416
|
"kind": "js",
|
|
1522
|
-
"name": "
|
|
1417
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1523
1418
|
"declaration": {
|
|
1524
|
-
"name": "
|
|
1525
|
-
"module": "src/
|
|
1419
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1420
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "js",
|
|
1425
|
+
"name": "defaultAccordionItemConfig",
|
|
1426
|
+
"declaration": {
|
|
1427
|
+
"name": "defaultAccordionItemConfig",
|
|
1428
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "js",
|
|
1433
|
+
"name": "foundationAccordionItem",
|
|
1434
|
+
"declaration": {
|
|
1435
|
+
"name": "foundationAccordionItem",
|
|
1436
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1526
1437
|
}
|
|
1527
1438
|
}
|
|
1528
1439
|
]
|
|
1529
1440
|
},
|
|
1530
1441
|
{
|
|
1531
1442
|
"kind": "javascript-module",
|
|
1532
|
-
"path": "src/
|
|
1443
|
+
"path": "src/accordion-item/index.ts",
|
|
1533
1444
|
"declarations": [],
|
|
1534
1445
|
"exports": [
|
|
1535
1446
|
{
|
|
@@ -1537,7 +1448,7 @@
|
|
|
1537
1448
|
"name": "*",
|
|
1538
1449
|
"declaration": {
|
|
1539
1450
|
"name": "*",
|
|
1540
|
-
"package": "./
|
|
1451
|
+
"package": "./accordion-item.template"
|
|
1541
1452
|
}
|
|
1542
1453
|
},
|
|
1543
1454
|
{
|
|
@@ -1545,7 +1456,7 @@
|
|
|
1545
1456
|
"name": "*",
|
|
1546
1457
|
"declaration": {
|
|
1547
1458
|
"name": "*",
|
|
1548
|
-
"package": "./
|
|
1459
|
+
"package": "./accordion-item.styles"
|
|
1549
1460
|
}
|
|
1550
1461
|
},
|
|
1551
1462
|
{
|
|
@@ -1553,18 +1464,41 @@
|
|
|
1553
1464
|
"name": "*",
|
|
1554
1465
|
"declaration": {
|
|
1555
1466
|
"name": "*",
|
|
1556
|
-
"package": "./
|
|
1467
|
+
"package": "./accordion-item"
|
|
1557
1468
|
}
|
|
1558
1469
|
}
|
|
1559
1470
|
]
|
|
1560
1471
|
},
|
|
1561
1472
|
{
|
|
1562
1473
|
"kind": "javascript-module",
|
|
1563
|
-
"path": "src/
|
|
1474
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1564
1475
|
"declarations": [
|
|
1565
1476
|
{
|
|
1566
1477
|
"kind": "function",
|
|
1567
|
-
"name": "
|
|
1478
|
+
"name": "actionsMenuBaseStyles",
|
|
1479
|
+
"return": {
|
|
1480
|
+
"type": {
|
|
1481
|
+
"text": "ElementStyles"
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
"parameters": [
|
|
1485
|
+
{
|
|
1486
|
+
"name": "context",
|
|
1487
|
+
"type": {
|
|
1488
|
+
"text": "ElementDefinitionContext"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"name": "definition",
|
|
1493
|
+
"type": {
|
|
1494
|
+
"text": "FoundationElementDefinition"
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
]
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"kind": "function",
|
|
1501
|
+
"name": "foundationActionsMenuStyles",
|
|
1568
1502
|
"return": {
|
|
1569
1503
|
"type": {
|
|
1570
1504
|
"text": "ElementStyles"
|
|
@@ -1589,292 +1523,269 @@
|
|
|
1589
1523
|
"exports": [
|
|
1590
1524
|
{
|
|
1591
1525
|
"kind": "js",
|
|
1592
|
-
"name": "
|
|
1526
|
+
"name": "actionsMenuBaseStyles",
|
|
1593
1527
|
"declaration": {
|
|
1594
|
-
"name": "
|
|
1595
|
-
"module": "src/
|
|
1528
|
+
"name": "actionsMenuBaseStyles",
|
|
1529
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"kind": "js",
|
|
1534
|
+
"name": "foundationActionsMenuStyles",
|
|
1535
|
+
"declaration": {
|
|
1536
|
+
"name": "foundationActionsMenuStyles",
|
|
1537
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1596
1538
|
}
|
|
1597
1539
|
}
|
|
1598
1540
|
]
|
|
1599
1541
|
},
|
|
1600
1542
|
{
|
|
1601
1543
|
"kind": "javascript-module",
|
|
1602
|
-
"path": "src/
|
|
1544
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1603
1545
|
"declarations": [
|
|
1604
1546
|
{
|
|
1605
1547
|
"kind": "function",
|
|
1606
|
-
"name": "
|
|
1607
|
-
"return": {
|
|
1608
|
-
"type": {
|
|
1609
|
-
"text": "ViewTemplate<Anchor>"
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1548
|
+
"name": "menuTemplate",
|
|
1612
1549
|
"parameters": [
|
|
1613
1550
|
{
|
|
1614
|
-
"name": "
|
|
1551
|
+
"name": "prefix",
|
|
1615
1552
|
"type": {
|
|
1616
|
-
"text": "
|
|
1553
|
+
"text": "string"
|
|
1617
1554
|
}
|
|
1618
|
-
}
|
|
1555
|
+
}
|
|
1556
|
+
]
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"kind": "function",
|
|
1560
|
+
"name": "singleOptionTemplate",
|
|
1561
|
+
"parameters": [
|
|
1619
1562
|
{
|
|
1620
|
-
"name": "
|
|
1563
|
+
"name": "prefix",
|
|
1621
1564
|
"type": {
|
|
1622
|
-
"text": "
|
|
1565
|
+
"text": "string"
|
|
1623
1566
|
}
|
|
1624
1567
|
}
|
|
1625
1568
|
]
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"kind": "variable",
|
|
1572
|
+
"name": "foundationActionsMenuTemplate",
|
|
1573
|
+
"type": {
|
|
1574
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1575
|
+
},
|
|
1576
|
+
"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`"
|
|
1626
1577
|
}
|
|
1627
1578
|
],
|
|
1628
1579
|
"exports": [
|
|
1629
1580
|
{
|
|
1630
1581
|
"kind": "js",
|
|
1631
|
-
"name": "
|
|
1582
|
+
"name": "menuTemplate",
|
|
1632
1583
|
"declaration": {
|
|
1633
|
-
"name": "
|
|
1634
|
-
"module": "src/
|
|
1584
|
+
"name": "menuTemplate",
|
|
1585
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"kind": "js",
|
|
1590
|
+
"name": "singleOptionTemplate",
|
|
1591
|
+
"declaration": {
|
|
1592
|
+
"name": "singleOptionTemplate",
|
|
1593
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "js",
|
|
1598
|
+
"name": "foundationActionsMenuTemplate",
|
|
1599
|
+
"declaration": {
|
|
1600
|
+
"name": "foundationActionsMenuTemplate",
|
|
1601
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1635
1602
|
}
|
|
1636
1603
|
}
|
|
1637
1604
|
]
|
|
1638
1605
|
},
|
|
1639
1606
|
{
|
|
1640
1607
|
"kind": "javascript-module",
|
|
1641
|
-
"path": "src/
|
|
1608
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1642
1609
|
"declarations": [
|
|
1643
1610
|
{
|
|
1644
1611
|
"kind": "class",
|
|
1645
1612
|
"description": "",
|
|
1646
|
-
"name": "
|
|
1647
|
-
"
|
|
1648
|
-
"name": "FASTAnchor",
|
|
1649
|
-
"package": "@microsoft/fast-components"
|
|
1650
|
-
},
|
|
1651
|
-
"tagName": "%%prefix%%-anchor",
|
|
1652
|
-
"customElement": true,
|
|
1653
|
-
"attributes": [
|
|
1613
|
+
"name": "ActionsMenu",
|
|
1614
|
+
"members": [
|
|
1654
1615
|
{
|
|
1655
|
-
"
|
|
1616
|
+
"kind": "field",
|
|
1617
|
+
"name": "actions",
|
|
1656
1618
|
"type": {
|
|
1657
|
-
"text": "
|
|
1658
|
-
},
|
|
1659
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1660
|
-
"fieldName": "download",
|
|
1661
|
-
"inheritedFrom": {
|
|
1662
|
-
"name": "Anchor",
|
|
1663
|
-
"module": "src/anchor/anchor.ts"
|
|
1619
|
+
"text": "ActionMenuItem[]"
|
|
1664
1620
|
}
|
|
1665
1621
|
},
|
|
1666
1622
|
{
|
|
1667
|
-
"
|
|
1623
|
+
"kind": "field",
|
|
1624
|
+
"name": "isVertical",
|
|
1668
1625
|
"type": {
|
|
1669
|
-
"text": "
|
|
1626
|
+
"text": "boolean"
|
|
1670
1627
|
},
|
|
1671
|
-
"
|
|
1672
|
-
"fieldName": "href",
|
|
1673
|
-
"inheritedFrom": {
|
|
1674
|
-
"name": "Anchor",
|
|
1675
|
-
"module": "src/anchor/anchor.ts"
|
|
1676
|
-
}
|
|
1628
|
+
"default": "false"
|
|
1677
1629
|
},
|
|
1678
1630
|
{
|
|
1679
|
-
"
|
|
1631
|
+
"kind": "field",
|
|
1632
|
+
"name": "addDefaultActions",
|
|
1680
1633
|
"type": {
|
|
1681
|
-
"text": "
|
|
1634
|
+
"text": "boolean"
|
|
1682
1635
|
},
|
|
1683
|
-
"
|
|
1684
|
-
"fieldName": "hreflang",
|
|
1685
|
-
"inheritedFrom": {
|
|
1686
|
-
"name": "Anchor",
|
|
1687
|
-
"module": "src/anchor/anchor.ts"
|
|
1688
|
-
}
|
|
1636
|
+
"default": "true"
|
|
1689
1637
|
},
|
|
1690
1638
|
{
|
|
1691
|
-
"
|
|
1639
|
+
"kind": "field",
|
|
1640
|
+
"name": "autoCloseOnAction",
|
|
1692
1641
|
"type": {
|
|
1693
|
-
"text": "
|
|
1642
|
+
"text": "boolean"
|
|
1694
1643
|
},
|
|
1695
|
-
"
|
|
1696
|
-
"fieldName": "ping",
|
|
1697
|
-
"inheritedFrom": {
|
|
1698
|
-
"name": "Anchor",
|
|
1699
|
-
"module": "src/anchor/anchor.ts"
|
|
1700
|
-
}
|
|
1644
|
+
"default": "true"
|
|
1701
1645
|
},
|
|
1702
1646
|
{
|
|
1703
|
-
"
|
|
1647
|
+
"kind": "field",
|
|
1648
|
+
"name": "classNames",
|
|
1704
1649
|
"type": {
|
|
1705
1650
|
"text": "string"
|
|
1706
|
-
},
|
|
1707
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1708
|
-
"fieldName": "referrerpolicy",
|
|
1709
|
-
"inheritedFrom": {
|
|
1710
|
-
"name": "Anchor",
|
|
1711
|
-
"module": "src/anchor/anchor.ts"
|
|
1712
1651
|
}
|
|
1713
1652
|
},
|
|
1714
1653
|
{
|
|
1715
|
-
"
|
|
1654
|
+
"kind": "field",
|
|
1655
|
+
"name": "definition",
|
|
1716
1656
|
"type": {
|
|
1717
|
-
"text": "
|
|
1718
|
-
},
|
|
1719
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1720
|
-
"fieldName": "rel",
|
|
1721
|
-
"inheritedFrom": {
|
|
1722
|
-
"name": "Anchor",
|
|
1723
|
-
"module": "src/anchor/anchor.ts"
|
|
1657
|
+
"text": "any"
|
|
1724
1658
|
}
|
|
1725
1659
|
},
|
|
1726
1660
|
{
|
|
1727
|
-
"
|
|
1661
|
+
"kind": "field",
|
|
1662
|
+
"name": "name",
|
|
1728
1663
|
"type": {
|
|
1729
|
-
"text": "
|
|
1664
|
+
"text": "string"
|
|
1730
1665
|
},
|
|
1731
|
-
"
|
|
1732
|
-
"fieldName": "target",
|
|
1733
|
-
"inheritedFrom": {
|
|
1734
|
-
"name": "Anchor",
|
|
1735
|
-
"module": "src/anchor/anchor.ts"
|
|
1736
|
-
}
|
|
1666
|
+
"default": "'Actions'"
|
|
1737
1667
|
},
|
|
1738
1668
|
{
|
|
1739
|
-
"
|
|
1669
|
+
"kind": "field",
|
|
1670
|
+
"name": "open",
|
|
1740
1671
|
"type": {
|
|
1741
|
-
"text": "
|
|
1672
|
+
"text": "boolean"
|
|
1742
1673
|
},
|
|
1743
|
-
"
|
|
1744
|
-
|
|
1745
|
-
"inheritedFrom": {
|
|
1746
|
-
"name": "Anchor",
|
|
1747
|
-
"module": "src/anchor/anchor.ts"
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
],
|
|
1751
|
-
"members": [
|
|
1674
|
+
"default": "false"
|
|
1675
|
+
},
|
|
1752
1676
|
{
|
|
1753
1677
|
"kind": "field",
|
|
1754
|
-
"name": "
|
|
1678
|
+
"name": "buttonAppearance",
|
|
1755
1679
|
"type": {
|
|
1756
1680
|
"text": "string"
|
|
1757
|
-
},
|
|
1758
|
-
"privacy": "public",
|
|
1759
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1760
|
-
"inheritedFrom": {
|
|
1761
|
-
"name": "Anchor",
|
|
1762
|
-
"module": "src/anchor/anchor.ts"
|
|
1763
1681
|
}
|
|
1764
1682
|
},
|
|
1765
1683
|
{
|
|
1766
1684
|
"kind": "field",
|
|
1767
|
-
"name": "
|
|
1685
|
+
"name": "hideDisabled",
|
|
1768
1686
|
"type": {
|
|
1769
|
-
"text": "
|
|
1687
|
+
"text": "boolean"
|
|
1770
1688
|
},
|
|
1771
|
-
"
|
|
1772
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1773
|
-
"inheritedFrom": {
|
|
1774
|
-
"name": "Anchor",
|
|
1775
|
-
"module": "src/anchor/anchor.ts"
|
|
1776
|
-
}
|
|
1689
|
+
"default": "false"
|
|
1777
1690
|
},
|
|
1778
1691
|
{
|
|
1779
1692
|
"kind": "field",
|
|
1780
|
-
"name": "
|
|
1693
|
+
"name": "hideMenuSingleOption",
|
|
1781
1694
|
"type": {
|
|
1782
|
-
"text": "
|
|
1695
|
+
"text": "boolean"
|
|
1783
1696
|
},
|
|
1784
|
-
"
|
|
1785
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1786
|
-
"inheritedFrom": {
|
|
1787
|
-
"name": "Anchor",
|
|
1788
|
-
"module": "src/anchor/anchor.ts"
|
|
1789
|
-
}
|
|
1697
|
+
"default": "false"
|
|
1790
1698
|
},
|
|
1791
1699
|
{
|
|
1792
1700
|
"kind": "field",
|
|
1793
|
-
"name": "
|
|
1701
|
+
"name": "singleOption",
|
|
1794
1702
|
"type": {
|
|
1795
|
-
"text": "
|
|
1796
|
-
},
|
|
1797
|
-
"privacy": "public",
|
|
1798
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1799
|
-
"inheritedFrom": {
|
|
1800
|
-
"name": "Anchor",
|
|
1801
|
-
"module": "src/anchor/anchor.ts"
|
|
1703
|
+
"text": "ActionMenuItem"
|
|
1802
1704
|
}
|
|
1803
1705
|
},
|
|
1804
1706
|
{
|
|
1805
1707
|
"kind": "field",
|
|
1806
|
-
"name": "
|
|
1708
|
+
"name": "actionsMenu",
|
|
1807
1709
|
"type": {
|
|
1808
|
-
"text": "
|
|
1809
|
-
},
|
|
1810
|
-
"privacy": "public",
|
|
1811
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1812
|
-
"inheritedFrom": {
|
|
1813
|
-
"name": "Anchor",
|
|
1814
|
-
"module": "src/anchor/anchor.ts"
|
|
1710
|
+
"text": "HTMLElement"
|
|
1815
1711
|
}
|
|
1816
1712
|
},
|
|
1817
1713
|
{
|
|
1818
|
-
"kind": "
|
|
1819
|
-
"name": "
|
|
1820
|
-
"
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1714
|
+
"kind": "method",
|
|
1715
|
+
"name": "definitionChanged",
|
|
1716
|
+
"privacy": "protected",
|
|
1717
|
+
"parameters": [
|
|
1718
|
+
{
|
|
1719
|
+
"name": "oldValue",
|
|
1720
|
+
"type": {
|
|
1721
|
+
"text": "any"
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "newValue",
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "any"
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1829
1731
|
},
|
|
1830
1732
|
{
|
|
1831
|
-
"kind": "
|
|
1832
|
-
"name": "
|
|
1833
|
-
"
|
|
1834
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1835
|
-
},
|
|
1836
|
-
"privacy": "public",
|
|
1837
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1838
|
-
"inheritedFrom": {
|
|
1839
|
-
"name": "Anchor",
|
|
1840
|
-
"module": "src/anchor/anchor.ts"
|
|
1841
|
-
}
|
|
1733
|
+
"kind": "method",
|
|
1734
|
+
"name": "openChanged",
|
|
1735
|
+
"privacy": "protected"
|
|
1842
1736
|
},
|
|
1843
1737
|
{
|
|
1844
|
-
"kind": "
|
|
1845
|
-
"name": "
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1738
|
+
"kind": "method",
|
|
1739
|
+
"name": "toggleActionsMenuVisibility"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "method",
|
|
1743
|
+
"name": "onActionMenuItemClick",
|
|
1744
|
+
"parameters": [
|
|
1745
|
+
{
|
|
1746
|
+
"name": "callback",
|
|
1747
|
+
"type": {
|
|
1748
|
+
"text": "(rowData) => void | any"
|
|
1749
|
+
}
|
|
1750
|
+
}
|
|
1751
|
+
]
|
|
1855
1752
|
},
|
|
1856
1753
|
{
|
|
1857
1754
|
"kind": "field",
|
|
1858
|
-
"name": "
|
|
1755
|
+
"name": "allActions",
|
|
1859
1756
|
"type": {
|
|
1860
|
-
"text": "
|
|
1757
|
+
"text": "ActionMenuItem[]"
|
|
1861
1758
|
},
|
|
1862
|
-
"
|
|
1863
|
-
"description": "References the root element",
|
|
1864
|
-
"inheritedFrom": {
|
|
1865
|
-
"name": "Anchor",
|
|
1866
|
-
"module": "src/anchor/anchor.ts"
|
|
1867
|
-
}
|
|
1759
|
+
"readonly": true
|
|
1868
1760
|
},
|
|
1869
1761
|
{
|
|
1870
1762
|
"kind": "field",
|
|
1871
|
-
"name": "
|
|
1872
|
-
"
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1763
|
+
"name": "rowData",
|
|
1764
|
+
"readonly": true
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"kind": "method",
|
|
1768
|
+
"name": "getLabel",
|
|
1769
|
+
"parameters": [
|
|
1770
|
+
{
|
|
1771
|
+
"name": "name",
|
|
1772
|
+
"type": {
|
|
1773
|
+
"text": "string | ((rowData: any) => string)"
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
]
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"kind": "method",
|
|
1780
|
+
"name": "getTemplate",
|
|
1781
|
+
"parameters": [
|
|
1782
|
+
{
|
|
1783
|
+
"name": "prefix",
|
|
1784
|
+
"type": {
|
|
1785
|
+
"text": "string"
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
]
|
|
1878
1789
|
},
|
|
1879
1790
|
{
|
|
1880
1791
|
"kind": "field",
|
|
@@ -1987,69 +1898,108 @@
|
|
|
1987
1898
|
"module": "src/foundation-element/foundation-element.ts"
|
|
1988
1899
|
}
|
|
1989
1900
|
}
|
|
1990
|
-
]
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
1901
|
+
],
|
|
1902
|
+
"attributes": [
|
|
1903
|
+
{
|
|
1904
|
+
"name": "is-vertical",
|
|
1905
|
+
"type": {
|
|
1906
|
+
"text": "boolean"
|
|
1907
|
+
},
|
|
1908
|
+
"default": "false",
|
|
1909
|
+
"fieldName": "isVertical"
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "add-default-actions",
|
|
1913
|
+
"type": {
|
|
1914
|
+
"text": "boolean"
|
|
1915
|
+
},
|
|
1916
|
+
"default": "true",
|
|
1917
|
+
"fieldName": "addDefaultActions"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"name": "auto-close-on-action",
|
|
1921
|
+
"type": {
|
|
1922
|
+
"text": "boolean"
|
|
1923
|
+
},
|
|
1924
|
+
"default": "true",
|
|
1925
|
+
"fieldName": "autoCloseOnAction"
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "name",
|
|
1929
|
+
"type": {
|
|
1930
|
+
"text": "string"
|
|
1931
|
+
},
|
|
1932
|
+
"default": "'Actions'",
|
|
1933
|
+
"fieldName": "name"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "open",
|
|
1937
|
+
"type": {
|
|
1938
|
+
"text": "boolean"
|
|
1939
|
+
},
|
|
1940
|
+
"default": "false",
|
|
1941
|
+
"fieldName": "open"
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"name": "buttonAppearance",
|
|
1945
|
+
"type": {
|
|
1946
|
+
"text": "string"
|
|
1947
|
+
},
|
|
1948
|
+
"fieldName": "buttonAppearance"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "hide-disabled",
|
|
1952
|
+
"type": {
|
|
1953
|
+
"text": "boolean"
|
|
1954
|
+
},
|
|
1955
|
+
"default": "false",
|
|
1956
|
+
"fieldName": "hideDisabled"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "hide-menu-single-option",
|
|
1960
|
+
"type": {
|
|
1961
|
+
"text": "boolean"
|
|
1962
|
+
},
|
|
1963
|
+
"default": "false",
|
|
1964
|
+
"fieldName": "hideMenuSingleOption"
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"superclass": {
|
|
1968
|
+
"name": "FoundationElement",
|
|
1969
|
+
"package": "@microsoft/fast-foundation"
|
|
2005
1970
|
},
|
|
2006
|
-
"
|
|
1971
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1972
|
+
"customElement": true
|
|
2007
1973
|
},
|
|
2008
1974
|
{
|
|
2009
1975
|
"kind": "variable",
|
|
2010
|
-
"name": "
|
|
2011
|
-
"description": "The Foundation
|
|
1976
|
+
"name": "foundationActionsMenu",
|
|
1977
|
+
"description": "The Foundation Actions Menu",
|
|
2012
1978
|
"privacy": "public"
|
|
2013
1979
|
}
|
|
2014
1980
|
],
|
|
2015
1981
|
"exports": [
|
|
2016
1982
|
{
|
|
2017
1983
|
"kind": "js",
|
|
2018
|
-
"name": "
|
|
2019
|
-
"declaration": {
|
|
2020
|
-
"name": "Anchor",
|
|
2021
|
-
"module": "src/anchor/anchor.ts"
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
"kind": "js",
|
|
2026
|
-
"name": "foundationAnchorShadowOptions",
|
|
2027
|
-
"declaration": {
|
|
2028
|
-
"name": "foundationAnchorShadowOptions",
|
|
2029
|
-
"module": "src/anchor/anchor.ts"
|
|
2030
|
-
}
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"kind": "js",
|
|
2034
|
-
"name": "defaultAnchorConfig",
|
|
1984
|
+
"name": "ActionsMenu",
|
|
2035
1985
|
"declaration": {
|
|
2036
|
-
"name": "
|
|
2037
|
-
"module": "src/
|
|
1986
|
+
"name": "ActionsMenu",
|
|
1987
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2038
1988
|
}
|
|
2039
1989
|
},
|
|
2040
1990
|
{
|
|
2041
1991
|
"kind": "js",
|
|
2042
|
-
"name": "
|
|
1992
|
+
"name": "foundationActionsMenu",
|
|
2043
1993
|
"declaration": {
|
|
2044
|
-
"name": "
|
|
2045
|
-
"module": "src/
|
|
1994
|
+
"name": "foundationActionsMenu",
|
|
1995
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2046
1996
|
}
|
|
2047
1997
|
}
|
|
2048
1998
|
]
|
|
2049
1999
|
},
|
|
2050
2000
|
{
|
|
2051
2001
|
"kind": "javascript-module",
|
|
2052
|
-
"path": "src/
|
|
2002
|
+
"path": "src/actions-menu/index.ts",
|
|
2053
2003
|
"declarations": [],
|
|
2054
2004
|
"exports": [
|
|
2055
2005
|
{
|
|
@@ -2057,7 +2007,7 @@
|
|
|
2057
2007
|
"name": "*",
|
|
2058
2008
|
"declaration": {
|
|
2059
2009
|
"name": "*",
|
|
2060
|
-
"package": "./
|
|
2010
|
+
"package": "./actions-menu.styles"
|
|
2061
2011
|
}
|
|
2062
2012
|
},
|
|
2063
2013
|
{
|
|
@@ -2065,7 +2015,7 @@
|
|
|
2065
2015
|
"name": "*",
|
|
2066
2016
|
"declaration": {
|
|
2067
2017
|
"name": "*",
|
|
2068
|
-
"package": "./
|
|
2018
|
+
"package": "./actions-menu.template"
|
|
2069
2019
|
}
|
|
2070
2020
|
},
|
|
2071
2021
|
{
|
|
@@ -2073,21 +2023,21 @@
|
|
|
2073
2023
|
"name": "*",
|
|
2074
2024
|
"declaration": {
|
|
2075
2025
|
"name": "*",
|
|
2076
|
-
"package": "./
|
|
2026
|
+
"package": "./actions-menu"
|
|
2077
2027
|
}
|
|
2078
2028
|
}
|
|
2079
2029
|
]
|
|
2080
2030
|
},
|
|
2081
2031
|
{
|
|
2082
2032
|
"kind": "javascript-module",
|
|
2083
|
-
"path": "src/
|
|
2033
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2084
2034
|
"declarations": [
|
|
2085
2035
|
{
|
|
2086
2036
|
"kind": "function",
|
|
2087
|
-
"name": "
|
|
2037
|
+
"name": "foundationAnchorStyles",
|
|
2088
2038
|
"return": {
|
|
2089
2039
|
"type": {
|
|
2090
|
-
"text": "
|
|
2040
|
+
"text": "ElementStyles"
|
|
2091
2041
|
}
|
|
2092
2042
|
},
|
|
2093
2043
|
"parameters": [
|
|
@@ -2109,24 +2059,24 @@
|
|
|
2109
2059
|
"exports": [
|
|
2110
2060
|
{
|
|
2111
2061
|
"kind": "js",
|
|
2112
|
-
"name": "
|
|
2062
|
+
"name": "foundationAnchorStyles",
|
|
2113
2063
|
"declaration": {
|
|
2114
|
-
"name": "
|
|
2115
|
-
"module": "src/
|
|
2064
|
+
"name": "foundationAnchorStyles",
|
|
2065
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
2116
2066
|
}
|
|
2117
2067
|
}
|
|
2118
2068
|
]
|
|
2119
2069
|
},
|
|
2120
2070
|
{
|
|
2121
2071
|
"kind": "javascript-module",
|
|
2122
|
-
"path": "src/
|
|
2072
|
+
"path": "src/anchor/anchor.template.ts",
|
|
2123
2073
|
"declarations": [
|
|
2124
2074
|
{
|
|
2125
2075
|
"kind": "function",
|
|
2126
|
-
"name": "
|
|
2076
|
+
"name": "foundationAnchorTemplate",
|
|
2127
2077
|
"return": {
|
|
2128
2078
|
"type": {
|
|
2129
|
-
"text": "
|
|
2079
|
+
"text": "ViewTemplate<Anchor>"
|
|
2130
2080
|
}
|
|
2131
2081
|
},
|
|
2132
2082
|
"parameters": [
|
|
@@ -2148,664 +2098,766 @@
|
|
|
2148
2098
|
"exports": [
|
|
2149
2099
|
{
|
|
2150
2100
|
"kind": "js",
|
|
2151
|
-
"name": "
|
|
2101
|
+
"name": "foundationAnchorTemplate",
|
|
2152
2102
|
"declaration": {
|
|
2153
|
-
"name": "
|
|
2154
|
-
"module": "src/
|
|
2103
|
+
"name": "foundationAnchorTemplate",
|
|
2104
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2155
2105
|
}
|
|
2156
2106
|
}
|
|
2157
2107
|
]
|
|
2158
2108
|
},
|
|
2159
2109
|
{
|
|
2160
2110
|
"kind": "javascript-module",
|
|
2161
|
-
"path": "src/
|
|
2111
|
+
"path": "src/anchor/anchor.ts",
|
|
2162
2112
|
"declarations": [
|
|
2163
2113
|
{
|
|
2164
2114
|
"kind": "class",
|
|
2165
2115
|
"description": "",
|
|
2166
|
-
"name": "
|
|
2116
|
+
"name": "Anchor",
|
|
2167
2117
|
"superclass": {
|
|
2168
|
-
"name": "
|
|
2118
|
+
"name": "FASTAnchor",
|
|
2169
2119
|
"package": "@microsoft/fast-components"
|
|
2170
2120
|
},
|
|
2171
|
-
"tagName": "%%prefix%%-
|
|
2121
|
+
"tagName": "%%prefix%%-anchor",
|
|
2172
2122
|
"customElement": true,
|
|
2173
2123
|
"attributes": [
|
|
2174
2124
|
{
|
|
2175
|
-
"name": "
|
|
2125
|
+
"name": "download",
|
|
2176
2126
|
"type": {
|
|
2177
2127
|
"text": "string"
|
|
2178
2128
|
},
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
2181
|
-
"fieldName": "anchor",
|
|
2129
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2130
|
+
"fieldName": "download",
|
|
2182
2131
|
"inheritedFrom": {
|
|
2183
|
-
"name": "
|
|
2184
|
-
"module": "src/
|
|
2132
|
+
"name": "Anchor",
|
|
2133
|
+
"module": "src/anchor/anchor.ts"
|
|
2185
2134
|
}
|
|
2186
2135
|
},
|
|
2187
2136
|
{
|
|
2188
|
-
"name": "
|
|
2137
|
+
"name": "href",
|
|
2189
2138
|
"type": {
|
|
2190
2139
|
"text": "string"
|
|
2191
2140
|
},
|
|
2192
|
-
"
|
|
2193
|
-
"
|
|
2194
|
-
"fieldName": "viewport",
|
|
2141
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2142
|
+
"fieldName": "href",
|
|
2195
2143
|
"inheritedFrom": {
|
|
2196
|
-
"name": "
|
|
2197
|
-
"module": "src/
|
|
2144
|
+
"name": "Anchor",
|
|
2145
|
+
"module": "src/anchor/anchor.ts"
|
|
2198
2146
|
}
|
|
2199
2147
|
},
|
|
2200
2148
|
{
|
|
2201
|
-
"name": "
|
|
2149
|
+
"name": "hreflang",
|
|
2202
2150
|
"type": {
|
|
2203
|
-
"text": "
|
|
2151
|
+
"text": "string"
|
|
2204
2152
|
},
|
|
2205
|
-
"
|
|
2206
|
-
"
|
|
2207
|
-
"fieldName": "horizontalPositioningMode",
|
|
2153
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2154
|
+
"fieldName": "hreflang",
|
|
2208
2155
|
"inheritedFrom": {
|
|
2209
|
-
"name": "
|
|
2210
|
-
"module": "src/
|
|
2156
|
+
"name": "Anchor",
|
|
2157
|
+
"module": "src/anchor/anchor.ts"
|
|
2211
2158
|
}
|
|
2212
2159
|
},
|
|
2213
2160
|
{
|
|
2214
|
-
"name": "
|
|
2161
|
+
"name": "ping",
|
|
2215
2162
|
"type": {
|
|
2216
|
-
"text": "
|
|
2163
|
+
"text": "string"
|
|
2217
2164
|
},
|
|
2218
|
-
"
|
|
2219
|
-
"
|
|
2220
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2165
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2166
|
+
"fieldName": "ping",
|
|
2221
2167
|
"inheritedFrom": {
|
|
2222
|
-
"name": "
|
|
2223
|
-
"module": "src/
|
|
2168
|
+
"name": "Anchor",
|
|
2169
|
+
"module": "src/anchor/anchor.ts"
|
|
2224
2170
|
}
|
|
2225
2171
|
},
|
|
2226
2172
|
{
|
|
2227
|
-
"name": "
|
|
2173
|
+
"name": "referrerpolicy",
|
|
2228
2174
|
"type": {
|
|
2229
|
-
"text": "
|
|
2175
|
+
"text": "string"
|
|
2230
2176
|
},
|
|
2231
|
-
"
|
|
2232
|
-
"
|
|
2233
|
-
"fieldName": "horizontalViewportLock",
|
|
2177
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2178
|
+
"fieldName": "referrerpolicy",
|
|
2234
2179
|
"inheritedFrom": {
|
|
2235
|
-
"name": "
|
|
2236
|
-
"module": "src/
|
|
2180
|
+
"name": "Anchor",
|
|
2181
|
+
"module": "src/anchor/anchor.ts"
|
|
2237
2182
|
}
|
|
2238
2183
|
},
|
|
2239
2184
|
{
|
|
2240
|
-
"name": "
|
|
2185
|
+
"name": "rel",
|
|
2241
2186
|
"type": {
|
|
2242
|
-
"text": "
|
|
2187
|
+
"text": "string"
|
|
2243
2188
|
},
|
|
2244
|
-
"
|
|
2245
|
-
"
|
|
2246
|
-
"fieldName": "horizontalInset",
|
|
2189
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2190
|
+
"fieldName": "rel",
|
|
2247
2191
|
"inheritedFrom": {
|
|
2248
|
-
"name": "
|
|
2249
|
-
"module": "src/
|
|
2192
|
+
"name": "Anchor",
|
|
2193
|
+
"module": "src/anchor/anchor.ts"
|
|
2250
2194
|
}
|
|
2251
2195
|
},
|
|
2252
2196
|
{
|
|
2253
|
-
"name": "
|
|
2197
|
+
"name": "target",
|
|
2254
2198
|
"type": {
|
|
2255
|
-
"text": "
|
|
2199
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2256
2200
|
},
|
|
2257
|
-
"description": "
|
|
2258
|
-
"fieldName": "
|
|
2201
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2202
|
+
"fieldName": "target",
|
|
2259
2203
|
"inheritedFrom": {
|
|
2260
|
-
"name": "
|
|
2261
|
-
"module": "src/
|
|
2204
|
+
"name": "Anchor",
|
|
2205
|
+
"module": "src/anchor/anchor.ts"
|
|
2262
2206
|
}
|
|
2263
2207
|
},
|
|
2264
2208
|
{
|
|
2265
|
-
"name": "
|
|
2209
|
+
"name": "type",
|
|
2266
2210
|
"type": {
|
|
2267
|
-
"text": "
|
|
2211
|
+
"text": "string"
|
|
2268
2212
|
},
|
|
2269
|
-
"
|
|
2270
|
-
"
|
|
2271
|
-
"fieldName": "horizontalScaling",
|
|
2213
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2214
|
+
"fieldName": "type",
|
|
2272
2215
|
"inheritedFrom": {
|
|
2273
|
-
"name": "
|
|
2274
|
-
"module": "src/
|
|
2216
|
+
"name": "Anchor",
|
|
2217
|
+
"module": "src/anchor/anchor.ts"
|
|
2275
2218
|
}
|
|
2276
|
-
}
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"members": [
|
|
2277
2222
|
{
|
|
2278
|
-
"
|
|
2223
|
+
"kind": "field",
|
|
2224
|
+
"name": "download",
|
|
2279
2225
|
"type": {
|
|
2280
|
-
"text": "
|
|
2226
|
+
"text": "string"
|
|
2281
2227
|
},
|
|
2282
|
-
"
|
|
2283
|
-
"description": "
|
|
2284
|
-
"fieldName": "verticalPositioningMode",
|
|
2228
|
+
"privacy": "public",
|
|
2229
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2285
2230
|
"inheritedFrom": {
|
|
2286
|
-
"name": "
|
|
2287
|
-
"module": "src/
|
|
2231
|
+
"name": "Anchor",
|
|
2232
|
+
"module": "src/anchor/anchor.ts"
|
|
2288
2233
|
}
|
|
2289
2234
|
},
|
|
2290
2235
|
{
|
|
2291
|
-
"
|
|
2236
|
+
"kind": "field",
|
|
2237
|
+
"name": "href",
|
|
2292
2238
|
"type": {
|
|
2293
|
-
"text": "
|
|
2239
|
+
"text": "string"
|
|
2294
2240
|
},
|
|
2295
|
-
"
|
|
2296
|
-
"description": "The
|
|
2297
|
-
"fieldName": "verticalDefaultPosition",
|
|
2241
|
+
"privacy": "public",
|
|
2242
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2298
2243
|
"inheritedFrom": {
|
|
2299
|
-
"name": "
|
|
2300
|
-
"module": "src/
|
|
2244
|
+
"name": "Anchor",
|
|
2245
|
+
"module": "src/anchor/anchor.ts"
|
|
2301
2246
|
}
|
|
2302
2247
|
},
|
|
2303
2248
|
{
|
|
2304
|
-
"
|
|
2249
|
+
"kind": "field",
|
|
2250
|
+
"name": "hreflang",
|
|
2305
2251
|
"type": {
|
|
2306
|
-
"text": "
|
|
2252
|
+
"text": "string"
|
|
2307
2253
|
},
|
|
2308
|
-
"
|
|
2309
|
-
"description": "
|
|
2310
|
-
"fieldName": "verticalViewportLock",
|
|
2254
|
+
"privacy": "public",
|
|
2255
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2311
2256
|
"inheritedFrom": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"module": "src/
|
|
2257
|
+
"name": "Anchor",
|
|
2258
|
+
"module": "src/anchor/anchor.ts"
|
|
2314
2259
|
}
|
|
2315
2260
|
},
|
|
2316
2261
|
{
|
|
2317
|
-
"
|
|
2262
|
+
"kind": "field",
|
|
2263
|
+
"name": "ping",
|
|
2318
2264
|
"type": {
|
|
2319
|
-
"text": "
|
|
2265
|
+
"text": "string"
|
|
2320
2266
|
},
|
|
2321
|
-
"
|
|
2322
|
-
"description": "
|
|
2323
|
-
"fieldName": "verticalInset",
|
|
2267
|
+
"privacy": "public",
|
|
2268
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2324
2269
|
"inheritedFrom": {
|
|
2325
|
-
"name": "
|
|
2326
|
-
"module": "src/
|
|
2270
|
+
"name": "Anchor",
|
|
2271
|
+
"module": "src/anchor/anchor.ts"
|
|
2327
2272
|
}
|
|
2328
2273
|
},
|
|
2329
2274
|
{
|
|
2330
|
-
"
|
|
2275
|
+
"kind": "field",
|
|
2276
|
+
"name": "referrerpolicy",
|
|
2331
2277
|
"type": {
|
|
2332
|
-
"text": "
|
|
2278
|
+
"text": "string"
|
|
2333
2279
|
},
|
|
2334
|
-
"
|
|
2335
|
-
"
|
|
2280
|
+
"privacy": "public",
|
|
2281
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2336
2282
|
"inheritedFrom": {
|
|
2337
|
-
"name": "
|
|
2338
|
-
"module": "src/
|
|
2283
|
+
"name": "Anchor",
|
|
2284
|
+
"module": "src/anchor/anchor.ts"
|
|
2339
2285
|
}
|
|
2340
2286
|
},
|
|
2341
2287
|
{
|
|
2342
|
-
"
|
|
2288
|
+
"kind": "field",
|
|
2289
|
+
"name": "rel",
|
|
2343
2290
|
"type": {
|
|
2344
|
-
"text": "
|
|
2291
|
+
"text": "string"
|
|
2345
2292
|
},
|
|
2346
|
-
"
|
|
2347
|
-
"description": "
|
|
2348
|
-
"fieldName": "verticalScaling",
|
|
2293
|
+
"privacy": "public",
|
|
2294
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2349
2295
|
"inheritedFrom": {
|
|
2350
|
-
"name": "
|
|
2351
|
-
"module": "src/
|
|
2296
|
+
"name": "Anchor",
|
|
2297
|
+
"module": "src/anchor/anchor.ts"
|
|
2352
2298
|
}
|
|
2353
2299
|
},
|
|
2354
2300
|
{
|
|
2355
|
-
"
|
|
2301
|
+
"kind": "field",
|
|
2302
|
+
"name": "target",
|
|
2356
2303
|
"type": {
|
|
2357
|
-
"text": "
|
|
2304
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2358
2305
|
},
|
|
2359
|
-
"
|
|
2360
|
-
"description": "
|
|
2361
|
-
"fieldName": "fixedPlacement",
|
|
2306
|
+
"privacy": "public",
|
|
2307
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2362
2308
|
"inheritedFrom": {
|
|
2363
|
-
"name": "
|
|
2364
|
-
"module": "src/
|
|
2309
|
+
"name": "Anchor",
|
|
2310
|
+
"module": "src/anchor/anchor.ts"
|
|
2365
2311
|
}
|
|
2366
2312
|
},
|
|
2367
2313
|
{
|
|
2368
|
-
"
|
|
2314
|
+
"kind": "field",
|
|
2315
|
+
"name": "type",
|
|
2369
2316
|
"type": {
|
|
2370
|
-
"text": "
|
|
2317
|
+
"text": "string"
|
|
2371
2318
|
},
|
|
2372
|
-
"
|
|
2373
|
-
"description": "
|
|
2374
|
-
"fieldName": "autoUpdateMode",
|
|
2319
|
+
"privacy": "public",
|
|
2320
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2375
2321
|
"inheritedFrom": {
|
|
2376
|
-
"name": "
|
|
2377
|
-
"module": "src/
|
|
2322
|
+
"name": "Anchor",
|
|
2323
|
+
"module": "src/anchor/anchor.ts"
|
|
2378
2324
|
}
|
|
2379
|
-
}
|
|
2380
|
-
],
|
|
2381
|
-
"members": [
|
|
2325
|
+
},
|
|
2382
2326
|
{
|
|
2383
2327
|
"kind": "field",
|
|
2384
|
-
"name": "
|
|
2328
|
+
"name": "control",
|
|
2385
2329
|
"type": {
|
|
2386
|
-
"text": "
|
|
2330
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2387
2331
|
},
|
|
2388
2332
|
"privacy": "public",
|
|
2389
|
-
"
|
|
2390
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2333
|
+
"description": "References the root element",
|
|
2391
2334
|
"inheritedFrom": {
|
|
2392
|
-
"name": "
|
|
2393
|
-
"module": "src/
|
|
2335
|
+
"name": "Anchor",
|
|
2336
|
+
"module": "src/anchor/anchor.ts"
|
|
2394
2337
|
}
|
|
2395
2338
|
},
|
|
2396
2339
|
{
|
|
2397
|
-
"kind": "
|
|
2398
|
-
"name": "
|
|
2340
|
+
"kind": "field",
|
|
2341
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2399
2342
|
"privacy": "private",
|
|
2400
|
-
"
|
|
2401
|
-
"type": {
|
|
2402
|
-
"text": "void"
|
|
2403
|
-
}
|
|
2404
|
-
},
|
|
2343
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2405
2344
|
"inheritedFrom": {
|
|
2406
|
-
"name": "
|
|
2407
|
-
"module": "src/
|
|
2345
|
+
"name": "Anchor",
|
|
2346
|
+
"module": "src/anchor/anchor.ts"
|
|
2408
2347
|
}
|
|
2409
2348
|
},
|
|
2410
2349
|
{
|
|
2411
2350
|
"kind": "field",
|
|
2412
|
-
"name": "
|
|
2351
|
+
"name": "_presentation",
|
|
2413
2352
|
"type": {
|
|
2414
|
-
"text": "
|
|
2353
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2415
2354
|
},
|
|
2416
|
-
"privacy": "public",
|
|
2417
|
-
"default": "\"\"",
|
|
2418
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2419
|
-
"inheritedFrom": {
|
|
2420
|
-
"name": "AnchoredRegion",
|
|
2421
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2422
|
-
}
|
|
2423
|
-
},
|
|
2424
|
-
{
|
|
2425
|
-
"kind": "method",
|
|
2426
|
-
"name": "viewportChanged",
|
|
2427
2355
|
"privacy": "private",
|
|
2428
|
-
"
|
|
2429
|
-
"type": {
|
|
2430
|
-
"text": "void"
|
|
2431
|
-
}
|
|
2432
|
-
},
|
|
2356
|
+
"default": "void 0",
|
|
2433
2357
|
"inheritedFrom": {
|
|
2434
|
-
"name": "
|
|
2435
|
-
"module": "src/
|
|
2358
|
+
"name": "FoundationElement",
|
|
2359
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2436
2360
|
}
|
|
2437
2361
|
},
|
|
2438
2362
|
{
|
|
2439
2363
|
"kind": "field",
|
|
2440
|
-
"name": "
|
|
2364
|
+
"name": "$presentation",
|
|
2441
2365
|
"type": {
|
|
2442
|
-
"text": "
|
|
2366
|
+
"text": "ComponentPresentation | null"
|
|
2443
2367
|
},
|
|
2444
2368
|
"privacy": "public",
|
|
2445
|
-
"
|
|
2446
|
-
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2447
|
-
"inheritedFrom": {
|
|
2448
|
-
"name": "AnchoredRegion",
|
|
2449
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2450
|
-
}
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"kind": "method",
|
|
2454
|
-
"name": "horizontalPositioningModeChanged",
|
|
2455
|
-
"privacy": "private",
|
|
2456
|
-
"return": {
|
|
2457
|
-
"type": {
|
|
2458
|
-
"text": "void"
|
|
2459
|
-
}
|
|
2460
|
-
},
|
|
2369
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2461
2370
|
"inheritedFrom": {
|
|
2462
|
-
"name": "
|
|
2463
|
-
"module": "src/
|
|
2371
|
+
"name": "FoundationElement",
|
|
2372
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2464
2373
|
}
|
|
2465
2374
|
},
|
|
2466
2375
|
{
|
|
2467
2376
|
"kind": "field",
|
|
2468
|
-
"name": "
|
|
2377
|
+
"name": "template",
|
|
2469
2378
|
"type": {
|
|
2470
|
-
"text": "
|
|
2379
|
+
"text": "ElementViewTemplate | void | null"
|
|
2471
2380
|
},
|
|
2472
2381
|
"privacy": "public",
|
|
2473
|
-
"
|
|
2474
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2382
|
+
"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.",
|
|
2475
2383
|
"inheritedFrom": {
|
|
2476
|
-
"name": "
|
|
2477
|
-
"module": "src/
|
|
2384
|
+
"name": "FoundationElement",
|
|
2385
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2478
2386
|
}
|
|
2479
2387
|
},
|
|
2480
2388
|
{
|
|
2481
2389
|
"kind": "method",
|
|
2482
|
-
"name": "
|
|
2483
|
-
"privacy": "
|
|
2390
|
+
"name": "templateChanged",
|
|
2391
|
+
"privacy": "protected",
|
|
2484
2392
|
"return": {
|
|
2485
2393
|
"type": {
|
|
2486
2394
|
"text": "void"
|
|
2487
2395
|
}
|
|
2488
2396
|
},
|
|
2489
2397
|
"inheritedFrom": {
|
|
2490
|
-
"name": "
|
|
2491
|
-
"module": "src/
|
|
2398
|
+
"name": "FoundationElement",
|
|
2399
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2492
2400
|
}
|
|
2493
2401
|
},
|
|
2494
2402
|
{
|
|
2495
2403
|
"kind": "field",
|
|
2496
|
-
"name": "
|
|
2404
|
+
"name": "styles",
|
|
2497
2405
|
"type": {
|
|
2498
|
-
"text": "
|
|
2406
|
+
"text": "ElementStyles | void | null"
|
|
2499
2407
|
},
|
|
2500
2408
|
"privacy": "public",
|
|
2501
|
-
"
|
|
2502
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2409
|
+
"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.",
|
|
2503
2410
|
"inheritedFrom": {
|
|
2504
|
-
"name": "
|
|
2505
|
-
"module": "src/
|
|
2411
|
+
"name": "FoundationElement",
|
|
2412
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2506
2413
|
}
|
|
2507
2414
|
},
|
|
2508
2415
|
{
|
|
2509
2416
|
"kind": "method",
|
|
2510
|
-
"name": "
|
|
2511
|
-
"privacy": "
|
|
2417
|
+
"name": "stylesChanged",
|
|
2418
|
+
"privacy": "protected",
|
|
2512
2419
|
"return": {
|
|
2513
2420
|
"type": {
|
|
2514
2421
|
"text": "void"
|
|
2515
2422
|
}
|
|
2516
2423
|
},
|
|
2517
2424
|
"inheritedFrom": {
|
|
2518
|
-
"name": "
|
|
2519
|
-
"module": "src/
|
|
2520
|
-
}
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"kind": "field",
|
|
2524
|
-
"name": "horizontalInset",
|
|
2525
|
-
"type": {
|
|
2526
|
-
"text": "boolean"
|
|
2527
|
-
},
|
|
2528
|
-
"privacy": "public",
|
|
2529
|
-
"default": "false",
|
|
2530
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2531
|
-
"inheritedFrom": {
|
|
2532
|
-
"name": "AnchoredRegion",
|
|
2533
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2425
|
+
"name": "FoundationElement",
|
|
2426
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2534
2427
|
}
|
|
2535
2428
|
},
|
|
2536
2429
|
{
|
|
2537
2430
|
"kind": "method",
|
|
2538
|
-
"name": "
|
|
2539
|
-
"privacy": "
|
|
2431
|
+
"name": "compose",
|
|
2432
|
+
"privacy": "public",
|
|
2433
|
+
"static": true,
|
|
2540
2434
|
"return": {
|
|
2541
2435
|
"type": {
|
|
2542
|
-
"text": "
|
|
2436
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2543
2437
|
}
|
|
2544
2438
|
},
|
|
2439
|
+
"parameters": [
|
|
2440
|
+
{
|
|
2441
|
+
"name": "this",
|
|
2442
|
+
"type": {
|
|
2443
|
+
"text": "K"
|
|
2444
|
+
}
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
"name": "elementDefinition",
|
|
2448
|
+
"type": {
|
|
2449
|
+
"text": "T"
|
|
2450
|
+
},
|
|
2451
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2452
|
+
}
|
|
2453
|
+
],
|
|
2454
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2545
2455
|
"inheritedFrom": {
|
|
2546
|
-
"name": "
|
|
2547
|
-
"module": "src/
|
|
2456
|
+
"name": "FoundationElement",
|
|
2457
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2548
2458
|
}
|
|
2549
|
-
}
|
|
2459
|
+
}
|
|
2460
|
+
]
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "variable",
|
|
2464
|
+
"name": "foundationAnchorShadowOptions",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "ShadowRootInit"
|
|
2467
|
+
},
|
|
2468
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "variable",
|
|
2472
|
+
"name": "defaultAnchorConfig",
|
|
2473
|
+
"type": {
|
|
2474
|
+
"text": "object"
|
|
2475
|
+
},
|
|
2476
|
+
"default": "{}"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "variable",
|
|
2480
|
+
"name": "foundationAnchor",
|
|
2481
|
+
"description": "The Foundation Anchor",
|
|
2482
|
+
"privacy": "public"
|
|
2483
|
+
}
|
|
2484
|
+
],
|
|
2485
|
+
"exports": [
|
|
2486
|
+
{
|
|
2487
|
+
"kind": "js",
|
|
2488
|
+
"name": "Anchor",
|
|
2489
|
+
"declaration": {
|
|
2490
|
+
"name": "Anchor",
|
|
2491
|
+
"module": "src/anchor/anchor.ts"
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"kind": "js",
|
|
2496
|
+
"name": "foundationAnchorShadowOptions",
|
|
2497
|
+
"declaration": {
|
|
2498
|
+
"name": "foundationAnchorShadowOptions",
|
|
2499
|
+
"module": "src/anchor/anchor.ts"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "js",
|
|
2504
|
+
"name": "defaultAnchorConfig",
|
|
2505
|
+
"declaration": {
|
|
2506
|
+
"name": "defaultAnchorConfig",
|
|
2507
|
+
"module": "src/anchor/anchor.ts"
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "js",
|
|
2512
|
+
"name": "foundationAnchor",
|
|
2513
|
+
"declaration": {
|
|
2514
|
+
"name": "foundationAnchor",
|
|
2515
|
+
"module": "src/anchor/anchor.ts"
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"kind": "javascript-module",
|
|
2522
|
+
"path": "src/anchor/index.ts",
|
|
2523
|
+
"declarations": [],
|
|
2524
|
+
"exports": [
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "js",
|
|
2527
|
+
"name": "*",
|
|
2528
|
+
"declaration": {
|
|
2529
|
+
"name": "*",
|
|
2530
|
+
"package": "./anchor.template"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "js",
|
|
2535
|
+
"name": "*",
|
|
2536
|
+
"declaration": {
|
|
2537
|
+
"name": "*",
|
|
2538
|
+
"package": "./anchor.styles"
|
|
2539
|
+
}
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"kind": "js",
|
|
2543
|
+
"name": "*",
|
|
2544
|
+
"declaration": {
|
|
2545
|
+
"name": "*",
|
|
2546
|
+
"package": "./anchor"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
]
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "javascript-module",
|
|
2553
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2554
|
+
"declarations": [
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "function",
|
|
2557
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2558
|
+
"return": {
|
|
2559
|
+
"type": {
|
|
2560
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"parameters": [
|
|
2550
2564
|
{
|
|
2551
|
-
"
|
|
2552
|
-
"name": "horizontalThreshold",
|
|
2565
|
+
"name": "context",
|
|
2553
2566
|
"type": {
|
|
2554
|
-
"text": "
|
|
2555
|
-
},
|
|
2556
|
-
"privacy": "public",
|
|
2557
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2558
|
-
"inheritedFrom": {
|
|
2559
|
-
"name": "AnchoredRegion",
|
|
2560
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2567
|
+
"text": "ElementDefinitionContext"
|
|
2561
2568
|
}
|
|
2562
2569
|
},
|
|
2563
2570
|
{
|
|
2564
|
-
"
|
|
2565
|
-
"
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2571
|
+
"name": "definition",
|
|
2572
|
+
"type": {
|
|
2573
|
+
"text": "FoundationElementDefinition"
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
]
|
|
2577
|
+
}
|
|
2578
|
+
],
|
|
2579
|
+
"exports": [
|
|
2580
|
+
{
|
|
2581
|
+
"kind": "js",
|
|
2582
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2583
|
+
"declaration": {
|
|
2584
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2585
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
]
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "javascript-module",
|
|
2592
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2593
|
+
"declarations": [
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "function",
|
|
2596
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2597
|
+
"return": {
|
|
2598
|
+
"type": {
|
|
2599
|
+
"text": "ElementStyles"
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
"parameters": [
|
|
2603
|
+
{
|
|
2604
|
+
"name": "context",
|
|
2605
|
+
"type": {
|
|
2606
|
+
"text": "ElementDefinitionContext"
|
|
2575
2607
|
}
|
|
2576
2608
|
},
|
|
2577
2609
|
{
|
|
2578
|
-
"
|
|
2579
|
-
"name": "horizontalScaling",
|
|
2610
|
+
"name": "definition",
|
|
2580
2611
|
"type": {
|
|
2581
|
-
"text": "
|
|
2612
|
+
"text": "FoundationElementDefinition"
|
|
2613
|
+
}
|
|
2614
|
+
}
|
|
2615
|
+
]
|
|
2616
|
+
}
|
|
2617
|
+
],
|
|
2618
|
+
"exports": [
|
|
2619
|
+
{
|
|
2620
|
+
"kind": "js",
|
|
2621
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2622
|
+
"declaration": {
|
|
2623
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2624
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2625
|
+
}
|
|
2626
|
+
}
|
|
2627
|
+
]
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "javascript-module",
|
|
2631
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2632
|
+
"declarations": [
|
|
2633
|
+
{
|
|
2634
|
+
"kind": "class",
|
|
2635
|
+
"description": "",
|
|
2636
|
+
"name": "AnchoredRegion",
|
|
2637
|
+
"superclass": {
|
|
2638
|
+
"name": "FASTAnchoredRegion",
|
|
2639
|
+
"package": "@microsoft/fast-components"
|
|
2640
|
+
},
|
|
2641
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2642
|
+
"customElement": true,
|
|
2643
|
+
"attributes": [
|
|
2644
|
+
{
|
|
2645
|
+
"name": "anchor",
|
|
2646
|
+
"type": {
|
|
2647
|
+
"text": "string"
|
|
2582
2648
|
},
|
|
2583
|
-
"
|
|
2584
|
-
"
|
|
2585
|
-
"
|
|
2649
|
+
"default": "\"\"",
|
|
2650
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2651
|
+
"fieldName": "anchor",
|
|
2586
2652
|
"inheritedFrom": {
|
|
2587
2653
|
"name": "AnchoredRegion",
|
|
2588
2654
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2589
2655
|
}
|
|
2590
2656
|
},
|
|
2591
2657
|
{
|
|
2592
|
-
"
|
|
2593
|
-
"
|
|
2594
|
-
|
|
2595
|
-
"return": {
|
|
2596
|
-
"type": {
|
|
2597
|
-
"text": "void"
|
|
2598
|
-
}
|
|
2658
|
+
"name": "viewport",
|
|
2659
|
+
"type": {
|
|
2660
|
+
"text": "string"
|
|
2599
2661
|
},
|
|
2662
|
+
"default": "\"\"",
|
|
2663
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2664
|
+
"fieldName": "viewport",
|
|
2600
2665
|
"inheritedFrom": {
|
|
2601
2666
|
"name": "AnchoredRegion",
|
|
2602
2667
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2603
2668
|
}
|
|
2604
2669
|
},
|
|
2605
2670
|
{
|
|
2606
|
-
"
|
|
2607
|
-
"name": "verticalPositioningMode",
|
|
2671
|
+
"name": "horizontal-positioning-mode",
|
|
2608
2672
|
"type": {
|
|
2609
2673
|
"text": "AxisPositioningMode"
|
|
2610
2674
|
},
|
|
2611
|
-
"privacy": "public",
|
|
2612
2675
|
"default": "\"uncontrolled\"",
|
|
2613
|
-
"description": "Sets what logic the component uses to determine
|
|
2676
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2677
|
+
"fieldName": "horizontalPositioningMode",
|
|
2614
2678
|
"inheritedFrom": {
|
|
2615
2679
|
"name": "AnchoredRegion",
|
|
2616
2680
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2617
2681
|
}
|
|
2618
2682
|
},
|
|
2619
2683
|
{
|
|
2620
|
-
"
|
|
2621
|
-
"
|
|
2622
|
-
|
|
2623
|
-
"return": {
|
|
2624
|
-
"type": {
|
|
2625
|
-
"text": "void"
|
|
2626
|
-
}
|
|
2684
|
+
"name": "horizontal-default-position",
|
|
2685
|
+
"type": {
|
|
2686
|
+
"text": "HorizontalPosition"
|
|
2627
2687
|
},
|
|
2688
|
+
"default": "\"unset\"",
|
|
2689
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2690
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2628
2691
|
"inheritedFrom": {
|
|
2629
2692
|
"name": "AnchoredRegion",
|
|
2630
2693
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2631
2694
|
}
|
|
2632
2695
|
},
|
|
2633
2696
|
{
|
|
2634
|
-
"
|
|
2635
|
-
"name": "verticalDefaultPosition",
|
|
2697
|
+
"name": "horizontal-viewport-lock",
|
|
2636
2698
|
"type": {
|
|
2637
|
-
"text": "
|
|
2699
|
+
"text": "boolean"
|
|
2638
2700
|
},
|
|
2639
|
-
"
|
|
2640
|
-
"
|
|
2641
|
-
"
|
|
2701
|
+
"default": "false",
|
|
2702
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2703
|
+
"fieldName": "horizontalViewportLock",
|
|
2642
2704
|
"inheritedFrom": {
|
|
2643
2705
|
"name": "AnchoredRegion",
|
|
2644
2706
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2645
2707
|
}
|
|
2646
2708
|
},
|
|
2647
2709
|
{
|
|
2648
|
-
"
|
|
2649
|
-
"
|
|
2650
|
-
|
|
2651
|
-
"return": {
|
|
2652
|
-
"type": {
|
|
2653
|
-
"text": "void"
|
|
2654
|
-
}
|
|
2710
|
+
"name": "horizontal-inset",
|
|
2711
|
+
"type": {
|
|
2712
|
+
"text": "boolean"
|
|
2655
2713
|
},
|
|
2714
|
+
"default": "false",
|
|
2715
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2716
|
+
"fieldName": "horizontalInset",
|
|
2656
2717
|
"inheritedFrom": {
|
|
2657
2718
|
"name": "AnchoredRegion",
|
|
2658
2719
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2659
2720
|
}
|
|
2660
2721
|
},
|
|
2661
2722
|
{
|
|
2662
|
-
"
|
|
2663
|
-
"name": "verticalViewportLock",
|
|
2723
|
+
"name": "horizontal-threshold",
|
|
2664
2724
|
"type": {
|
|
2665
|
-
"text": "
|
|
2725
|
+
"text": "number"
|
|
2666
2726
|
},
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2669
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2727
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2728
|
+
"fieldName": "horizontalThreshold",
|
|
2670
2729
|
"inheritedFrom": {
|
|
2671
2730
|
"name": "AnchoredRegion",
|
|
2672
2731
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2673
2732
|
}
|
|
2674
2733
|
},
|
|
2675
2734
|
{
|
|
2676
|
-
"
|
|
2677
|
-
"
|
|
2678
|
-
|
|
2679
|
-
"return": {
|
|
2680
|
-
"type": {
|
|
2681
|
-
"text": "void"
|
|
2682
|
-
}
|
|
2735
|
+
"name": "horizontal-scaling",
|
|
2736
|
+
"type": {
|
|
2737
|
+
"text": "AxisScalingMode"
|
|
2683
2738
|
},
|
|
2739
|
+
"default": "\"content\"",
|
|
2740
|
+
"description": "Defines how the width of the region is calculated",
|
|
2741
|
+
"fieldName": "horizontalScaling",
|
|
2684
2742
|
"inheritedFrom": {
|
|
2685
2743
|
"name": "AnchoredRegion",
|
|
2686
2744
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2687
2745
|
}
|
|
2688
2746
|
},
|
|
2689
2747
|
{
|
|
2690
|
-
"
|
|
2691
|
-
"name": "verticalInset",
|
|
2748
|
+
"name": "vertical-positioning-mode",
|
|
2692
2749
|
"type": {
|
|
2693
|
-
"text": "
|
|
2750
|
+
"text": "AxisPositioningMode"
|
|
2694
2751
|
},
|
|
2695
|
-
"
|
|
2696
|
-
"
|
|
2697
|
-
"
|
|
2752
|
+
"default": "\"uncontrolled\"",
|
|
2753
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2754
|
+
"fieldName": "verticalPositioningMode",
|
|
2698
2755
|
"inheritedFrom": {
|
|
2699
2756
|
"name": "AnchoredRegion",
|
|
2700
2757
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2701
2758
|
}
|
|
2702
2759
|
},
|
|
2703
2760
|
{
|
|
2704
|
-
"
|
|
2705
|
-
"
|
|
2706
|
-
|
|
2707
|
-
"return": {
|
|
2708
|
-
"type": {
|
|
2709
|
-
"text": "void"
|
|
2710
|
-
}
|
|
2761
|
+
"name": "vertical-default-position",
|
|
2762
|
+
"type": {
|
|
2763
|
+
"text": "VerticalPosition"
|
|
2711
2764
|
},
|
|
2765
|
+
"default": "\"unset\"",
|
|
2766
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2767
|
+
"fieldName": "verticalDefaultPosition",
|
|
2712
2768
|
"inheritedFrom": {
|
|
2713
2769
|
"name": "AnchoredRegion",
|
|
2714
2770
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2715
2771
|
}
|
|
2716
2772
|
},
|
|
2717
2773
|
{
|
|
2718
|
-
"
|
|
2719
|
-
"name": "verticalThreshold",
|
|
2774
|
+
"name": "vertical-viewport-lock",
|
|
2720
2775
|
"type": {
|
|
2721
|
-
"text": "
|
|
2776
|
+
"text": "boolean"
|
|
2722
2777
|
},
|
|
2723
|
-
"
|
|
2724
|
-
"description": "
|
|
2778
|
+
"default": "false",
|
|
2779
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2780
|
+
"fieldName": "verticalViewportLock",
|
|
2725
2781
|
"inheritedFrom": {
|
|
2726
2782
|
"name": "AnchoredRegion",
|
|
2727
2783
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2728
2784
|
}
|
|
2729
2785
|
},
|
|
2730
2786
|
{
|
|
2731
|
-
"
|
|
2732
|
-
"
|
|
2733
|
-
|
|
2734
|
-
"return": {
|
|
2735
|
-
"type": {
|
|
2736
|
-
"text": "void"
|
|
2737
|
-
}
|
|
2787
|
+
"name": "vertical-inset",
|
|
2788
|
+
"type": {
|
|
2789
|
+
"text": "boolean"
|
|
2738
2790
|
},
|
|
2791
|
+
"default": "false",
|
|
2792
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2793
|
+
"fieldName": "verticalInset",
|
|
2739
2794
|
"inheritedFrom": {
|
|
2740
2795
|
"name": "AnchoredRegion",
|
|
2741
2796
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2742
2797
|
}
|
|
2743
2798
|
},
|
|
2744
2799
|
{
|
|
2745
|
-
"
|
|
2746
|
-
"name": "verticalScaling",
|
|
2800
|
+
"name": "vertical-threshold",
|
|
2747
2801
|
"type": {
|
|
2748
|
-
"text": "
|
|
2802
|
+
"text": "number"
|
|
2749
2803
|
},
|
|
2750
|
-
"
|
|
2751
|
-
"
|
|
2752
|
-
"description": "Defines how the height of the region is calculated",
|
|
2804
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2805
|
+
"fieldName": "verticalThreshold",
|
|
2753
2806
|
"inheritedFrom": {
|
|
2754
2807
|
"name": "AnchoredRegion",
|
|
2755
2808
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2756
2809
|
}
|
|
2757
2810
|
},
|
|
2758
2811
|
{
|
|
2759
|
-
"
|
|
2760
|
-
"
|
|
2761
|
-
|
|
2762
|
-
"return": {
|
|
2763
|
-
"type": {
|
|
2764
|
-
"text": "void"
|
|
2765
|
-
}
|
|
2812
|
+
"name": "vertical-scaling",
|
|
2813
|
+
"type": {
|
|
2814
|
+
"text": "AxisScalingMode"
|
|
2766
2815
|
},
|
|
2816
|
+
"default": "\"content\"",
|
|
2817
|
+
"description": "Defines how the height of the region is calculated",
|
|
2818
|
+
"fieldName": "verticalScaling",
|
|
2767
2819
|
"inheritedFrom": {
|
|
2768
2820
|
"name": "AnchoredRegion",
|
|
2769
2821
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2770
2822
|
}
|
|
2771
2823
|
},
|
|
2772
2824
|
{
|
|
2773
|
-
"
|
|
2774
|
-
"name": "fixedPlacement",
|
|
2825
|
+
"name": "fixed-placement",
|
|
2775
2826
|
"type": {
|
|
2776
2827
|
"text": "boolean"
|
|
2777
2828
|
},
|
|
2778
|
-
"privacy": "public",
|
|
2779
2829
|
"default": "false",
|
|
2780
2830
|
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2831
|
+
"fieldName": "fixedPlacement",
|
|
2781
2832
|
"inheritedFrom": {
|
|
2782
2833
|
"name": "AnchoredRegion",
|
|
2783
2834
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2784
2835
|
}
|
|
2785
2836
|
},
|
|
2786
2837
|
{
|
|
2787
|
-
"
|
|
2788
|
-
"
|
|
2789
|
-
|
|
2790
|
-
"return": {
|
|
2791
|
-
"type": {
|
|
2792
|
-
"text": "void"
|
|
2793
|
-
}
|
|
2838
|
+
"name": "auto-update-mode",
|
|
2839
|
+
"type": {
|
|
2840
|
+
"text": "AutoUpdateMode"
|
|
2794
2841
|
},
|
|
2842
|
+
"default": "\"anchor\"",
|
|
2843
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2844
|
+
"fieldName": "autoUpdateMode",
|
|
2795
2845
|
"inheritedFrom": {
|
|
2796
2846
|
"name": "AnchoredRegion",
|
|
2797
2847
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2798
2848
|
}
|
|
2799
|
-
}
|
|
2800
|
-
|
|
2849
|
+
}
|
|
2850
|
+
],
|
|
2851
|
+
"members": [
|
|
2852
|
+
{
|
|
2801
2853
|
"kind": "field",
|
|
2802
|
-
"name": "
|
|
2854
|
+
"name": "anchor",
|
|
2803
2855
|
"type": {
|
|
2804
|
-
"text": "
|
|
2856
|
+
"text": "string"
|
|
2805
2857
|
},
|
|
2806
2858
|
"privacy": "public",
|
|
2807
|
-
"default": "\"
|
|
2808
|
-
"description": "
|
|
2859
|
+
"default": "\"\"",
|
|
2860
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2809
2861
|
"inheritedFrom": {
|
|
2810
2862
|
"name": "AnchoredRegion",
|
|
2811
2863
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2813,27 +2865,13 @@
|
|
|
2813
2865
|
},
|
|
2814
2866
|
{
|
|
2815
2867
|
"kind": "method",
|
|
2816
|
-
"name": "
|
|
2868
|
+
"name": "anchorChanged",
|
|
2817
2869
|
"privacy": "private",
|
|
2818
2870
|
"return": {
|
|
2819
2871
|
"type": {
|
|
2820
2872
|
"text": "void"
|
|
2821
2873
|
}
|
|
2822
2874
|
},
|
|
2823
|
-
"parameters": [
|
|
2824
|
-
{
|
|
2825
|
-
"name": "prevMode",
|
|
2826
|
-
"type": {
|
|
2827
|
-
"text": "AutoUpdateMode"
|
|
2828
|
-
}
|
|
2829
|
-
},
|
|
2830
|
-
{
|
|
2831
|
-
"name": "newMode",
|
|
2832
|
-
"type": {
|
|
2833
|
-
"text": "AutoUpdateMode"
|
|
2834
|
-
}
|
|
2835
|
-
}
|
|
2836
|
-
],
|
|
2837
2875
|
"inheritedFrom": {
|
|
2838
2876
|
"name": "AnchoredRegion",
|
|
2839
2877
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2841,13 +2879,13 @@
|
|
|
2841
2879
|
},
|
|
2842
2880
|
{
|
|
2843
2881
|
"kind": "field",
|
|
2844
|
-
"name": "
|
|
2882
|
+
"name": "viewport",
|
|
2845
2883
|
"type": {
|
|
2846
|
-
"text": "
|
|
2884
|
+
"text": "string"
|
|
2847
2885
|
},
|
|
2848
2886
|
"privacy": "public",
|
|
2849
|
-
"default": "
|
|
2850
|
-
"description": "The HTML element
|
|
2887
|
+
"default": "\"\"",
|
|
2888
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2851
2889
|
"inheritedFrom": {
|
|
2852
2890
|
"name": "AnchoredRegion",
|
|
2853
2891
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2855,7 +2893,7 @@
|
|
|
2855
2893
|
},
|
|
2856
2894
|
{
|
|
2857
2895
|
"kind": "method",
|
|
2858
|
-
"name": "
|
|
2896
|
+
"name": "viewportChanged",
|
|
2859
2897
|
"privacy": "private",
|
|
2860
2898
|
"return": {
|
|
2861
2899
|
"type": {
|
|
@@ -2869,13 +2907,13 @@
|
|
|
2869
2907
|
},
|
|
2870
2908
|
{
|
|
2871
2909
|
"kind": "field",
|
|
2872
|
-
"name": "
|
|
2910
|
+
"name": "horizontalPositioningMode",
|
|
2873
2911
|
"type": {
|
|
2874
|
-
"text": "
|
|
2912
|
+
"text": "AxisPositioningMode"
|
|
2875
2913
|
},
|
|
2876
2914
|
"privacy": "public",
|
|
2877
|
-
"default": "
|
|
2878
|
-
"description": "
|
|
2915
|
+
"default": "\"uncontrolled\"",
|
|
2916
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2879
2917
|
"inheritedFrom": {
|
|
2880
2918
|
"name": "AnchoredRegion",
|
|
2881
2919
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2883,7 +2921,7 @@
|
|
|
2883
2921
|
},
|
|
2884
2922
|
{
|
|
2885
2923
|
"kind": "method",
|
|
2886
|
-
"name": "
|
|
2924
|
+
"name": "horizontalPositioningModeChanged",
|
|
2887
2925
|
"privacy": "private",
|
|
2888
2926
|
"return": {
|
|
2889
2927
|
"type": {
|
|
@@ -2897,25 +2935,27 @@
|
|
|
2897
2935
|
},
|
|
2898
2936
|
{
|
|
2899
2937
|
"kind": "field",
|
|
2900
|
-
"name": "
|
|
2938
|
+
"name": "horizontalDefaultPosition",
|
|
2901
2939
|
"type": {
|
|
2902
|
-
"text": "
|
|
2940
|
+
"text": "HorizontalPosition"
|
|
2903
2941
|
},
|
|
2904
2942
|
"privacy": "public",
|
|
2905
|
-
"
|
|
2943
|
+
"default": "\"unset\"",
|
|
2944
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2906
2945
|
"inheritedFrom": {
|
|
2907
2946
|
"name": "AnchoredRegion",
|
|
2908
2947
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2909
2948
|
}
|
|
2910
2949
|
},
|
|
2911
2950
|
{
|
|
2912
|
-
"kind": "
|
|
2913
|
-
"name": "
|
|
2914
|
-
"
|
|
2915
|
-
|
|
2951
|
+
"kind": "method",
|
|
2952
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2953
|
+
"privacy": "private",
|
|
2954
|
+
"return": {
|
|
2955
|
+
"type": {
|
|
2956
|
+
"text": "void"
|
|
2957
|
+
}
|
|
2916
2958
|
},
|
|
2917
|
-
"privacy": "public",
|
|
2918
|
-
"description": "indicates the current vertical position of the region",
|
|
2919
2959
|
"inheritedFrom": {
|
|
2920
2960
|
"name": "AnchoredRegion",
|
|
2921
2961
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2923,24 +2963,27 @@
|
|
|
2923
2963
|
},
|
|
2924
2964
|
{
|
|
2925
2965
|
"kind": "field",
|
|
2926
|
-
"name": "
|
|
2966
|
+
"name": "horizontalViewportLock",
|
|
2927
2967
|
"type": {
|
|
2928
|
-
"text": "
|
|
2968
|
+
"text": "boolean"
|
|
2929
2969
|
},
|
|
2930
|
-
"privacy": "
|
|
2931
|
-
"
|
|
2970
|
+
"privacy": "public",
|
|
2971
|
+
"default": "false",
|
|
2972
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2932
2973
|
"inheritedFrom": {
|
|
2933
2974
|
"name": "AnchoredRegion",
|
|
2934
2975
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2935
2976
|
}
|
|
2936
2977
|
},
|
|
2937
2978
|
{
|
|
2938
|
-
"kind": "
|
|
2939
|
-
"name": "
|
|
2940
|
-
"type": {
|
|
2941
|
-
"text": "number"
|
|
2942
|
-
},
|
|
2979
|
+
"kind": "method",
|
|
2980
|
+
"name": "horizontalViewportLockChanged",
|
|
2943
2981
|
"privacy": "private",
|
|
2982
|
+
"return": {
|
|
2983
|
+
"type": {
|
|
2984
|
+
"text": "void"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2944
2987
|
"inheritedFrom": {
|
|
2945
2988
|
"name": "AnchoredRegion",
|
|
2946
2989
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2948,24 +2991,27 @@
|
|
|
2948
2991
|
},
|
|
2949
2992
|
{
|
|
2950
2993
|
"kind": "field",
|
|
2951
|
-
"name": "
|
|
2994
|
+
"name": "horizontalInset",
|
|
2952
2995
|
"type": {
|
|
2953
|
-
"text": "
|
|
2996
|
+
"text": "boolean"
|
|
2954
2997
|
},
|
|
2955
|
-
"privacy": "
|
|
2956
|
-
"
|
|
2998
|
+
"privacy": "public",
|
|
2999
|
+
"default": "false",
|
|
3000
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2957
3001
|
"inheritedFrom": {
|
|
2958
3002
|
"name": "AnchoredRegion",
|
|
2959
3003
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2960
3004
|
}
|
|
2961
3005
|
},
|
|
2962
3006
|
{
|
|
2963
|
-
"kind": "
|
|
2964
|
-
"name": "
|
|
2965
|
-
"type": {
|
|
2966
|
-
"text": "string"
|
|
2967
|
-
},
|
|
3007
|
+
"kind": "method",
|
|
3008
|
+
"name": "horizontalInsetChanged",
|
|
2968
3009
|
"privacy": "private",
|
|
3010
|
+
"return": {
|
|
3011
|
+
"type": {
|
|
3012
|
+
"text": "void"
|
|
3013
|
+
}
|
|
3014
|
+
},
|
|
2969
3015
|
"inheritedFrom": {
|
|
2970
3016
|
"name": "AnchoredRegion",
|
|
2971
3017
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2973,24 +3019,26 @@
|
|
|
2973
3019
|
},
|
|
2974
3020
|
{
|
|
2975
3021
|
"kind": "field",
|
|
2976
|
-
"name": "
|
|
3022
|
+
"name": "horizontalThreshold",
|
|
2977
3023
|
"type": {
|
|
2978
|
-
"text": "
|
|
3024
|
+
"text": "number"
|
|
2979
3025
|
},
|
|
2980
|
-
"privacy": "
|
|
2981
|
-
"
|
|
3026
|
+
"privacy": "public",
|
|
3027
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2982
3028
|
"inheritedFrom": {
|
|
2983
3029
|
"name": "AnchoredRegion",
|
|
2984
3030
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2985
3031
|
}
|
|
2986
3032
|
},
|
|
2987
3033
|
{
|
|
2988
|
-
"kind": "
|
|
2989
|
-
"name": "
|
|
2990
|
-
"type": {
|
|
2991
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
2992
|
-
},
|
|
3034
|
+
"kind": "method",
|
|
3035
|
+
"name": "horizontalThresholdChanged",
|
|
2993
3036
|
"privacy": "private",
|
|
3037
|
+
"return": {
|
|
3038
|
+
"type": {
|
|
3039
|
+
"text": "void"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
2994
3042
|
"inheritedFrom": {
|
|
2995
3043
|
"name": "AnchoredRegion",
|
|
2996
3044
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2998,23 +3046,27 @@
|
|
|
2998
3046
|
},
|
|
2999
3047
|
{
|
|
3000
3048
|
"kind": "field",
|
|
3001
|
-
"name": "
|
|
3049
|
+
"name": "horizontalScaling",
|
|
3002
3050
|
"type": {
|
|
3003
|
-
"text": "
|
|
3051
|
+
"text": "AxisScalingMode"
|
|
3004
3052
|
},
|
|
3005
|
-
"privacy": "
|
|
3053
|
+
"privacy": "public",
|
|
3054
|
+
"default": "\"content\"",
|
|
3055
|
+
"description": "Defines how the width of the region is calculated",
|
|
3006
3056
|
"inheritedFrom": {
|
|
3007
3057
|
"name": "AnchoredRegion",
|
|
3008
3058
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3009
3059
|
}
|
|
3010
3060
|
},
|
|
3011
3061
|
{
|
|
3012
|
-
"kind": "
|
|
3013
|
-
"name": "
|
|
3014
|
-
"type": {
|
|
3015
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3016
|
-
},
|
|
3062
|
+
"kind": "method",
|
|
3063
|
+
"name": "horizontalScalingChanged",
|
|
3017
3064
|
"privacy": "private",
|
|
3065
|
+
"return": {
|
|
3066
|
+
"type": {
|
|
3067
|
+
"text": "void"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3018
3070
|
"inheritedFrom": {
|
|
3019
3071
|
"name": "AnchoredRegion",
|
|
3020
3072
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3022,26 +3074,27 @@
|
|
|
3022
3074
|
},
|
|
3023
3075
|
{
|
|
3024
3076
|
"kind": "field",
|
|
3025
|
-
"name": "
|
|
3077
|
+
"name": "verticalPositioningMode",
|
|
3026
3078
|
"type": {
|
|
3027
|
-
"text": "
|
|
3079
|
+
"text": "AxisPositioningMode"
|
|
3028
3080
|
},
|
|
3029
|
-
"privacy": "
|
|
3030
|
-
"default": "
|
|
3031
|
-
"description": "
|
|
3081
|
+
"privacy": "public",
|
|
3082
|
+
"default": "\"uncontrolled\"",
|
|
3083
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
3032
3084
|
"inheritedFrom": {
|
|
3033
3085
|
"name": "AnchoredRegion",
|
|
3034
3086
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3035
3087
|
}
|
|
3036
3088
|
},
|
|
3037
3089
|
{
|
|
3038
|
-
"kind": "
|
|
3039
|
-
"name": "
|
|
3040
|
-
"type": {
|
|
3041
|
-
"text": "number"
|
|
3042
|
-
},
|
|
3090
|
+
"kind": "method",
|
|
3091
|
+
"name": "verticalPositioningModeChanged",
|
|
3043
3092
|
"privacy": "private",
|
|
3044
|
-
"
|
|
3093
|
+
"return": {
|
|
3094
|
+
"type": {
|
|
3095
|
+
"text": "void"
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
3045
3098
|
"inheritedFrom": {
|
|
3046
3099
|
"name": "AnchoredRegion",
|
|
3047
3100
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3049,25 +3102,27 @@
|
|
|
3049
3102
|
},
|
|
3050
3103
|
{
|
|
3051
3104
|
"kind": "field",
|
|
3052
|
-
"name": "
|
|
3105
|
+
"name": "verticalDefaultPosition",
|
|
3053
3106
|
"type": {
|
|
3054
|
-
"text": "
|
|
3107
|
+
"text": "VerticalPosition"
|
|
3055
3108
|
},
|
|
3056
|
-
"privacy": "
|
|
3057
|
-
"default": "
|
|
3109
|
+
"privacy": "public",
|
|
3110
|
+
"default": "\"unset\"",
|
|
3111
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3058
3112
|
"inheritedFrom": {
|
|
3059
3113
|
"name": "AnchoredRegion",
|
|
3060
3114
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3061
3115
|
}
|
|
3062
3116
|
},
|
|
3063
3117
|
{
|
|
3064
|
-
"kind": "
|
|
3065
|
-
"name": "
|
|
3066
|
-
"type": {
|
|
3067
|
-
"text": "boolean"
|
|
3068
|
-
},
|
|
3118
|
+
"kind": "method",
|
|
3119
|
+
"name": "verticalDefaultPositionChanged",
|
|
3069
3120
|
"privacy": "private",
|
|
3070
|
-
"
|
|
3121
|
+
"return": {
|
|
3122
|
+
"type": {
|
|
3123
|
+
"text": "void"
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
3071
3126
|
"inheritedFrom": {
|
|
3072
3127
|
"name": "AnchoredRegion",
|
|
3073
3128
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3075,24 +3130,27 @@
|
|
|
3075
3130
|
},
|
|
3076
3131
|
{
|
|
3077
3132
|
"kind": "field",
|
|
3078
|
-
"name": "
|
|
3133
|
+
"name": "verticalViewportLock",
|
|
3079
3134
|
"type": {
|
|
3080
|
-
"text": "
|
|
3135
|
+
"text": "boolean"
|
|
3081
3136
|
},
|
|
3082
|
-
"privacy": "
|
|
3137
|
+
"privacy": "public",
|
|
3138
|
+
"default": "false",
|
|
3139
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3083
3140
|
"inheritedFrom": {
|
|
3084
3141
|
"name": "AnchoredRegion",
|
|
3085
3142
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3086
3143
|
}
|
|
3087
3144
|
},
|
|
3088
3145
|
{
|
|
3089
|
-
"kind": "
|
|
3090
|
-
"name": "
|
|
3091
|
-
"type": {
|
|
3092
|
-
"text": "boolean"
|
|
3093
|
-
},
|
|
3146
|
+
"kind": "method",
|
|
3147
|
+
"name": "verticalViewportLockChanged",
|
|
3094
3148
|
"privacy": "private",
|
|
3095
|
-
"
|
|
3149
|
+
"return": {
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "void"
|
|
3152
|
+
}
|
|
3153
|
+
},
|
|
3096
3154
|
"inheritedFrom": {
|
|
3097
3155
|
"name": "AnchoredRegion",
|
|
3098
3156
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3100,25 +3158,27 @@
|
|
|
3100
3158
|
},
|
|
3101
3159
|
{
|
|
3102
3160
|
"kind": "field",
|
|
3103
|
-
"name": "
|
|
3161
|
+
"name": "verticalInset",
|
|
3104
3162
|
"type": {
|
|
3105
3163
|
"text": "boolean"
|
|
3106
3164
|
},
|
|
3107
|
-
"privacy": "
|
|
3165
|
+
"privacy": "public",
|
|
3108
3166
|
"default": "false",
|
|
3167
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3109
3168
|
"inheritedFrom": {
|
|
3110
3169
|
"name": "AnchoredRegion",
|
|
3111
3170
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3112
3171
|
}
|
|
3113
3172
|
},
|
|
3114
3173
|
{
|
|
3115
|
-
"kind": "
|
|
3116
|
-
"name": "
|
|
3117
|
-
"type": {
|
|
3118
|
-
"text": "number"
|
|
3119
|
-
},
|
|
3174
|
+
"kind": "method",
|
|
3175
|
+
"name": "verticalInsetChanged",
|
|
3120
3176
|
"privacy": "private",
|
|
3121
|
-
"
|
|
3177
|
+
"return": {
|
|
3178
|
+
"type": {
|
|
3179
|
+
"text": "void"
|
|
3180
|
+
}
|
|
3181
|
+
},
|
|
3122
3182
|
"inheritedFrom": {
|
|
3123
3183
|
"name": "AnchoredRegion",
|
|
3124
3184
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3126,23 +3186,12 @@
|
|
|
3126
3186
|
},
|
|
3127
3187
|
{
|
|
3128
3188
|
"kind": "field",
|
|
3129
|
-
"name": "
|
|
3189
|
+
"name": "verticalThreshold",
|
|
3130
3190
|
"type": {
|
|
3131
|
-
"text": "
|
|
3191
|
+
"text": "number"
|
|
3132
3192
|
},
|
|
3133
|
-
"privacy": "private",
|
|
3134
|
-
"static": true,
|
|
3135
|
-
"default": "new IntersectionService()",
|
|
3136
|
-
"inheritedFrom": {
|
|
3137
|
-
"name": "AnchoredRegion",
|
|
3138
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3139
|
-
}
|
|
3140
|
-
},
|
|
3141
|
-
{
|
|
3142
|
-
"kind": "field",
|
|
3143
|
-
"name": "update",
|
|
3144
3193
|
"privacy": "public",
|
|
3145
|
-
"description": "
|
|
3194
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3146
3195
|
"inheritedFrom": {
|
|
3147
3196
|
"name": "AnchoredRegion",
|
|
3148
3197
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3150,29 +3199,27 @@
|
|
|
3150
3199
|
},
|
|
3151
3200
|
{
|
|
3152
3201
|
"kind": "method",
|
|
3153
|
-
"name": "
|
|
3202
|
+
"name": "verticalThresholdChanged",
|
|
3154
3203
|
"privacy": "private",
|
|
3155
3204
|
"return": {
|
|
3156
3205
|
"type": {
|
|
3157
3206
|
"text": "void"
|
|
3158
3207
|
}
|
|
3159
3208
|
},
|
|
3160
|
-
"description": "destroys the instance's resize observer",
|
|
3161
3209
|
"inheritedFrom": {
|
|
3162
3210
|
"name": "AnchoredRegion",
|
|
3163
3211
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3164
3212
|
}
|
|
3165
3213
|
},
|
|
3166
3214
|
{
|
|
3167
|
-
"kind": "
|
|
3168
|
-
"name": "
|
|
3169
|
-
"
|
|
3170
|
-
|
|
3171
|
-
"type": {
|
|
3172
|
-
"text": "void"
|
|
3173
|
-
}
|
|
3215
|
+
"kind": "field",
|
|
3216
|
+
"name": "verticalScaling",
|
|
3217
|
+
"type": {
|
|
3218
|
+
"text": "AxisScalingMode"
|
|
3174
3219
|
},
|
|
3175
|
-
"
|
|
3220
|
+
"privacy": "public",
|
|
3221
|
+
"default": "\"content\"",
|
|
3222
|
+
"description": "Defines how the height of the region is calculated",
|
|
3176
3223
|
"inheritedFrom": {
|
|
3177
3224
|
"name": "AnchoredRegion",
|
|
3178
3225
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3180,29 +3227,27 @@
|
|
|
3180
3227
|
},
|
|
3181
3228
|
{
|
|
3182
3229
|
"kind": "method",
|
|
3183
|
-
"name": "
|
|
3230
|
+
"name": "verticalScalingChanged",
|
|
3184
3231
|
"privacy": "private",
|
|
3185
3232
|
"return": {
|
|
3186
3233
|
"type": {
|
|
3187
3234
|
"text": "void"
|
|
3188
3235
|
}
|
|
3189
3236
|
},
|
|
3190
|
-
"description": "react to attribute changes that don't require a reset",
|
|
3191
3237
|
"inheritedFrom": {
|
|
3192
3238
|
"name": "AnchoredRegion",
|
|
3193
3239
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3194
3240
|
}
|
|
3195
3241
|
},
|
|
3196
3242
|
{
|
|
3197
|
-
"kind": "
|
|
3198
|
-
"name": "
|
|
3199
|
-
"
|
|
3200
|
-
|
|
3201
|
-
"type": {
|
|
3202
|
-
"text": "void"
|
|
3203
|
-
}
|
|
3243
|
+
"kind": "field",
|
|
3244
|
+
"name": "fixedPlacement",
|
|
3245
|
+
"type": {
|
|
3246
|
+
"text": "boolean"
|
|
3204
3247
|
},
|
|
3205
|
-
"
|
|
3248
|
+
"privacy": "public",
|
|
3249
|
+
"default": "false",
|
|
3250
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3206
3251
|
"inheritedFrom": {
|
|
3207
3252
|
"name": "AnchoredRegion",
|
|
3208
3253
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3210,14 +3255,27 @@
|
|
|
3210
3255
|
},
|
|
3211
3256
|
{
|
|
3212
3257
|
"kind": "method",
|
|
3213
|
-
"name": "
|
|
3258
|
+
"name": "fixedPlacementChanged",
|
|
3214
3259
|
"privacy": "private",
|
|
3215
3260
|
"return": {
|
|
3216
3261
|
"type": {
|
|
3217
3262
|
"text": "void"
|
|
3218
3263
|
}
|
|
3219
3264
|
},
|
|
3220
|
-
"
|
|
3265
|
+
"inheritedFrom": {
|
|
3266
|
+
"name": "AnchoredRegion",
|
|
3267
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3268
|
+
}
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"kind": "field",
|
|
3272
|
+
"name": "autoUpdateMode",
|
|
3273
|
+
"type": {
|
|
3274
|
+
"text": "AutoUpdateMode"
|
|
3275
|
+
},
|
|
3276
|
+
"privacy": "public",
|
|
3277
|
+
"default": "\"anchor\"",
|
|
3278
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3221
3279
|
"inheritedFrom": {
|
|
3222
3280
|
"name": "AnchoredRegion",
|
|
3223
3281
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3225,14 +3283,27 @@
|
|
|
3225
3283
|
},
|
|
3226
3284
|
{
|
|
3227
3285
|
"kind": "method",
|
|
3228
|
-
"name": "
|
|
3286
|
+
"name": "autoUpdateModeChanged",
|
|
3229
3287
|
"privacy": "private",
|
|
3230
3288
|
"return": {
|
|
3231
3289
|
"type": {
|
|
3232
3290
|
"text": "void"
|
|
3233
3291
|
}
|
|
3234
3292
|
},
|
|
3235
|
-
"
|
|
3293
|
+
"parameters": [
|
|
3294
|
+
{
|
|
3295
|
+
"name": "prevMode",
|
|
3296
|
+
"type": {
|
|
3297
|
+
"text": "AutoUpdateMode"
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"name": "newMode",
|
|
3302
|
+
"type": {
|
|
3303
|
+
"text": "AutoUpdateMode"
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
],
|
|
3236
3307
|
"inheritedFrom": {
|
|
3237
3308
|
"name": "AnchoredRegion",
|
|
3238
3309
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3240,19 +3311,27 @@
|
|
|
3240
3311
|
},
|
|
3241
3312
|
{
|
|
3242
3313
|
"kind": "field",
|
|
3243
|
-
"name": "
|
|
3244
|
-
"
|
|
3245
|
-
|
|
3314
|
+
"name": "anchorElement",
|
|
3315
|
+
"type": {
|
|
3316
|
+
"text": "HTMLElement | null"
|
|
3317
|
+
},
|
|
3318
|
+
"privacy": "public",
|
|
3319
|
+
"default": "null",
|
|
3320
|
+
"description": "The HTML element being used as the anchor",
|
|
3246
3321
|
"inheritedFrom": {
|
|
3247
3322
|
"name": "AnchoredRegion",
|
|
3248
3323
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3249
3324
|
}
|
|
3250
3325
|
},
|
|
3251
3326
|
{
|
|
3252
|
-
"kind": "
|
|
3253
|
-
"name": "
|
|
3327
|
+
"kind": "method",
|
|
3328
|
+
"name": "anchorElementChanged",
|
|
3254
3329
|
"privacy": "private",
|
|
3255
|
-
"
|
|
3330
|
+
"return": {
|
|
3331
|
+
"type": {
|
|
3332
|
+
"text": "void"
|
|
3333
|
+
}
|
|
3334
|
+
},
|
|
3256
3335
|
"inheritedFrom": {
|
|
3257
3336
|
"name": "AnchoredRegion",
|
|
3258
3337
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3260,19 +3339,27 @@
|
|
|
3260
3339
|
},
|
|
3261
3340
|
{
|
|
3262
3341
|
"kind": "field",
|
|
3263
|
-
"name": "
|
|
3264
|
-
"
|
|
3265
|
-
|
|
3342
|
+
"name": "viewportElement",
|
|
3343
|
+
"type": {
|
|
3344
|
+
"text": "HTMLElement | null"
|
|
3345
|
+
},
|
|
3346
|
+
"privacy": "public",
|
|
3347
|
+
"default": "null",
|
|
3348
|
+
"description": "The HTML element being used as the viewport",
|
|
3266
3349
|
"inheritedFrom": {
|
|
3267
3350
|
"name": "AnchoredRegion",
|
|
3268
3351
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3269
3352
|
}
|
|
3270
3353
|
},
|
|
3271
3354
|
{
|
|
3272
|
-
"kind": "
|
|
3273
|
-
"name": "
|
|
3355
|
+
"kind": "method",
|
|
3356
|
+
"name": "viewportElementChanged",
|
|
3274
3357
|
"privacy": "private",
|
|
3275
|
-
"
|
|
3358
|
+
"return": {
|
|
3359
|
+
"type": {
|
|
3360
|
+
"text": "void"
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3276
3363
|
"inheritedFrom": {
|
|
3277
3364
|
"name": "AnchoredRegion",
|
|
3278
3365
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3280,9 +3367,12 @@
|
|
|
3280
3367
|
},
|
|
3281
3368
|
{
|
|
3282
3369
|
"kind": "field",
|
|
3283
|
-
"name": "
|
|
3284
|
-
"
|
|
3285
|
-
|
|
3370
|
+
"name": "verticalPosition",
|
|
3371
|
+
"type": {
|
|
3372
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3373
|
+
},
|
|
3374
|
+
"privacy": "public",
|
|
3375
|
+
"description": "indicates the current horizontal position of the region",
|
|
3286
3376
|
"inheritedFrom": {
|
|
3287
3377
|
"name": "AnchoredRegion",
|
|
3288
3378
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3290,9 +3380,12 @@
|
|
|
3290
3380
|
},
|
|
3291
3381
|
{
|
|
3292
3382
|
"kind": "field",
|
|
3293
|
-
"name": "
|
|
3294
|
-
"
|
|
3295
|
-
|
|
3383
|
+
"name": "horizontalPosition",
|
|
3384
|
+
"type": {
|
|
3385
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3386
|
+
},
|
|
3387
|
+
"privacy": "public",
|
|
3388
|
+
"description": "indicates the current vertical position of the region",
|
|
3296
3389
|
"inheritedFrom": {
|
|
3297
3390
|
"name": "AnchoredRegion",
|
|
3298
3391
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3300,9 +3393,12 @@
|
|
|
3300
3393
|
},
|
|
3301
3394
|
{
|
|
3302
3395
|
"kind": "field",
|
|
3303
|
-
"name": "
|
|
3396
|
+
"name": "translateX",
|
|
3397
|
+
"type": {
|
|
3398
|
+
"text": "number"
|
|
3399
|
+
},
|
|
3304
3400
|
"privacy": "private",
|
|
3305
|
-
"description": "
|
|
3401
|
+
"description": "values to be applied to the component's transform on render",
|
|
3306
3402
|
"inheritedFrom": {
|
|
3307
3403
|
"name": "AnchoredRegion",
|
|
3308
3404
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3310,9 +3406,11 @@
|
|
|
3310
3406
|
},
|
|
3311
3407
|
{
|
|
3312
3408
|
"kind": "field",
|
|
3313
|
-
"name": "
|
|
3409
|
+
"name": "translateY",
|
|
3410
|
+
"type": {
|
|
3411
|
+
"text": "number"
|
|
3412
|
+
},
|
|
3314
3413
|
"privacy": "private",
|
|
3315
|
-
"description": "Update the offset values",
|
|
3316
3414
|
"inheritedFrom": {
|
|
3317
3415
|
"name": "AnchoredRegion",
|
|
3318
3416
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3320,9 +3418,12 @@
|
|
|
3320
3418
|
},
|
|
3321
3419
|
{
|
|
3322
3420
|
"kind": "field",
|
|
3323
|
-
"name": "
|
|
3421
|
+
"name": "regionWidth",
|
|
3422
|
+
"type": {
|
|
3423
|
+
"text": "string"
|
|
3424
|
+
},
|
|
3324
3425
|
"privacy": "private",
|
|
3325
|
-
"description": "
|
|
3426
|
+
"description": "the span to be applied to the region on each axis",
|
|
3326
3427
|
"inheritedFrom": {
|
|
3327
3428
|
"name": "AnchoredRegion",
|
|
3328
3429
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3330,9 +3431,11 @@
|
|
|
3330
3431
|
},
|
|
3331
3432
|
{
|
|
3332
3433
|
"kind": "field",
|
|
3333
|
-
"name": "
|
|
3434
|
+
"name": "regionHeight",
|
|
3435
|
+
"type": {
|
|
3436
|
+
"text": "string"
|
|
3437
|
+
},
|
|
3334
3438
|
"privacy": "private",
|
|
3335
|
-
"description": "Handle resize events",
|
|
3336
3439
|
"inheritedFrom": {
|
|
3337
3440
|
"name": "AnchoredRegion",
|
|
3338
3441
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3340,9 +3443,12 @@
|
|
|
3340
3443
|
},
|
|
3341
3444
|
{
|
|
3342
3445
|
"kind": "field",
|
|
3343
|
-
"name": "
|
|
3446
|
+
"name": "resizeDetector",
|
|
3447
|
+
"type": {
|
|
3448
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3449
|
+
},
|
|
3344
3450
|
"privacy": "private",
|
|
3345
|
-
"
|
|
3451
|
+
"default": "null",
|
|
3346
3452
|
"inheritedFrom": {
|
|
3347
3453
|
"name": "AnchoredRegion",
|
|
3348
3454
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3350,9 +3456,11 @@
|
|
|
3350
3456
|
},
|
|
3351
3457
|
{
|
|
3352
3458
|
"kind": "field",
|
|
3353
|
-
"name": "
|
|
3459
|
+
"name": "viewportRect",
|
|
3460
|
+
"type": {
|
|
3461
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3462
|
+
},
|
|
3354
3463
|
"privacy": "private",
|
|
3355
|
-
"description": "Recalculate layout related state values",
|
|
3356
3464
|
"inheritedFrom": {
|
|
3357
3465
|
"name": "AnchoredRegion",
|
|
3358
3466
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3360,9 +3468,11 @@
|
|
|
3360
3468
|
},
|
|
3361
3469
|
{
|
|
3362
3470
|
"kind": "field",
|
|
3363
|
-
"name": "
|
|
3471
|
+
"name": "anchorRect",
|
|
3472
|
+
"type": {
|
|
3473
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3474
|
+
},
|
|
3364
3475
|
"privacy": "private",
|
|
3365
|
-
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3366
3476
|
"inheritedFrom": {
|
|
3367
3477
|
"name": "AnchoredRegion",
|
|
3368
3478
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3370,9 +3480,11 @@
|
|
|
3370
3480
|
},
|
|
3371
3481
|
{
|
|
3372
3482
|
"kind": "field",
|
|
3373
|
-
"name": "
|
|
3483
|
+
"name": "regionRect",
|
|
3484
|
+
"type": {
|
|
3485
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3486
|
+
},
|
|
3374
3487
|
"privacy": "private",
|
|
3375
|
-
"description": "Updates the css classes that reflect the current position of the element",
|
|
3376
3488
|
"inheritedFrom": {
|
|
3377
3489
|
"name": "AnchoredRegion",
|
|
3378
3490
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3380,9 +3492,13 @@
|
|
|
3380
3492
|
},
|
|
3381
3493
|
{
|
|
3382
3494
|
"kind": "field",
|
|
3383
|
-
"name": "
|
|
3495
|
+
"name": "baseHorizontalOffset",
|
|
3496
|
+
"type": {
|
|
3497
|
+
"text": "number"
|
|
3498
|
+
},
|
|
3384
3499
|
"privacy": "private",
|
|
3385
|
-
"
|
|
3500
|
+
"default": "0",
|
|
3501
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3386
3502
|
"inheritedFrom": {
|
|
3387
3503
|
"name": "AnchoredRegion",
|
|
3388
3504
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3390,9 +3506,12 @@
|
|
|
3390
3506
|
},
|
|
3391
3507
|
{
|
|
3392
3508
|
"kind": "field",
|
|
3393
|
-
"name": "
|
|
3509
|
+
"name": "baseVerticalOffset",
|
|
3510
|
+
"type": {
|
|
3511
|
+
"text": "number"
|
|
3512
|
+
},
|
|
3394
3513
|
"privacy": "private",
|
|
3395
|
-
"
|
|
3514
|
+
"default": "0",
|
|
3396
3515
|
"inheritedFrom": {
|
|
3397
3516
|
"name": "AnchoredRegion",
|
|
3398
3517
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3400,9 +3519,12 @@
|
|
|
3400
3519
|
},
|
|
3401
3520
|
{
|
|
3402
3521
|
"kind": "field",
|
|
3403
|
-
"name": "
|
|
3522
|
+
"name": "pendingPositioningUpdate",
|
|
3523
|
+
"type": {
|
|
3524
|
+
"text": "boolean"
|
|
3525
|
+
},
|
|
3404
3526
|
"privacy": "private",
|
|
3405
|
-
"
|
|
3527
|
+
"default": "false",
|
|
3406
3528
|
"inheritedFrom": {
|
|
3407
3529
|
"name": "AnchoredRegion",
|
|
3408
3530
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3410,9 +3532,12 @@
|
|
|
3410
3532
|
},
|
|
3411
3533
|
{
|
|
3412
3534
|
"kind": "field",
|
|
3413
|
-
"name": "
|
|
3535
|
+
"name": "pendingReset",
|
|
3536
|
+
"type": {
|
|
3537
|
+
"text": "boolean"
|
|
3538
|
+
},
|
|
3414
3539
|
"privacy": "private",
|
|
3415
|
-
"
|
|
3540
|
+
"default": "false",
|
|
3416
3541
|
"inheritedFrom": {
|
|
3417
3542
|
"name": "AnchoredRegion",
|
|
3418
3543
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3420,9 +3545,11 @@
|
|
|
3420
3545
|
},
|
|
3421
3546
|
{
|
|
3422
3547
|
"kind": "field",
|
|
3423
|
-
"name": "
|
|
3548
|
+
"name": "currentDirection",
|
|
3549
|
+
"type": {
|
|
3550
|
+
"text": "Direction"
|
|
3551
|
+
},
|
|
3424
3552
|
"privacy": "private",
|
|
3425
|
-
"description": "Get region dimensions",
|
|
3426
3553
|
"inheritedFrom": {
|
|
3427
3554
|
"name": "AnchoredRegion",
|
|
3428
3555
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3430,9 +3557,12 @@
|
|
|
3430
3557
|
},
|
|
3431
3558
|
{
|
|
3432
3559
|
"kind": "field",
|
|
3433
|
-
"name": "
|
|
3560
|
+
"name": "regionVisible",
|
|
3561
|
+
"type": {
|
|
3562
|
+
"text": "boolean"
|
|
3563
|
+
},
|
|
3434
3564
|
"privacy": "private",
|
|
3435
|
-
"
|
|
3565
|
+
"default": "false",
|
|
3436
3566
|
"inheritedFrom": {
|
|
3437
3567
|
"name": "AnchoredRegion",
|
|
3438
3568
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3440,9 +3570,12 @@
|
|
|
3440
3570
|
},
|
|
3441
3571
|
{
|
|
3442
3572
|
"kind": "field",
|
|
3443
|
-
"name": "
|
|
3573
|
+
"name": "forceUpdate",
|
|
3574
|
+
"type": {
|
|
3575
|
+
"text": "boolean"
|
|
3576
|
+
},
|
|
3444
3577
|
"privacy": "private",
|
|
3445
|
-
"
|
|
3578
|
+
"default": "false",
|
|
3446
3579
|
"inheritedFrom": {
|
|
3447
3580
|
"name": "AnchoredRegion",
|
|
3448
3581
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3450,435 +3583,339 @@
|
|
|
3450
3583
|
},
|
|
3451
3584
|
{
|
|
3452
3585
|
"kind": "field",
|
|
3453
|
-
"name": "
|
|
3586
|
+
"name": "updateThreshold",
|
|
3454
3587
|
"type": {
|
|
3455
|
-
"text": "
|
|
3588
|
+
"text": "number"
|
|
3456
3589
|
},
|
|
3457
3590
|
"privacy": "private",
|
|
3458
|
-
"default": "
|
|
3591
|
+
"default": "0.5",
|
|
3459
3592
|
"inheritedFrom": {
|
|
3460
|
-
"name": "
|
|
3461
|
-
"module": "src/
|
|
3593
|
+
"name": "AnchoredRegion",
|
|
3594
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3462
3595
|
}
|
|
3463
3596
|
},
|
|
3464
3597
|
{
|
|
3465
3598
|
"kind": "field",
|
|
3466
|
-
"name": "
|
|
3599
|
+
"name": "intersectionService",
|
|
3467
3600
|
"type": {
|
|
3468
|
-
"text": "
|
|
3601
|
+
"text": "IntersectionService"
|
|
3469
3602
|
},
|
|
3470
|
-
"privacy": "
|
|
3471
|
-
"
|
|
3603
|
+
"privacy": "private",
|
|
3604
|
+
"static": true,
|
|
3605
|
+
"default": "new IntersectionService()",
|
|
3472
3606
|
"inheritedFrom": {
|
|
3473
|
-
"name": "
|
|
3474
|
-
"module": "src/
|
|
3607
|
+
"name": "AnchoredRegion",
|
|
3608
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3475
3609
|
}
|
|
3476
3610
|
},
|
|
3477
3611
|
{
|
|
3478
3612
|
"kind": "field",
|
|
3479
|
-
"name": "
|
|
3480
|
-
"type": {
|
|
3481
|
-
"text": "ElementViewTemplate | void | null"
|
|
3482
|
-
},
|
|
3613
|
+
"name": "update",
|
|
3483
3614
|
"privacy": "public",
|
|
3484
|
-
"description": "
|
|
3615
|
+
"description": "update position",
|
|
3485
3616
|
"inheritedFrom": {
|
|
3486
|
-
"name": "
|
|
3487
|
-
"module": "src/
|
|
3488
|
-
}
|
|
3617
|
+
"name": "AnchoredRegion",
|
|
3618
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3619
|
+
}
|
|
3489
3620
|
},
|
|
3490
3621
|
{
|
|
3491
3622
|
"kind": "method",
|
|
3492
|
-
"name": "
|
|
3493
|
-
"privacy": "
|
|
3623
|
+
"name": "disconnectResizeDetector",
|
|
3624
|
+
"privacy": "private",
|
|
3494
3625
|
"return": {
|
|
3495
3626
|
"type": {
|
|
3496
3627
|
"text": "void"
|
|
3497
3628
|
}
|
|
3498
3629
|
},
|
|
3630
|
+
"description": "destroys the instance's resize observer",
|
|
3499
3631
|
"inheritedFrom": {
|
|
3500
|
-
"name": "
|
|
3501
|
-
"module": "src/
|
|
3632
|
+
"name": "AnchoredRegion",
|
|
3633
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3502
3634
|
}
|
|
3503
3635
|
},
|
|
3504
3636
|
{
|
|
3505
|
-
"kind": "
|
|
3506
|
-
"name": "
|
|
3507
|
-
"
|
|
3508
|
-
|
|
3637
|
+
"kind": "method",
|
|
3638
|
+
"name": "initializeResizeDetector",
|
|
3639
|
+
"privacy": "private",
|
|
3640
|
+
"return": {
|
|
3641
|
+
"type": {
|
|
3642
|
+
"text": "void"
|
|
3643
|
+
}
|
|
3509
3644
|
},
|
|
3510
|
-
"
|
|
3511
|
-
"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.",
|
|
3645
|
+
"description": "initializes the instance's resize observer",
|
|
3512
3646
|
"inheritedFrom": {
|
|
3513
|
-
"name": "
|
|
3514
|
-
"module": "src/
|
|
3647
|
+
"name": "AnchoredRegion",
|
|
3648
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3515
3649
|
}
|
|
3516
3650
|
},
|
|
3517
3651
|
{
|
|
3518
3652
|
"kind": "method",
|
|
3519
|
-
"name": "
|
|
3520
|
-
"privacy": "
|
|
3653
|
+
"name": "updateForAttributeChange",
|
|
3654
|
+
"privacy": "private",
|
|
3521
3655
|
"return": {
|
|
3522
3656
|
"type": {
|
|
3523
3657
|
"text": "void"
|
|
3524
3658
|
}
|
|
3525
3659
|
},
|
|
3660
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3526
3661
|
"inheritedFrom": {
|
|
3527
|
-
"name": "
|
|
3528
|
-
"module": "src/
|
|
3662
|
+
"name": "AnchoredRegion",
|
|
3663
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3529
3664
|
}
|
|
3530
3665
|
},
|
|
3531
3666
|
{
|
|
3532
3667
|
"kind": "method",
|
|
3533
|
-
"name": "
|
|
3534
|
-
"privacy": "
|
|
3535
|
-
"static": true,
|
|
3668
|
+
"name": "initialize",
|
|
3669
|
+
"privacy": "private",
|
|
3536
3670
|
"return": {
|
|
3537
3671
|
"type": {
|
|
3538
|
-
"text": "
|
|
3672
|
+
"text": "void"
|
|
3539
3673
|
}
|
|
3540
3674
|
},
|
|
3541
|
-
"
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
"
|
|
3675
|
+
"description": "fully initializes the component",
|
|
3676
|
+
"inheritedFrom": {
|
|
3677
|
+
"name": "AnchoredRegion",
|
|
3678
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"kind": "method",
|
|
3683
|
+
"name": "requestReset",
|
|
3684
|
+
"privacy": "private",
|
|
3685
|
+
"return": {
|
|
3686
|
+
"type": {
|
|
3687
|
+
"text": "void"
|
|
3554
3688
|
}
|
|
3555
|
-
|
|
3556
|
-
"description": "
|
|
3689
|
+
},
|
|
3690
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3557
3691
|
"inheritedFrom": {
|
|
3558
|
-
"name": "
|
|
3559
|
-
"module": "src/
|
|
3692
|
+
"name": "AnchoredRegion",
|
|
3693
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3560
3694
|
}
|
|
3561
|
-
}
|
|
3562
|
-
],
|
|
3563
|
-
"events": [
|
|
3695
|
+
},
|
|
3564
3696
|
{
|
|
3565
|
-
"
|
|
3566
|
-
"name": "
|
|
3697
|
+
"kind": "method",
|
|
3698
|
+
"name": "setInitialState",
|
|
3699
|
+
"privacy": "private",
|
|
3700
|
+
"return": {
|
|
3701
|
+
"type": {
|
|
3702
|
+
"text": "void"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3705
|
+
"description": "sets the starting configuration for component internal values",
|
|
3567
3706
|
"inheritedFrom": {
|
|
3568
3707
|
"name": "AnchoredRegion",
|
|
3569
3708
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3570
3709
|
}
|
|
3571
3710
|
},
|
|
3572
3711
|
{
|
|
3573
|
-
"
|
|
3574
|
-
"name": "
|
|
3712
|
+
"kind": "field",
|
|
3713
|
+
"name": "startObservers",
|
|
3714
|
+
"privacy": "private",
|
|
3715
|
+
"description": "starts observers",
|
|
3575
3716
|
"inheritedFrom": {
|
|
3576
3717
|
"name": "AnchoredRegion",
|
|
3577
3718
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3578
3719
|
}
|
|
3579
|
-
}
|
|
3580
|
-
]
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"kind": "variable",
|
|
3584
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3585
|
-
"type": {
|
|
3586
|
-
"text": "ShadowRootInit"
|
|
3587
|
-
},
|
|
3588
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"kind": "variable",
|
|
3592
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3593
|
-
"type": {
|
|
3594
|
-
"text": "object"
|
|
3595
|
-
},
|
|
3596
|
-
"default": "{}"
|
|
3597
|
-
},
|
|
3598
|
-
{
|
|
3599
|
-
"kind": "variable",
|
|
3600
|
-
"name": "foundationAnchoredRegion",
|
|
3601
|
-
"description": "The Foundation Anchored Region",
|
|
3602
|
-
"privacy": "public"
|
|
3603
|
-
}
|
|
3604
|
-
],
|
|
3605
|
-
"exports": [
|
|
3606
|
-
{
|
|
3607
|
-
"kind": "js",
|
|
3608
|
-
"name": "AnchoredRegion",
|
|
3609
|
-
"declaration": {
|
|
3610
|
-
"name": "AnchoredRegion",
|
|
3611
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3612
|
-
}
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"kind": "js",
|
|
3616
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3617
|
-
"declaration": {
|
|
3618
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3619
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3620
|
-
}
|
|
3621
|
-
},
|
|
3622
|
-
{
|
|
3623
|
-
"kind": "js",
|
|
3624
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3625
|
-
"declaration": {
|
|
3626
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3627
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3628
|
-
}
|
|
3629
|
-
},
|
|
3630
|
-
{
|
|
3631
|
-
"kind": "js",
|
|
3632
|
-
"name": "foundationAnchoredRegion",
|
|
3633
|
-
"declaration": {
|
|
3634
|
-
"name": "foundationAnchoredRegion",
|
|
3635
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3636
|
-
}
|
|
3637
|
-
}
|
|
3638
|
-
]
|
|
3639
|
-
},
|
|
3640
|
-
{
|
|
3641
|
-
"kind": "javascript-module",
|
|
3642
|
-
"path": "src/anchored-region/index.ts",
|
|
3643
|
-
"declarations": [],
|
|
3644
|
-
"exports": [
|
|
3645
|
-
{
|
|
3646
|
-
"kind": "js",
|
|
3647
|
-
"name": "*",
|
|
3648
|
-
"declaration": {
|
|
3649
|
-
"name": "*",
|
|
3650
|
-
"package": "./anchor-region.template"
|
|
3651
|
-
}
|
|
3652
|
-
},
|
|
3653
|
-
{
|
|
3654
|
-
"kind": "js",
|
|
3655
|
-
"name": "*",
|
|
3656
|
-
"declaration": {
|
|
3657
|
-
"name": "*",
|
|
3658
|
-
"package": "./anchored-region.styles"
|
|
3659
|
-
}
|
|
3660
|
-
},
|
|
3661
|
-
{
|
|
3662
|
-
"kind": "js",
|
|
3663
|
-
"name": "*",
|
|
3664
|
-
"declaration": {
|
|
3665
|
-
"name": "*",
|
|
3666
|
-
"package": "./anchored-region"
|
|
3667
|
-
}
|
|
3668
|
-
}
|
|
3669
|
-
]
|
|
3670
|
-
},
|
|
3671
|
-
{
|
|
3672
|
-
"kind": "javascript-module",
|
|
3673
|
-
"path": "src/_config/index.ts",
|
|
3674
|
-
"declarations": [],
|
|
3675
|
-
"exports": [
|
|
3676
|
-
{
|
|
3677
|
-
"kind": "js",
|
|
3678
|
-
"name": "*",
|
|
3679
|
-
"declaration": {
|
|
3680
|
-
"name": "*",
|
|
3681
|
-
"package": "./styles"
|
|
3682
|
-
}
|
|
3683
|
-
},
|
|
3684
|
-
{
|
|
3685
|
-
"kind": "js",
|
|
3686
|
-
"name": "*",
|
|
3687
|
-
"declaration": {
|
|
3688
|
-
"name": "*",
|
|
3689
|
-
"package": "./tokens"
|
|
3690
|
-
}
|
|
3691
|
-
},
|
|
3692
|
-
{
|
|
3693
|
-
"kind": "js",
|
|
3694
|
-
"name": "*",
|
|
3695
|
-
"declaration": {
|
|
3696
|
-
"name": "*",
|
|
3697
|
-
"package": "./values"
|
|
3698
|
-
}
|
|
3699
|
-
}
|
|
3700
|
-
]
|
|
3701
|
-
},
|
|
3702
|
-
{
|
|
3703
|
-
"kind": "javascript-module",
|
|
3704
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
3705
|
-
"declarations": [
|
|
3706
|
-
{
|
|
3707
|
-
"kind": "function",
|
|
3708
|
-
"name": "foundationAccordionItemStyles",
|
|
3709
|
-
"return": {
|
|
3710
|
-
"type": {
|
|
3711
|
-
"text": "ElementStyles"
|
|
3712
|
-
}
|
|
3713
|
-
},
|
|
3714
|
-
"parameters": [
|
|
3720
|
+
},
|
|
3715
3721
|
{
|
|
3716
|
-
"
|
|
3717
|
-
"
|
|
3718
|
-
|
|
3722
|
+
"kind": "field",
|
|
3723
|
+
"name": "requestPositionUpdates",
|
|
3724
|
+
"privacy": "private",
|
|
3725
|
+
"description": "get position updates",
|
|
3726
|
+
"inheritedFrom": {
|
|
3727
|
+
"name": "AnchoredRegion",
|
|
3728
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3719
3729
|
}
|
|
3720
3730
|
},
|
|
3721
3731
|
{
|
|
3722
|
-
"
|
|
3723
|
-
"
|
|
3724
|
-
|
|
3732
|
+
"kind": "field",
|
|
3733
|
+
"name": "stopObservers",
|
|
3734
|
+
"privacy": "private",
|
|
3735
|
+
"description": "stops observers",
|
|
3736
|
+
"inheritedFrom": {
|
|
3737
|
+
"name": "AnchoredRegion",
|
|
3738
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3725
3739
|
}
|
|
3726
|
-
}
|
|
3727
|
-
]
|
|
3728
|
-
}
|
|
3729
|
-
],
|
|
3730
|
-
"exports": [
|
|
3731
|
-
{
|
|
3732
|
-
"kind": "js",
|
|
3733
|
-
"name": "foundationAccordionItemStyles",
|
|
3734
|
-
"declaration": {
|
|
3735
|
-
"name": "foundationAccordionItemStyles",
|
|
3736
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
3737
|
-
}
|
|
3738
|
-
}
|
|
3739
|
-
]
|
|
3740
|
-
},
|
|
3741
|
-
{
|
|
3742
|
-
"kind": "javascript-module",
|
|
3743
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
3744
|
-
"declarations": [
|
|
3745
|
-
{
|
|
3746
|
-
"kind": "function",
|
|
3747
|
-
"name": "foundationAccordionItemTemplate",
|
|
3748
|
-
"return": {
|
|
3749
|
-
"type": {
|
|
3750
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
3751
|
-
}
|
|
3752
|
-
},
|
|
3753
|
-
"parameters": [
|
|
3740
|
+
},
|
|
3754
3741
|
{
|
|
3755
|
-
"
|
|
3756
|
-
"
|
|
3757
|
-
|
|
3742
|
+
"kind": "field",
|
|
3743
|
+
"name": "getViewport",
|
|
3744
|
+
"privacy": "private",
|
|
3745
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3746
|
+
"inheritedFrom": {
|
|
3747
|
+
"name": "AnchoredRegion",
|
|
3748
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3758
3749
|
}
|
|
3759
3750
|
},
|
|
3760
3751
|
{
|
|
3761
|
-
"
|
|
3762
|
-
"
|
|
3763
|
-
|
|
3752
|
+
"kind": "field",
|
|
3753
|
+
"name": "getAnchor",
|
|
3754
|
+
"privacy": "private",
|
|
3755
|
+
"description": "Gets the anchor element by id",
|
|
3756
|
+
"inheritedFrom": {
|
|
3757
|
+
"name": "AnchoredRegion",
|
|
3758
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3764
3759
|
}
|
|
3765
|
-
}
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"kind": "field",
|
|
3763
|
+
"name": "handleIntersection",
|
|
3764
|
+
"privacy": "private",
|
|
3765
|
+
"description": "Handle intersections",
|
|
3766
|
+
"inheritedFrom": {
|
|
3767
|
+
"name": "AnchoredRegion",
|
|
3768
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"kind": "field",
|
|
3773
|
+
"name": "applyIntersectionEntries",
|
|
3774
|
+
"privacy": "private",
|
|
3775
|
+
"description": "iterate through intersection entries and apply data",
|
|
3776
|
+
"inheritedFrom": {
|
|
3777
|
+
"name": "AnchoredRegion",
|
|
3778
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"kind": "field",
|
|
3783
|
+
"name": "updateRegionOffset",
|
|
3784
|
+
"privacy": "private",
|
|
3785
|
+
"description": "Update the offset values",
|
|
3786
|
+
"inheritedFrom": {
|
|
3787
|
+
"name": "AnchoredRegion",
|
|
3788
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3789
|
+
}
|
|
3790
|
+
},
|
|
3791
|
+
{
|
|
3792
|
+
"kind": "field",
|
|
3793
|
+
"name": "isRectDifferent",
|
|
3794
|
+
"privacy": "private",
|
|
3795
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3796
|
+
"inheritedFrom": {
|
|
3797
|
+
"name": "AnchoredRegion",
|
|
3798
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"kind": "field",
|
|
3803
|
+
"name": "handleResize",
|
|
3804
|
+
"privacy": "private",
|
|
3805
|
+
"description": "Handle resize events",
|
|
3806
|
+
"inheritedFrom": {
|
|
3807
|
+
"name": "AnchoredRegion",
|
|
3808
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3809
|
+
}
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"kind": "field",
|
|
3813
|
+
"name": "reset",
|
|
3814
|
+
"privacy": "private",
|
|
3815
|
+
"description": "resets the component",
|
|
3816
|
+
"inheritedFrom": {
|
|
3817
|
+
"name": "AnchoredRegion",
|
|
3818
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3819
|
+
}
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"kind": "field",
|
|
3823
|
+
"name": "updateLayout",
|
|
3824
|
+
"privacy": "private",
|
|
3825
|
+
"description": "Recalculate layout related state values",
|
|
3826
|
+
"inheritedFrom": {
|
|
3827
|
+
"name": "AnchoredRegion",
|
|
3828
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3829
|
+
}
|
|
3830
|
+
},
|
|
3795
3831
|
{
|
|
3796
|
-
"
|
|
3797
|
-
"
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
"default": "2",
|
|
3801
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
3802
|
-
"fieldName": "headinglevel",
|
|
3832
|
+
"kind": "field",
|
|
3833
|
+
"name": "updateRegionStyle",
|
|
3834
|
+
"privacy": "private",
|
|
3835
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3803
3836
|
"inheritedFrom": {
|
|
3804
|
-
"name": "
|
|
3805
|
-
"module": "src/
|
|
3837
|
+
"name": "AnchoredRegion",
|
|
3838
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3806
3839
|
}
|
|
3807
3840
|
},
|
|
3808
3841
|
{
|
|
3809
|
-
"
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
"
|
|
3813
|
-
"description": "Expands or collapses the item.",
|
|
3814
|
-
"fieldName": "expanded",
|
|
3842
|
+
"kind": "field",
|
|
3843
|
+
"name": "updatePositionClasses",
|
|
3844
|
+
"privacy": "private",
|
|
3845
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3815
3846
|
"inheritedFrom": {
|
|
3816
|
-
"name": "
|
|
3817
|
-
"module": "src/
|
|
3847
|
+
"name": "AnchoredRegion",
|
|
3848
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3818
3849
|
}
|
|
3819
3850
|
},
|
|
3820
3851
|
{
|
|
3821
|
-
"
|
|
3822
|
-
"
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
"description": "The item ID",
|
|
3826
|
-
"fieldName": "id",
|
|
3852
|
+
"kind": "field",
|
|
3853
|
+
"name": "setHorizontalPosition",
|
|
3854
|
+
"privacy": "private",
|
|
3855
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3827
3856
|
"inheritedFrom": {
|
|
3828
|
-
"name": "
|
|
3829
|
-
"module": "src/
|
|
3857
|
+
"name": "AnchoredRegion",
|
|
3858
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3830
3859
|
}
|
|
3831
|
-
}
|
|
3832
|
-
],
|
|
3833
|
-
"members": [
|
|
3860
|
+
},
|
|
3834
3861
|
{
|
|
3835
3862
|
"kind": "field",
|
|
3836
|
-
"name": "
|
|
3837
|
-
"
|
|
3838
|
-
|
|
3839
|
-
},
|
|
3840
|
-
"privacy": "public",
|
|
3841
|
-
"default": "2",
|
|
3842
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
3863
|
+
"name": "setVerticalPosition",
|
|
3864
|
+
"privacy": "private",
|
|
3865
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3843
3866
|
"inheritedFrom": {
|
|
3844
|
-
"name": "
|
|
3845
|
-
"module": "src/
|
|
3867
|
+
"name": "AnchoredRegion",
|
|
3868
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3846
3869
|
}
|
|
3847
3870
|
},
|
|
3848
3871
|
{
|
|
3849
3872
|
"kind": "field",
|
|
3850
|
-
"name": "
|
|
3851
|
-
"
|
|
3852
|
-
|
|
3853
|
-
},
|
|
3854
|
-
"privacy": "public",
|
|
3855
|
-
"default": "false",
|
|
3856
|
-
"description": "Expands or collapses the item.",
|
|
3873
|
+
"name": "getPositioningOptions",
|
|
3874
|
+
"privacy": "private",
|
|
3875
|
+
"description": "Get available positions based on positioning mode",
|
|
3857
3876
|
"inheritedFrom": {
|
|
3858
|
-
"name": "
|
|
3859
|
-
"module": "src/
|
|
3877
|
+
"name": "AnchoredRegion",
|
|
3878
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3860
3879
|
}
|
|
3861
3880
|
},
|
|
3862
3881
|
{
|
|
3863
3882
|
"kind": "field",
|
|
3864
|
-
"name": "
|
|
3865
|
-
"
|
|
3866
|
-
|
|
3867
|
-
},
|
|
3868
|
-
"privacy": "public",
|
|
3869
|
-
"description": "The item ID",
|
|
3883
|
+
"name": "getAvailableSpace",
|
|
3884
|
+
"privacy": "private",
|
|
3885
|
+
"description": "Get the space available for a particular relative position",
|
|
3870
3886
|
"inheritedFrom": {
|
|
3871
|
-
"name": "
|
|
3872
|
-
"module": "src/
|
|
3887
|
+
"name": "AnchoredRegion",
|
|
3888
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3873
3889
|
}
|
|
3874
3890
|
},
|
|
3875
3891
|
{
|
|
3876
3892
|
"kind": "field",
|
|
3877
|
-
"name": "
|
|
3893
|
+
"name": "getNextRegionDimension",
|
|
3878
3894
|
"privacy": "private",
|
|
3895
|
+
"description": "Get region dimensions",
|
|
3879
3896
|
"inheritedFrom": {
|
|
3880
|
-
"name": "
|
|
3881
|
-
"module": "src/
|
|
3897
|
+
"name": "AnchoredRegion",
|
|
3898
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3899
|
+
}
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"kind": "field",
|
|
3903
|
+
"name": "startAutoUpdateEventListeners",
|
|
3904
|
+
"privacy": "private",
|
|
3905
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3906
|
+
"inheritedFrom": {
|
|
3907
|
+
"name": "AnchoredRegion",
|
|
3908
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3909
|
+
}
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"kind": "field",
|
|
3913
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3914
|
+
"privacy": "private",
|
|
3915
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3916
|
+
"inheritedFrom": {
|
|
3917
|
+
"name": "AnchoredRegion",
|
|
3918
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3882
3919
|
}
|
|
3883
3920
|
},
|
|
3884
3921
|
{
|
|
@@ -3995,18 +4032,26 @@
|
|
|
3995
4032
|
],
|
|
3996
4033
|
"events": [
|
|
3997
4034
|
{
|
|
3998
|
-
"description": "Fires a custom '
|
|
3999
|
-
"name": "
|
|
4035
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4036
|
+
"name": "loaded",
|
|
4000
4037
|
"inheritedFrom": {
|
|
4001
|
-
"name": "
|
|
4002
|
-
"module": "src/
|
|
4038
|
+
"name": "AnchoredRegion",
|
|
4039
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4040
|
+
}
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4044
|
+
"name": "positionchange",
|
|
4045
|
+
"inheritedFrom": {
|
|
4046
|
+
"name": "AnchoredRegion",
|
|
4047
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4003
4048
|
}
|
|
4004
4049
|
}
|
|
4005
4050
|
]
|
|
4006
4051
|
},
|
|
4007
4052
|
{
|
|
4008
4053
|
"kind": "variable",
|
|
4009
|
-
"name": "
|
|
4054
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4010
4055
|
"type": {
|
|
4011
4056
|
"text": "ShadowRootInit"
|
|
4012
4057
|
},
|
|
@@ -4014,57 +4059,57 @@
|
|
|
4014
4059
|
},
|
|
4015
4060
|
{
|
|
4016
4061
|
"kind": "variable",
|
|
4017
|
-
"name": "
|
|
4062
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4018
4063
|
"type": {
|
|
4019
4064
|
"text": "object"
|
|
4020
4065
|
},
|
|
4021
|
-
"default": "{
|
|
4066
|
+
"default": "{}"
|
|
4022
4067
|
},
|
|
4023
4068
|
{
|
|
4024
4069
|
"kind": "variable",
|
|
4025
|
-
"name": "
|
|
4026
|
-
"description": "The Foundation
|
|
4070
|
+
"name": "foundationAnchoredRegion",
|
|
4071
|
+
"description": "The Foundation Anchored Region",
|
|
4027
4072
|
"privacy": "public"
|
|
4028
4073
|
}
|
|
4029
4074
|
],
|
|
4030
4075
|
"exports": [
|
|
4031
4076
|
{
|
|
4032
4077
|
"kind": "js",
|
|
4033
|
-
"name": "
|
|
4078
|
+
"name": "AnchoredRegion",
|
|
4034
4079
|
"declaration": {
|
|
4035
|
-
"name": "
|
|
4036
|
-
"module": "src/
|
|
4080
|
+
"name": "AnchoredRegion",
|
|
4081
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4037
4082
|
}
|
|
4038
4083
|
},
|
|
4039
4084
|
{
|
|
4040
4085
|
"kind": "js",
|
|
4041
|
-
"name": "
|
|
4086
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4042
4087
|
"declaration": {
|
|
4043
|
-
"name": "
|
|
4044
|
-
"module": "src/
|
|
4088
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4089
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4045
4090
|
}
|
|
4046
4091
|
},
|
|
4047
4092
|
{
|
|
4048
4093
|
"kind": "js",
|
|
4049
|
-
"name": "
|
|
4094
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4050
4095
|
"declaration": {
|
|
4051
|
-
"name": "
|
|
4052
|
-
"module": "src/
|
|
4096
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4097
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4053
4098
|
}
|
|
4054
4099
|
},
|
|
4055
4100
|
{
|
|
4056
4101
|
"kind": "js",
|
|
4057
|
-
"name": "
|
|
4102
|
+
"name": "foundationAnchoredRegion",
|
|
4058
4103
|
"declaration": {
|
|
4059
|
-
"name": "
|
|
4060
|
-
"module": "src/
|
|
4104
|
+
"name": "foundationAnchoredRegion",
|
|
4105
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4061
4106
|
}
|
|
4062
4107
|
}
|
|
4063
4108
|
]
|
|
4064
4109
|
},
|
|
4065
4110
|
{
|
|
4066
4111
|
"kind": "javascript-module",
|
|
4067
|
-
"path": "src/
|
|
4112
|
+
"path": "src/anchored-region/index.ts",
|
|
4068
4113
|
"declarations": [],
|
|
4069
4114
|
"exports": [
|
|
4070
4115
|
{
|
|
@@ -4072,7 +4117,7 @@
|
|
|
4072
4117
|
"name": "*",
|
|
4073
4118
|
"declaration": {
|
|
4074
4119
|
"name": "*",
|
|
4075
|
-
"package": "./
|
|
4120
|
+
"package": "./anchor-region.template"
|
|
4076
4121
|
}
|
|
4077
4122
|
},
|
|
4078
4123
|
{
|
|
@@ -4080,7 +4125,7 @@
|
|
|
4080
4125
|
"name": "*",
|
|
4081
4126
|
"declaration": {
|
|
4082
4127
|
"name": "*",
|
|
4083
|
-
"package": "./
|
|
4128
|
+
"package": "./anchored-region.styles"
|
|
4084
4129
|
}
|
|
4085
4130
|
},
|
|
4086
4131
|
{
|
|
@@ -4088,52 +4133,7 @@
|
|
|
4088
4133
|
"name": "*",
|
|
4089
4134
|
"declaration": {
|
|
4090
4135
|
"name": "*",
|
|
4091
|
-
"package": "./
|
|
4092
|
-
}
|
|
4093
|
-
}
|
|
4094
|
-
]
|
|
4095
|
-
},
|
|
4096
|
-
{
|
|
4097
|
-
"kind": "javascript-module",
|
|
4098
|
-
"path": "src/_common/icons.ts",
|
|
4099
|
-
"declarations": [
|
|
4100
|
-
{
|
|
4101
|
-
"kind": "function",
|
|
4102
|
-
"name": "closeIcon",
|
|
4103
|
-
"parameters": [
|
|
4104
|
-
{
|
|
4105
|
-
"name": "slot",
|
|
4106
|
-
"default": "'start'"
|
|
4107
|
-
},
|
|
4108
|
-
{
|
|
4109
|
-
"name": "fill",
|
|
4110
|
-
"default": "'#879ba6'"
|
|
4111
|
-
}
|
|
4112
|
-
]
|
|
4113
|
-
}
|
|
4114
|
-
],
|
|
4115
|
-
"exports": [
|
|
4116
|
-
{
|
|
4117
|
-
"kind": "js",
|
|
4118
|
-
"name": "closeIcon",
|
|
4119
|
-
"declaration": {
|
|
4120
|
-
"name": "closeIcon",
|
|
4121
|
-
"module": "src/_common/icons.ts"
|
|
4122
|
-
}
|
|
4123
|
-
}
|
|
4124
|
-
]
|
|
4125
|
-
},
|
|
4126
|
-
{
|
|
4127
|
-
"kind": "javascript-module",
|
|
4128
|
-
"path": "src/_common/index.ts",
|
|
4129
|
-
"declarations": [],
|
|
4130
|
-
"exports": [
|
|
4131
|
-
{
|
|
4132
|
-
"kind": "js",
|
|
4133
|
-
"name": "*",
|
|
4134
|
-
"declaration": {
|
|
4135
|
-
"name": "*",
|
|
4136
|
-
"package": "./icons"
|
|
4136
|
+
"package": "./anchored-region"
|
|
4137
4137
|
}
|
|
4138
4138
|
}
|
|
4139
4139
|
]
|
|
@@ -15278,52 +15278,35 @@
|
|
|
15278
15278
|
},
|
|
15279
15279
|
{
|
|
15280
15280
|
"kind": "javascript-module",
|
|
15281
|
-
"path": "src/error-
|
|
15281
|
+
"path": "src/error-boundary/error-boundary.template.ts",
|
|
15282
15282
|
"declarations": [
|
|
15283
|
-
{
|
|
15284
|
-
"kind": "function",
|
|
15285
|
-
"name": "getPrefixedErrorBanner",
|
|
15286
|
-
"parameters": [
|
|
15287
|
-
{
|
|
15288
|
-
"name": "prefix",
|
|
15289
|
-
"type": {
|
|
15290
|
-
"text": "string"
|
|
15291
|
-
}
|
|
15292
|
-
}
|
|
15293
|
-
]
|
|
15294
|
-
},
|
|
15295
15283
|
{
|
|
15296
15284
|
"kind": "variable",
|
|
15297
|
-
"name": "
|
|
15298
|
-
"
|
|
15285
|
+
"name": "foundationErrorBoundaryTemplate",
|
|
15286
|
+
"type": {
|
|
15287
|
+
"text": "ViewTemplate<ErrorBoundary>"
|
|
15288
|
+
},
|
|
15289
|
+
"default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
|
|
15299
15290
|
}
|
|
15300
15291
|
],
|
|
15301
15292
|
"exports": [
|
|
15302
15293
|
{
|
|
15303
15294
|
"kind": "js",
|
|
15304
|
-
"name": "
|
|
15305
|
-
"declaration": {
|
|
15306
|
-
"name": "getPrefixedErrorBanner",
|
|
15307
|
-
"module": "src/error-banner/error-banner.template.ts"
|
|
15308
|
-
}
|
|
15309
|
-
},
|
|
15310
|
-
{
|
|
15311
|
-
"kind": "js",
|
|
15312
|
-
"name": "foundationErrorBannerTemplate",
|
|
15295
|
+
"name": "foundationErrorBoundaryTemplate",
|
|
15313
15296
|
"declaration": {
|
|
15314
|
-
"name": "
|
|
15315
|
-
"module": "src/error-
|
|
15297
|
+
"name": "foundationErrorBoundaryTemplate",
|
|
15298
|
+
"module": "src/error-boundary/error-boundary.template.ts"
|
|
15316
15299
|
}
|
|
15317
15300
|
}
|
|
15318
15301
|
]
|
|
15319
15302
|
},
|
|
15320
15303
|
{
|
|
15321
15304
|
"kind": "javascript-module",
|
|
15322
|
-
"path": "src/error-
|
|
15305
|
+
"path": "src/error-boundary/error-boundary.ts",
|
|
15323
15306
|
"declarations": [
|
|
15324
15307
|
{
|
|
15325
15308
|
"kind": "variable",
|
|
15326
|
-
"name": "
|
|
15309
|
+
"name": "foundationErrorBoundaryShadowOptions",
|
|
15327
15310
|
"type": {
|
|
15328
15311
|
"text": "ShadowRootInit"
|
|
15329
15312
|
},
|
|
@@ -15332,35 +15315,51 @@
|
|
|
15332
15315
|
{
|
|
15333
15316
|
"kind": "class",
|
|
15334
15317
|
"description": "",
|
|
15335
|
-
"name": "
|
|
15318
|
+
"name": "ErrorBoundary",
|
|
15336
15319
|
"members": [
|
|
15337
15320
|
{
|
|
15338
15321
|
"kind": "field",
|
|
15339
|
-
"name": "
|
|
15322
|
+
"name": "logger",
|
|
15323
|
+
"privacy": "private"
|
|
15324
|
+
},
|
|
15325
|
+
{
|
|
15326
|
+
"kind": "field",
|
|
15327
|
+
"name": "errorBoundary",
|
|
15340
15328
|
"type": {
|
|
15341
|
-
"text": "HTMLElement
|
|
15342
|
-
}
|
|
15329
|
+
"text": "HTMLElement"
|
|
15330
|
+
}
|
|
15331
|
+
},
|
|
15332
|
+
{
|
|
15333
|
+
"kind": "field",
|
|
15334
|
+
"name": "resourceName",
|
|
15335
|
+
"description": "The resource name holding new and existing notifications",
|
|
15343
15336
|
"privacy": "public"
|
|
15344
15337
|
},
|
|
15345
15338
|
{
|
|
15346
15339
|
"kind": "field",
|
|
15347
|
-
"name": "
|
|
15340
|
+
"name": "closeTimeout",
|
|
15348
15341
|
"type": {
|
|
15349
|
-
"text": "
|
|
15350
|
-
}
|
|
15342
|
+
"text": "number"
|
|
15343
|
+
},
|
|
15344
|
+
"default": "0",
|
|
15345
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15346
|
+
"privacy": "public"
|
|
15351
15347
|
},
|
|
15352
15348
|
{
|
|
15353
15349
|
"kind": "field",
|
|
15354
|
-
"name": "
|
|
15350
|
+
"name": "dataSub",
|
|
15355
15351
|
"type": {
|
|
15356
|
-
"text": "
|
|
15357
|
-
}
|
|
15352
|
+
"text": "Subscription"
|
|
15353
|
+
},
|
|
15354
|
+
"privacy": "protected"
|
|
15358
15355
|
},
|
|
15359
15356
|
{
|
|
15360
|
-
"kind": "
|
|
15361
|
-
"name": "
|
|
15362
|
-
"
|
|
15363
|
-
|
|
15357
|
+
"kind": "field",
|
|
15358
|
+
"name": "datasource",
|
|
15359
|
+
"type": {
|
|
15360
|
+
"text": "Datasource"
|
|
15361
|
+
},
|
|
15362
|
+
"privacy": "private"
|
|
15364
15363
|
},
|
|
15365
15364
|
{
|
|
15366
15365
|
"kind": "field",
|
|
@@ -15474,51 +15473,67 @@
|
|
|
15474
15473
|
}
|
|
15475
15474
|
}
|
|
15476
15475
|
],
|
|
15476
|
+
"attributes": [
|
|
15477
|
+
{
|
|
15478
|
+
"name": "resource-name",
|
|
15479
|
+
"description": "The resource name holding new and existing notifications",
|
|
15480
|
+
"fieldName": "resourceName"
|
|
15481
|
+
},
|
|
15482
|
+
{
|
|
15483
|
+
"name": "close-timeout",
|
|
15484
|
+
"type": {
|
|
15485
|
+
"text": "number"
|
|
15486
|
+
},
|
|
15487
|
+
"default": "0",
|
|
15488
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15489
|
+
"fieldName": "closeTimeout"
|
|
15490
|
+
}
|
|
15491
|
+
],
|
|
15477
15492
|
"superclass": {
|
|
15478
15493
|
"name": "FoundationElement",
|
|
15479
15494
|
"package": "@microsoft/fast-foundation"
|
|
15480
15495
|
},
|
|
15481
|
-
"tagName": "%%prefix%%-error-banner",
|
|
15482
15496
|
"deprecated": "true",
|
|
15497
|
+
"tagName": "%%prefix%%-error-boundary",
|
|
15483
15498
|
"customElement": true
|
|
15484
15499
|
},
|
|
15485
15500
|
{
|
|
15486
15501
|
"kind": "variable",
|
|
15487
|
-
"name": "
|
|
15488
|
-
"description": "The Foundation Error
|
|
15502
|
+
"name": "foundationErrorBoundary",
|
|
15503
|
+
"description": "The Foundation Error Boundary",
|
|
15489
15504
|
"privacy": "public"
|
|
15490
15505
|
}
|
|
15491
15506
|
],
|
|
15492
15507
|
"exports": [
|
|
15493
15508
|
{
|
|
15494
15509
|
"kind": "js",
|
|
15495
|
-
"name": "
|
|
15510
|
+
"name": "foundationErrorBoundaryShadowOptions",
|
|
15496
15511
|
"declaration": {
|
|
15497
|
-
"name": "
|
|
15498
|
-
"module": "src/error-
|
|
15512
|
+
"name": "foundationErrorBoundaryShadowOptions",
|
|
15513
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
15499
15514
|
}
|
|
15500
15515
|
},
|
|
15501
15516
|
{
|
|
15502
15517
|
"kind": "js",
|
|
15503
|
-
"name": "
|
|
15518
|
+
"name": "ErrorBoundary",
|
|
15504
15519
|
"declaration": {
|
|
15505
|
-
"name": "
|
|
15506
|
-
"module": "src/error-
|
|
15520
|
+
"name": "ErrorBoundary",
|
|
15521
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
15507
15522
|
}
|
|
15508
15523
|
},
|
|
15509
15524
|
{
|
|
15510
15525
|
"kind": "js",
|
|
15511
|
-
"name": "
|
|
15526
|
+
"name": "foundationErrorBoundary",
|
|
15512
15527
|
"declaration": {
|
|
15513
|
-
"name": "
|
|
15514
|
-
"module": "src/error-
|
|
15528
|
+
"name": "foundationErrorBoundary",
|
|
15529
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
15515
15530
|
}
|
|
15516
15531
|
}
|
|
15517
15532
|
]
|
|
15518
15533
|
},
|
|
15519
15534
|
{
|
|
15520
15535
|
"kind": "javascript-module",
|
|
15521
|
-
"path": "src/error-
|
|
15536
|
+
"path": "src/error-boundary/index.ts",
|
|
15522
15537
|
"declarations": [],
|
|
15523
15538
|
"exports": [
|
|
15524
15539
|
{
|
|
@@ -15526,7 +15541,7 @@
|
|
|
15526
15541
|
"name": "*",
|
|
15527
15542
|
"declaration": {
|
|
15528
15543
|
"name": "*",
|
|
15529
|
-
"package": "./error-
|
|
15544
|
+
"package": "./error-boundary.template"
|
|
15530
15545
|
}
|
|
15531
15546
|
},
|
|
15532
15547
|
{
|
|
@@ -15534,42 +15549,75 @@
|
|
|
15534
15549
|
"name": "*",
|
|
15535
15550
|
"declaration": {
|
|
15536
15551
|
"name": "*",
|
|
15537
|
-
"package": "./error-
|
|
15552
|
+
"package": "./error-boundary"
|
|
15553
|
+
}
|
|
15554
|
+
},
|
|
15555
|
+
{
|
|
15556
|
+
"kind": "js",
|
|
15557
|
+
"name": "ErrorBoundaryEvent",
|
|
15558
|
+
"declaration": {
|
|
15559
|
+
"name": "ErrorBoundaryEvent",
|
|
15560
|
+
"package": "@genesislcap/foundation-errors"
|
|
15561
|
+
}
|
|
15562
|
+
},
|
|
15563
|
+
{
|
|
15564
|
+
"kind": "js",
|
|
15565
|
+
"name": "ErrorStructure",
|
|
15566
|
+
"declaration": {
|
|
15567
|
+
"name": "ErrorStructure",
|
|
15568
|
+
"package": "@genesislcap/foundation-errors"
|
|
15538
15569
|
}
|
|
15539
15570
|
}
|
|
15540
15571
|
]
|
|
15541
15572
|
},
|
|
15542
15573
|
{
|
|
15543
15574
|
"kind": "javascript-module",
|
|
15544
|
-
"path": "src/error-
|
|
15575
|
+
"path": "src/error-banner/error-banner.template.ts",
|
|
15545
15576
|
"declarations": [
|
|
15577
|
+
{
|
|
15578
|
+
"kind": "function",
|
|
15579
|
+
"name": "getPrefixedErrorBanner",
|
|
15580
|
+
"parameters": [
|
|
15581
|
+
{
|
|
15582
|
+
"name": "prefix",
|
|
15583
|
+
"type": {
|
|
15584
|
+
"text": "string"
|
|
15585
|
+
}
|
|
15586
|
+
}
|
|
15587
|
+
]
|
|
15588
|
+
},
|
|
15546
15589
|
{
|
|
15547
15590
|
"kind": "variable",
|
|
15548
|
-
"name": "
|
|
15549
|
-
"
|
|
15550
|
-
"text": "ViewTemplate<ErrorBoundary>"
|
|
15551
|
-
},
|
|
15552
|
-
"default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
|
|
15591
|
+
"name": "foundationErrorBannerTemplate",
|
|
15592
|
+
"default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
|
|
15553
15593
|
}
|
|
15554
15594
|
],
|
|
15555
15595
|
"exports": [
|
|
15556
15596
|
{
|
|
15557
15597
|
"kind": "js",
|
|
15558
|
-
"name": "
|
|
15598
|
+
"name": "getPrefixedErrorBanner",
|
|
15559
15599
|
"declaration": {
|
|
15560
|
-
"name": "
|
|
15561
|
-
"module": "src/error-
|
|
15600
|
+
"name": "getPrefixedErrorBanner",
|
|
15601
|
+
"module": "src/error-banner/error-banner.template.ts"
|
|
15602
|
+
}
|
|
15603
|
+
},
|
|
15604
|
+
{
|
|
15605
|
+
"kind": "js",
|
|
15606
|
+
"name": "foundationErrorBannerTemplate",
|
|
15607
|
+
"declaration": {
|
|
15608
|
+
"name": "foundationErrorBannerTemplate",
|
|
15609
|
+
"module": "src/error-banner/error-banner.template.ts"
|
|
15562
15610
|
}
|
|
15563
15611
|
}
|
|
15564
15612
|
]
|
|
15565
15613
|
},
|
|
15566
15614
|
{
|
|
15567
15615
|
"kind": "javascript-module",
|
|
15568
|
-
"path": "src/error-
|
|
15616
|
+
"path": "src/error-banner/error-banner.ts",
|
|
15569
15617
|
"declarations": [
|
|
15570
15618
|
{
|
|
15571
15619
|
"kind": "variable",
|
|
15572
|
-
"name": "
|
|
15620
|
+
"name": "foundationErrorBannerShadowOptions",
|
|
15573
15621
|
"type": {
|
|
15574
15622
|
"text": "ShadowRootInit"
|
|
15575
15623
|
},
|
|
@@ -15578,51 +15626,35 @@
|
|
|
15578
15626
|
{
|
|
15579
15627
|
"kind": "class",
|
|
15580
15628
|
"description": "",
|
|
15581
|
-
"name": "
|
|
15629
|
+
"name": "ErrorBanner",
|
|
15582
15630
|
"members": [
|
|
15583
15631
|
{
|
|
15584
15632
|
"kind": "field",
|
|
15585
|
-
"name": "
|
|
15586
|
-
"privacy": "private"
|
|
15587
|
-
},
|
|
15588
|
-
{
|
|
15589
|
-
"kind": "field",
|
|
15590
|
-
"name": "errorBoundary",
|
|
15633
|
+
"name": "banner",
|
|
15591
15634
|
"type": {
|
|
15592
|
-
"text": "HTMLElement"
|
|
15593
|
-
}
|
|
15594
|
-
},
|
|
15595
|
-
{
|
|
15596
|
-
"kind": "field",
|
|
15597
|
-
"name": "resourceName",
|
|
15598
|
-
"description": "The resource name holding new and existing notifications",
|
|
15635
|
+
"text": "HTMLElement & { dismiss: () => Promise<void> }"
|
|
15636
|
+
},
|
|
15599
15637
|
"privacy": "public"
|
|
15600
15638
|
},
|
|
15601
15639
|
{
|
|
15602
15640
|
"kind": "field",
|
|
15603
|
-
"name": "
|
|
15641
|
+
"name": "error",
|
|
15604
15642
|
"type": {
|
|
15605
|
-
"text": "
|
|
15606
|
-
}
|
|
15607
|
-
"default": "0",
|
|
15608
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15609
|
-
"privacy": "public"
|
|
15643
|
+
"text": "ErrorStructure"
|
|
15644
|
+
}
|
|
15610
15645
|
},
|
|
15611
15646
|
{
|
|
15612
15647
|
"kind": "field",
|
|
15613
|
-
"name": "
|
|
15648
|
+
"name": "notification",
|
|
15614
15649
|
"type": {
|
|
15615
|
-
"text": "
|
|
15616
|
-
}
|
|
15617
|
-
"privacy": "protected"
|
|
15650
|
+
"text": "NotificationStructure"
|
|
15651
|
+
}
|
|
15618
15652
|
},
|
|
15619
15653
|
{
|
|
15620
|
-
"kind": "
|
|
15621
|
-
"name": "
|
|
15622
|
-
"
|
|
15623
|
-
|
|
15624
|
-
},
|
|
15625
|
-
"privacy": "private"
|
|
15654
|
+
"kind": "method",
|
|
15655
|
+
"name": "dismiss",
|
|
15656
|
+
"privacy": "public",
|
|
15657
|
+
"description": "Dismiss the Error Banner from display."
|
|
15626
15658
|
},
|
|
15627
15659
|
{
|
|
15628
15660
|
"kind": "field",
|
|
@@ -15736,67 +15768,51 @@
|
|
|
15736
15768
|
}
|
|
15737
15769
|
}
|
|
15738
15770
|
],
|
|
15739
|
-
"attributes": [
|
|
15740
|
-
{
|
|
15741
|
-
"name": "resource-name",
|
|
15742
|
-
"description": "The resource name holding new and existing notifications",
|
|
15743
|
-
"fieldName": "resourceName"
|
|
15744
|
-
},
|
|
15745
|
-
{
|
|
15746
|
-
"name": "close-timeout",
|
|
15747
|
-
"type": {
|
|
15748
|
-
"text": "number"
|
|
15749
|
-
},
|
|
15750
|
-
"default": "0",
|
|
15751
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
15752
|
-
"fieldName": "closeTimeout"
|
|
15753
|
-
}
|
|
15754
|
-
],
|
|
15755
15771
|
"superclass": {
|
|
15756
15772
|
"name": "FoundationElement",
|
|
15757
15773
|
"package": "@microsoft/fast-foundation"
|
|
15758
15774
|
},
|
|
15775
|
+
"tagName": "%%prefix%%-error-banner",
|
|
15759
15776
|
"deprecated": "true",
|
|
15760
|
-
"tagName": "%%prefix%%-error-boundary",
|
|
15761
15777
|
"customElement": true
|
|
15762
15778
|
},
|
|
15763
15779
|
{
|
|
15764
15780
|
"kind": "variable",
|
|
15765
|
-
"name": "
|
|
15766
|
-
"description": "The Foundation Error
|
|
15781
|
+
"name": "foundationErrorBanner",
|
|
15782
|
+
"description": "The Foundation Error Banner",
|
|
15767
15783
|
"privacy": "public"
|
|
15768
15784
|
}
|
|
15769
15785
|
],
|
|
15770
15786
|
"exports": [
|
|
15771
15787
|
{
|
|
15772
15788
|
"kind": "js",
|
|
15773
|
-
"name": "
|
|
15789
|
+
"name": "foundationErrorBannerShadowOptions",
|
|
15774
15790
|
"declaration": {
|
|
15775
|
-
"name": "
|
|
15776
|
-
"module": "src/error-
|
|
15791
|
+
"name": "foundationErrorBannerShadowOptions",
|
|
15792
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15777
15793
|
}
|
|
15778
15794
|
},
|
|
15779
15795
|
{
|
|
15780
15796
|
"kind": "js",
|
|
15781
|
-
"name": "
|
|
15797
|
+
"name": "ErrorBanner",
|
|
15782
15798
|
"declaration": {
|
|
15783
|
-
"name": "
|
|
15784
|
-
"module": "src/error-
|
|
15799
|
+
"name": "ErrorBanner",
|
|
15800
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15785
15801
|
}
|
|
15786
15802
|
},
|
|
15787
15803
|
{
|
|
15788
15804
|
"kind": "js",
|
|
15789
|
-
"name": "
|
|
15805
|
+
"name": "foundationErrorBanner",
|
|
15790
15806
|
"declaration": {
|
|
15791
|
-
"name": "
|
|
15792
|
-
"module": "src/error-
|
|
15807
|
+
"name": "foundationErrorBanner",
|
|
15808
|
+
"module": "src/error-banner/error-banner.ts"
|
|
15793
15809
|
}
|
|
15794
15810
|
}
|
|
15795
15811
|
]
|
|
15796
15812
|
},
|
|
15797
15813
|
{
|
|
15798
15814
|
"kind": "javascript-module",
|
|
15799
|
-
"path": "src/error-
|
|
15815
|
+
"path": "src/error-banner/index.ts",
|
|
15800
15816
|
"declarations": [],
|
|
15801
15817
|
"exports": [
|
|
15802
15818
|
{
|
|
@@ -15804,7 +15820,7 @@
|
|
|
15804
15820
|
"name": "*",
|
|
15805
15821
|
"declaration": {
|
|
15806
15822
|
"name": "*",
|
|
15807
|
-
"package": "./error-
|
|
15823
|
+
"package": "./error-banner.template"
|
|
15808
15824
|
}
|
|
15809
15825
|
},
|
|
15810
15826
|
{
|
|
@@ -15812,23 +15828,7 @@
|
|
|
15812
15828
|
"name": "*",
|
|
15813
15829
|
"declaration": {
|
|
15814
15830
|
"name": "*",
|
|
15815
|
-
"package": "./error-
|
|
15816
|
-
}
|
|
15817
|
-
},
|
|
15818
|
-
{
|
|
15819
|
-
"kind": "js",
|
|
15820
|
-
"name": "ErrorBoundaryEvent",
|
|
15821
|
-
"declaration": {
|
|
15822
|
-
"name": "ErrorBoundaryEvent",
|
|
15823
|
-
"package": "@genesislcap/foundation-errors"
|
|
15824
|
-
}
|
|
15825
|
-
},
|
|
15826
|
-
{
|
|
15827
|
-
"kind": "js",
|
|
15828
|
-
"name": "ErrorStructure",
|
|
15829
|
-
"declaration": {
|
|
15830
|
-
"name": "ErrorStructure",
|
|
15831
|
-
"package": "@genesislcap/foundation-errors"
|
|
15831
|
+
"package": "./error-banner"
|
|
15832
15832
|
}
|
|
15833
15833
|
}
|
|
15834
15834
|
]
|